@font-face {
    font-family: 'Lato-Lig';
    src: url('../font/Lato-Lig.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Reg.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../font/PlayfairDisplay-Italic.otf');
}
a {
	transition: all 0.2s ease-in-out 0s;
} 
a:focus{
	color: #202020;
}
/** setting **/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background: #fff;
	border-color: #fff;
}
/** end setting **/

/** <nav id="top"> **/
#top-links .dropdown-top-links{
    background-clip: padding-box;
    background-color: #202020;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    /*min-width: 200px;*/
    position: absolute;
    top: 45px;
    z-index: 99999999;
}
#top-links li:hover ul.dropdown-top-links{
	opacity: 1;
	visibility: visible;
}
#top-links #currency:hover ul.dropdown-top-links{
	opacity: 1;
	visibility: visible;
}
#top-links .top-language:hover ul.dropdown-top-links{
	opacity: 1;
	visibility: visible;
}
#top-links .top-language ul.dropdown-top-links{
	/*right: -10px;*/
}
#top-links #currency .dropdown-top-links{
	background-clip: padding-box;
    background-color: #202020;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    float: left;
    font-size: 14px;
    right: -10px;
    list-style: outside none none;
    min-width: 200px;
    position: absolute;
    top: 45px;
    z-index: 99999999;
}
#top-links .dropdown-top-links li a{
    padding: 0 25px 0 15px;
    display: block;
    color: #c2c2c2;
    line-height: 40px;
    letter-spacing: 2px;
    border: none;
}
#top-links .dropdown-top-links li a img{
	padding-right: 8px;
}
#top-links .dropdown-top-links li a:hover{
    padding-left: 20px;
}
#currency .currency-select{
	padding: 8px 12px 6px;
}
.dropdown-top-links li{
	border-bottom: 1px solid #303030;
}
.dropdown-top-links li:last-child{
	border-bottom: none;
}
.dropdown-top-links li:hover a{
	color: #DBCD04 !important;
}
.dropdown-top-links li.active a{
	color: #DBCD04;
}
#top-links li a.dropdown-toggle{
	cursor: default;
}
#top-links > ul > li{
	padding-bottom: 11px;
	padding-top: 12px;
}
.top-language {
	text-transform: uppercase;
	font-size: 10px;
	position: relative;
	line-height: 47px;
}
.top-language span{	
	color: #202020;
	cursor: default;
}
.top-language span img{
	padding-left: 5px;
	 margin-top: -3px;
}
.btn-link span{
	cursor: default;
	color: #363636;
	letter-spacing: 0;
}
.top-language ul li a{
	margin-left: 2px;
}
.top-language ul{
	line-height: 17px;
}
.top-currency {
	text-transform: uppercase;
	font-size: 10px;
	position: relative;
}
.img-responsive{
	display: inherit;
}
/** end <nav id="top"> **/

/** <header> **/
#cart .cart-content{
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
#cart-total{
    background: #DBCD04;
    border-radius: 50%;
    font-size: 10px;
    height: 17px;
    text-align: center;
    text-transform: none;
    color: #fff;
    line-height: 17px;
    right: -15px;
	padding: 0 5px;
}
#cart-total span{
	background: #DBCD04;
    border-radius: 50%;
    font-size: 10px;
    height: 17px;
    text-align: center;
    text-transform: none;
    color: #fff;
    line-height: 17px;
    right: -15px;
	padding: 0 5px;
}
#cart a.{
	color: #202020;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}
#cart a.header-cart-{
	right: 18px;
	color: #202020;
	font-size: 16px;
	cursor: pointer;
	/*position: relative;*/
}
#cart span b{
	color: #DBCD04;
	cursor: pointer;
}
#cart span.heading-title{
	margin-left: 15px;
}
#cart.open .dropdown-shopping-cart{
	display: block;
	opacity: 1;
	visibility: visible;
}
#cart .dropdown-shopping-cart{
    background-color: #202020;
    transition: all 0.2s ease-in-out 0s;
    /*display: none;*/
	opacity: 0;
	visibility: hidden;
    float: left;
    font-size: 16px;
    /*right: 0;*/
    list-style: outside none none;
    position: absolute;
    top: 40px;
    z-index: 9999999;
    min-height: 150px;
    min-width: 390px;
}
#cart .dropdown-shopping-cart  p{
	font-size: 14px;
	color: #fff;
}
#cart .cart-item{
	background: #2b2b2b;
	padding: 20px;
}
#cart .cart-item p{
	border-bottom: none;
}
#cart .cart-item p a{
	font-size: 12px;
	text-transform: uppercase;
	height: 40px;
	width: 43.5%;
	display: inline-block;
	line-height: 41px;
	overflow: hidden;
	color: #fff;
}
#cart .cart-item p a.view-cart{
	background: #DBCD04;
}
#cart .cart-item p a span{
	display: block;
    position: relative;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease-in 0s;
    color: #fff;
    font-size: 12px;
}
#cart .cart-item p a:hover span{
	background: #DBCD04;
	top:-100%;
	color: #fff;
}
#cart .cart-item p a.check-out-cart{
	background: #202020;
	margin-left: 7%;
}
#cart .cart-item p a.check-out-cart span{
	color: #fff;
}
#cart .cart-item p a.view-cart:hover span{
	color: #fff;
}
#cart .content-minicart{
	border-bottom: 1px solid #303030;
	overflow: hidden;
	padding: 30px 0;
}
#cart .content-minicart:first-child{
	padding-top: 0;
}
#cart .dropdown-shopping-cart a.name{
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
}
#cart .dropdown-shopping-cart a.name:hover{
	color: #DBCD04;
}
#cart .dropdown-shopping-cart .quantity{
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
}
#cart .dropdown-shopping-cart .price{
	color: #DBCD04;
	padding: 10px 0;
}
#cart .dropdown-shopping-cart .remove-item{
	cursor: pointer;
	padding-right: 20px;
}
#cart .dropdown-shopping-cart .remove-item a i{
	font-size: 14px;
	color: #fff;
}
#cart .dropdown-shopping-cart .remove-item a i:hover{
	color: #DBCD04;
}
#cart table td{
	border: none;
	padding: 4px;
}
#cart table tr:last-child{
	color: #DBCD04;
	font-size: 14px;
}
#cart table tr:last-child strong{
	color: #DBCD04;
	font-size: 14px;
}
#cart table tr{
	color: #fff;
}
#cart .table-cart{
	width: 100%;
}
#top-links .arrow-hear li.dropdown a.dropdown-toggle:after, #language .top-language span:after, #top .btn-link strong:after{
	content: "";
	font-family: "FontAwesome";
	font-size: 13px;
	padding-left: 7px;
	position: relative;
	top:2px;
}

