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{	
	color:#505050;	
	margin:0;	
	/*overflow-x: hidden;	*/
	font-family: 'Montserrat', sans-serif;
	height:100% !important;
}

#skrollr-body {
    float: left;
    width: 100%;
    height: 100%;
}


body.scoll-hidden{
	overflow-y: hidden;	
}


header{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index: 999;
	animation-duration: 0.5s;
    
}

.sticky {
	position: fixed;	
	width: 100%;
	z-index: 999;
	animation-name: stickySlideDown;
	padding: 0;
	transition: none;
	
}


@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


#logo-container{
	text-align:center;
}

header.sticky .header-container,
header.inner .header-container{
	background-color:#ffffff;
	padding-top:22px;
	padding-bottom:22px;
}

header .logo-inner,
header.sticky .logo-main,
header.inner .logo-main{
	display: none;
}

header.sticky .logo-inner,
header.inner .logo-inner{
	display:block;
	margin: 0 auto;
}

header.sticky #cssmenu > ul > li > a{
	color:#000000;
}


header.inner + #content-wrapper{
	padding-top: 110px;
}

#content-wrapper {
    min-height: calc(100vh - 220px);   
    box-sizing:border-box;
}


.inner-wrapper{
	background-color: #f6f6f6;
	min-height: calc(100vh - 535px);
}

header.inner #cssmenu > ul > li > a{
	color:#000000;
}


.logowrapper {
    display: inline-block;
    z-index:2;
    position: relative; 
   transition: all 0.4s ease;
   width:200px;
  
}



#menu-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    max-width: 1300px;
    margin: 0 auto;
    /*z-index: 3;*/
}

#cssmenu > ul > li:nth-child(-n+3){
	float:left;
}


.position-relative {
    position: relative;
}
.slide{
	overflow: hidden;
}

.slide-image {
   height:90vh;
}
.slide-container{
	position: absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);		
	z-index:5;		
}

.home-block{
	padding-top:40px;
	padding-bottom: 40px;
}

.home-block:last-child.row{
	 -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.home-block-wrap{
	margin:60px -100px 60px 0px;
	padding: 40px 60px;
	background-color:#ffffff;
	position: relative;
	z-index: 2;
}


.home-block:last-child .home-block-wrap{
	margin-right: 0;
	margin-left: -100px;
}

.home-parallax-window {
    height:70vh;
}

.bg-image{
	background-image:url("../images/bg-image.jpg");
}

.post-thumb-image{
	height:40vh;
	position: relative;
}

.post-thumb{
	position: relative;
}

.post-thumb:before {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    content: '';
    opacity:0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    background: rgba(0, 0, 0, 0.5);  
    z-index: 1;
}

.post-thumb-title{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1 1);
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	opacity:0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	color:#ffffff;	
	text-align:center;
	font-size:25px;	
	line-height:35px;
	width:100%;
	box-sizing:border-box;

	
}

.post-thumb:hover:before,
.post-thumb:hover .post-thumb-title{
	opacity: 1;
}

.text-box{
	background-color: #3f8d47;
	padding: 30px 15px;
	text-align:center;
	font-size:16px;
	color:#ffffff;
	border-radius: 20px;
}

.post-thumb:first-child[data-aos=example-anim] {
     transform: translate3d(-300px,0,0);
  opacity: 0;
  transition-property: transform, opacity;
    transition-duration: 0.5s;
}
.post-thumb:first-child[data-aos=example-anim].aos-animate {
 transform: translateZ(0);
  opacity: 1;
}

