/*============ fonts CSS ============*/
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 700;
 src: local('Lato Bold'), local('Lato-Bold'), url(fonts/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
 @font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 900;
 src: local('Lato Black'), local('Lato-Black'), url(fonts/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}
 @font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 300;
 src: local('Lato Light'), local('Lato-Light'), url(fonts/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
 font-family: 'Lato';
 font-style: normal;
 font-weight: 400;
 src: local('Lato Regular'), local('Lato-Regular'), url(fonts/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
color: #333;
	font-size: 14px;
	font-family:"Lato", sans-serif;
	padding:0;
	margin:0;
	line-height:1.55;
	background:#fff;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #282828;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
/*input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
*/
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	/*width: 1170px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/*#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}*/
#content {
	min-height: 400px;
	margin-bottom: 25px;
    width: 1170px;
    margin: auto;
    /*overflow: hidden;*/
    margin-top: 10px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {	
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 99;
}
/*#header #logo {
	position: absolute;
	top: 25px;
	left: 15px;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
} */
#header #cart {
	
	top: 0px;
	right:0px;
	z-index: 9;
	min-width: 200px;
    font-family: "Lato", sans-serif;

}
#header #cart .heading {
float: left;
    margin-right: 0;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 14px;
    position: relative;
    z-index: 1;
}
#header #cart .heading #cart-total{color: #666; text-transform:uppercase;}
/*#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #df2e1b;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}*/
#header #cart .heading a:first-child:before {
    content:'\f07a';
    font-family: FontAwesome;
    font-size:14px;
    padding-right:7px; color:#666;
	
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 7px;
	padding: 10px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF; text-align:left;
}
#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px; text-align:left;
	top: 0px;
	right:0px;

}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info td.name{ width:100px;}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #222;
	padding: 4px; text-transform:uppercase;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	text-align:left;
}
/*#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #df2e1b;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}*/

/* ========= Header Container ==========*/
/*header {
        background:#fff;
        position:relative;
        text-align:center
}*/
header .top-links {
        background-color:#fff;
        /*height:50px;*/
        width:100%;
}
/*header .top-links .inner {
        width: 1170px;
        margin:auto;
        color: #282828;
        display:table;
        padding:0

header .welcome-msg {
        text-align: left;
        display:inline;
        margin: 16px 0px 0 0;
        font-size: 14px;
        color:#777;
        float:left;
        font-size:11px;
        padding-top:0px;
        text-transform:uppercase;
        letter-spacing:1px
        
}}*/
header .header {
        width:1170px;
        margin:auto;
        position:relative
}
header .header .right {
        float:left
}
header .header .logo {
        margin: 0;
}
header .header .logo {
        vertical-align: middle;
        cursor:pointer;
        margin-top:-36px;
        text-align:center;
        position:absolute;
        z-index:10;
        left:47.5%


}
header .header .logo a img {
        cursor:pointer
}
header .phone {
        float:left;
        font-size:16px;
        font-weight:300;
        margin-top:0px;
        border-radius:3px;
        height:26px;
        color:#f8f8f8;
        line-height:normal
}
header .phone .icon-phone:before {
        content: "\f10b";
        padding:0;
        color:#333;
        float:left;
        font-size:18px;
        line-height: 24px;
        padding:0px 3px;
        text-align: center;
        width: 15px;
        background:none;
        margin-right:0px;
        height:25px
}
header .phone span {
        display:inline-block;
        padding-top:3px;
        padding-left:0px;
        font-size:13px;
        font-weight:normal
}
header .header .shipping-info {
        float:left;
        margin-left:50px;
        font-size:16px;
        font-weight:300;
        margin-top:34px;
        border-radius:3px;
        height:26px;
        color:#777
}
header .header .shipping-info .icon-truck:before {
        content: "\f0d1";
        padding:0;
        color:#333;
        float:left;
        font-size: 18px;
        line-height: 24px;
        padding:3px 3px;
        text-align: center;
        width: 26px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background:none;
        margin-right:0px;
        background:#ffe51e;
        height:24px;
        padding-top:4px
}
header .header .shipping-info span {
        display:inline-block;
        padding-top:3px;
        padding-left:8px
}
header .header .top-link-wishlist {
        border-radius: 3px 3px 3px 3px;
        font-size: 0;
        height: 36px;
        line-height: 1;
        margin-top:8px;
        position: absolute;
        left:40px;
        text-align: left;
        vertical-align: middle;
        width: 55px;
        color:#aaa;
        z-index:100;
}

header .header .fa-heart-o:before {
        content: "\f004";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        margin-top: 12px;
        color:#aaa
}
header .header .top-link-wishlist .wishlist-items {
        display: inline-block;
        font-size: 11px;
        height: 10px;
        margin-top: 5px;
        padding: 0;
        text-align: center;
        width: 18px;
}
header .header .top-link-compare {
        border-radius: 3px 3px 3px 3px;
        font-size: 0;
        height: 36px;
        line-height: 1;
        margin-top:8px;
        position: absolute;
        left: 0px;
        text-align: left;
        vertical-align: middle;
        width: 40px;
        color:#aaa;
        z-index:100;
}

header .header .compare:before {
        content: "\f012";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        margin-top: 11px;
        color:#aaa
}
header .header .top-link-compare .compare-items {
        display: inline-block;
        font-size: 11px;
        height: 10px;
        margin-top: 5px;
        padding: 0;
        text-align: center;
        width: 18px;
}
/* ========= language &amp; currency ==========*/

/*======= End Toplinks =======*/
.mob-links{ display:none}

/*======= search =======*/

