@import url("reset.css");

/*
theme_color : #5ab12e;
hover_color: #448623;
*/

*{
  box-sizing: border-box;
}
b, strong{
  font-weight: 600;
}
::-webkit-scrollbar {
  width:1em;
  width:10px;
  height:10px
}
::-webkit-scrollbar-track {
  background:#000;
  -webkit-box-shadow:inset 0 0 6px rgba(200,200,200,0.5);
  width:5px
}
::-webkit-scrollbar-thumb {
  background-color:#5ab12e;
  outline:1px solid #000;
  width:5px
}

/* ------------------------ DAREK ------------------------*/
/* ------------------------ COLORS -----------------------*/
.bg_green {
	background:#5ab12e !important;
}
.bg_white {
	background:#fff !important;
}
.white {
	color:#fff !important;
}
.black {
	color:#191919 !important;
}
.green {
	color:#5ab12e !important;
}
.pl100 {
	padding-left:100px;
}
.right {
	float:right;
}
.txtr {
	text-align:right;
}
.txtc {
	text-align:center;
}
#gallery-area h4{
	font-size:16px;
	font-weight:bold;
}
/* ------------------------ DAREK ------------------------*/
/* ------------------------ COLORS -----------------------*/

body{
  font-size: 14px;
  line-height: 22px;
  color: #131313;
  background: #fff;
	overflow-x: hidden;
}
.container{
	width: 100%;
	max-width: 1366px;
	padding: 0;
  margin: 0 auto;
	position: relative;
}
.section{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.container:after,
.section:after{
	content: '';
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
}
.line{
  display: block;
  float: left;
  border: none;
  height: 1px;
  width: 36px;
  background: #000;
  margin: 0;
}
.section_title{
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
}
.theme_color{
  color: #5ab12e;
}
.theme_background{
  background: #5ab12e;
}
.section_title a{
  display: block;
  float: right;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
  font-size: 13px;
  margin-top: -5px;
  background: #5ab12e;
  padding: 5px 35px 5px 35px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: background;
}
.section_title a:hover{
  background: #448623;
}




/****************************************
 *******       FiXED HEADER      ********
 ****************************************/
#header-fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9991;
  padding: 5px 0;
  margin-top: -90px;
  background: #131313;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transition-property: margin-top;
}
#header-fixed.shadow{
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-top: 0px;
}
#header-fixed .w30 a{
  display: block;
}
#header-fixed a:not(.is_dropdown) img{
  max-width: 100%;
  width: auto;
  height: 70px;
  object-fit: scale-down;
  float: left;
}
#header-fixed ul{
  float: right;
  text-align: right;
}
#header-fixed li{
  display: inline-block;
  position: relative;
  line-height: 70px;
  font-weight: 500;
  font-size: 14px;
}
#header-fixed li > a{
  padding: 25px 30px;
  color: rgba(255, 255, 255, 0.85);
}
#header-fixed li:before{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 12px;
  content: '';
  background: #fff;
  opacity: 0.1;
}
#header-fixed li:last-child:before{
  content: none;
  display: none;
}
#mobile-menu{
	display: none;
}
#header-fixed li:after{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0px;
  height: 1px;
  content: '';
  opacity: 0.8;
  background: #5ab12e;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transition-property: width;
}
#header-fixed li:hover:after{
  width: 32px;
}
#header-fixed li:hover > a{
  color: #5ab12e;
}
#mobile-lang{
  display: none;
}

/****************************************
 **********      DROPDOWN      **********
 ****************************************/
.menu-dropdown{
  display: block;
  position: absolute;
  top: 54px;
  left: 50%;
  height: 0px;
  overflow: hidden;
  transform: translateX(-50%);
}
.menu-dropdown.open{
  background: #ffffff;
  z-index: 100000;
  background: #5ab12e;
  text-transform: none;
  text-align: center;
}
.is_dropdown{
  cursor: pointer;
}
.is_dropdown img{
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 9px;
  height: 10px;
  filter: invert(1);
}
.menu-dropdown a{
  color: #fff!important;
}
.menu-dropdown.open a{
  display: block!important;
  white-space: nowrap;
  padding: 6px 25px!important;
  font-size: 13px!important;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: color, background;
}
.menu-dropdown.open a:hover{
  color: #fff!important;
  background: #448623!important;
}
#header-fixed .menu-dropdown.open a{
  text-align: center;
  line-height: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#header-fixed .menu-dropdown.open a:hover{
  background: #448623;
}
#header-fixed .menu-dropdown{
  top: 75px;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 0.1);
}


/****************************************
 ***********      HEADER      ***********
 ****************************************/
