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,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:#000000;
}


h1,h2,h3,h4,h5{
	font-weight:normal;		
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html{
	/*overflow-x: hidden;*/
	font-size:16px;
}


body{	
	color:#000000;	
	margin:0;	
	padding: 0;
	overflow-x:hidden !important;	
	font-size:16px;
	font-family:var(--main-fonts);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	height: 100% !important;
	
}




#skrollr-body {
    float: left;
    width: 100%;
    height: 100%;
}


body.scoll-hidden{
	overflow-y: hidden;	
}

/*header*/



header{
	position:absolute;
	 width: 100%;    
  animation-duration: 0.5s;
  z-index:50;
	
}

header.sticky .header-left{
	padding-top: 10px;
	padding-bottom: 10px;
}


.header-tag{
	position: absolute;
	left:150px;
	right:150px;
	top:50%;
	transform:translateY(-50%);
	font-size:var(--size-x-small);
	text-align:center;
	display: inline-block;
	font-weight:600;
}

.logowrapper {
    display: inline-block;
    z-index:2;
    position: relative; 
   transition: all 0.4s ease; 
   box-sizing: border-box;
   width:var(--logo-wrapper); 
}

.logowrapper img{
	width:100%;
}

.header-container{
	position: relative;	
	max-width:var(--container-default);
	margin: 0 auto;	
}

.sticky {
	position: fixed;	
	z-index:99;
	animation-name: stickySlideDown;	
	transition: none;
	background:var(--main-color);
}


.header-button{
	display: none;
}

.sticky .header-button{
	display:block;
}


@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.Navtools{	
	position: relative;
	z-index: 2;		
	text-align:right;
}

.Navtools ul{
	display: flex;
	 -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.Navtools .icon{
	vertical-align:middle;
	color:var(--white-color);
	font-size:35px;
}

.Navtools .icon.social{
	fill:var(--white-color);
}

.Navtools li {
    display: inline-block;
    text-align: center;
    position: relative; 
  	margin-right:30px;  
}

.Navtools li:last-child{
	margin-right: 0;
}

.Navtools a{		
	display: block;	
	padding:5px;
	box-sizing: border-box;
	color:var(--white-color);
	font-weight:var(--f-Light);
	font-size:var(--size-x-small);
}

.menu-button{	
	display:flex;
	text-align:center;
	-ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width:68px;
  height:68px;
  border:solid 1px var(--white-color);
  border-radius: 50%;
}


.menu-icon{
      width:40px;
  height:1px;
  background-color:#ffffff;
  margin: 8px auto;
  
}

.menu-button a{
	 color:var(--color-white);
}

.vericaltext {
    writing-mode: vertical-lr;
  
}


.header-left .Navtools{
	margin-left:70px;
}


.header-langauge li a{
	opacity: 0.5;
}

.header-langauge li a.active{
	opacity:1;
}



[data-sidebar] {
 display: none;
 position: fixed;
 height:100%;
 width:50%; 
 z-index:9999;
 top:0; 
}
 [data-sidebar-overlay] {
 display:none;
 position: fixed;
 top: 0;
 left: 0;
 bottom:0;
 opacity:0;
 width: 100%;
 min-height: inherit;
 background:#000000;
 z-index:9998;
}

aside { 
background:rgba(0, 0, 0, 0.9);
left:0;
box-sizing: border-box;
z-index: 30;
}




.datasidebar-wrapper{
	padding-left: var(--container-padding) ;
	padding-right: var(--container-padding) ;
	box-sizing: border-box;
	
}

.datasidebar-header{
	height: var(--section-space) ;
	position: relative;
}

.sidebar-close{
	position: absolute;
	left:0;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	color:var(--white-color);
	font-size:60px;
	
}

.sidebar-close i{
	 color: transparent;
   -webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color:white;
}

.datasidebar-menu{
	padding-top:var(--section-space) ;
}

.datasidebar-menu li a{
	font-size:var(--size-medium);
	color:var(--white-color);
	padding-top:1vh;
	padding-bottom:1vh;
	display: block;
	font-family:var(--secondary-fonts);
	text-align:right;
	
}

header.inner + #content-wrapper{
	padding-top:100px;
}


.header-left{
	position:relative;
	padding-top: 2vw;
	padding-bottom: 2vw;
	
}

.header-center{
	position: absolute;
	right:0;
	left:0;
	top:50%;
	transform: translateY(-50%);
}



.header-right{
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
}

.header-nav{
	padding-top:10px;
	padding-bottom: 10px;
}



#content-wrapper {
    min-height: calc(100vh - 100px); 
    box-sizing:border-box;

}

/*header*/


/*homeslider*/

.heroslider{
	position:relative;
	top:0;
	bottom:0;
	left:0;
	right:0;
}


.svg-clip {
  width: 0;
  height: 0;
}

