@import url("reset.css");
/*
theme_color : #2e82c4;
hover_color: #2772ab;

theme_color2 : #d40978;
hover_color2: #ba076a;
*/
*{
  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:#2e82c4;
  outline:1px solid #000;
  width:5px
}

body{
  font-size: 15px;
  line-height: 22px;
  color: #131313;
  background: #fff;
	overflow-x: hidden;
}
.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;
}

.theme-color{
  color: #131313;
}
.white-color{
  color: #fff;
}

.theme-bg{
  background: #2e82c4;
  transition: all 0.3s;
}
.theme-bg:hover{
  background: #2772ab;
}
.theme-bg-2{
  background: #d40978;
  transition: all 0.3s;
}
.theme-bg-2:hover{
  background: #ba076a;
}

.info .alert-message-content{
	background: url(../img/cookie.png) left 20px center /auto 32px no-repeat, #2e82c4;
}

.btn{
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
}
.btn img{
  display: inline-block;
  vertical-align: middle;
  margin: -4px 8px 0 0;
  height: 20px;
}


h1,
h2{
  font-size: 28px;
  line-height: 32px;
  padding: 5px 0 20px 0;
  font-weight: 600;
}
h1 b,
h2 b{
  font-weight: 700;
}
h1 small{
  display: block;
  font-weight: 400;
  font-size: 24px;
}
h6{
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}
hr{
  position: relative;
  border: none;
  display: block;
  float: left;
  width: 64px;
  height: 1px;
  background: #d40978;
  margin-bottom: 15px;
}

/****************************************
 *******       FiXED HEADER      ********
 ****************************************/
#header-fixed{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  padding: 3px 0;
  margin-top: -90px;
  background: #fff;
  -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: 70px;
  object-fit: scale-down;
  float: left;
}

#header-fixed-navbar{
  display: block;
  float: right;
  margin: 10px 0px;
}
#header-fixed ul{
  text-align: right;
}
#header-fixed li{
  display: inline-block;
  position: relative;
  height: 50px;
  font-weight: 500;
  font-size: 15px;
  vertical-align: middle;
}
#header-fixed li > a{
  display: block;
  padding: 15px 25px;
  -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:before{
  position: absolute;
  right: 0;
  top: 0;
  bottom: -2px;
  margin: auto;
  width: 1px;
  height: 12px;
  content: '';
  background: #000;
  opacity: 0.12;
}
#header-fixed li:last-child:before{
  content: none;
  display: none;
}
#header-fixed li:after{
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0px;
  height: 1px;
  content: '';
  opacity: 0.8;
  background: #2e82c4;
  -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: #2e82c4;
}

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


/****************************************
 ***********      HEADER      ***********
 ****************************************/
#header{
  position: relative;
  z-index: 10;
  background: #fff;
}
#header-logo{
  display: block;
  float: left;
  position: relative;
  width: 25%;
}
#header-logo img{
  width: 100%;
  max-width: 100%;
  height: 160px;
  float: left;
  object-fit: scale-down;
  object-position: left;
}

#header-menu{
  width: 75%;
  float: right;
}
#top{
  padding: 10px 0;
  text-align: right;
  border-bottom: 1px solid #f3f3f3;
  float: right;
}
#top a{
  margin: 0 3px;
}
#top .mail-to{
  font-size: 13px;
  color: #8f8f8f;
  margin-right: 15px;
}
#top .mail-to img{
  display: inline-block;
  vertical-align: middle;
  margin: -4px 7px 0 0;
}
#top .mail-to:hover{
  color: #2e82c4;
}
#top a.social{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transition: all 0.3s;
}
#top a.social:hover{
  filter: grayscale(1);
}
#top .social img{
  float: left;
  height: 30px;
}
#top a#account{
  margin-left: 15px;
  padding-right: 35px;
}
#top a#account.login{
  padding-left: 20px;
}
#header-menu h6{
  font-family: 'Dancing Script', cursive;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  margin-top: 21px;
  
}


#cart,
#account{
  position: relative;
}
#cart .cart-content,
#account .account-content{
  position: absolute;
  top: 42px;
  right: 0;
  width: 400px;
  height: 0;
  z-index: 20;
  color: initial;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
}
#account .account-content{
  width: 100%;
}
#cart .cart-content.item{
  width: 640px;
}
#cart .cart-content .cart-items,
#account .account-items{
  background: #f9f9f9;
  border: 1px solid #ededed;
  box-shadow: 5px 8px 10px rgb(0 0 0 / 5%);
}
#cart .cart-content p{
  padding: 20px;
}
#cart:hover .cart-content{
  height: auto;
}
#account:hover .account-content{
  height: auto;
  display: block;
}
#logout{
  background: transparent;
  transition: all 0.3s;
}
#logout:hover{
  color: #d40978;
  background: #f7f7f7;
}


#cart table{
  width: 100%;
}
#cart table tr{

}
#cart table td{
  text-align: left;
  padding: 10px 0;
  background: #fdfdfd;
  border-bottom: 1px solid #efefef;
}
#cart table td:nth-child(3){
  text-align: center;
  font-weight: 500;
  padding: 10px;
}
#cart table td:first-child{
  padding-left: 10px;
  width: 60px;
}
#cart table td:first-child img{
  height: 40px;
  width: 40px;
  margin: 0;
}
#cart table td:nth-child(2) a{
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  display: block;
  height: 18px;
  overflow: hidden;
  line-height: 18px;
  padding-left: 10px;
}
#cart table td:nth-child(2) a:hover{
  color: #2e82c4;
}
#cart table td:last-child{
  text-align: right;
  padding-right: 10px;
}
#cart table td:last-child img{
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}
#cart table td:nth-child(4){
  font-weight: 600;
  color: #d40978;
  text-align: center;
}
#cart table td:last-child img:hover{
  opacity: 1;
}
#cart .cart-summary{
  text-align: right;
  padding: 10px 5px;
}
#cart .cart-summary > *{
  float: right;
}
#cart .cart-summary em{
  margin-left: 25px;
}

