body, html {
    overflow-x: hidden;
}

body {
	font-family:'Montserrat', sans-serif;
}

header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 5;
}
.container {
	width: 100%;
	max-width: 1300px;
}
.container-fluid {
	width: 100%;
	max-width: 1300px;
}
.oliver{
padding-right: 0px;
margin-right:0px;
	width: 100%;
	max-width: 100%;
}
.social {
position: absolute;
left: 0.5rem;
top: 1.5rem;
z-index: 100;
}

.social ul {
padding-left:1em;
}

.social ul li {
	display: inline;
}

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

.social ul li a {
  color: #000000;
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #000000;
	border-radius: 100px;
	text-align: center;
	line-height: 38px;
	margin-bottom: 10px
}

.social ul li a:hover {
	border-color: #696969;
}

.social ul li a i{
	font-size: 1rem;
	color: #000000;
}

/*------------- geral -------------*/
/*------------- navsocial -------------*/
.navsoc{
max-width: 1420px;
padding-left: 0px;
margin-left:0px;
margin-right: auto;
margin-left: auto
}




/* ====================================
Navigation 
==================================== */

.overlay-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background-color: hsla(0, 0%, 0%, 0.3);*/
  transform: translateY(-100%);
 max-height: 250px;
}

.overlay-slide-down {
  transition: all .4s ease-in-out;
  transform: translateY(0)
}

.overlay-slide-up {
  transition: all .8s ease-in-out;
  transform: translateY(-100%)
}

nav,
nav ul {
  width: 100%;
  height: 100%;
  max-height: 250px;
  margin: 0;
  padding: 0;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul li {
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  transform: translateY(-100%);
}

nav li a {
  position: relative;
  top: 46%;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Work sans', sans-serif;
  font-weight: 300;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 0.9rem;
}

nav li a:before {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 1 .2s linear;
}

nav li a:after {
  content: attr(data-content);
  font-size: 0.7rem;
  transition: all .2s linear;
  opacity: 0;
  position: absolute;
  z-index: 100;
  color: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  text-transform: none;
  font-family: 'Open sans', serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
}
nav li a:hover {
color:#fff ;
font-weight: 400;
}
nav li a:hover:before {
  transform: translateX(0);
  opacity: 0;
}

nav li a:hover:after {
  transform: translateY(15px);
  opacity: 1;
}

nav li:nth-of-type(1){background-color: #313131;
opacity: 0.8;}
nav li:nth-of-type(2){background-color: #5a5a5a;
opacity: 0.8;}
nav li:nth-of-type(3){background-color: #8b8b8b;
opacity: 0.8;}
nav li:nth-of-type(4){background-color: #a7a7a7;
opacity: 0.8;}
nav li:nth-of-type(5){background-color: #d0d0d0;
opacity: 0.8;}

.slide-in-nav-item {
  animation: slide-in-nav-item 0.4s linear 1 .2s both;
}

.slide-in-nav-item-delay-1 {
  animation: slide-in-nav-item 0.4s linear 1 .2s both;
}

.slide-in-nav-item-delay-2 {
  animation: slide-in-nav-item 0.4s linear 1 .2s both;
}

.slide-in-nav-item-delay-3 {
  animation: slide-in-nav-item 0.4s linear 1 .2s both;
}

.slide-in-nav-item-delay-4 {
  animation: slide-in-nav-item 0.4s linear 1 .2s both;
}

.slide-in-nav-item-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .2s both;
}

.slide-in-nav-item-delay-1-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .2s both;
}

.slide-in-nav-item-delay-2-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .2s both;
}

.slide-in-nav-item-delay-3-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .2s both;
}

.slide-in-nav-item-delay-4-reverse {
  animation: slide-in-nav-item-reverse .3s linear 1 .2s both;
}


/* ====================================
Burger king
==================================== */

.open-overlay {
  position: absolute;
  right: 2rem;
  top: 5rem;
  z-index: 100;
  width: 34px;
  display: block;
  cursor: pointer;
}

.open-overlay span {
  display: block;
  height: 1px;
  background-color: #000000;
  cursor: pointer;
  margin-top: 8px;

}
.open-overlay span:after{
  display: block;
  height: 1px;
  background-color: #000000;
  cursor: pointer;
  margin-top: 8px;

}

