body {
    background-color: #242829;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;

}

#container {
    min-height:100%;
    position:relative;
    padding-top: 75px;
    padding-bottom:60px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #fff;
    opacity: 0.8;
    font-size: 3em;

}

h1.dark {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #202020;
    opacity: 0.6;
    font-size: 3em;

}

h2 {
    color: #777;
}

#logo {
    margin-top: 10px;
}

.full_col {
    padding: 0;
}

.full_row {
    padding: 0;
    margin: 0;
}

.top_row {
    margin-top: 45px;
}

.right_text {
    text-align: right;
}

.breadcrumb {
    font-family: "Exo";
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #848484;
}

.breadcrumb a {
    color: #a1a1a1;
}

.box_shadow {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5), 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.topspace {
    padding-top: 125px;
}

.navbar {
    background:#fff;
    height: 76px;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 100;
}

.top-bar .right {
    margin-top: 28px;
}

@media only screen and (min-width: 40.063em) {
    .navbar {
        position: absolute;
    }
}

.top-bar .name h1 a, .top-bar, .top-bar-section ul li, .top-bar-section li a,
.top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
    color: #5b5b5a;
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    text-decoration: none;
    opacity: 0.9;
    font-weight: 400;
    text-transform: uppercase;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: none;
    background: none;
    color: #d4d4d4;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #5b5b5a;
    text-transform: uppercase;
}

.top-bar ul li.active {
    background: none;
    border-bottom: solid 3px #007a86;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 3px 3px;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    background-color: none;
    background: none;
    color: #007a86;
    height: 48px;
    padding: 0 0.9375rem;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background-color: none;
    background: none;
    color: #007a86;
}

.top-bar-section .has-dropdown {
    margin-left: 30px;
}

/* Top-bar mobile */
.top-bar.expanded .title-area {
    background: none;
}

.top-bar.expanded .right {
    margin-top: 30px;
    background: #fff;
}

.expanded .top-bar-section .has-dropdown {
    margin-left: 0px;
}

.expanded .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 13px 10px;
}

.top-bar.expanded ul li.active {
    border-bottom: none;
    border-left: solid 3px #007a86;
}

footer {
    background: rgba(0, 0, 0, 0.2);
    padding: 12px 0;
    margin-top: 40px;
    font-size: 0.8rem;
    font-family: "roboto", sans-serif;

    position:absolute;
    bottom:0;
    width:100%;
    height:60px;
}

footer ul {
    margin: 0;
}

footer ul li {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 5px;
    color: #a9a9a9;
}

footer #share {
    float: right;
}

footer #subscribe {
    padding-left: 40px;
    float: left;
    color: #a9a9a9;
    font-size: 0.8rem;
    font-family: "roboto", sans-serif;
    padding-top: 1px;
}

footer #subscribe input {
    width: 175px;
    background: #515151;
    border: none;
    padding: 5px;
}

footer #subscribe input.submit {
    width: 75px;
    background: #b3b3b3;
}

footer a {
    color: #a9a9a9;
    font-size: 0.8rem;
    font-family: "roboto", sans-serif;
}

footer a:hover {
    color: #007a86;
}

footer #refs {
    float: left;
    line-height: 2;
}

/* INDEX */

#page_index {
    background: url(../img/fondo_hidronatur.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#welcome {
    background: url(../img/img_home_blurred.jpg) 20%;
    margin-top: 20%;
    background-color: #3c4545;
    padding: 40px;
    text-align: center;
}

.box_icon {
    background-color: #252C32;
    padding: 0;
}

.box {
    background-color: #2B363C;
    height: 107px;
    width: 36.78%;
    color: #747474;
    padding-top: 21px;
    font-size: 0.9em;
}

.box_left {
    margin-right: 0.9375em;
    padding-right: 0;
}

#button_bar {
    position: absolute;
    bottom: 20%;
    width: 100%;
}

#section_index footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#section_index footer hr {
    display: none;
}

/* COMPANY */
body#section_company {
    background: url(../img/BG_patterns/pattern_01.png) repeat;
    /*background-size: 100% auto;*/
}