#navbar{
  clear: both;
  margin-top: 10px;
  background: #2e82c4;
}
#navbar ul{
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#navbar ul li{
  position: relative;
  text-transform: uppercase;
}
#navbar ul li > a{
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding: 17px 36px 15px 35px;
  transition: all 0.3s;
}
#navbar ul li:not(:last-child):after{
  position: absolute;
  display: block;
  top: 3px;
  bottom: 0;
  right: 0px;
  width: 1px;
  height: 10px;
  background: #fff;
  opacity: 0.12;
  content: '';
  margin: auto;
}
#navbar ul li:before{
  position: absolute;
  display: block;
  bottom: 5px;
  right: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: rgb(255 255 255 / 15%);
  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 36px 12px 35px;
  background: #2772ab;
}

#navbar ul li:last-child a{
  background: #d40978;
}
#navbar ul li:last-child a:hover{
  background: #ba076a;
}
.item-active{
  color: #2e82c4;
  font-weight: 500;
}


/****************************************
 **********      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: #d40978;
  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);
}
#header-fixed .is_dropdown img{
  filter: invert(0);
}
.menu-dropdown a{
  color: #fff!important;
}
.menu-dropdown.open a{
  display: block!important;
  white-space: nowrap;
  padding: 6px 40px!important;
  font-size: 14px!important;
  font-weight: 300;
  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: #ba076a!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: #2e82c4;
}
#header-fixed .menu-dropdown{
  top: 63px;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 0.1);
}



/****************************************
 ***********      SLIDER      ***********
 ****************************************/
#slider-banner{
  position: relative;
  z-index: 5;
  height: 260px;
}
#slider-banner > div{
  height: inherit;
  position: relative;
}
#searchForm{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  max-width: 680px;
  width: 100%;
}
#searchForm > *{
  display: block;
  float: left;
  border: none;
}
#searchForm .selectBox,
#searchForm input{
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
}
#searchForm input{
  width: 55%;
  width: calc(60% - 50px);
}
#searchForm .btn{
  cursor: pointer;
  padding: 0 15px;
}
#searchForm .btn img{
  margin: 0;
  filter: invert(1);
}

#searchForm .selectBox{
  position: relative;
  width: 40%;
  text-align: center;
  cursor: pointer;
  padding: 0;
}
#searchForm .selectBox::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  content: attr(title);
  color: #fff;
}

#searchForm .selectBox::after,
#account::after{
  position: absolute;
  top: 14px;
  right: 10px;
  content: '';
  transform: rotate(90deg);
  width: 15px;
  height: 15px;
  filter: invert(1);
  background: url(../img/arrow_bold.svg) center no-repeat;
}
#account.login::after{
  content: none;
  display: none;
}
.selectBoxOptions {
  width: 100%;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 0px 1px#182983;
  -moz-box-shadow: inset 0px 0px 0px 1px #182983;
  box-shadow: inset 0px 0px 0px 1px #182983;
}
.selectBox-option {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -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, background;
}
.selectBox-option:hover {
  color: #ba076a;
}



/****************************************
 ***********      NEWS        ***********
 ****************************************/
#news{
  padding: 40px 0;
}
#news-carousel{
  margin-left: -10px;
  margin-right: -10px;
}
#news-carousel .news-box{
  padding: 0 10px;
}
#news-carousel .news-box.w33{
   margin-bottom: 25px;
}
#news-carousel .news-box.first a{
  height: 620px;
  margin-bottom: 0;
}
#news-carousel .news-box a{
  display: block;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#news-carousel .news-box a::before{
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #fff;
  opacity: 0.6;
  content: '';
  z-index: 2;
  transition: all 0.3s;
}
#news-carousel .news-box a::after{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  content: '';
  opacity: 0.4;
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}
#news-carousel .news-box a:last-of-type{
  margin-bottom: 0;
}
#news-carousel .news-box img{
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
  z-index: 1;
  transition: all 0.3s;
}
#news-carousel .news-box.first h3{
  font-size: 26px;
  line-height: 32px;
}
#news-carousel .news-box h3{
  position: absolute;
  z-index: 5;
  bottom: 35px;
  left: 35px;
  right: 35px;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  transition: all 0.3s;
  text-shadow: 5px 5px 15px rgb(0 0 0 / 48%);
}

#news-carousel .news-box a:hover h3{
  bottom: 50px;
}
#news-carousel .news-box a:hover img{
  transform: scale(1.1);
}
#news-carousel .news-box a:hover::before{
  opacity: 1;
}


#news-carousel .slick-prev,
#news-carousel .slick-next{
  position: absolute;
  top: -80px;
  width: 30px;
  height: 30px;
  border: none;
  margin-bottom: 0;
  outline: none;
  right: 40px;
  z-index: 15;
  cursor: pointer;
  border-radius: 50%;
  transform: scaleX(-1);
  border: 2px solid rgba(0, 0, 0, 1);
  opacity: 0.1;
  background: url(../img/arrow_bold.svg) center right -1px /auto 100% 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;
}
#news-carousel .slick-next{
  right: 0px;
}
#news-carousel .slick-prev:hover,
#news-carousel .slick-next:hover{
  opacity: 0.4;
}
#news-carousel .slick-next{
  transform: scaleX(1);
  background: url(../img/arrow_bold.svg) center right -1px /auto 100% no-repeat;
}

#news.subpage .slick-track{
    margin-left: 0;
}

/****************************************
 ********         PROD           ********
 ****************************************/
#product{
  margin: 120px 0;
  background: #f7f7f7;
}
#product .left{
  width: 50%;
  float: left;
}
#product .left img{
  height: 600px;
  width: 100%;
  object-fit: scale-down;
  margin-top: -70px;
  float: left;
}
#product .right{
  width: 50%;
  float: left;
  position: relative;
}
#product .left,
#product .right{
  height: 460px;
}
#product .right > div{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#product h2{
  padding-bottom: 5px;
  transition: all 0.3s;
}
#product a:hover h2{
  color: #d40978;
}
#product h5{
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
#product h5 a{
  color: #878787;
  font-weight: 500;
}
#product h5 a:hover{
  color: #d40978;
}
#product p{
  padding: 20px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
#product h6{
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #d40978;
}
#product h6 b{
  font-size: 28px;
  padding-left: 5px;
}
#product em{
  padding: 0 30px;
  cursor: pointer;
}



/****************************************
 ********      MAIN CONTENT      ********
 ****************************************/