.animate-top-bar {
  animation: animate-top-bar .6s linear 1 both
}

.animate-bottom-bar {
  animation: animate-bottom-bar .6s linear 1 both
}

.animate-middle-bar {
  animation: animate-middle-bar .6s linear 1 both
}

.animate-out-top-bar {
  animation: animate-out-top-bar .6s linear 1 both
}

.animate-out-bottom-bar {
  animation: animate-out-bottom-bar .6s linear 1 both
}

.animate-out-middle-bar {
  animation: animate-out-middle-bar .6s linear 1 both
}


/* ====================================
Animation keyframes
==================================== */

@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@keyframes animate-top-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #fff
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}

@keyframes animate-bottom-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}

@keyframes animate-middle-bar {
  0% {
    background-color: #fff;
  }
  80% {
    background-color: #fff;
  }
  100% {
    background-color: #29363B;
  }
}

@keyframes animate-out-top-bar {
  0% {
    background-color: #29363B
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #29363B
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #000000;
  }
}

@keyframes animate-out-bottom-bar {
  0% {
    background-color: #29363B
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #29363B;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #000000;
  }
}

@keyframes animate-out-middle-bar {
  0% {
    background-color: #29363B
  }
  80% {
    background-color: #29363B;
  }
  100% {
    background-color: #000000;
  }
}
.home a{
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top:50px;
  left:50px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 640px) {
  nav ul li a {
    font-size: 11px;
  }
  nav li a:after {
    font-size: 0.6rem;
  }
  .open-overlay {
    right: 1rem;
  }
  nav li a:before {
    width: 15px;
  }
}

/*------------- header -------------*/

/*------------- logo -------------*/

.mainlogo figure{
text-align: center;
}
.mainlogo img{
max-width: 160px;
padding-bottom: 20px;
padding-top: 20px;

}

/* Individual Caption Styles */

.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 320px;
	text-align: center;
	cursor: pointer;

}

.grid figure img {
	position: relative;
	display: block;
  max-width: 100%;
	opacity: 1;
	
}

.grid figure figcaption {
	padding: 2em;
	color: #dedede;
	font-size: 1.0em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}



.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/***** Zoe *****/
/*---------------*/
figure.effect-zoe{

background-size: 100%;
background-repeat: no-repeat;
transition: all .8s ease-in-out;
transform: translateY(0)
}

figure.effect-zoe img:hover{
opacity: 0;
transition: all .8s ease-in-out;
transform: translateY(0)
}
figure.effect-zoe img:after{
opacity: 0;
transition: all .8s ease-in-out;
transform: translateY(0)
}

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	right: 0;
	padding: 0.8em;
	height: 3em;
	background: #ffffff;
	opacity: 0.8;
	color: #000;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	
}

figure.effect-zoe h2 {
font-family:'Montserrat', sans-serif;
font-weight: 400;
font-size: 20px;
float: left;
margin-bottom: 30px;
}

figure.effect-zoe h3 {
font-family:'Montserrat', sans-serif;
font-weight: 200;
font-size: 20px;
float: right;
margin-bottom: 30px;
}