#section_company p {
    color: #a7a7a7;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: 600;
    text-align: justify;

}

#section_company h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 6.0em;
    text-align: right;
    line-height: 0.9em;

    margin-top: 263px;
}

/* PRODUCTS */
body#section_product {
    background: url(../img/BG_patterns/pattern_01.png) repeat;
    /*background-size: 100% auto;*/
}

.container_box {
    margin-bottom: 40px;
    display: block;
}

.container_box img {
    height: 265px;
    width: 470px;
}

.container_box .bottom {
    padding: 8px 0px 6px 15px;
    text-transform: uppercase;
    color: #424242;
    font-size: 1.2em;

}

.container_box .description {
    padding: 15px;
    height: 137px;
    overflow: hidden;
    font-size: 12px;
}

a.container_box {
    color: #202020;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.category_page {
    background: #CCCCCC;
    padding: 30px 0 10px 0;
    background: url(../img/category_products_BG.png) repeat;
    background-size: contain;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.category_header {
    background: #cecece;
    position: relative;
    background: url(../img/category_header_BG.png) repeat;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.category_info h1 {
    margin-top: 40px;
    font-size: 3.7em;
    line-height: 1em;
    opacity: 0.6;
    letter-spacing: -0.02em;

}

.category_header ul {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
}

.category_header ul li {
    line-height: 1.25em;
    list-style: none;
}

.category_header ul li a {
    color: #505050;
    font-size: 0.85em;

}
.category_header ul li a.active {
    color: #007a86;
}


.category_header img {
    width: 100%;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 400px;
}

.filter {
    background: url(../img/product_subMenu_BG.png) #5D5D5D;
    color: #424242;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 3px;
    font-size: 1.0em;

}

#product_list {
    padding-left: 20px;
}

.product_container {
    position: relative;
    width: 280px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.product_container.last {
    margin-right: 0;
}

.product_container .corner_flag {
    position: absolute;
    top: 0;
    left: 0;
}

.product_container .box_shadow {
    width: 280px;
    height: 160px;
}

.product_info {
    border: solid 2px #4b4a4a;
    margin-top: 15px;
    text-align: center;
    font-family: "roboto";
    font-size: 1.1em;
    padding: 7px 5px 4px 5px;
    color: #403f3f;

    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
    min-height: 55px;
    line-height: 1.1em;
}

.product_info span {
    font-size: 0.85em;
    color: #807e7e;
    margin-top: 26px;
}

.nav {
    float: right;
}

.nav .left {
    background-position: -180px -140px;
}

.nav .right {
    background-position: -210px -140px;
}

.nav .left.disabled {
    background-position: -180px -170px;
}

.nav .right.disabled {
    background-position: -210px -170px;
}

/* PRODUCT DETAIL */

.button_back {
    background: #403f3d;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    float: right;
    display: inline-block;
    padding: 4px 20px;
    color: #bbb;
    border: solid 2px #666;
    margin-top: 29px;
}

.button_back:hover {
    color: #007a86;
}

.button_back_mobile {
    display: none;
}

#section_product hr {
    border: solid #bcbcbc;
    border-width: 1px 0 0;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}

#section_product h1 {
    display: inline-block;
}

#section_product h4 {
    font-size: 1.1em;
    margin-top: 12px;
    color: #5c5c5c;
    text-align: center;

}

.pager {
    width: 50px;
    height: 160px;
    position: absolute;
    top: 42%;
    margin: -80px 0 0 0;
    padding-top: 36px;
    padding-left: 4px;
    left: 0;
    background: url(../img/sliderBullets_BG.png) no-repeat;
    z-index: 10000;
}

.pager li {
    width: 30px;
    height: 30px;
    background: url(../img/sliderBullet_empty.png) no-repeat;
    list-style: none;
}

.pager li.active {
    width: 30px;
    height: 30px;
    background: url(../img/sliderBullet_full.png) no-repeat;
    list-style: none;
}

.block {
    background: #cecece;
    color: #222;
}

.info-block {
    background: url(../img/bg_product_details.png);
    color: #222;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 6px rgba(0, 0, 0, 0.3);
}

