/*  ################################################################

  File Name: style.css
  Template Name: Lady
  Created By: TRENDING TEMPLATES TEAM
  http://themeforest.net/user/trendingtemplates
  
  1) FONTS
  2) RESET
  3) SKELETON
  4) BUTTONS
  5) HEADER
  6) FOOTER
  7) TITLES
  8) SECTIONS
  9) PAGES
  10) SIDEBAR
  11) SHOP
  12) SLIDER
  13) MODULE WIDGETS
  14) RESPONSIVE

################################################################# */  

/* ==================================================================
	FONTS
================================================================== */

@import url(http://fonts.googleapis.com/css?family=Gudea:400,400italic,700);
@import url(css/font-awesome.css);
@import url(css/owl-carousel.css);
@import url(css/jquery-ui.css);
@import url(css/flexslider.css);

/* ==================================================================
	RESET
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	color:#444;
}

/* ==================================================================
	SKELETON
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body {
	color: #070707;
	font-size: 13px;
	font-family: 'Gudea', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 2px;
	background: #ffffff;
	padding: 0;
	margin: 0;
    height:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
	position: relative;
}
input,
select,
textarea { 
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
}
.sound {
	border:1px solid #fff;
	width:100%;
}
.alignleft {
    float:left;
    margin:5px 20px 5px 0;
}
.alignright {
    float:right;
    margin:20px 0 20px 20px;
}
.aligncenter {
    margin-left:auto;
    margin-right:auto;
    display:block;
    clear:both;
}
blockquote{
    border:0;
    color:#070707;
	display:block;
	margin:10px 0;
	line-height:2;
    font-size:18px;
	padding:20px;
	font-weight:normal;
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
	color:#070707;
	line-height: 1.2em;
}
h1 {
	font-size: 45px;
	position: relative;
}
h2 {
	font-size: 30px;
	position: relative;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 15px;
}
p {
	margin-bottom: 20px;
}
a, a > * {
	color: #444444;
	text-decoration: none;
}
a:hover, a > *:hover, a:focus {
	text-decoration: none;
	outline: 0;
	color:#444444;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
p.lead {
	font-size: 16px;
	padding: 0;
	letter-spacing:0.6px;
	line-height:1.8;
}
::-moz-selection  {
    color: #010101;
    text-shadow:none;
}
:selection {
    color: #010101;
    text-shadow:none;
}
.first{
	clear:both
}
.last{
	margin-right:0
}

/* ==================================================================
	BUTTONS
================================================================== */

.size-chart li:hover,
#sidebar .widget ul li a,
.footer ul li a,
.btn-primary,
.navbar-nav > li > a,
a {
  	-webkit-transition: all ease-in-out .15s, all ease-in-out .15s;
	-o-transition: all ease-in-out .15s, all ease-in-out .15s;
	transition: all ease-in-out .15s, all ease-in-out .15s;
}
.btn {
	border-radius: 0;
	padding:12px 30px;
}
.btn-transparent {
	border:0 !important;
	font-size:14px;
	z-index: 9999;
	overflow: hidden;
	text-transform: uppercase;
	padding: 12px 30px !important;
	background: none !important;
	font-weight: bold;
}
.btn-transparent i {
	color:#aaa;
	padding:0 10px;
}
.btn-transparent:after {
	display: none !important
}
.btn-primary span,
.btn-primary {
	color: #fff;
	font-size:12px;
	text-transform: uppercase;
	background-color: #070707;
	border-color: #070707;
}
.btn-primary span {
	border:4px solid #070707;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #121212;
	border-color: #121212;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #070707;
	border-color: #070707;
}
.btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.hovereffect .btn::before,
.hovereffect .btn::after {
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
	background: #070707;
	overflow: hidden;
	content: '';
	z-index: -1;
	pointer-events: none;
}
.hovereffect .btn::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
.hovereffect .btn::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}
.hovereffect .btn:hover::before,
.hovereffect .btn:focus::before {
	-webkit-transform: rotate(61deg);
	-moz-transform: rotate(61deg);
	transform: rotate(61deg);
}
.hovereffect .btn.active::after,
.hovereffect .btn:hover::after,
.hovereffect .btn:focus::after {
	-webkit-transform: rotate(-61deg);
	-moz-transform: rotate(-61deg);
	transform: rotate(-61deg);
	height: 2px;
}
.nopadding {
	padding:0 0 60px !important;
}
.nopaddingfull {
	padding:0 !important;
}
.border-radius {
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
}
.btn-sm, .btn-group-sm > .btn {
    font-size: 10px !important;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 18px;
    line-height: 1.33333;
    padding: 15px 44px;
}
.btn {
	text-transform: uppercase;
}