.icon-links h2 {
	float: right;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


/* Individual Caption Styles */
/*------------- section2 home -------------*/

.section2{
padding-top: 100px;
padding-bottom: 80px;

}

.embed-responsive{
margin-top: 80px;
margin-bottom: 80px;
margin-right: 20px;
width: auto;
}

.present {
padding-top: 8px;
padding-bottom: 8px;

}
.present img{
width: 100%;

}

.present h1{
font-family:'Montserrat', sans-serif;
font-weight: 200;
font-size: 4em;

line-height: 0.9;
}

.present h2{
font-family:'Montserrat', sans-serif;
font-weight: 600;
font-size: 3.4em;
line-height: 0.9;

}

.present h5{
padding-top: 10px;
padding-bottom: 10px;
font-family:'Montserrat', sans-serif;
font-weight: 400;
font-size: 1.2em;
line-height: 1.5;
}

.present p{
padding-top: 18px;
padding-bottom: 10px;
font-family:'Montserrat', sans-serif;
font-weight: 300;
font-size: 1.1em;
line-height: 1.5;

}


/*------------- section3 images fonts home-------------*/




/*------------- section3 home -------------*/
.section3{
background-color: #f2f2f2;
padding-top: 130px;
padding-bottom: 130px;
-webkit-box-shadow: 0 0 26px 1px rgba(0,0,0,.20);
-moz-box-shadow: 0 0 26px 1px rgba(0,0,0,.20);
box-shadow: 0 0 26px 1px rgba(0,0,0,.20);
}
.section3 .col-md-4{
padding-right: 60px;
}

.textplay{
padding-left: 15%;

}


.section3 h3{
padding-top: 0px;
font-family:'Montserrat', sans-serif;
font-weight: 600;
font-size: 1.8em;
line-height: 1.5;
letter-spacing: 0.08em;
}

.section3 p{

font-family:'Montserrat', sans-serif;
font-weight: 200;
font-size: 0.9em;
line-height: 1.8em;
color: #a2a2a2;
}

.oliver{
max-width: 1420px;
padding-left: 0px;
margin-left:0px;
margin-right: auto;
margin-left: auto
}

.oli{
padding-right: 0px;
margin-right:0px;

}
.oli figure{
max-height: 460px;
padding-right: 0px;
margin-right:0px;
float: right;
}

.oli figure img{
max-height: 450px;
padding-right: 0px;
margin-right:0px;
float: right;
}
.oli figure img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
  opacity: 0.4;
}

.oli figure img:hover {
 
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
  opacity: 1;
 -webkit-transition: opacity .15s ease-in-out;
          -moz-transition: opacity .15s ease-in-out;
          -ms-transition: opacity .15s ease-in-out;
          -o-transition: opacity .15s ease-in-out;
          transition: opacity .15s ease-in-out;
}

.pre-in-use{	
font-family:'Montserrat', sans-serif;
font-weight: 600;
font-size: 1rem;
padding-top: 10px;
letter-spacing: 0.08em;
padding-bottom: 0px;
}
.about{
max-width: 1420px;
padding-left: 0px;
margin-left:0px;
margin-right: auto;
margin-left: auto
}

.abouttext{
padding-top: 5px;
padding-left: 0%;
padding-right:5%;
}

.aboutme figure{
margin: 0 0 0rem;
padding-right:60px;
}


.aboutlead{
font-family:'Montserrat', sans-serif;
font-weight: 400;
font-size: 1.7rem;
padding-top: 10px;
padding-bottom: 0px;
color: #f3746a;
}

/*------------- section4 home -------------*/

.section4{
padding-top: 100px;
padding-bottom: 0px;
}

.section4 h5{
font-family:'Montserrat', sans-serif;
font-weight: 600;
font-size: 1em;
line-height: 1.5;
}

.section4 p{
font-family:'Montserrat', sans-serif;
font-weight: 300;
font-size: 1em;
line-height: 1.5;

}

.sec4{
padding-top: 100px;
padding-bottom: 100px;
}

/*------------- sections 5-------------*/

.section5{
background-color: #FBF7EE;
padding-top: 80px;
padding-bottom: 80px;
}
.section5 .col-md-4{
background-color: #FBF7EE;
padding-top: 40px;
padding-bottom: 40px;
}



.section5 h5{
font-family:'Montserrat', sans-serif;
font-weight: 600;
font-size: 1em;
line-height: 1.5;
}

.section5 p{
font-family:'Montserrat', sans-serif;
font-weight: 300;
font-size: 1em;
line-height: 1.5;

}
.section5 .col-md-4{
padding-right: 60px;
}
.section5 .col-4{
padding-right: 60px;
}


/*------------- logos mobile -------------*/
.sec{
background-color: #FBF7EE;
padding-top: 100px;
padding-bottom: 100px;
}

.section6{
background-color: #FBF7EE;
padding-top: 100px;
padding-bottom: 100px;
}

.section6 h5{
font-family:'Montserrat', sans-serif;
font-weight: 600;
font-size: 1em;
line-height: 1.5;
}

.section6 p{
font-family:'Montserrat', sans-serif;
font-weight: 300;
font-size: 1em;
line-height: 1.5;

}

.section6 .title{
font-family:'Montserrat', sans-serif;
font-weight: 600;
text-transform: uppercase;
font-size: 1.2em;
}