#block_related, #block_serie {
    background: url(../img/bg_product_related.png);
    color: #222;
    min-height: 255px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
    padding-top: 20px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 6px rgba(0, 0, 0, 0.3);
    background-size: contain;
}

#block_related h2 {
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    color: #989898;
    margin-top: 10px;
    font-size: 2.45em;
    line-height: 1em;
    opacity: 0.6;
    letter-spacing: 0.05em;

}

#block_serie h2 {
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    color: #989898;
    margin-top: 10px;
    font-size: 2.45em;
    line-height: 1.2em;
    opacity: 0.6;
    letter-spacing: -0.01em;

    padding-right: 20px;
}

#block_serie .title {
    float: left;
    width: 310px;
}

#block_serie .title .icon80 {
    margin: 0;
}

#block_related .icon80 {
    text-align: left;
    margin: 0;
}

.related_products {
    padding: 0 0 0 85px;
}

#block_share {
    background: url(../img/bg_product_share.png);
    color: #222;
    min-height: 100px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
}

.dark-block {
    background: url(../img/product_subMenu_BG.png) #5D5D5D;
}

.blog-slider {
    height: 100px;
    width: 100%;
}

.rsThumbsContainer {
    width: 100% !important;
    transform: translate3d(0px,0px,0px) !important;
}

.rsThumbs {
    width: 100%;
}

.rsThumb {
    width: 131.873px;
    height: 80px;
}

.rsThumb:last-child {
    margin-right: 0 !important;
}

#sliderp {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}

#sliderp img {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: -29px;
}

.tabs dd a {
    color: #484848;
    background: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 2rem 7px 2rem;
    border-right: solid 1px #4C4C4C;
    height: 50px;
    box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.2);

}

.tabs dd.active a {
    color: #007a86;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.14);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0); /* IE6-9 */
}

.tabs dd.first a {
    border-left: solid 1px #4C4C4C;
    box-shadow: -1px 0px 0px rgba(255, 255, 255, 0.14), 1px 0px 0px rgba(255, 255, 255, 0.14);
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.tabs dd div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tabs dd.active div {
    height: 2px;
    background: #007a86;
}

.tabs-content h2 {
    text-transform: uppercase;
    font-size: 1.6em;
    font-family: 'Exo', sans-serif;
    weight: 200;
    color: #989898;
    opacity: 0.6;

    text-align: center;
}

.tabs-content {
    text-align: center;
    font-size: 0.9em;
    color: #888;
    min-height: 350px;
    margin: 0;
}

.tabs-content > .content {
    padding: 0;
}

.content .columns {
    padding-top: 25px;
}

.border_col {
    border-right: solid 1px #b7b4b2;
    min-height: 347px;
    margin-top: 3px;
    box-shadow: 1px 0px 0px rgba(255, 255, 255, 0.2);
}

.data_container {
    max-height: 156px;
    overflow-y: auto;
}

.custom-size {
    margin-top: 18px;
}

table {
    background: none;
    border: none;
}

table.sizes {
    width: 100%;
    border-spacing: 0;
}

table tr th {
    background: #3d3d3d;
    opacity: 0.8;
    line-height: 0.6em;
    color: #fff;
    text-transform: uppercase;
}

table tr td {
    color: #888;
}

table.sizes tr.odd {
    background-color: rgba(255, 255, 255, 0.4);
}

table.sizes tr td {
    line-height: 1rem;
    padding: 0.2rem 0.625rem;
}

table.sizes tr.even {
    background-color: rgba(221, 221, 221, 0.4);
}

.equipment_container {
    max-height: 270px;
    overflow-y: auto;
    margin-top: 20px;
}

.attachment {
    border: solid 1px #787774;
    padding: 7px;
    margin: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
}

.attachment .icon30 {
    float: left;
}

#icon_custom {
    display: inline-block;
    background: url(../img/sprite_hidronatur.png);
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background-position: -180px -77px;
}

#panel3 {
    padding-top: 30px;
}

#panel5 {
    padding-top: 56px;
}

.color-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;

    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
}

.color-list .color{
    margin: 0 2px;
}

#section_product .color-list .color h4{
    font-size: 0.7rem;
}