#main-content{
  padding: 40px 0;
  background: #fff;
  position: relative;
}
#main-content::before{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28vw;
  height: 70%;
  background: #2e82c4;
  content: '';
}
#main-content .left{
  width: 60%;
  float: left;
  padding-top: 50px;
}

#main-content .left h5{
  display: block;
  float: left;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#main-content .left h2{
  font-weight: 400;
  font-size: 24px;
}
#main-content .left h2 b{
  font-weight: 600;
  font-size: 28px;
}
#main-content .left p{
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #5a5a5a;
}
#main-content .left p b{
  font-weight: 500;
}
#main-content .right{
  width: 40%;
  float: left;
}
#main-content .right img{
  float: right;
  width: 420px;
  height: 420px;
  object-fit: cover;
  border-radius: 50%;
  z-index: 4;
  position: relative;
  border: 8px solid #2e82c4;
  outline: 8px solid #e4087e!important;
}

#main-content .social{
    float: right;
}
#main-content .social img{
  height: 42px;
  margin-left: 15px;
}
#main-content .btn{
  padding: 0 50px;
}


/****************************************
 ********          BOTTOM        ********
 ****************************************/
#bottom{
  background: #f7f7f7;
  padding: 60px 0;
}
#bottom .left{
  width: 50%;
  float: left;
  padding-right: 100px;
}
#bottom .right{
  width: 50%;
  float: left;
}
#newsletter_box h3 {
  font-size: 22px;
  line-height: 26px;
  color: #2e82c4;
  margin-top: 6px;
}
#newsletter_box p{
  font-weight: 400;
  display: block;
  padding: 15px 0;
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 22px;
}
#newsletter_box p small{
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  color: #9d9d9d;
}
#newsletter_box p small b{
  display: inline;
}
#newsletter_box form {
  display: block;
  width: 100%;
}
#newsletter_box form .input-holder{
  padding: 0;
}
#newsletter_box form input{
  width: 65%;
  float: left;
}
#newsletter_box form button{
  width: 35%;
  float: left;
  border: none;
}




/****************************************
 ********          FOOTER        ********
 ****************************************/
#footer{
  position: relative;
  padding: 50px 0;
  background: #fff;
}
#footer p{
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  display: block;
  float: left;
  padding: 8px 0;
}
#footer span{
  display: block;
  float: right;
  margin-right: 25px;
  margin-top: 10px;
}
#footer p a{
  padding-right: 25px;
  opacity: 0.8;
  line-height: 40px;
  color: #7a7a7a;
  font-weight: 500;
}
#footer p a:hover{
  color: #2e82c4;
  opacity: 1;
}
#footer p em{
  padding: 0 25px;
}
#footer .w30 img{
  float: right;
  height: 84px;
}



/****************************************
 ********       CUSTOM FORM      ********
 ****************************************/
.input-holder{
 padding: 5px;
 box-sizing: border-box;
}
.input-holder input,
.input-holder select,
.input-holder textarea{
 width: 100%;
 height: 60px;
 border: 1px solid #ccc;
 background: #fff;
 padding: 5px 15px;
 box-sizing: border-box;
 font: 400 15px "Montserrat";
}
.input-holder button{
 width: 100%;
 height: 60px;
 border: 1px solid #fff;
 font-weight: 400;
 font-size: 15px;
 color: #fff;
 font: 400 15px "Montserrat";
 cursor: pointer;
 outline: none;
 -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;
}
.input-holder label{
 display: block;
 width: 100%;
 padding-left: 15px;
 box-sizing: border-box;
 font-size: 13px;
 line-height: 21px;
 font-weight: 200;
 text-align: justify;
 margin: 10px 0;
 cursor: pointer;
}
.input-holder label b{
 font-weight: 400;
}
.input-holder input[type="checkbox"]{
 display: inline-block;
 float: left;
 width: 16px;
 height: 16px;
 padding: 0;
 margin: 3px 10px 25px 0;
}


#custom-form{
  position: relative;
  padding: 158px 0 30px 0;
}
#form-contact{
  position: relative;
  padding-left: 5%;
}
#custom-form:before{
  position: absolute;
  top: 100px;
  bottom: -80px;
  left: -3%;
  width: 60vw;
  content: '';
  background: #f5f5f5;
}
#custom-form h2.section_title{
  font-size: 30px;
  line-height: 34px;
}
#custom-form p{
  font-size: 32px;
  color: #2e82c4;
  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: #2e82c4;
  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: #2e82c4;
  max-width: 280px;
  float: right;
}
#custom-form button[type="submit"]:hover{
  color: #fff;
  background: #2772ab;
}
.fileName{
  display: inline-block;
  color: #2e82c4;
  line-height: 60px;
  vertical-align: top;
  padding: 0 15px;
}