.background-image-div {
  width: 100%;
  display: block;  
  /* lets clip it*/
  -webkit-clip-path: url(#hero-clip);
  clip-path: url(#hero-clip);
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.background-image-div:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:var(--black-color);
	opacity: 0.45;
}


/*
.heroslider .swiper-slide:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:var(--black-color);
	opacity: 0.45;
}*/


/*.heroslider .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: auto;
  }*/
  
 

.hero-container{	
	position:relative;
	padding-top: var(--header-space);
	padding-bottom: var(--header-space);
	z-index: 5;	
	min-height:50vw;
	box-sizing:border-box;
	display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
 
    
  
    
}

.hero-container.small{
	min-height:65vh;
}


.hero-content_wrap{
	margin-left: 10vw;
	width:var(--hero-content_wrap);
}


.hero-title{
	font-size:var(--hero-title);	
	color:var(--white-color);		
	 transition: all 0.2s ease-in-out;
	 font-family:var(--secondary-fonts);
	 line-height: 100%;

}

.hero-subtitle{
	font-size:var(--size-xx-medium);
	font-family:var(--secondary-fonts);
	font-style:italic;
	margin-top:var(--hero-space);

}

.hero-desc,
.hero-action,
.hero-links{
	margin-top:var(--hero-space);
}

.hero-links{
	max-width:900px;
	padding-top: var(--hero-space);
}

.hero-links .link-icon{
	width:50px;
	margin-right: 30px;
}

.hero-links .link-title{
	width: calc(100% - 80px);
	font-size:var(--size-small);
	text-transform:uppercase;
	color:var(--white-color);
}


.btn-group .btn{
	font-size:var(--size-xxx-medium);
	-ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; 
  display: block;
}

.btn-group .btn p{
	font-size:var(--size-small);
}

.hero-desc{
	font-size:var(--size-small);
	color:var(--white-color);
	line-height: 140%;
	
}

.image-effect{
	position: relative;
}

.image-effect:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: #000000;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}


.hero-wrapper:hover .image-effect:after,
.post-thumb:hover .image-effect:after{
	opacity: 0.5;
}

.hero-logos{
	position: absolute;
	left:var(--container-padding);
	bottom:6vw;	
	z-index: 5;
	/*width:var(--hero-logos);*/
	
}



.logo-thumb{
	width:8vw;
	position: relative;
	margin-right: 1vw;
}

.logo-thumb:nth-child(2n){
	top:2vw;
}

.logo-thumb:nth-child(3n){
	top:4vw;
}

.logo-thumb img{
	width:100%;
}

/*homeslider*/


 /*swiper*/

.swiper-slide img {
        display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  
.swiper-pagination-total{
	font-size:var(--f-size_20);
	color:var(--color-03);
}

.swiper-pagination-current{
	font-size:var(--f-size_40);
}

.swiper-button-next, 
.swiper-button-prev{
	width:auto !important;
	height:auto !important;
	/*background-color: #ffffff;*/
	
}

.swiper-button-next{
	right:0;
}

.swiper-button-prev{
	left:0;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
	font-size:22px;
	color:var(--black-color);
	content:none;
}


.swiper-pagination{
	bottom:20px !important;
}

.swiper-pagination-fraction{
	bottom:0;
}

.swiper-pagination-bullet{
	width:12px;
	height:12px;
	background: var(--white-color);
}


.thumb-carousel .swiper-slide{
	opacity: 0.5;
}

.thumb-carousel .swiper-slide.swiper-slide-active{
	opacity: 1;
}

.thumb-carousel .swiper-slide.swiper-slide-active + .swiper-slide {
	opacity: 1;
}

.swiper-button-wrap{
	width:var(--button-wrap);
	position: absolute;
	right:var(--container-padding);
	bottom:var(--button-swiper);
	z-index:99;
}

.thumb-carousel .swiper-button-wrap{
	top:5vw;
}


.swiper-button-wrap .button-arrow{
	background:#ffffff;
	color:#000000 !important;
	width:3vw;
	height:3vw;
	
}

.center-gallery .swiper-button-wrap{
	bottom: var(--section-space-small);
}


.mySwiper-logo-wrap{
	
	box-sizing: border-box;
	position: relative;
}

.mySwiper-logo-wrap .swiper-pagination{
	position: relative;
	bottom:0;
	top: 10px;
	z-index: 20;
}

.mySwiper-logo-wrap  .swiper-pagination-bullet{
	background: var(--black-color);
}

.mySwiper-logo .swiper-slide img{
	width: auto;
	height: auto;
	margin: 0 auto;
	
}

 /*swiper*/



/*buttons*/
.btn{  
    box-sizing:border-box;
    cursor: pointer; 
	position:relative;		
	 display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;		
	font-size:var(--size-small);	
	 -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease; 
    padding:var(--btn-padding); 
    border-radius: var(--btn-radius);  
     
    
 
}


.btn-box{
	position: absolute;
	top:0;
	bottom:0;	
	right:calc(var(--btn-box) * -1);;
	width:var(--btn-box);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;	
}

.btn-box img{
	width:30px;
}

.black-border{	
	border:solid 1px var(--black-color) !important;	
}

.white-border{	
	border:solid 1px var(--white-color) !important;	
}

.btn.white-border:hover{
	background: var(--main-color);
	border:solid 1px var(--main-color) !important;	
}

/*.btn:hover{
	background: var(--color-purple);
	color:var(--color-white);
	border:none;
}*/


.button-arrow{
	width:var(--btn-style);
	height:var(--btn-style);
	border:solid 1px var(--white-color);
	border-radius: 50%;
	 display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;		
	color:var(--white-color);
	
}

.button-arrow i{
	font-size:var(--size-xxx-medium);
	line-height: 100%;
	color:var(--main-color);
	
}
.button-arrow.down{
	transform: rotate(90deg);
}

.btn-txt {    
    display: inline-block;  
    font-size:var(--size-small);
    font-family:var(--secondary-fonts);
   
}



/*buttons*/

/*site-contianer*/
.site-container{
	max-width:var(--main-container);
}

.site-continer-medium{
	max-width:var(--secondary-container);
}

.site-continer-large{
	max-width:var(--third-container);
	position: relative;	
}

.section{
	padding-top:var(--section-space);
	padding-bottom: var(--section-space);
	position: relative;
}


.section.small{
	padding-top:var(--section-space-small);
	padding-bottom: var(--section-space-small);
}


.section-header{
	margin-bottom:var(--section-space-small);
	position: relative;
}

.section-action{
	margin-top:var(--section-space);
}

.section-header .section-action,
.section-header .section-desc{
	margin-top:var(--section-space-small);
}

.section-title {
	display: inline-block;	
	font-size:var(--size-xx-large);		  
    line-height: 100%;
    position: relative;  
  font-family:var(--secondary-fonts);
}


.section-title.medium{
	font-size:var(--size-xxx-large);;		 
}

.section-subtitle{
	font-size:var(--size-xx-medium);
	margin-top: var(--item-space);
}


.section-desc{
	font-size: var(--size-small);
	font-weight:var(--f-Light);
	line-height: 160%;	   
}
/*site-contianer*/

/*form*/

input, textarea {
  width: 100%;
  /*height:var(--input-height); */  
  color:var(--black-color);    
  box-sizing: border-box;  
  font-size:var(--size-xxx-small);
  border:none;    
  border:solid 1px #ACACAC ;
  font-family:var(--main-fonts); 
  background:none;
  padding: var(--input-padding);

}
input.btn:focus{
  	outline:none;
  }
   
::placeholder {
  color:var(--black-color);    
  opacity: 1; /* Firefox */
  font-size:var(--size-xxx-small);	
 
}
   
   :-ms-input-placeholder { /* Internet Explorer 10-11 */
color:var(--black-color);
  font-size:var(--size-xxx-small);		

 
}

::-ms-input-placeholder { /* Microsoft Edge */
 color:var(--black-color);
  font-size:var(--size-xxx-smalll);			
 
}

/*form*/

/*newslettercss*/

#testo{
	  font-size:var(--size-x-small);    
	text-align:center;
	margin-bottom: 20px;
	
	
}


#newsletter{	
	position: relative;
}

#newsletter input{			
	background:none;
	color: var(--black-color);
	border:none;
	border-bottom:solid 1px var(--black-color); 
    border-radius: 0;   
	
}