.color img {
    height: 60px;
    width: 60px;
    background: #fff;
    cursor: pointer;
}

.color .info {
    margin-top: 10px;
    border: solid 1px #000;
    text-align: center;
}

.option img {
    height: 190px;
    width: 200px;
    background: #fff;
}

.option .placeholder {
    height: 190px;
    width: 200px;
}

.option .info {
    margin-top: 10px;
    margin-left: 17px;
    border: solid 1px #000;
    text-align: center;
    width: 200px;
    border: solid 2px #4B4A4A;
    text-align: center;
    font-family: "roboto";
    font-size: 1.1em;
    padding: 7px 5px 4px 5px;
    color: #403F3F;

    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
    min-height: 55px;
    line-height: 1.1em;
}

.overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg_product_details.png);
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.overlay .close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../img/sprite_hidronatur.png) -260px -150px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}

.overlay h1 {
    font-size: 2.2em;
}

.overlay tr td {
    line-height: 0.4rem;
}

.raltext {
    font-size: 1.4em;
    text-align: right;
    color: #4f4f4f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    margin-bottom: 0;

}

.color_increment {
    text-align: right;
    display: block;
}

.ral_empty {
    height: 63px;
}

.icon30 {
    background: url(../img/sprite_hidronatur.png);
    margin: 0 auto;
    width: 30px;
    height: 30px;
}

.icon15 {
    background: url(../img/sprite_hidronatur.png);
    margin: 0 auto;
    width: 15px;
    height: 15px;
}

.icon60 {
    background: url(../img/sprite_hidronatur.png);
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.icon80 {
    background: url(../img/sprite_hidronatur.png);
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: block;
}

.icon_left {
    background: url(../img/sprite_hidronatur.png);
    margin: 0 auto;
    width: 40px;
    height: 80px;
    background-position: -240px 0;
    display: block;
    margin-top: 40px;
}

.icon_right {
    background: url(../img/sprite_hidronatur.png);
    margin: 0 auto;
    width: 40px;
    height: 80px;
    background-position: -280px 0;
    display: block;
    margin-top: 40px;
}

.icon_ral {
    background-position: -160px 0px;
    position: absolute;
    left: 33px;
    top: 18px;
}

.icon_list {
    background-position: -218px -85px;
    display: inline-block;
}

#icon_download {
    background-position: -185px -111px;
}

#icon_info {
    background-position: 0 -140px;
}

#icon_sizes {
    background-position: -60px -140px;
}

#icon_files {
    background-position: -120px -140px;
}

#icon_fb {
    margin-top: 0;
    background-position: 0px -80px;
}

#icon_pinterest {
    background-position: -60px -78px;
    margin-top: 0;
}

#icon_twitter {
    background-position: -120px -78px;
    margin-top: 0;
}

#icon_share {
    background-position: -80px 0;
}

#block_share {
    padding-top: 10px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 6px rgba(0, 0, 0, 0.3);
}

#block_share div {
    display: inline-block;
}

#block_share .share {
    width: 230px;
    border: solid 1px #787774;
    margin-right: 11px;
    margin-top: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
}

#block_share .share .icon60 {
    border-right: solid 1px #787774;
    float: left;
}

#block_share .share p {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 6px 2px;
    margin-left: 10px;
    color: #787774;
    font-family: "Raleway-light", sans-serif;
    font-size: 1.8em;
}

.feature_info {
    padding-right: 90px;
}

.data_container2 {
    margin-top: 40px;
    height: 253px;;
    overflow-y: auto;
}

.feature_list {

}

.feature_img {
    width: 400px;
}

/* NEWS */
body#section_blog {
    background: url(../img/BG_patterns/pattern_01.png) repeat;
    /*background-size: 100% auto;*/
}

.news_header {
    position: absolute;
    width: 100%;
}

.news-preview {
    width:25%;
    height: 140px;
    image-size: cover;
    display:inline-block;
    float:left;
}

#section_blog h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 6.5em;
    text-align: right;
    line-height: 0.9em;

}

#section_blog h2 {
    font-family: 'Exo', sans-serif;
    color: #a7a7a7;
    font-size: 2.5em;
    text-align: right;
    margin-top: -12px;

}