.expand-content{
  display: block;
  color: #fff;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}
.expand-content.act {
  background: #ffffff;
}
.expand-content h6{
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  cursor: pointer;
  background: #131b29;
  padding: 15px 25px 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: background;
}
.expand-content:hover h6, .act h6 {
  background: #2e82c4;
}
.expand-content h6 em{
  display: inline-block;
  float: right;
  border-radius: 50%;
  width: 27px;
  padding-top: 1px;
  height: 27px;
  line-height: 21px;
  text-align: center;
  font-size: 15px;
  color: #d4d4d4;
  font-family: monospace;
  border: 2px solid #d4d4d4;
  transform: rotate(90deg);
  -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, border-color;
}
.expand-content:hover em, .act h6 em {
  color: #fff;
  border-color: #fff;
}
.act h6 em {
  transform: rotate(270deg);
  padding-top: 0;
}
.expand-content > div{
  background: none;
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
  color: initial;
  padding: 0 30px;
  outline: 1px solid #c51c2e!important;
  outline-offset: -1px!important;
}
.expand-content > div:before,
.expand-content > div:after {
  display: block;
  height: 20px;
  content: '';
}
.expand-content img{
  max-height: 360px;
  max-width: 100%;
  margin: 5px 15px;
}
.expand-content table{
  border: 1px solid #f2f1f0;
}
.expand-content table th{
  padding: 15px 20px;
  color: #2e82c4;
  background: #f2f1f0;
}
.expand-content table td{
  padding: 10px 20px;;
}

.tabela-prod table,
#subpage-content table{
  border: 1px solid #e7e7e7;
  margin-top: 30px;
  width: 100%;
}
.tabela-prod table th,
#subpage-content table th{
  padding: 18px 25px;
  background: #f7f7f7;
  font-weight: 500;
}
.tabela-prod table td,
#subpage-content table td{
  padding: 10px 25px;
  color: #6e6e6e;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px dashed #f7f7f7;
}
#subpage-content table td:last-child b {
  color: #2e82c4;
  font-weight: 600;
}
#subpage-content table td b {
  font-weight: 500;
}
#mycart table td:first-child{
  width: 120px;
}
#mycart table td:first-child img{
  height: 60px;
  width: 60px;
  object-fit: scale-down;
}
#mycart table td:last-child img{
  height: 21px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s;
}
#mycart table td:last-child img:hover{
  opacity: 1;
}
#subpage-content  #mycart td,
#subpage-content  #mycart th{
  text-align: left;
}
#mycart td:nth-child(2) a{
  font-weight: 500;
}
#mycart td:nth-child(2) a:hover{
    color: #2e82c4;
}
#mycart input{
  width: 80px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #dfdfdf;
  text-align: center;
  padding: 0;
  padding-left: 10px;
}
#mycart td em{
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 28px;
  background: #e9e9e9;
  vertical-align: top;
  cursor: pointer;
  transition: all 0.3s;
}
#mycart td em.minus{
  line-height: 38px;
}
#mycart td em:hover{
  background: #d40978;
  color: #fff;
}
#subpage-content  #mycart td:last-child,
#subpage-content  #mycart th:last-child,
#subpage-content  #mycart td:nth-child(4),
#subpage-content  #mycart th:nth-child(4){
  text-align: right;
}
#subpage-content  #mycart td:nth-child(4){
  font-weight: 600;
  color: #d40978;
}
#subpage-content  #mycart td:nth-child(3),
#subpage-content  #mycart th:nth-child(3){
  text-align: center;
}
.mycart-summary{
  text-align: right;
}
.mycart-summary h5{
  padding: 15px 0;
  font-size: 20px;
  line-height: 32px;
}
.mycart-summary a{
  padding: 0 50px;
}
#subpage-content video{
	width: 100%;
	height: auto;
	max-height: 100vh;
}
#subpage-content .pgimg{
	float: left;
	padding: 25px 20px 10px 0;
}

#subpage-content .expand-content > div ul,
#subpage-content .expand-content > div ol{
  margin-top: -20px;
}
#subpage-content .expand-content > div ul > li,
#subpage-content .expand-content > div ol > li{
  padding: 2px 0;
}
#subpage-content .expand-content > div ul{
  list-style: none;
}
#subpage-content .expand-content > div ul li{
  padding-left: 25px;
  background: url(../img/arrow.png) top 6px left no-repeat;
}
img.subpage-foto{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.info-boxes{
  margin-top: 30px;
}
.info-boxes blockquote{
  width: 48%;
  display: block;
  float: left;
  padding: 30px;
}
.info-boxes blockquote *{
  color: #fff!important;
}
.info-boxes blockquote:last-of-type{
  margin-left: 2%;
  background: #131313;
}
.info-boxes blockquote:first-of-type{
  margin-right: 2%;
  background: #2e82c4;
}
.info-boxes blockquote h3{
  font-size: 26px;
  line-height: 32px;
  padding: 10px 0 20px 0;
}
#subpage-content .info-boxes blockquote:first-of-type ul li:before{
    background: #131313;
}
.info-boxes._w33 blockquote{
  width: 31.33333%;
}
.info-boxes._w33 blockquote:nth-child(2){
  margin-left: 1%;
  margin-right: 1%;
  background: #f9f9f9;
}
.info-boxes._w33 blockquote:nth-child(2) *{
  color: initial!important;
}


#shop{

}
#shop .left{
  width: 23%;
  margin-right: 2%;
  float: left;
  background: #f9f9f9;
  margin-top: 5px;
  position: relative;
}
#shop .left:before{
  display: block;
  position: absolute;
  top: 0;
  left: -30vw;
  width: 30vw;
  height: 100%;
  content: '';
  background: #f9f9f9;
}
#shop .left h4{
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  height: 60px;
  line-height: 62px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  background: #d40978;
}
#shop .left h4:before{
  display: block;
  position: absolute;
  top: 0;
  left: -30vw;
  width: 30vw;
  height: 100%;
  content: '';
  background: #d40978;
}
#shop .left h4 img{
  vertical-align: middle;
  display: inline;
  margin: -3px 10px 0 0;
  height: 20px;
  width: auto;
}
#shop .left ol{
  list-style: none;
  margin: 0;
  width: 100%;
  margin-top: 5px;
}
#shop .left ol li{
  display: block;
  width: 100%;
  transition: all 0.3s;
  color: #666666;
  font-weight: 500;
}
#shop .left ol li.active{
  font-weight: 600;
  color: #d40978;
}
#shop .left ol li:hover{
  color: #d40978;
  padding-left: 5px;
}
#shop .left ol li a{
  display: block;
  padding: 0;
  position: relative;
}
#shop .left ol li a::before{
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #cfcfcf;
  content: '';
}
#shop .left ol li a:hover{
  color: #d40978;
}
#shop .right{
  width: 75%;
  float: left;
}
.prodBox{
  display: block;
  width: 33.3333%;
  float: left;
  padding: 5px;
}
.prodBox a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #fdfdfd;
  border: 1px solid #d7d7d7;
  text-align: center;
  transition: all 0.3s;
}
.prodBox a > img{
  margin-top: 25px;
  width: 100%;
  height: 200px;
  object-fit: scale-down;
  float: left;
}
.prodBox a .prodInfo{
  height: 150px;
  position: relative;
  padding-bottom: 60px;
}
.prodBox a h3{
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.prodBox a span{
  display: block;
}
.prodBox a span b{
  color: #d40978;
  font-size: 28px;
  line-height: 36px;
}
.prodBox a em{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


.prodBox a:hover{
  border-color: #d40978;
}

/* *********   SUBPAGE PROD CARD    ********* */
#product-description{
  padding-bottom: 70px;
  background: #fff;
}
 .product-fotos{
   text-align: center;
 }
 .product-fotos a{
   display: inline-block;
   height: 60px;
   margin: 2px 0;
   position: relative;
 }
.product-fotos a img{
  height: 100%;
  float: left;
  object-fit: scale-down;
  padding: 3px;
  border: 1px solid #f3f3f3;
  -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, filter;
}
.product-fotos a:first-of-type{
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: auto;
}
.product-fotos a:first-of-type img{
  width: 100%;
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
.product-fotos a:hover img{
  filter: grayscale(0.7);
  border-color: #d40978;
}
.product-fotos a:after{
 position: absolute;
 top: 60px;
 bottom: 0;
 left: 0;
 right: 0;
 width: 50px;
 height: 50px;
 margin: auto;
 content: '';
 background: url(../img/search.svg) center no-repeat;
 background-size: auto 20px;
 filter: invert(1);
 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, top;
}
.product-fotos a:first-of-type:after{
 background-size: auto 50px;
}
.product-fotos a:hover:after{
  opacity: 1;
  top: 0;
}

.product-informations{
  padding-left: 60px;
}
.product-informations table{
  border: 1px solid #f7f7f7;
}
.product-informations td{
  padding: 10px 20px;
  font-weight: 600;
  color: #3e3e3e;
}
.product-informations td:last-child{
  color: #d40978;
  font-weight: 600;
}
.product-informations tr:nth-child(odd){
  background: #f7f7f7;
}
.product-informations .col:first-of-type{
  width: 200px;
}
#product-description h3{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
#subpage-content .product-informations table{
  margin-top: 15px;
}
#subpage-content .product-informations table td{
  font-size: 14px;
  font-weight: 500;
  color: #7c7c7c;
}
#subpage-content .product-informations table td:last-child{
  font-weight: 600;
}
.product-informations .prodInfo > * {
  vertical-align: middle;
}
.product-informations .prodInfo span{
  font-size: 20px;
  font-weight: 300;
  line-height: 42px;
  margin-right: 15px;
}
.product-informations .prodInfo b{
  font-size: 28px;
  color: #d40978;
}
.product-informations .prodInfo em{
  cursor: pointer;
}


