@font-face {font-family:Raleway; src:url("/fonts/Raleway-Light.ttf"); font-weight:lighter;}
@font-face {font-family:Raleway; src:url("/fonts/Raleway-Regular.ttf"); font-weight:normal;}
@font-face {font-family:Raleway; src:url("/fonts/Raleway-SemiBold.ttf"); font-weight:bold;}
@font-face {font-family:RalewayBolder; src:url("/fonts/Raleway-ExtraBold.ttf"); font-weight:normal;}
@font-face {font-family:RalewayMedium; src:url("/fonts/Raleway-Medium.ttf"); font-weight:normal;}
@font-face {font-family:Vijaya; src:url("/fonts/vijaya.ttf"); font-weight:normal;}
@font-face {font-family:Honeymoon; src:url("/fonts/Honeymoon-Avenue-Script.ttf"); font-weight:normal;}
@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

/***
*
GENERAL
*
***/
body { 
	width: 100%;
	text-align: justify;
	color: #ababab;
	font-family:'Raleway', sans-serif;
	word-wrap: break-word;
	margin: 0px;
	background-color: #FFFFFF;
    overflow-x: hidden;
}

.max-width-site {
    max-width: 1600px;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'RalewayMedium', sans-serif;
	font-weight: 400;
	color: #29544d;
	letter-spacing: 2px;
}

h1 { font-size: 28px; }

h2.title_category {
  font-size: 20px;
  margin: 40px 0px;
  color: #29544d;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

h4 {margin-bottom: 20px;}

p {
	margin: 0px 0px 1rem;
	color: #29544d;
	line-height: 22px;
	font-size: 13px;
	letter-spacing: 1px;
}

p.description {
    margin: 0px 0px 0.5rem;
    color: #29544d;
    line-height: 22px;
    font-size: 12px;
    letter-spacing: 1px;
}

a {
    color: #89bab6;
}

a:hover {
	text-decoration: none !important;
	color: #a4dbd8;
}

.font-script {
    font-family: 'Honeymoon', sans-serif;
}

.nopadding {
    padding: 0px;
}

.nopadding-left {
    padding-left: 0px;
}

.nopadding-right {
    padding-right: 0px;
}

.pl-6, .px-6 {
    padding-left: 4rem!important;
}

.pr-6, .px-6 {
    padding-right: 4rem!important;
}

.pl-7, .px-7 {
    padding-left: 5rem!important;
}

.pr-7, .px-7 {
    padding-right: 5rem!important;
}

.interested {
    display: none !important;
    visibility: hidden !important;
}

label {
    width: 100%;
    margin: 0 0 6px;
    color: #777777;
    line-height: 22px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
}

form span {
    margin: 0px;
    color: #777777;
    line-height: 22px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
}

select {
    width: 100%;
    height: inherit;
    padding: .375rem 1.5rem;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #433d3f;
    background-color: #FFFFFF;
}

input {
    width: 100%;
    padding: .375rem 1.5rem;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    color: #433d3f;
    background-color: #FFFFFF;
}

.input-block {
    margin: 0px 0px 22px;
    width: 100%;
}

.form-control {
    padding: .5rem .75rem;
    font-size: 13px;
    border: 1px solid #ddd;
}

.custom-select {
    height: inherit;
    border: 1px solid #ddd;
}

textarea {
    width: 100%;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 0px 0px 0px 4px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #888888;
}

.form-group .alert-danger ul {
    padding: 0px;
    line-height: 24px;
}

.form-group .alert-danger ul li {
    list-style-type: none;
    font-size: 13px;
}

input[type=checkbox] {
    display: none;
    float: right;
}

input[type=checkbox]:checked + label {
    background: url('/img/icons/checkbox-check.png') no-repeat;
    height: 14px;
    width: 16px;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    float: left;
    margin: 3px 0px 0px 6px;
}

input[type=checkbox] + label {
    background: url('/img/icons/checkbox.png') no-repeat;
    height: 14px;
    width: 16px;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    float: left;
    margin: 3px 0px 0px 6px;
}

input[type=checkbox]:checked + label.label_left, input[type=checkbox] + label.label_left {
    float: left;
     margin: 3px 6px 0px 0px;
}

.btn_submit {
    font-size: 13px;
    padding: 3px 8px 2px 8px;
    letter-spacing: 1px;
    font-weight: bold;
}

button[type="submit"] { cursor: pointer; }

.spinner-visible { display: none; }

.box_background_blue {
    background-color: #89bab6;
    color: #ffffff;
    font-size: 13px;
    padding: 4px 0px 3px 2px;
    letter-spacing: 2px;
    margin: 6px 0px;
}

.background_green {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #9fbfbc;
}

.background_light_green {
    background-color: #e7f0ef;
}

.btn-full-white {
    background-color: #FFFFFF;
    border-radius: 4px;
}

a.btn-full-green {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 20px 4px;
    margin: 12px auto 0px;
    z-index: 2;
    background-color: #98b9b5;
    color: #FFFFFF !important;
    border: 1px solid #98b9b5;
    display: inline-block;
}

.btn-border-green {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #29544d;
    padding: 12px 30px;
    color: #29544d;
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

.btn-border-blue {
    background-color: #9FBFBC;
    border-radius: 10px;
    border: 1px solid #29544d;
    padding: 12px 30px;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}

.btn-border-green.grow {transform: scale(1); transition: 0.15s all ease; }
.btn-border-green.grow:hover { font-weight: 600; transform: scale(1.03); background-color: #29544d; color: #FFFFFF; font-weight: 400;}

.btn-border-blue.grow {transform: scale(1); transition: 0.15s all ease; }
.btn-border-blue.grow:hover { font-weight: 600; transform: scale(1.03); background-color: #29544d; color: #FFFFFF; font-weight: 400;}


span.blue {
    color: #89bab6;
}

#whatsapp-service {
    position: fixed;
    bottom: 5px;
    right: 0px;
    z-index: 99999999;
}

@media (min-width: 768px) {
    .five-cols .col-md-1,
    .five-cols .col-sm-1,
    .five-cols .col-lg-1 {
        width: 20%;
        *width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
  .ten-cols .col-md-1,
  .ten-cols .col-sm-1,
  .ten-cols .col-lg-1 {
    width: 10%;
    *width: 10%;
  }
  .eleven-cols .col-md-1,
  .eleven-cols .col-sm-1,
  .eleven-cols .col-lg-1 {
    width: 9.0909090909090909090909090909091%;
    *width: 9.0909090909090909090909090909091%;
  }
  .fifteen-cols .col-md-1,
  .fifteen-cols .col-sm-1,
  .fifteen-cols .col-lg-1 {
    width: 6.666666%;
    *width: 6.666666%;
  }
  .even-cols .col-md-1,
  .even-cols .col-sm-1,
  .even-cols .col-lg-1 {
    width: 40%;
    *width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .even-cols .col-md-2,
  .even-cols .col-sm-2,
  .even-cols .col-lg-2 {
    width: 20%;
    *width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

}

/** usada nos partners do footer **/
.partners .background {
  background-size: cover;
  padding-bottom: calc(100%);
  background-position: center;
}
/** **/

.arrow-right {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #FFFFFF;
  display: inline-block;
}

.caption_img {
    position: absolute;
    top: 3%;
    left: 7%;
}

.caption_form {
    position: absolute;
    top: 16%;
    left: 0%;
}

.caption_img .title {
    font-family: 'RalewayMedium', sans-serif;
    color: #ffffff;
    font-size: 17px;
    letter-spacing: 2px;
}

.caption_img .btn_white_border {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    font-size: 9px;
    padding: 2px 10px;
    text-align: center;
    letter-spacing: 1px;
}

button.btn_white_border[type="submit"] {
    font-size: 11px;
    padding: 2px 30px;
    font-weight: bold;
    margin-top: 66px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
}

.caption_img.form {
    top:18%;
}

.caption_form .form_title {
    color: #ffffff;
    font-size: 19px;
    padding: 2px 0px;
    text-align: left;
    letter-spacing: 3px;
    font-weight: bold;
}

.caption_form .form_title .bottom{
    letter-spacing: 5px;
    font-size: 22px;
}

.caption_form .form_description {
    color: #ffffff;
    font-size: 12px;
    padding: 2px 0px;
    text-align: left;
    letter-spacing: 1px;
}

.form_home_subscribe {
    margin-top:5px;
}

.form_home_subscribe input {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    height: 22px;
}

/*** MODAL ***/
#exitpopup_bg {
    display: none;
    width:100%;
    height:100%;
    position:fixed;
    background:#efeeec;
    opacity: .8;
    filter:alpha(opacity=0.8);
    z-index:999998;
    top:0px;
    left:0;
}
#exitpopup {
    width:80%;
    max-width:700px;
    height:auto;
    margin:0px auto;
    display:none;
    position:fixed;
    color:#ffffff;
    padding:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index:999999;
}
#exitpopup a img { margin: 0 auto; }

#popup-exit {

}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
#myModalHome .modal-content {
    /*width:60%;*/
    width: 100%;
    height:inherit;
    margin: 0 auto;
    pointer-events:all;
    background-color: #000;
}
.home_pop.modal-content {
    width:80% !important;
}
@media (min-width: 768px) {
    #myModalHome .modal-dialog {
        width: 700px;
    }
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    width:60%;
    height:inherit;
    margin: 0 auto;
    pointer-events:all;
    background-color: #000;
}
.modal-body {
    position: relative;
    padding: 0px;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 0px;
    display: block;
}
.modal-backdrop {
    opacity:0.9 !important;
}
button.close {
  position: absolute;
  top: -22px;
  right: -12px;
  z-index: 5;
  color:#FFFFFF;
}
.close {
  font-size: 40px;
  opacity: 0.7;
}
.close:hover {
  opacity: 0.8;
}
#a_popup {
  float: left;
}
#pop_close {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 2px 10px;
    margin-top: 12px;
}

