@import url("reset.css");
/*
theme_color : #2a445b;
hover_color: #a68b5d;
*/
*{
  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:#2a445b;
  outline:1px solid #000;
  width:5px
}

body{
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #131313;
	overflow-x: hidden;
  background: #fff;
}
.container{
	width: 100%;
	max-width: 1366px;
	padding: 0 15px;
  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;
}

hr{
  position: relative;
  display: block;
  margin: 15px 0 25px 0;
  border: none;
  height: 1px;
  width: 72px;
  background: #2a445b;
}
h1,
h2{
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}
h3{
  font-size: 22px;
  line-height: 24px;
}
h5{
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
}
.info .alert-message-content{
	background: url(../img/cookie.png) left 20px center /auto 32px no-repeat, #2a445b;
}
.pt0 {
	padding-top:0px !important;
}

.btn{
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background: #2a445b;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font: 500 14px "Lato";
  padding: 11px 50px 11px 50px;
  -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;
}
.btn:hover{
  background: #f6c042;
}
.btn.orange{
  background: #2a445b;
}
.btn.orange:hover{
  background: #f6c042;
}
.pink {
	color:#2a445b;
}
/****************************************
 *******       FiXED HEADER      ********
 ****************************************/
#header-fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  padding: 5px 0;
  margin-top: -90px;
  background: #000;
  -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-logo{
  display: block;
  float: left;
}
#header-fixed #header-fixed-logo:not(.is_dropdown) img{
  max-width: 100%;
  width: auto;
  height: 60px;
  object-fit: scale-down;
  float: left;
}
#header-fixed-navbar{
  display: block;
  float: right;
}
#header-fixed ul{
  text-align: right;
}
#header-fixed li{
  display: inline-block;
  position: relative;
  height: 60px;
  font-weight: 500;
  font-size: 15px;
  vertical-align: middle;
}
#header-fixed li > a{
  display: block;
  padding: 21px 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #e3e3e3;
  -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: color, padding;
}
#header-fixed li:hover > a{
  padding: 25px 15px 17px 15px;
}
#header-fixed li:before{
  position: absolute;
  right: -2px;
  top: 0;
  bottom: -3px;
  margin: auto;
  width: 1px;
  height: 12px;
  content: '';
  background: #fff;
  opacity: 0.1;
}
#header-fixed li:last-child:before{
  content: none;
  display: none;
}
#header-fixed li:after{
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0px;
  height: 1px;
  content: '';
  opacity: 0.8;
  background: #2a445b;
  -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: #2a445b;
}

#mobile-menu,
#mobile-lang{
	display: none;
  display: none;
}


/****************************************
 ***********      HEADER      ***********
 ****************************************/
#header{
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
  background: transparent;
}
#header-logo{
  float: left;
  position: relative;
  width: 365px;
}
#header-logo img{
  width: 100%;
  max-width: 100%;
  height: 120px;
  float: left;
  object-fit: scale-down;
  object-position: left;
}
#header-menu{
  width: calc(100% - 365px);
  float: left;
}

#top ol{
  float: right;
  margin: 15px 0 0 0;
}
#top ol li{
  position: relative;
  color: #131313;
  display: inline-block;
  padding:0 6px;
  font-size: 13px;
  font-weight: 300;
  text-align: right;
}
#top ol li a{

  transition: all 0.3s;
}
#top ol li:first-child{
  padding-left: 55px;
}
#top ol li:last-child{
  padding-right: 0px;
}
#top ol li a img{
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}
#top ol li a:hover{
  opacity: 1;
}
#top ol li .brown{
  display: block;
  background: #2a445b;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 15px;
  font-weight: 500;
  opacity: 1;
  transition: all 0.3s;
}
#top ol li .brown img{
  margin:0;
}
#top ol li .brown a:hover{
  background: #a68b5d;
}



#navbar{
  position: relative;
}
#navbar ul{
  text-align: right;
  padding: 10px 0 10px 0;
}
#navbar ul li{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#navbar ul li > a{
  display: inline-block;
  font-size: 15px;
  color: #131313;
  text-transform: uppercase;
  font-weight: 400;
  padding: 17px 27px 15px 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: color, padding, opacity;
}
#navbar ul li:not(:last-child):after{
  position: absolute;
  display: block;
  top: 3px;
  bottom: 0;
  right: 0px;
  width: 1px;
  height: 10px;
  background: #131313;
  opacity: 0.2;
  content: '';
  margin: auto;
}
#navbar ul li:before{
  position: absolute;
  display: block;
  bottom: 5px;
  right: 0;
  left: 0;
  width: 0px;
  height: 1px;
  opacity: 0.6;
  background: #2a445b;
  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:hover:before{
  width: 20%;
}
#navbar ul li a:hover{
  padding: 20px 27px 12px 25px;
  opacity: 1;
  color: #2a445b;
}
#navbar ul li:last-child a{
  padding-right: 0;
}
#navbar ul li:last-child:before{
  left: 30px;
}
.item-active{
  color: #2a445b;
  font-weight: 600;
}


/****************************************
 **********      DROPDOWN      **********
 ****************************************/
.menu-dropdown{
  display: block;
  position: absolute;
  top: 65px;
  left: 50%;
  height: 0px;
  overflow: hidden;
  transform: translateX(-50%);
}
.menu-dropdown.open{
  z-index: 100000;
  background: #2a445b;
  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: 14px!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: #a68b5d!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: #a68b5d;
}
#header-fixed .menu-dropdown{
  top: 65px;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 0.1);
}


/****************************************
 ***********      SLIDER      ***********
 ****************************************/