#header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
#header .w30{
  position: relative;
}
#header .w30 img{
  width: 100%;
  object-fit: scale-down;
  object-position: left;
}

#top ol{
  position: relative;
  width: 100%;
  text-align: right;
}
#top ol li{
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 300;
}
#top ol li a{
  display: inline-block;
  padding: 10px 3px;
  color: rgba(255, 255, 255, 0.8);
}
#top ol li img{
  display: inline-block;
  vertical-align: middle;
  margin: -3px 6px 0 3px;
}
#top ol li a:hover{
  color: #5ab12e;
}

#top ol li:last-child a{
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 13px;
  background: #5ab12e;
  padding: 7px 25px 6px 25px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: background;
}
#top ol li:last-child a:hover{
  background: #448623;
}




#navbar ul{
  width: 100%;
  text-align: right;
}
#navbar ul li{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
#navbar ul li a{
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 400;
  padding: 15px 30px;
}

#navbar ul li:not(:last-child):after{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 1px;
  height: 12px;
  background: #fff;
  opacity: 0.08;
  content: '';
  margin: auto;
}
#navbar ul li:before{
  position: absolute;
  display: block;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #5ab12e;
  content: '';
  margin: auto;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: color, width;
}
#navbar ul li:last-child:before{
  left: 30px;
}
#navbar ul li:hover:before{
  width: 20%;
}
#navbar ul li:last-child a{
  padding-right: 0;
}
#navbar ul li a:hover{
  color: #5ab12e;
}
.item-active{
  color: #5ab12e;
  font-weight: 600;
}

/****************************************
 ***********      SLIDER      ***********
 ****************************************/
#slider{
  position: relative;
  z-index: 5;
  height: auto;
  height: 800px;
  background: #000;
}
.slider-element > img{
  float: left;
  width: 100%;
  height: auto;
  height: 800px;
  object-fit: cover;
  transform: scale(1.05);
  -webkit-transition: .6s ease-in-out;
  -moz-transition: .6s ease-in-out;
  -o-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  transition-property: transform;
}
.slider-element.slick-active > img {
  transform: scale(1);
}
.slider-element{
  position: relative;
}
.slider-element:before{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.slider-element:after{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 47%;
  height: 0;
  content: '';
  border-right: 175px solid transparent;
  border-top: 800px solid #000000;
  opacity: 0.6;
  z-index: 2;
}

.slider-element .container{
  position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 3;
  transform: translateY(-50%);
}
.slider-element .container > div{
  max-width: 680px;
  text-align: left;
}

.slider-element h2{
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 62px;
  text-transform: uppercase;
}
.slider-element p{
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  opacity: 0.8;
  max-width: 550px;
}
.slider-element a{
  position: relative;
  float: left;
  display: block;
  width: auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-size: 13px;
  background: #5ab12e;
  text-transform: uppercase;
  padding: 8px 45px 9px 45px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: background;
}
.slider-element a:hover{
	background: #448623;
}

#slider .slick-prev,
#slider .slick-next{
  position: absolute;
  bottom: 40px;
  width: 32px;
  height: 32px;
  border: none;
  margin-bottom: 0;
  outline: none;
  right: 50px;
  z-index: 15;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.55);;
  background: url(../img/arrow.svg) center left 45% /auto 50% no-repeat;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: opacity, border-color;
}
#slider .slick-prev{
  right: 90px;
}
#slider .slick-prev:hover,
#slider .slick-next:hover{
  opacity: 1;
  border-color: #fff;
}
#slider .slick-next{
  transform: scaleX(-1);
  background: url(../img/arrow.svg) center left 45% /auto 50% no-repeat;
}
#slider .slick-dots{
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -655px;
  width: 70px;
  text-align: center;
}
#slider .slick-dots li{
  display: inline-block;
  margin: 0;
  padding: 0;

}
#slider .slick-dots li button{
  font-size: 0.1px;
  color: transparent;
  border: none;
  border-radius: 50%;
  font-size: 0.1px;
  color: transparent;
  border: none;
  width: 8px;
  height: 8px;
  margin: 5px 4px;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  line-height: 26px;
}
#slider .slick-dots li.slick-active button{
  opacity: 1;
}
#slider > small{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}
#slider > small:after{
  position: absolute;
  bottom: -25px;
  left: 50%;
  display: block;
  height: 2px;
  background: #fff;
  width: 50vw;
  content: '';
  opacity: 0.3;
  transform: translateX(-75vw);
}


/****************************************
 ********         SAMPLE         ********
 ****************************************/