/***************************************************************************
 *****************************     SUBPAGES    *****************************
 ***************************************************************************/
#subpage-content hr{
  float: left;
}
/* *********   BANNER    ********* */
#subpage-banner{
  position: relative;
  height: 250px;
}
#subpage-banner .container{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 3;
}
#subpage-banner h1{
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgb(0 0 0 / 75%);
}
#subpage-banner:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.75;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}


/* *********   SUBPAGE CONTENT    ********* */
#subpage-content{
  background: #fff;
  padding: 50px 0;
}
#subpage-content p{
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #5a5a5a;
}
#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;
  color: #191919;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
#subpage-content ul li:before{
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  margin: 2px 10px 2px 0px;
  background: #2e82c4;
}
#subpage-content ol > li{
  font-size: 16px;
  line-height: 34px;
  padding: 3px 0;
}
#subpage-content p a:hover{
  color: #2e82c4;
}

#subpage-gallery{
  background: #fff;
}



#about-company{
  background: #fff;
  padding: 30px 0;
  position: relative;
}
#about-company:before{
  z-index: 1;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 50%;
  content: '';
  background: #2e82c4;
}
#about-company:after{
  z-index: 2;
  position: absolute;
  top: 150px;
  left: 40vw;
  width: 60vw;
  height: 50%;
  background: #000;
  content: '';
  opacity: 0.7;
}
#about-company .container{
  z-index: 3;
}
#about-company .w30 div{
  position: relative;
  min-height: 300px;
}
#about-company .w30.first div:after{
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 180px;
  background: #2e82c4;
  content: '';
}
#about-company img{
  width: 100%;
  object-fit: cover;
  float: left;
}
#about-company a{
  display: inline-block;
  border: 1px solid rgb(255 255 255 / 55%);
  padding: 15px 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-top: 300px;
  -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: background, color;
}
#about-company a:hover{
  background: #fff;
  color: #131313;
}

#about-company-1{
  background: #fff;
  margin-top: -91px;
}
#about-company-1 hr{
  float: left;
}
#about-company-1 blockquote{
  margin-bottom: 30px;
  color: #191919;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  padding-left: 65px;
}
#about-company-1 blockquote p b{
  font-size: 22px;
  text-transform: uppercase;
  color: #2e82c4;
}
#about-company-1 blockquote > span{
  position: absolute;
  display: block;
  width: 40px;
  text-align: center;
  font-size: 80px;
  left: 0;
  top: 19px;
  opacity: 0.2;
}

#about-company-2{
  margin-top: -250px;
  position: relative;
}
#about-company-2:before{
  position: absolute;
  top: -15%;
  left: 0;
  width: 40%;
  height: 115%;
  content: '';
  background: #f5f5f5;
}
#about-company-2.subpage-numbers{
  margin-top: 0;
  text-align: center;
  background: #fff;
}
#about-company-2.subpage-numbers:before{
  top: -5%;
  bottom: -5%;
  width: 50%;
  height: 110%;
}
#about-company-2 .in-numbers{
  display: inline-block;
  vertical-align: top;
  width: 285px;
}
#about-company-2 .w40 h3{
  font-size: 26px;
  line-height: 40px;
  color: #2e82c4;
  max-width: 300px;
}
#about-company-2 .w40 a{
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  background: #131313;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  -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: background, color;
}
#about-company-2 .w40 a:hover {
  background: #2e82c4;
  color: #ffffff;
}
#about-company-2 .in-numbers img{
  display: block;
  margin: 30px auto;
  float: none;
  height: 100px;
  max-width: 100%;
}
#about-company-2 .in-numbers h3{
  padding: 0;
  text-align: center;
  line-height: 26px;
  font-weight: 300;
  font-size: 18px;
  display: block;
  color: #342e27;
}
#about-company-2 .in-numbers p{
  padding: 0;
  text-align: center;
  font-weight: 400;
  padding: 10px 0px;
  font-size: 16px;
  line-height: 22px;
  color: #6e6e6e;
  box-sizing: border-box;
  display: block;
  max-width: 180px;
  margin: 0 auto;
}

.contact-page{
  padding-top: 40px;
  padding-right: 30px;
}
.contact-page img{
  max-height: 100px;
  max-width: 100%;
}
.contact-page h3{
  font-size: 24px;
  line-height: 28px;
  color: #2e82c4;
  font-weight: 500;
  margin-top: 20px;
}
.contact-page h4{
  font-size: 17px;
  line-height: 46px;
}
#subpage-content .contact-page p{
  padding: 10px 0;
  font-size: 18px;
  line-height: 28px;
}
#subpage-content .contact-page a{
  font-weight: 600;
  padding: 0 5px;
}