#newsletter ::placeholder {
	color:var(--color-04); 
}

*:focus {
    outline: none;
}

#newsletter input:-webkit-autofill,
#newsletter input:-webkit-autofill:hover, 
#newsletter input:-webkit-autofill:focus, 
#newsletter input:-webkit-autofill:active {
    /*-webkit-box-shadow: 0 0 0 30px #ffffff inset !important;   */ 
    -webkit-text-fill-color: var(--color-black);   
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
    
}


@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
    }
}


#newsletter .check label,
#newsletter .check label a{
	color:var(--black-color);
}

#newsletter .check label:before{
	 border:solid 1px var(--black-color);
}



#newsletter .check label.error{
	color:red;
}

#newsletter .btn {  
  	cursor:pointer;    	
  	border:solid 1px var(--black-color);  
  	box-sizing:border-box;
  	width:100%;
  	    border-radius: 30px;
  	
  	
  
}

/*newslettercss*/

/*check*/

.check{
	position: relative;
	display:block;	
	padding-left:1.875em;	
}
.check label {
  cursor: pointer;  
  position:relative;  
  color:var(--black-color); 
  font-size:var(--size-xxx-small);
}
.check label:before, .check label:after {
  content: '';
  position: absolute;
  top:0;
 
}
.check label:before {
  left:-1.875rem;
  width:1.25rem;
  height: 1.25rem;
 
 border:solid 1px var(--black-color);
}
.check label:after {
  left:-1.875rem;
  width:1.25rem;
  height: 1.25rem; 
 border:solid 1px var(--black-color);
  opacity:0;
  color:var(--black-color); 
  background:var(--black-color);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.check input[type="radio"],
.check input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}
.check input[type="radio"]:checked + label:after,
.check input[type="radio"]:checked + label.error + label:after,
.check input[type="checkbox"]:checked + label:after,
.check input[type="checkbox"]:checked + label.error + label:after  {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.check label.error:before, .check label.error:after{
	content: none;
}

.check label.error{
	position: relative;
	left:calc(var(--input-padding) * -1);;
	bottom:0px;
}

.style-input--round label:before, .style-input--round label:after {
  border-radius:50%;
} 
.check label a{
	color:var(--color-black);
	vertical-align:baseline;
} 


label.error {
    color: red;
    font-size: var(--size-xxx-small);   
    display: block;
   /*left: var(--unit-space-10);*/
    position: absolute;
   left:var(--input-padding);
} 

.error-captcha.error,
.error.captcha {
	z-index: 2;
	position: relative;
	margin-bottom: 10px
}

.error-me{
	color: red;
	 font-size:var(--xx-small); 
	
}

#captcha {
    width: 100%;
    height: 45px;
}

/*check*/


/*footer*/

footer .section-title{
	font-size:var(--size-xxx-large);
}

footer .section-header{
	margin-bottom:var(--section-space-small);
}



.fw-title{		
	color:var(--black-color);
	font-size: var(--size-xxx-medium);	
	margin-bottom:var(--fw-sapce);
	position: relative;

}

.fw-title:after{
	    content: "";
    position: absolute;
    left: 0;
    width:60px;
    height:3px;
    background: var(--main-color);
    bottom: calc(var(--fw-sapce-small) * -1);
}


.fw-contact-icon{
	width:var(--contact-icon);
	margin-right:var(--contact-space);
	box-sizing: border-box;
	
}

.fw-contact-icon svg{
	width:var(--contact-icon);
	
}


.fw-contact-info{
	width:calc(100% - var(--contact-icon) - var(--contact-space));
	font-size:var(--size-xxx-medium);	
	color:var(--white-color);	
}

.fw-contact-info a{
	color:var(--white-color),
}

.fw-social{
	margin-top: var(--section-space);
}

.social ul{
	display: flex;
}