/***
*
EXIT POPUP NEW
*
***/

#news-signup{
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: 10002;
    top: 24px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    /*background: #F1F2B5;
     background: -webkit-linear-gradient(to bottom right, rgba(250, 250, 250, 0.8) , rgba(250, 250, 250, 0.8));
     background: linear-gradient(to bottom right, rgba(250, 250, 250, 0.8) , rgba(250, 250, 250, 0.8)); */
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

#news-signup .wrapper {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -moz-border-radius: 3px;
    width: 98%
}
#news-signup_bg {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.8;
    z-index: 10001;
}

#news-signup_close {
    position: absolute;
    top: 10%;
    left: 90%;
    margin: 7px 0 0 -30px;
    width: 30px;
    height: 30px;
    color: #29544d;
    opacity: 1;
    cursor: pointer;
}

#news-signup_close::before {
    content: "×";
    font: 600 36px/1em 'Roboto Slab', serif;
}

#news-signup_close:hover {
    opacity:0.8;
}

#news-signup .newsletter-content {
    padding: 60px 3px;
    margin: 0 auto;
}

#news-signup h2 {
    font-weight: bold;
    margin: 0;
    color: #94b7b3;
}

#news-signup h6 {
    font-weight: lighter;
    text-transform: uppercase;
    margin: 0;
    color: #94b7b3;
}

/***
*
HEADER
*
***/

.menu-icon img {
    width: 20px;
}

.topbar {
    width: 100%;
    height: 26px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10050;
    margin: 0px;

}
.topbar .option {
    float: left;
    margin-left: 20px;
    font-size: 11px;
    letter-spacing: 1px;
    height: 26px;
    line-height: 26px;
}
.topbar .option i {
    font-size: 14px;
    margin-top: 6px;
}
.topbar .option img{
    float: left;
}
.topbar a {
    color: #FFFFFF;
}

.topbar form{ float: right; height: 16px; margin-top: 3px;}
.topbar form input{ width: 80%; height: 18px; margin: 0px; background-color: #edf6f5; color: #82a9a6; border: 1px solid #edf6f5; font-size: 11px;}
.topbar form button[type="submit"]{ width: 20%; float: right; height: 18px; margin: 0px; background-color: #a6c3be; color: #FFFFFF; border: 1px solid #a6c3be; font-size: 11px;}

.wrapper{
	width: 100%;
}

.header {
	padding-bottom:10px;
	margin: 0px 0px 8px;
	background-color: #FFFFFF;
}

.social_header {/*margin-right: 30px;*/}
.social_header a {text-decoration: none; margin: 0px 4px;}

.social_whats {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
}

.social_whats a {
    font-size: 14px;
    color: #bdbdbd;
    float: left;
    margin-top: 12px;
    text-decoration: none;
}

.social_whats a:hover {
    color: #7bbf6a;
}

.social{
    width: 100%;
	float: left;
    height: 34px;
}

.social a{
	margin: 12px 6px 0px 0px;
	text-decoration: none;
	float: left;
}

.home .logo {
    max-width: 186px;
    height: auto;
    /*margin: 0 auto;*/
    margin: 38px 0px 0px;
}

.header .logo {float: left;}
.logo {
	max-width: 186px;
    height: auto;
    margin: 13px auto 0;
}

.logo_small {
    width: 140px;
    height: auto;
    margin-top: 3px;
}

.marg_top {
    margin-top:10px;
}

.marg_top_big {
    margin-top:20px;
}

.subscribe {
	height: 74px;
	text-align: right;
}

.subscribe form{
	margin-top: 26px;
}

.subscribe h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0px 0px 4px;
	color: #bdbdbd;
}

.subscribe input {
	width: 147px;
	height: 24px;
	font-size: 12px;
	letter-spacing: 2px;
	background-color: #fbfcfe;
	border: 1px solid #fbfcfe;
}

button {
	background-color: #89bab6;
	color: #FFFFFF;
	border: 1px solid #89bab6;
}

.subscribe button {
	height: 24px;
	font-size: 12px;
}

.navbar-nav li {
	float: right;
	padding: 0 1rem;
}

.navbar-nav li a {
    font-family: 'RalewayMedium', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0.5rem;
    color: #666666 !important;
    font-weight: normal;
    cursor: pointer;
}

.navbar-nav li a:hover {color: #89bab6;}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active
{
    color:#fff; text-decoration:none; background-color:#f8f9fa;
}

.navbar {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    padding: 0 0.5rem;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
    line-height: 20px;
    display: block;
}

.navbar-toggler {
    background-color: #ffffff;
    border-radius: 0;
    outline: none;
    border: 0;
    position: relative;
    float: right;
    padding: 20px 10px;
    margin: 0px;
    display: block;
}

.navbar-toggler.collapsed {
    background-color: transparent;
}

.navbar-nav > li.dropdown.show {
  position: static;
}

#navbarNavDropdown .navbar-nav > li.dropdown.show .dropdown-menu {
  top: 99%;
  display: table;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 0.5rem;
  margin: 0px;
  text-transform: uppercase;
  border-top: 1px solid rgba(0,0,0,.15);
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, .175);
}

.navbar-nav > li.dropdown .dropdown-menu {
  border: 0px;
  box-shadow: none;
}

.dropdown-menu > li {
  display: table-cell;
  vertical-align: middle;
}

button.navbar-toggler:focus { outline: 1px none; }

#menu-fixed {
    position: relative;
    padding: 0;
    background-color: #FFFFFF;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, .175);
}

#intro {
    background: #FFFFFF;
    height: 480px;
    overflow: hidden;
    width: 100%;
}

.embed-responsive-16by9 {
    padding-bottom: 55.30%;
}

.embed-responsive {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
}

.text-hover {
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.menu-animation {
    color: transparent !important;
    background-image: linear-gradient(to right, #f00,#ff0,#0ff,#0f0);
    -webkit-background-clip: text;
    background-clip: text;
    -moz-background-clip: text;
    animation: animatemenu 10s linear infinite;
    background-size: 1000%;
}

@keyframes animatemenu {
  0%{
    background-position: 0% 100%;
  }
  50%{
    background-position: 100% 0%;
  }
  100%{
    background-position: 0% 100%;
  }
}

/*.text-hover div{
    letter-spacing: 3px;
    font-size: 0.95rem;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 25px;
    color: #29544d;
    letter-spacing: 3px;
    font-weight: 600;
    display: inline;
}

.text-hover div.grow {transform: scale(1); transition: 0.15s all ease; }
.text-hover div.grow:hover { font-weight: 400; -moz-transform: scale(1.03); -o-transform: scale(1.03); -webkit-transform: scale(1.03); transform: scale(1.03); background-color: #29544d; color: #FFFFFF;}*/


#popup-fairs { max-width: 660px; padding: 0px; }

/**
 * Search
 * ----------------------------------------------------------------------------
 */

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0, -100%) scale(0, 0);
    -moz-transform: translate(0, -100%) scale(0, 0);
    -o-transform: translate(0, -100%) scale(0, 0);
    -ms-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99000;
}

#search.open {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    width: 50%;
    color: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0;
    border-bottom: 1px solid;
    margin-left:25%;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

@media (max-width:767px) {
    #search input[type="search"] {
        font-size: 30px;
    }
}

#upperSearch{
    width: 100%;
    height: 179px;
    background-color: white;
}

.innerSearch{
    padding: 5px;
    background-color: white;
    text-align: center;
}