.section6 ul{
list-style: none;
padding-left: 0;
margin-bottom: 0;
padding-right: 5px;

}
.section6 ul{
padding-top: 30px;
list-style: none;
padding-left: 0;
margin-bottom: 0;
padding-right: 10px;
float: right;
}

.section6 .apart {
font-family:'Montserrat', sans-serif;
font-weight: 600;
margin-bottom: 0px;
text-transform: uppercase;
font-size: 1.2em;
}


.iconwwh img{
max-width: 40px;
}

.buy {
padding-right: 0px;
padding-left: 0px;
margin-bottom: 40px;
 }  


  .buy .grid{
 text-align: center;
 border: 1px solid #000;
 z-index: 300;
 padding-right: 0px;
 padding-left: 0px;
  }  
  .buy .grid:hover{
   background-color: #fc5a45;
   border: 1px solid #fc5a45;
   transition: all .2s ease-in-out;
   transform: translateY(0)
   }    
   
   
   
    
  .buy h5{
  font-family:'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 13px;
  }  
  
  
  
  .buy:hover h5{
  font-family:'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
 padding-top: 20px;
 padding-bottom: 13px;
  transition: all .2s ease-in-out;
  transform: translateY(0)
  
  }  
  .buy a:hover {
  font-family:'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 13px;
  }  
  
  
  .don {
  padding-right: 0px;
  padding-left: 5px;
  margin-bottom: 40px;
   }  
  
  
    .don .grid{
   text-align: center;
   border: 1px solid #000;
   z-index: 300;
   padding-right: 0px;
   padding-left: 0px;
    }  
  
  .don .grid:hover{
   background-color: #ffdb00;
   border: 1px solid #ffdb00;
   transition: all .2s ease-in-out;
   transform: translateY(0)
  }  
  
  .don h5{
   font-family:'Montserrat', sans-serif;
   font-weight: 600;
   font-size: 25px;
   color: #000;
   padding-top: 20px;
   padding-bottom: 13px;
   }  
   
   
   
   .don:hover h5{
   font-family:'Montserrat', sans-serif;
   font-weight: 600;
   font-size: 26px;
   color: #fff;
  padding-top: 20px;
  padding-bottom: 13px;
   transition: all .2s ease-in-out;
   transform: translateY(0)
   
   }  
   .don form {
 padding-top: 22px;
 padding-bottom: 22px;
   }  
   
  
  
  
    
    /*------------- customtext------------*/
    
  /*------------- section7 -------------*/  
    
 .section7{
 
 padding-top: 40px;
 padding-bottom: 100px;
 }
 
 .section7 .col-md-6 figcaption{
 border: 1px solid #333;
 padding-top: 50px;
 padding-right: 50px;
 padding-left: 50px;
 min-height: 366px;
 }
 .section7 .col-md-6 figcaption h2{
 font-family:'Montserrat', sans-serif;
 font-weight: 600;
 border-bottom: 1px solid #333;
 padding-bottom: 0px;
 }
 
 .section7 .col-md-6 figcaption span{
 font-family:'Montserrat', sans-serif;
 font-weight: 300;
 font-size: 0.8em;
 padding-bottom: 5px;
 }
 
 
 .section7 .col-md-6 figcaption h2 span{
 font-family:'Montserrat', sans-serif;
 font-weight: 300;
 font-size: 0.8em;
 float: right;
 padding-right: 5px;
 }
 
 
 .section7 .col-md-6 ul{
 list-style: none;
 border: 1px solid #333;
 padding: 60px;
 }
 .section7 .col-md-6 ul li{
 font-family:'Montserrat', sans-serif;
 font-weight: 300;
 border-bottom: 1px solid #333;
  padding-top: 10px;
 padding-bottom: 15px;
 }
 .section7 .col-md-6 ul li:first-child {
 font-family:'Montserrat', sans-serif;
 font-weight: 600;
 }
 .section7 .col-md-6 ul li:last-child {
 border-bottom: none;
 padding-bottom: 10px;
 }
 .section7 .col-md-6 ul li em{
 font-family:'Montserrat', sans-serif;
 font-weight: 300;
 float: right;
 padding-right: 40px;
 }
 
  
 .section7 p{
 font-family:'Montserrat', sans-serif;
 font-weight: 300;
 font-size: 1em;
 line-height: 1.5;
 padding-top: 12px;
 
 }
   .sec7
  {
 padding-top: 100px;
 padding-bottom: 100px;
  
  }