.social ul li{	
	display: inline-block;	
}

.social ul li a{
	font-size: var(--size-xxx-medium);
	color:var(--white-color);
	padding-left: var(--contact-space);
	padding-right: var(--contact-space);
}








.fw-menu.main-menu{	
	-webkit-column-count: 1;
	  -moz-column-count: 1;
	  column-count:1;}

.fw-menu.main-menu li{	
 	box-sizing: border-box;
 	-webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}


.fw-menu li > a{	
	display: block;	
	padding-top: 0.3em;
	padding-bottom: 0.3em;	
    font-size:var(--size-xxx-small);
   color:var(--white-color); 
   font-weight:300;
	
}

.fw-menu > li > ul > li > a{	
	color:#b2b2b2;
	
}



.footer-bottom-continer{
	color:var(--white-color);
	box-sizing: border-box;
	font-size:var(--size-small);
	padding:1vw 0vw;
	background: var(--main-color);
	margin-top: var(--section-space);
	font-weight:var(--f-Light);
	line-height:130%;
	
	
}


.footer-bottom-continer a{	
	color:var(--color-02);
	padding-left:0.4em;
	padding-right:0.4em;
	position: relative;	
}

.footer-bottom-continer a:before{
	content: "";
	position: absolute;
	right:0;
	width:1px;
	background:var(--color-darkgrey);
	top:0;
	bottom:0;
}

.footer-bottom-continer a:last-child:before{
	content: none;
}

.footer-bottom-continer .fw-menu li{
	display: inline-block;
}


/*footer*/

/*herobanner*/

#hero-banner{
	position: relative;	
	overflow: hidden;
	z-index: 2;
	
}

.hero-banner_container{
	position: relative;
	z-index: 5;
	min-height:36vw;
	box-sizing: border-box;	
	padding-top:var(--header-space);
	padding-bottom:var(--header-space);
	    display: flex;
   -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.hero-banner_container.banner-small {
	min-height:20vw;
	
}

	

.hero-banner-image{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.hero-banner-image:after{
	content: "";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:  #000000;
	opacity: 0.5;
}


.page-title{
	font-size:var(--x-large);
	color:var(--color-white);
	font-family:var(--title-fonts-cormorant);	
	font-weight:var(--f-bold);
	/*text-transform:uppercase;*/
}

.page-title02{
	font-size: var(--large);
	color:var(--color-darkgrey);
	font-family:var(--title-fonts);
	font-weight:var(--f-bold);
}

#hero-banner .btn-wrap{
	margin-left: calc(var(--btn-box) * -1);
}

/*herobanner*/

/*bredcrumbs*/

.breadcrumbs {
	position: absolute;
	bottom:3vw;
	left:var(--container-padding);
	right:var(--container-padding);
	z-index:20;
}

.breadcrumbs ul{
	display: flex;
	flex-wrap:wrap;
}
.breadcrumbs_item{
	display: inline-block;	
	position:relative;
	padding-right:1.250em;
	box-sizing:border-box;
	
}

.breadcrumbs_item svg{
	width:4vw;
	color:var(--white-color);
	
}

.breadcrumbs_item:after {
    content: "/";
    position: absolute;
    right:0.45em;
    top:50%;
    transform:translateY(-50%);
    color:var(--color-04);         
}


.breadcrumbs_item:last-child
.breadcrumbs_line:after{
	content:none;	}

.breadcrumbs_link{	
	vertical-align:middle;	
	display: block;	
	padding-top: 0.5em;    
    padding-bottom: 0.5em;
    font-size:var(--size-xxx-medium);
    color:var(--white-color); 
    font-family:var(--secondary-fonts);
    font-style: italic;
   
}

.breadcrumbs_link.active{
	opacity: 0.5;
}


.breadcrumbs_item:last-child:after{
	content: none;
}
/*bredcrumbs*/







/*popup*/

.popup {
	position: relative;
	background:var(--white-color);	
	margin:0 auto;
	padding:var(--popup-padding);	
	box-sizing:border-box;
	z-index:99999;	
	max-width: 700px;
}

.popup.home-popup {
	max-width:750px;
}


.popup-title{
	font-size: var(--size-xxx-medium);		
	color:var(--black-color);
	line-height:100%;
	font-weight:600;
	
}



.popup-action,
.popup-content{
	margin-top:var(--popup-padding);
}


.popup-action .btn{	   
    background: var(--black-color);
    color: var(--white-color);
    border: none; 
  
}


.popup-action .btn.btn-2{	
    background: var(--main-color);
   
}

.popup-action .btn.w-auto{
	max-width: var(--btn-maxwidth);
	margin: var(--margin-auto);
}



.btn-group {
	margin:calc(var(--btn-g-paddinig) * -1);;
}
.btn-col{
	padding:var(--btn-g-paddinig);
	box-sizing: border-box;
}



/*popup*/


/*forminput*/
.styled-input{
	position: relative;
}
.styled-input .required,
.floting-required{	
	display: block;
	font-size:var(size-xxx-small);	
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:var(--input-padding);
	 color:var(--black-color);
	-webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
	transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
	pointer-events: none;
	
	
}

.required.autofill{
	 top:0px;
}

.styled-input input:focus ~ label.required, 
.styled-input textarea:focus ~ label.required, 
.styled-input input:valid ~ label.required, 
.styled-input textarea:valid ~ label.required,
.floating-input:focus ~ label.floting-required, .floating-input:not(:placeholder-shown) ~ label.floting-required,
.floating-select:focus ~ label.floting-required , .floating-select:not([value=""]):valid ~ label.floting-required,
.styled-input input:placeholder-shown ~ label.required{
  font-size:var(--size-xxx-small);		
  top:0;
  left:var(--input-padding);
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1); 
  box-sizing: border-box;
   color:var(--grey-color);
   background: var(--white-color);
}


