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;
	
}



#skrollr-body {
    float: left;
    width: 100%;
    height: 100%;
}


body.scoll-hidden{
	overflow-y: hidden;	
}
header{
	position:absolute;
	 width: 100%;    
  animation-duration: 0.5s;
  z-index: 11;
  background: rgba(255,255,255,0.7);
	
}

/*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:101;
    position: relative; 
   transition: all 0.4s ease; 
   box-sizing: border-box;
    width:88px;
 
}





.header-container{
	position: relative;	
	max-width:var(--container-default);
	margin: 0 auto;
	
}

.sticky {
	position: fixed;	
	z-index:99;
	animation-name: stickySlideDown;	
	transition: none;
	background:#ffffff;
}


body.open-menu .sticky{
	background:none;
}


@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#content-wrapper {
    min-height: calc(100vh - 100px); 
    box-sizing:border-box;

}

header.inner + #content-wrapper{
	padding-top:100px;
}


.header-left{
	position:relative;	
	padding-top:20px;
	padding-bottom:20px;
	
}

.header-center{
	position:absolute;
	right:0;
	left:0;
	top:30%;
	/*transform: translateY(-50%);*/
}



.header-right{
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
}

.header-nav{
	padding-top:10px;
	padding-bottom: 10px;
}



/*slider*/
/*.hero-wrapper{
	position: relative;
}*/
/*.heroslider
{
	height:42vw;
}*/
.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;
  }

 .heroslider .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:40px !important;
	height:40px !important;
	background-color: #ffffff;
	
}

.swiper-button-next{
	right:-3rem;
}

.swiper-button-prev{
	left:-3rem;
}

.swiper-button-next:after, 
.swiper-button-prev:after{
	font-size:22px;
	color:var(--black-color);
}



.swiper-pagination-fraction{
	bottom:0;
}

.swiper-pagination-bullet{
	width:12px;
	height:12px;
}

.product-carousel .swiper-pagination{
	bottom:20px;
}


.hero-container{
	 position:absolute;	
    z-index:2;    
    box-sizing: border-box;   
    right:0;
    left:0;
    top:50%;
    transform:translateY(-50%);   
    
}

.hero-content_wrap{
	max-width:670px;
	margin: 0 0 0 auto;
	background:rgba(255, 255, 255, 0.8); 
	padding: 20px;
}

.hero-title{
	font-size:var(--size-x-large);	
	color:var(--black-color);	
	text-align:left;	
	font-weight:700;	
	 transition: all 0.2s ease-in-out;
	 text-transform:uppercase;

}

.hero-subtitle{
	font-size:var(--size-x-large);
	color:var(--black-color);	
}

.hero-desc,
.hero-action{
	margin-top:30px;
}

.hero-action .btn{
	font-size:var(--size-xx-medium);
	min-width:250px;
	
}

.hero-desc{
	font-size:var(--f-size-18);
}

.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;
}


/*slider*/

.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);	
	background:var(--secondary-color);
	color:var(--white-color);
	 -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease; 
    padding:var(--input-padding); 
    min-width:200px;
    text-transform:uppercase;
    border-radius: 30px;
    
 
}

.btn.border-black{
	background: none;
	border:solid 1px var(--black-color);
	color:var(--black-color);
}

/*.btn:hover{
	background: var(--color-purple);
	color:var(--color-white);
	border:none;
}*/

.btn.small{
	font-size:var(--size-xx-small);
}


.site-container{
	max-width:var(--main-container);	
	/*position: relative;	*/
}

.site-continer-medium{
	max-width:var(--container-medium);

	
}

.site-continer-large{
	max-width:var(--container-large);
	margin:var(--margin-auto);
	position: relative;	
}

.section{
	padding-top:var(--section-space);
	padding-bottom: var(--section-space);
	position: relative;
}


.section.small{
	padding-top:var(--block-space);
	padding-bottom: var(--block-space);
}


.section-header{
	margin-bottom:var(--block-space);
	position: relative;
}

.section-action{
	margin-top:var(--section-space);
}

.section-title {
	display: inline-block;	
	font-size:var(--size-x-large);		  
    line-height: 100%;
    position: relative;
    font-weight:var(--f-Medium);
    text-transform:uppercase;
}

.section-title.medium{
	font-size:var(--size-medium);		 
}

.section-subtitle{
	font-size:var(--size-xx-medium);
	margin-top: var(--item-space);
}


.section-desc{
	    font-size: var(--size-xx-small);	  
	    line-height: 140%;
}
.section-header .section-desc{
    margin-top: var(--unit-space-20);
}