#slider{
  position: relative;
  z-index: 1;
}
#slider .bg_left{
  position: absolute;
  left: 0;
  top:0;
  z-index: 999999;
  width: 30%;
  height: 100%;
  background: #000;
  background: -moz-linear-gradient(left, rgba(48,48,48,0) 30%, rgba(0,0,0,0.15) 100%);
  background: -webkit-linear-gradient(left, rgba(48,48,48,0) 30%,rgba(0,0,0,0.15) 100%);
  background: linear-gradient(to right, rgba(48,48,48,0) 30%,rgba(0,0,0,0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#000000',GradientType=0 );
  transition: all 0.3s;
  border-radius: 100%;
  border:1px solid #CCC;
  margin-left: -280px;
}
#slider .bg_left:hover{
  margin-left: -240px;
}
#slider .bg_left h3{
   transform: translate(-50%) rotate(90deg);
    position: absolute;
    top: 50%;
    left: 80%;
    white-space: nowrap;
	color:#131313;
	text-shadow:none;
}
#slider .bg_right{
  position: absolute;
  right: 0;
  top:0;
  z-index: 99999999;
  width: 30%;
  height: 100%;
  background: #000;
  background: -moz-linear-gradient(right, rgba(48,48,48,0) 30%, rgba(0,0,0,0.15) 100%);
  background: -webkit-linear-gradient(right, rgba(48,48,48,0) 30%,rgba(0,0,0,0.15) 100%);
  background: linear-gradient(to left, rgba(48,48,48,0) 30%,rgba(0,0,0,0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#000000',GradientType=0 );
  transition: all 0.3s;
  border-radius: 100%;
  border:1px solid #CCC;
  margin-right:-280px;
}
#slider .bg_right:hover{
  margin-right:-250px;
}
#slider .bg_right h3{
  transform: translate(-50%) rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 20%;
    white-space: nowrap;
	color:#131313;
	text-shadow:none;
}
#slick-slider{
  background: #000;
}
.slider-element{
  position: relative;
}
.slider-element::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
 /* background: #000; 
  background: -moz-linear-gradient(top, rgba(48,48,48,0) 30%, rgba(0,0,0,0.25) 100%); 
  background: -webkit-linear-gradient(top, rgba(48,48,48,0) 30%,rgba(0,0,0,0.25) 100%); 
  background: linear-gradient(to bottom, rgba(48,48,48,0) 30%,rgba(0,0,0,0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#000000',GradientType=0 );*/
  z-index: 2;
}
.slider-element::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(44,44,44,0.3) 0%, rgba(48,48,48,0) 30%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(44,44,44,0.3) 0%, rgba(48,48,48,0) 30%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(44,44,44,0.3) 0%, rgba(48,48,48,0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  z-index: 2;
}
.slider-element > img{
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  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,
.slider-element > img,
#slider .slick-slide{
  height: 40vh;
}
.slider-element.slick-active > img {
  transform: scale(1);
}
.slider-element .container{
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  color: #fff;
}
.slider-element .container > div{
  max-width: 100%;
  float: left;
  text-align: left;
  margin:0 auto;
  width:100%;
}
#slider h2{
  font-size: 64px;
  line-height: 82px;
  font-weight: 600;
  color: #fff;
  text-shadow: -1px 1px 7px rgba(66, 68, 90, 1);
}
#slider h3{
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
  text-shadow: -1px 1px 7px rgba(66, 68, 90, 1);
}
#slider p{
  line-height: 25px;
  font-size: 14px;
  font-weight: 300;
  padding-top: 35px;
  padding-bottom:40px;
  color:#fff;
  text-shadow: -1px 1px 7px rgba(66, 68, 90, 1);
}

#slider .slick-dots{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  width: 1366px;
  margin: 0 auto;
  z-index: 3;
}
#slider .slick-dots li{
  display: inline-block;
  padding: 20px 10px;
}
#slider .slick-dots li button{
  position: relative;
  background: transparent;
  border: none;
  color: #131313;
  font-size: 20px;
  font-weight: 200;
  font: 200 24px "Lato";
  transition: all 0.3s;
  cursor: pointer;
}
#slider .slick-dots li button::before{
  content: '0';
}
#slider .slick-dots li.slick-active button{
  font-size: 40px;
}

#slider .slick-dots::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  height: 100px;
  opacity: 0.3;
  content: '';
  z-index: -1;
}

.socialmedia{
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 4;
  pointer-events: none;
}
a.social{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #2a445b;
  padding: 10px;
  margin-right: 2px;
  pointer-events: auto;
  transition: all 0.3s;
}
a.social::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  opacity: 0.1;
  transition: all 0.3s;
  content: '';
}
a.social:hover::after{
  width: 100%;
}
a.social:hover{
  background: #f6c042;
}
a.social img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  float: left;
}

/****************************************
 ********         OFFER          ********
 ****************************************/
#our-offer{
  position: relative;
  padding: 5px 0;
  text-align:center;
}
#our-offer hr{
	margin:0 auto;
	text-align:center;
}
#our-offer h5 {
	color:#2a445b;
}
#our-offer::before{
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 45vw;
  height: 75%;
  content: '';
/*  background: #2a445b;*/
}
#our-offer .w70{
  padding-left: 100px;
}
#our-offer-area{
  margin-left: -10px;
  margin-right: -10px;
}
#our-offer .offer-box{
  padding: 10px;
    width: 33.333%;
    float: left;
}
#our-offer .offer-box.w100{
  padding: 10px 0;
}
#our-offer .offer-box.w100 a{
  height: 290px;
}
#our-offer .offer-box a{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 330px;
  transition: all 0.3s;
}
#our-offer .offer-box a::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(48,48,48,0) 30%, rgba(211,185,184,0.25) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(48,48,48,0) 30%,rgba(211,185,184,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(48,48,48,0) 30%,rgba(211,185,184,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#2a445b',GradientType=0 ); /* IE6-9 */
}
#our-offer .offer-box a::before{
 
}
#our-offer .offer-box img{
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  z-index: 1;
  filter: grayscale(100%);
}
#our-offer .offer-box a > div{
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
#our-offer .offer-box.w100 a > div{
  right: 50px;
  text-align: right;
}
#our-offer h3{
  text-shadow:-1px 1px 7px rgba(66, 68, 90, 1);
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px;
  font-weight: 500;
}
#our-offer p{
  font-size: 14px;
  font-weight: 300;
  display: block;
  max-height: 88px;
  color: #4f4f4f;
  overflow: hidden;
  padding: 10px 0;
  width:80%;
  margin:0 auto;
}
#our-offer .offer-box a:hover div{
  bottom: 80px;
}
#our-offer .offer-box a:hover img{
  transform: scale(1.07);
  filter: grayscale(0%);
}

#our-offer .slick-dots{
  padding: 0 5px;
}
#our-offer .slick-dots li{
  display: inline-block;
  padding: 8px;
}
#our-offer .slick-dots li button{
  font-size: 0.1px;
  display: block;
  color: transparent;
  width: 8px;
  height: 8px;
  background: #d3d3d3;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s;
}
#our-offer .slick-dots li.slick-active button{
  background: #2a445b;
}
#our-offer .slick-dots li:only-child{
  display: none;
}


/*  -------------------  */




#our-offer1{
  position: relative;
  padding: 5px 0;
  text-align:center;
}
#our-offer1 hr{
	margin:0 auto;
	text-align:center;
}
#our-offe1r h5 {
	color:#2a445b;
}
#our-offer1::before{
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 45vw;
  height: 75%;
  content: '';