#sample .zone{
  position: relative;
  padding: 50px 25px 50px 0px;
}
#sample .w50{
  width: 51%;
  width: calc(50% + 5px);
}
#sample .zone img{
  display: inline-block;
  vertical-align: top;
  height: 60px;
  width: 100px;
  object-fit: scale-down;
}
#sample .zone span{
  display: inline-block;
  vertical-align: top;
  padding: 6px 0;
}
#sample h3{
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 5px;
}
#sample p{
  font-size: 13px;
  line-height: 18px;
}
.individual{
  background: #5ab12e;
  color: #fff;
}
.individual img{
  filter: invert(1);
}
.individual:before{
  position: absolute;
  top: 0;
  left: -300%;
  width: 300%;
  height: 100%;
  background: #5ab12e;
  content: '';
}
.zone:after{
  position: absolute;
  top: 0;
  right: 0;
  width: 300%;
  height: 100%;
  background: #000;
  content: '';
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: opacity;
}
.zone:hover:after{
  opacity: 0.08;
}


/****************************************
 ********        OUR OFFER       ********
 ****************************************/
#our-offer{
  padding: 50px 0;
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 30%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 30%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.our-offer-category-box{
  text-align: center;
  padding: 0 8px;
}
.our-offer-category-box a{
  display: block;
  padding: 15px 20px 0 20px;
  border: 1px solid transparent;
  background: #fff;
  height: 325px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: border, box-shadow;
}
.our-offer-category-box img{
  width: 100%;
  height: 225px;
  object-fit: scale-down;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: transform;
}
.our-offer-category-box h4{
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: color;
}
.our-offer-category-box a:hover{
  border: 1px solid #ececec;
  box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.our-offer-category-box a:hover img{
  transform: scale(1.08);
}
.our-offer-category-box a:hover h4{
  color: #5ab12e
}

#our-offer .slick-dots{
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
#our-offer .slick-dots li:only-child{
  display: none;
}
#our-offer .slick-dots li{
  margin: 0;
  padding: 0;
  display: inline-block;
}
#our-offer .slick-dots button{
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 5px;
  width: 12px;
  height: 12px;
  background: #fff;
  font-size: 0.1em;
  color: transparent;
  border: 1px solid #d8d8d8;
}
#our-offer .slick-active button{
  border-color: #5ab12e;
}
#our-offer .slick-active button:after{
  position: absolute;
  top: 1px;
  left: 1px;
  width: 8px;
  height: 8px;
  content: '';
  background: #5ab12e;
}





/****************************************
 ********          NEWS          ********
 ****************************************/
#news{
  padding: 60px 0;
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 30%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 30%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}
.news-box .w25{
  height: 225px;
  overflow: hidden;
}
.news-box .w25 img{
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
  transform: scale(1.08);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: transform;
}
.news-box .w75{
  padding: 10px 0 0 50px;
}
.news-box h3{
  margin-top: 25px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.news-box h3 mark{
  background: transparent;
  font-size: 13px;
  font-weight: 400;
  color: #444!important;
  margin-right: 25px;
}
.news-box h3 img{
  display: inline-block;
  vertical-align: middle;
  margin: -3px 6px 0 0;
  height: 17px;
}
.news-box p{
  display: block;
  line-height: 24px;
  margin: 6px 0;
  color: #929292;
  font-weight: 400;
  height: 72px;
  overflow: hidden;
}
.news-box button{
  cursor: pointer;
  display: block;
  float: right;
  color: #5ab12e;
  font-weight: 400;
  font-size: 13px;
  background: transparent;
  border: 1px solid #5ab12e;
  padding: 10px 48px 10px 47px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: background, color;
}
.news-box:hover button{
  color: #fff;
  background: #5ab12e;
}
.news-box:hover button:hover{
  background: #448623;
}

.news-box:hover .w25 img{
  transform: scale(1);
}
.news-box:hover h3 a{
  color: #5ab12e;
}



/****************************************
 ********      MAIN CONTENT      ********
 ****************************************/
#main-content{
  padding-top: 50px;
}

#main-content h1,
#main-content h2,
#main-content h3{
  width: 100%;
  display: block;
  text-align: left;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  clear: both;
  padding: 5px 0;
}
#main-content h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}
#main-content h5{
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
#main-content h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
#main-content ul,
#main-content ol{
  margin-left: 25px;
}
#main-content ul{
  list-style: circle;
}
#main-content ol{
  list-style: decimal;
}
#main-content p{
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  padding: 10px 0px;
  box-sizing: border-box;
}