.carousel{
	margin:calc(var(--unit-space-m) * -1);
}

.carousel .slick-slide {
    margin: var(--unit-space-m);
 
}

.carousel .product-item{
	padding: 0;
}




input, textarea {
  width: 100%;
  /*height:var(--input-height); */  
  color:var(--black-color);    
  box-sizing: border-box;  
  font-size:var(--size-x-small);
  border:none;    
  border-bottom:solid 1px #707070 ;
  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-x-small);	
 
}
   
   :-ms-input-placeholder { /* Internet Explorer 10-11 */
color:var(--black-color);
  font-size:var(--size-x-small);		

 
}

::-ms-input-placeholder { /* Microsoft Edge */
 color:var(--black-color);
  font-size:var(--size-x-small);			
 
}



/*newslettercss*/

#testo{
	  font-size:var(--size-x-small);    
	text-align:center;
	margin-bottom: 20px;
	font-weight:var(--f-Semibold);
	
	
}


#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-xx-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:-1rem;
	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; 
    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(--size-small); 
	
}

#captcha {
    width: 100%;
    height: 45px;
}

/*check*/


/*footer*/

.fw-title{		
	color:#dbd7ca;
	font-size: var(--size-xx-small);	
	margin-bottom:5px;
	font-weight:var(--f-Semibold);
}

.social ul li{
	vertical-align: top;	
	display: block;
	margin-bottom: 20px;
}

.social ul li:last-child{
	margin-bottom: 0;
}

.social ul li .icon-style{		
	color:var(--white-color);	
	line-height: 100%;	
	    display: flex;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;  
}
.social ul li .icon-style i{
	font-size:var(--size-medium);
	width:50px;
}

.social ul li span{
	font-size: var(--size-small);	
	font-weight:300;

}



.col-icon i{
	  font-size:1.5rem;
	   color:var(--color-white);
}

.fw-info{
	 
  font-size: var(--size-xxx-small);
     color:var(--white-color);
  
}

.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;
	
}

.fw-social{	
	font-size:0;	
	margin-top:var(--unit-space-m); 	
}
.fw-social li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.fw-social li a{
	 color:var(--color-white);
	display:block;
	font-size: var(--medium);
    width: var(--medium);
    height: var(--medium);
}


.footer-bottom-continer{
	color:var(--black-color);
	box-sizing: border-box;
	font-size:var(--size-xxx-small);
	padding:10px;
	background: var(--white-color);
	margin-top: var(--block-space);
	
	
}
.footer-bottom-continer .site-container{
	border-top:solid 1px #5e5856;
	padding-top:20px;

}


.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;
}

.fw-logo img{
	max-height: 150px;
}


/*footer*/



#hero-banner{
	position: relative;	
	overflow: hidden;
	z-index: 2;
	
}

.hero-banner_container{
	position: relative;
	z-index: 5;
	min-height:20vw;
	box-sizing: border-box;	
	max-width:var(--container-medium);
	text-align:center;
	padding-top: 100px;
	padding-bottom:100px;
}

.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);
}



/*bredcrumbs*/

.breadcrumbs {
	margin-bottom:var(--unit-space-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:var(--left-space);
	
}

.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(--color-04); 
    font-weight:var(--f-Semibold);
}

.breadcrumbs_link.active{
	opacity: 0.5;
}


.breadcrumbs_item:last-child:after{
	content: none;
}
/*bredcrumbs*/


.btn-txt {    
    display: inline-block;  
    font-size:var(--size-xxx-small);
    padding-top: 5px;
    padding-bottom: 5px;
  
   
}





/*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.small{
	max-width:500px;
}

.popup-title{
	font-size: var(--size-xx-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: -5px;
}
.btn-col{
	padding: 5px;
	box-sizing: border-box;
}
/*popup*/


/*input*/
.styled-input{
	position: relative;
}
.styled-input .required,
.floting-required{	
	display: block;
	font-size:var(--size-x-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;
}


.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(--black-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-bottom: solid 1px var(--black-color);
   
        
	 
    
}
.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;
}


/*input*/
.btn-wrap {
    display: inline-block;
}

.block-inner + .block-inner{
	padding-top:var(--box-padding);
}

.position-relative{
	position: relative;
}


.description{
	font-size:var(--f-size_15);
	line-height:var(--line-height);
}

.block-header{
	padding-bottom: var(--block-space);
}

.block-wrap{
	padding-top:  var(--block-space);
	padding-bottom:  var(--block-space);
}

.block-title{
	font-size:var(--size-xx-medium);
	font-weight:700;
}

.block-action{
	margin-top:var(--item-space);     
}