/* Custom HTML */
.home-banner {
	margin-top: 45px;
	margin-bottom: 25px;
}
.home-banner .first{
	margin-bottom: 30px;
}
.grid-banner-inner{
	overflow: hidden;
	position: relative;
}
.grid-banner-inner img{
	height: auto;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.grid-banner-inner:hover img{
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
.grid-banner-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 0.3s ease-in-out 0s;
	-ms-transition: opacity 0.3s ease-in-out 0s; /* IE 9 */
    -webkit-transition: opacity 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
	opacity: 0;
}
.grid-banner-inner:hover .grid-banner-hover {
	opacity: 1;
}
.text-inner{
	width: 100%;
	text-align: center;
}
.grid-banner-inner h2{
	position: absolute;
	top:43%;
	width: 100%;
	padding-bottom: 15px;
}
.grid-banner-inner h2:after{
	border-top: 4px solid #fff;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    margin: 0 auto;
    max-width: 90px;
    position: absolute;
    right: 0;
    width: 100%;
}
.grid-banner-inner h2 a{
	color: #fff !important;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 36px;
    text-transform: uppercase;
}

/* Latest product */
h3.spb_heading p {
    color: #202020;
    display: block;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0 0 27px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
h3.spb_heading .heading-icon:before {
    border: 1px solid #4b4b4b;
    content: " ";
    display: block;
    height: 20px;
    left: 13px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    width: 20px;
}
h3.spb_heading .heading-icon {
    background-color: #fff;
    display: block;
    height: 43px;
    margin: 0 auto;
    position: relative;
    width: 45px;
    z-index: 1;
}
.product-inner{
	margin: 0 15px;
}
.product-slider .owl-prev{
    display: inline-block !important;
    position: absolute !important;
    top: 0% !important;
    width: 48px !important;
    left: -38px !important;
    transition: all 0.3s ease-in-out 0s !important;
    font-size: 0 !important;
}
.product-slider .owl-next{
    position: absolute !important;
    right: 0 !important;
    top: 0% !important;
    width: 48px !important;
    right: -40px !important;    
    transition: all 0.3s ease-in-out 0s !important;
    font-size: 0 !important;
}
.latest-product-content{
	padding-bottom: 40px;
}
.item-product-image-box{
	position: relative;
	overflow: hidden;
}
.product-hover-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(234, 185, 58, 0.6);
	transition: opacity 0.3s ease-in-out 0s;
	-ms-transition: opacity 0.3s ease-in-out 0s; /* IE 9 */
    -webkit-transition: opacity 0.3s ease-in-out 0s; /* Chrome, Safari, Opera */
	opacity: 0;
}
.item-product-image-box:hover .product-hover-box {
    opacity: 1;
}
.item-product-image-box img{
	transition: all 0.3s ease-in-out 0s;
}
.item-product-image-box:hover img{
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
.new_label_product{
	position: absolute;
	top:20px;
	right: 20px;
	width: 50px;
	background: #DBCD04;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
}
.sale_label_product{
	position: absolute;
	top:20px;
	left: 20px;
	width: 50px;
	background: #fdaf08;
	color: #202020;
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
}
.act-imageview-button, .quickview-colorbox{
	display: block;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 42%;
    transition: all 0.5s ease-in-out 0s;
    width: 45px;
    color: #fff;
    background: transparent;
    border: 1px solid;
}
.quickview-colorbox{
	left: 0;
}
.item-product-image-box:hover .quickview-colorbox{
	margin-left: -55px;
    left: 50%;
}
.item-product-image-box:hover .act-imageview-button{
    margin-right: -55px;
    right: 50%;
}
.block-box-container {
    margin-bottom: 40px;
}
.block-box-container .parallax-box {
    background-attachment: scroll;
    padding-bottom: 0;
    padding-top: 0;
}
.alt-bg {
    margin: 0 -100%;
}
.parallax-box {
    overflow: hidden;
	display: block;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
}
.main-content{
	overflow: hidden;
	background: #fff;
}
.main-menu, header{
	background: #fff;
}
header{
	padding-top: 40px;
	transition: all 0.4s ease 0s, opacity 0.3s ease 0s;
	/*padding-bottom: 18px;*/
}
.block-box-inner h3{
	font-size: 22px;
	color: #fff;
	font-weight: 500px;
	letter-spacing: 2px;
	margin-top: 40px;
	float: left;
}
.block-box-inner h2 span{
	color: #DBCD04;
}
.block-box-inner a{
	background-color: #000000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 83px;
    line-height: 83px;
    margin-right: 19%;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 83px;
    float: right;
}
.block-box-inner a span:hover{
	color: #DBCD04;
}
#topcontrol {
    background: url("../image/ui.totop.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 50px;
    height: 42px;
    overflow: hidden;
    position: fixed;
    right: 50px;
    text-decoration: none;
    text-indent: -9999px;
    transition: opacity 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    width: 42px;
    z-index: 9999;
    background-color: #DBCD04;
}
#topcontrol:hover{
	background: url("../image/ui.totop.png") no-repeat scroll left bottom #202020;
    display: block;
    float: left;
    overflow: hidden;
}
.notification{
	border-radius: 0;
    position: fixed;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    line-height: 27px;
    max-width: 350px;
    padding: 23px 20px 23px;
    right: 15px;
    top: 52px;
    width: 100%;
    z-index: 9999999 !important;
    border: none;
    color: #202020;
    background: #fff;
}
.notification a, .alert-info a{
    color: #DBCD04;
}
.notification .close, .alert-info .close{
   font-weight: normal;
   position: absolute;
   top: 5px;
   right: 15px;
}
.welcome-logged{
	font-size: 10px;
	text-transform: uppercase;
	color: #202020;
	letter-spacing: 1px;
	line-height: 45px;
}
.details-wrap {
    padding: 24px 0 0;
}
.details-wrap h5 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 15px;
    text-align: center;
}
.post-details {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
}
.blockslider > div > div > div > div{
	padding: 0 15px;
}
.blockslider{
	margin-bottom: 50px;
}
.image-block-slider{
	position: relative;
	overflow: hidden;
}
.image-block-slider img{
	transition: all 0.3s ease-in-out 0s;
	height: auto;
}
.image-block-slider:hover img{
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    opacity: 1;
}
.image-block-slider:hover .grid-banner-hover {
	opacity: 1;
}
.image-block-slider li{
	display: inline-block;
}
.parallax-box .parallax-content-eda {
    padding-top: 55px;
    text-align: center;
}
.parallax-box .parallax-content-eda h2 {
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 20px;
}
.parallax-box .parallax-content-eda p {
    color: #fff !important;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    max-width: 610px;
    text-transform: none;
    width: 100%;
    padding: 10px 0;
}
.parallax-box div.social-icons {
    display: inline-block;
    margin: 25px 0 35px;
}
.parallax-box ul.social-icon li {
    border-radius: 50%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 0 8px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 42px;
    background-color: #ffffff;
}
.parallax-box ul.social-icon li:hover{
	background: #DBCD04;
}
.parallax-box ul.social-icon li:hover a{
	color: #fff;
}
.parallax-box ul.social-icon li a {
    border-radius: 50%;
    display: inline-block;
    height: auto;
    width: 100%;
    color: #666666;
    vertical-align: middle;
    margin-top: 2px;
}
.parallax-box ul.social-icon li a i{
    font-size: 25px;
}
.footer-top h5 .heading-icon:before {
    background-color: transparent;
    border: 1px solid #838788;
    content: " ";
    display: inline-block;
    height: 14px;
    left: 15px;
    position: absolute;
    top: 13px;
    transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */ /* Chrome, Safari, Opera */
    width: 14px;
}
.footer-top .widget-text p{
	margin-bottom: 3px;
	font-size: 10px;
	color: #7b7b7b;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.powered{
	padding: 24px 0;
}
.powered p{
	font-family: 'Helvetica';
	color: #999999 !important;
	font-size: 10px;
text-transform: uppercase;

letter-spacing: 1px;
}
.powered p a:hover{
	color: #fff;
}
ul.payment li{
	padding-left: 3px;
	float: left;
}
.category-thumb{
	padding: 15px 0;
}
#input-sort, #input-limit{
	border-radius: 0;
	border-color: #ebebeb;
	height: 40px;
	width: 150px;
	padding: 4px 12px;
	display: inline-block;
}
.page-container{
	background: #fff;
	position: relative;
}
#input-limit{
	width: 80px;
}
#content{
	min-height: 600px;
}
.label-sort{
	color: #202020;
	padding-left: 10px;
	padding-top:10px;
}
.category-pd, .category-pd-checkout{
	padding-bottom: 45px;
	padding-top: 45px;
	background: #fff;
	border-top: 1px solid #ebebeb;
}
.block-custom-html{
	padding-bottom: 45px;
	padding-top: 45px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #DBCD04;
	border-color: #DBCD04;
}
.pagination > li > a, .pagination > li > span{
	margin: 0 5px;
	color: #666666;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 33px;
}
.pagination > li > a:hover, .pagination > li > span:hover{
	background-color: #DBCD04;
	color: #fff;
}
.breadcrumb-content{
	position: absolute;
	width: 100%;
	text-align: center;
	top:28%;
}
.breadcrumb-content h2{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 0;
}
.breadcrumb-content a{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.breadcrumb-content a span{
	margin: 0 6px;
}
.breadcrumb-content a:last-child span {
    display: none;
}
.product-list .image-list,
.product-grid .image-grid,
.product-list .caption-grid,
.product-grid .caption-list,
.product-list .button-group-grid{
	display: none;
}
.product-thumb .button-group-list{
	border-top: none;
	line-height: 42px;
	margin-top: 20px;
}
.product-list .product-thumb .price{
	font-size: 24px;
}
.product-list .product-thumb .button-group .name button{
	background: #202020;
	padding: 0 15px;
    line-height: 44px;
    transition: all 0.3s ease-in 0s;
}
.product-list .product-thumb .button-group .name button:hover{
	background: #DBCD04;
}
.product-list .product-thumb .button-group .name button span{
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}
.product-list .cart-compare{
	margin-bottom: 30px;
}
.product-list .cart-compare button{
	color: inherit;
}
.product-list .cart-compare i{
	font-size: 16px;
}
.product-list .category-thumb{
	margin-bottom: 30px;
    padding-bottom: 30px;
}
.product-list .product-thumb h4{
	text-align: left;
	padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.product-list .product-thumb h4 a{
	color: #202020;
    font-size: 24px;
    color: #202020;
}
.product-list .product-thumb h4 a:hover{
    color: #DBCD04;
}
.product-list .rating{
	text-align: left;
	margin-bottom: 15px;
}
.product-list .rating{
    opacity: 1;
    position: inherit;
    visibility: visible;
    width: 100%;
}
.product-list p.description{
	color: #9b9b9b;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
}
.product-list .new_label_product{
	right: 35px;	
}
.product-list .sale_label_product{
	left: 35px;
}
.list-group .haschild{
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9 !important;
	margin-bottom: 0;
	color: #202020;
	padding: 8px 10px;
}
.list-group .haschild:before {
    content: "";
}
.list-group-item:last-child{
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.category-pd .panel-heading{
	font-size: 18px;
	color: #202020;
	text-transform: uppercase;
	border-bottom: 2px solid #ebebeb !important;
	padding: 0 15px 25px 0;
	letter-spacing: 5px;
	margin-bottom: 12px;
}
.category-pd .list-group label{
	font-size: 10px;
	color: #202020;
}
.list-group a.list-group-item-filter{
	padding: 8px 15px 0px 0px;
	color: #202020;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
}
.list-group a.list-group-item-filter:hover{
	color: #202020;
}
.image-category{
	padding: 45px 0;
}
.image-category img{
	height: auto;
}
.product-content h1{
	font-size: 25px;
	margin-top: 0;
	color: #202020;
	margin-bottom: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.product-content .rating,
.product-content .list-unstyled{
	margin: 25px 0;
}
.product-content .rating a{
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-content .rating span span{
	color: #ebebeb;
	margin: 0 10px;
}
.product-content .rating a:hover{
	color: #DBCD04;
}
.rating{
	margin-bottom: 11px;
}
.product-content .list-unstyled{
	font-size: 14px;
	color: #202020;
	line-height: 25px;
}
.list-unstyled-price li span{
	font-size: 25px;
}
.list-unstyled-price li h2{
	margin: 0;
}
.list-unstyled-price .price-tax{
	font-size: 12px;
	color: #666;
	clear: both;
}
.description_list{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 36px;
}
.title-option h3{
	font-size: 14px;
	color: #202020;
}
#input-quantity{
	width: 35px;
	text-align: center;
	border-radius: 0;
	height: 45px;
	font-size: 15px;
	background: none;
	/*float: left;*/
	display:inline;
	border: none;
	border-left: none;
	border-right: none;
}
#button-cart{
	background: #c8d428;
	border: #c8d428;
	/*width: 144px;*/
	height: 45px;
}
#button-cart:hover{
	background: #15BDCC;
}
.star-reviews{
	margin-left: 15px;
}
.form-control:focus{
	border-color: #e5e5e5;
	box-shadow: 0 0 0 0;
}
.wishlist-button{
	border: none;
}
.wishlist-button i{
	font-size: 20px;
	color: #fff;
}
.wishlist-button:hover{
	background: #DBCD04;
	color: #DBCD04;
}
#product .btn-group{
	margin-left: 8px;
}
.thumbnails a{
	border: none;
	padding: 0;
	height: 100%;
	width: 100%;
}
#image-additional-carousel{
	margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.image-additional-product{
	padding-top: 15px;
	padding-bottom: 15px;
}
.image-additional-product .owl-prev{
    position: absolute;
    top: 0%;
    left: 0px;
}
.image-additional-product .owl-prev i,
.image-additional-product .owl-next i{
    font-size: 35px;
}
.image-additional-product .owl-next{
    position: absolute;
    top: 0%;
    right: 0px;
}
.html-content h2{
	margin-top: 0;
	margin-bottom: 0;
}
.tab-content-description{
	padding: 0px 0px 45px 0;
}
.tab-content-description > ul li{
	font-size: 13px;
	text-transform: uppercase;
	border: 0px solid #ebebeb;
	letter-spacing: 1px;
    line-height: 40px;
    padding: 0 10px;
    /*border-bottom: none;*/
	float: left;
			margin-right: 2px;
border-top: 7px solid #c8d428;

min-width: 11px;
}
.tab-content-description .active{
	/*border-right-color: #fff;*/
	border-bottom-color: #fff;
}

.tab-content-description li.active a, .tab-content-description li.active div{
	color: #DBCD04;
	border-bottom: 7px solid #DCE0E1;
	min-width: 11px;
}
@media (max-width: 767px) {
.tab-content-description .active{
	/*border-right-color: #fff;*/
	border-bottom-color: #fff;
	border-top-color: #ebebeb ;
}
.tab-content-description li.active a, .tab-content-description li.active div{
	border-bottom: none;
}
}
#productTabMobileMenu{
	position: fixed;
    width: 488px;
	left:0;
	z-index:9999;
	top:0;
	text-transform:uppercase;
	display:none;
}
#productTabMobileMenu ul{
	position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 52px;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translate(-488px, 0px);
       -moz-transform: rotate(-90deg) translate(-488px, 0px);
         -o-transform: rotate(-90deg) translate(-488px, 0px);
            transform: rotate(-90deg) translate(-488px, 0px);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#productTabMobileMenu li{
	background: #c8d428;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    text-align: center;
    width: 120px;
}
#productTabMobileMenu li.active{
	background: #ebebeb;
	 color: #000;
}
#tab-description p,
#review .text-reviews{
	font-size: 14px;
}
.help-block{
	font-size: 14px;
}
#review .text-reviews{
	padding: 15px 0;
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline{
	padding-bottom:10px;
	color: #545454;
	font-size: 14px;
}
#tab-review h2{
	font-size: 24px;
}
.form-control{
	border-radius: 0;
	height: 35px;
	border: 1px solid #e5e5e5;
    box-shadow: 0 0 0 0;
}
.form-horizontal .form-control{
	width: 60%;
}
.review-container{
	margin-bottom: 70px;
	margin-top: 35px;
}
.form-horizontal .buttons{
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	margin-top: 50px;
}
.form-horizontal .buttons .btn-primary{
	border-radius: 0;
}
.owl-pagination {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controlls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controlls .owl-page {
    display: inline-block;
}
.novaworks-social-share {
    display: inline-block;
    float: left;
    width: 100%;
}
.novaworks-social-share ul li a {
    border: 1px solid #d4d4d4;
    display: inline-block;
    float: left;
    height: 42px;
    margin-right: 10px;
    text-align: center;
    width: 42px;
    line-height: 40px;
}
.novaworks-social-share ul li a i:hover{
	color: #DBCD04;
}
.novaworks-social-share ul li a i {
    font-size: 20px;
    color: #202020;
}
.social_icon{
	padding: 20px 0;
}
.quantity-adder{
	/*position: relative;*/
	/*margin-bottom: 30px;
	margin-top: 20px;*/
	/*display: inline-block;*/
	/*min-width: 80px;*/
	/*float: left;
	margin-right: 10px;*/
}
.quantity-adder span.add-up,
.quantity-adder span.add-down{
	/*background: #f6f6f6;
	cursor: pointer;
	position: absolute;
	width: 20px;
	text-align: center;
	background: #bbbbbb;*/
}
.quantity-adder span.add-up{
	/*right: 0;
	top:0;
	height: 22.5px;*/
}
.quantity-adder span.add-down{
	/*bottom: 0;
	right: 0;
	height: 22.5px;*/
}
.quantity-adder span.add-up:before {
   /* content: "";
    font-family: "FontAwesome";
    font-size: 10px;
    color: #202020;*/
}
.quantity-adder span.add-down:before{
	/*content: "";
    font-family: "FontAwesome";
    font-size: 10px;
    color: #202020;*/
}
.well{
	background: none repeat scroll 0 0 #f7f7f7;
    box-shadow: 0 11px 5px -10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    padding: 15px 30px;
}
.login-content h2{
	margin-bottom: 0;
	margin-top: 0;
	color: #202020;
	font-size: 16px;
	margin-bottom: 20px;
}
.login-content p, .login-content label, .login-content a.forgotten-text{
	color: #545454;
	font-size: 14px;
}
.login-content p{
	margin-bottom: 10px;
}
.login-content a.forgotten-text{
	margin-top: 10px;
	display: block;
}
.btn-button-login a span{
	display: block;
    position: relative;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease-in 0s;
}
.btn-button-login a:hover span{
	top:-100%;
}
.btn-button-login a{
	display: inline-block;
    height: 40px;
    line-height: 39px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}
.btn-button-login a span input{
   line-height: 23px;
   vertical-align: top;
}
.register-form-create{
	min-height: 336px;
}
.register-form-create .btn-button-login{
	position: absolute;
	bottom: 28px;
	right: 40px;
}
.register-form .form-group{
	margin-left: 0;
	margin-right: 0;
}
.register-form .form-control{
	height: 35px;
	font-size: 12px !important;
	width: 79%;
}
.register-form .form-group{
	margin-bottom: 10px;
}
.register-form{
	padding: 15px;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
h2.legend {
    background-color: #ffffff;
    float: left;
    font-size: 15px;
    margin: -27px 0 0;
    padding: 0 8px;
}
h1.register-account-title{
	font-size: 24px;
    font-weight: normal;
    line-height: 1.25em;
    color: #202020;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.btn-create-account{
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 30px;
}
.register-form p.text-email{
	font-size: 10px;
	color: #202020;
	padding: 0px 0 5px 0;
}
.back-button a{ 
	font-size: 12px;
	color: #666;
}
.back-button{
	width: 100%;
	padding-bottom: 15px;}
.back-button a:hover{
	color: #DBCD04;
}
h2.title-my-account{
	font-size: 14px;
	color: #202020;
	text-transform: uppercase;
}
.content-my-account{
	margin-bottom: 50px;
}
.content-my-account li a{
	font-size: 14px;
	color: #666;
	 line-height: 30px;
}
.content-my-account li a:hover{
	color: #DBCD04;
}
.label-custom-size{
	float: left;
	min-width: 170px;
	text-align: left !important;
}
.text_empty{
	font-size: 14px;
	padding: 10px 0;
	margin-bottom: 30px;
}
.content-c p{
	font-size: 14px;
}
.sitemap-content a{
	font-size: 14px;
	color: #202020;
	line-height: 30px;
}
.sitemap-content a:hover{
	color: #DBCD04;
}
.contact-location{
	margin-bottom: 30px;
}
.register-form-contact .form-control{
	width: 100%;
	height: 33px;
}
.content-location{
	font-size: 14px;
	color: #202020;
	line-height: 30px;
}
.content-manufacturer a{
	font-size: 13px;
}
.title-manufacturer h1{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}
.title-manufacturer h2{
	font-size: 20px;
}
.title-manufacturer .form-control{
	height: 35px;
}
.title-manufacturer .checkbox-inline{
	font-size: 12px;
	padding-bottom: 15px;
	padding-top: 7px;
}
h2.title-search{
	font-size: 20px;
	padding-bottom: 15px;
	padding-top: 30px;
}
.content-wishlist{
	font-size: 14px;
	color: #202020;
}
.content-wishlist td{
	vertical-align: middle !important;
}
.content-compare{
	font-size: 14px;
	margin-bottom: 50px;
	color: #202020;
}
.content-compare .img-thumbnail{
	border:none;
}
.content-compare input.btn-block[type="submit"], .content-compare input.btn-block[type="reset"], .content-compare input.btn-block[type="button"]{
	width: 150px;
}
.content-compare .btn-block{
	width:120px;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 0;
	float: left;
	margin-left: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content-cart h1{
	font-size: 24px;
	color: #202020;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.thead-form{
	font-size: 14px;
	color: #202020;
	text-transform: uppercase;
}
.table-bordered .img-thumbnail{
	border: none;
}
.tbody-form .btn-primary{
	font-size: 16px;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.tbody-form .form-control{
	height: 34px;
}
.tbody-form td{
	vertical-align: middle !important;
	font-size: 12px;
    text-transform: uppercase;
}
.tbody-form td.price-text{
	font-size: 16px;
    color: #BF8E13;
}
.voucher-title{
	font-size: 24px;
	color: #202020;
	text-transform: uppercase;
	padding: 40px 0px 10px 0;
}
.button-shoping{
	font-size: 14px;
	text-transform: uppercase;
	color: #DBCD04;
}
.price-total{
	font-size: 18px;
	color: #148210;
}
#input-voucher, #input-coupon, #input-country, #input-zone, #input-postcode{
	height: 34px;
}
.panel-title-checkout{
	font-size: 14px;
	text-transform: uppercase;
}
.panel-group .panel{
	border-radius: 0;
	padding: 15px 15px 15px 20px;
	box-shadow:0 0 0 0;
	margin-top: 10px !important;
}
.panel-default > .panel-heading{
	background: none;
}
#accordion .panel-body{
	border: none;
}
#accordion span.number{
	background: none repeat scroll 0 0 #d2d2d2;
    border-radius: 50%;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    width: 30px;
    color: #fff;
    margin-right: 10px;
    margin-top: -7px;
}
.heading_title-checkout{
	font-size: 24px;
	text-transform: uppercase;
	color: #202020;
	margin-bottom: 30px;
    padding-top: 10px;
}
.content-check-out{
	padding-bottom: 135px;
}
.content-check-out .form-group a{
	display: block;
    margin-top: 10px;
    color: #545454;
    font-size: 12px;
}
.right-block p {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #202020;
}
/* Slider */
.flexslider{
	border-radius: 0 !important;
	border: none !important;
	margin: 0 !important;
	box-shadow: 0 0 0 0 !important;
	padding-top: 15px !important;
}
.flex-control-nav{
	display: none !important;
}
.flex-direction-nav .flex-prev{
	left: 20px !important;
}
.flex-direction-nav .flex-next{
	right: 20px !important;
}
.homeslider .owl-prev{
	background: url("../image/large_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-indent: -999999px;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 9999999;
	top:50%;
	left: 20px;
	display: none;
}
.homeslider .owl-next{
	background: url("../image/large_right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	text-indent: -999999px;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 9999999;
	top:50%;
	right: 20px;
	display: none;
}
.homeslider:hover .owl-next,
.homeslider:hover .owl-prev{
	display: block;
}
.flex-direction-nav .flex-next{
	text-align: left !important;
}
#colorbox, #cboxOverlay, #cboxWrapper{
	z-index: 9999 !important;
}
.product-related{
	margin-bottom: 30px;
	padding-top: 50px;
	clear: both;
}
#cboxClose:before{
	content: "";
	font-family: "FontAwesome";
	font-size: 20px;
	color: #fff;
}
#cboxClose{
	background: none repeat scroll 0 0 #202020 !important;
    font-size: 0;
    height: 24px !important;
    padding: 2px 0 0;
    text-indent: 0 !important;
    width: 27px !important;
    transition:all 0.2s ease-in-out 0s
}
#cboxClose:hover{
	background: none repeat scroll 0 0 #DBCD04 !important;
}
.bootstrap-datetimepicker-widget, .bootstrap-datetimepicker-widget{
	z-index: 999999 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	#colorbox, #cboxWrapper{
		overflow: visible !important;
		width: 100%;
		height: 100%;
	}
}
.zoom-b{
	background-color: rgba(255, 255, 255, 1);
    bottom: 11px;
    height: 30px;
    right: 27px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    z-index: 999;
}
.zoom-b a i{
	font-size: 14px;
    color: #a3a3a3;
}
.zoom-b a i span{
	color: #202020;
	margin-left: 5px;
	 font-family: "Lato",Arial,Helvetica,sans-serif;
}
.zoom-b a i span:hover{
    color: #DBCD04;
}
.blockslider-product, .right-block{
	float: right;
	clear: both;
	max-width: 200px;
}
.carousel li{
	margin-right: 0  !important;
}
.blockslider .owl-next{
	right: -38px !important;
}
.homeslider .slider-width{
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	width: 100% !important; 
}
.a-hover{
	position: absolute;
	top:0;
	right:0;
	left: 0;
	bottom:0;
}
.social-icons .fa-pinterest{
	margin-left: 0px;
	margin-top: 7px;
}
.social-icons .fa-twitter{
	margin-left: 3px;
	margin-top: 8px;
}
.social-icons .fa-facebook{
	margin-top: 7px;
}
.homeslider .bx-wrapper .bx-prev{
	height: 75px;
	width: 75px;
	position: absolute;
	z-index: 9999;
	top:50%;
	left: 0px;
	display: none;
	font-size: 0;
	background: #fff;
}
.homeslider .bx-wrapper .bx-next{
	height: 75px;
	width: 75px;
	position: absolute;
	z-index: 9999;
	top:50%;
	right: 0px;
	font-size: 0;
	display: none;
	background: #fff;
}
.homeslider .bx-wrapper .bx-next:before{
	color: #c0c0c0;
    content: "";
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 75px;
    padding-left: 10px;
}
.homeslider .bx-wrapper .bx-prev:before{
	color: #c0c0c0;
    content: "";
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 75px;
}
.homeslider .bx-wrapper .bx-next:focus, .homeslider .bx-wrapper .bx-prev:focus{
	text-decoration: none !important;
}
.homeslider:hover .bx-wrapper .bx-next,
.homeslider:hover .bx-wrapper .bx-prev{
	display: block;
}
.owl-carousel{
	border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0 0 !important;
    overflow: visible !important;
}
/*** Bazien ***/