#main-content mark{
  margin-top: 40px;
  position: relative;
  display: block;
  padding: 70px 100px 70px 0;
  background: #5ab12e;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  font-style: italic;
}
#main-content mark:before{
  position: absolute;
  display: block;
  top: 0;
  left: -300%;
  height: 100%;
  width: 300%;
  background: #5ab12e;
  content: '';
}
#main-content mark em{
  display: block;
  text-align: right;
}


/****************************************
 ********          MAP           ********
 ****************************************/
#map{
  position: relative;
  z-index: 5;
  overflow-x: hidden;
  height: 400px;
}
/*
#map:after{
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background: #000;
  z-index: 1;
  content: '';
  opacity: 0.8;
}
*/

#map_canvas{
  width: 100%;
  position: relative;
  height: 100%;
}

.marker-infowindow{
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}
.marker-infowindow p{
  padding: 5px 0;
}
.marker-infowindow a{
  font-weight: 500;
  color: #5ab12e;
}
.marker-infowindow a:hover{
  color: #5ab12e;
}

#map-box{
  position: absolute;
  left: 50%;
  width: 30%;
  width: 100%;
  max-width: 400px;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  margin-top: 90px;
  margin-left: 100px;
}
#map-box hr{
  display: block;
  float: left;
  border: none;
  height: 1px;
  width: 36px;
  background: #fff;
}
#map-box p{
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
#map-box form{
  width: 100%;
  margin-top: 5px;
}
#map-box form input{
  width: 85%;
  float: left;
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  padding: 2px 15px 0 15px;
  font: 400 13px "Open Sans";
}
#map-box form button{
  width: 15%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  border: none;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
}
#map-box form button img{
  vertical-align: middle;
  height: 24px;
  opacity: 0.6;
  margin-top: -4px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: opacity;
}
#map-box form button:hover img{
  opacity: 0.85;
}
#map-box a{
  display: block;
  width: 100%;
  float: right;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  font-size: 13px;
  background: #5ab12e;
  padding: 10px 0px 10px 0px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: background;
}
#map-box a:hover{
  background: #448623
}


/****************************************
 ********         BOTTOM         ********
 ****************************************/
#bottom{
  position: relative;
  z-index: 3;
}
#bottom:after{
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #5ab12e;
  content: '';
  z-index: -1;
}
#bottom .w50{
  padding: 50px 0;
}
#bottom .w50:last-of-type{
  color: #fff;
  padding-left: 100px;
}
#bottom .line{
  background: #fff;
}
#bottom h3{
  font-size: 20px;
}
#bottom p{
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
#bottom p span:not(:last-of-type){
  margin-right: 40px;
}
#bottom p em{
  min-width: 200px;
  display: inline-block;
}

#bottom ol{
  margin-top: 10px;
  float: left;
}
#bottom ol li{
  font-size: 15px;
  font-weight: 200;
  padding: 4px 0;
}
#bottom ol li a{
  font-size: 24px;
  margin-left: 10px;
  font-weight: 400;
}
#bottom ol li a small{
  font-size: 18px;
}
#bottom ul li a{
  display: block;
  padding: 3px 0;
  font-size: 14px;
  font-weight: 500;
}
#bottom ul li a:hover{
  color: #5ab12e;
}



#bottom a.link {
  display: block;
  vertical-align: top;
  padding: 3px 0px 3px 0;
  background: #5ab12e;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 34px;
  width: 180px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: background;
}
#bottom a.link:hover {
  background: #448623;
}



/****************************************
 ********          FOOTER        ********
 ****************************************/
#footer{
  position: relative;
  z-index: 5;
  margin-top: -102px;
}
#footer1{
  position: relative;
  z-index: 5;
  background: #f8f8f8;
  border-top:1px solid #ecebeb;
}
#footer1 a{
  font-size:13px;
  font-weight:300;
}
#footer .w50{
  position: absolute;
  padding: 25px 0 20px;
  background: #f8f8f8;
}
#footer .w50:before{
  position: absolute;
  top: 0;
  left: -300%;
  width: 300%;
  height: 100%;
  background: #f8f8f8;
  content: '';
}
#footer p{
  color: #131313;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  opacity: 0.8;
  display: block;
  float: left;
  padding: 8px 0;
}
#footer span{
  display: block;
  float: right;
  margin-right: 25px;
}
#footer p a{
  padding-right: 25px;
  opacity: 0.8;
  font-weight: 400;
}
#footer p a:hover{
  color: #5ab12e;
  opacity: 1;
}
#footer p em{
  padding: 0 25px;
}
#footer .w30 img{
  float: right;
  height: 84px;
}




/***************************************************************************
 *****************************     SUBPAGES    *****************************
 ***************************************************************************/