.capdiv{
  	border: 1px solid #333;
  	padding: 20px;  
  	min-height: 150px;
}  
 
 .section7 h3{
  font-family:'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 1.5em;
  color: #969696;
  padding-top: 50px;
 padding-bottom: 50px;
 text-align: center;
        }
 
  /*------------- section8 -------------*/  
     
  .section8{
  
  background-color:#cfcfcf ;

  }
  .yorker{
      background-color:#fff;
  }
 .wood{
    background-color:#fff ;
 }
    .wood img{
  max-width: 600px;
    
        }
        
   .folk{
       background-color:#f1f1f1;
   }
       .folk img{
     max-width: 900px;
           }
        
        .roska{
            background-color:#ffffff;
        }
            .roska img{
          max-width: 1000px;
                }
        
        
  .twoface{
      background-color:#fff ;
  
      }
      .twoface img{
      margin-bottom: 50px;
    max-width: 800px;
      -webkit-box-shadow: 0 0 26px 1px rgba(0,0,0,.20);
      -moz-box-shadow: 0 0 26px 1px rgba(0,0,0,.20);
      box-shadow: 0 0 26px 1px rgba(0,0,0,.20);
          }
  
.section8 .col-md-12 {
padding-right: 15px;
padding-left: 15px
    }
  .section8 figure {
 margin: 0;
      }
  .section8 h5{
  font-family:'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.5;
  }
  
  .section8 p{
  font-family:'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
  
  }
  .sec8
  {
 padding-top: 100px;
 padding-bottom: 100px;
  
  }
 
  /*------------- sec 9 -------------*/
    .section9{
      
padding-top: 100px;
  padding-bottom: 100px;
        
      }
     
     .card{  background-clip: border-box;
      border: 0px solid rgba(0, 0, 0, .0);
      border-radius: .0rem }
     
     .card-header { 
      padding: .175rem .0rem;
      margin-bottom: 0;
      background-color: #fff;
      border-bottom: 0px solid rgba(0, 0, 0, 1.0);
   
      }
      
      .card-body{ 
       padding: 1.25rem 0rem;
       }
      
      
      .section9 h1{
      
      font-family:'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 4em;
      line-height: 1.2em;
      color: #f3746a;    
      padding-bottom: 50px;
              
            }
            
            
      .contact {
      
      padding-top: 50px;  
      padding-bottom: 20px;
              
            }
            .contact h3{
            
         font-family:'Montserrat', sans-serif;
         font-weight: 800;
         font-size: 1.25em;
         color: #f3746a; 
                    
                  }
                  
                  .contact p{
                     
               font-family:'Montserrat', sans-serif;
               font-weight: 300;
               font-size: 1em;
               color: #000; 
                             
                           }
                                         
                  
            
      .ula {
       padding-top: 50px;  
       padding-bottom: 20px;
                 }
       .ula h3{
             
        font-family:'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 1.25em;
        color: #f3746a; 
                     
                   }          
       .ula p{
             
        font-family:'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 1em;
        line-height: 2em;
        color: #000;  
   
        padding-bottom: 20px;
                     
                   } 
                   
          .ula a{
               padding-left: 10px; 
          font-family:'Montserrat', sans-serif;
          font-weight: 600;
          font-size: 1em;
          color: #f3746a; 
                        
                      }
                   
                   
                             
                  
        .faq {
        
        padding-top: 50px;  
        padding-bottom: 20px;
                
              }
              .faq h3{
              
           font-family:'Montserrat', sans-serif;
           font-weight: 800;
           font-size: 1.25em;
           color: #f3746a; 
                      
                    }
                    
                 .faq h5{
                 font-family:'Montserrat', sans-serif;
                 font-weight: 600;
                
                 color: #000; 
                               
                             }
            
           .btn {
           padding: 0.575rem .0rem;
           font-family:'Montserrat', sans-serif;
           font-weight: 600;
           font-size: 1.1em;
           color: #000; 
             }
             .btn:hover{
             padding: 0.575rem .0rem;
             font-family:'Montserrat', sans-serif;
             font-weight: 600;
             font-size: 1.1em;
             color: #f3746a; 
             text-decoration: line-through;
               }
             
             
              .section10{
                   
             padding-top: 100px;
               padding-bottom: 20px;
                     
                   }
                   .section10 img{
                    max-width: 110px;
                    -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
                    filter: grayscale(100%); /* FF 35+ */
                    opacity: 0.8;
                           text-align: center;
                         }
                         .section10 h3{
                        font-family:'Montserrat', sans-serif;
                         font-weight: 100;
                         font-size: 1.5em;
                         color: #969696;
                        padding-bottom: 100px;
                        text-align: center;
                        
                               }
                        .counter2{ 
                        padding-top: 100px;
                        padding-bottom:100px ;
                        
                        } 
                       .counter{ 
                       padding-top: 120px;
                       padding-bottom:120px ;
                       
                       }
                       
                       .counter .col-lg-2.col-md-4.col-sm-6{ 
                       
                       padding-bottom:40px ;
                       
                       }
                       
                       .counter h3{
                        font-family:'Montserrat', sans-serif;
                        font-weight: 100;
                        font-size: 1.5em;
                        color: #969696;
                       padding-bottom: 100px;
                       text-align: center;
                              }
                       
                         
                         .m-t-1{ 
                         width: 150px;
                         height: 150px;
                         display: block;
                         background-color:#f3746a ;
                         
                         border-radius: 100px;
                         text-align: center;
                         
                         }
                         .m-t-1 h2{ 
                         padding-top: 5px;
                      font-family:'Montserrat', sans-serif;
                       font-weight: 300;
                       font-size: 2em;
                         
                         }
                         .m-b-1 { 
                         
                         color: #fff;
                         }
                         
                         .p-y-2 {
                             padding-top: 10px;
                             padding-bottom: 10px;
                         }
                         .p-y-3 {
                             padding-top: 30px;
                             padding-bottom: 30px;
                         }
                         .m-b-1 {
                         
                         margin-top: 18px;
                         font-size: 20px;    
                         }
                         .m-t-1 {
                         font-family:'Montserrat', sans-serif;
                          font-weight: 100;
                          font-size: 12px;
                           margin-top: 10px;
                           color: #fff;
                         }
                         