.post-thumb:nth-child(2)[data-aos=example-anim] {
    transform: translate3d(0,150px,0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1.0s;
}
.post-thumb:nth-child(2)[data-aos=example-anim].aos-animate {
     transform: translateZ(0);
  opacity: 1;
}

.post-thumb:nth-child(3)[data-aos=example-anim] {
    transform: translate3d(300px,0,0);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1.0s;
}
.post-thumb:nth-child(3)[data-aos=example-anim].aos-animate {
     transform: translateZ(0);
  opacity: 1;
}


div.photoset {
  padding: 5px;
  background:none;  
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}
div.photoset .photo {
  position: relative;
  flex-grow: 1;
  min-width: calc(100% / 4);
  background-size: cover;
  background-position: center;
    padding: 5px;
  box-sizing:border-box;
  cursor: pointer;
}

.photo-wrap{
	  position: relative; 
   background-size: cover;
  background-position: center;
  width:100%;
  height:100%;

}

@media screen and (max-width: 700px) {
  div.photoset .photo {
    min-width: calc(100% / 2);
  }
}
@media screen and (max-width: 460px) {
  div.photoset .photo {
    min-width: 100%;
  }
}
div.photoset .photo:after {
  padding-top: 83.33333%;
  display: block;
  content: "";
}
div.photoset .photo:before {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /*box-shadow: inset 0 0 0 5px #000000;*/
}
div.photoset .photo:nth-child(1) {
  width: 50%;
}
div.photoset .photo:nth-child(2) {
  width: 50%;
}
div.photoset.square .photo:after {
  padding-top: 100%;
}
div.photoset.portrait .photo:after {
  padding-top: 120%;
}


div.photoset .photo:first-child[data-aos=example-anim2] {
     transform: translate3d(-300px,0,0);
  opacity: 0;
  transition-property: transform, opacity;
    transition-duration: 0.5s;
}
div.photoset .photo:first-child[data-aos=example-anim2].aos-animate {
 transform: translateZ(0);
  opacity: 1;
}


div.photoset .photo:nth-child(2)[data-aos=example-anim2] {
     transform: translate3d(300px,0,0);
  opacity: 0;
  transition-property: transform, opacity;
    transition-duration: 0.5s;
}
div.photoset .photo:nth-child(2)[data-aos=example-anim2].aos-animate {
 transform: translateZ(0);
  opacity: 1;
}


div.photoset .photo:nth-child(3)[data-aos=example-anim2] {
     transform: translate3d(-200px,0,0);
  opacity: 0;
  transition-property: transform, opacity;
    transition-duration: 0.5s;
}
div.photoset .photo:nth-child(3)[data-aos=example-anim2].aos-animate {
 transform: translateZ(0);
  opacity: 1;
}

div.photoset .photo:nth-child(4)[data-aos=example-anim2],
div.photoset .photo:nth-child(7)[data-aos=example-anim2]  {
   transform: translate3d(0,150px,0);
  opacity: 0;
  transition-property: transform, opacity;
    transition-duration: 0.5s;
}
div.photoset .photo:nth-child(4)[data-aos=example-anim2].aos-animate,
div.photoset .photo:nth-child(7)[data-aos=example-anim2].aos-animate  {
 transform: translateZ(0);
  opacity: 1;
}

div.photoset .photo:nth-child(5)[data-aos=example-anim2],
div.photoset .photo:nth-child(8)[data-aos=example-anim2]{
   transform: translate3d(-300px,0,0);
  opacity: 0;
  transition-property: transform, opacity;
    transition-duration: 0.5s;
}
div.photoset .photo:nth-child(5)[data-aos=example-anim2].aos-animate,
div.photoset .photo:nth-child(8)[data-aos=example-anim2].aos-animate {
 transform: translateZ(0);
  opacity: 1;
}


div.photoset .photo:nth-child(6)[data-aos=example-anim2],
div.photoset .photo:nth-child(9)[data-aos=example-anim2] {
   transform: translate3d(200px,0,0);
  opacity: 0;
  transition-property: transform, opacity;
    transition-duration: 0.5s;
}
div.photoset .photo:nth-child(6)[data-aos=example-anim2].aos-animate,
div.photoset .photo:nth-child(9)[data-aos=example-anim2].aos-animate {
 transform: translateZ(0);
  opacity: 1;
}

#top-banner{
	height:45vh;
}

.box-thumb{
	text-align:center;
}


.box-icon{
	margin-bottom:20px;
}