/* *********   BANNER    ********* */
#subpage-banner{
  position: relative;
  height: 250px;
}
#subpage-banner:before{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
#subpage-banner:after{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 47%;
  height: 0;
  content: '';
  border-right: 100px solid transparent;
  border-top: 250px solid #000000;
  opacity: 0.6;
  z-index: 2;
}
#subpage-banner .container{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 3;
}
#subpage-banner h1{
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}


/* *********   SUBPAGE CONTENT    ********* */
#subpage-content{
  background: #fff;
  padding: 50px 0;
}
#subpage-content p{
  color: #191919;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0 15px 0;
}
#subpage-content h3{
  color:#5ab12e;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}
#subpage-content h4{
  color:#5ab12e;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
#subpage-content ol{
  list-style: decimal;
  margin-left: 15px;
}
#subpage-content ul{
  list-style: inside circle;
}
#subpage-content li{
  padding: 2px 0
}
#subpage-content ol > li{
  padding: 10px 0;
}

#subpage-gallery{
  background: #fff;
}
.gallery-menu-box{
  display: block;
  float: left;
  margin: 10px 1%;
  width: 48%;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: box-shadow;
}
.gallery-menu-box:hover{
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.gallery-menu-box a{
  display: block;
  position: relative;
}
.gallery-menu-box-image{
  overflow: hidden;
  height: 260px;
  position: relative;
}
.gallery-menu-box-image:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  background: url(../img/camera.svg) center /auto 64px no-repeat, rgba(0,0,0,.6);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: opacity;
}
.gallery-menu-box-image:hover:after{
  opacity: 1;
}
.gallery-menu-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
  transform: scale(1.08);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: transform, filter;
}
.gallery-menu-box:hover img{
  filter: grayscale(100%);
  transform: scale(1);
}
.gallery-menu-box span{
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: color;
}
.gallery-menu-box:hover span{
  color: #5ab12e;
}
.gallery-menu-box em{
  display: block;
  padding: 0 15px 10px 15px;
  color: #929292;
}
.gallery-menu-box em b{
  color: #5ab12e;
}

#subpage-content blockquote{
	position: relative;
	quotes: none;
    display: block;
    width: 32.333%;
    float: left;
    height: 225px;
    padding: 15px 30px 0 30px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-left: 2px solid #dadada;
    margin: 5px 0.5%;
	overflow: hidden;
}
#subpage-boxes blockquote{
	position: relative;
	quotes: none;
    display: block;
    width: 24%;
    float: left;
    height: 255px;
    padding: 15px 30px 0 30px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    border-left: 2px solid #dadada;
    margin: 5px 0.5%;
	overflow: hidden;
}
#subpage-content blockquote:nth-child(even),
#subpage-boxes blockquote:nth-child(even){
	background: #fbfbfb;
}
#subpage-content blockquote p,
#subpage-boxes {	
	padding-bottom: 10px;
}
#subpage-content blockquote p b,
#subpage-boxes blockquote p b{
    font-size: 20px;
}
#subpage-content blockquote ul,
#subpage-boxes blockquote ul{
	margin-left: 3px;
}
#subpage-content blockquote li,
#subpage-boxes blockquote li{
	font-size: 14px;
	line-height: 26px;
    color: #717171;
}
#subpage-content blockquote img,
#subpage-boxes blockquote img{
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 90px;
    width: auto;
    display: block;
    opacity: 0.05;
}

/* *********   SUBPAGE PRODUCTS    ********* */
#our-offer.subpage{
  padding-top: 0;
  padding-bottom: 70px;
}
#our-offer.subpage .our-offer-category-box{
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
#our-offer.subpage a{
  border-color: #f1f1f1;
}