/* ==================================================================
	HEADER
================================================================== */

.header {
	position: relative;
	background-color: #070707;
	color:#ffffff;
}
.topbar {
	position: relative;
}
.navbar-nav > li > .dropdown-menu {
	margin-top:5px;
}
.topbar .dropdown-menu {
    background-color: rgba(7, 7, 7, 0.8);
    border: 2px solid #ffffff;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    min-width: 220px !important;
    padding: 15px 0;
    position: absolute;
    z-index: 9999;
}
.topbar .dropdown-menu li .alignleft {
	margin:0 15px 0 0;
}
.topbar .dropdown-menu .totalmenu {
	text-align: center;
	padding:20px 0;
	display: block;
}
.topbar .dropdown-menu li a {
	color:#ffffff;
	font-size:12px !important;
	font-weight: 400;
	letter-spacing: 2px;
}
.topbar .dropdown-menu li .btn-primary {
    background-color: #070707 !important;
    border-color: #070707 !important;
    display: inline-block !important;
    margin: auto !important;
    padding: 7px 20px;
    text-align: center !important;
}
.topbar .dropdown-menu .dropbutton {
	text-align: center;
	display: block;
}
.topbar .dropdown-menu li span {
	display: block;
	color:#ffffff;
}
.topbar .dropdown-menu li {
	padding:4px 0;
}
.topbar {
	padding:15px 0;
}
.topbar li,
.topbar p {
	margin-bottom:0;
	font-size: 12px;
	letter-spacing: 2px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.topbar li a,
.topbar .price,
.topbar a {
	color:#ffffff;
}
.topbar .price {
	padding-left: 10px;
}
.topbar li {
	padding-left: 40px;
	list-style: none;
	display: inline-block;
}
.total {
	padding-right: 5px;
	position: relative;
	padding-left: 30px
}
.total:before{
	content:'';
	background:url("images/cart.png");
	height: 17px;/*height of image*/
	width: 19px;/*width of image*/
	position: absolute;
	left:0;
	top:-2px;
}
.logosearch {
    display: block;
    padding: 15px 0 40px;
    position: relative;
    text-align: center;
}
.logosearch .logo {
    font-size: 25px;
    margin: 0;
    display: inline-block;
    color:#ffffff;
    padding: 0;
    text-transform: uppercase;
    z-index: 1;
}
.search {
    background-color: transparent;
    border-radius: 0;
    font-weight: 400;
    left: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -10px;
}
.search::before {
    background: rgba(0, 0, 0, 0) url("images/search.png") no-repeat scroll center bottom;
    bottom: 16px;
    content: "";
    height: 17px;
    left: 10px;
    padding: 0 20px;
    position: absolute;
    width: 19px;
}
.search .form-control {
    background-color: #010101;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    display: block;
    font-size: 10px;
    height: 50px;
    line-height: 1.42857;
    margin-top: 20px;
    padding: 6px 12px 6px 50px;
    width: 488px;
}
.search .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.search:focus .form-control:focus  {
	background:none;
}
.navbar-collapse {
	padding:0;
	margin-bottom: 0;
}
.navbar-default {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    border-radius: 0;
    padding: 0 !important;
    z-index: 100;
}
.navbar-nav > li > a {
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
    color: #070707;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 3px 28px;
    margin:0 !important;
    position: relative;
    outline: none !important;
    text-transform: uppercase;
    z-index: 34 !important;
}
.social a:hover i,
.navbar-default .navbar-nav > li > a {
	color:#070707;
	z-index: 2;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav a.active, 
.navbar-default .navbar-nav a:hover, 
.navbar-default .navbar-nav a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #070707;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
	z-index: 9999;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
	z-index: 9999;
}
.yamm .yamm-content {
	padding:10px 0;
}
.yamm .dropdown-menu li,
.yamm .yamm-content li {
    color: #ffffff;
    list-style: outside none none;
    padding:3px 0;
    font-size:14px !important;
    margin: 10px 0;
    text-transform: uppercase;
}
.yamm .dropdown-menu li a,
.yamm .yamm-content li a {
	color:#ffffff;
	font-size:14px !important;
	font-weight: 700;
	letter-spacing: 2px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.yamm-content .col-md-6 {	
    min-width: 260px;
}
.yamm .dropdown-menu {
    border: 0 none;
    border-radius: 0;
    background-color: #070707;
    background-color:rgba(7,7,7, 0.8);
    box-shadow: none;
    padding: 20px 60px;
    z-index: 9999;
}
.yamm .dropdown-menu li a,
.topbar .dropdown-menu li a,
.yamm .yamm-content li a {
	background-color: transparent !important;
}
.navbar-nav > li {
	overflow: hidden;
	position: relative;
}
.yamm .dropdown-menu {
	padding-left: 40px !important;
}
.nav .navbar-nav,
.navbar-collapse,
.navbar-default,
.navbar-nav,
.yamm,
.nav,
.navbar {
	margin: 0 !important;
}
.cl-effect-18 {
	position: relative;
	z-index: 1;
}
.cl-effect-18 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cl-effect-18 a::before,
.cl-effect-18 a::after {
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
	background: #070707;
	overflow: hidden;
	content: '';
	z-index: -1;
	pointer-events: none;
}
.cl-effect-18 a::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
.cl-effect-18 a::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}
.cl-effect-18 a:hover::before,
.cl-effect-18 a:focus::before {
	-webkit-transform: rotate(61deg);
	-moz-transform: rotate(61deg);
	transform: rotate(61deg);

}
.cl-effect-18 a.active::after,
.cl-effect-18 a:hover::after,
.cl-effect-18 a:focus::after {
	-webkit-transform: rotate(-61deg);
	-moz-transform: rotate(-61deg);
	transform: rotate(-61deg);
	height: 2px;
}
.yamm .dropdown-menu li a:after,
.yamm .yamm-content li a:after {
	display: none !important
}

/* ==================================================================
	FOOTER
================================================================== */

.footer {
	background-color: #070707;
	color:#eeeeee;
	padding:60px 0 20px;
	position: relative;
	display: block;
}
.footer ul li {
	list-style: none;
	font-size:13px;
	padding:10px 0;
	text-transform: uppercase;
}
.footer ul li a {
	color:#ffffff;
}
.footer ul li a:hover {
	padding-left: 10px;
	border-left: 3px solid #fff;
}

/* ==================================================================
	TITLES
================================================================== */

.widget-title {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.widget-title h3 {
	color:#ffffff;
	font-size:18px;
	letter-spacing: 4px;
	font-weight: 700;
}
.widget-title .hr {
    background: rgba(0, 0, 0, 0) url("images/hr.png") no-repeat scroll center bottom;
    bottom: 0;
    content: "";
    height: 27px;
    position: absolute;
    width: 63px;
}
.grid-title {
	margin-bottom: 40px;
}
.grid-title p,
.big-title p {
	font-size:12px;
	font-weight: 700;
	text-transform: uppercase;
}
.big-title h3 {
	font-size:30px;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.big-title {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.light-hr,
.big-hr {
    background: rgba(0, 0, 0, 0) url("images/big-hr.png") no-repeat scroll center bottom;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    content: "";
    height: 27px;
    position: absolute;
    width: 82px;
}
.light-hr {
    background: rgba(0, 0, 0, 0) url("images/light-hr.png") no-repeat scroll center bottom;
}
.recent-posts li {
	display: inline-block;
	padding: 10px 0 !important
}
.recent-posts li .alignleft {
	margin-top: 0
}
.recent-posts li a {
}
.tagcloud a {
	background-color: #1d1d1d;
	color:#eeeeee;
	padding:4px 16px;
	font-size: 12px;
	margin: 0 10px 10px 0;
	display: inline-block;
}
.tagcloud a:hover {
	color:#070707;
}
.social i {
	font-size:18px;
	color:#ffffff;
}
.social a {
	border-radius: 100%;
	background-color: #1d1d1d;
	color:#eeeeee;
	padding:0;
	width: 34px;
	height: 34px;
	line-height: 39px;
	text-align: center;
	font-size: 12px;
	margin: 0 10px 10px 0;
	display: inline-block;
}
.tweets-widget {
	margin-top: 20px;
	font-size:12px;
}
.tweets h4 {
    color: #eeeeee;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}
.copyrights {
	border-top:1px solid #1d1d1d;
	margin-top:40px;
	padding-top: 10px;
}
.copyrights p {
	margin: 0;
	font-size:12px;
	text-transform: uppercase;
}
.copyrights .list-inline {
	margin: 0;
	padding:0;
}
.copyrights .list-inline li {
	padding:0;
	margin-left: 30px;
	font-size:12px;
}

/* ==================================================================
	SECTION
================================================================== */

.section-dark {
	overflow: hidden;
}
.section-grey,
.section-dark,
.section {
	background-color: #ffffff;
	padding:60px 0;
	position: relative;
	display: block;
}
.section-grey {
	background-color: #eaeaea;
}
.section-dark {
	background-color: #070707;
}
.section-dark h3, .section-dark p {
    color: #ffffff;
    display: block;
    position: relative;
    z-index: 100;
}

/* ==================================================================
	PAGE
================================================================== */

.comments-answer {
	margin-left:80px !important;
}
.comments {
	padding:30px 0;
	margin-top:20px;
}
.tags h5,
.comments h5 {
	letter-spacing: 1.5px;
}
.media-list li {
	padding:20px;
	margin:40px 0;
	border-bottom:1px solid #eeeeee;
}
.media-list img {
	margin-right:10px;
}
.media-list h4 {
	font-size:15px;
	font-weight: bold;
	text-transform:uppercase;
	padding:0;
}
.comment-meta,
.comment-meta a {
	color:#ff5046;
	font-size: 12px;
	padding-left: 30px;
	text-transform:uppercase;
}
.comment-meta {
	color:#888888;
	padding-left: 0;
}
.pagination > li > a, 
.pagination > li > span {
    background-color: #ffffff;
    border: 0 solid #070707;
    border-radius: 0 !important;
    color: #070707;
    float: left;
    font-size: 15px;
    height: 46px;
    font-weight: 700;
    line-height: 43px;
    margin-left: 9px !important;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 46px;
}
.deal-wrapper {
	background-color: #ffffff;
    padding: 30px;
    margin-bottom:30px;
    border:1px solid #eaeaea;
}
.deal-wrapper .list-inline {
	margin-bottom: 20px;
	padding: 0
}
.deal-wrapper .list-inline li {
	padding-left: 0
}
.deal-desc h3 {
	font-weight: bold;
	padding-top:30px;
	font-size:15px;
}
#login {
	background-color: #ffffff;
    padding-top: 50px;
    border:1px solid #eaeaea;
}
#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}
#login h1 {
    color: #070707;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login h2 {
    color: #070707;
    font-size: 90px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .form-control {
	box-shadow: none !important;
	height:45px;
	font-weight: 400;
	font-family: Gudea;
	letter-spacing: 2px;
	color:#888;
	background-color: #070707;
	border-radius:0;
}
.checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.checkbox.show:before {
    content: '\e013';
    color: #070707;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
.checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
.checkbox .label {
    color: #070707;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
	margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}


.big-title h2 {
	font-size:36px;
	font-weight: 700;
	letter-spacing: 5px;
}
#page-header {
	background-color: #eaeaea;
	padding:40px 0;
}
.breadcrumb {
	margin:0;
}
.breadcrumb a, .breadcrumb > li {
    color: #070707;
    font-weight: bold;
    letter-spacing: 3px;
}
.breadcrumb > li::after {
    color: #070707;
    content: "/ ";
    padding: 0 0 0 5px;
}
.breadcrumb > li + li::after,
.breadcrumb > li::before {
	content: "" !important
}
.breadcrumb > .active {
    background-color: #070707;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: #070707;
    font-size:12px;
    text-transform: uppercase;
    font-weight: 700;
    list-style: outside none none;
}

/* ==================================================================
	SIDEBAR
================================================================== */

#sidebar .widget  {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#sidebar .widget ul li {
	list-style: none;
	font-size:15px;
	color:#070707;
	padding:10px 0;
	text-transform: uppercase;
}
#sidebar .widget ul li a {
	color:#070707;
	font-weight: 700;
}
#sidebar .widget ul li a:hover {
	background-color: #070707;
	padding:0 40px;
}
#sidebar .widget-title {
	border-bottom:2px solid #070707;
	padding-bottom:0;
}
#sidebar .widget-title h3 {
	font-weight: 700 !important;
	font-size:12px;
	color:#070707;
}
.filter-widget li {
    font-size: 18px !important;
    margin: 0 !important;
    padding-left: 3px !important;
    padding-right: 25px !important;
    text-align: center !important;
}
.filter-widget li a {
	font-weight: 400 !important;
}
.filter-widget li a:hover {
	padding:0 !important;
	background-color: transparent !important;
}
.color-widget li {
	padding:0 2px 0 0 !important;
}
.color-widget li a {
	border:1px solid #070707;
}
.color-widget ul li a:hover,
.color-widget ul li a:hover {
	background: none !important;
	border:1px solid #070707;
	background-color: none !important;
}