/*  background: #2a445b;*/
}
#our-offer1 .w70{
  padding-left: 100px;
}
#our-offer-area1{
  margin-left: -10px;
  margin-right: -10px;
}
#our-offer1 .offer-box1{
  padding: 10px;
    width: 33.333%;
    float: left;
}
#our-offer1 .offer-box1.w100{
  padding: 10px 0;
}
#our-offer1 .offer-box1.w100 a{
  height: 290px;
}
#our-offer1 .offer-box1 a{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s;
}
#our-offer1 .offer-box1 a::after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 2;
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(48,48,48,0) 30%, rgba(211,185,184,0.25) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(48,48,48,0) 30%,rgba(211,185,184,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(48,48,48,0) 30%,rgba(211,185,184,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#2a445b',GradientType=0 ); /* IE6-9 */
}
#our-offer1 .offer-box1 a::before{
 
}
#our-offer1 .offer-box1 img{
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
  transition: all 0.3s;
  z-index: 1;
  margin: 0 auto;
    text-align: center;
}
#our-offer1 .offer-box1 a > div{
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
#our-offer1 .offer-box1.w100 a > div{
  right: 50px;
  text-align: right;
}
#our-offer1 .btn{
  padding: 11px 20px 11px 20px;
  width:100%;
}
#our-offer1 h3{
  text-shadow:-1px 1px 7px rgba(66, 68, 90, 1);
  font-size: 22px;
  line-height: 28px;
  width:100%;
}
#our-offer1 p{
  font-size: 14px;
  font-weight: 300;
  display: block;
  color: #fff;
  overflow: hidden;
  padding: 10px 0;
  width:80%;
  margin:0 auto;
    text-shadow:-1px 1px 7px rgba(66, 68, 90, 1);
}
#our-offer1 .offer-box1 a:hover div{
  bottom: 20px;
}
#our-offer1 .offer-box1 a:hover img{
  transform: scale(1.07);
}

#our-offer1 .slick-dots{
  padding: 0 5px;
}
#our-offer1 .slick-dots li{
  display: inline-block;
  padding: 8px;
}
#our-offer1 .slick-dots li button{
  font-size: 0.1px;
  display: block;
  color: transparent;
  width: 8px;
  height: 8px;
  background: #d3d3d3;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s;
}
#our-offer1 .slick-dots li.slick-active button{
  background: #2a445b;
}
#our-offer1 .slick-dots li:only-child{
  display: none;
}
/****************************************
 ********       INNUMBERS       ********
 ****************************************/
#innumbers{
  background: #fff;
  padding: 25px 0;
  text-align: center;
}
#innumbers hr{
  margin-left: auto;
  margin-right: auto;
}
.nbr{
  text-align: center;
  padding: 0;
}
.nbr div{
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: block;
  border-left: 3px solid #2a445b;
  border-bottom: 3px solid #2a445b;
}
.nbr div img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.nbr div::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 50%;
  height: 3px;
  background: #2a445b;
}
.nbr div::after{
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 3px;
  height: 25%;
  background: #2a445b;
}
.nbr span{
  padding-top: 20px;
  display: block;
  width: 215px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 16px;
  font-size: 12px;
  color: #959595;
}
.nbr span b{
 display: block;
 color: initial;
 font-size: 17px;
 line-height: 24px;
 text-transform: uppercase;
 margin-bottom: 10px;
}


/****************************************
 *****     MAIN CONTENT BANNER      *****
 ****************************************/
#main-content-banner{
  position: relative;
  z-index: 6;
  margin-top: 10px;
  padding: 50px 0;
 	color:#fff;
	
  background: url(../img/bg.jpg) center right no-repeat, #fff;
   text-align:center;
}
#main-content-banner .w50{
  position: relative;
  width:100%;
}
#main-content-banner .w50 p{
  font-weight: 300;
  width:60%;
  text-align:center;
  margin:0 auto;
}
#main-content-banner img{
  float: left;
  position: absolute;
  top: 0;
  width: 85%;
  right: 0;
}
#main-content-banner hr {
 margin:0 auto;
 text-align:center;
 margin-top:20px;
 margin-bottom:20px;
}

/****************************************
 ********      MAIN CONTENT      ********
 ****************************************/
#main-content{
  position: relative;
  z-index: 5;
  padding: 40px 0 0 0;
}
#main-content p {
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
  padding: 10px 0;
}
#main-content li {
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
  padding: 10px 0;
}
#main-content blockquote{
  margin: 25px 0;
}
#main-content blockquote u{
  position: relative;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  color: #3e3e3e;
  text-decoration: none;
  display: inline-block;

}
#main-content h5 {
	color:#2a445b;
}
#main-content blockquote u::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 50%;
  height: 3px;

}
#main-content blockquote u::after{
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 3px;
  height: 25%;

}
#main-content blockquote p{
  display: inline-block;
  width: calc(100% - 140px);
  padding-left: 30px;
}
#main-content blockquote p b{
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 24px;
  color: initial;
}
#main-content .img-area{
  float: right;
  margin-top: -115px;
  height: 320px;
  background: #2a445b;
}
#main-content > img{
  position: absolute;
  top: 250px;
  right: 0;
  width: 50vw;
  height: 580px;
  object-fit: cover;
  padding-left: 120px;
}
#main-content .w40 {
	position:relative;
	padding:40px;
	box-sizing:border-box;
}

#main-content .w40 .img_boxx {
	position:absolute;
	bottom:40px;
	padding:40px;
}
#main-content .img_boxx h2 {
	color:#fff;
	font-size: 22px;
    line-height: 40px;
    font-weight: 400;
}
#main-content .img_boxx h5 {	
	color:#fff;
	font-size: 34px;
    line-height: 40px;
    font-weight: 600;
}

#main-content .w40 img{
	position: relative;
    width: 100%;
    height: 580px;
    object-fit: cover;
}
/****************************************
 ******      CONFIG FORM         ********
 ****************************************/
#config-form{
  padding: 50px 0 0;
  background: #f7f7f7;
}
#config-form .w30 > div {
  position: relative;
  margin-top: 50px;
  padding: 50px 30px 50px 0px;
  background: #274d82;
  color: #fff;
}
#config-form .w30 > div::before {
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  background: #274d82;
  height: 100%;
  content: '';
}
#config-form h6{
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
#config-form h6 b{
  font-size: 27px;
  line-height: 32px;
}
#config-form .w30 span{
  margin-top: 40px;
  display: block;
}
#config-form .w30 span img{
  display: inline-block;
  width: 40px;
  height: 40px;
  object-fit: scale-down;
  vertical-align: top;
  margin-right: 20px;
}
#config-form .w30 span a{
  display: inline-block;
  vertical-align: top;
  font-size: 27px;
  line-height: 22px;
  font-weight: 600;
}
#config-form .w30 span a small{
  width: 100%;
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 200;
}

#config-form .container > .w70{
  padding-left: 120px;
}
#config-form .crs{
  display: block;
  float: left;
  padding: 0 5px;
}
#config-form .config-radio{
  position: relative;
  display: block;
  background: #fff;
  width: 90%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  line-height: 30px;
  border: 1px solid #e3e3e3;
  padding: 25px 0;
  box-shadow: 0 0 15px rgb(43 43 43 / 10%);
}
#config-form .sd .config-radio{
  margin: 0 auto;
}
#config-form .th .config-radio{
  float: right;
}
#config-form .config-radio input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
#config-form .config-radio img{
  width: 100%;
  height: 100px;
  object-fit: scale-down;
  filter: grayscale(1);
  transition: all 0.3s;
}
#config-form .config-radio.selected img{
  filter: grayscale(0);
}
#config-form em{
  position: relative;
}
#config-form em::before{
  opacity: 0;
  position: absolute;
  display: block;
  left: -18px;
  content: '';
  width: 13px;
  top: 6px;
  height: 13px;
  background: url(../img/correct.svg) center no-repeat;
  transition: all 0.3s;
}
#config-form .selected em::before{
  opacity: 1;
}