.search-icon {
        position: absolute;
        right: 0px;
        margin-top:15px;
}
.search-box {
        width:220px;
        position:absolute;
        margin:auto;
        right:0px;
        margin-top:12px;
        z-index:10
}
.search-box .search-cat {
        width:80px;
        display:inline-block;
        background:#f8f8f8;
        border:none;
        float:left;
        margin-right:10px; height:42px;
}
#search {
        border:none;
        font-size: 14px;
        height: 18px;
        margin:0;
        padding: 3px 8px;
        width: 200px;
        font-family:"Lato", sans-serif;
        display:inline-block;
        color:#f8f8f8;
        background:none;
        border:0px #333 solid;
        font-weight:normal;
        line-height:18px;
        letter-spacing:1px;box-shadow:none;
}
.button-common {
        border: 0 none;
        filter: none;
        overflow: hidden;
        padding: 0px;
        width: 25px;
}
.search-btn-bg {
        cursor: pointer;
        display: inline-block;
        height: 25px;
        position: absolute;
        right: 0px;
        top: 0;
        width:32px;
        right:0px;
        background:none;
        border:none
}

.search-btn-bg span:before{content: "\f002";
font-family: FontAwesome;
font-size: 14px;
line-height: 15px;
display: inline-block!important;
color: #aaa;
text-align: center;
font-weight: normal;
padding-right: 0px;}

.searchIconNew {
        width: 50px;
        height:28px;
        left: 4px;
        display: inline;
        position: absolute;
        top:0px;
}