/* ==================================================================
	SHOP
================================================================== */

.customlist li {
	list-style: none;
	font-size:18px;
	text-transform: uppercase;
	margin:25px 0 0;
}
.custom-title h3 {
	font-size:24px;
	font-weight: bold;
}
.custom-title {
    border-bottom: 3px solid #070707;
}
#payment label {
    border: 3px solid #070707;
    font-weight: 700;
    font-size:15px;
    text-transform: uppercase;
    padding: 25px 40px !important;
}
#payment .radio input[type="radio"], 
#payment .radio-inline input[type="radio"], 
#payment .checkbox input[type="checkbox"], 
#payment .checkbox-inline input[type="checkbox"] {
    margin-left: -20px;
    margin-right: 20px;
    position: relative;
}
.custom2 {
	display: block;
	font-size:12px;
	padding-top:10px;
	padding-left: 20px;
	font-weight: 400
}
#customcalculate .bootstrap-select,
#customcalculate .form-control,
#customcalculate .btn {
	width: 100% !important
}
.shopform label {
    display: inline-block;
    font-size: 15px !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
    max-width: 100%;
    text-transform: uppercase;
}
.loader {
	display: inline-block;
	margin: -30px 15px !important;
}
#contacto .social {
	margin:30px 0 15px;
}
#contacto .big-title {
	padding:0;
}
#contacto p {
	font-style: italic;
	text-transform: none;
}
#contacto {padding:100px 30px;}