.styled-input input ~ span.active-border, 
.styled-input textarea ~ span.active-border {
  display: block;
  width: 0;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left:0;
  right:0;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
 
}
.styled-input input:focus, 
.styled-input textarea:focus {
  outline: 0;
}
.styled-input input:focus ~ span.active-border, 
.styled-input textarea:focus ~ span.active-border {
  width:auto;
  -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
  transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}
 
 input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-text-fill-color: var(--black-color);     
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
   left:var(--input-padding);
   
}


.styled-input input:-webkit-autofill ~ label.required,
.styled-input input:-webkit-autofill:hover ~ label.required,
.styled-input input:-webkit-autofill:focus ~ label.required,
.styled-input input:-webkit-autofill:active ~ label.required{
	top:0px;
	 font-size:var(--size-xxx-small);
	left:var(--input-padding);
  box-sizing: border-box;
 color:var(--grey-color);
}

select:focus{
	outline: none;
}

select{	
    -webkit-appearance: none;
    position: relative;     

   
}
.select-wrapper{
	position: relative;		
}
.select-wrapper:after{
	position: absolute;
	  font: normal normal normal 14px/1 FontAwesome;
	content: "\f0d7";
	right:10px;
	top:20px;	
	pointer-events:none;
	font-size:var(--f-size-16); 
	 color:var(--color-black);
	
}


.select-wrapper select{
	 width: 100%;
  	padding:var(--input-padding);
    box-sizing: border-box;   
   color:var(--black-color);
   font-size:var(--size-x-small); 
   border:none;    
   border: solid 1px #ACACAC;
   
        
	 
    
}
.field{
	margin-bottom:var(--input-field);
	position: relative;
}


.input-btn {  
    background: var(--color-03);
    color: var(--color-white);      
     font-size: var(--f-size_18);
    cursor: pointer;  
    max-width: var(--btn-maxwidth);
    height:var(--btn-height);
    text-transform:uppercase;
    border:none;
    font-family: var(--title-fonts);
    text-align:center;
}

input.btn.w-full{
	width: 100%;
}

input.btn{
	width: auto;	
	border:none;
	display: inline-block;
	
}


/*forminput*/

/*pagedefault*/
.block-inner + .block-inner{
	padding-top:var(--box-padding);
}
.btn-wrap {
    display: inline-block;
}

.position-relative{
	position: relative;
}
.description{
	font-size:var(--f-size_15);
	line-height:var(--line-height);
}

.block-header{
	    margin-bottom: var(--block-space);
    position: relative;
}

.block-wrap{
	padding:var(--section-space-small) var(--container-padding);
	box-sizing: border-box;
}

.block-wrap2{
	padding:var(--section-space-small) var(--container-padding-small);
}

.block-wrap-right{
	padding-right:var(--container-padding);
	box-sizing: border-box;
}

.block-wrap-left{
	padding-left:var(--container-padding);
	box-sizing: border-box;
}

.block-title{
	font-size:var(--size-medium);
	font-family:var(--secondary-fonts);	
	display: inline-block;
}


.block-title.line-bottom{
	display: inline-block;
	position: relative;
	padding-bottom: 0.3em;
}

.line-bottom:after{
	content:"";
	position: absolute;
	left:0;
	width:6vw;
	height:3px;
	left:50%;
	transform: translateX(-50%);
	background:var(--main-color);
	/*bottom:calc(var(--section-space-small) * -1);*/
	bottom:0em;

}





.block-action{
	margin-top:var(--block-space);     
}

.block-desc{
	font-size: var(--size-small);
    font-weight: var(--f-Light);
    line-height: 160%;
}

.block-desc h6{
	font-size: var(--size-medium);
	font-family:var(--secondary-fonts);
	margin-bottom:var(--block-space); 
	font-weight:normal;
	color:var(--black-color);   
	line-height: 100%;
}


.block-desc ul li{
	position: relative;
	padding: var(--list-padding) 0;	
}

.block-desc ol{
	
	list-style: none;
  counter-reset: my-awesome-counter;
	margin-top:var(--block-space); 		
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 
	
	
}

.block-desc ol li{
	width:50%;
	font-weight:var(--f-Bold);
	padding: var(--list-padding);	
	color:var(--black-color);
	position: relative;
	box-sizing: border-box;
	counter-increment: my-awesome-counter;
}

.block-desc ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: var(--grey-color);
  font-weight: bold;
  left:0;
  position: absolute;
}



.block-desc ol li:after,
.block-desc ul li:after{
	content:"";
	position: absolute;
	top:0;
	left:var(--list-padding);
	height: 2px;
	width:var(--list-line);
	background: var(--main-color);
}

.block-desc ul li:after{
	left:0;
}

.block-subtitle{
	font-size: var(--size-xxx-medium); 
  
}

.block-bg{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	width: 60%;
}

.block-bg img{
	width: 100%;
}


.block-bg2{
	position: absolute;
	top:0;
	bottom:0;
	right:10%;
	width:52%;
	opacity: 0.7;
}

.block-bg2 img{
	width: 100%;
}

.block-container{
	position: relative;
	z-index: 5;
}


.block-image{
	position: relative;
	
}