/****************************************
 ********         NEWS           ********
 ****************************************/
#news{
  padding: 40px 0 20px 0;
}
#news h5 {
	color:#2a445b;
}
#news .w30{
  text-align: right;
}
.idx-nws{
  margin-left: -20px;
  margin-right: -20px;
}
.news-box{
  background: #fff;
  padding: 20px;
  box-sizing:border-box;
  width:100%;
}
.news-box a{
  display: block;
  width: 100%;
  box-shadow: 0 0 15px rgb(43 43 43 / 18%);
  transition: all 0.3s;
}
.news-box-image{
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.news-box-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news-box-info p{
  color: #2a445b;
  font-size: 14px;
  font-weight:300;
}
.news-box-info p img{
  display: inline-block;
  vertical-align: middle;
  margin: -2px 7px 0 0;
}
.news-box-info{
  padding: 40px 25px;
  box-sizing:border-box;
  background:#f5f5f5;
}
.news-box .news-box-info a{
	box-shadow:none;
	color:#131313;
	font-weight:300;
}
.news-box-info h4{
  color: #131313;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 12px;
  transition: all 0.3s;
}
.news-box-info h6{
  font-size: 14px;
  color: #131313;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}
.news-box:hover .news-box-image > img{
  transform: scale(1.08);
}
.news-box:hover h4{
  color: #131313;
}


/****************************************
 ********         GALLERY        ********
 ****************************************/
#gallery{
  background: #fff;
  padding-top: 40px;
}


/****************************************
 ********       CUSTOM FORM      ********
 ****************************************/
.input-holder{
 padding: 5px !important;
 box-sizing: border-box;
}
.input-holder input,
.input-holder select,
.input-holder textarea{
 width: 100%;
 height: 50px;
 border: 1px solid #eaeaea;
 background: #fff;
 padding: 5px 15px;
 box-sizing: border-box;
 font: 500 14px "Lato";
 transition: all 0.3s;
}
.input-holder input:hover,
.input-holder select:hover,
.input-holder textarea:hover,
.input-holder input:active,
.input-holder select:active,
.input-holder textarea:active,
.input-holder input:focus,
.input-holder select:focus,
.input-holder textarea:focus{
  border-color: #2a445b;
}
.input-holder button{
 width: 100%;
 height: 42px;
 line-height: 42px;
 cursor: pointer;
 outline: none;
 position: relative;
 text-align: center;
 color: rgba(255, 255, 255, 1);
 border: none;
 text-transform: uppercase;
 padding: 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: background;
}

.input-holder label{
  display: block;
  width: 80%;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 13px;
  font-weight: 300;
  text-align: justify;
  cursor: pointer;
}
.input-holder label b{
 font-weight: 600;
}
.input-holder input[type="checkbox"]{
 display: inline-block;
 float: left;
 width: 16px;
 height: 16px;
 padding: 0;
 margin: 0 10px 25px 0;
 transition: none;
}
.input-holder input[type="checkbox"]:checked{
  filter: invert(1);
}


/****************************************
 ********          BOTTOM        ********
 ****************************************/
#bottom{
  background: #ffffff;
}
#bottom .w40{
  padding: 50px 50px;
  background: #2a445b;
  position: relative;
  color: #fff;
}
#bottom .w40::before{
  position: absolute;
  top: 0;
  right: -300%;
  width: 300%;
  height: 100%;
  content: '';
  background: #545454;
}
#bottom .w40 .left{
	float:left;
	padding-right:20px;
}
#bottom h2{
  font-weight: 400;
}
#bottom hr{
  background: #fff;
  opacity: 0.7;
}
#bottom p{
  font-weight: 600;
  padding: 5px 0;
}
#bottom a{
  display: block;
  font-weight: 300;
  transition: all 0.3s;
}
#bottom a:hover{
  padding-left: 5px;
}
#bottom span,
#bottom small{
  font-weight: 300;
}
#bottom em{
  display: inline-block;
  width: 100px;
}
#bottom .gal {
	padding-left:40px;
}
#bottom .gal p {
	font-weight:300;
	float:left;	
}
#bottom .gal .big {
	font-size:42px;
	color:#2a445b;
	font-weight:500;
	float:left;	
}
#bottom .gal img{
  width: 24.333%;
  height: 180px;
  object-fit: scale-down;
}



/****************************************
 ********           MAP          ********
 ****************************************/
#map{
  background: #fff;
  z-index: 1;
  padding: 0;
}
#map_container{
  width: 100%;
  height: 499px;
  position: relative;
  z-index: 2;
  padding: 0;
  float: left;
}
#map_container iframe{
  width: 100%;
  height: 100%;
  float: left;
}


/****************************************
 ********          FOOTER        ********
 ****************************************/
#footer{
  position: relative;
  background: #fff;
}
#footer p{
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  display: block;
  float: left;
  opacity: 0.8;
  padding-top: 20px;
  text-align: left;
}
#footer span{
  display: block;
  margin-top: 20px;
  float: right;
}
#footer span a{
  display: block;
}
#footer p a{
  opacity: 0.7;
  line-height: 40px;
  font-weight: 400;
  padding-right: 25px;
  transition: all 0.3s;
}
#footer p a:hover{
  color: #2a445b;
  opacity: 1;
}
#footer p em{
  padding: 0 25px;
}
#footer .w30 img{
  float: right;
  height: 84px;
}

#custom-form{
  position: relative;
  text-align: center;
  margin: 60px 0 30px 0;
  clear:both;
}
#custom-form h3{
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
#custom-form p{
  font-size: 32px;
  color: #69bc2a;
  font-weight: 300;
  line-height: 40px;
  padding: 3px 0;
}
#custom-form input,
#custom-form select,
#custom-form textarea{
  -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;
}
#custom-form textarea{
  resize: none;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 140px;
  line-height: 26px;
}
#custom-form input:hover,
#custom-form select:hover,
#custom-form textarea:hover{
  border-color: #2a445b;
  background: #fff;
}
#custom-form label{
  font-weight: 400;
  color: #565656;
  padding-left: 0;
}
#custom-form label b{
  font-weight: 600;
}
#custom-form input[type="file"]{
  position: relative;
  width: 320px;
}
#custom-form input[type="file"]:before{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: attr(placeholder);
  width: 100%;
  height: 100%;
  line-height: 60px;
  padding: 0 15px 0 40px;
  box-sizing: border-box;
  cursor: pointer;
  background: url(../img/attachment.svg) center left 10px /auto 22px no-repeat, #f7f7f7;
}
#custom-form button[type="submit"]{
  background: #2a445b;
  max-width: 280px;
  float: right;
}
#custom-form button[type="submit"]:hover{
  color: #fff;
  background: #f6c042;
}
.fileName{
  display: inline-block;
  color: #69bc2a;
  line-height: 60px;
  vertical-align: top;
  padding: 0 15px;
}



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