#prod-list{
  padding-bottom: 70px;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(242,242,242,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 30%,rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 30%,rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
.prod-box{
  position: relative;
  text-align: center;
  padding: 0 8px;
  width: 20%;
  float: left;
  margin-bottom: 20px;
}
.prod-box a{
  display: block;
  padding: 20px 20px 0 20px;
  border: 1px solid #f1f1f1;
  background: #fff;
  max-height: 360px;
  min-height: 305px;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: border, box-shadow;
}
.prod-box img{
  width: 100%;
  height: 180px;
  object-fit: scale-down;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: transform;
}
.prod-box h4{
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: color;
}
.prod-box a:hover{
  border: 1px solid #ececec;
  box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.prod-box a:hover img{
  transform: scale(1.08);
}
.prod-box a:hover h4{
  color: #5ab12e
}
.prod-box button{
  all: unset;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  padding: 3px 0px 3px 0;
  background: #5ab12e;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  width: 150px;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: background;
}
.prod-box button:hover{
  background: #448623;
}



/* *********   SUBPAGE DEPARTMENTS    ********* */
#departments{
  padding-bottom: 70px;
  border-bottom: 1px solid #e0e0e0;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 30%, rgba(242,242,242,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 30%,rgba(242,242,242,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 30%,rgba(242,242,242,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
.department{
  display: block;
  float: left;
  width: 32.333%;
  border: 1px solid #efefef;
  margin: 0 0.5% 10px 0.5%;
  min-height: 350px;
  background: #fff;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: border-color, box-shadow;
}
.department > div{
	padding: 15px 30px 0px 30px;
}
.department:hover{
  border-color: #5ab12e;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
}
.department h3{
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #5ab12e;
}
.department h5{
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #6d6d6d;
  margin: 3px 0;
}
.department p{
  font-size: 14px;
  line-height: 18px;
  padding: 8px 0;
  color: #5f5f5f;
}
.department p small{
  font-size: 13px;
}
.department p small a{
  color: inherit;
  text-decoration: underline;
}
.department ol{
  margin: 15px 0;
}
.department li{
  padding: 1px 0;
}
.department li img{
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  height: 13px;
}
.department em{
  font-weight: 500;
  padding-left: 5px;
}
.department a{
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 500;
}
.department a:hover{
  color: #448623;
}
.department button{
  position: absolute;
  bottom: 30px;
  left: 30px;
  border: none;
  background: #5ab12e;
  padding: 8px 25px;
  font: 500 13px "Open Sans";
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: background;
}
.department button:hover{
  background: #448623;
}
#departments + #map #map-box{
  display: none;
}
#departments + #map #map_canvas {
  width: 100%;
  margin-left: 0;
  position: relative;
}
#departments + #map:after{
  display: none;
  content: none;
}




/* *********   SUBPAGE CONTACT MAP    ********* */
#contact-map iframe{
  width: 100%;
  float: left;
}
#map_container{
  height: 400px;
}





/* *********   SUBPAGE NEWS    ********* */
#news.subpage{
  padding-top: 0;
}





/* *********   SUBPAGE PAGINATION    ********* */
#pagination{
  width: 100%;
  margin-top: 15px;
  padding: 10px 10px;
  border-top: 1px solid #d0d0d0;
  font-size: 14px;
  color: #757575;
}
#pagination span{
  display: inline-block;
  float: left;
  padding: 5px 0;
}
#pagination ol{
  display: inline-block;
  float: right;
}
#pagination ol li{
  margin: 0 3px;
  display: inline-block;
}
#pagination ol li em{
  padding: 5px 0;
  width: 34px;
  display: block;
  text-align: center;
  border: 1px solid #d0d0d0;
  color: #ccc;
  cursor: no-drop;
}
#pagination ol li.active em{
  color: #fff;
  background: #5ab12e;
  border-color: #448623;
}
#pagination ol li a{
  padding: 5px 0;
  width: 34px;
  display: block;
  text-align: center;
  border: 1px solid #d0d0d0;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  transition-property: border-color, color;
}
#pagination ol li a:hover{
  color: #5ab12e;
  border-color: #5ab12e;
}



#pole_Partner {
	text-align:center;
}
#pole_Partner h4{
	text-align:center;
	color:#fff;
	font-size:22px;
	font-weight:600;
	padding-bottom:20px;
}
#pole_Partner h5{
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:300;
	padding-bottom:40px;
}
#pole_Partner a {
	margin:0 20px;
	display: inline-block;
    vertical-align: top;
    padding: 3px 0px 3px 0;
    background: #fff;
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    width: 180px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transition-property: background;
}


  .w20.o-nas img{
	  max-width:100%;
  }




/***************************************************************************
 *****************************      MEDIA      *****************************
 ***************************************************************************/


 @media all and (max-width: 1400px){
  .container{
 	max-width: 100%;
    padding: 0 15px;
  }
  #navbar ul li a{
	padding: 15px 25px;
  }
  #slider > small{
	left: 15px;
  }
  #slider > small:after {
    left: -15px;
    width: 200px;
    transform: translateX(0);
  }
  .slider-element .container{
    max-width: 100%;
  }
  #main-content mark:before{
	width: 15px;
	left: -15px;
  }
  #footer .container{
	padding: 0;
  }
  #footer .w50{
	  padding-left: 15px;
	  padding-right: 15px;
  }
  #footer span{
	  margin-right: 0;
  }
  .prod-box{
	  width: 25%;
  }
  #header-fixed li > a {
    padding: 25px 20px;
  }

}