.block-image img{
	    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sticky-block{
	position: -webkit-sticky;
    position: sticky;
    top:10vw;
    z-index: 1;
    height:35vw;
}

.sticky-block .block-image{
		height: 100%;
	}

/*@media only screen and (min-width:1480px) {
	
	.block-image{
		height: 695px !important;
	}

	
}*/


.skrollr-desktop{
	margin-right:0 !important;
}



.box-wrap{	
	padding:0;	
	position: relative;
}

.box-content-wrap{
	padding: 30px 30px 30px 0px;
}
.box-header{
	margin-bottom: var(--box-padding);
}
.box-title{
	font-size:var(--size-xx-medium);
	font-weight:var(--f-Semibold);
	color: var(--black-color);	
}

.box-desc{
	font-size:var(--size-small);	
	color: var(-black-color);
	margin-top: 10px;
}

.contact-block{
	margin-top: var(--section-space-small);
}


.contact-block i{
	margin-bottom:var(--space-small);
	color:var(--color-black);
	font-size:var(--medium);
}

.contact-block .title{
	color:var(--color-black);
	font-size:var(--size-medium);
	font-family:var(--secondary-fonts);
	margin-bottom: var(--block-space);
}

.contact-block .info{
	color:var(--grey-color);
	font-size:var(--size-small);
	line-height: 130%;
	
	
}

.align-middle {
    display: flex;
    align-items: center;
    height:100%;
}



.imgLiquidFill .btn{
	width:auto !important;
	height:auto !important;
	display: inline-block !important;
}

.imgLiquidFill{
	height:100%;
}

.imgLiquidFill .show-image{
	width:auto !important;
	height:auto !important;
	display: inline-block !important;
}

iframe{
	width:100%;
	height: 100%;
}

.row-no-pad,
.m-0{
	margin-left:0;
	margin-right:0;
}

.row-no-pad>[class*=" col-"],
.row-no-pad>[class^=col-],
.p-0 {
 padding-left:0;
 padding-right:0;
}

.row-pad-5{
	margin-left:-5px;
	margin-right:-5px;
}

.row-pad-5>[class*=" col-"],
.row-pad-5>[class^=col-] {
 padding-left:5px;
 padding-right:5px;
}



.row-pad-5>[class*=" col-"],
.row-pad-5>[class^=col-] {
 padding-left:5px;
 padding-right:5px;
}

.row-pad-16{
    margin-left:-16px;
    margin-right:-16px;
}

.row-pad-16>[class*=" col-"],
.row-pad-16>[class^=col-] {
   padding-left:16px;
 padding-right:16px;
}

.row-pad-large{
	margin-left:calc(var(--container-padding-small) * -1);
	margin-right:calc(var(--container-padding-small) * -1);;
}

.row-pad-large>[class*=" col-"],
.row-pad-large>[class^=col-] {
 padding-left:var(--container-padding-small);
 padding-right:var(--container-padding-small);
}

textarea{
	height:5.5em; 
}
  

.image-grayscale{
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

iframe {
    width: 100%;
    height: 100%;
}


.imgLiquidFill a {
    display: inline-block !important;
    width: auto !important;
}

#rc-imageselect, .g-recaptcha {
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

.uppercase{
    text-transform:uppercase;
}

.top-space{
	margin-top: var(--block-space);
}

.top-space-small{
	    margin-top: var(--item-space);
}



.row-post{
	margin:calc(var(--thumb-space) * -1);
}

.post-thumb{
	padding:var(--thumb-space);	
}




ol.row-post{	
	list-style: none;
  counter-reset: my-awesome-counter
}


ol.row-post li{
	counter-increment: my-awesome-counter;
}


ol.row-post li .post-title::before {
  content: counter(my-awesome-counter) ". ";
  color: var(--black-color);
  font-weight: bold;
  right:0;
  position: absolute;
  z-index: 2;
}




.post-thumbimage{
	height:30vw;
	position: relative;
	overflow: hidden;
}

.post-thumbimage img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    
}

.post-wrapper:hover .post-thumbimage img{
	  -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.post-title{	
	font-size: var(--size-small);	
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    margin-top: var(--post-space);
    font-weight:var(--f-Bold);
    position: relative;
}

.post-desc{
	font-size: var(--size-small);
	  margin-top: var(--post-space);
	  line-height: 140%;
	 }
	 
	 
.post-wrapper{
	position: relative;
} 

.thumb-02 .post-thumbimage{
	height: 25vw;
}

.post-thumbimage.thumbimage-02{
	height:38vw;
}

.thumb-02 .post-thumbimage:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.4); 
	
	
}
	 
	 
.thumb-02 .post-title{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left: var(--thumb-space);
	right: var(--thumb-space);
	text-align:center;
	text-transform:uppercase;
	color:var(--white-color);
	font-family:var(--secondary-fonts);
	font-size:var(--size-xx-medium);
	margin-top: 0;
}	 
	 
.thumb-03 .post-thumbimage{
	height:10vw;
	cursor:pointer;
}	 
	 
.thumb-03 .post-title {
	font-size:var(--size-small);
}

.post-style .post-thumb:nth-child(2n){
	margin-top:var(--section-space);
}

.post-thumbimage02{
	position:relative;
	padding-bottom: 100%;
	margin-bottom: var(--item-space);
}


.post-thumbimage02 img{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50% , -50%);
	max-height: 100%;

}


.post-thumbimage02:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0,0.1);
}


/*pagedefault*/


/*sitemap*/
.sitemap {
	display: flex;
flex-wrap: wrap;
} 

.sitemap li{	
	padding:0px 20px;	
	box-sizing: border-box; 
	vertical-align:top;
	display:inline-block;	
	text-align:left;
	flex-basis:33.33%;
	max-width:33.33%;
}

.sitemap li ul{
	display: flex;
flex-wrap: wrap;
}

.sitemap li ul li{
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
	width:50%;
}

.sitemap li a{

	padding-top:10px;
	padding-bottom:10px;
	display: block;	
	border-bottom:solid 1px #afa68a;
	font-size: var(--size-small);
	
	
}