/* *********   BANNER    ********* */
#subpage-banner{
  position: relative;
  height: 140px;
  z-index: 1;
}
#subpage-banner::after{
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#354362',GradientType=0 ); /* IE6-9 */
  transform: scaleY(-1);
}
#subpage-banner .container{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 3;
}
#subpage-banner h1{
  font-size: 46px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
  text-shadow: 0 0 20px #000;
}



#news.subpage{
  background: #fff;
  padding: 0;
}
#news.subpage .news-ar{
  margin-left: -20px;
  margin-right: -20px;
}


/* *********   SUBPAGE PAGINATION    ********* */
#pagination{
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  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: #2a445b;
  border-color: #a68b5d;
}
#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: #2a445b;
  border-color: #2a445b;
}

/* *********   SUBPAGE CONTENT    ********* */
#subpage-content{
  background: #fff;
  padding: 50px 0;
}
#subpage-content h3 {
    font-size: 18px;
    line-height: 26px;
}
#subpage-content h4,
#subpage-flats h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  padding: 5px 0;
}
#subpage-content h5,
#subpage-flats h5{
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  opacity: 0.9;
}
#subpage-content h6,
#subpage-flats h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
#subpage-content p,
#subpage-flats p{
  padding: 10px 0;
  font-weight: 300;
  line-height: 24px;

}
#subpage-content .path{
	text-align:center;
}
#subpage-content ol{
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}
#subpage-content ul{
  margin-bottom: 20px;
  margin-left: 5px;
}
#subpage-content ul li{
  position: relative;
  font-weight: 300;
  line-height: 24px;
}
#subpage-content ul li:before{
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  margin: 2px 10px 2px 0px;
  background: #2a445b;
}
#subpage-content ul ul li:before {
	background:none;
}
#subpage-content ol > li{
  padding: 3px 0;
  font-weight: 300;
  line-height: 24px;
}
#subpage-content p a:hover{
  color: #2a445b;
}

#subpage-gallery,
#subpage-gallery-menu{
  background: #fff;
  padding:0 50px 50px 50px;
}


#tag{
	text-align: center;
	margin-bottom: 10px;
}
#tag a{
	position: relative;
	color: #6b6b6b;
	padding: 0 5px;
}
#tag a:not(:last-child):after{
	content: ',';
}


#subpage-gallery-menu{
  background: #fff;
}

#gal-area {
	position:absolute;
	width:500px;
	height:100%;
	top: 160px;
	margin-left:-100px;
}
#gal-area img {
   height:600px;
   width:500px;
   object-fit: scale-down;	
}
.gallery-menu-box{
  display: block;
  float: left;
  margin: 0;
  width: 48%;
}
.gallery-menu-box:nth-child(odd){
  margin-right: 2%;
}
.gallery-menu-box:nth-child(even){
  margin-left: 2%;
}
.gallery-menu-box:hover a{
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.gallery-menu-box a{
  display: block;
  position: relative;
  overflow: hidden;
  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-image{
  overflow: hidden;
  height: 400px;
  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 .gallery-menu-box-image 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 .gallery-menu-box-image img{
  filter: grayscale(100%);
  transform: scale(1);
}
.gallery-menu-box span{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  display: block;
  width: 100%;
  padding: 20px 30px;
  color: #342e27;
font-size: 18px;
line-height: 24px;
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: left;
}
.gallery-menu-box span small{
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}
.gallery-menu-box span img{
  display: inline-block;
  vertical-align: middle;
  margin: -4px 3px 0 0;
  height: 16px;
}
.gallery-menu-box:hover span{
  left: 100%;
}
.gallery-menu-box em{
  display: block;
  padding: 0 15px 10px 15px;
  color: #929292;
}
.gallery-menu-box em b{
  color: #e51a4b;
}


#subpage-content table{
	margin: 20px auto 10px auto;
}
#subpage-content.product table{
	margin: 20px 0 0 0;
	width: 100%;
}
#subpage-content table thead th p{
	padding: 0!important;
}
#subpage-content table thead th *{
	color: #fff!important;
	font-size: 15px!important;
}
#subpage-content table thead th{
	background: #2a445b!important;
	text-align: left!important;
	padding: 15px 20px;
	color: #fff!important;
	font-size: 15px!important;
	border: 1px solid #2a445b;
}
#subpage-content table td{
	padding: 5px 20px;
	border: 1px solid #e7e4e4;
}
#subpage-content table td *{
	font-size: 14px!important;
	color: #131313!important;
}
#subpage-content table td span{
	font-size: 14px!important;
}



#our-offer.subpage{
  margin-top: 0;
  padding-bottom: 50px;
}
#our-offer.subpage::before{
  content: none;
  display: none;
}
.contact div p img{
  display: inline-block;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}


.off-bx-area{
	margin-top: 50px;
}
.off-bx{
  padding: 10px;
}
.off-bx a{
    display: block;
    border: 1px solid #e9e9e9;
    padding: 20px 10px 5px 10px;
    text-align: center;
	transition: 0.3s all;
}
.off-bx a:hover{
	border-color: #2a445b;
}
.off-bx a img{
	width: 100%;
	height: 240px;
	object-fit: scale-down;
}
.off-bx a span{
	margin-top: 10px;
	display: block;
}
#subpage-content .off-bx a span h5{
    font-weight: 600;
    font-size: 20px;
	transition: 0.3s all;
}
#subpage-content .off-bx a:hover span h5{
	color: #2a445b;
}
#subpage-content .off-bx a span p{
    color: #939393;
    padding: 0;
    font-size: 12px;
}
#gallery-area1 a{
	text-align: center;
}
#gallery-area1 h4{
    font-size: 12px;
    display: block;
    float: left;
    margin-top: 10px;
    line-height: 18px;
    padding: 0 10px;
    height: 72px;
    overflow: hidden;
}