.box-title{
margin-bottom:20px;
}



#bottom-banner{
	height:80vh;
}

.row-contact {
	margin: -5px;
}

.contact-post{
	padding: 5px;
}

.contact-post-wrap{
	padding: 20px;
	height:100%;
	box-sizing: border-box;
}

.row-contact .contact-post:first-child .contact-post-wrap{
	background-color:#3fac47;
}

.row-contact .contact-post:last-child .contact-post-wrap{
	background-color: #b03b27;
}


#map{
	height:450px;
}

.control-label{
	position:absolute;
 font-size: 0.750em;
  top:-20px;
  
 }


.icon-input{
	position: absolute;
	top:10px;
	z-index:2;
	font-size: 20px; 
	left:10px;
}

.inputWithIcon select,
.inputWithIcon input{
	padding-left:40px;
}

.bg-animation {
    position: absolute;
    left: 0;
    right: 0;
   
 
}

.bg-animation img{
	width:100%;
}

.Gallery_02.photoset .photo:after{
	 padding-top:110%;
}
.Gallery_02.photoset .photo{
	width: 50% !important;
	    flex-grow: 0;
}


.photo-content{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1 1);
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	opacity:0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	color:#ffffff;	
	text-align:center;	
	width:100%;
	padding:20px;
	box-sizing:border-box;	
}

.Gallery_02.photoset .photo:before{
	background: rgba(86, 0, 0, 0.8);
	  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    top:20px;
    right:20px;
    left:20px;
    bottom:20px;
    opacity: 0;
}

.Gallery_02.photoset .photo:hover:before,
.Gallery_02.photoset .photo:hover .photo-content{
	opacity: 1;
}


.photo-description{
	font-size:22px;
	line-height:35px;
}

.photo-title{
    font-family: 'Conv_BELLI_0',Sans-Serif;
    font-size:35px;
    margin-bottom: 20px;
   } 


.parallax-window {
    height: 40vh;
    position: relative;
}

.main-title{
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
	text-align:center;
	color:#ffffff;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}


.row-list{
	margin: -10px;
}

.list-item{
	padding: 10px;
}

.list-item .row{
	border:solid 1px #505050;
	padding: 20px;
	border-radius:20px;
	height:100%;

}

.list-item .title{
	font-size:16px;
	line-height:26px;
	/*text-transform:uppercase;*/
	font-weight:600;
	color:#282828;
}

.col-price{
	width:130px;	
}

.col-label{
	width:calc(100% - 130px);
}
.price-label{
	font-size:12px;
		font-weight:600;
	color:#5d5d5d;
}

.price{
	font-size:16px;
		font-weight:600;
	color:#5d5d5d;
}

.nav-tabs{
	margin-bottom: 30px;
	background-color: #ffffff;
}

.nav-tabs li{
	border-bottom:solid 2px #e4e4e4;
	display: inline-block;
}

.nav-tabs li a{
	padding: 15px 15px;
	font-size:15px;
	font-weight:600;
	display: block;
	min-width: 150px;
	box-sizing: border-box;
} 

.nav-tabs li.active a{
	background-color: #d1000a;
	color:#ffffff;
}

.container--tabs .tab-content > .tab-pane {
  display: none;
}
.container--tabs .tab-content > .active {
  display: block;
}


.container--tabs:last-child .section{
	padding-bottom: 0;
}
.fw-menu-row	{
	margin-bottom: 30px;
}

.fw-logo img{
	max-width:180px;
}


.image-responsive{
	height:100%;
}

.image-responsive img{
	  display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    transition: transform .8s ease;
}

.scroller-fixed {
    position: -webkit-sticky;
    position: sticky;
    top:110px;
    z-index: 5;
}

.pagetop-button{
	position: fixed;
	right:10px;
	bottom:40px;
	z-index: 10;
}

.pagetop-button a {
   	background-color:#b53b27;
	width:40px;
	height:40px;
	display: block;
	color:#ffffff;
	line-height:40px;
	font-size:25px;
	transform: rotate(-90deg);
}