.innerSearch p{
    margin-top: 10px;
    text-align: center;
    color: black;
    font-size: 12px;
    height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.imgSearch{
    padding:5px;
}

.ui-menu {
    position: fixed;
    height: calc(100% - 179px);
    overflow-y: auto;
    z-index: 99002;
    width: 100%;
    top: 179px !important;
    left:0 !important;
    padding: 0 10%;
    list-style-type: none;

}

.ui-menu .ui-menu-item {
    color: #000;
    font-size: 15px;
    padding: 5px;
    float: left;
}

.ui-menu .ui-menu-item:hover div {
    cursor: pointer
}



/**
 * Homepage
 * ----------------------------------------------------------------------------
 */

.cat_title.product-caption {
    font-size: 14px;
    letter-spacing: 2px;
}

.outer {
  border-left:1px solid #d7d7d7;
  border-top:1px solid #d7d7d7;
}

.product-item {
  border-right:1px solid #d7d7d7;
  border-bottom:1px solid #d7d7d7;
  float: left;
}

.product-box:hover img, .product-box:hover .product-caption, .product-box:hover .product-caption-sub {
    opacity:.1;
}

.view-more-hover {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #C0C0C0;
    opacity: 0.2;
    z-index:2;
}

.btn-view-more {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    display: none;
    z-index:3;
}

.btn-view-more a {
    text-align: center;
    margin: 0 auto;
    display: none;
    opacity: 1;
    letter-spacing: 3px;
    font-size: 0.85rem;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 10px;
    color: #9fbfbc;
    letter-spacing: 3px;
    font-weight: 600;
    z-index:3;
    width: 50%;
    display: inherit;
}

.product-box:hover .view-more-hover, .product-box:hover .btn-view-more {
    display: block;
}

.product-item-legend {
    font-family: 'RalewayMedium', sans-serif;
    color: #29544d;
    font-size: 12px;
    letter-spacing: 1px;
    border-bottom: 1px solid #29544d;
    display: inline-block;
}

.product-item.b-subscribe {
	color: #29544d;
	font-family: 'RalewayMedium',sans-serif;
}

.product-item.b-subscribe .title{
	font-size: 13px;
  letter-spacing: 1px;
  width: 100%;
	line-height: 20px;
}

.product-item.b-subscribe .title .big{
	font-size: 20px;
  letter-spacing: 2px;
  width: 100%;
}

.product-item.b-subscribe .text{
	font-size: 12px;
  letter-spacing: 1px;
  width: 100%;
	font-style: italic;
}

.form_home_subscribe input[type="email"], .form_home_subscribe input[type="text"], .form_home_subscribe select {
    background-color: #FFFFFF;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 1px solid #29544d;
    text-align: center;
    padding: 12px 0px;
    margin: 10px 0px;
    text-align: center;
    text-align-last:center;
    color: #29544d;
}

.form_home_subscribe ::placeholder {
    color: #29544d;
    opacity: 1;
}

.form_home_subscribe :-ms-input-placeholder {
    color: #29544d;
}

.form_home_subscribe ::-ms-input-placeholder {
    color: #29544d;
}

.form_home_subscribe button[type="submit"] {
	font-family: 'RalewayMedium', sans-serif;
	color: #29544d;
	background-color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 1px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #29544d;
	display: inline-block;
}

.owl-carousel .text-container {
	top: 0;
	color: #FFFFFF;
	margin-left: 9%;
	max-width: 540px;
	margin-top: 25%;
}

.owl-carousel .text-container h2, .owl-carousel .text-container h4, .owl-carousel .text-container p {
	font-weight: bolder;
	color: #FFFFFF;
	text-align: left;
}

.owl-carousel .text-container h2 {
	font-family: 'RalewayBolder', sans-serif;
	font-size: 1.6rem;
	letter-spacing: 4px;
    margin-bottom: 0;
}

.owl-carousel .text-container h4 {
	font-family: 'RalewayMedium', sans-serif;
	font-size: 1rem;
	letter-spacing: 4px;
    margin-bottom: 0;
}

.owl-carousel .text-container div {
	font-family: 'RalewayMedium', sans-serif;
	font-size: 0.9rem;
	letter-spacing: 2px;
	border-bottom: 1px solid #FFFFFF;
	display: inline-block;
	text-transform: uppercase;
    margin-top: 20px;
}

.owl-theme .owl-dots{
  margin: 5px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 20px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
   background: none repeat scroll 0 0 #ffffff;
   border: 1px solid #29544d;
   border-radius: 20px;
   display: block;
   height: 12px;
   margin: 3px 4px;
   width: 12px;
   cursor: pointer;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #29544d;
}

.owl-carousel .owl-nav img {
    width: 18px;
}

.owl-novelties-ft.owl-theme .owl-dots {
  position: relative;
}


#clock {
 	float: left;
 	bottom: 0px;
 	left: 0px;
 	z-index: 2;
 	color: #FFFFFF;
 }

 #counter {
  display: block;
  z-index: 50;
  position: absolute;
  left: 0px;
  width: 250px;
  max-width: 250px;
  height: 300px;
  bottom: 10px;
  text-align: center;
}

.countdown-row{
  display: inline;
  text-align: center;
  font-weight: 300;
  color: white;
  margin: 0px;
  padding: 0px;
  -ms-text-shadow: #444 1px 1px 1px;
  -webkit-text-shadow: #444 1px 1px 1px;
  text-shadow: #444 1px 1px 1px;
}

#clock .day.big {
	width: 100%;
	font-size: 120px;
	height: 150px;
	float: left;
}

#clock .medium {
	width: 100%;
	font-size: 25px;
	float: left;
}

#clock .hour,  #clock .minute, #clock .second {
	width: 33.3333333333%;
	display: inline;
	float: left;
}

#clock .hour .big,  #clock .minute .big, #clock .second .big{
	width: 100%;
	font-size: 40px;
	display: inline;
	float: left;
}

#clock .hour .small,  #clock .minute .small, #clock .second .small{
	width: 100%;
	font-size: 15px;
	display: inline;
	float: left;
}

.home_about {
    padding: 28px 0px;
    color: #545454;
}

.home_about h1 {
    font-size: 21px;
    font-weight: bold;
    margin: 0px 0px 30px;
    line-height: 32px;
}

.home_about h2 {
    font-size: 16px;
}

.overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.10);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
    z-index:9999;
    color:white;
}

.uk-slidenav-previous {
	position: absolute;
	top: 45%;
	left: 0;
	font-size: 14px;
	line-height: 1em;
	color: #A1A1A1;
	text-decoration: none;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;
	opacity: .5;
	transition: .2s ease-out;
	font-family: sans-serif;
}

.uk-slidenav-next {
	position: absolute;
	top: 45%;
	right: 0;
	font-size: 14px;
	line-height: 1em;
	color: #A1A1A1;
	text-decoration: none;
	background: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 3px;
	opacity: .5;
	transition: .2s ease-out;
	font-family: sans-serif;
}

.owl-carousel .owl-item img, .owl-slide_animated .owl-item img {
    display: block;
    width: auto !important;
    margin: 0 auto;
}

.owl-carousel .product-caption-highlight{
    width: 100%;
    font-family: Vijaya;
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-weight: normal;
    font-style: normal;
    color: #92d7ec;
}

.owl-nav {
    width: 100%;
    position: absolute;
    top: 45%;
}

.owl-prev i {
    left: 1%;
    position: absolute;
    font-size:1.6rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    text-shadow: 3px 3px 16px #272634;
}

.owl-next i {
    right: 1%;
    position: absolute;
    font-size:1.6rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    text-shadow: 3px 3px 16px #272634;
}

.slide_products_carousel div a{
    display: block;
    float: left;
}

.slide_products_carousel div a img{
    display: block;
    float: left;
    margin-bottom: 7px;
}

.clearfix {
    content: "";
    display: table;
    /*float: none;*/
    clear: both;
}

#prev_carousel{
    position:absolute;
    background: url('../img/prev.png') no-repeat;
    width:66px;
    height:66px;
    display:block;
    z-index:200;
    top:33%; left:0px;
}

#next_carousel{
    position:absolute;
    background: url('../img/next.png') no-repeat;
    width:66px;
    height:66px;
    display:block;
    z-index:200;
    top:33%; right:0px;
}