.prod-box{
  display: block;
  width: 25%;
  float: left;
  padding: 5px;
  text-align: center;    
  height: 370px;
}
.prod-box a{
  display: block;
  width: 100%;    
  padding: 15px;
  border: 1px solid #f5f5f5;
  -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;
}
.prod-box img{
  width: 100%;
  height: 210px;
  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: filter;
}
.prod-box:hover img{
  filter: grayscale(0.8);
}
.prod-box:hover a{
  border-color:#69bc2a;
}
.prod-box h4{
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 15px;
    padding: 0 10px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.prod-box ol{
  padding: 0 10px;
}
.prod-box li{
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
#prod-list{
  margin-bottom: 40px;
}
.prod-box mark{
  display: block;
  padding: 0 10px;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  color: #69bc2a;
  margin: 10px 0;
}
.prod-box mark small{
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 500;
}
.prod-box mark em{
  font-size: 14px;
  margin: 0 15px 0 3px;
}
.prod-box span{
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  font-weight: 400;
  padding: 12px 0px 12px 0px;
  background: #69bc2a;
  color: #fff;
  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, background;
}
.prod-box span:hover{
  background: #5ba324;
}
.product td:last-child{
  color: #a68b5d;
  font-weight: 600;
}
.product tr:nth-child(even){
  background: #f7f7f7;
}
.product .col:first-of-type{
  width: 200px;
}
.slick-prev, .slick-next {
	display:none !important;
}



/***************************************************************************
 *****************************      FORMULARZ      *****************************
 ***************************************************************************/

.btn.btn-primary.btn-theme{
  background-color: #fd5959;
  border-color: #fd5959;
}
.btn.btn-primary.btn-theme .fa,
.btn.btn-secondary .fa,
.btn.btn-default .fa{
  margin-right: 10px;
}
.btn.btn-primary.btn-theme:active,
.btn.btn-primary.btn-theme:visited,
.btn.btn-primary.btn-theme:hover{
  background-color: #e24d4d;
  border-color: #e24d4d;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-group {
	margin:0 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#apla{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/loading.gif) center top 150px no-repeat, #fff;
  opacity: 0;
  z-index: -10000000;
}
#apla.loading{
  opacity: 1;
  z-index: 10000000;
}

.hidden{
  display: none;
}

#page-langs{
  position: fixed;
  right: 8px;
  top: 5px;
  z-index: 888;
}
.lang-area{
  display: inline-block;
  width: 80px;
}
.lang-area > a{
  background: #fff;
  display: block;
  padding: 4px 9px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  color: #565656;
  text-transform: uppercase;
  transition: border-color 0.3s ease-in-out;
}
.lang-area > a:hover{
  border-color: #c5c5c5;
}
.lang-area > a img,
.lang-area .dropdown-menu.show img{
  height: 14px;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}
.lang-area .dropdown-toggle::after {
  right: 8px;
  opacity: 0.5;
}
.lang-area .dropdown-menu.show{
  padding: 0;
  min-width: 80px;
  top: 100%!important;
  transform: translate(0)!important;
}
.lang-area .dropdown-menu.show a{
  display: block;
  padding: 4px 10px;
  color: #565656;
  font-size: 14px;
  text-transform: uppercase;
  transition: background,color 0.3s ease-in-out;
}
.lang-area .dropdown-menu.show a:active{
  background: transparent;
}
.lang-area .dropdown-menu.show a:hover{
  color: #f12c2c;
}


/* *******************************
   ******     CONTENT       ******
   ******************************* */
#center-panel{
  max-width: 1333px;
  margin: 0 auto;
}
#panel-content{
  position: relative;
  padding: 60px 0 30px 280px;
  min-height: 100vh;
}
.pannel-content-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 40px;
  padding: 10px 105px 10px 310px;
  z-index: 15;
  background: #fff;
  text-align: right;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%)!important;
}
.pannel-content-header ul{
  position: relative;
}
.pannel-content-header ul a{
  display: block;
  float: left;
  position: relative;
}
.pannel-content-header h6{
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  font-size: 17px;
  font-weight: 500;
}
.pannel-content-header h6 small{
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 300;
  opacity: 0.6;
}
.pannel-content-header ul img{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fd5959;
  margin: -3px 0 0 10px;
}
.pannel-content-header ul{
  display: inline-block;
}
.pannel-content-header ul .dropdown-toggle::after{
  display: none;
  content: none;
}
.sidebar-language{
  position: fixed;
  top: 13px;
  right: 15px;
  z-index: 1000;
}

#content-top{
  background: url('../img/banner.jpg') center center no-repeat;
  background-size: cover;
  padding: 40px 0;
  text-align: center;
}
#content-top > div{
  max-width: 1333px;
  margin: 0 auto;
}
#content-top h1{
  font-size: 46px;
  line-height: 46px;
  font-weight: 200;
  margin-top: 36px;
  color: #616161;
}
#content-top h2{
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  max-width: 1000px;
  margin: 20px auto 0 auto;
  color: #6b6b6b;
}
#center-panel{
  padding: 0;
}
#center-panel form{
  padding: 30px 5px;
  background: #f7f7f7;
}
#center-panel h3{
  font-size: 26px;
  line-height: 32px;
  margin: 20px 0 15px 0;
  font-weight: 300;
  color: #717171;
}
#center-panel label{
  font-size: 14px;
  color: #9b9b9b;
}
.form-control:hover,
.form-control:active,
.form-control:focus,
.form-control:visited{
  border-color: #fd5959
}
#center-panel textarea{
  resize: none;
}

#content-notes{
  padding-bottom: 40px;
}

#content-notes > div{
  max-width: 1333px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px dashed #e1e1e1;
}
#content-notes *{
  font-size: 14px;
  line-height: 18px;
  color: #9b9b9b;
}
#content-notes b{
  font-weight: 500;
  color: #737373;
}
#content-notes small{
  font-size: 11px;
}
#content-notes ul{
  margin-bottom: 20px;
}

#content-bottom{
  background: #fd5959;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}
#content-bottom > div{
  max-width: 1333px;
  margin: 0 auto;
}
#content-bottom h4{
  font-size: 32px;
  line-height: 44px;
}
#content-bottom h5{
  font-weight: 200;
  font-size: 18px;
  line-height: 25px;
}
#content-bottom ul{
  margin-top: 15px;
}
.form-section{
  background: white;
  padding: 5px 30px 15px 30px;
  border: 1px solid #dfdfdf;
}
.form-check .invalid-feedback{
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.form-check a{
  font-weight: 600;
  text-decoration: underline;
  color: #fd5959;
}
#showImage{
  line-height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #fd5959;
  cursor: pointer;
}
#showImage .fa{
  margin-right: 5px;
}

#hintModal .modal-dialog{
  max-width: 800px
}
#hintModal .close{
  top: 0;
  right: 5px;
  position: absolute;
  cursor: pointer;
  padding: 5px;
  font-size: 2rem;
}
#hintModal .close:not(:disabled):not(.disabled):focus,
#hintModal .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  color: #000!important;
}
#hintModal .modal-body{
  margin-top: 35px;
  padding-top: 0;
}
#hintModal .modal-body img{
  width: 100%;
  height: 600px;
  object-fit: scale-down;
}


/* *******************************
   ******      ALERTS       ******
   ******************************* */
.alert{
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 15px;
  width: 100%;
  color: #fff;
  border-radius: 0;
  text-align: center;
  z-index: 99999999;
}
.alert strong{
  font-weight: 600;
  padding-right: 10px;
}
.alert button{
  color: #fff!important;
  z-index: 100;
  opacity: 0.8;
  margin-top: 3px;
}
.alert button:hover{
  opacity: 1!important;
}
.alert.alert-danger{
  background-color: #fd5959;
  border-color: #fd5959;
}
.alert-success {
  background-color: #36dc78;
  border-color: #36dc78;
}