.contact_form .form-control,
.shopform .form-control,
.customform .form-control {
    background-color: #fff;
    border: 2px solid #070707;
    border-radius: 0;
    box-shadow: none;
    color: #070707;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    height: 44px;
    text-align: center;
    letter-spacing: 2px;
    width: 220px !important;
}
.contact_form .form-control {
	width: 300px !important;
	margin:15px auto
}
.shopform .form-control {
	width: 100% !important;
	margin:5px 0;
}

.contact_form textarea {
	height: 140px !important;
}
.shopform textarea {
	height: 200px !important
}
.contact_form .form-contol::-moz-placeholder,
.shopform .form-control::-moz-placeholder,
.customform .form-control::-moz-placeholder {
	color:#070707;
}
.custom-tab {
	margin-top: 10px;
	margin-bottom: 60px;
}
.table a {
	padding-top: 51px;
	vertical-align: middle;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
	font-size:18px;
	padding:15px 0;
	text-transform: uppercase;
}
.table > thead > tr > th {
	font-size:12px;
	font-weight: bold;
	border-bottom: 3px solid #070707;
}
.table a {
	font-size:12px;
}
.shop-desc .buttons {
	margin-top: 10px;
}
.shop-desc .buttons .btn-primary span,
.shop-desc .buttons .btn-primary {
	font-size: 14px !important;
    padding-left: 22px ;
    padding-right: 22px ;
}
.btn-number.disabled, 
.btn-number[disabled], 
fieldset[disabled] .btn-number, 
.btn-number.disabled:hover, 
.btn-number[disabled]:hover, 
fieldset[disabled] .btn-number:hover, 
.btn-number.disabled:focus, 
.btn-number[disabled]:focus, 
fieldset[disabled] .btn-number:focus, 
.btn-number.disabled.focus, 
.btn-number.focus[disabled], 
fieldset[disabled] .btn-number.focus, 
.btn-number.disabled:active, 
.btn-number[disabled]:active, 
fieldset[disabled] .btn-number:active, 
.btn-number.disabled.active, 
.btn-number.active[disabled], 
fieldset[disabled] .btn-number.active,
.btn-number:hover,
.btn-number:focus,
.btn-number {
	width: 30px;
	border:0;
	font-size:12px;
	height: 30px;
	line-height: 1;
	background-color: #070707;
	padding:0;
	box-shadow: none !important;
}
.qtyinput{
	width: 110px;
}
.qtyinput .form-control {
	width: 50px;
	height: 30px;
	border:0;
	background:none;
	box-shadow: none;
}
.size-chart li {
    height: 35px;
    line-height: 35px;
    padding: 0 !important;
    width: 70px;
    text-align: center;
}
.size-chart li a {
	font-size:21px;
	text-transform: uppercase;
}  
.size-chart li.active,
.size-chart li:hover{
	background-color: #070707;
}
.product-desc,
.qty,
.size-chart {
	margin-top:40px;
}
.qtyinput .form-control {
	font-size:18px;
	font-weight: bold;
	letter-spacing: 4px;
}
.qty p,
.size-chart p {
	margin-bottom: 35px;
	display: block;
	font-size:18px;
	font-weight: bold;
	letter-spacing: 4px;
}
.list-inline {
	margin-left: 0;
}
.shop-desc .color-widget {
	margin-right: 10px;
}
.single-shop-title h2 {
	font-size:36px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.6;
}
.shop-price h3 {
	font-size:30px !important;
}
.shop-price sup {
	font-size:14px;
	vertical-align: text-top;
	top:-10px;
	padding:0 5px 0 0;
}
.shop-price small {
	font-size: 14px;
	padding:0 5px;
	vertical-align: super;
	text-decoration: line-through;
}
.bootstrap-select span {
	margin-right:-25px !important;
}
#single-shop .shop-wrapper {
	margin-top: 0;
}
#single-shop .shop-item {
	margin:0 0 30px;
}
.amount {
	border:0; color:#070707; font-weight:bold;
}
.ui-widget-content {
    background: #f1f0e4 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 !important;
    color: #070707;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#070707;
	border-radius: 0;
	cursor: pointer;
	outline: none;
	border:0;
}
.ui-slider-horizontal .ui-slider-handle {
	top:-0.2em;
	margin-left: -0.4em;
}
.shop-grid {
	padding:0;
	margin:0;
}
.shop-grid img {
	width: 100%;
}
.nav-tabs > li::after {
    content: "/";
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -27px;
    top: 2px;
}
.nav-tabs > li:last-child:after {
	content: ""
}
.nav-tabs > li {
    margin: 0 20px 0;
    cursor: pointer;
    display: inline-block;
    float: none;
}
.nav-tabs > li a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    background-color: transparent;
    border: 0 none;
    color: #070707;
    cursor: pointer;
    border-radius: 0;
    padding:0;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.nav-tabs > li a {
	font-size:18px;
}
.nav-tabs {
	border:0;
}
.shop-item {
	margin:30px 0;
}
.shop-wrapper {
	margin-top: 20px;
}
.shop-widget {
	background-color: #ffffff;
	padding:20px 30px;
}
.shop-title a,
.shop-widget li a {
    font-size: 12px;
    vertical-align: middle;
    padding-top: 20px;
    text-transform: uppercase;
}
.shop-title span {
	margin: 0;
}
.shop-title a span,
.shop-widget li span {
	font-size:18px;
	font-weight: bold;
	display: block;
}
.entry {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
	overflow: hidden;
	position: relative;
	padding: 0;
}
.shop-grid .entry {
	cursor: url(images/cursor.png), auto;
}
.entry img {
	width: 100%;
}
.entry img {
	-moz-transition: -moz-transform .5s,  opacity .5s;
	-o-transition: -o-transform .5s, opacity .5s;
	-webkit-transition: -webkit-transform .5s,  opacity .5s;
	transition: transform .5s,  opacity .5s;
}
.entry:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.entry {
	overflow: hidden;
	position: relative;
	padding: 0;
}
.magnifier p {
	font-size:30px;
	font-weight: bold;
	color:#070707;
	margin-bottom: 30px;
}
.magnifier sup {
	font-size:14px;
	vertical-align: text-top;
}
.magnifier .buttons {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	top: 55%;
	margin-top: -20px;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.magnifier:hover .buttons {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.entry:hover .magnifier { 
	opacity: 1;
	visibility: visible;
}
.magnifier {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%;
	background:#ffea00;
	background-color: rgb(255,234,0);
	background-color: rgba(255,234,0, 0.8);
	opacity:0;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* ==================================================================
	SLIDER
================================================================== */

.fixedslider {
	position: absolute;
	top:0;
}
.boxedcontainer	{
	max-width: 1170px; 
	margin:auto; 
	padding:0px 30px;
}
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.slider-title,
.tp-caption.slider-title {
	position:absolute;
	color:#070707;
	font-size:111px;
	line-height:111px;
	margin:0px;
	font-weight: bold;
	text-align: right;
	border-width:0px;
	letter-spacing: 2px;
	border-style:none;
	white-space:nowrap;
}
.slider-title1,
.tp-caption.slider-title1 {
	position:absolute;
	color:#070707;
	font-size:18px;
	line-height:32px;
	margin:0px;
	font-weight: bold;
	text-align: right;
	border-width:0px;
	letter-spacing: 2px;
	border-style:none;
	white-space:nowrap;
}
.slider-btn .btn,
.tp-caption.slider-btn .btn {
	color:#fff;
	font-size:13px !important;
	text-transform: uppercase;
	margin:0 10px 0 0;
	padding:14px 44px;
}
.slider-btn .btn-white,
.tp-caption.slider-btn .btn-white {
	color:#444444;
}
.tp-bannertimer {
	display: none
}

/* ==================================================================
	MODULES
================================================================== */

#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #070707;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:99999;
}
.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
}
.loader-back-logo {
	margin-top:-10px;
	font-size:26px;
}
#map{
	height:820px;
	width:100%;
}
#map img{
	max-width:inherit
}
.map{
	position:relative
}
.infobox {
	display: inline-block;
	position: relative;
}
.infobox img {
	width:80px !important;
	padding-right:10px
}
.infobox .title {
	font-size:13px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
	padding-bottom:5px;
}
.infobox .title a {
	font-weight:bold;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {

.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
#countdown {
	text-align: center;
	margin:40px auto 60px;
}
.dash {
	height: 110px;
	line-height:1.4;
	display: block;
	overflow: hidden;
	position: relative;
}
.dash .digit {
	font-size: 63px;
	line-height: 63px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	position: relative;
}
.dash_title {
	position: absolute;
	display: inline-block;
	bottom:0;
	top:auto;
	left:0;
	padding: 5px;
	background-color: #070707;
	right:0;
	margin: 0 30px;
	text-align:center;
	font-size:15px;
	text-transform: uppercase;
}
.panel-title {
    line-height: 16px;
}
.panel-heading {
    border-radius: 0 !important;
    padding: 18px 24px;
}
.panel-heading h3 {
	color:#070707;
	font-size:15px;
	font-weight: bold;
	padding:0;
	margin:0;
	display: inline-block;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 none;
}
.panel p {
    margin-bottom: 0;
}
.panel-heading i {
	font-size:13px;
	margin:1px;
}
.panel {
    border-color: #ffffff;
    border-radius: 0 !important;
    box-shadow: none;
}
.accordion-toggle-2 .panel-body {
	background: #ffffff !important;
	border-left:1px solid #dadada !important;
	border-right:1px solid #dadada !important;
	border-bottom:1px solid #dadada !important;
}
.accordion-toggle-2 .panel-heading {
	background: #ffffff !important;
	border:1px solid #eaeaea !important;
}
.accordion-toggle-2 .panel-heading i,
.accordion-toggle-2 .panel-heading h3 {
	color:#070707;
}

.pricing-table-body ul li {
	list-style: none;
	border-bottom: 1px solid #dddddd;
	padding:10px 0;
}
.pricing-table-body ul li:last-child {
	border-bottom: 0 solid #aaa;
}
.pricing-price sup {
	top:auto;
    bottom: 0 !important;
    font-family: arial !important;
    font-size: 21px !important;
    font-weight: normal !important;
}
.pricing-price {
	padding:14px;
	position: relative;
}
.bestoffer {
    background:#070707;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 65px;
    left: 15px;
    line-height: 1.5;
    padding-top: 13px;
    position: absolute;
    top: -30px;
    width: 65px;
}
.pricing-price h2 {
	margin: 0;
	font-size:55px;
}
.pricing-price h4 {
	padding:0;
	margin: 0;
	font-size:16px;
}
.pricing-table-footer,
.pricing-table-header,
.pricing-table-body {
	display: block;
	color:#070707 !important;
	text-align: center;
	padding:25px;
	position: relative;
}

.pricing-table-footer h3 a,
.pricing-table-footer h3,
.pricing-table-header h3 {
	color:#070707;
	font-size:16px;
	letter-spacing: 1px;
	padding:0;
	margin: 0;
	text-transform: uppercase;
}
.newsletterform {
    background-color: transparent;
    border-radius: 0;
    font-weight: 400;
    left: 0;
    right: 0;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    max-width: 615px;
    position: relative;
    top: 0;
}
.newsletterform::before {
    background: rgba(0, 0, 0, 0) url("images/email.png") no-repeat scroll center bottom;
    bottom: 26px;
    content: "";
    height: 17px;
    left: 50px;
    padding: 0 20px;
    position: absolute;
    width: 19px;
}
.newsletterform .form-control {
    background-color: #010101;
    background-image: none;
    border: 2px solid transparent;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 12px;
    height: 70px;
    line-height: 1.52857;
    margin: 40px auto 0 !important;
    padding: 0 10px 0;
    width: 615px;
}
.deal-wrapper .form-control {
	width: 100% !important
}
.newsletterform .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.newsletterform .form-control:-ms-input-placeholder {
  color: #fff;
}
.newsletterform .form-control::-webkit-input-placeholder {
  color: #fff;
}
.newsletterform:focus .form-control:focus  {
	background:none;
}
.custom-widget .widget-title {
	margin-bottom: 30px;
}
.custom-widget .widget-title h3 {
	font-size:30px;
	color:#070707;
	font-weight: bold;
	margin-bottom: 10px;
}
.custom-widget .big-hr {
	right:auto;
	bottom: 0px;
}
.color-scheme {
    display: inline-block !important;
    height: 14px;
    padding:0 !important;
    margin-top:10px;
    margin-right: 5px;
    width: 40px;
}
.color1 {
	background: #cbbeaa;
}
.color2 {
	background: #534747;
}
.color3 {
	background: #534747;
}
.color4 {
	background: #323232;
}
.color5 {
	background: #e6e3de;
}
.color6 {
	background: #cbbeaa;
}
.color7 {
	background: #ffffff;
}
.color8 {
	background: #534747;
}
.testimonials {
	padding-bottom:40px;
}
.testimonial {
	position: relative;
	display: block;
}
.testidesc {
	padding:10px 0;
	overflow: hidden;
	position: relative;
	display: block;
}
.testimonial h4 {
	font-size:12px;
	font-weight: bold;
	margin-bottom:10px;
}
.testimonial h4,
.testimonial p {
	padding:0; 
	color:#070707 !important;
}
.testimonial {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	max-width: 640px;
	margin: auto;
	padding:30px 20px;
}

.hovereffect .testimonial::before,
.hovereffect .testimonial::after {
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
	background: #070707;
	overflow: hidden;
	content: '';
	z-index: -1;
	pointer-events: none;
}
.hovereffect .testimonial::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
.hovereffect .testimonial::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}
.hovereffect .testimonial:hover::before,
.hovereffect .testimonial:focus::before {
	-webkit-transform: rotate(61deg);
	-moz-transform: rotate(61deg);
	transform: rotate(61deg);
}
.hovereffect .testimonial.active::after,
.hovereffect .testimonial:hover::after,
.hovereffect .testimonial:focus::after {
	-webkit-transform: rotate(-61deg);
	-moz-transform: rotate(-61deg);
	transform: rotate(-61deg);
	height: 2px;
}