#our-offer.subpage{
  background: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
}

#our-offer.subpage.subpage-boxed .offer-element{
  display: block;
  float: left;
  width: 33.333%;
  padding: 1px;
  height: 460px;
}
#our-offer.subpage.subpage-boxed .offer-element img{
  filter:grayscale(1);
}
#our-offer.subpage.subpage-boxed .offer-element a > div{
  padding: 0 15px;
}

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

.gallery-menu-box{
  display: block;
  float: left;
  margin: 0;
  width: 50%;
  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;
  overflow: hidden;
}
.gallery-menu-box-image{
  overflow: hidden;
  height: 500px;
  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: 32px;
  line-height: 36px;
  font-weight: 400;
  -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: 25px;
  font-weight: 200;
  line-height: 32px;
}
.gallery-menu-box span img{
  display: inline-block;
  vertical-align: middle;
  margin: -3px 7px 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: #2e82c4;
}





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

#popup-modal-account.visible.login-box-modal{
  max-width: 500px;
  min-height: 300px;
  height: auto;
  top: 75px;
  bottom: auto;
}
#popup-modal-account.visible.login-box-modal .modal-content{
  padding: 35px 40px 10px 40px;
}
.login-box-modal h2{
  font-size: 28px;
  line-height: 32px;
  padding: 5px 0 20px 0;
  font-weight: 500;
}
.login-box-modal label{
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  text-align: left;
  margin-top: 10px;
}
.login-box-modal label u{
  font-weight: 500;
  font-size: 11px;
  padding-left: 10px;
  text-decoration: none;
  color: #afafaf;
}
.login-box-modal div{
  float: left;
  width: 100%;
  clear: both;
}
.login-box-modal input,
.login-box-modal select{
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 0;
  border: 1px solid #ddd;
  margin-bottom: 6px;
  -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;
}
.login-box-modal input[type="checkbox"]{
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: -3px 6px 0 0;
}
.login-box-modal input:hover,
.login-box-modal input:active,
.login-box-modal input:focus,
.login-box-modal select:hover,
.login-box-modal select:active,
.login-box-modal select:focus{
  border: 1px solid #adccff;
}
.login-box-modal .actions{
  text-align: right;
  color: #c3c3c3;
  line-height: 24px;
  margin-top: 8px;
}
.login-box-modal span{
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  cursor: pointer;
  color: #7e7e7e;
  -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;
}
.login-box-modal span:hover{
  color: #2e82c4;
}
.login-box-modal span:last-of-type{
  padding-right: 0;
}
.login-box-modal button,
.login-box-modal .bb span{
  display: block;
  color: #fff;
  border: none;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  cursor: pointer;
  font: 400 16px 'Montserrat';
  line-height: 40px;
}
.login-box-modal .ln{
  display: block;
  position: relative;
  clear: both;
  line-height: 20px;
}
.login-box-modal .ln:before{
	position: absolute;
	top: 50%;
	right: 57%;
	width: 30%;
	height: 1px;
	background: #ccc;
	content: '';
}
.login-box-modal .ln:after{
	position: absolute;
    top: 50%;
    left: 57%;
    width: 30%;
    height: 1px;
    background: #ddd;
    content: '';
}
.login-box-modal .bb span{
	text-align: center;
	margin-top: 0!important;
}

.login-box-modal strong,
.login-box-modal em{
  text-align: center;
  color: white;
  background: red;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  right: 0;
  font-weight: 500;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 12px;
}
.login-box-modal em{
  background: #00c300;
}
#log-form div img{
    height: 60px;
    width: 100%;
    object-fit: scale-down;
    margin-top: 3px;
    margin-bottom: 2px;
    border: 1px solid #e9e9e9;
}
#log-form div input[type="file"]{
	margin-bottom: 12px;
}
#log-form div.no-logo input[type="file"],
#log-form div.no-logo img{
	display: none;
}

/***************************************************************************
 *****************************      MEDIA      *****************************
 ***************************************************************************/
 @media all and (max-width: 1400px){
  .container{
 	  max-width: 100%;
    padding: 0 15px;
  }
  .slider-element .container{
    max-width: 100%;
  }
  #footer span{
	   margin-right: 0;
  }
  .our-offer-box.w60:before{
    right: -15px;
  }
  #contact-banner{
    margin-top: 40px;
  }
  #contact-banner img {
    margin-left: 0;
    width: 90%;
    margin-top: 0px;
    height: 500px;
    object-fit: cover;
  }
  #navbar ul li > a {
    padding: 17px 25px 15px 23px;
  }
  #navbar ul li a:hover {
    padding: 20px 25px 12px 23px;
  }
  #main-content .w40 {
    padding-left: 0;
  }

}