.modal .modal-header{
  position: relative;
  background: #fd5959;
  padding: 20px 30px;
  flex-direction: column;
}
.modal .modal-title{
  color: #fff;
  font-size: 16px;
}
.modal .modal-title .fa{
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin: -5px 6px 0 0;
}
.modal .modal-header img{
  display: block;
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin: 10px auto;
  border-radius: 50%;
  background: #fff;
}
.modal .modal-header button{
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  opacity: 0.7;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover{
  color: #fff;
  opacity: 1;
}

.modal input.simpleUploadWarehouseFile{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}


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


@media all and (max-width: 1400px){
  .container{
 	max-width: 100%;
    padding: 0 15px;
  }
  .slider-element .container{
    max-width: 100%;
  }
}

@media all and (max-width: 1300px){
 #slider .slider-phone b {
    font-size: 48px;
 }
}
@media all and (max-width: 1200px){
  #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: 999999;
    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-fixed li:hover > a{
	padding: 0;
  }
  #header-fixed{
    margin-top: 0;
    margin-left: -300px;
    padding: 0;
    width: 300px;
    height: 100vh;
	z-index: 10000;
  }
  #header-fixed #header-fixed-logo,
  #header-fixed #header-fixed-navbar{
    width: 100%;
    text-align: center;
  }
  #header-fixed a#header-fixed-logo:not(.is_dropdown) img{
    float: none;
    margin: 30px 0 20px 0;
	height: 101px;
  }

  #header-fixed li {
    display: block;
    text-align: center;
	height: auto;
    padding: 8px 0;
    font-weight: 600;
    line-height: 32px;
    border-bottom: 1px dashed rgba(113, 113, 113, 0.08);
  }
  #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);
    color: dimgrey!important;
    font-weight: 500;
    font-size: 15px!important;
  }
  #header-fixed .menu-dropdown.open a:hover {
	background: #fff!important;
    color: #a68b5d!important;
  }


  #header{

  }
  #top{

  }
  #header .container{
	display: flex;
	flex-direction: column;
  }
  #header #header-logo,
  #header #header-menu{
	width: 100%;
  }
  #header #header-logo{
	order: 2;
	padding-top: 40px;
  }
  #header #header-menu{
	order: 1;
  }
  #header #header-logo img{
	object-position: center;
	max-width: 100%;
    margin: 10px 0;
  }
  #navbar{
	display: none;
  }


  #slider,
  #subpage-banner{
   /* margin-top: 42px;*/
  }
  #subpage-banner{
	height: 120px;
  }
  #popup-modal.visible .close-modal{
    right: 3px;
  }


  #slider,
  #slider .slick-slide,
  #slider .slider-element > img{
    /*height: 500px;*/
  }
  .slider-element .container > div {
    text-align: center;
    max-width: 100%;
  }

  .slider-element .container{
    bottom: 70px;
    top: auto;
    text-align: center;
  }
  #slider .slider-element h2 {
    font-size: 46px;
    line-height: 46px;
  }
  #slider h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .slider-element h4 {
    line-height: 24px;
    font-size: 23px;
  }
  #slider .slider-element p {
    line-height: 18px;
    font-size: 16px;
  }
  .slider-element .c40{
	 height: 25px;
  }
  #slider .slider-btn{
	  width: 100%;
  }
  #slider .slider-phone{
	display: none;
  }

  .in-numbers h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .in-numbers h4 {
    font-size: 16px;
    line-height: 20px;
  }

  #main-content{
	  margin-top: 0;
  }
  #main-content .w40{
	display: none;
  }
  #main-content .w60{
	width: 100%;
    text-align: center;
	padding-left: 0;
    padding-top: 45px;
  }
  #main-content h5 {
    font-size: 16px;
    line-height: 26px;
  }

  #main-form .w50{
	width: 100%;
	text-align: center;
  }

  #main-form .container > .w50:last-of-type{
	display: none;
  }
  #main-form .w40,
  #main-form .w60{
	width: 100%;
  }
  #main-form .input-holder label{
	  padding-left: 0;
  }
  .map_box{
	padding: 0 5px 0 10px;
  }
  #main-content-in-numbers-carousel {
    float: left;
    margin-top: 0;
    width: 100%;
    margin-top: 20px;
  }


  #main-content hr,
  #bottom hr{
	float: none;
    margin: 15px auto 25px auto;
  }
  #bottom hr{
	margin: 0 auto;
  }

  #main-content-image{
	width: 100%;
  }
  #main-content-image img{
    max-height: 400px;
    margin-top: 15px;
  }
  #bottom{
	position: relative;
    left: auto;
    bottom: auto;
    float: left;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 40px 15px;
  }

  #footer-menu ul,
  #footer .w55,
  #footer p{
	width: 100%;
	text-align: center;
  }
  #footer p a{
	padding: 0 15px;
  }
  #footer span {
	width: 100%;
    margin: 15px 0 0 0;
    float: none;
    text-align: center;
  }

  body::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #000;
	z-index: -1;
	content: '';
  }
  #map .w60{
	width: 100%;
  }
  #map .container{
	position: relative;
  }
  .map_box{
	position: relative;
    text-align: center;
    width: 100%;
    top: auto;
    transform: translateY(0px);
    padding: 30px;
  }
  .map_box hr {
	margin: 14px auto 35px auto;
  }


  #subpage-banner {
    height: 220px;
  }
  #subpage-banner .container{
	bottom: 30px;
  }
  #subpage-banner h1{
	text-align: center;
	font-size: 36px;
    line-height: 40px;
  }
  #subpage-content{
	text-align: center;
  }
  .line{
	float: none;
    margin: 0 auto;
  }
  #subpage-content h2,
  #subpage-content h3,
  #subpage-flats h2,
  #subpage-flats h3 {
    font-size: 20px;
    line-height: 24px;
	text-align: center!important;
 }
 #subpage-flats .container{
	padding: 0;
 }
 #subpage-flats.category .container{
	padding: 0 15px;
 }
 .flat-element{
	display: flex;
	flex-direction: column;
 }
 .flat-element .w60{
   width: 100%;
   order: 2;
 }
 .flat-element .w40{
   width: 100%;
   order: 1;
 }
 #subpage-flats .w40 img{
   height: 300px!important;
 }
 #subpage-flats table {
   width: 98%;
   margin: 0 1%;
 }


 #subpage-content.contact .w40,
 #subpage-content.contact .w30{
	width: 100%;
 }

 #subpage-content ol > li,
 #subpage-content ul > li{
	text-align: center;
 }
 #subpage-content.info-page ol > li,
 #subpage-content.info-page ul > li{
	text-align: left;
 }
 #logout{
	left: 0;
    right: auto;
	z-index: 1000000;
 }


 #subpage-content .w40,
 #subpage-content .w30{
	width: 100%;
 }


}
@media all and (max-width: 980px){
	.row {
		width:100%;
	}
	
	.form-section .btn {
		float:none !important;
	}
	
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, 
	.col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, 
	.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, 
	.col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, 
	.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, 
	.col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, 
	.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 0 !important;
    	padding-left: 0!important;
	}
	
	#top {
		display:inline-block;
		text-align:center;
		margin:0 auto;
		margin-top: 50px;
	}
	#top ol li:first-child {
		padding-left:0;
	}
	#top ol li {
		text-align:center;
		padding:10px;
	}
	#slider .bg_right, 
	#slider .bg_left {
		display:none;
	}
	
	#main-content blockquote u {
		width:100%;
	}
	#main-content blockquote p {
		padding-left:0;
	}
	
	#bottom em {
		text-align:left;
	}
	
	#bottom .w40 .left {
		float:none;
	}	
	#our-offer p {
		max-height:100%;
	}
	#our-offer1 .offer-box1 {
		width:100%;
	}
	
	#header {
		position:relative;
	}
	#bottom .w40::before{
		display:none;
	}
	#main-content .w40 > div,
	#main-content-features-2 > div,
	#subpage-content.category .w25{
		width: 49%;
		max-width: 100%;
	}
	#subpage-content.category .w25{
		margin-bottom: 20px;
	}
	#subpage-content.category .w25 p{
		padding: 0;
	}

	#subpage-content.product table{
		max-width: 600px;
		margin: 15px auto 0 auto;
	}
	#subpage-content.product table tr:first-child{
		display: none;
	}
	#subpage-content.product table tr{
		display: block;
		width: 100%;
		border: 3px solid #f0f0f0;
	}
	#subpage-content.product table td{
		position: relative;
		display: block;
		width: 100%;

		border-right: none;
	}
	#subpage-content.product table td:before{
		position: absolute;
		top: 0;
		left: 0;
		width: 25%;
		height: 100%;
		content: attr(title);
		background: #fafafa;
		font-weight: 600;
		color: initial;
		padding-top: 10px;
		box-sizing: border-box;
		text-transform: uppercase;
	}
	.gallery-menu-box{
		width: 100%;
		margin: 10px 0;
	}
	.gallery-menu-box-image{
		height: 400px;
	}
	#main-content .container > .c80{
		height: 20px;
	}
	
	.w25, .w30, .w33, .w40, .w45, .w60, .w50, .w70 {
		width:100%;
	}
	
	#bottom hr {
		margin-top:20px;
		margin-bottom:20px;
	}
	
	#subpage-content.product table td:before,
	.product tr:nth-child(even) {
		background:none;
	}
	
	#main-content-banner,
	#main-content .container,
	#our-offer .container{
		padding:40px;
	}
	
	.socialmedia {
		text-align:center;
		bottom:0;
	}
	
	h1 {
		margin-bottom:20px;
	}
	
	#our-offer .offer-box {
		width:100%;	
	}
	
	#bottom .container,
	#subpage-content .container {
		padding:0;
	}
	
	#subpage-content {
		padding:10px;
	}
	
	#slider .slick-dots {
		width:100%;
	}
	
	.slider-element .container {
		bottom:80px;
	}
	
	#our-offer::before {
		height:50%;
	}
	
	#our-offer .w70 {
		padding:0;
	}
	
	#main-content-banner img {
		display:none;
	}
	
	#main-content {
		text-align:center;
		padding:0;
	}
	
	#main-content .img-area {
		display:none;
	}
	
	#main-content > img {
		width:100%;
		padding:0;
		position:relative;
		top:20px;
	}
	
	#custom-form button[type="submit"] {
		float:none;
	}
	
	#bottom {
		padding:0;
	}
	
	#map_container,
	.input-holder label {
		width:100%;
	}

	#footer p,
	#footer span {
		text-aling:center;
		float:none;
	}

}
@media all and (max-width: 768px){
	#footer-menu ul li{
		display: block;
		border-bottom: 1px dashed #e3e3e3;
	}
	#footer-menu ul li:last-child{
		border-bottom: none;
	}
	#footer-menu ul li a{
		padding: 15px 0;
	}
	#footer p a{
		display: block;
		line-height: 35px;
	}
	#footer p a:first-of-type{
		margin-top: 10px;
	}

	#subpage-flats .w40 img{
		height: 200px!important;
		min-height: 200px;
	}
	#subpage-flats table th,
	#subpage-flats table td{
		height: 42px;
	}
	#subpage-flats td .a-btn-right{
		padding: 2px 5px;
		width: 96%;
		margin: 0 2%;
	}

	#prod_det > div{
	    width: 33.333%;
		margin: 0;
		float: left;
	}


}
@media all and (max-width: 640px){
	.gallery-menu-box-image{
		height: 320px;
	}
	.gallery-menu-box span{
		font-size: 20px;
		line-height: 24px;
		padding: 10px 15px;
	}
	.gallery-menu-box span small {
		font-size: 15px;
		line-height: 20px;
	}
	.gallery-menu-box span img {
		margin: -3px 4px 0 0;
		height: 13px;
	}

	#mobile-menu{
		right: 0;
		width: 100%;
	}
	#mobile-menu.open{
		right: 9px;
	}
	#header #header-logo img{
		height: 93px;
	}
	#header{
		padding: 15px 0;
		z-index: 6;
	}
}
@media all and (max-width: 500px){
	#header-fixed{
		width: 100%;
		margin-left: -100%;
		background: #000;
	}
	#mobile-menu.open span{
		border-bottom: 2px solid #fff;
	}
	#mobile-menu.open span:after{
		border-top: 2px solid #fff;
	}
	#main-content-carousel img{
		height: 300px;
	}
	.slider-element h2,
	#subpage-banner h1	{
		font-size: 28px;
		line-height: 32px;
	}
	.slider-element h4 {
		line-height: 20px;
		font-size: 18px;
	}
	#main-content-features > div > img,
	#main-content-features-2 > div > img,
	#subpage-content.category .w25 img{
		height: 65px;
	}
	#main-content-features > div > span,
	#main-content-features-2 > div > span,
	#subpage-content.category .w25 p{
		font-size: 13px;
		line-height: 18px;
	}
	.section_title,
	#main-content h2,
	#main-content h3 {
		font-size: 22px;
		line-height: 26px;
	}
	#custom-form h5 {
		font-size: 15px;
	}




	#subpage-flats table tr th:nth-child(3),
	#subpage-flats table tr th:nth-child(4),
	#subpage-flats table tr td:nth-child(3),
	#subpage-flats table tr td:nth-child(4){
		display: none;
	}

	#subpage-content.product table tr td{
		font-size: 13px;
		padding: 10px 5px;
	}
	#subpage-content.product table td:before {
		width: 90px;
		text-align: left;
		padding-left: 6px;
	}
	#subpage-content.product table td {
		padding-left: 105px!important;
	}


	.gallery-menu-box-image{
		height: 260px;
	}


}