.search-icon{ content:'\f002'; font-family:FontAwesome; font-size:16px; color:#222}

.button-common:hover {
        opacity:1
}
.cross-icon {
        position:absolute;
        right:0px;
        margin-top:-35px
}

.hidden-desktop {
	display: none;
}
/* ========= End search  ==========*/

.mini-products-list .product-image {
	float: left;
	padding:0;
	width: 80px;
	height:80px;
	padding:0px;
}
.top-cart-content .product-name {
	margin: 0;
	width:110px;
	line-height:1 em; display:inline-block;
}
.top-cart-content .product-name a {
	font-size: 13px;
	line-height:normal;
	font-weight:400
}
.top-cart-content .product-name a:hover {
	color:#000000
}
.top-cart-title span {
	font-weight:normal;
	font-size:14px;
	color: #fff;
	text-transform:inherit;
}
.top-cart-title p span {
	text-transform:none;
}
.top-cart-contain .price {
	color: #222;
	font-weight: 400;
	text-transform: uppercase;
	padding-left:10px;
	float:right; font-size:13px;
}
.top-cart-contain .product-details .price {
	color: #E74C3C;
	width: auto;
	float:none;
	font-weight:normal;
	padding-left:0px;
	font-size:13px;
}
.top-cart-contain .product-details .price-box{display:inline-block; float:right;}
.mini-cart {
	text-align: center;
	cursor: pointer;
	margin: 0px 0 0 0px;
}
.mini-cart .basket {
	right:0px;
}
.mini-cart .basket a {
	color:#aaa;
	margin:0px;
	font-size:11px;
	padding:11px 0px 20px;
	font-family:"Lato", sans-serif;
	letter-spacing:1px;
	font-weight:normal;
	text-transform:uppercase
}
.mini-cart .basket a:first-child:before {
	content:'\f07a';
	font-family: FontAwesome;
	font-size:14px;
	padding-right:7px
}
.mini-cart .open .basket a {
	color:#000;
	background:#fff;
	box-shadow:0 3px 9px rgba(0, 0, 0, 0.3)
}
.mini-cart .dropdown-toggle {
	font-size: 14px;
	padding: 0;
	text-transform: none;
}
.top-cart-contain {
	position: absolute;
	padding: 0;
	z-index:100;
	padding:0px;
	/*color:#FFFFFF;*/
	left:90px;
	margin-top:13px
}
.top-cart-contain:hover {
}
.top-cart-title p {
	margin: 0;
}
.top-cart-content .empty { padding:10px; color:#333; text-align:center;
}
.top-cart-contain:hover {
}
.top-cart-content {
	display: none;
	width: 300px;
	position: absolute;
	top:36px;
	right:-110px;
	background: #fff;
	padding: 0;
	text-align: right;
	  box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.top-subtotal {
	color: #222;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 15px;
	text-align:right;
	text-transform:uppercase;
	background-color:#fff;
	margin-bottom:8px;/*border-top:1px #dfe0e0 solid;*/ letter-spacing:0.5px;
}
.bottom-subtotal {
	color: #222;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 15px;
	text-align:right;
	text-transform:uppercase;
	background-color:#fff;
	margin-bottom:8px;border-top:1px #999 solid;letter-spacing:0.5px;
}
.top-cart-content .product-details .btn-remove {
	position:absolute;
	right:10px;
	top:4px;
}
.top-cart-title {
	display: inline-block;
	padding: 3px;
	margin:0;
	vertical-align: top;
	text-align:center;
	color:#223D62;
	line-height: 14px;
	position: relative;
	font-size:14px;
	width:20px;
	margin-top:2px;
	margin-left:29px
}
.top-cart-content .block-subtitle {
	color: #222;
	overflow: hidden;
	padding: 10px 12px;
	text-align:center;
	font-weight:normal; text-transform:uppercase; font-size:12px;
	background:#fff; border-bottom:1px #dfe0e0 solid;letter-spacing:0.5px;
}
ul#cart-sidebar {
	padding:0px 0px;
}
/* top cart  */

.top-cart-wrapper:hover {
}
.top-cart-title .cart_arrow {
	position:absolute;
	bottom:-6px;
	right:50px;
	width:18px;
	height:11px;
	z-index:1000;
	display:none;
}
.top-cart-contain:hover .top-cart-title .cart_arrow {
	display:block;
}
.top-cart-content li.item {
	/*width:270px;*/
	margin:0px;
	border-bottom:1px #eee solid;
	min-height:67px; 
}
.top-cart-content li.item.last {
	margin:0;
	border-bottom:0px #eee solid;
	padding-bottom:10px
}
.top-cart-content .product-details {
	color: #333333;
	position: relative;
	text-align: left;
}
.mini-products-list .product-details {
	margin-left: 90px;
	padding:0;
}
.top-cart-content .product-details .btn-remove {
	position:absolute;
	right:10px;
	top:12px;
}
.top-cart-content .product-details .btn-edit {
	position:absolute;
	right:22px;
	top:6px; 
        display:none;
}
.top-cart-content .product-details .btn-remove1 {
        display:none;
}
.top-cart-content .actions {
	padding: 18px 25px;
	margin:0;
	overflow:hidden;
	background-color:#F8F8F8;
}
.top-cart-icon {
	padding: 5px;
	width: 20px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
.top-cart-title span {
	font-weight:normal;
	font-size:13px;
	text-transform:uppercase;
}
.top-cart-title p span {
	text-transform:none;
}
.mini-cart .view-cart {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #1CB1A6;
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 16px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
/*.mini-cart .actions .btn-checkout:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	padding-right: 10px;
}*/
.mini-cart .actions .btn-checkout {
	background: #222;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	padding:8px 16px;
	border:none;
	cursor:pointer;
	display:inline-block;letter-spacing:1px; width:100%;
	transition:color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.mini-cart .actions .btn-checkout:hover {
	background: #000;
	color:#fff;
}
.mini-cart .actions .view-cart {
	background: #fff;
	color:#222;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	padding:8px 16px;
	border:none;
	font-family: "Lato", sans-serif;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:none;
	float:left; margin-bottom:10px; letter-spacing:1px; width:100%;
	transition:color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; border:1px #e0e0e0 solid;
}
.mini-cart .actions .view-cart:hover {
	background: #333;
	color:#fff;
}
/*.mini-cart .actions .view-cart:before {
	content:'\f07a';
	font-family: FontAwesome;
	font-size:14px;
	padding-right:8px
}*/
.mini-cart .actions .button {
	display: inline-block;
	width: 100px;
	text-align: center;
	margin-bottom: 3px;
	padding:8px 10px 6px;
	text-transform:none;
	border:none;
	font-size:14px;
}
.mini-cart .button.btn-checkout {
	box-shadow: 0 -3px 0 0 #222 inset;
	background: #333;
	color:#FFFFFF;
	font-size:13px;
	text-transform:uppercase;
	font-weight:900;
	padding:0px 6px;
	height:32px;
	line-height:32px
}
.block_mini_cart_above_products {
	margin-bottom: 15px;
}
.mini-cart > .button {
	color: #000;
	font-size:14px;
	font-weight:300;
	text-shadow:none;
	border:none;
	border-radius:2px;
	box-shadow:none;
	background:none
}
.top-cart-content #cart-sidebar li {
	border-bottom: 1px solid #ECECEC;
	overflow: hidden;
	padding: 14px 10px;width:280px;
}
.top-cart-content #cart-sidebar li.last {
	border-bottom: 0px solid #ECECEC; 
}
.btn-remove1 {
	background-image: url(../images/btn_remove.png);
	margin: 0px 0 0 18px;
}
.btn-remove1:hover, .btn-remove1:focus {
	background-position: 0 -12px;
}
.btn-remove1 {
	display:block;
	width:15px;
	height:13px;
	font-size:0;
	line-height:0;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent:-999em;
	overflow:hidden;
	/*position:absolute;*/
	right:-3px;
}
.btn-remove2 {
	display:block;
	width:16px;
	height:11px;
	font-size:0;
	line-height:0;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent:-999em;
	overflow:hidden;
}
/*.button {
	background-image:-moz-linear-gradient(50% 0 180deg, #f5f5f5 0, #d5d5d5 99%);
	background-image:-webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f5f5f5), color-stop(0.99, #d5d5d5));
	background-image:-webkit-linear-gradient(-90deg, #f5f5f5 0, #d5d5d5 99%);
	background-image:-o-linear-gradient(180deg, #f5f5f5 0, #d5d5d5 99%);
	background-image:-ms-linear-gradient(180deg, #f5f5f5 0, #d5d5d5 99%);
	background-image:linear-gradient(180deg, #f5f5f5 0, #d5d5d5 99%);
	-ms-filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff5f5f5,endColorstr=#ffd5d5d5,GradientType=0)';
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff5f5f5, endColorstr=#ffd5d5d5, GradientType=0);
	box-shadow:none;
	border-radius:2px;
	border:1px solid;
	border-color:#ddd;
	color:#222;
	display:inline-block;
	line-height:1;
	padding:8px 12px;
	text-align:center;
	white-space:nowrap;
	text-transform:uppercase
}
.button:hover {
	background:#f6f6f6
}
.button.btn-checkout {
	background:#FED557;
	border:1px solid #F5C328;
	color:#003169;
	padding:8px 18px;
}
.button.btn-checkout:hover {
	background:#FED557
}
.button.btn-bag {
	background-image:-moz-linear-gradient(50% 0 180deg, #f5f5f5 0, #d5d5d5 99%);
	background-image:-webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f5f5f5), color-stop(0.99, #d5d5d5));
	background-image:-webkit-linear-gradient(-90deg, #f5f5f5 0, #d5d5d5 99%);
	background-image:-o-linear-gradient(180deg, #f5f5f5 0, #d5d5d5 99%);
	background-image:-ms-linear-gradient(180deg, #f5f5f5 0, #d5d5d5 99%);
	background-image:linear-gradient(180deg, #f5f5f5 0, #d5d5d5 99%);
	-ms-filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff5f5f5,endColorstr=#ffd5d5d5,GradientType=0)';
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff5f5f5, endColorstr=#ffd5d5d5, GradientType=0);
	box-shadow:none;
	border-radius:2px;
	border:1px solid #ccc;
	color:#222;
	display:inline-block;
	line-height:1;
	padding:8px 18px;
	text-align:center;
	white-space:nowrap;
	text-transform:uppercase;
	float:left
}
.button:btn-bag:hover {
 background:#f6f6f6
}*/
/*======= End Top Shopping Cart =======*/

/* menu */
/*#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}*/

/*========== Nav ==========*/

nav {
	margin: auto;
	width:100%;
	background:#000;
	height:50px
}
.nav-inner {
	margin:auto;
	text-align:center;
	width:1170px;
	position:relative;
}
.navbar {
	background: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin: 0;
	position: static;
}
.navbar-nav > li > a {
	text-shadow: none;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	padding: 17px 30px 18px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	display: block;
	letter-spacing:1px;
	border-left:1px #444 solid

}
.navbar-nav > li:hover > a {
	background: none repeat scroll 0 0 #df2e1b;
	color: #FFFFFF;
}
.navbar-nav > li > a .sf-sub-indicator {
	background: #ccc;
	background: rgba(255, 255, 255, .4);
	height: 1px;
	width: 7px;
	left: 17px;
	top: auto;
	bottom: -3px;
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.navbar-nav > li:hover > a .sf-sub-indicator {
	display: none;
}
.navbar-collapse {
	margin: 0;
}
/*span.plus {
    display: none;
}*/

#nav li.drop-menu ul {
	display: none;
}
#nav li.active a {
	color: #fff;background: #df2e1b;
}
#nav li.active a:hover {
	color: #fff;background: #df2e1b;

}
.cms-index-index #nav li.home-active a {
        color: #fff;background: #df2e1b;
}
.cms-index-index #nav li.home-active a:hover {
        color: #fff;background: #df2e1b;

}
/*#nav.drop-menu li.custom-menu.full-menu { display: none; }*/
#nav li.drop-menu ul {
	position: absolute;
	top: 50px;
	left: 0;
	background: #fff;
	padding: 6px 0;-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
	/*border: 1px solid #fff;
    border: 1px solid rgba(255,255,255,0.8);    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;*/
    width: 160px;
	text-align: left;
	z-index: 1000;
}
#nav > li.drop-menu ul li ul {
	border-top:none;
}
/*#nav li.drop-menu ul:before {
    content: "";
    width: 174px;
    height: 100%;
    position: absolute;
    left: -8px;
}

#nav li.drop-menu ul:after {
    content: "";
    top: -10px;
    position: absolute;
    left: 14px;
    border: 6px solid transparent;
    border-bottom-width: 5px;
    border-bottom-color: #222;
}
*/
#nav li.drop-menu ul.right-sub:after {
	content: "";
	top: 6px;
	position: absolute;
	left: -11px;
	border: 6px solid transparent;
	border-bottom-width: 5px;
	border-bottom-color: transparent;
	border-right-width: 5px;
	border-right-color: #fff;
}
#nav li.drop-menu ul.left-sub:after {
	content: "";
	top: 6px;
	position: absolute;
	left: auto;
	right: -10px;
	border: 6px solid transparent;
	border-bottom-width: 5px;
	border-bottom-color: transparent;
	border-right-width: 5px;
	border-right-color: transparent;
	border-left-width: 5px;
	border-left-color: #fff;
}
#nav > li.drop-menu {
	position: relative;
}
#nav li.drop-menu ul li {
	position: relative;
}
#nav li.drop-menu ul li a {
	color: #222;
	line-height: 30px;
	font-size: 14px;
	padding: 0 12px;
	display: block;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;background: #fff;
}
#nav li.drop-menu ul li:hover > a {
	color: #000;
	background: #fff;
	padding-left: 12px; text-decoration:underline;
}
#nav li.drop-menu ul li span.plus {
	display: block;
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	width: 7px;
	background: #535353;
}
#nav > li.full-menu {
	position: static;
}
#nav li.full-menu div.level1 {
	position: absolute;
	top: 50px;
	left: 245px;
	width: 58%;
	display: none;
	z-index:1000
}
#nav li.full-menu div.level1 a {
	/*color:#fff;*/
    background: #fff;
}
#nav li.full-menu div.level1 .menu-content {
	margin-top: 0;
	padding: 10px 8px 12px 5px;
	background: #fff;
	/*    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;*/
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    text-align: left;
	overflow:hidden;
}
#nav li.full-menu li.level1{
	position: relative; padding:4px 10px;
} 