#section_blog p {
    color: #a7a7a7;
    font-size: 0.9em;
    text-align: justify;

}

p.date {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
    color: #232323 !important;
    font-size: 1.0em !important;
    text-align: right !important;
    margin-top: -15px !important;

}

#section_blog hr {
    border: solid #202020;
    border-width: 1px 0 0;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
}

/* CONTACT */
body#section_contact {
    background: url(../img/BG_patterns/pattern_01.png) repeat #404040;
    /*background-size: 100% auto;*/
    color: #a7a7a7;
    font-size: 0.9em;
    font-weight: 600;
    text-align: justify;
}

#section_contact hr {
    border: solid #202020;
    border-width: 1px 0 0;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
}

#section_contact h1 {
    font-family: 'Exo', sans-serif;
    font-weight: 200;
    color: #202020;
    opacity: 0.6;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    font-size: 2.8em;
    text-align: right;

}

#section_contact p {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 13px;
    color: #fff;
    opacity: 0.6;
    letter-spacing: -0.02em;
    line-height: 1.4em;
    text-align: right;

}

a.contactMail {
    color: #007a86;
    text-decoration: none;
}

.contact-info {
    font-size: 0.9em;
}

.confirm {
    text-align: center;
    background: #403f3d;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 4px 20px;
    color: #bbb;
    border: solid 2px #666;

}

#map-canvas {
    height: 420px;
    margin-top: 0;
    border-bottom: black solid 3px;
}

input[type=text], textarea {
    border: solid 1px #6d6d6d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #dfdfdf;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4), 0px -1px 0px rgba(0, 0, 0, 0.7), inset 0px 1px 1px rgba(0, 0, 0, 0.4);
}

textarea {
    max-width: 100%;
    height: 196px !important;
}

:focus {
    outline: 0;
}

