a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,
canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,
footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,
samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var
{
	background:transparent;
	border:0 none;	
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:middle;
	
}

ol, ul {
	list-style:none;
}

a {
    text-decoration: none;
    color:#6f6f6e;
}

/*body,html{
	overflow-x: hidden;
}*/

body{	
	color:#6f6f6e;	
	margin:0;	
	overflow-x: hidden;	
	font-family: 'Conv_segoeuisl', serif;
}

body.scoll-hidden{
	overflow-y: hidden;	
}

#skrollr-body {
    float: left;
    width: 100%;
    height: 100%;
}

header{
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index: 999;
	// set animation 
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 10px;
    padding-bottom: 10px;   
  
 
}

header.sticky{
	background-color: #ffffff;
}


#content-wrapper {
    min-height: calc(100vh - 35px);    	
    	box-sizing: border-box;
}
.logowrapper {
    display: inline-block;
    z-index:999;
    position: relative; 
   transition: all 0.4s ease;
   width:400px;
   padding-top:10px;
   padding-bottom:10px;
}
#right-container{
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
}
#menu-container{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	right:0;
}

.menu-lang{
	background-color: #363636;
	padding-right: 40px;
	padding-left: 20px;
	box-sizing: border-box;
}

.menu-lang li.active a {
    opacity: 1;
}
.menu-lang li a {
    opacity: 0.5;
}

#cssmenu ul li a span{
	position:relative;
}

#cssmenu ul li a span:after{
	content: "";
	position: absolute;
	bottom:-5px;
	left:0;
	right:0;
	height:4px;
		background-color:#2c2c2c;
	opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateX(-50px);
    transition: all 0.2s ease-in-out;
}

#cssmenu ul li a:hover span:after,
#cssmenu ul li.active a span:after{
	 opacity: 1;
	transform:translateX(0px);
}

.position-relative {
    position: relative;
}


.slide{
	overflow: hidden;
	height:100vh;
}

.slide-image {
   height:100%;
}

.slide-container{
	position: absolute;
	right:2vw;	
	top:50%;
	transform:translateY(-50%);	
	z-index:5;	
	color:#ffffff;
	max-width:60vw;
	margin: 0 auto;
	text-align:center;
}

.slide-content{
	position: relative;	
	display: inline-block;	
	
}


.hero-image{ 
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slick-slider div.slick-active .hero-image {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
  animation: cssAnimation 8s 1 ease-in-out forwards;
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}

.content-wrap {
	padding-left: 5%;
}

.bg-image{
	background-image: url("../images/bg.jpg");
}

.accoridon-row{
	padding-bottom:10px;
	padding-top:10px;
}

.accordion .accordion-body {
	display: none;
	margin-top:15px;
}

.accordion .accordion-head {
	position: relative;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	max-width:500px;
}

.arrow{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
}

.arrow:after {
	color:#a3a3a3; 
    float: right;   
 	content: "\e90a";
	 font-family: 'icomoon' !important;
	 font-size:20px;
	 transform: rotate(-90deg);
	
}

.accordion-head.open{
	border:none;
}

.accordion-head.open .arrow:after{
	 color:#363636;
	content: "\e90a";
	 transform: rotate(0deg);
	
}

.accordion-head h4{
	font-size:35px;
	color:#363636;
	font-weight:500;
}

.post-row{
	margin: -15px;
}

.post-thumb {
	padding:15px;
	box-sizing: border-box;
}

.post-wrap{
	    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: 'Conv_segoeui', serif;	
    padding-left: 30px;
    box-sizing: border-box;
}

.post-wrap:after{
	content: "";
	position: absolute;
	left:0;
	width:7px;
	height:60px;
	background-color: #222a41;
}

.post-thumb .post-image{
	height:25vw;
	
}

.post-thumb .post-content{
	background-color:#ffffff;	
	box-sizing:border-box;
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-top:10px;    
    position:relative;
}
.post-title{
	color:#222a41;
	font-size:30px;		
}

.post-subtitle{
	color:#293340;
	font-size:14px;
	margin-top: 5px;
	display: block;
	
	
}

.post-thumb .description{
	font-size:14px;
	color:#293340;
}

.post-button{
	margin-top: 30px;
	text-align:right;
}

.post-thumb .btn{
	font-size:12px;		
	border-radius: 20px;
	padding-top: 10px;
	padding-bottom:10px;
	min-width:150px;
}


#slider .slide{
	height:50vh;
}

.product-item {
    padding: 16px;
    width:25%;
    box-sizing: border-box;
}