/* Brands */
.brands-slider li img{
	border: 1px solid #ededed;
}
.brands-slider li{
	margin: 1px 15px !important;
}
.brands-slider .owl-carousel .owl-buttons .owl-prev{
	left: -10px;
	top:43%;
	width: 20px;
	height: 20px;
}
.brands-slider .owl-carousel .owl-buttons .owl-next{
	right: -10px;
	top:43%;
	width: 20px;
	height: 20px;
	text-align: right;
}
.brands-slider{
	margin-bottom: 70px;
}
.brands-slider .owl-carousel:hover .owl-buttons .owl-prev{
	left: -10px;
}
.brands-slider .owl-carousel:hover .owl-buttons .owl-next{
	right: -10px;
}
.brands-slider .owl-buttons .owl-prev i{
	font-size: 25px;
	color: #c2c2c2;
}
.brands-slider .owl-buttons .owl-next i{
	font-size: 25px;
	color: #c2c2c2;
}
.brands-slider .owl-buttons .owl-prev i:hover{
	color: #202020;
}
.brands-slider .owl-buttons .owl-next i:hover{
	color: #202020;
}
/* Footer */
.footer-top h5 span.line-ft {
    border-bottom: 1px solid #444444;
    display: block;
}
.footer-top h5 span.line-ft {
    margin: 5px 0 15px;
    max-width: 70px;
    padding-bottom: 10px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .90) inset, 0 1px 0 rgba(255, 255, 255, .20);
}
.logo-ft {
    padding: 22px 0 10px;
    text-align: center;
}
.theme-block p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.theme-block ul.icon {
    display: inline-block;
}
.theme-block ul.icon li {
    float: left;
}
.theme-block ul.icon li a i{
    font-size: 25px;
    margin-right: 25px;
}
.theme-block ul.icon li a{
	color: #b6b6b6;
}
.theme-block ul.icon li a:hover{
	color: #DBCD04;
}
/* Newsletter */
.newsletter-box{
	margin-bottom: 70px !important;
}
.input-form-newsletter{
	padding-right: 0;
	padding-left: 0;
}
.input-form-newsletter input{
	height: 80px; 
	font-size: 14px !important; 
	text-transform: uppercase; 
	letter-spacing: 3px;
	padding-left: 40px;
	background: transparent;
	color: #fff;
}
.input-form-newsletter button.btn-send{
	height: 80px;
	border: 1px solid #e5e5e5;
	background: #fff;
	font-size: 14px !important; 
	text-transform: uppercase; 
	letter-spacing: 3px;
	padding: 0 30px;
	position: absolute;
	right: 0;
	top:0;
	background: transparent;
	color: #fff;
}
.input-form-newsletter .valid{
	position: relative;
}
.input-form-newsletter .valid  .error, .input-form-newsletter .valid .warning_inline, .input-form-newsletter .valid .success_inline{
	border: none !important;
	color: #fff;
	font-size: 11px;
	position: absolute;
	top:0;
	left: 0;
	background: url("../image/validation_advice_bg.gif") no-repeat 2px 11px transparent;
	padding-left: 20px;
	width: 100%;
}
/* Static block 01 */
.custom-col-5 {
    margin-bottom: 42px;
    overflow: hidden;
    padding: 72px 0 0;
    text-align: left;
}
.custom-col-5 .content {
    max-width: 570px;
}
.custom-col-5 div.line-5 {
    border-top: 1px solid #202020;
    height: 1px;
    margin-bottom: 35px;
}
.custom-col-5 .content p {
    color: #202020;
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 30px;
    margin-bottom: 38px;
}
.custom-col-5 .content > a{
	border: 1px solid #202020;
    color: #202020;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 46px;
    padding: 0 30px;
}
.custom-col-5 .content > a:hover{
	color: #fff;
}
/* Product category tab */
.tab-header-prcategory .nav-pills > li.active > a, 
.tab-header-prcategory .nav-pills > li.active > a:hover, 
.tab-header-prcategory .nav-pills > li.active > a:focus{
	background-color: #fff;
	color: #DBCD04;
}
.tab-header-prcategory .nav-pills > li{
	border: 1px solid #f2f2f2;
    letter-spacing: 2px;
    margin-right: 16px;
    display: inline-block;
    float: none;
}
.tab-header-prcategory .nav > li > a:hover,
.tab-header-prcategory .nav > li > a:focus{
	background-color: #fff;
}
.list-tab-product-ct{
	margin-bottom: 45px;
}
.category-product-tab .owl-carousel .owl-buttons .owl-prev{
	left: -22px;
	top:27%;
	background: #fff !important;
	position: absolute;
}
.category-product-tab .owl-carousel .owl-buttons .owl-next{
	right: -22px;
	top:27%;
	background: #fff !important;
	position: absolute;
}
.category-product-tab .owl-carousel:hover .owl-buttons .owl-prev{
	left: -22px;	
}
.category-product-tab .owl-carousel:hover .owl-buttons .owl-next{
	right: -22px;
}
.category-product-tab .owl-carousel .owl-buttons div i{
	border: 1px solid #202020;
    color: #202020;
    display: inline-block;
    font-size: 30px;
    line-height: 70px;
    opacity: 0.5;
    text-align: center;
    width: 70px;
    margin: 0;
    transition: all 0.2s ease-in-out 0s;
    background: #fff !important;
}
.category-product-tab .owl-carousel .owl-buttons div i:hover{
	background-color: #fff !important;
	opacity: 1 !important;
}
.category-product-tab .carousel-inner{
	overflow: visible;
}
.custom-col {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 120px 0 0;
    text-align: center;
}
.content1 {
    overflow: hidden;
    position: relative;
}
.content-one-a {
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 50px;
}
.content-one-b {
    left: 50%;
    margin-left: -357px;
    position: absolute;
    top: 180px;
}
.content-one-b p {
    color: #fff;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 36px;
}
.content-one-c {
    left: 50%;
    margin-left: -87px;
    position: absolute;
    top: 300px;
}
.content-one-c a {
    border: 1px solid #fff;
    color: #fffdfd;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 15px 25px;
}
.content-one-c a:hover{
    color: #fff;
}
.custom-col h2 {
    color: #fffdfd;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 10px;
    margin-bottom: 17px;
    text-transform: none;
}
.custom-col p {
    color: #c2c2c2;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 38px;
}
.custom-col a {
    border: 1px solid #fffdfd;
    color: #fffdfd;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 46px;
    padding: 0 30px;
}
.custom-col a:hover{
	color: #fff;
}
.custom-col-last h2 {
    font-size: 60px;
     line-height: 32px;
}
.custom-col-last h3 {
    color: #fffdfd;
    display: inline-block;
    font-size: 40px;
    font-style: italic;
    letter-spacing: 7px;
    padding: 0 40px;
}
.custom-col-last p {
    margin: 0 auto 19px;
    position: relative;
    top: -35px;
    width: 560px;
}
.home-3-banners {
    margin-bottom: 12px;
    padding: 30px 15px;
    margin-bottom: 23px;
}
.home-3-banners .overlay {
    overflow: hidden;
    position: relative;
}
.home-3-banners .overlay .banner-hover, .home-3-banners .overlay .banner-hover-1, .home-3-banners .overlay .banner-hover-2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}
.home-3-banners .banner-hover-1 .title-1 {
    color: #c2c2c2;
    font-size: 1vw;
    left: 50%;
    margin-left: -10%;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover-1 .title-2 {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    left: 50%;
    margin-left: -35%;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover-1 .title-3 {
    bottom: 0;
    display: inline-block;
    left: 45.5%;
    margin-left: -106px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover-1 .title-3 a {
    color: #fff;
    display: inline-block;
    font-size: 1vw;
    letter-spacing: 3px;
    line-height: 3vw;
    padding: 0 33px;
}
.home-3-banners .overlay:hover .banner-hover, .home-3-banners .overlay:hover .banner-hover-1, .home-3-banners .overlay:hover .banner-hover-2 {
    opacity: 1;
}
.home-3-banners .overlay:hover .banner-hover-1 .title-1 {
    top: 20%;
}
.home-3-banners .overlay:hover .banner-hover-1 .title-2 {
    top: 38%;
}
.home-3-banners .overlay:hover .banner-hover-1 .title-3 {
    bottom: 20%;
}
.home-3-banners .banner-hover .title-1 {
    background-color: #1f1e1d;
    color: #fff;
    display: inline-block;
    font-size: 1vw;
    left: 10%;
    letter-spacing: 3px;
    line-height: 2vw;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover .title-2 {
    color: #fff;
    display: inline-block;
    font-size: 2vw;
    font-style: italic;
    left: 0;
    letter-spacing: 5px;
    line-height: 2.8vw;
    position: absolute;
    top: 31%;
    transition: all 0.5s ease-out 0s;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.home-3-banners .banner-hover .title-3 {
    bottom: 0;
    color: #fff;
    font-size: 6.5vw;
    font-style: italic;
    left: 10%;
    letter-spacing: 14px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.home-3-banners .banner-hover .title-4 {
    bottom: 80px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}
.home-3-banners .banner-hover .title-4 a {
    background-color: #DBCD04;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 116px;
    text-align: center;
    width: 116px;
}
.home-3-banners .banner-hover .title-4 a i {
    font-size: 30px;
    padding-top: 30px;
    width: 100%;
}
.home-3-banners .banner-hover .title-4 a span {
    font-size: 12px;
    text-transform: uppercase;
}
.home-3-banners .banner-hover .title-5 {
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: -100%;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .overlay:hover .banner-hover .title-1 {
    top: 20%;
}
.home-3-banners .overlay:hover .banner-hover .title-3 {
    bottom: 43%;
}
.home-3-banners .overlay:hover .banner-hover .title-4 {
    right: 100px;
}
.home-3-banners .overlay:hover .banner-hover .title-2 {
    left: 10%;
}
.home-3-banners .overlay:hover .banner-hover .title-5 {
	right: 0;
}
.home-3-banners .banner-hover-2 .title-1 {
    color: #fff;
    font-size: 120px;
    font-style: italic;
    font-weight: bold;
    left: 0;
    margin-left: -147.5px;
    position: absolute;
    top: 85px;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover-2 .title-2 {
    bottom: 90px;
    display: inline-block;
    margin-right: -210px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-out 0s;
}
.home-3-banners .banner-hover-2 .title-2 p {
    background: url("../image/background_banner.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 24px;
    font-style: italic;
    height: 36px;
    letter-spacing: 5px;
    line-height: 32px;
    padding: 0 60px;
    text-align: center;
}
.home-3-banners .overlay:hover .banner-hover-2 .title-1 {
	left: 50%;
}
.home-3-banners .overlay:hover .banner-hover-2 .title-2 {
	right: 50%;	
}
.product-grid:nth-child(3n+1) {
    clear: both;
    float: left;
}
.manufacturer-box .product-grid:nth-child(3n+1){
	clear: none;
}
.product-grid{
	margin-bottom: 20px;
}
.category-image-thumb{
	margin-bottom: 40px;
}
.image-additional-product .bx-wrapper .bx-prev:before {
    color: #c0c0c0;
    content: "";
    font-family: "FontAwesome";
    font-size: 25px;
}
.image-additional-product .bx-wrapper .bx-next:before {
    color: #c0c0c0;
    content: "";
    font-family: "FontAwesome";
    font-size: 25px;
}
.image-additional-product .bx-wrapper div{
	font-size: 0;
}
.image-additional-product .bx-next:focus, .image-additional-product .bx-wrapper .bx-prev:focus{
	text-decoration: none !important;
}
.image-additional-product .bx-wrapper .bx-prev{
	position: absolute;
	bottom: -35px;
	margin-left: -8px;
}
.image-additional-product .bx-wrapper .bx-next{
	position: absolute;
	top: -28px;
	margin-left: -8px;
}
.bx-wrapper{
	text-align: center;
}
.novaworks-social-share h2{
	margin-bottom: 18px;
	margin-top: 5px;
}
#tab-description, #tab-review, #tab-customtab, .additionaltab{
	width: 100%;
	float: left;
	border: 1px solid #ebebeb;
	padding: 35px 50px 70px 35px;
	margin-left: -1px;
	position: 99;
	position: relative;
	line-height: 25px;
	margin-top:10px;
}
.tab-pane{
	width: 100%;
	float:left;
}
#tabs{
	width: 100%;
	/*float: left;
	z-index: 999;
	position: relative;*/
}
.box-bloglates .box-heading h2{
	background-color: #fff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 11px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}
.box-bloglates .box-heading p {
    border-bottom: 2px solid #000000;
    margin: 0 auto;
    position: relative;
    top: -22px;
    width: 325px;
    z-index: 1;
}
.box-bloglates .box-sub-heading h2 {
    color: #c2c2c2;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin: 0 0 70px;
    text-transform: none;
}
.box-bloglates .box-heading, .box-bloglates .box-sub-heading{
    position: relative;
    text-align: center;
}
.product-related .box-heading p {
    border-bottom: 2px solid #000000;
    margin: 0 auto;
    position: relative;
    top: -22px;
    width: 445px;
    z-index: 1;
}
.product-list .product-thumb .caption{
	margin-top:0;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
	border-bottom-width: 1px;
}
.btn-danger, .btn-info{
	padding: 7px 15px;
}
#collapse-shipping .panel-body p{
	padding-bottom: 15px;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th{
	background: #fff;
}
.sitemap-content{
	margin-bottom: 70px;
}
.required{
	margin-bottom: 15px;
}
.content-contact .buttons{
	padding-top: 0;
}
.bottom-mg{
	margin-bottom: 70px;
}
.table > tbody + tbody{
	border-top: 1px solid #ddd;
}
/* Modul Category accordion */
.box-category ul, .list-item {
    list-style: outside none none;
    margin-bottom: 32px;
}
.box-category ul li {
    position: relative;
}
.box-category ul li {
    position: relative;
}
.box-category > ul > li > a {
    color: #333;
    text-transform: uppercase;
}
.box-category ul li a, .list-item li a {
    color: #222;
    display: block;
    padding: 8px 25px 8px 0;
    font-size: 10px;
    text-transform: uppercase;
}
.box-category .down {
    background: url("../image/plus.png") no-repeat scroll 0 4px transparent;
    cursor: pointer;
    height: 24px;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 16px;
}
.box-category > ul > li a.active + .down {
    background-position: 0 -12px;
}
.box-category > ul > li ul {
    display: none;
    margin-bottom: 5px;
    padding-left: 10px;
}
#input-enquiry{
	min-height: 170px;
}
.is-sticky header{
	background-color: #fff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
   /* padding-top: 12px;
    padding-bottom: 8px;*/
    z-index: 99999;
}
.quickview h1{
	font-size: 18px;
}
.quickview{
	padding-bottom: 30px;
	padding-top: 30px;
}
.quickview .product-content .rating a{
	font-size: 12px;
}
.quickview .owl-theme .owl-controlls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.quickview .owl-theme .owl-controlls .active span {
    background: none repeat scroll 0 0 #869791;
    opacity: 1;
}
.quickview  .owl-pagination{
	top:0;
}
#search span.title-search{
	display: none;
}
#cart span.heading-title {
	display: none;
}
#search span.icon-title{
	display: none;
}
/* header_home_v2 */
.common-home .header_home_v2, [class*="product-category"] .header_home_v2{
	position: absolute;
	top:0;
	z-index: 999;
	width: 100%;
	background: transparent;
}
.header_home_v2{
	background: #ddd;
}
.header_home_v2 #top,
.header_home_v2 header{
	background: transparent;
}
.category-banner-home-v2 .category-image-thumb img{
	width: 100%;
}
.category-banner-home-v2{
	height: 420px;
    overflow: hidden;
    position: relative;
    background: #ddd;
}
.category-banner-home-v2 .breadcrumb{
	text-align: center;
	background: transparent;
	padding: 0;
	top:64%;
	position: absolute;
	width: 100%;
}
.category-banner-home-v2 .breadcrumb h2{
	float: none;
	font-size: 40px;
	padding-bottom: 10px;
}
.header_home_v2 .is-sticky #supermenu ul li div.bigdiv{
	top: 68px;
}
/* header_home_v3 */
.header_home_v3 #search .input-lg, .header_home_v3 #search_exploreat_pass .input-lg, .header_home_v3 #supermenu .input-lg, .kascontainer .input-lg{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
	/*width: 300px;*/
	color: #000;
	font-size: 10px;
	letter-spacing: 2.5px;
	text-transform:uppercase;
	padding: 0 40px;
	position: inherit;
	/*visibility: visible;*/
	height: 45px;
	border-radius: 0;
}
.header_home_v3 #search span.title-search, .header_home_v3 #search_exploreat_pass span.title-search{
	display: block;
}
.header_home_v3 #search .btn-lg, .header_home_v3 #search_exploreat_pass .btn-lg, .header_home_v3 #supermenu .btn-lg{
	right: 1px;
	float: right;
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 45px;
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/**.header_home_v3 #cart span.heading-title {
	display: inline-block;
}
.header_home_v3 #cart a.header-cart-{
	border: 1px solid #202020;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 13px 25px;
    text-transform: uppercase;
    right: 0;
}
.header_home_v3 #cart a i{ 
   font-size: 17px;
   margin-left: 8px;
}
.header_home_v3 #cart-total{
	right: 15px;
	padding-left: 3px;
}
.header_home_v3 #cart span.heading-title{
	margin-left: 0;
}**/
.header_home_v3 .block-oder{
	text-align: right;
}
.header_home_v3 .block-oder h2 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 16px;
    margin: 0 0 10px;
}
.header_home_v3 .block-oder p {
    color: #DBCD04;
    font-size: 14px;
    font-style: none;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
.header_home_v3 #logo, .header_home_v3 #search, .header_home_v3 #block_header_v3{
	margin: 10px 0;
}
.header_home_v3 .is-sticky header{
	/*padding-top: 15px;*/
}
.header_home_v3 .nav-cart{
	/*margin-top: 30px;
	margin-bottom: 7px;*/
}
.header_home_v3 .is-sticky .nav-cart{
	/*margin-top: 30px;
	margin-bottom: 10px;*/
}
.header_home_v3 #supermenu ul li a.tllhomel{
	margin-left: 0 !important;
}
.header_home_v3 #cart{
	/*margin-top: 15px;*/
}
.header_home_v3 header{
	/*padding-top: 30px;*/
	padding-top: 0px;
}
.main-main-home-v3 .blog-latest h4.blog-title{
	font-size: 14px;
}
.main-main-home-v3 .blog-item .description{
	color: #9b9b9b;
}
.main-main-home-v3 .box-bloglates .owl-pagination {
    left: 47.7%;
    position: absolute;
    top: -60px;
}
.main-main-home-v3 .owl-theme .owl-controls .owl-page.active span {
    background-color: #fff;
    border: 2px solid #DBCD04;
}
.main-main-home-v3 .owl-theme .owl-controls .owl-page span {
    border: 2px solid #fff;
    box-shadow: none;
    display: block;
    height: 15px;
    margin: 5px;
    opacity: 0.5;
    width: 15px;
}
.main-main-home-v3 .owl-theme .owl-controls .owl-page {
    margin: 0;
}
/* header_home_v4 */
.header_home_v4 #supermenu ul li a.tllhomel{
	margin-left: 0 !important;
}
.header_home_v4 #cart{
	padding-top: 22px;
}
.header_home_v4 #search .input-lg{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #e5e5e5;
	width: 215px;
	color: #202020;
	font-size: 10px;
	letter-spacing: 2.5px;
	text-transform:uppercase;
	padding: 0 15px;
	position: inherit;
	visibility: visible;
	height: 38px;
	display: none;
	transition: all 0.3s ease-in-out 0s;
}
.header_home_v4 #search:hover .input-lg{
	display: inline-block;
}
.header_home_v4 #search span.icon-title{
	display: block;
}
.header_home_v4 #search .btn-lg{
	right: 1px;
	float: right;
	background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    height: 38px;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