#nav li.full-menu li.level2 {
	position: relative; padding:0 0px;
}
#nav > li.full-menu > a {
	position: relative;
}
#nav li.full-menu .bottom-block {
	clear: both;
}
#nav li.full-menu .top-block {
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 15px;
	margin: 0 0 20px;
	border-bottom: 1px solid #d2d2d2;
	text-align: left;
	color: #535353;
}
#nav li.full-menu .bottom-block {
	font-size: 14px;
	font-weight: normal;
	padding: 15px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #d2d2d2;
	text-align: left;
	color: #535353;
}
#nav li.full-menu .content-block {
	border-right: 0px solid #d2d2d2;
	padding: 0;

}
#nav li.full-menu .right-block {
	font-size: 14px;
	font-weight: normal;
	padding:0px;
	text-align: left;
	color: #535353;
	height: 100%;
	margin-left: 10px;
	margin-top:15px;
}
#nav li.full-menu ul.level1 {
}
#nav li.full-menu ul.level2 {
	margin-bottom: 5px;
}
#nav li.full-menu li.level1 > a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	/*color: #fff;*/
	text-transform: uppercase;background: #fff;
}
#nav li.full-menu li.level1 a > span {
	padding: 6px 0;
	display: block;
	color: #333;
	font-size: 13px;
	font-weight:400;
	letter-spacing:1px; border-bottom:dashed 1px #ccc; margin-bottom:15px;
}
#nav li.full-menu li.level2 a > span {
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 4px 4px 4px 18px;
	font-size:15px;
	letter-spacing:normal;background: #fff;
}
#nav li.level1 a > span > span {
	position: relative;
}
#nav li.full-menu li.level2 a > span:after {
	color: #999;
	content: "\203A";
	position: absolute;
	left: 7px;
	top: 4px;
	font-size: 18px;
	line-height: 1;
	width: 4px;
	height: 4px;
	font-family: "Lato", sans-serif;
}
#nav li.full-menu li.level2 a:hover > span:after {
	color: #fff;
}
#nav li.full-menu li.level2 a:hover > span {
	background-color: #2FDAB8;
	color: #fff;
}
#nav li.full-menu li.level2 a {
	font-size: 13px;
	color: #535353; font-family:"Lato",sans-serif;background: #fff;
}
#nav li.full-menu li.level2 a:hover{ text-decoration:underline; background: #fff;}