.item-container {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative; 
    /*border:solid 1px #b2b2b2;*/ 
    text-align:left;
        // set animation: ;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

 img.lazy {
 	background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
 }


.item-picture{
	position:relative;
	height:490px;
	overflow: hidden;
	
}

.item-picture img{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50% ,-50%);
	max-width:none;
	height:100%;
	/*max-height:100%;*/
}


.item-info-wrap{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position:relative;  
	  -webkit-transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
        z-index: 2;
        margin-top: 20px;
        font-family: 'Conv_segoeui', serif;
}

.item-info{
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
   
}

.item-container .item-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-title {
    font-size:20px;
    color: #222a41;
    font-weight:500;  
    margin-bottom:10px;
    text-transform: uppercase;
    
}

.item-option{
	font-size:14px;
	color: #293340;
	
}

.item-option .bold{
	 font-family: 'Conv_segoeuib', serif;
}

.item-picture:after{
	content:"";
	position: absolute;
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	background:rgba(54, 54, 54, 0.8);
	    opacity:0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
 
}

.picture-caption{	
    position: absolute;
    /*top: 50%;
    transform: translateY(-50%);*/   
    top:40px;
    bottom:40px;
    left:40px;
    right:40px;
    text-align:center; 
    color: #ffffff;
    z-index: 2;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    font-size:14px;
    opacity:0;
	
	
}

.picture-center{
	position:absolute;	
	 top: 50%;
    transform: translateY(-50%); 
    left:0;
    right:0;
    text-align:center;
}

.picture-bottom{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
}

.label img{

	width: 100px;
    top: 0;
    transform: none;
    position: relative;
    left: 0;
    z-index: 2;
}

.item-container:hover .picture-caption,
.item-container:hover .item-picture:after{
	opacity: 1;
}


.popup-image{
	height:100%;	
	
}

.popup-image img{
	/*position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50% ,-50%);
	max-width:none;*/
	/*height:100%;
	max-width:100%;
	width:auto;	*/
	
	max-height: 100%;
	position: relative;
	top:50%;
		transform:translateY(-50%);

	
	
}

img.zoomImg{
	top:auto ;
	transform: none;
}

.zoom-image{
	z-index:5;	
	overflow: hidden;
	text-align:center;
	
}

/*.zoom-image{
 	width:50%;
	height:100%;	
	display:block;
	overflow: hidden;
	z-index:5; 
	margin: 0 auto;
   }*/


.popup-content{
	position:fixed;
	bottom:30px;
	left:60px;
	z-index: 5;
	color:#ffffff;
}

.popup-content .item-title,
.popup-content .item-option{
	color:#ffffff;
}


.head-container{
	background-color: #363636;
	position: relative;
}


.list-tabs {	
	padding-top:10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}


.list-tabs ul{
	margin-left: -15px;
	margin-right: -15px;	

}

.list-tabs li{
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	display: inline-block;
}

.list-tabs a{
	padding:10px 0px;
	padding-left:30px;
	display: block;
	color:#ffffff ;
	font-size:14px;	
	 -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    font-weight:500;
    position:relative;
    text-transform:uppercase;
}

.list-tabs li.active a{	
	font-family: 'Conv_segoeuib';
}

.list-tabs a:after{
	content:"";
	position: absolute;
	left:0px;
	right:0px;
	width:10px;
	height:10px;
	top:15px;
	background-color:#ffffff;
	border-radius:50%;	
	opacity:0;
		 -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
	
}

.list-tabs a:hover:after,
.list-tabs li.active a:after{
	opacity: 1;
}


.collection-order{
	max-width:300px;	
	padding-bottom: 20px;
	margin: 0 0 0 auto;
}

.overlay-lable{
	position: fixed;
	bottom:0;
	opacity: 0.2;
	top:0;	
	right:0;
}

.inner-wrapper{
	padding-top: 80px;
}


footer{
	background-color: #2c2c2c;
}

.fw-logo{
	margin-bottom: 20px;
}

.fw-logo img{
	max-width:200px;
	
}

.fw .fw-social li a{
	background: none;
}

.scroller-fixed {
       position: -webkit-sticky;
    position: sticky;
    top:72px;
    z-index: 5;
}

.dropdown-toggle{
	display: none;
}



/*.magnify {
    position: relative;
    cursor: none;
 
  
}

.magnify-large {
    position: absolute;
    display: none;
    width: 175px;
    height: 175px;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
             border-radius: 100%
}*/