@media all and (max-width: 1200px){
  #slider,
  .slider-element > img{
    height: 500px;
  }

  #mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    float: right;
    width: 100%;
    cursor: pointer;
    padding: 15px 15px 15px 15px;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 989999999;
    background: #000;
    color: #fff;
    font-size: 17px;
    line-height: 10px;
  }
  #mobile-menu em {
    margin-top: 2px;
    display: none;
    font-weight: 500;
    color: #e2e2e2;
    font-size: 16px;
  }
  #mobile-menu span {
    display: block;
    width: 18px;
    height: 12px;
    float: right;
    margin-right: 3px;
    position: relative;
    border-top: 2px solid #d0d0d0;
    border-bottom: 2px solid #d0d0d0;
  }
  #mobile-menu span:after {
    position: absolute;
    content: '';
    top: 3px;
    left: 0;
    width: 100%;
    height: 7px;
    border-top: 2px solid #d0d0d0;
  }
  #mobile-menu.open {
    transform: rotate(45deg);
    margin: -1px -2px 0 0px;
    width: 50px;
    float: right;
    background: transparent;
  }
  #mobile-menu.open em,
  #map-label{
    display: none;
  }
  #mobile-menu.open span{
    border-top: 0;
  }
  #mobile-menu.open span:after{
    transform: rotate(90deg);
    top: 9px;
    left: -1px;
    height: 2px;
  }
  #header{
	top: 42px;
  }
  #header .w30 img{
	object-position: center;
    height: 100px;
  }
  #header .w70{
	display: none;
  }
  #slider,
  #subpage-banner{
    margin-top: 42px;
  }
  #popup-modal.visible .close-modal{
    right: 3px;
  }
  #header-fixed{
    margin-top: 0;
    margin-left: -300px;
    padding: 0;
    width: 300px;
    height: 100vh;
  }
  #header-fixed .w30,
  #header-fixed .w70,
  #header-fixed ul,
  #header .w30{
    width: 100%;
    text-align: center;
  }
  #header-fixed a:not(.is_dropdown) img{
    float: none;
    max-width: 80%;
    margin: 30px 0 20px 0;
  }
  #header-fixed li {
    display: block;
    text-align: center;
    padding: 8px 0;
    font-weight: 600;
    line-height: 32px;
    border-bottom: 1px dashed rgba(113, 113, 113, 0.08);
  }
  .w80.o-nas{
	  width: 100%;
  }
  .w20.o-nas{
	  display: none;
  }
  #header-fixed li > a {
    padding:0;
    display: block;
  }
  #header-fixed li:before,
  #header-fixed li:after{
    display:  none;
    content: none;
  }
  #header-fixed .menu-dropdown{
    background: #fff;
    position: relative;
    box-shadow: none;
    left: 0;
    top: 3px;
    transform: translateX(0);
  }
  #header-fixed .menu-dropdown.open a:last-of-type,
  #header-fixed li:last-of-type{
    border: none;
  }
  #header-fixed .menu-dropdown.open a {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
  }
  #header-fixed .menu-dropdown.open a:hover {
    background: #fff;
  }
  #slider .slick-prev, #slider .slick-next{
	  width: 46px;
	  height: 46px;
	  bottom: 15px;
	  right: 15px;
  }
  #slider .slick-prev{
	 right: 75px;
  }
  #slider > small{
    text-align: right;
    bottom: 28px;
    left: 0;
    padding-right: 145px;
  }
  #slider > small:after{
	  display: none;
	  content: none;
  }
  .slider-element h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .slider-element .container > div,
  .slider-element p{
	  text-align: center;
	  margin:0 auto;
  }
  .slider-element a{
	margin: 0 auto;
	display: inline-block;
    float: none;
  }
  .slider-element .container{
	  top: 60%;
  }
  #main-content{
	  background: none!important;
  }
  #main-content .container{
	padding: 0;
  }
  #main-content .w50{
	width: 100%;
	text-align: center;
  }
  #main-content h1, #main-content h2, #main-content h3{
	  text-align: center;
  }
  #map-box .line,
  #main-content .line{
	  float: none;
	  margin: 0 auto;
  }
  #main-content p{
	max-width: 840px;
    margin: 0 auto;
  }
  #main-content mark:before{
	  display: none;
	  content: none;
  }
  #main-content mark{
	padding: 70px 0;
    text-align: center;
  }
  #main-content mark br{
	  display: none;
  }
  #main-content mark em{
	  float: none;
	  text-align: center;
  }
  #map .container{
	  padding: 0;
  }
  #map-box{
    position: relative;
    left: 0;
    max-width: 100%;
    margin: 0;
    background: black;
    padding: 50px 0;
    text-align: center;
  }
  #map{
	  height: auto;
  }
  #map_canvas{
	  height: 400px;
	  width: 100%;
  }
  #map:after{
	  display: none;
	  content: none;
  }
  #map-box form{
	max-width: 400px;
    margin: 5px auto 0 auto;
  }
  #map-box a{
	  float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }


  #subpage-content.category .w50{
	  width: 100%;
	  padding: 0!important;
	  margin: 10px 0;
  }


  #subpage-banner h1{
	  text-align: center;
  }
  #subpage-content{
	  text-align: center;
  }
  #subpage-content .line{
	  float: none;
	  margin: 0 auto;
  }

  #subpage-content .w33{
	  width: 100%;
	  text-align: center;
  }

  #subpage-content.info-page {
	  text-align: left;
  }


}
@media all and (max-width: 1100px){
	#our-offer.subpage .our-offer-category-box,
	.prod-box{
		width: 33.333%;
	}
	.department{
		width: 49%;
	}
  .gallery-menu-box{
    width: 48%;
  }
}
@media all and (max-width: 920px){
	.section_title{
		text-align: center;
	}
	.line{
	    float: none;
		margin: 0 auto;
	}
	.section_title a{
		float: none;
		clear: both;
		width: 175px;
		padding: 5px 0;
		margin: 20px auto 0 auto;
	}
	#sample{
		background: #fff!important;
	}
	#sample .w50{
		width: 100%;
	}
	#sample .container,
	#bottom .container{
		padding: 0;
	}
	#sample .zone{
		width: 50%;
		float: left;
		padding: 50px 0;
	}
	.individual:before{
		display: none;
		content: none;
	}
	#sample .zone img{
		display: block;
		width: 100%;
	}
	#sample .zone span{
		display: block;
		text-align: center;
		padding: 20px 20px 0px 20px;
	}
	.news-box .w25,
	.news-box .w75{
		width: 100%;
		text-align: center;
	}
	.news-box .w75{
		padding: 10px 10px 50px 10px;
	}
	.news-box:last-of-type .w75{
		padding-bottom: 0;
	}
	.news-box h3 mark{
		display: block;
		margin-right: 0;
	}
	.news-box button{
		float: none;
		margin: 0 auto;
	}

	#bottom .w50,
	#bottom .w40,
	#bottom .w60{
		width: 100%;
		text-align:center;
	}
	#bottom:after{
		display: none;
		content: none;
	}
	#bottom a.link{
		margin: 0 auto 70px auto
	}
	#bottom .w50:last-of-type{
		background: #5ab12e;
	    padding-left: 0;
	}
	#bottom ul li a {
		padding: 15px 0;
		border-bottom: 1px dashed #eaeaea;
	}
	#bottom ol{
		float: none;
	}
	#bottom ul li:last-child a {
		border: none;
	}
	#footer{
		margin-top: 0;
	}
	#footer .w50,
	#footer p,
	#footer span{
		width: 100%;
		text-align: center;
	}
	#footer span{
		margin-top: 25px;
		margin-right: 0;
	}
	#our-offer.subpage .our-offer-category-box,
	.prod-box{
		width: 50%;
	}
   .department{
		width: 99%;
		min-height: 200px;
	}
	.department > div{
		text-align: center;
		padding-bottom: 90px;
	}
	.department button{
		right: 0;
		left: 0;
		margin: auto;
	}
	.w25.txtc{
		width: 50%;
		margin: 10px 0;
	}
	#gallery-area .w25{
	  width: 33.333%;
    }

}
@media all and (max-width: 640px){

  #our-offer.subpage .our-offer-category-box,
	.prod-box{
		width: 100%;
   }
   .gallery-menu-box{
     width: 98%;
   }
   .w25.txtc{
	 width: 100%;
   }
   #gallery-area .w25{
	width: 50%;
   }
}

@media all and (max-width: 500px){
	#header-fixed{
		width: 100%;
		margin-left: -100%;
	}
	#mobile-menu.open span{
		border-bottom: 2px solid #fff;
	}
	#mobile-menu.open span:after{
		border-top: 2px solid #fff;
	}
	#sample .zone{
		width: 100%;
	}
	#main-content p{
		padding: 10px 15px;
	}
	#main-content mark{
		font-size: 18px;
		line-height: 26px;
		padding: 50px 20px;
	}
	#map-box{
		padding: 50px 15px;
	}





}

@media all and (max-height: 900px) and (max-width: 500px){
	#slider, .slider-element > img{
		height:88vh;
	}
	.slider-element .container{
		top: 50%;
	}
}