/* ======================== Offer Banner ============================ */
.offer-banner {
    width:100%;
    overflow:hidden;
    padding-top:45px;
    padding-bottom:15px;
}
.offer-banner-section {
    overflow:hidden;
    width:1170px;
    margin:auto;

}
.offer-banner-section .col {
    width:272px;
    float:left;
    margin-right:26px;
}
.offer-banner-section .col-last {
    width:272px;
    margin-right:0px;
    float:left
}
/* ======================== End Offer Banner ============================ */

/** Logos Silder *******************************************************************************************************/
.logos_title.center {
    padding: 0;
    text-align: center;
    border-bottom:1px #ddd solid;
}
.logos_title {
    color: #000000;
    height: 26px;
    margin: 0 auto 40px;
    text-align: center;
    text-transform: none;
}
.logos_title h2 {
    background:#fff;
    color: #333;
    font-size:20px;
    font-weight:bold;
    margin-top: 0;
    padding: 10px 25px;
    position: relative;
    display:inline-block;
}
.brand-logo {
    margin:auto;
    width:100%;
    margin-top:50px;
    overflow:hidden
}
.jcarousel-skin-tango {
    border-bottom: 0 solid #DDDDDD;
    margin: 15px auto 40px;
    padding: 0;
    width: 1170px;
    overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 80px;
    margin: 25px 0 0 0;
    width: 1170px;
}
.jcarousel-skin-tango .jcarousel-item {
    height: 65px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin: 0 15px;
    padding: 0 15px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:after {
    font-family:'FontAwesome';
    font-weight:normal;
    content:"\f105";
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
background-color: #FFFFFF;
    border: 1px solid #222222;
    color: #222222;
    cursor: pointer;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    height: 22px;
    line-height: 20px;
    padding: 3px 12px 3px 8px;
    position: absolute;
    right: 30px;
    text-transform: none;
    top: -46px;
    width: 8px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    color:#000;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:after {
    font-family:'FontAwesome';
    font-weight:normal;
    content:"\f104";
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
background-color: #FFFFFF;
    border: 1px solid #222222;
    color: #222222;
    cursor: pointer;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: 22px;
    left: 30px;
    line-height: 17px;
    padding: 4px 14px 3px 8px;
    position: absolute;
    text-transform: none;
    top: -46px;
    width: 10px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    color:#000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
    cursor:pointer; right:5px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    cursor:pointer; left:5px;
}
.jcarousel-skin-tango .jcarousel-container {
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding:0;
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
.jcarousel-skin-tango .jcarousel-item {
    height: 65px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    vertical-align:middle;
    text-align:center;
    height:63px;
    width:150px;
    background-color:#fff;
    margin: 0 9px;
    padding: 15px 14px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
}
/*=========== End Logos Silder ==============*/

.new_title {
    color: #000000;
height: 15px;
margin: 0 auto 0px;
text-align:center;
text-transform: none;
border-bottom: 1px #333 solid;
margin-bottom: 30px;
}

.new_title h2 {
    color: #fff;
font-size: 13px;
font-weight: normal;
margin-top: 0;
padding: 5px 10px;
position: relative;
text-transform: uppercase;
display: inline-block;
width: 180px;
text-align: center;
background: #222;
letter-spacing: 1px;
}


.row:before, .row:after {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}
.row:before, .row:after {
	display: table;
	content: " ";
}
.row:after {
	clear: both;
}
.grid3, .grid_3, .grid4, .grid_4, .grid_8, .grid8, .grid5, .grid12, .grid_12 {
	position: relative;
	min-height: 1px;

}
.grid6 {
	width: 45%;
	float: left;
}
.grid6 span img{ margin-bottom:20px;}
.grid6.last {
	width: 45%;
	float: left;
}
.grid_3 .all-links a{ text-transform:uppercase; color:#0099FF !important; font-family:"Lato",sans-serif; font-size:12px;}
.grid_3 .all-links a:hover{ text-transform:uppercase; color:#000;}
.thumbnail-img {
	margin-bottom:15px;
	margin-top:10px;
}
.category-label {
	position:absolute;
	z-index:10000;
	background:#fc9a1c;
	font-weight:normal;
	font-size:11px;
	padding:0px 5px;
	margin-top:-22px;
	margin-left:-20px;
	color:#fff;
	height:15px;
	line-height:15px;
	text-transform:none;
}

.category-label:before {
	border-top-color: #fc9a1c;
	left: 6px;
	top: 22px;
}
.category-label-hot {
	position:absolute;
	z-index:10000;
	background:#E74C3C;
	font-style:normal;
	font-size:13px;
	padding:0px 8px;
	margin-top:-35px;
	margin-left:-65px;
	color:#fff;
	height:22px;
	line-height:20px;
	text-transform:none;
}
.category-label-hot:before {
	border-color: transparent;
	border-style: solid;
	border-width: 5px;
	height: 0;
	position: absolute;
	transition: border-color 450ms ease-in-out 0s;
	width: 0;
	content: "";
}
.category-label-hot:before {
	border-top-color: #E74C3C;
	left: 6px;
	top: 22px;
}

.grid2, .grid3, .grid4, .grid_8 {
 float: left;
}
 .grid4.last {
 width: 25%;
}

 .grid_3, .grid_4, .grid8, .grid_5 {
 float: left;
}
.grid_4 {
 width: 33%;
}
.grid_2 {
 width: 30%; float:left;
}
 .grid8 {
 width: 100%;
}
 .grid_3 {
 width: 30%;
}
 .grid_5 {
 width: 18%;
 padding-left:2%
}
 .grid4 {
 width:305px;
 float: left;
 border:8px #ffe51e solid;
 background:#fff;
 margin-right:12px;
 min-height:200px;
 margin-bottom:15px;
 margin-left:10px
}

 .container {
 width: 1170px;
}

 .navbar-nav {
 margin: 0px 0 0;
 text-align:center
}
 .navbar-nav>li {
margin-right:-4px;
display:inline-block
}

 .navbar-nav>li:last-child {
margin-right:0px;
display:inline-block;
border-right:1px #444 solid
}


 .navbar-left {
 float: left!important;
}
 .navbar-right {
 float: right!important;
}

.button-buy {
	background: none repeat scroll 0 0 #222;
	border: 0 none;
	border-radius: 0;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	outline: medium none;
	overflow: visible;
	padding: 8px 14px;
	text-align: center;
	transition: all 0.3s linear 0s;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
}


/*============ bottom-banner============*/  
.prom-section {
    width:100%;
    margin:auto;
    overflow:hidden;
    padding:20px 0px;
    font-size:11px;
    font-weight:normal;
    color:#888;
    text-transform:uppercase;
    letter-spacing:1px;
    border-bottom:1px #e1e1e1 solid
}
.prom-section .inner {
    overflow:hidden;
    width:1000px;
    margin:auto
}
.prom-section .col-info {
    width:320px;
    float:left;
    padding-right:35px
}
.prom-section .col-info-last {
    width:290px;
    float:right;
    padding-right:0px
}
.prom-section span {
    color:#222;
    font-weight:900
}
/*============ bottom-banner End============*/

.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.breadcrumb a{color: #333; text-transform:uppercase; }
.breadcrumb a:hover{color: #CF3341; }
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 65%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #333;
	padding: 2px 8px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #333; font-size:12px;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
/*a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: "Lato",sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') repeat-x;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-khtml-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background-position: 0px -24px;
}
.buttons {
	background: #FFFFFF;

	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}*/
.htabs {
	height: 30px;
	line-height: 16px;
}
.htabs a {
	padding: 0 15px;
	float: left;
	font-family: "Lato",sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {	
	color: #000;
	font-weight:normal;
	font-family:"Lato", sans-serif;
	padding:0 15px;
	border-bottom:2px solid #222;
	background:#f3f3f3;
}
.tab-content {
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
.tab-content p font{ font-family: "Lato",sans-serif !important;}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #df2e1b;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 0px 0px;
}
ul.box-category > li {
	padding: 8px 8px 0px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	/*padding: 10px;*/
	overflow: auto;
	margin-bottom: 20px;
	/*border: 1px solid #EEEEEE;*/
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	}
.category-list li {
	float: left;
	display:inline-block; margin-right:12px; background-color:#f8f8f8; padding:1px 10px 4px; margin-bottom:8px;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
/*.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}*/
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #df2e1b;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #df2e1b;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-shop {
	overflow: auto;
	margin-bottom: 20px;
}
.product-shop > .left {
	float: left;
	margin-right: 15px;
}
.product-shop > .left + .right {
	margin-left: 265px;
}
.product-shop .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-shop .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-shop .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-shop .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-shop .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-shop .description span {
	color: #df2e1b;
}
.product-shop .description a {
	color: #4D4D4D;
	text-decoration: none;
}
/*.product-shop .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}*/
.product-shop .price-old {
	color: #666;
	text-decoration: line-through; font-size:18px;
}
.product-shop .price-new {
}
.product-shop .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999; margin-left:15px;
}
.product-shop .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999; display:table; margin-bottom:5px;
}
.product-shop .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D; margin-bottom:8px; min-height:inherit;
}
.product-shop .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 0px;
	margin-bottom: 10px;
	color: #000000;
}
.product-shop .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-shop .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-shop .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-shop .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-shop .cart div > span {
	color: #999;
}
.product-shop .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-shop .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-shop .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-shop .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-shop .review > div > span {
	color: #df2e1b;
}
.product-shop .ratings .share {
	overflow: auto;
	line-height: normal;    
    float: right;
    margin-top: -18px;
}
.product-shop .ratings .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align:left;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align:left;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight:normal;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD; text-transform:uppercase; font-size:12px;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #666;
}
.wishlist-info tbody .action img {
	cursor: pointer; margin-left:5px;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 90%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.return-captcha input{ margin-bottom:8px;}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	/*width: 100%;*/
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; width:100%;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight:normal;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD; text-transform:uppercase;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right; font-size:12px;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity .cart_remove{ display: inline-block;
    margin-top: 10px;}
.cart-info tbody .quantity input{ display:inline-block; float:left; margin:0 8px 0 0;}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right; font-size:15px;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.cart-left-area {
    float: left;
    width: 55%;
}
.cart-right-area {
    float: right;

}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/*======== newsletter =============== */
button.subscribe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
}
button.subscribe {
    background:#83dbd4;
    border: 0 none;
    filter: none;
    overflow: hidden;
    padding: 12px 13px !important;
    cursor:pointer;
    font-weight:900;
}
button.subscribe:hover {
    background:#333;
    border: 0 none;
    filter: none;
    overflow: hidden;
    padding: 12px 13px !important;
}
.social .fb a:before {
    content:"\f09a";
    font-family: FontAwesome;
}
.social .fb a {
    font-size:18px;
    line-height:35px;
    display:inline-block!important;
    width:35px;
    height:35px;
    color:#222;
    text-align:center;
    padding:0;
}
.social .fb a:hover {
    background:#3C5B9B !important;
    color:#fff!important;
}
.social .tw a:before {
    content:"\f099";
    font-family: FontAwesome;
}
.social .tw a {
    font-size:18px;
    line-height:35px;
    display:inline-block!important;
    width:35px;
    height:35px;
    color:#222;
    text-align:center;
    padding:0;
}
.social .tw a:hover {
    background:#359BED !important;
    color:#fff!important;
}
.social .googleplus a:before {
    content:"\f0d5";
    font-family: FontAwesome;
}
.social .googleplus a {
    font-size:18px;
    line-height:35px;
    display:inline-block!important;
    width:35px;
    height:35px;
    color:#222;
    text-align:center;
    padding:0;
}
.social .googleplus a:hover {
    background:#cb2027!important;
    color:#fff!important;
}
.social .rss a:before {
    content:"\f09e";
    font-family: FontAwesome;
}
.social .rss a {
    content:"\f09e";
    font-family: FontAwesome;
    font-size:18px;
    line-height:35px;
    display:inline-block!important;
    width:35px;
    height:35px;
    color:#222;
    text-align:center;
    padding:0;
}
.social .rss a:hover {
    background:#FD9F13 !important;
    color:#fff!important;
}
.social .pintrest a:before {
    content:"\f0d3";
    font-family: FontAwesome;
}
.social .pintrest a {
    content:"\f0d3";
    font-family: FontAwesome;
    font-size:18px;
    line-height:35px;
    display:inline-block!important;
    color:#fff;
    width:35px;
    height:35px;
    color:#222;
    text-align:center;
    padding:0;
}
.social .pintrest a:hover {
    background:#cb2027 !important;
    color:#fff!important;
}
.social .linkedin a:before {
    content:"\f0e1";
    font-family: FontAwesome;
}
.social .linkedin a {
    content:"\f0e1";
    font-family: FontAwesome;
    font-size:18px;
    line-height:35px;
    display:inline-block!important;
    width:35px;
    height:35px;
    color:#222;
    text-align:center;
    padding:0;
}
.social .linkedin a:hover {
    background:#027ba5 !important;
    color:#fff!important;
}
.social .youtube a:before {
    content:"\f167";
    font-family: FontAwesome;
}
.social .youtube a {
    font-size:18px;
    line-height:35px;
    display:inline-block!important;
    width:35px;
    height:35px;
    color:#222;
    text-align:center;
    padding:0;
}
.social .youtube a:hover {
    background:#F03434 !important;
    color:#fff!important;
}
.social {
    float:right;
}
.social h4 {
    font-size: 15px;
    font-weight:normal;
    color:#fff;
    text-align:left;
    border:none;
    padding:0;
    margin:0;
    margin-right:5px;
}
.social ul {
    float:left;
    margin:0px 0 0 0;
    list-style:none;
    line-height:45px
}
.social ul li {
    float:left;
    margin-right: 7px;
}
.social a {
    transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out;
}
.newsletter .button {
    padding:0;
    margin:0
}
.newsletter {
    margin:0 0 20px 0;
    padding: 5px 0 0;
}
.newsletter .left-border {
    position:absolute;
    width:0px;
    height:38px;
    margin:-4px 0 0 -40px;
    background:#D0D0D0;
}
.newsletter .title-News {
    float:left;
    margin:1px 5px 0 0;
    color:#2F2B29;
    font-size:13px;
    font-family:"Lato", sans-serif;
    font-style:normal;
    line-height: 25px;
    text-align:left
}
.newsletter .subscribe-input {
    float:left;
    border:1px solid #dbdbdb;
    border-right:0;
    padding:9px 12px;
    height: 15px;
}
.newsletter .subscribe-input .validation-advice {
    overflow:hidden;
    position:absolute;
    width: 23px;
    height: 21px;
    margin:-34px 0 0 -24px;
    padding:0;
    line-height: 100px;
}
.newsletter .subscribe-input input {
    background-color:transparent !important;
    color:#9A9A9A;
    border:none !important;
    font-size: 11px;
    line-height: 15px;
    height: 15px;
    width: 160px;
    padding: 0;
}
.newsletter button.button span {
    color:#FFFFFF;
    font-size:14px;
}
.newsletter button.button span span {
    font-size:14px;
    text-transform:lowercase;
}
.newsletter button.button:hover span {
    color:#fff;
}
/* ======================== End Footer ============================ */

/*======== Footer =============== */
footer {
    padding: 0px 0 0;
    width:100%;
    overflow:hidden;
    background:#232121;
    color:#aaa;
    margin-top:0px
}
.com-add {
    border-bottom:1px solid #f0f0f0;
    margin-bottom:10px;
    padding-bottom:6px;
}
footer .inner {
    width:1170px;
    margin:auto;
    overflow:hidden;
    padding-bottom:25px;
    padding-top:40px;

}
footer .inner h3 {
    color:#3D4C4F;
    font-size:15px;
    text-transform:uppercase;
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-family:'karlabold'
}
.footer-column-1 {
    float:left;
    width:350px;
    margin-right:50px;
    margin-bottom:15px;
    font-size:15px;
    font-weight:normal;
    color:#fff
}
.footer-column-1 a {
    font-size:15px;
    font-weight:normal;
    color:#aaa
}
.footer-column {
    float:left;
    width:240px;
    margin-right:20px;
    margin-bottom:15px
}
footer .footer-column a {
    padding:16px 0px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    padding-top:0px
}
.footer-column-last a {
    padding:0px 0px 16px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    display:block
}
.footer-column-last {
    float:left;
    width:250px;
    margin-right:0px;
    margin-bottom:15px
}
.footer-bottom .inner {
    width:1170px;
    margin:auto;
    padding:10px 0px;
    border:none
}
.footer-bottom .inner a {
    color:#aaa
}
.footer-bottom .inner a:hover {
    color:#fff
}
footer a, footer p {
    font-size: 12px;
    color: #aaa;
    padding-top:0px;
    padding-bottom:8px;
    font-weight:normal;
    text-transform:uppercase
}
footer .footer-column a {
    display:block;
    color:#aaa
}
footer a {
    line-height:normal;
}
footer a:hover {
    color: #fff;
}
footer p {
    line-height: 20px;
    padding-bottom:5px;
}
footer h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px;
    padding: 8px 0px;
    border-radius:3px;
    text-transform:uppercase
}
footer .input-text:focus {
    background: transparent;
    border-color: #464646;
}
footer .coppyright {
    color: #666;
    float:left
}
.footer-bottom {
    padding:0px;
    overflow:hidden;
    width:100%;
    margin:auto;
    background:#000
}
.footer-bottom .bottom_links {
    float:right
}
.footer-bottom .bottom_links ul {
    display:inline-block
}
.footer-bottom .bottom_links li {
    float:right;
    margin-left:20px
}
.custom-footer-links li {
    margin:7px 0
}
.payments {
    float:right;
    padding-top: 6px;
}
.footer-col-right {
    width: 58%;
    float:left
}
.contact-info {
    text-align:left;
}
ul.contact-info span {
    font-size:13px !important;
    font-weight:900 !important;
    color:#666;
    float:left
}
ul.contact-info li {
    margin-bottom:8px;
    padding-bottom:8px;
    display:inline-block;
}
ul.contact-info li.last {
    float:left;
    margin-bottom:0px;
    border-bottom:0px #2D3D4C solid
}
#container_newsletter {
    width:100%;
    padding:7px 0 7px 0;
    background:#f0f0f0;
    margin:36px 0 22px 0
}
/*button.subscribe:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 16px;
    line-height:21px;
    color:#003169
}*/
.footer-row {
    overflow:hidden;
    width:1170px;
    margin:auto;
    padding-bottom:15px;
    border-top:1px #333 solid;
    padding-top:20px
}
.footer-box {
    width:1240px;
    margin:auto;
}
footer ul span {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    line-height: 15px;
    padding-right: 3px;
}