@media all and (max-width: 1200px){
  #mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    float: right;
    width: 40%;
    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{
	  padding: 12px 15px 18px 15px;
  }
  #mobile-menu.open em{
    display: none;
  }
  #mobile-menu.open span{
    border-top: 0;
	transform: rotate(45deg);
  }
  #mobile-menu.open span:after{
    transform: rotate(90deg);
    top: 9px;
    left: -1px;
    height: 2px;
  }

  #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;
  }
  .menu-dropdown a {
    display: block!important;
  }
  #header-fixed li {
    display: block;
    text-align: center;
    padding: 8px 0;
    font-weight: 400;
    height: auto;
    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 .container{
    padding: 0;
  }
  #header-fixed .menu-dropdown{
    background: rgb(189 189 189 / 4%);
    position: relative;
    box-shadow: none;
    left: 0;
    top: 8px;
    transform: translateX(0);
    transition: all 0.3s;
  }
  #header-fixed .menu-dropdown.open{
    height: auto;
  }
  #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: none;
    color: initial!important;
    font-weight: 300;
    font-size: 15px!important;
  }
  #header-fixed .menu-dropdown.open a:hover {
    color: #2772ab!important;
    background: transparent!important;
  }

  #top .rdct{
    display: none;
  }
  #mobile-rdct{
    display: block;
    width: 100%;
    float: left;
    margin-top: 15px;
  }
  #mobile-rdct a{
    margin: 0;
    width: 100%;
    display: block;
    padding: 10px 0;
  }

  #header{
	   margin-top: 42px;
  }
  #top{
	   text-align: center;
  }
  #header #header-logo,
  #header #header-menu{
	  width: 100%;
  }
  #header #header-logo img{
	   object-position: center;
    height: 100px;
  }
  #navbar{
	   display: none;
  }


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


  #slider,
  .slider-element > img {
    height: calc(100vh - 88px);
  }

  .our-offer-box.w40{
    width: 55%;
  }
  .our-offer-box.w60{
    width: 45%;
  }
  #main-content .w60,
  #main-content .w40{
    width: 50%;
  }
  #main-content .w60:before{
    left: -15px;
    width: 70%;
  }
  #contact-banner .w70 {
    padding-top: 60px;
  }
  #footer p{
  	width: 100%;
  	text-align: center;
  }
  #footer span{
	  float: none;
    width: 85px;
    clear: both;
    display: block;
    padding: 10px 0 0 0;
    margin: 0 auto;
  }
  #newsletter_box{
    padding: 20px 25px 0px 25px;
  }
  #contact-banner span {
    padding: 0 10px 0 20px;
  }
  #newsletter_box .c30{
    height: 10px;
  }


  #subpage-content > div > .w50{
	width: 100%;
	padding: 0!important;
  }

  #home{
	display: flex;
	flex-direction: column;
  }
  #home #header-logo{
	order: 2;  
	margin-bottom: 15px;
  }
  #home #header-menu{
	order: 1;  
  }
  #home .c0{
	order: 3;  
  }
	#header-menu h6{
		display: none;
	}
	#top a.social,
	.mail-to{
		display: none;
	}
	#top{
		border-bottom: none;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0;
		width: 60%;
		background: #000;
		text-align: left;
	}
	#top a{
		margin: 0;
	}
	#top a#account{
		margin-left: 0;
	}
	
	#slider-banner{
		height: 150px;
	}
	#main-content::before{
		width: 17vw;
	}
	#main-content .right img {
		width: 360px;
		height: 360px;
	}

	#cart .cart-content{
		display: none;
	}
	
	
	
}
@media all and (max-width: 960px){
  .slider-element h2{
    font-size: 36px;
    line-height: 44px;
    max-width: 480px;
    display: inline-block;
  }
  .slider-element p small {
    font-size: 15px;
    line-height: 26px;
  }
  .slider-element .container {
    bottom: 50%;
    transform: translateY(40%);
  }

  .our-offer-box.w40,
  .our-offer-box.w60,
  #contact-banner .w70,
  #main-content .w40,
  #bottom .w60,
  #bottom .w40{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .our-offer-box.w40{
    margin-bottom: 40px;
  }
  #contact-banner .w30,
  #main-content .w60{
    display: none;
  }
  #contact-banner .w70{
    padding-top: 60px;
  }
  #our-offer hr,
  #contact-banner .w70 hr,
  #main-content hr,
  #gallery hr,
  #newsletter_box hr,
  #subpage-content hr,
  #about-company-1 hr{
    float: none;
  }
  .contact-banner-contact > *{
    display: block;
    margin: 7px 0;
  }
  #contact-banner .phone{
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 26px;
  }
  .offer-element h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .offer-element {
    height: 500px;
  }
  #our-offer h2,
  #contact-banner h2,
  #main-content h2,
  #gallery h2,
  #newsletter_box h2,
  #subpage-content h2,
  #about-company-2 .w40 h3,
  .section_title{
    font-size: 28px;
    line-height: 32px;
  }
  #our-offer h5,
  #contact-banner h5,
  #main-content h5,
  #gallery h5,
  #about-company-1 blockquote p b{
    font-size: 19px;
    line-height: 20px;
  }
  #contact-banner p,
  #newsletter_box p,
  #about-company-1 blockquote{
    font-size: 15px;
    line-height: 28px;
    max-width: 600px;
    margin: 0 auto;
    float: none;
  }
  #about-company-1 blockquote{
    margin: 0 auto 40px auto;
    padding: 0;
  }
  #about-company-1 blockquote > span{
    display: none;
  }
  #contact-banner p + .c50{
    height: 10px;
  }
  #contact-banner span{
    font-size: 14px;
  }

  #main-content-features > div{
    display: inline-block;
    max-width: 155px;
    vertical-align: top;
    text-align: center;
    margin: 0 12px
  }
  #main-content-features > div img{
    display: block;
    width: 100%;
    height: 70px;
    object-position: center;
  }
  #main-content-features > div span{
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    font-size: 12px;
    line-height: 18px;
  }
  #main-content-features > div.c20{
    display: none;
  }
  #main-content-features > div > span b {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  #main-content-features{
    position: relative;
    padding-bottom: 25px;
  }
  #main-content-features:before{
    position: absolute;
    top: -25px;
    left: -15px;
    bottom: 0px;
    width: 50vw;
    width: calc(50vw + 8px);
    content: '';
    background: #f8f8f8;
    z-index: -1;
  }
  #gallery{
    text-align: center;
  }
  #gallery .gallery-element img{
    height: 50px;
  }
  #bottom .w60{
    padding-top: 35px;
    padding-bottom: 10px;
  }
  #bottom .w60 img {
    height: 100px;
  }
  #bottom ol {
    float: none;
    margin: 0 auto;
  }
  #bottom ol li{
    width: 100%;
    padding: 10px 0;
  }
  #bottom ol li em{
    float: none;
  }
  #bottom .social-box{
    display: none;
  }
  #bottom .container{
    padding-bottom: 0;
  }

  #subpage-banner h1{
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }
  #subpage-content{
    text-align: center;
  }
  #subpage-content .w33{
    width: 100%;
    text-align: center;
  }
  #subpage-banner {
    height: 140px;
  }
  #custom-form button[type="submit"] {
    float: none;
    max-width: 100%;
  }
  #about-company-1,
  #about-company-2{
    text-align: center;
  }

  .info-boxes blockquote{
    width: 100%!important;
    text-align: center!important;
    margin: 0 0 10px 0!important;
  }
  .tabela-prod table td, #subpage-content table td {
    padding: 10px 5px;
  }
  
  hr{
	  float: none;
  }
  h2{
	  text-align: center;
  }
  #news-carousel .slick-prev, 
  #news-carousel .slick-next{
	  display: none!important;
  }
  #product{
	  margin: 0;
  }
  #product .left, #product .right{
	width: 100%;
	height: auto;
	padding: 25px 0;
	text-align: center;
  }
  #product .left img {
    height: 260px;
	margin-top: 0;
  }    
  #product .right > div {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  
  #main-content::before{
	  display: none;
	  content: none;
  }
  #main-content .left,
  #main-content .right{
	 width: 100%;
	 text-align: center;
  }
  #main-content .social {
    display: none;
  }
  #main-content .right{
	  display: none;
  }
  #newsletter_box {
    padding: 0;
  }
  #bottom .left,
  #bottom .right{
	  width: 100%;
	  padding: 0;
	  text-align: center;
  }
  #newsletter_box form input,
  #newsletter_box form button{
	  width: 100%;
	  margin-bottom: 5px;
  }
	
	#news-carousel .news-box.w33{
		width: 50%;
	}

	.contact .w40,
	.contact .w30{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.prodBox{
		width: 50%;
	}
	
	#shop .left,
	#shop .right,
	.product-fotos,
	.product-informations{
		width: 100%;
	}
	#shop .left,
	.product-fotos{
		margin-bottom: 30px;
	}
	.product-fotos a:first-of-type img{
		max-height: 300px;
	}
	.product-informations{
		padding-left: 0;
	}
	#product-description h3{
		text-align: center;
	}
	
	#subpage-content .pgimg{
		float: none;
		padding: 30px 0;
	}


}