.block-desc{
	font-size:var(--size-x-small);
	margin-top:var(--item-space); 
}



.skrollr-desktop{
	margin-right:0 !important;
}

.row-box,
.row-gallery{
	margin:calc(var(--item-space) * -1);
}

.box-thumb,
.gallery-thumb{
	padding:var(--item-space);	
}

.box-wrap{	
	padding:0;
	box-sizing: border-box;
	position: relative;
}

.box-wrap:after{
	content: "";
	position: absolute;
	left:0;
	right:0;
	top:0px;
	bottom:0;
	border:solid 8px var(--secondary-color);
	border-radius:50px;
}

.box-wrap .row{
	position: relative;
	z-index: 5;
}

.box-content-wrap{
	padding: 30px 30px 30px 0px;
}



.box-section{
	padding:var(--section-space) var(--block-space) var(--section-space) var(--block-space);
	box-sizing:border-box;
	border:solid 1px var(--black-color);
	border-left:none;
}

.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-title.medium{
	font-size:var(--size-xxx-medium);
}

.box-title.small{
	font-size:var(--size-x-small);
}

.box-desc{
	font-size:var(--size-small);	
	color: var(-black-color);
	margin-top: 10px;
}


.contact-box{
	background:var(--color-lightgrey);
	padding-top: var(--block-space);
	padding-bottom: var(--block-space);
	border-bottom:solid 1px #707070;
}

.contact-box .box-header,
.contact-form .box-header{
	margin-bottom: var(--block-space);
}


.contactrow{
	display: flex;
	margin-top:20px;
	margin-left: 0;
	margin-right: 0;
}
.contact-info {  
  font-size: var(--size-xxx-medium);	 
   color:var(--black-color);    
   text-align:left;  
   box-sizing: border-box;
   padding-left: 0;
  padding-right: 0;
}

.contact-icon{	
    
  width:60px;
    font-size: var(--size-xxx-medium);
    color: var(--color-black);  
     margin-right:10px; 
  
}




.contact-box a{
	color:#000000;
}

.contact-block i{
	margin-bottom:var(--space-small);
	color:var(--color-black);
	font-size:var(--medium);
}

.contact-block .title{
	margin-bottom:var(--space-small);
	color:var(--color-black);
	font-size:var(--small);
	font-weight:var(--f-semibold);
}

.contact-block .info{
	color:var(--color-black);
	font-size:var(--x-small);
}


.box-thumbcontainer{
	background:var(--color-lightgrey);
	padding: var(--box-padding);
}

.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(--f-size-24);
	
	
}

.sitemap li ul li a{
	color:#666666;
}

.align-middle {
    display: flex;
    align-items: center;
    height:100%;
}


.coursel{
	padding-left:var(--box-padding);
	padding-right:var(--box-padding);
}



/*newcss*/


.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%;
}

.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);
}
.center-box {
    max-width:1000px;
    margin: 0 auto;}


textarea{
	height:5.5em; 
}
  
.fw-description{
	font-size:0.688em;
	color:#ffffff;
}

.contct-item{
	font-size:20px;
	color:#d8cfad;
	margin-bottom: 10px;
	font-weight:500;
}

.contct-item a{
	color:#d8cfad;
}


.overflow-x{
	overflow-x: hidden;
}

.slider-nav {
    margin-top: 20px;
}







.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;
}

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);
	 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;
}

.block-image img{
	width: 100%;
}


/* Search Style */ 