.rsSlide {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.rprice {
    text-align: right;
    min-width: 80px;
}

.mycol-2 {
    width: 10%;
}

.mycol-12 {
    width: 80%;
}

.pvpiva {
    margin: 0;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    margin-top: 4px;
    float: right;
}

.pvpivaabs {
    position:absolute;
    right: 20px;
    bottom: 10px;
}

.equpiment-info {
    margin: 0;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    margin-top: 4px;
    float:left;
}

.product-information {
    max-height: 199px;
    overflow: auto;
}

.search {
    width: 168px;
    border: none;
    padding: 5px;
    float:left;
    margin-top: 26px;
    height: 25px;
}

.search-button {
    background-color: #cbcbcb;
    margin-left: -1px;
    height: 27px;
    margin-top: 26px;
    height: 25px;
}

.breadcrumb .search {
    margin-top: 2px;
}

.breadcrumb .search-button {
    margin-top: 2px;
}

.serie-select {
    margin: 0px;
}

.company-image {
    margin-bottom: 30px;
}

.third {
    width: 33.333%;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .top-bar .name h1 a, .top-bar, .top-bar-section ul li, .top-bar-section li a, .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0px 5px;
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 40.063em) {

    #container {
        padding-top: 0;
    }

    .top-bar .toggle-topbar a span {
        color: #fff;
    }

    .top-bar .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888 !important;
    }

    #logo {
        max-width: 55%;
    }

    .product-information {
        text-align: left;
    }

    .tabs-content h2 {
        color: #303030;
    }

    .top-bar .toggle-topbar.menu-icon {
        top: 50%;
        margin-top: -1px;
    }

    .border_col {
        min-height: 0;
    }

    #section_product h1 {
        padding-left: 5px;
        font-size: 2em;
        padding-top: 0;
        margin-top: 10px;
    }

    .info-block, #block_share, #block_related, #block_serie {
        background: #cecece;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;

    }

    #sliderp, #sliderp img, .rsSlide {
        border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
    }

    .dark-block {
        background: #cecece;
    }

    .pager {
        display: none;
    }

    .button_back {
        display: none;

    }

    .button_back_mobile {
        display: inline-block;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        float: right;
        display: inline-block;
        padding: 0;
        color: #bbb;
        border: solid 2px #666;
        margin-top: 9px;
        margin-right: 15px;
        background: url(../img/sprite_hidronatur.png) #777;
        width: 32px;
        height: 33px;
        background-position: -180px -140px;

    }

    #block_serie .icon80, #block_share .icon80 {
        display: none;
    }

    #block_serie h2 {
        font-size: 1.5em;

    }

    #section_company h1 {
        margin-top: 0;
        font-size: 3em;
        text-align: left;
    }

    #section_company h1 br {
        display: none;
    }

    .category_header img {
        height: 200px;
        border-radius: 0;
    }

    .category_header {
        margin: 0;
        width: 100%;
        border-radius: 0;
    }

    .category_header ul {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 0 0 10px 17px;
        top: auto;
    }

    .container_box .description {
        height: auto;
    }

    .product_container {
        margin: 10px 1%;
        box-sizing: border-box;
        display: inline-block;
        width: 48%;
    }

    .related_products {
        padding: 0;
    }

    .product_container.last {
        margin-right: 1%;
    }

    .product_container .box_shadow {
        width: 100%;
        height: 100%;
    }

    .product_container .corner_flag {
        width: 35%;
    }

    .icon60, .icon80 {
        display: none;
    }

    .option img {
        height: 140px;
        width: 150px;
    }

    .option .info {
        width: inherit;
    }

    .tabs dd a {
        height: 40px;
        padding: 13px 0.3rem 7px 0.3rem;
        font-size: 0.7rem;
    }

    .rsThumb {
        width: 22%;
        height: 80px;
    }

    .news_header br {
        display: none;
    }

    #section_blog h1 {
        text-align: left;
    }

    .right_text {
        height: 62px;
        font-size: 0.6em;
        text-align: left;
    }

    .raltext {
        font-size: 0.8em;
        text-align: right;
    }

    .mycol-2 {
        width: 20%;
    }

    .mycol-12 {
        width: 60%;
    }

    #section_legal h1 {
        font-size: 2em;
    }

    #section_legal h2 {
        font-size: 1.2em;
    }

    .equpiment-info {
        margin-bottom: 15px;
    }

    #block_share .share {
        width: 100%;
    }

    #block_share .share p {
        font-size: 0.8em;
    }

    #block_share .share .icon60 {
        border-right: none;
        margin: 0 auto;
        float: none;
        display: block;
    }
}


.color-image {
    display: none;
    position: absolute;
    top: 0;
    z-index: 200000;
    background: url(../img/fondo.jpg);
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

}
.color-image .magnify {
    width: 100%;
    height: 100%;
}
.color-image img {
    width: 100%;
    height: 100%;
}

/** RAL */
.ral-row {
    padding-bottom: 20px;
}

.select2-results__option {
    padding: 0;
}
.select2-results__option div {
    padding: 6px;
}

body#section_user {
    background: url(../img/BG_patterns/pattern_01.png) repeat;
}

.projects {
    display:flex;
    flex-wrap: wrap;
    flex: 1 0 280px;
    margin-top: 20px;
}

.project {
    margin: 10px;
    color: #3fbfba;

}

.project .img {
    position: relative;
}

.project .img .overlay {
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: #3fbfba;
    opacity: 0.7;
}

.project:hover .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.project > .img > img {
    width: 283px;

}

.project-name {
    padding: 10px 0 20px;
}

/** Ral-warning */
.warning-info {
    background: #3A99A1;
    text-align: left;
    color: #000;
}

.warning-info columns {
    padding: 0 10%;
}

.img-attention {
    margin-right: 20px;
}

.new-col {
    text-align: right;
    padding-right: 16px;
    padding-top: 17px;
}

.button-new {
    background-image: -moz-linear-gradient(90deg, rgb(0, 122, 134) 0%, rgb(0, 162, 155) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 122, 134) 0%, rgb(0, 162, 155) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 122, 134) 0%, rgb(0, 162, 155) 100%);
    color: #fff;
}
iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: calc(100vh - 76px);        /* Viewport-relative units */
    width: 100vw;
}

label {
    color: #fff;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.5rem !important;
    font-size: 0.9em;
}