.separator {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

h3.background {
    position: relative;
    z-index: 1;
    margin: 22px 0 5px;
}

h3.background:before {
    border-top: 1px solid #bdbdbd;
    content: "";
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

h3.background span {
    font-family: 'RalewayMedium',sans-serif;
    background: #FFFFFF;
    padding: 0 15px;
    color: #888;
    font-size: 16px;
    letter-spacing: 4px;
}

h2.above {
    border-bottom: 1px solid #bdbdbd;
    text-align: center;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.videoplayer {
    float: left;
    cursor: pointer;
}

.instagram_feed {
    padding: 0px 7px;
}

.parallax {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/**
 * Category Page
 * ----------------------------------------------------------------------------
 */
.product_thumb {
    float: left;
    padding: 0px 5px;
    margin: 12px 0px 40px;
    text-align: center;
}

.product_thumb a img {
    margin: 0 auto;
}

.product_thumb .product-caption, .product-caption {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;
    color: #29544d;
	text-transform: uppercase;
    letter-spacing: 1px;
}

.product_thumb .product-caption-sub, .product-caption-sub {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-top: 0px;
    color: #bebebe;
}

.product_thumb .product-caption-highlight{
    width: 100%;
    font-family: Vijaya;
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-weight: normal;
    font-style: normal;
    color: #92d7ec;
}

.product_thumb:hover a {
    cursor: pointer;
}

.product_thumb:hover a .product-caption {
    color: #a4dbd8;
}

.product-stock {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 0px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: underline;
}

.product_info .product-stock {
    text-decoration: none;
}

/**
 * All Products Page
 * ----------------------------------------------------------------------------
 */

 .menu-filters {
  border-bottom: 1px solid #d7d7d7;
  padding: 12px;
}
#navbarFilters .dropdown:hover>.dropdown-menu {
  display: block;
}
.clear-filter{
  display: none;
}
.dot {
  height: 22px;
  width: 22px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0px 6px;
}
.c-red { background-color: #D3261F; }
.c-blue { background-color: #bfd6e4; }
.c-yellow { background-color: #ECCB00; }
.c-grey { background-color: #e2dde1; }
.c-green { background-color: #C2D6CA; }
.c-pink { background-color: #EDCFD1; }
.c-gold { background-color: #FDE3CA; }
.c-brown { background-color: #AA855A;  }

.new-product {
  position: absolute;
  top: 2%;
  right: 4%;
  width: 22%;
}
.product_thumb {
  padding: 22px;
}
.product-caption {
  font-size: 0.7rem !important;
}
.btn-view-more a {
  font-size: 0.70rem;
  letter-spacing: 1px;
  font-weight: 600;
  width: 80%;
}
.owl-novelties.owl-theme .owl-dots {
  position: relative;
}
.row-eq-height > [class^=col] {
  display: flex;
  flex-direction: column;
}
.btn-green-underline, .btn-green-underline:hover{
  color: #29544d;
  border-bottom: 1px solid #29544d;
  font-size: 0.85rem;
}
.product-box--hover {
  padding: 6px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #FFFFFF;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 500ms ease-out 100ms;
  -o-transition: all 500ms ease-out 100ms;
  transition: all 500ms ease-out 100ms;
}
.product-box--content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 3;
  padding: 12px;
  -webkit-transition: all 500ms ease-out 100ms;
  -o-transition: all 500ms ease-out 100ms;
  transition: all 500ms ease-out 100ms;
}
.product-box:hover img, .product-box:hover .product-caption, .product-box:hover .product-caption-sub {
  opacity:1;
}
.product-box:hover .product-box--hover, .product-box:hover .product-box--content {
  display: block;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.3);
}
.product-box--title {
  text-align: left;
  color: #343434;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.product-box--description {
  text-align: justify;
  color: #343434;
  font-size: 0.70rem;
  letter-spacing: 1px;
}
.product-box--share {
  position: absolute;
  bottom:0;
  left:0;
  padding: 12px;
}

/** social share product **/
.menu--animation-share-basic {
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu--animation-share-basic .share i.fab,
.menu--animation-share-basic .share i.fa-share-alt {
  height: 30px;
  width: 30px;
  text-align: left;
  line-height: 30px;
}
.menu--animation-share-basic .share:hover.right .submenu li:nth-child(1) {
  opacity: 1;
  left: 30px;
  transform: rotate(0deg);
  transition-delay: 0.08s;
}
.menu--animation-share-basic .share:hover.right .submenu li:nth-child(2) {
  opacity: 1;
  left: 54px;
  transform: rotate(0deg);
  transition-delay: 0.16s;
}
.menu--animation-share-basic .share:hover.right .submenu li:nth-child(3) {
  opacity: 1;
  left: 82px;
  transform: rotate(0deg);
  transition-delay: 0.24s;
}
.menu--animation-share-basic .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu--animation-share-basic .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.menu--animation-share-basic .submenu li a {
  color: #343434;
}
.menu--animation-share-basic .submenu li a:hover i.fa {
  color: #212121;
}
.menu--animation-share-basic .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}
.menu--animation-share-basic .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}
.menu--animation-share-basic .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}


/*** NEW ***/
.form-catalogue-middle-banner {
    top: 50%;
    transform: translateY(-50%);
}

.form-catalogue-middle-banner .form-control,
.form-catalogue-middle-banner .custom-select {
    font-size: 0.75rem !important;
    border: 1px solid #fff;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-catalogue-middle-banner .custom-select option:first-of-type {
  color: #9e9e9e;
}

.form-catalogue-middle-banner .input-block {
    margin: 0px 0px 1rem;
    width: 100%;
}

.form-catalogue-middle-banner .btn, 
.form-catalogue-middle-banner .btn:link {
    border-radius: 0px;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    font-weight: bold;

    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: transparent;
}

.form-catalogue-middle-banner .btn:hover {
    color: #495057;
    background-color: #FFFFFF;
}



.form-ebook-interior-designers-middle-banner {
    top: 50%;
    transform: translateY(-50%);
}

.form-ebook-interior-designers-middle-banner .form-control,
.form-ebook-interior-designers-middle-banner .custom-select {
    font-size: 0.75rem !important;
    border: 1px solid #fff;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-ebook-interior-designers-middle-banner .custom-select option:first-of-type {
  color: #9e9e9e;
}

.form-ebook-interior-designers-middle-banner .input-block {
    margin: 0px 0px 1rem;
    width: 100%;
}

.form-ebook-interior-designers-middle-banner .btn, 
.form-ebook-interior-designers-middle-banner .btn:link {
    border-radius: 0px;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
    font-weight: bold;

    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #9fbfbc;
}

.form-ebook-interior-designers-middle-banner.btn:hover {
    color: #495057;
    background-color: #FFFFFF;
}


/** social share floating bar **/
/**************************************************************/
/*** Sticky Social ***/
/**************************************************************/
#sticky-social {
    z-index: 1;
    left: 0;
    position: fixed;
    bottom: 0%;
}

.sticky-bar-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sticky-social a, #sticky-social a:hover, #sticky-social a i {
    background: #89bab6;
}

#sticky-social i {
    background: #89bab6;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 30px;
}

#sticky-social i:hover {
    transition: all .4s ease-in-out;
    width:45px;
}


/**************************************************************/
/*** Landing Download Catalogue + Ebooks ***/
/**************************************************************/
.filters {  color: #96b6b5; }
.filter-name, .filter-name a {
    color: #96b6b5;
    font-weight: normal;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0px 12px;
    cursor: pointer;
}
.active-filter {
    font-weight: bold;
}


input[type=checkbox] + .checkbox-custom,
input[type=checkbox]:checked + .checkbox-custom {
    width: 35px;
    height: 35px;
    padding: 0px;
    margin: 0px 4px 0px 0px;
    color: #94b7b3;
    float: left;
    display: inline-block;
}

input[type=checkbox] + .checkbox-custom  {
    background: url('/img/icons/checkbox-square.jpg') no-repeat;
}

input[type=checkbox]:checked + .checkbox-custom {
    background: url('/img/icons/checkbox-square-check.jpg') no-repeat;
}

.downloads-list { 
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 370px;
    border-bottom: 1px solid #a7a7a7;
}
.download-item { border-bottom: 1px solid #f2f2f2; }

.download-title {
    color: #666666;
    font-size: 0.78rem;
    letter-spacing: 0.05rem;
    text-align: left;
    text-transform: uppercase;
}

.btn--ebook {
    height: 33px;
    line-height: 33px;
    padding: 0px 30px;
    background-color: #94b7b3;
    color: #FFFFFF;
    border-radius: 0px;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
}



/**
* Form Toggle Get Price
* ----------------------------------------------------------------------------
*/
#modalDownload { display: none; }
.form-wrapper {
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    margin-top:12px;
    z-index:9;
}
.slideToggle a,
.slideToggle a:hover {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 20px 4px;
    margin: 12px auto 0px;
    z-index: 2;
    background-color: #98b9b5;
    color: #FFFFFF;
    border: 1px solid #98b9b5;
    display: inline-block;
}

.totalDownloadsCloud {
    background: url('/img/icons/icon-cloud.png');
    width: 80px;
    height: 80px;
    position: fixed;
    top: 25%;
    right: 1%;
    z-index: 99;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
}

.counter {
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1rem;
}

.modalDownload { width: 60%; }

/**
* Showrooms
* ----------------------------------------------------------------------------
*/
.showrooms--contact p {
    color: #404040;
}

.showrooms--contact i {
    font-size: 11px;
    color: #686868;
}


/**
* Footer
* ----------------------------------------------------------------------------
*/

.footer h4 {
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 3px;
	margin-bottom: 12px;
}

.footer h4:after {
	content: "";
	display: block;
	width: 37%;
	padding-top: 9px;
	border-bottom: 1px solid #FFFFFF;
}

.footer ul {
  padding: 0px;
  margin: 0px 0px 10px;
  line-height: 24px;
}

.footer ul li {
	list-style-type: none;
}

.footer ul li a {
	font-size: 12px;
	letter-spacing: 2px;
	color: #FFFFFF;
}

.footer-nav, .footer-nav a {
	font-family:"RalewayMedium";
	background-color: #f1f1f1;
	text-transform: uppercase;
	color: #29544d;
	letter-spacing: 2px;
	font-size: 0.9rem;
}

.footer-nav img, .footer-nav a img {
  margin: 0px auto 12px;
}

.footer-nav .small, .footer-nav a .small{
	letter-spacing: 0px;
	line-height: 12px;
}

.footer-inner {
  background-color: #9fbfbc;
  color: #FFFFFF;
}

.footer-inner .ft-col {
    padding-left: 6rem;
}

.footer-subscribe {
	border-top: 1px solid #FFFFFF;
}

.footer .txt_info_contact {
	font-size: 13px;
}

.footer .ft_download {
	text-align: right;
	margin-top: 16px;
}

.footer .ft_download img, .footer img{
	float: 	left;
	display: inline;
}

.footer .page {
	height: 50px;
}

.form_footer_subscribe .title {
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 2px;
	width: 100%;
	margin-bottom: 12px;
}

.form_footer_subscribe .text {
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 1px;
	width: 100%;
	font-style: italic;
}

.form_footer_subscribe {
	font-family: "RalewayMedium", sans-serif;
}

.form_footer_subscribe input[type="email"] {
    background-color: #adcac6;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    padding: 9px 0px;
}

.form_footer_subscribe input[type="email"]::placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.form_footer_subscribe input[type="email"]:-ms-input-placeholder {
    color: #FFFFFF;
}

.form_footer_subscribe input[type="email"]::-ms-input-placeholder {
    color: #FFFFFF;
}

.form_footer_subscribe select {
    background-color: #adcac6;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 9px 0px;
    text-align-last: center;
}

.form_footer_subscribe button[type="submit"] {
    width: 85%;
    letter-spacing: 1px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #29544d;
    text-align: center;
    padding: 9px 0px;
    font-size: 12px;
    font-weight: bold;
}

.form_footer_subscribe ul li.parsley-required {
    color: #FFFFFF;
}


/**
 * Slideshow
 * ----------------------------------------------------------------------------
 */

.flexslider {
    width: 100%;
    height: auto;
    display: block;
    float:left;
    position:relative;
    z-index: 1;
}

.flexslider ul { list-style-type: none; padding: 0px; margin: 0px;}
.flexslider .slides > li {display:none; list-style-type: none; float:left; position: relative;}
.flexslider .slides > li a img { max-width:100%;  height:auto;}

.flexslider .flex-direction-nav .flex-nav-prev a{
    position:absolute;
    background: url('/img/prev.png') no-repeat;
    width:66px;
    height:66px;
    display:block;
    z-index:995;
    opacity: 1;
    font-size: 0;
    top:45% !important; left:0px;
}

.flexslider .flex-direction-nav .flex-nav-next a{
    position:absolute;
    background: url('/img/next.png') no-repeat;
    width:66px;
    height:66px;
    display:block;
    z-index:995;
    opacity: 1;
    font-size: 0;
    top:45% !important; right:0px;
}

.form_mobile {
    margin: 0px 0px 20px;
}

.form_mobile .form_title {
    font-size: 14px;
    line-height: 25px;
    margin: 22px 0px 0px;
    color: #433d3f;
    letter-spacing: 2px;
    font-weight: bold;
}

.form_mobile .form_description {
    font-size: 14px;
    line-height: 25px;
    color: #433d3f;
    letter-spacing: 2px;
}

.form_mobile .form_home_subscribe input {
    background-color: #ffffff;
    border: 1px solid #a5a7a6;
    height: 26px;
}

.form_mobile button.btn_white_border[type="submit"] {
    font-size: 11px;
    padding: 4px 30px;
    font-weight: bold;
    margin: 0px;
    border: 1px solid #433d3f;
    color: #433d3f;
    background-color: transparent;
}

/**
 * Landing Page Press
 * ----------------------------------------------------------------------------
 */

.press_download {
	min-height: 500px;
	background: url('/img/background.jpg') no-repeat;
	padding: 22px 0px;
	margin: 0px 0px;
}

.press_download h6{
	letter-spacing: 1px;
	margin-left: 4px;
}

.press_download form {
	margin: 80px 0px;
	float: left;
}

.press_download select{
	width: 100%;
	height: 30px;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 14px;
	padding: 0px 0px 0px 4px;

}

.press_download input{
	width: 100%;
	height: 30px;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 14px;
	padding: 0px 0px 0px 4px;
}

.press_download button{
	float: right;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 3px 5px;
	font-weight: bold;
}


/**
* News & Events - Fair
* ----------------------------------------------------------------------------
*/

a.underline, a.underline:hover {
    text-decoration: underline;
    cursor: pointer;
}

.main_area {
    padding: 20px 0px;
}

.content_fair_area {
    padding: 20px;
}

.content_fair_area h1 {
    letter-spacing: 3px;
    color: #9fbfbc;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 0px;
    margin: 0px;
}

.content_fair_area p {
    letter-spacing: 1px;
    color: #87878f;
    font-size: 13px;
    line-height: 22px;
    margin: 20px 0px;
}

span.strong, a.strong {
    color: #a4dbd8;
    font-weight: bold;
}

.btn_big {
    background-color: #a4dbd8;
    color: #FFFFFF;
    letter-spacing: 3px;
    font-size: 14px;
    padding: 6px 20px 5px;
    float: left;
    font-weight: bold;
    margin: 20px 20px 10px 0px;
}

.btn_big:hover {
    color: #FFFFFF;
}

a.btn_border_dark {
    font-size: 12px;
    color: #89bab6;
    background-color: transparent;
    letter-spacing: 1px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #89bab6;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    padding: 0px 28px;
}

a.btn_border_green {
	font-family: 'RalewayMedium', sans-serif;
	color: #29544d;
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: 1px solid #29544d;
	display: inline-block;
    font-weight: bold;
}

.img_thumb {
    padding: 0px 20px 0px;
}

.img_thumb .caption{
    width: 100%;
    text-align: center;
    line-height: 22px;
    color: #ababab;
    margin-top: 6px;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 5px;
}

.area_download {
	background: url('/img/background.jpg') repeat;
	padding: 22px 0px;
	margin: 0px 0px;
}

form.form_landing_events {
    width: 100%;
    padding: 0px 20px 15px 20px;
    float: left;
}

form.form_landing_events input{
    width: 100%;
	height: 28px;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 4px;
}

.main_area h2 {
    letter-spacing: 3px;
    color: #a4dbd8;
    font-weight: bold;
    font-size: 22px;
    padding: 0px 0px 10px;
    margin-bottom: 15px;
    border-bottom: 2px dashed #a4dbd8;
    text-align: center;
}

.addeventatc {
    color: #FFFFFF !important;
    background-color: #a4dbd8 !important;
    border-color: #a4dbd8 !important;
    z-index: 10000 !important;
}


/**
* Product Page
* ----------------------------------------------------------------------------
*/
.row.product {
    margin-top: 10px;
}

.slide_product_main {
    height: auto;
    float: left;
    position: relative;
    width: 100%;
    margin: 0px 0px 14px;
}

.slide_product_main .flex-direction-nav .flex-next {
    top: 50%;
    right: 0 !important;
    opacity: 1 !important;
    width:30px;
    height:30px;
    position:absolute;
    z-index:995;
    font-size: 0;
    background: url('../img/slides/next_arrow_sm.png') no-repeat;
}

.slide_product_main .flex-direction-nav .flex-prev {
    top: 50%;
    left: 0 !important;
    width:30px;
    height:30px;
    position:absolute;
    z-index:995;
    font-size: 0;
    background: url('../img/slides/prev_arrow_sm.png') no-repeat;
}

.slide_product_main .slides {
    float: left;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.slide_product_main .slides > li {
    display: none;
    list-style-type: none;
    float: left;
}

.carousel_product_main {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0px 0px 14px;
    position: relative;
}

.carousel_product_main li{
    width: 197px;
    float: left;
    margin-right: 14px;
    cursor: pointer;
}

.carousel_product_main .flex-direction-nav .flex-next {
    top: 45%;
    right: 0 !important;
    opacity: 1 !important;
    width:30px;
    height:30px;
    position:absolute;
    z-index:995;
    background: url('../img/slides/next_arrow_sm.png');
}

.carousel_product_main .flex-direction-nav .flex-prev {
    top: 45%;
    left: 0 !important;
    opacity: 1 !important;
    width:30px;
    height:30px;
    position:absolute;
    z-index:995;
    background: url('../img/slides/prev_arrow_sm.png');
}

.product_info {
    padding: 0px 0px 0px 30px;
}

h1.product_title {
    color: #8bb9b6;
    letter-spacing: 2px;
    font-size: 27px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
}

span.highlight{
    font-family: Vijaya;
    color: #8bb9b6;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: normal;
    padding: 0px;
    margin: 18px 0px 0px 0px;
}

h1.product_title span.highlight_n{
    color: #8bb9b6;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: normal;
    padding: 0px 5px 0px 0px;
    margin: 18px 0px 0px 0px;
}

h2.product_title_sub {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    text-transform: capitalize;
    color: #bebebe;
    margin: 0;
}

.product_description p, .product_technical p {
    margin: 20px 0px;
    color: #87878f;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: 1px;
}

.product_copyright {
    margin: 0px 0px 0px 0px;
    color: #404040;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: 1px;
}

.stock_caption {
    color: #87878f;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: lowercase;
    line-height: 18px;
}

.badge {
    position: absolute;
    display: inline-block;
    right: 1.4rem;
    top: 0px;
    min-width: 10px;
    width: 20px;
    height: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #9fbfbc;
    border-radius: 100%;
    padding: 4px 5px;
    font-size:12px;
}

.btn-wishlist {
    background-color: transparent;
    color: #9fbfbc;
    border: transparent;
}

.product_technical span{
    font-weight: bold;
    color: #404040;
    letter-spacing: 1px;
}

.product_option {
    margin-bottom: 20px;
}

.btn_option {
    width: 100%;
    padding: 2px 0px 2px 0px;
    line-height: 22px;
    background-color: #e1e1e1;
    border-radius: 0px;
    float: left;
    margin-bottom: 5px;
    text-align: center;
}

.btn_option a {
    width: 100%;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: bold;
    float: left;
}

.btn_option.btn_c_green {
    background-color: #8cbab7;
}

.btn_option.btn_c_grey {
    background-color: #bdbdbd;
}

.btn_option:hover,  .btn_c_green:hover, .btn_c_grey:hover{
    background-color: #a7dddd;
    cursor: pointer;
}

.product_thumb_similar {
    float: left;
    padding: 0px 5px;
    margin: 20px 0px 0px;
}

.product_thumb_similar .product-caption {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-top: 7px;
    font-weight: normal;
    color: #ababab;
}

.product_thumb_similar .product-caption-sub {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 2px;
    font-weight: bold;
    color: #a4dbd8;
}

.product-caption-highlight {
    width: 100%;
    font-family: Vijaya;
    text-align: center;
    font-size: 18px;
    margin-top: 0px;
    letter-spacing: 1px;
    font-weight: normal;
    font-style: normal;
    color: #92d7ec;
}

.legend_view {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 5;
    background-color: #8cbab7;
    opacity: .9;
}

.legend_view span {
    padding: 6px 0;
    font-size: 14px;
    letter-spacing: 4px;
    color: #FFF;
    display: inline-block;
}

.videoplayer_product {
    float: none;
    clear: both;
    width: 100%;
    height: 686px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}

.videoplayer_product iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-product{
    position: absolute;
    top: 0%;
    right: 0%;
    width: 26%;
}

.new-product-slide{
     position: absolute;
    bottom: 20%;
    right: 12%;
    width: 26%;
}

.trigger-opt-item {
    cursor: pointer;
}

.hide-filter {
    color: #8bb9b6 !important;
    cursor: pointer;
}

/**
**
** NOVA PAGINA DE PRODUTO
**
**/

/** product details **/
.product-details__name {
    color: #8bb9b6;
    font-size: 1.3rem;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

.product-details__category {
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #112f27;
    margin-bottom: 0;
}

.product-details__le {
    font-family: 'Raleway', sans-serif;
    color: #737373;
    letter-spacing: 0.1rem;
    font-style: italic;
    font-size: 0.8rem;
    font-weight: 400;
    display: block;
}

.product-details__copyright {
    color: #6c757d;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}

h6.heading-secondary {
    font-size: 0.8rem;
    color: #112f27;
    letter-spacing: 0.1rem;
    padding-bottom: 0.3rem;
    text-align: left;
}

.heading-w-b-border {
    border-bottom: 1px solid #333333;
}

.product-details p {
    color: #6c757d;
    margin: 14px 0px;
}

.product-details p.highlight_text, .highlight_text { color: #8bb9b6; }

.stock_caption {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #eaa393;
}

/*.in-stock { color: #9fbfbc; }
.off-stock { color: #eaa393; }*/

/** call to action **/
.btn, .btn:link {
    color: #FFFFFF;
    border-radius: 0px;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.btn--primary-green:link,
.btn--primary-green:visited,
.btn--primary-green:hover,
.btn--primary-green:active {
    background-color: #94b7b3;
}

.btn--primary-grey:link,
.btn--primary-grey:visited,
.btn--primary-grey:hover,
.btn--primary-grey:active {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
}

.btn i {
    font-size: 0.9rem;
    margin-left: 0.2rem;
}

/** slideshows **/
.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.slick-dots li {
    display: inline;
}

.slick-dots li.slick-active button {
    border-color: #fff;
    background-color: #fff;
    color: #fff;
}

.slick-dots li button {
    margin: 4px;
    height: 16px;
    width: 16px;
    font-size: 0;
    border-color: #bbb;
    background-color: #bbb;
    color: #bbb;;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}
.product-slide--nav .slick-current img {
    border: 1px solid #cccccc;
}

.product-slide--nav img {
    padding: 6px;
}

.product-slide--press {
    background-color: #c8c8c8;
}

/** floating social share **/
.menu--animation-share {
    position: relative;
    z-index: 999;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu--animation-share .share i.fab,
.menu--animation-share .share i.fa-share-alt {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px dashed #d9d9d9;
}
.menu--animation-share .share:hover.top .submenu li:nth-child(1) {
    opacity: 1;
    top: -51px;
    transition-delay: 0.08s;
    transform: rotateY(0deg);
}
.menu--animation-share .share:hover.top .submenu li:nth-child(2) {
    opacity: 1;
    top: -102px;
    transition-delay: 0.16s;
    transform: rotateY(0deg);
}
.menu--animation-share .share:hover.top .submenu li:nth-child(3) {
    opacity: 1;
    top: -153px;
    transition-delay: 0.24s;
    transform: rotateY(0deg);
}
.menu--animation-share .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu--animation-share .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.menu--animation-share .submenu li a {
    color: #212121;
}
.menu--animation-share .submenu li a:hover i.fa {
    color: #ccc;
}
.menu--animation-share .submenu li:nth-child(1) {
    transform: rotateX(45deg);
}
.menu--animation-share .submenu li:nth-child(2) {
    transform: rotateX(90deg);
}
.menu--animation-share .submenu li:nth-child(3) {
    transform: rotateX(135deg);
}
.product_options span {
    margin: 0px 3px;
}

/** product tabs **/
#secondTab.nav-pills {
    padding-right: 15px;
    padding-left: 15px;
}

.nav-pills .nav-link,
.nav-pills .show>.nav-link {
    color: #333333;
    background-color: #ffffff;
    font-size: 13px;
    padding: .5rem 0rem;
}
.nav-pills .nav-link.active {
    text-decoration: underline;
    background-color: #ffffff;
    color: #9fbfbc;
}
.nav-tabs .nav-link {
    font-family: "RalewayMedium";
    color: #333333;
    font-size: 13px;
    letter-spacing: 1px;
}
.nav-tabs .nav-link.active:after {
    content: '\f107';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 10px;
    text-decoration:none;
}
@media only screen and (max-width: 766px) and (min-width: 320px) {
    .nav-tabs .nav-item {
        width: 100%;
        border: 1px solid #dee2e6;
        text-align: center;
    }
}

.contact_sales_manager span,
.contact_sales_manager i {
  color: #a4bdba;
}




/** other downloads **/
.heading-primary { font-size: 15px; color: #29544d; letter-spacing: 1.5px; text-transform: uppercase;}
.heading-sub { font-size: .92rem; color: #29544d; letter-spacing: 1.5px;}

/** product slide **/
.slick-slide img {
    margin: 0 auto;
}

/** print pdf **/
@media print {
  .print-d-none {
  	display: none;
  }
  .print-margin-x {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*****    breadcrumb   *****/
.breadcrumb {
    background-color: #FFFFFF;
    padding: 8px 0px;
    font-size: 12px;
}

.breadcrumb li a.active {
    color: #bdbdbd;
}

.icon-home:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f015";
}


/**
 * Contact
 * ----------------------------------------------------------------------------
 */

.border_top_grey {
    border-top: 1px solid #bdbdbd;
}

.border_b_grey {
    border-bottom: 1px solid #bdbdbd;
}

.title_highlight {
    color: #2a534c;
    letter-spacing: 2px;
}

.page_contact_form {
    padding: 0px 0px 26px;
}

.page_contact_form textarea {
    height: 76px;
}

.page_contact_form .btn_submit {
    text-align: center;
    margin: 0 auto;
}

span.warning {
    font-size: 11px;
    width: 100%;
}

.contact_area_bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact_area_bottom .option_right span{
    font-size: 11px;
}



@media(min-width: 768px) {
  .eight-cols .col-sm-1,
  .eight-cols .col-md-1,
  .eight-cols .col-lg-1,
  .eight-cols .col-xl-1  {
    width: 12.5% !important;
    *width: 12.5% !important;
    max-width: 12.5% !important;
    flex: 0 0 12.5%;
  }
}

 /**
 * Page press
 * ----------------------------------------------------------------------------
 */

.background_green h2{
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.background_green .product-caption{
    color: #FFFFFF;
}

h2.press_heading {
    border-bottom: 1px solid #ababab;
    font-weight: normal;
    margin: 32px 0px 16px;
    padding-bottom: 4px;
}

.press_contact_info {
    margin: 10px 0px 22px;
    color: #433d3f;
    line-height: 30px;
    font-size: 13px;
}

.form_press_login input {
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 6px;
}

.form_press_request {
    margin: 0px 0px 20px;
}

.form_press_login button, .form_press_request button {
    width: 100%;
    letter-spacing: 1px;
}

.btn_noback {
    text-align: center;
    font-weight: bold;
    color: #89bab6;
    font-size: 14px;
    margin-top: 7px;
}

 /**
 * Error Page
 * ----------------------------------------------------------------------------
 */

.error-page {
    text-align: center;
}
.error-page h2.highlight_blue{
    margin-top: 30px;
}

.highlight_blue {
    color: #8bb9b6;
    letter-spacing: 1px;
    font-size: 23px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    margin: 18px 0px 0px 0px;
 }

 .error-page h3{
    color: #8bb9b6;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: normal;
    padding: 0px 5px 0px 0px;
    margin: 6px 0px 18px 0px;
    text-align: center;
}

.frame-holder {
    max-width: 980px;
    margin: 0 auto;
    min-width: 268px;
}

/**
 * Press Area
 * ----------------------------------------------------------------------------
 */
#menu ul.dropdown{
  min-width: 100%;
  background: #FFFFFF;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  padding: 0px;
}

#menu li.menu-dropdown:hover ul.dropdown{
  display: block;
}

#menu ul.dropdown li{
    width: 100%;
    display: block;
    list-style-type: none;
    padding: 6px 2px 0px 0px;
}

.area_press_slides {
    margin-top: 28px;
}

.navigation_side {
    border-bottom: 1px solid #9aacac;
    padding-top: 10px;
}

.navigation_side .previous-product, .navigation_side .next-product {
    font-size: 11px;
}

.navigation_side .previous-product {
    float: left;
    text-align: left;
}

.navigation_side .next-product {
    float: right;
    text-align: right;
}

.previous-product img,
.next-product img {
    position: relative;
    width: 10%;
    height: auto;
}

.next_subCategory {
    margin: 8px 0px 0px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

h2.above {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #9aacac;
    letter-spacing: 3px;
    font-weight: bold;
    border-bottom: 1px solid #9aacac;
    margin: 0px 0px 14px;
}

.press-title_release {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0px;
}

.press-text_release {
    font-size: 14px;
    color: #686868;
    font-weight: normal;
    font-style: italic;
}

.a_read_more {
    font-size: 12px;
    color: #86aaa0;
    font-weight: bold;
    letter-spacing: 2px;
}

.flexslider_controls{
    width:100%;
    height:auto;
    display:block;
    float:left;
    position:relative;
    z-index:1;
    overflow: hidden;
}

.flexslider_controls ul{
    list-style-type:none;
    padding:0;
    margin:0;
}

.flexslider_controls .slides>li{
    display:none;
    list-style-type:none;
    float:left;
}

.flexslider_controls .slides>li a img{
    max-width:100%;
    height:auto;
}

.flex-control-paging{
    padding:0;
    list-style-type:none;
    position:relative;
    width:100%;
    bottom:10px;
    text-align:center;
    margin-top: 14px;
}

.flex-control-paging li{
    display:inline-block;
    float:none;
    padding:0 3px;
    margin: 10px auto 0px;
}

.flex-control-paging li a{
    display:block;
    cursor:pointer;
    text-indent:-9999px;
    width:16px;
    height:16px;
    margin:0 2px;
    background-color:#ebebeb;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}

.flex-control-paging li a.flex-active{
    background-color:#c7e0dc;
    color:#FFF;
}


/**
 * landing Russia
 * ----------------------------------------------------------------------------
 */
.form_option {
    cursor: pointer;
    border: 1px solid #FFFFFF;
    padding: 4px;
}

.form_option.option_selected {
    opacity: 0.8;
    border: 1px solid #89bab6;
    padding: 4px;
}


/*div fixed bottom Begin*/
#div_fixed_bottom {
    background-color: rgba(168,168,168,0.8);
    min-height: 26px;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 26px;
    padding: 6px 0 6px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#div_fixed_bottom #clock_christmas{
    font-weight: bold;
    font-size: 14px;
}

/**
 * Parsley
 * ----------------------------------------------------------------------------
 */
ul.parsley-errors-list {
  list-style-type: none;
  padding: 4px 0px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #960c13;
  font-weight: bold;
}


/**
 * Thank you pages
 * ----------------------------------------------------------------------------
 */

.image_full {
    display:block;
}

.image_small {
    display:none;
}

.btn-action-blue {
    font-family: 'RalewayMedium', sans-serif;
    background-color: #9FBFBC;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right:  2.5rem;
    padding-left:  2.5rem;
    text-decoration: none;
    border-radius: 3px;
    color: #FFFFFF;
}

.btn-action-blue:hover {
    opacity: 0.9;
    color: #FFFFFF;
}

.btn-action-white {
    font-family: 'RalewayMedium', sans-serif;
    background-color: #FFFFFF;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right:  2.5rem;
    padding-left:  2.5rem;
    text-decoration: none;
    border-radius: 3px;
    color: #29544d;
}

.btn-action-white:hover {
    opacity: 0.9;
    color: #29544d;
}

.if-download {
    margin-right: 2.2px;
    margin-left: 2.2px;
    font-size: 10px;
    color: #9FBFBC;
}

.social_actions a {
  text-decoration: none;
  margin: 0px 8px;
  color: #446762c7;
  font-size: 1.2rem;
}

.social_actions a:hover {
  color: #8bb9b6;
}


/**
 * Icon Scroll
 * ----------------------------------------------------------------------------
 */
.icon-scroll-gif,
.icon-scroll-gif:before {
  position: absolute;
  left: 50%;
}
.icon-scroll-gif {
  width: 30px;
  height: 50px;
  margin-left: -20px;
  bottom: 2%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll-gif:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(38px);
            transform: translateY(38px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(38px);
            transform: translateY(38px);
  }
}


/* End Thank you pages content */


/**
 * New Forms
 * ----------------------------------------------------------------------------
 */
/** forms with grey background **/
.form--full-grey input,
.form--full-grey select,
.form--full-grey textarea {
    background-color: #f5f5f5;
    border: 2px solid #ebebeb;
    background-clip: padding-box;
    font-size: 0.75rem;
    text-transform: uppercase;
    border-radius: 0;
}

.form--full-grey select {
    height: 38px;
}

input, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.form--full-grey input::placeholder,
.form--full-grey select,
.form--full-grey textarea {
    color: #c8d6d6;
    opacity: 1;
}

.form--full-grey input:-ms-input-placeholder{
    color: #c8d6d6;
}

.form--full-grey input::-ms-input-placeholder{
    color: #c8d6d6;
}

.form--full-grey .btn, 
.form--full-grey .btn:link {    
    padding: .5rem .75rem;
}

.square {
  position: relative;
}

.square label,
.square input[type=checkbox] + label {
  background: none;
  background-color: #f5f5f5;
  border: 2px solid #ebebeb;
  border-radius: 0;
  cursor: pointer;
  width: 38px;
  height: 38px;
  left: 0;
  position: absolute;
  top: 0;
  margin:0;
}

.square label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  width: 20px;
  height: 12px;
  left: 0;
  right:0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  
}

.square input[type="checkbox"] {
  visibility: hidden;
}

.square input[type="checkbox"]:checked + label {
  background: none;
  background-color: #8bb9b6;
  border-color: #8bb9b6;
}

.square input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.square span {
    padding-left: 42px;
    font-size: 0.64rem;
    line-height: 38px;
    letter-spacing: 0.05rem;
}

h2.category_name_title, .category_name_title {
    font-family: 'RalewayMedium', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 2px;
    padding: 0.5rem 2rem;
    color: #666666 !important;
    font-weight: normal;
    cursor: pointer;
}

/** social share new **/
.menu--share {
    position: relative;
    z-index: 999;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu--share .share i.fab,
.menu--share .share i.fa-share-alt {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #9fbfbc;
}
.menu--share .share:hover.top .submenu li:nth-child(1) {
    opacity: 1;
    left: 30px;
    transform: rotate(0deg);
    transition-delay: 0.08s;
}
.menu--share .share:hover.top .submenu li:nth-child(2) {
    opacity: 1;
    left: 60px;
    transition-delay: 0.16s;
    transform: rotate(0deg);
}
.menu--share .share:hover.top .submenu li:nth-child(3) {
    opacity: 1;
    left: 90px;
    transition-delay: 0.24s;
    transform: rotate(0deg);
}
.menu--share .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.menu--share .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.menu--share .submenu li a {
    color: #212121;
}
.menu--share .submenu li a:hover i.fa {
    color: #ccc;
}
.menu--share .submenu li:nth-child(1) {
    transform: rotateX(45deg);
}
.menu--share .submenu li:nth-child(2) {
    transform: rotateX(90deg);
}
.menu--share .submenu li:nth-child(3) {
    transform: rotateX(135deg);
}
.product_options span {
    margin: 0px 3px;
}


/*==================================================
=            Bootstrap Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/
#firstTabContent .input-block{
        margin-bottom: 15px
    }

@media only screen and (max-width: 320px) {
    .product_info {
        padding: 0px 0px 0px 0px;
    }
    .form_footer_subscribe .title, .form_footer_subscribe .text, .form_footer_subscribe form, .form_footer_subscribe form input[type="email"] {
        text-align: left;
        float: left;
    }
    .home_about h1 {
        font-size: 14px;
        line-height: 25px;
        margin: 0px 0px 22px;
    }
    .home_about h2 {
        font-size: 14px;
        line-height: 25px;
    }
    .flexslider .flex-direction-nav .flex-nav-prev a{
        top:32% !important;
    }
    .flexslider .flex-direction-nav .flex-nav-next a{
        top:32% !important;
    }
    .flexslider .flex-direction-nav .flex-nav-prev a,
    .flexslider .flex-direction-nav .flex-nav-next a,
    #prev_carousel,
    #next_carousel
    {
        -webkit-background-size:60%;
        -moz-background-size:60%;
        background-size:60%;
        background-position: 60% 60%;
    }
    #myModalHome .modal-body img {margin: 0 auto;}
    .modal {
        width:100%;
    }
    .navbar-collapse {
        float: none;
        clear: both;
    }
	.footer-inner .ft-col {
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer h4:after {
		display: none;
	}
    .nav.navbar-nav {
        margin-top: 0px;
    }
    .navbar-nav li {
        padding: 0.5rem 1rem;
    }
    .pressroom .navbar-nav li {
        padding: 0.5rem 1rem;
    }
    .navbar-nav > li.dropdown.show .dropdown-menu {
        border: 0px;
        box-shadow: none;
    }
    .image_full {
        display:none;
    }
    .image_small {
        display:block;
    }
    .btn-border-blue {
        margin-top: 10px;
    }
    h1.font-script {
        font-size: 52px;
        transform: rotate(0deg);
        margin: 0px 0px 12px 0px;
    }
    .filter-name, .filter-name a { font-size: 0.8rem; letter-spacing: 0.02rem; padding: 0 0.5rem;}
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .product_info {
        padding: 0px 0px 0px 0px;
    }
    .form_footer_subscribe .title, .form_footer_subscribe .text, .form_footer_subscribe form, .form_footer_subscribe form input[type="email"] {
        text-align: left;
        float: left;
    }
    .home_about h1 {
        font-size: 14px;
        line-height: 25px;
        margin: 0px 0px 22px;
    }
    .home_about h2 {
        font-size: 14px;
        line-height: 25px;
    }
    .flexslider .flex-direction-nav .flex-nav-prev a{
        top:36% !important;
    }
    .flexslider .flex-direction-nav .flex-nav-next a{
        top:36% !important;
    }
    .flexslider .flex-direction-nav .flex-nav-prev a,
    .flexslider .flex-direction-nav .flex-nav-next a,
    #prev_carousel,
    #next_carousel {
        -webkit-background-size:60%;
        -moz-background-size:60%;
        background-size:60%;
        background-position: 60% 60%;
    }
    #myModalHome .modal-body img {margin: 0 auto;}
    .modal {
        width:100%;
    }
    .navbar-collapse {
        float: none;
        clear: both;
    }
	.form_footer_subscribe button[type="submit"]{
		width: 100%;
	}
	.footer-inner .ft-col {
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer h4:after {
		display: none;
	}
    .nav.navbar-nav {
        margin-top: 0px;
    }
    .navbar-nav li {
        padding: 0.5rem 1rem;
    }
    .navbar-nav > li.dropdown.show .dropdown-menu {
        border: 0px;
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu li {
        padding: 0.2rem 0.5rem;
        width: 100%;
        text-align: left;
    }
    .owl-carousel .text-container {
        margin-left: 6%;
        margin-top: 56%;
    }
    .owl-carousel .text-container h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
    .image_full {
        display:none;
    }
    .image_small {
        display:block;
    }
    .btn-border-blue {
        margin-top: 10px;
    }
    h1.font-script {
        font-size: 52px;
        transform: rotate(0deg);
        margin: 0px 0px 12px 0px;
    }
    .filter-name, .filter-name a { font-size: 0.8rem; letter-spacing: 0.02rem; padding: 0 0.5rem;}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

     #additional_info, #download_area, #talk_with{
        padding: 0 20.2px;
        }


        .pr-half, .pr-half-2{
        padding-right: 7.5px;
    }

    .pl-half, .pl-half-2{
        padding-left: 7.5px;
    }
    .product_info {
        padding: 0px 0px 0px 0px;
    }
    .form_footer_subscribe .title, .form_footer_subscribe .text, .form_footer_subscribe form, .form_footer_subscribe form input[type="email"] {
        text-align: left;
        float: left;
    }
    #myModal .modal-content a img{
        height:300px;
    }
    .modal {
        width:100%;
    }
    .navbar-collapse {
        float: none;
        clear: both;
    }
	.form_footer_subscribe button[type="submit"]{
		width: 100%;
	}
	.footer-inner .ft-col {
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer h4:after {
		display: none;
	}
    .owl-carousel .text-container {
        margin-left: 6%;
        margin-top: 60%;
    }
    .btn-border-blue {
        padding: 12px 2px;
        margin-top: 10px;
    }
}


@media(max-width: 767px) {
        #formMoodboards-tab{
            margin-bottom: 20.8px
        }

        #additional_info, #download_area, #talk_with{
            padding: 0 20.2px;
        }

        #firstTabContent{
            border-bottom: 1px solid #DEE1E5;
            margin-bottom: 20px
        }

        .input-block {
            margin: 0px 0px 15px;
        }

        #firstTab{
            padding: 0;
        }

        .w-25{
            width: 50%!important;
        }

        #firstTab a.nav-link.active{
            color: white!important;
            background-color: #9fbfbc!important;

            border: none;
            border-radius: 0;
        }

        #firstTab a.nav-link.active:hover{
            background-color: #9fbfbc!important;
        }

        #firstTab a.nav-link:hover{
            background-color: #d5d5d5!important;
            border-radius: 0;
            border-color: #d5d5d5;
        }

        #firstTab li.nav-item{
            border-right: none!important;
            border-left: none!important;
        }

    }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .product_info {
        padding: 0px 40px 0px 0px;
    }
    .form_footer_subscribe .title, .form_footer_subscribe .text, .form_footer_subscribe form, .form_footer_subscribe form input[type="email"] {
        text-align: left;
        float: left;
    }
    .home_about h1 {
        font-size: 21px;
        line-height: 32px;
        margin: 0px 0px 30px;
    }
    .home_about h2 {
        font-size: 16px;
        line-height: 25px;
    }
    .flexslider .flex-direction-nav .flex-nav-prev a{
        top:45% !important;
    }
    .flexslider .flex-direction-nav .flex-nav-next a{
        top:45% !important;
    }
    .flexslider .flex-direction-nav .flex-nav-prev a,
    .flexslider .flex-direction-nav .flex-nav-next a,
    #prev_carousel,
    #next_carousel {
        -webkit-background-size:100%;
        -moz-background-size:100%;
        background-size:100%;
        background-position: 100% 100%;
    }
    .modal {
        width:70%;
    }
    .modal-content {
        width:70%;
    }
    #myModal .modal-content a img{
        height:380px;
        margin: 0 auto;
    }
    .modal-backdrop{
        display:block;
    }
    .navbar-collapse {
        float: none;
        clear: both;
    }
	.form_footer_subscribe button[type="submit"]{
		width: 85%;
	}
	.footer-inner .ft-col {
	    padding-right: 15px;
	   padding-left: 15px;
	}
	.footer h4:after {
		display: block;
	}
    .owl-carousel .text-container {
        top: 0;
        color: #FFFFFF;
        margin-left: 9%;
        max-width: 540px;
        margin-top: 25%;
    }
    .owl-carousel .text-container h2 {
        font-family: 'RalewayBolder', sans-serif;
        font-size: 1.6rem;
        letter-spacing: 4px;
    }
    .btn-border-blue {
        padding: 12px 23px;
    }
}

/* change collapse breakpoint */
@media (max-width: 992px) {
    .slideshow {
        margin-top: 51px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .np-lg{
            padding:0!important;
        }
    #additional_info, #download_area, #talk_with{
        min-height: 422px;
        }

    .pr-half{
        padding-right: 7.5px;
        padding-left: 0px;
    }

    .pl-half{
        padding-left: 7.5px;
        padding-right: 0px;
    }

    .pr-half-2{
        padding-right: 7.5px;
    }

    .pl-half-2{
        padding-left: 7.5px;
    }

    .product_info {
        padding: 0px 40px 0px 30px;
    }
    .form_footer_subscribe .title, .form_footer_subscribe .text, .form_footer_subscribe form {
        text-align: right;
        float: right;
    }
    .form_footer_subscribe form input[type="email"] {
        text-align: left;
        float: right;
    }
    .modal {
        width:50%;
    }
    .modal.modal-big {  width:60%; }
	.footer-inner .ft-col {
		padding-left: 6rem;
	}
    .nav.navbar-nav {
        margin-top: 26px;
    }
    .navbar-nav li {
        padding: 0 1rem;
    }
    .navbar-nav > li.dropdown.show .dropdown-menu {
        border-top: 1px solid rgba(0, 0, 0, .15);
        box-shadow: 0 6px 6px -6px rgba(0, 0, 0, .175);
    }
    .navbar-nav .dropdown-menu li {
        padding: 0.5rem 0.5rem;
        width: auto;
    }
    #intro iframe {
        margin-top: -50px;
    }
    .btn-border-blue {
        padding: 12px 10px;
    }
    h1.font-script {
        font-size: 52px;
        transform: rotate(-11deg);
        margin: 0px 0px 33px -28px;
    }
    .image_full {
        display:block;
    }
    .image_small {
        display:none;
    }
    .filter-name, .filter-name a { font-size: 0.9rem; letter-spacing: 0.05rem; padding: 0 1rem;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1024px) {
    .product_info {
        padding: 0px 50px 0px 30px;
    }
    .form_footer_subscribe .title, .form_footer_subscribe .text, .form_footer_subscribe form {
        text-align: right;
        float: right;
    }
    .form_footer_subscribe form input[type="email"] {
        text-align: left;
        float: right;
    }
    .modal {
        width:50%;
    }
    #intro {
        height: 580px;
    }
    .btn-border-blue {
        padding: 12px 14px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .container-inner {
        width: 1074px;
    }
    .product_info {
        padding: 0px 60px 0px 30px;
    }
    .form_footer_subscribe .title, .form_footer_subscribe .text, .form_footer_subscribe form {
        text-align: right;
        float: right;
    }
    .form_footer_subscribe form input[type="email"] {
        text-align: left;
        float: right;
    }
    .modal {
        width:50%;
    }
    #intro iframe {
        margin-top: -83px;
    }
    .navbar-collapse {
        float: right;
        clear: none;
    }
    .pressroom .navbar-nav li {
        padding: 0 0.6rem;
    }
    .btn-border-blue {
        padding: 12px 28px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1799px) {
    .product_info {
        padding: 0px 0px 0px 30px;
    }
    .form_footer_subscribe .title, .form_footer_subscribe .text, .form_footer_subscribe form {
        text-align: right;
        float: right;
    }
    .form_footer_subscribe form input[type="email"] {
        text-align: left;
        float: right;
    }
    .modal {
        width:40%;
    }
    .modal-content {
        width:53%;
    }
    #intro {
        height: 850px;
    }
    #intro iframe {
        margin-top: -83px;
    }

}


/**
 * New Homepage
 * ----------------------------------------------------------------------------
 */

 .menu-visual-cat-name{
    width: 100%; 
    text-align: center; 
    position: absolute; 
    z-index: 1;
    color:white;
    bottom:0.5rem;
    font-family: 'Raleway', sans-serif; 
    font-size: 1.1rem; 
    letter-spacing: 2px; 
    font-weight: bolder;
 } 

 .btn-video-homepage {
    background-color: rgb(255,255,255, 0.8);
    padding: 12px 30px;
    color: #29544d;
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
 }

.menu-project-item {
    width: 100%; 
    text-align: center; 
    position: absolute; 
    z-index: 1;
    bottom: 0.5rem;
}

 .homepage-shop{
    color: white;
    font-family: 'Raleway', sans-serif; 
    font-size: 0.7rem; 
    letter-spacing: 1px; 
    font-weight: lighter;
    display:block;
 }

 .homepage-cat {
    color:white;
    font-family: 'Raleway', sans-serif; 
    font-size: 1.2rem; 
    letter-spacing: 2px; 
    line-height: 21px;
    font-weight: bolder;
    display:block;
 }

.has-overlay {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

 .has-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #000;
    opacity: .1;
    box-sizing: inherit;
    transition: all .4s ease-in-out 0s;
}

.product-box.has-overlay:hover {
    opacity: 1;
}

 .arrow-banners{
    color: white;
    opacity: 50%;
    -webkit-transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -ms-transition: opacity .50s ease-in-out;
    -o-transition: opacity .50s ease-in-out;
    transition: opacity .50s ease-in-out;
 }

 .arrow-banners:hover{
    color: white;
    opacity: 100%;
    -webkit-transition: opacity .50s ease-in-out;
    -moz-transition: opacity .50s ease-in-out;
    -ms-transition: opacity .50s ease-in-out;
    -o-transition: opacity .50s ease-in-out;
    transition: opacity .50s ease-in-out;
}

.arrow-dark, .arrow-dark:hover {
    color: #666666;
}