.search-container{
	width:260px;
	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-container{
	position: relative;
	z-index: 2;
	text-align:center;
	
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-image:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:var(--black-color);
	opacity: 0.1;
}

.banner-title{	
	font-size: var(--size-medium);   
    line-height: 100%;
    font-weight:700;
}

.banner-desc{
	font-size: var(--size-xxx-medium);   
	margin-top: var(--banner-space);
 	
}

.banner-action{
	margin-top: var(--banner-space);
}

.uppercase{
    text-transform:uppercase;
}




.Navtools-col{
	  margin-right:30px;
}


.Navtools-col:last-child{
	margin-right: 0;
}

.hero-right-image{
	position: absolute;
	bottom:0;
	right:-2%;
	z-index: 2;
	height:37vw;
}

.hero-right-image img{
	height: 100%;
	max-width: none;
}



.hero-button{
	position:absolute;
	left:45%;
	transform:translateX(-50%);
	bottom:2rem;
	width:10.41vw;
	height:10.41vw;
	background:var(--main-color);
	border-radius: 50%;
	z-index:5;
	    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size:var(--f-size-18);
    color:var(--white-color);
 
}

.hero-button:after{
	content:"";
	position:absolute;
	top:0.83vw;
	left:0.83vw;
	right:0.83vw;
	bottom:0.83vw;
	border-radius:50%;
	border:dashed 1px var(--white-color);
	
}

.top-space{
	    margin-top: var(--block-space);
}

.top-space-small{
	    margin-top: var(--item-space);
}

.image-style{
	position: absolute;
	left:0;
	width:30%;
	bottom:15%;
}

.banner-image.style_01:after{
	content:none;
}
.box-content{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.fw-image{
	position:absolute;
	top:0;	
	left:0;
	width: 40%;
}

.fw-image:after{
	content:"";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: var(--black-color);
	opacity: 0.7;
}

.fw-content{
	position: relative;
	z-index: 2;
}

.required-fixed{
	font-size:var(--f-size-24);
	text-align:left;
	margin-bottom: 10px;
	font-weight:700;
	display:block;
	color:var(--main-color); 
}

/*.row-post{
	margin:calc(var(--container-padding) * -1);
}
*/

.post-thumb{
	/*padding: var(--container-padding);*/
	position: relative;
}



.post-title{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
	text-align:center;
	font-size: var(--size-medium);
    color: var(--white-color);   
    line-height: 140%;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
	
}

.fw-form input,
.fw-form textarea{
	border:none;
	border-bottom:solid 1px var(--white-color);
	border-radius:0;
	color:var(--white-color);
}

.fw-form input::placeholder {
  color:var(--white-color);    
 	
 
}

.fw-form input.btn{
	border:none;
}

.fw-form .styled-input .required{
	color: var(--white-color);
}

.fw-form .check label{
	color: var(--white-color);
}
.login-mobile{
	display:none !important;
}

.image-mask {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
	height:100%;
}

.image-mask img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover;';
}
 
.ratio-square:before {
    padding-bottom:100%;
    position: relative;
    content: '';
    display: block;
}



:root{
 --col-gap: 0.625rem;
}

.home-tile{
	/* overflow: hidden;
	margin-left: -30px;
	margin-right: -30px
	position: relative;
	margin-left:calc(var(--tile-space) * -1);
	margin-right:calc(var(--tile-space) * -1);
    */
	margin: calc(var(--col-gap) * -1);
    position: relative;

} 


.tile{
	padding:  calc(var(--col-gap) * 1);
	width:33.33%;
	box-sizing: border-box;
}

.tile-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.tile-image{
	 transition: all 0.4s ease-in-out;
	 overflow: hidden;
}

.tile-image.ratio-square:before{
	    padding-bottom:70%;
}

.tile-image:hover .image-bg-filter{
	  opacity:1;
}

.tile-image:hover { 
  transform: scale(1.1);
}


.tile:first-child,
.tile:nth-child(2){
	width:50%;
}

.tiles_3 .tile:first-child,
.tiles_3 .tile:nth-child(2){	
	width:33.33%;
}

.tiles_4 .tile{
	width:25% !important;
}

.tiles_4 .tile-title{
    font-size: var(--size-xx-medium) !important;
}	

.tile-caption{
	position: absolute;
	bottom:var(--tile-space);
	left:var(--tile-space);
	font-size:var(--size-xxx-medium);
	font-weight:var(--f-Medium);
	text-transform:uppercase;
}

.image-01{
	background-position: top center !important;
}

/* Make it a marquee */

.marquee,
.marquee2 ,
.marquee3,
.marquee4  {
  display: flex;
  overflow: hidden;
  width: 100vw;  
   position: absolute;
   top:50%;
   transform:translateY(-50%);
    z-index: -1;
 
}
.marquee-text {
  font-size:var(--size-xx-medium);
  color:#707070;
  opacity:0.3;
  white-space: nowrap; 
  align-self: center;
   margin-right:3vw;
  
}

.marquee3 {
	 position:relative;
	  top:0;
   transform:none;
}

.thumbSwiper{
	height:40vw;
}

.thumbSwiper .swiper-slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
}


.thumbSwiper .swiper-slide-thumb-active{
	opacity: 1;
}

.mainSwiper .swiper-button-next{
	right:0;
}

.mainSwiper .swiper-button-prev{
	left:0;
}

.mainSwiper .swiper-slide{
	-ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.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;
}

.left-wrap{
	padding-left: var(--left-space);
}

.border-top{
	border-top: solid 2px #707070;
}


.header-langauge li a{
	opacity: 0.5;
	padding: 5px;
	display: block;
}

.header-langauge li a.active{
	opacity:1;
}

.codice input{
	border:solid 1px #707070;
}