/* ==================================================================
	RESPONSIVE
================================================================== */

@media (max-width: 1224px) {
	.navbar-nav > li > a {
		padding:3px 20px;
	}
	.search .form-control {
		width: 300px
	}
}
@media (max-width: 1024px) {
	.navbar-nav > li > a {
		padding:3px 13px;
		font-size:12px;
	}
	.search .form-control {
		width: 300px
	}
	.newsletterform .form-control {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.topbar li, .topbar p {
	    font-size: 10px;
	    padding-bottom: 0 !important;
	    padding-left: 0;
	}
	.widget {
		margin-bottom: 20px;
	}
	.copyrights li {
		margin:0 !important;
	}
	.copyrights .text-left,
	.copyrights .text-right,
	.topbar .text-left,
	.topbar .text-right {
		font-size:12px !important;
		text-align: center !important;
	}
	.search {
		display: none;
	}
	.navbar-nav > li > a {
		padding:3px 20px;
	}
	.search .form-control {
		width: 300px
	}
	.navbar-nav > li > a:after {
		display: none;
	}
	.navbar-collapse {
		box-shadow: none;
		border:0;
	}
	.yamm .yamm-content li a {
		color:#070707 !important;
	}
	.yamm .dropdown-menu,
	.yamm-content,
	.dropdown-menu {
		padding:0 20px !important;
	}
	.navbar-default .navbar-toggle {
	    background: #070707 !important;
	    border-color: #070707 !important;
	}
}