.header_home_v4 #search:hover .btn-lg{
	background: #202020;
	color: #fff !important;
}
.header_home_v4 #cart span.heading-title {
	display: inline-block;
}
.header_home_v4 a.header-cart-{
	border: 1px solid #202020;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 13px 25px;
    text-transform: uppercase;
    right: 0 !important;
}
.header_home_v4 #cart .dropdown-shopping-cart{
	top: 64px;
}
.header_home_v4 #cart a i{ 
   font-size: 17px;
   margin-left: 8px;
}
.header_home_v4 #cart-total{
	right: 15px;
	padding-left: 3px;
}
.header_home_v4 #cart span.heading-title{
	margin-left: 0;
}
.header_home_v4 .block-oder{
	text-align: right;
}
.header_home_v4 #logo, .header_home_v4 #search{
	margin: 10px 0;
}
.header_home_v4 .is-sticky header{
	padding-top: 25px;
	padding-bottom: 0;
}
.header_home_v4 .nav-cart{
	margin-top: 50px;
	margin-bottom: 0px;
}
.header_home_v4 .is-sticky .nav-cart{
	margin-top: 30px;
	margin-bottom: 10px;
}
.is-sticky #supermenu .nav-supermenu ul li.active a.tll{
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;	
}
.main-main-home-v4 .box-bloglates .owl-pagination {
    left: 47.7%;
    position: absolute;
    top: -60px;
}
.main-main-home-v4 .owl-theme .owl-controls .owl-page.active span {
    background-color: #fff;
    border: 2px solid #DBCD04;
}
.main-main-home-v4 .owl-theme .owl-controls .owl-page span {
    border: 2px solid #fff;
    box-shadow: none;
    display: block;
    height: 15px;
    margin: 5px;
    opacity: 0.5;
    width: 15px;
}
.main-main-home-v4 .owl-theme .owl-controls .owl-page {
    margin: 0;
}