/*------------- logos mobile -------------*/

@media (max-width: 991px) {
header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: fixed;
    z-index: 1;
}
	.en{
	padding-left: 2rem;
	}
	.sec{
	padding-top: 50px;
	padding-bottom: 50px;	}
	
	header nav.navbar ul.navbar-nav li.nav-item a.nav-link {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}


	header .brand-block .search .form-inline {
		display: none;
	}

	header .form-inline.search-mobile {
		display: block;
	}

	header .form-inline.search-mobile .form-control {
		background-color: #ffffff;
		border-color: #f5f5f5;
		border-radius: 0;
		color: #333333;
		max-width: 220px;
		display: inline-block;
	}

	header nav.navbar .navbar-effect-hidden > .container {
		padding-top: 1rem;
	}
}

@media (max-width: 767px) {
	header .brand-block {
		border: none;
	}

	header .brand-block .brand h1 a {
		width: 107px;
		height: 57px;
		margin-top: 1rem;
		margin-bottom: 0.9rem;
	}

	header .navbar-toggler {
		top: 1.6rem;
	}

	header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content .dpm-column {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	header nav.navbar ul.navbar-nav li.full-dropmenu .dropdown-menu .dpm-content a.dropdown-item {
		white-space: inherit;
	}
	
	
}







/*------------- footer -------------*/


.footer .col-md-4{
	padding-right: 30px;
}



.footer {
	background-color: #1d1d1d;
	width: 100%;
	padding-top: 4rem;
	padding-bottom: 3rem;
}

.footer ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer ul li{
padding-bottom: 5px;
	margin-bottom: 0.3rem;
	color: #ffffff;
	font-size: 1rem;
	font-family:'Montserrat', sans-serif;
	font-weight: 300;
}
.footer ul li a{
padding-top: 20px;
padding-bottom: 20px;
	margin-bottom: 0.3rem;
	color: #ffffff;
	font-size: 1rem;
	font-family:'Montserrat', sans-serif;
	font-weight: 300;
}

.footer  {
padding-bottom: 100px; ;
padding-top: 100px;
}


.footer ul li a:hover {
opacity: 0.8;
	color: #ffffff;
	text-decoration: none;
}

.footer p {
padding-right: 40px;
padding-left: 30%;
alignment-baseline: central;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family:'Montserrat', sans-serif;
	font-weight: 200;
	max-width: 900px;
	text-align: right;
}





.footer .form-inline{
text-align: center;
}

input.form-control.mr-sm-2{
	max-width: 50%;
}


.footer form .form-control {
	background-color: #8b8b8b;
	border-color: #ffffff;
	border-right: none;
	border-radius: 0;
	padding: 1rem;
  max-width: 80%;
	height: 54px;
	margin-right: 0 !important;
}

.footer form .form-control:focus,
.footer form .form-control:hover {
	background-color: #2b2b2b;
	border-color: #ffffff;
}

form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ffffff;
}
form .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
}
form .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
}
form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
}