.sitemap li ul li a{
	color:#666666;
}
/*sitemap*/



/*tabs*/
ul#tabs{
margin-bottom: 2rem;
}

.tabs-wrap{
	padding:1rem 2rem;
	position: relative;
	box-sizing: border-box;
}



ul#tabs li,
.tabs li{		
	box-sizing: border-box;
	cursor: pointer;	
	position: relative;	
	color:#331e0f;	
	z-index: 2;		
    margin-left:1em;
    margin-right:1em;
    padding:1em;
	
}

ul#tabs li .tabs-wrap:after{
	content: "";
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	 background-image: url(../images/bg-banner.png/index.html);
	 z-index: -1;
	 opacity: 0.3;
}

ul#tabs li.active,
ul.tabs li.active {	
	color:#c2b696;
	font-weight:700;
	
}

ul#tabs li.active .tabs-wrap:after{
	opacity: 1;
}


ul#tab >li{
 	position:relative;
 	overflow-y: hidden;
 }  
   
ul#tab >li .tab-wrap {
 background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-radius: 6px;
  
}
	
ul#tab li.active .tab-wrap {
		opacity: 1;
-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
transition: 0.5s opacity ease-in, 0.8s transform ease;
position:relative;
top: 0;
z-index: 100;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
text-shadow: 0 0 0
 }

ul#tab > li.active{
	display:block;
}

/*tabs*/

/* Search Style */ 

.search-container{
	width:225px;
	position: relative;
}

.search-bar{
	display: flex;
}


.searchTerm{
	background:none;
	border:none;	
	font-size:var(--size-xx-small);
	color:var(--black-color);
	 border-radius:20px;
	 border:solid 1px var(--black-color);
	padding: 10px;
	 
}

.searchTerm::placeholder{
	color:var(--color-white);
}

.search-button {
    width:60px;
    border: none;
    background:none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
  
 
    
}

.search-button .icon{
	width: var(--icon-width);
    height: var(--icon-width);
	fill:var(--color-white);

}



/* Search Style */ 


/*banner*/

.banner{
	position: relative;
}

.banner-container{
	position: relative;
	z-index: 2;
	 min-height:45vw;
	 box-sizing: border-box;
	 padding-top: var(--section-space);
	 padding-bottom: var(--section-space);
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
}

.banner-image:after{
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: var(--black-color);
	opacity: 0.5;
} 

.banner-title{	
	font-size: var(--size-xx-large);   
    line-height: 100%;  
    font-family:var(--secondary-fonts);
}

.banner-desc{
	font-size: var(--size-small);   
	margin-top: var(--banner-space);
 	
}

.banner-action{
	margin-top: var(--banner-space);
}


.video-wrapper{		
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
	
	
}

/*.video-wrapper:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: var(--black-color);
	opacity: 0.4;
	
	
}*/

video {
  	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
    width: 100%;
}


.video-div{
	width:100%;
	height:100%;
	position: relative;
}



.playpause {
   
    position:relative;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    /*background-size:contain;*/
    background-position: center;
}

.video-control {
	position:absolute;
	border:none;
	background: none;
	width:100%;
	height: 100%;
	/*left:50%;
	transform:translateX(-50%);*/
	display: block;
	cursor: pointer;
}

.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play,
.video-control.playing .video-control-pause {
	display: none;
}

.video-control-symbol{
	font: 1.75em/0 Apple Color Emoji;
	vertical-align: -0.15em;
}







/*banner*/


/*accordion*/

.accoridon-row{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom: solid 1px #707070;
}

.accordion .accordion-body {
	display: none;
	margin-top:15px;
}

.accordion .accordion-head {
	position: relative;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.arrow{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right:0;
	color:#707070; 
	font-size:var(--size-xx-medium)
}

/*.arrow:after {
	color:#a3a3a3; 
    float: right;   
 	content: "\f178";
	font-family: "Font Awesome 6 Pro";
	 font-size:20px;
	 transform: rotate(-90deg);
	
}*/

.accordion-head.open{
	border:none;
}
/*accordion*/



/*pagecss*/
#scroll-down-animation {
  position: absolute; 
  bottom:20px;
 right:var(--container-padding);
  z-index:5;
}

.parallax-image{
 	width:28%;
 	position: relative;
 }

.parallax-content{
	width:72%;
}

.bg-style01:after{
	content:"";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: var(--lightgrey-color);
	z-index: -1;
	height: 80%;
}


.center-gallery{
	width:50vw;
	margin: 0 auto;
}

.center-gallery .swiper-slide{
	height:30vw;
	 transition: all 200ms linear;
 transform: scale(0.84);
}

.center-gallery .swiper-slide.swiper-slide-active {
 transform: scale(1);
}

.header-button{
	position: absolute;
	right:220px;
	top:50%;
	transform:translateY(-50%);
}

.header-button .btn{
	min-width:auto;
	height: 50px;
	font-size: var(--size-xx-small);
}

.scroll-fixed{
	position: sticky;
	top:220px;
}