/* header_home_v5 */
.header_home_v5 {
    background-color: #fff;
    display: inline-block;
    left: 0;
    max-width: 375px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    height: 100%;
}
.header_home_v5 #supermenu{
	display: none;
}
.header_home_v5 #supermenu-mobile ul li.tlli{
	display: inherit;
}
.header_home_v5 #supermenu-mobile ul li.tlli:hover .bigdiv{
	display: block;
}
.main-main-home-v5 > div > div.container{
	margin-left: 375px;
	overflow: hidden;
	max-width: calc(100% - 375px);
}
.header_home_v5 .welcome-logged{
	text-align: center;
}
.header_home_v5 #logo{
	text-align: center;
	margin: 150px 0 50px;
}
.main-main-home-v5 .category-pd, .main-main-home-v5 .category-pd-checkout{
	padding-top: 13px;
}
.header_home_v5 #supermenu-mobile ul li div.bigdiv{
	left: 312px !important;
	top:18px;
}
.header_home_v5 #supermenu-mobile .block-custom-menu div .withchild {
    width: 203px;
}
.header_home_v5 #supermenu-mobile{
	padding: 0 0 0 63px;
}
.header_home_v5 .label-category {
    font-size: 10px;
    left: 22px;
    line-height: 15px;
    padding: 0 9px;
    position: absolute;
    text-transform: uppercase;
    top: -8px;
}
.header_home_v5 a.header-cart- {
    border: 1px solid #202020;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 13px 15px;
    right: 0 !important;
    text-transform: uppercase;
    color: #202020 !important;
}
.header_home_v5 a.header-cart-:hover {
    color: #DBCD04 !important;
}
.header_home_v5 #cart span.heading-title {
    display: inline-block;
}
.header_home_v5 #cart a i {
    font-size: 17px;
    margin-left: 8px;
}
.header_home_v5 #cart span.heading-title {
    margin-left: 0;
}
.header_home_v5 #cart-total {
    padding-left: 3px;
    right: 15px;
}
.header_home_v5 #search .btn-lg {
    border-radius: 0;
    float: right;
    font-size: 14px;
    height: 45px;
    letter-spacing: 2px;
    padding: 0 15px;
    right: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background: none repeat scroll 0 0 #e9e9e9;
    color: #555;
}
.header_home_v5 #search .input-lg {
    background: none repeat scroll 0 0 #e9e9e9;
    border: 1px solid #e9e9e9;
    color: #202020;
    font-size: 14px;
    height: 45px;
    letter-spacing: 2.5px;
    padding: 0 15px;
    position: inherit;
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    width: 170px;
}
.header_home_v5 #search span.icon-title {
    display: block;
}
.header_home_v5 #cart{
	float: left !important;
	margin-top: 50px;
	padding-left: 85px;
}
.header_home_v5 #search{
	float: left !important;
	margin-top: 42px;
	padding-left: 85px;
}
.header_home_v5 #cart .dropdown-shopping-cart{
	left: 375px;
	top: -15px;
}
.footer-home-v5{
	background-color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #9b9b9b;
    padding: 60px 31px 0 31px;
}
.footer-home-v5 .theme-block{
	padding: 35px 0 20px 0;
}
.footer-home-v5 a{
	color: #DBCD04;
}
.footer-home-v5 a:hover{
	color: #202020;
}
/* Block static home v2*/
.main-main-home-v2 .home-two-banner1 {
    margin: 30px 0;
}
.main-main-home-v2 .home-two-banner1 .overlay {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v2 .home-two-banner1 .overlay .banner-hover {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.main-main-home-v2 .home-two-banner1 .banner-two-1 h2 {
    color: #181818;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 15px;
    margin: 145px 0 0;
    font-family: 'Lato-Lig';
}
.main-main-home-v2 .home-two-banner1 .banner-two-1 h4 {
    color: #181818;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 60px;
    font-family: 'Lato-Lig';
}
.main-main-home-v2 .home-two-banner1 .banner-two-1 a {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 37px;
    padding: 0 25px;
    font-family: 'Lato-Lig';
}
.main-main-home-v2 .home-two-banner1 .row:first-child {
    margin-bottom: 30px;
}
.main-main-home-v2 .home-two-banner1 .banner-two-2 h4 {
    color: #2f2d44;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 205px 0 0 70px;
    font-family: 'Lato-Lig';
}
.main-main-home-v2 .home-two-banner1 .banner-two-3 h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 5px;
    margin: 70px 0 0;
    font-family: 'Lato-Lig';
}
.main-main-home-v2 .home-two-banner1 .banner-two-3 h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-top: 10px;
    font-family: 'Lato-Lig';
}
.main-main-home-v2 .home-two-banner1 .banner-two-4 h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    letter-spacing: 5px;
    margin: 90px 0 0;
    font-family: 'Lato-Lig';
}
.main-main-home-v2 .home-two-banner2 {
    margin-bottom: 45px;
}
.main-main-home-v2 .home-two-banner2 .content {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v2 .home-two-banner2 .content .banner-hover {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.main-main-home-v2 .home-two-banner2 .content .banner-hover i {
    color: #fff;
    font-size: 30px;
    margin: 26px 0 0;
}
.main-main-home-v2 .home-two-banner2 .content .banner-hover h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 5px;
}
.main-main-home-v2 .home-two-banner2 .content .banner-hover p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    opacity: 0.5;
}
.main-main-home-v2 .home-two-4 {
    margin-bottom: 82px;
}
.main-main-home-v2 .slider_banner_4 .owl-item > .row {
    margin: 0 !important;
}
.main-main-home-v2 .slider_banner_4 .owl-item > .row > div {
    padding: 0 !important;
}
.main-main-home-v2 .home-two-4 .content-right {
    float: left;
    min-height: 480px;
    overflow: hidden;
    width: 50%;
}
.main-main-home-v2 .home-two-4 .content-inner {
    padding: 45px 30px 0;
}
.main-main-home-v2 .home-two-4 .content-inner h4 {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 2.5px;
    margin-bottom: 7px;
    text-transform: none;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.main-main-home-v2 .home-two-4 .content-inner h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2.5px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Lato-Lig';
}
.main-main-home-v2 .home-two-4 .content-inner p {
    color: #fff;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 65px;
}
.main-main-home-v2 .home-two-4 .content-inner a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 33px;
    padding: 0 25px;
}
.main-main-home-v2 .home-two-4 .content-1 .content-left, .home-two-4 .content-2 .content-left {
    float: left;
    min-height: 480px;
    overflow: hidden;
    width: 50%;
}
.main-main-home-v2 .home-two-4 img {
    max-width: inherit;
}
.main-main-home-v2 .arw_tab_title .tab_title, .arw_tab_title .tab_sub_title {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v2 .arw_tab_title .tab_title h2.title {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 11px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.main-main-home-v2 .arw_tab_title .tab_title p {
    border-bottom: 2px solid #000000;
    margin: 0 auto;
    position: relative;
    top: -22px;
    width: 325px;
    z-index: 1;
}
.main-main-home-v2 .arw_tab_title .tab_sub_title h2.title {
    color: #c2c2c2;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 50px;
    text-transform: none;
    margin: 0 0 88px;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.main-main-home-v2 .home-two-4 .owl-controls .owl-pagination {
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -65px;
}
.main-main-home-v2 .home-two-4 .owl-theme .owl-controls .owl-page span {
    border: 2px solid #fff;
    display: block;
    height: 15px;
    margin: 5px;
    opacity: 0.5;
    width: 15px;
    box-shadow: none;
}
.main-main-home-v2 .home-two-4 .owl-theme .owl-controls .owl-page:hover span {
    background-color: #fff;
    border: 2px solid #DBCD04;
}
.main-main-home-v2 .home-two-4 .owl-theme .owl-controls .owl-page.active span {
    background-color: #fff;
    border: 2px solid #DBCD04;
}
.main-main-home-v2 .home-two-4 .owl-theme .owl-controls .owl-page{
	margin: 0;
}
/* Block static home v3*/
.main-main-home-v3 .parallax-box .parallax-content {
    padding-top: 80px;
    text-align: center;
}
.main-main-home-v3 .home-three-parallax .parallax-content p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 60px;
    color: #fff;
    font-family: 'Lato-Lig';
}
.main-main-home-v3 .home-three-parallax .parallax-content h2 {
    font-size: 110px;
    font-weight: 300;
    letter-spacing: 17px;
    line-height: 60px;
    margin: 30px 0 80px;
    color: #fff;
    font-family: 'Lato-Lig';
}
.main-main-home-v3 .home-three-parallax .parallax-content a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 50px;
    padding: 0 40px;
    text-transform: uppercase;
    font-family: 'Lato-Lig';
}
.main-main-home-v3 .parallax-box{
	margin-top: 0;
}
.main-main-home-v3 .home-three-5 h4.title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 35px;
    margin-top: 95px;
}
.main-main-home-v3 .home-three-5 .slider_testimonial .item > img {
    margin-bottom: 25px;
}
.main-main-home-v3 .home-three-5 .slider_testimonial .item > p {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 24px;
    margin-bottom: 22px;
    color: #fff;
    padding: 10px 20px;
}
.main-main-home-v3 .home-three-5 .slider_testimonial {
    overflow: hidden;
    padding-left: 70px;
    position: relative;
    top: -40px;
}
.main-main-home-v3 .home-three-5 .slider_testimonial .item > h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 24px;
    margin-bottom: 5px;
}
.main-main-home-v3 .home-three-5 .slider_testimonial .item > h5 {
    color: #9b9b9b;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 24px;
    margin-top: 0;
}
.main-main-home-v3 .home-three-5 .owl-carousel{
	background: none;
	margin: 0;
}
.main-main-home-v3 .home-three-5 .owl-pagination{
	top:2px;
}
.main-main-home-v3 .home-three-5 .owl-controls .owl-page span{
	background: #777;
	box-shadow: 0 0 0;
}
.main-main-home-v3 .home-three-5 .owl-controls .owl-page.active span{
	background: #fff;
}
.main-main-home-v3 .home-three-services {
    margin-bottom: 85px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v3 .arw_tab_title .tab_title {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v3 .arw_tab_title .tab_title h2.title {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 11px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.main-main-home-v3 .arw_tab_title .tab_sub_title {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v3 .arw_tab_title .tab_title p {
    border-bottom: 2px solid #000000;
    margin: 0 auto;
    position: relative;
    top: -22px;
    width: 325px;
    z-index: 1;
}
.main-main-home-v3 .arw_tab_title .tab_sub_title h2.title {
    color: #c2c2c2;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 50px;
    text-transform: none;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.main-main-home-v3 .home-three-services .arw_tab_title.blog_tab_title .tab_sub_title h2.title {
    margin: 0 0 67px;
}
.main-main-home-v3 .home-three-services div.icon-services {
    border: 1px solid #202020;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 35px;
    text-align: center;
    width: 150px;
}
.main-main-home-v3 .home-three-services div.icon-services i {
    color: #202020;
    display: block;
    font-size: 40px;
    line-height: 150px;
}
.main-main-home-v3 .home-three-services h4 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
}
.main-main-home-v3 .home-three-services p {
    color: #c2c2c2;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
}
/* Static blog home v4 */
.main-main-home-v4 .col-banner-main-4 {
    margin: 15px 0 20px;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3:first-child {
    float: left;
    width: 31.6%;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 {
    float: left;
    width: 34.2%;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3:last-child {
    float: left;
    width: 34.2%;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 .overlay {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 .overlay:hover .banner-hover {
    opacity: 1;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 .banner-hover {
    background: none repeat scroll 0 0 rgba(250, 247, 243, 0.6);
    bottom: 30px;
    left: 30px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: opacity 0.3s ease-in-out 0s;
    z-index: 1;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 .banner-hover h3 {
    letter-spacing: 5px;
    margin: 165px auto 0;
    text-transform: uppercase;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-3 .banner-hover span {
    border-top: 3px solid #363636;
    display: inline-block;
    height: 3px;
    max-width: 97px;
    width: 100%;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-6 .banner-hover h3 {
    letter-spacing: 5px;
    margin: 50px auto 0;
    text-transform: uppercase;
}
.main-main-home-v4 .col-banner-main-4 .col-banner-6 .banner-hover span {
    border-top: 3px solid #363636;
    display: inline-block;
    height: 3px;
    max-width: 97px;
    width: 100%;
}
.main-main-home-v4 .parallax-box .parallax-content {
    padding-top: 80px;
    text-align: center;
}
.main-main-home-v4 .home4-every h4 {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: none;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
}
.main-main-home-v4 .home4-every h2 {
    font-size: 36px !important;
    letter-spacing: 5px;
    margin-bottom: 62px;
    color: #fff;
}
.main-main-home-v4 .parallax-box .home4-every p {
    font-size: 25px !important;
    letter-spacing: 5px;
    line-height: 35px;
    color: #fff;
}
.main-main-home-v4 .parallax-box .home4-every p span {
    color: #DBCD04;
}
.main-main-home-v4 .home4-about {
    margin-bottom: 50px;
}
.main-main-home-v4 .home4-about h4 {
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    margin-top: -5px;
    text-transform: none;
    font-family: "PlayfairDisplay",Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
}
.main-main-home-v4 .home4-about h2 {
    font-size: 30px;
    letter-spacing: 5px;
    margin-bottom: 23px;
    margin-top: 23px;
}
.main-main-home-v4 .home4-about p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    padding-bottom: 81px;
}
.main-main-home-v4 .home4-about .button-readmore a {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 45px;
    padding: 0 30px;
    background-color: #DBCD04;
    color: #ffffff;
}
.main-main-home-v4 .home4-about .button-readmore a:hover {
    background-color: #202020;
}
/* Static blog home v5 */
.home5-block .block-home-five-1{
	text-align: center;
}
.home5-block .block-home-five-1 h2 {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 60px;
    margin: 220px 0 55px;
    color: #fff;
    font-family: 'Lato-Lig';
}
.home5-block .block-home-five-1 p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 65px auto;
    max-width: 1055px;
    color: #fff !important;
    font-family: 'Lato-Lig';
}
.home5-block .block-home-five-1 a {
    background: url("../image/Main_5_play.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 108px;
    width: 108px;
}
.home5-block .block-home-five-2 h2, .home5-block .block-home-five-3 h2 {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 5px;
    line-height: 60px;
    margin: 320px 0 102px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato-Lig';
}
.home5-block .block-home-five-2 a, .home5-block .block-home-five-3 a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2.5px;
    line-height: 43px;
    padding: 0 25px;
}
.home5-block .block-home-five-2 a i, .home5-block .block-home-five-3 a i {
    border-left: 1px solid #fff;
    font-size: 20px;
    line-height: 45px;
    margin-left: 25px;
    padding-left: 25px;
}
.home5-block .block-home-five-2, .home5-block .block-home-five-3{
	text-align: center;
}
/* Static blog home v6 */
.main-main-home-v5 .content-inner-1 {
    width: 69.6%;
}
.main-main-home-v5 .home-six-1 .text-inner {
    background-color: rgba(53, 53, 53, 0.3);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
}
.main-main-home-v5 .home-six-1 .text-inner:hover {
    opacity: 1;
}
.main-main-home-v5 .home-six-1 .text-inner h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 60px;
    margin: 0;
    position: absolute;
    text-transform: none;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    font-family: 'Lato-Lig';
}
.main-main-home-v5 .home-six-1 .text-inner:hover h2 {
	top:32%;
}
.main-main-home-v5 .home-six-1 .text-inner a {
    background-color: #fff;
    bottom: 0;
    color: #202020;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 50px;
    margin-left: -120px;
    padding: 0 45px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    font-family: 'Lato-Lig';
}
.main-main-home-v5 .home-six-1 .text-inner a:hover {
    background-color: #DBCD04;
    color: #fff;
}
.main-main-home-v5 .home-six-1 .text-inner:hover a {
    bottom: 32%;
}
.main-main-home-v5 .content-inner-2 {
    width: 30.4%;
}
.main-main-home-v5 .home-six-1 .content .content-inner-1, 
.main-main-home-v5 .home-six-1 .content .content-inner-2, 
.main-main-home-v5 .home-six-1 .content .content-inner-3, 
.main-main-home-v5 .home-six-1 .content .content-inner-4, 
.main-main-home-v5 .home-six-1 .content .content-inner-5, 
.main-main-home-v5 .home-six-1 .content .content-inner-6, 
.main-main-home-v5 .home-six-1 .content .content-inner-7 {
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main-main-home-v5 .content-inner-3 {
    width: 38.8%;
}
.main-main-home-v5 .content-inner-4 {
    width: 36.89%;
}
.main-main-home-v5 .content-inner-5 {
    width: 24.31%;
}
.main-main-home-v5 .content-inner-6 {
    width: 57.5%;
}
.main-main-home-v5 .content-inner-7 {
    width: 42.5%;
}
.home-six-1 .content{
	width: 100%;
}
.home-six-1 .content img{
	width: 100%;
}
.main-main-home-v5 .isotope .isotope-item {
    transition-property: transform, opacity;
}
.main-main-home-v5 .isotope, .main-main-home-v5 .isotope .isotope-item {
    transition-duration: 0.8s;
}