.footer  form .btn-success {
	border: none;
	color: #ffffff;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 300;
	border-radius: 0;
	background: none;
	height: 54px;
	border: 1px solid #ffffff;
	border-left: none;
}

.footer  form .btn-success:hover {
	background: none;
	color: #AAA995;
}


h5.newsletter {
  text-align: left;
	color: #ffffff;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family:'Montserrat', sans-serif;
	font-weight: 600;	

}


.footer .social ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.footer .social ul li {
	display: inline-block;
	margin-right: 0.5rem;
}

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

.footer .social ul li a {
	width: 45px;
	height: 45px;
	display: block;
	border: 1px solid #ffffff;
	border-radius: 100px;
	text-align: center;
	line-height: 52px;
}

.footer .social ul li a:hover {
	border-color: #ffffff;
}

.footer .social ul li a i {
	font-size: 1.5rem;
	color: #ffffff;
}

.footer .footer-bottom {
	background-color: #8CB1B9;
	
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.footer .footer-bottom span {
	font-size: 0.8rem;
	font-weight: 300;
	padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 1rem;
    border-left: 1px solid #ffffff;
    margin-left: 1rem;
}

.footer .border-style {
	border-left: 1px solid #A09F88;
    padding-left: 20px;
    margin-left: 20px;
}



/*------------- footer mobile -------------*/

@media (max-width: 767px) {
	footer ul {
		margin-bottom: 3rem;
	}

	footer .newsletter {
		margin-bottom: 3rem;
	}

	footer .border-style {
		border: none;
		padding-left: 0;
		margin-left: 0;
	}
	
	
	.en{
	
		padding-left: 2rem;
	}
	
	.footer p {
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 20px;
	alignment-baseline: central;
		color: #ffffff;
		font-size: 1.1em;
		line-height: 1.4em;
		font-family:'Montserrat', sans-serif;
		font-weight: 200;
		max-width: 900px;
		text-align: left;
		text-align: center;
	}
	
	h5.newsletter {
	text-align: center;
	padding-top: 10px;
		padding-top: 5px;
		color: #ffffff;
		font-size: 1.2em;
		line-height: 1.3em;
		font-family:'Montserrat', sans-serif;
		font-weight: 600;	
	
	}
	.footer .form-inline{
	margin: 0 auto;
	
	}
	.form-control{width: 50%;}
	
}/*------ end of query -----*/


/*------------- slide -------------*/
.carousel-control-next, .carousel-control-prev {
top: auto;
display: block;
z-index: 1;


}

 .carousel-control-prev {
left:auto;
right:0;
}


.carousel-control-prev {
    left: auto;
    right: 0;
    top: auto;
    bottom: 44px;
}

.carousel-control-next {
padding-right: 70px;
    right: 0;
    top: auto;
    bottom: 35px;
    text-align: right;
}


.carousel-control-prev {
padding-right: 70px;
    left: auto;
    right: 0;
    bottom: 65px;
    text-align: right;
}


.carousel {


 }   
 .carousel:hover {
 transition: all .4s ease-in-out;
 transform: translateY(0)
 -webkit-box-shadow: 0 0 26px 1px rgba(0,0,0,.20);
 -moz-box-shadow: 0 0 26px 1px rgba(0,0,0,.20);
 box-shadow: 0 0 26px 1px rgba(0,0,0,.20);
 
  }   
 
    	
.carousel-caption
{
background-color: #fff;
bottom: 0px;
right: 0px;
float: right; 
z-index: 10;
height: 116px;
padding-bottom: 0px;
padding-top: 0px;

}
		
.carousel-caption h5{	
font-family:'Montserrat', sans-serif;
font-weight: 600;
font-size: 1.6em;
float: left;
padding-left: 25px;
padding-right:22% ;
color: #000;
background-color: #fff;
text-align: left;
padding-top: 45px;
padding-bottom: 39px;
overflow: visible;
}
		
.carousel-caption p{
font-family:'Montserrat', sans-serif;
font-weight: 200;
float: right;
color: #00000;
padding-top: 30px;
margin-right: 30px;
text-align: left;
overflow: visible;
}

.call1{	

font-family:'Montserrat', sans-serif;
font-weight: 400;
line-height: 2.1rem;
color: #00000;
/*border: 1px solid #000000;*/
text-align: left;
padding-top:10px;
padding-bottom:10px;
text-align: center;
}

.call1 a {	
font-size: 2rem;
text-align: center;
padding-right: 25px;
padding-left: 25px;
color: #000000;

}

.call{	
margin-top: 40px;
font-family:'Montserrat', sans-serif;
font-weight: 400;
font-size: 2rem;
line-height: 2.1rem;
color: #00000;
border: 1px solid #000000;
text-align: left;
max-width: 170px;
padding-top:10px;
padding-bottom:10px;
text-align: center;
}
.call a {	
text-align: center;
padding-right: 25px;
padding-left: 25px;
color: #000000;

}




#carousel_qs a {	
text-align: center;
padding-right: 25px;
padding-left: 25px;
color: #000000;

}