.list-rows .row:nth-child(even){
	-ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.block-wrap-box{
	background:rgba(255, 255, 255, 0.8);
	padding: var(--section-space) ;
	box-sizing: border-box;
}

.block-image-2{
	height:100%;
	overflow: hidden;
}

.block-image-2 img{
	    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map{
	height:400px;
}

.iframe {
  width: 100%;
  height: 100%;
}



.popup-default {
  display: none;
	position:fixed;
	left: 0;
	right: 0;
	width:100%;	
	top: 0;
	bottom: 0;
	z-index:9998;
}
.popup-overlay {
	background: rgba(0,0,0,0.9);
	position: absolute;
	left: 0;
	/*right: 0;*/
	top: 0;
	bottom: 0;
}
.popup-content-default {
	position:relative;
  background: rgba(255,255,255,0.2);
	width:100%;	
	top:0;
	z-index:9998;
  padding:40px;
  box-sizing:border-box;
  height: 100%;
}
.close-popup {
  display: inline-block;
  position: absolute;
  top: 0;
  right:10px;
  font-size:30px;
  cursor: pointer;
}
.close-popup i{
	color:var(--white-color);
}


.row-gallery{
	margin: calc(var(--thumb-space) * -1);
}
.gallery-thumb{
	padding:var(--thumb-space);	
}


.gallery-thumb-image{
	height:28vw;
}

.gallery-thumb-image img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galleryslider{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.galleryslider .swiper-slide:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:var(--black-color);
	opacity: 0.5;
}




.banner-gallery .banner-container{
	min-height:50vw;
}


.datasidebar-button{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	
}

.datasidebar-button .btn-box {
	right: 0;
}

.datasidebar-button{
	display: none;
}

.datasidebar-langauge{
	position: absolute;
	right: var(--container-padding);
	top: var(--section-space);
	display: none;
}

.home-tiles{
	margin: calc(var(--container-padding-small) * -1);
}

.tile{
	width:27.5%;
	padding: var(--container-padding-small);
	box-sizing:border-box;
}

.tile-wrap{
	height:100%;
	position: relative;
}

.tile:first-child .tile-content{
	position: absolute;
	bottom:var(--tile-padding);
	left:0;
	right:0;
}


.tile:last-child .tile-content{
	position: absolute;
	top:var(--tile-padding);
	left:0;
	right:0;
}


.tile:nth-child(2n){
	width:45%;
	
}

.tile .tile-image{
	height:12vw;
	position: relative;
}

.tile .tile-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
   }

.tile:nth-child(2n) .tile-image{
	height:42vw;
}

.tile-title{
	font-size:var(--size-xxx-small);
	margin-top: var(--tile-space);
	font-weight:var(--f-Bold);
}

.tile-desc{
	font-size:var(--size-xx-small);
	margin-top: var(--tile-space);
	font-family:var(--secondary-fonts);
}

.text-block{
	width:21.5%;
	position: absolute;		
	z-index: 5;	
	
}

.text-block.left{
	left:0;
	top:var(--container-padding-small);	
}

.text-block.right{
	right:0;
	bottom:var(--container-padding-small);	
	margin-bottom: var(--tile-padding);
}

.text-block.right .block-action{
	margin-top: var(--container-padding);
}

.btn-style {
	width:var(--btn-style);
	height:var(--btn-style);
	border-radius:50%;
	border:solid 1px var(--grey-color);
	margin-left:1vw;
	position: relative;
}

.btn-style span{
	position: absolute;	
	top:50%;
	transform:translateY(-50%);
	width:3vw;
	height:0.1vw;
	background-color:var(--main-color);
	left:-1vw;
}


.btn-style i{
	position:absolute;
	font-size:1vw;
	left:1.5vw;
	top:50%;
	transform:translateY(-50%);
}

.bg-fimep{
	position: absolute;
	top:0;
	left:0;
	right:0;
	z-index: -1;
}

.bg-fimep img{
	width:100%;
}



.slider-nav{
	width:100px;
	float:left;	
	margin-top:60px;
}

.slider-for{
	width: calc(100% - 100px);
	float:left;
}

.slider-for img{
	margin: 0 auto;
	max-height: 500px;
}

.slider-nav img{
	max-height:70px;
	margin: 0 auto;
}

.msg-content {
    font-size: var(--size-xxx-small);
}

.producttitle .title{
	 font-size: var(--size-small);
	 color:var(--main-color);
	 margin-top:0.8em;
	 text-transform:uppercase;
}

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

#table{
	width:100%;
}


#table td,
#table th{
	text-align:left;	
	padding:10px 5px;	
	font-weight:normal;
	font-size:var(--size-xxx-small);
}

#table th{
	background-color:#ededed;
}

#table td{
	font-weight:500;
	color:#616161;
}
#table tr{
	position: relative;
}

#table tr:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	/*background-color:#ededed;*/
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
  
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
 
  width: 8.5em;
  display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
	display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.cambiaImg img{
	max-height:250px;
	margin: 0 auto;
}


.check--list .check{
	width:33.33%;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing:border-box;
}

input[type=checkbox][disabled] + label {
    opacity: 0.5;
}

/*modal BOX style */

.modal a{
	padding: 0 !important;
}

.modal .imgcontainer {
    text-align: center;   
    position: relative;
    
}

.modal {
    position: fixed; 
    z-index:9999999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;      
    background-color: rgba(0,0,0,0.6); 
    padding-top: 60px;
}


.modal .modal-content {
   background-color: #ffffff;
	width: 90%;
	max-width: 600px;	
	z-index:9999999;
	padding:30px;
	margin: 0 auto;
	box-sizing:border-box;
	position: relative;
	
} 

.content-popup{
	font-size:var(--size-small);
}


.modal .close {
  	position: absolute;
	right:10px;
	top:10px;
	color: #000000;
	font-size:25px;
	
}


.modal .close:hover,
.modal .close:focus {
    color: #937b6a;
    cursor: pointer;
}

.side-button{
	position: fixed;
	right:25px;
	bottom:24px;	
	background: var(--main-color);
	padding:0.4em;
	z-index: 20;
	background: #4ec25a;
	border-radius: 0.5em;
	border-radius: 50%;
	width:42px;
	height:42px;
	text-align:center;
}

.side-button svg{
    width:35px;
 }   