@media all and (max-width: 768px){
	#main-content #main-content-in-numbers-carousel img,
	#about-company-2 .in-numbers img{
		height: 64px;
		margin: 20px auto;
	}
	#main-content .in-numbers p,
	#about-company-2 .in-numbers p{
		min-height: auto;
	}
	.gallery-menu-box{
		width: 100%;
	}
	.gallery-menu-box-image{
	  height: 320px;
	}
	.input-holder{
		width: 100%!important;
	}
	#custom-form button[type="submit"]{float: none;}

  #main-content-features > div{
    max-width: 42%;
  }
  #main-content-features > div{
    margin: 20px 12px;
  }
  #top ol{
    width: 100%!important;
    float: left!important;
  }
  #top ol li{
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  
  #slider, .slider-element > img {
    height: calc(100vh - 159px);
  }
  #about-company-2 .in-numbers h3{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #6e6e6e;
  }
  #about-company-2 .in-numbers h3 b{
    font-weight: 500;
  }
  #about-company-2 .in-numbers p{
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
  }
  #searchForm{
	  width: 92%;
  }
  #searchForm .selectBox{
	  width: 100%;
  }
  #searchForm input{
	width: 95%;
    width: calc(100% - 50px);  
  }
  #top a {
    font-size: 12px;
  }
  #top #account,
  #top #cart{
	  padding-left: 10px!important;
	  padding-right: 20px!important;
  }
  
  #subpage-content #mycart tr,
  #subpage-content #mycart td{
	  display: block;
	  width: 100%;
  }
  #subpage-content #mycart td{
	  float: left;
	  line-height: 42px;
  }
  #subpage-content #mycart th{
	  display: none;
  }
  #subpage-content #mycart td:first-child{
	 width: 100%;
  }
  #subpage-content #mycart td:nth-child(2){
	 width: 100%;
  }
  #subpage-content #mycart td:nth-child(3){
	width: 50%;
  }
  #subpage-content #mycart td:nth-child(4){
	width: 35%;
  }
  #subpage-content #mycart td:nth-child(5){
	width: 15%;   
	text-align: center;
  }
  #mycart table td:last-child img{
	  margin-top: 10px;
  }
  #subpage-content #mycart td:nth-child(3){
	  text-align: left;
  }
  #mycart td em{
	  margin-top: 1px;
	  text-align: center;
  }

}
@media all and (max-width: 640px){
	#top{
		width: 75%;
	}
  #main-content-features > div{
    max-width: 100%;
    width: 100%;
  }
  #main-content-features > div{
    margin: 10px 0px;
  }
  #main-content-features:before{
    width: auto;
    right: -15px;
  }
  #main-content-features > div img {
    height: 58px;
  }
  #main-content-features > div > span P{
    margin-bottom: 3px;
  }
  #main-content,
  #bottom,
  #about-company-1,
  #our-offer.subpage{
    overflow-x: hidden!important;
  }
  #about-company-1,#custom-form{
    transform: translate(0)!important;
  }
  #about-company .w10{
    width: 100%;
    padding: 0 15px;
  }
  #about-company .w10 a{
    margin: 10px 0;
  }
  #about-company .container{
    padding: 0;
  }
  #about-company .w30{
    width: 50%;
  }
  #about-company img {
    height: 200px!important;
  }
  #our-offer.subpage.subpage-boxed .offer-element {
    width: 100%;
    height: 360px;
  }

  #about-company-2 .in-numbers{
    margin: 10px 0px;
    width: 100%;
    display: block;
  }
  #about-company-2 .in-numbers p{
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
  }
  #about-company-2.subpage-numbers:before{
    width: 100%;
  }
  
	#news-carousel .news-box.w33{
		width: 100%;
	}
	.prodBox{
		width: 100%;
	}
}
@media all and (max-width: 500px){
	#header-fixed{
		width: 100%;
		margin-left: -100%;
	}
	#mobile-menu.open{
		background: transparent;
	}
	#mobile-menu.open span{
		border-bottom: 2px solid #000;
	}
	#mobile-menu.open span:after{
		border-top: 2px solid #000;
	}
  #slider .mouse{
    bottom: auto;
    top: 75vh;
  }
	#footer p a{
		    display: block;
    width: 100%;
    padding: 0;
	}
	#footer p a:first-of-type{
		margin-top: 20px;
	}

}
@media all and (max-width: 400px){
	#mobile-menu{
		width: 20%;
	}
	#top{
		width: 80%;
	}
	
}
@media all and (max-width: 320px){
	#top a {
		font-size: 10px;
	}
	.btn img {
		margin: -4px 5px 0 0;
		height: 16px;
	}
	#top #account, #top #cart{
		padding-right: 10px!important;
	}
}