p.call3{	
font-family:'Montserrat', sans-serif;
font-weight: 400;
font-size: 1.6rem;
line-height: 1.6rem;
color: #000000;
text-align: left;
max-width: 170px;
text-align: center;
margin-right: 10%;
background-color: #fff;
padding-top: 45px;
padding-bottom: 45px;
padding-right: 45px;
padding-left: 45px;
z-index: 3;

}
p.call3 a{	
}

.carousel-item{
padding-bottom: 111px; 
     
 }


 
.carousel-caption {
     right: 0;
     left: 0;
     top: auto;   
     
 }
 /*------------- text vertical-------------*/
 
.c-key {
height: 260px;
max-width: 50px;
float: left;
}
.c-key__label {

  padding: .25rem .25rem;
  text-transform: uppercase;
}
.c-key__content {
  display: flex;
  justify-content: center;
  height: 100%;
}
.c-key__title {
  color: #fff;
  font-family:'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 0.2;
  display: flex;
  align-self: flex-end;
  white-space: nowrap;
  -webkit-transform: translateX(50%) rotate(-90deg);
          transform: translateX(50%) rotate(-90deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
/*------------- text vertical end-------------*/
/*------------- carousel flats -------------*/



@media (max-width: 989px) {


	.destq-machine .destq-block {
		margin-bottom: 2rem;
	}

	.destq-machine .destq-block .more {
		text-align: left;
	}
	
	
	
	
	
	
	
}
@media (max-width: 989px) {
.navbar-nav{
float: left;
}
.col-md-5{
padding-bottom: 20px;
}

}
@media (max-width: 767px) {

.navbar-nav{
float: left;
}

.present {
    margin-top:40px;
    
    }
.embed-responsive {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
    width: auto;
}
.section3 .col-md-4 {
padding-bottom: 40px;
    padding-right: 60px;

}
.section4 {
margin: 100px;
    padding-top: 0px;
    padding-bottom: 0px;
    
}

.section5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section5 .col-md-4{
    padding-top: 20px;
    padding-bottom: 20px;
}


.section6 {
    padding-top: 50px;
    
}
.sec .section6 .col-md-2 .col-md-5{
    padding-top: 30px;
    padding-bottom: 30px;
}
.c-key{
    display: none;
}




}
@media (max-width: 576px){
header {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 1;
}
}
@media (min-width: 576px){
.container {
    max-width: 100%;
}








}

@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 10px 10px;
	}
	.grid li {
		width: 100%;
		
	}
}