.add-icon:before{content: "\f041";
    font-family: FontAwesome;
    font-size: 20px;
    color:#fff;
    border:2px #aaa solid; height:35px; width:35px; margin-right:5px; line-height:35px;
    display:inline-block;
    float:left;
    font-style:normal;
    text-align:center;
    margin-right:15px;
    border-radius:30px
    }


.email-footer{overflow:hidden; margin-top:10px; font-size:12px; text-transform:uppercase}
.email-footer a{font-size:12px; text-transform:uppercase; line-height:35px; color:#fff}
.phone-footer{overflow:hidden; font-size:12px; text-transform:uppercase; line-height:35px}
    
.email-icon:before{content: "\f0e0";
    font-family: FontAwesome;
    font-size: 16px;
    color:#fff;
    border:2px #aaa solid; height:35px; width:35px; margin-right:5px; line-height:35px;
    display:inline-block;
    float:left;
    font-style:normal;
    text-align:center;
    margin-right:15px;
    border-radius:30px
    }

.phone-icon:before{content: "\f095";
    font-family: FontAwesome;
    font-size: 20px;
    color:#fff;
    border:2px #aaa solid; height:35px; width:35px; margin-right:5px; line-height:35px;
    display:inline-block;
    float:left;
    font-style:normal;
    text-align:center;
    margin-right:15px;
    border-radius:30px
    }           

.footer-logo {
    text-align:left;
}

.footer-newsletter{width:100%; background:#f8f8f8; overflow:hidden}
.footer-newsletter .inner{ width:1170px; margin:auto; overflow:hidden; padding-top:15px; padding-bottom:15px}
.footer-newsletter .inner .newsletter h4{float:left; margin-right:20px; color:#000; padding-bottom:0px; margin-bottom:0px; padding-top:3px}
.footer-newsletter .inner .newsletter{ float:left; margin:0px; overflow:hidden; width:650px}
.footer-newsletter .inner .newsletter .newsletter-form{ float:left; margin:0px}
.footer-newsletter .inner .newsletter .input-text{ width:280px; border:1px #222 solid; background:#fff; height:29px; line-height:29px; padding:0px 10px; float:left;}
.footer-newsletter .inner .newsletter button.subscribe {
background: #222;
border: 0 none;
filter: none;
overflow: hidden;
padding: 9px 13px !important;
cursor: pointer;
font-weight: normal;
font-size:12px;
text-transform:uppercase;
color:#fff; float:left; margin-left:6px;}

.footer-newsletter .inner .newsletter button.subscribe span {
color: #FFFFFF;
font-size: 12px;
letter-spacing:1px
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}

