html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
html {
    height: 100%;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: 700;
    color: #054553;
}
a:link, a:visited {
    color: #181818;
}
a:hover {
    color: #333;
}
ul {
    margin: 0 0 0 15px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}
.clr {
    clear: both;
}
.container {
    max-width: 1350px;
    margin: 0 auto;
}
#header {
    padding: 30px 0 40px 0;
}
.top {
    display: inline-block;
}
.logo {
    max-width: 250px;
    display: inline-block;
}
img.logoim {
    max-width: 100%;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topinfo {
    display: flex;
    width: 251px;
    justify-content: space-between;
}
#topimage .owl-carousel.nav-bottom-right.owl-loaded.owl-drag {
    max-width: 1600px;
    margin: 4%  auto 3% auto;
}
.smicon {
    max-width: 195px;
}
#topimage .owl-carousel {
    margin: 4% 0 3% 0;
}
.topmid {
    font-size: 16px;
    line-height: 20px;
/* identical to box height */
    color: #6C6C6C;
}

.topinfo p {
    margin-bottom: 2px;
}
#header div.mod-languages ul.lang-block li {
    margin: 2px;
}

.topinfo .custom a {
    font-size: 17px;
    line-height: 25px;
    text-decoration-line: underline;
    color: #008698;
}
li.lang-active a {
    font-weight: bold;
    color: #0e88a2;
}

.mod-languages {
    font-size: 18px;
    line-height: 22px;
}
#nav {
     background: #F1F7F9;
    background: linear-gradient(90.07deg, #F1F7F9 20.95%, #EFF5F7 75.03%);
}
#nav .custom {
    padding: 13px 0 2px 0;
}

#nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#nav ul {margin:0; padding:0; }
#nav ul li {display: inline-block;padding: 3px 2vw;position: relative;}
#nav ul li:first-child {
    padding-left: 0vw;
}
#nav ul li a {
    display: block;
    padding: 0 14px 0 14px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 32px;
    color: #212121;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}
#nav ul.nav li.parent:before {
    content: '';
    border: solid #222222;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 14px;
    right: 1%;
    transform: rotate(45deg);
}
#nav ul.nav li.parent:hover:before  {
      transform: rotate(-90deg);
      transition: all 0.5s
}

#nav li ul {
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    top: 37px;
    z-index: 100;
    width: 310px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 2px 11px 14px -5px #1546623b;
    border-radius: 8px;
    display: none;
}
#nav li:hover ul {
  display: block;
}

#nav li ul li {
  background: none;
  padding: 0!important;
  top: 0;
  position: relative;
  width: 100%;
}
#nav li.active ul li a {
}
#nav ul li ul li:after {
    content: normal;
}


#nav li ul li a {
    display: block;
    letter-spacing: 0;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    color: #404040!important;
    text-transform: none;
    font-weight: 400;
    padding: 12px 8px 9px 23px;
}

#nav li ul li a:hover {
    background: #13618d;
    transition: all 0.5s;
    color: #fff !important;
}
#nav ul li ul li:first-child, .layout-featured #nav ul li ul li:first-child a  {
     padding-left: 23px;
}
div.article_images_block {
    width: 600px;
    margin-right: 5vw!important;
}
.block_info_art {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.prodpag .page-header h2 {
    font-size: 28px;
    margin-bottom: 4%;
    line-height: 130%;
    color: #008698;
    max-width: 685px;
}
.rl_tabs.nn_tabs.outline_handles.outline_content.top.align_left.has_effects {
    width: 100%;
}
.rl_tabs.top>ul.nav-tabs>li>a {
    font-size: 22px;
    padding: 14px 30px;
}
.rl_tabs.top>ul.nav-tabs>li.active a, .rl_tabs.top>ul.nav-tabs>li.active a:hover {
    border-top: 4px solid #3bb3c3;
}
.rl_tabs.outline_content>.tab-content {
    padding: 2em;
}
iframe {
    border: 0;
    outline: 0;
}
ul.breadcrumb li:first-child {
    display: none;
}
ul.breadcrumb {
    margin: 1% 0 0 0;
    padding: 1% 2% 1% 0;
    font-size: 16px;
    line-height: 26px;
}
ul.breadcrumb li {
    display: inline-block;
    color: #a3bdc5;
}
ul.breadcrumb li.active span {
    font-size: 14px;
}
#leftbar-w {
    padding: 0;
    width: 230px;
    float: left;
}
#rightbar-w {
    margin-right: 12px;
    padding: 0;
    width: 230px;
    float: right;
}
#sidebar {
    padding: 0;
}
#sidebar .module {
    padding: 6px 0 6px 0;
    margin: 0;
}
#sidebar .module-title {
    font-size: 16px;
    font-weight: 100;
    margin: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 0 22px;
    font-family: Tahoma, sans-serif;
}
.ba-maxlength {

    font-size: 0;
}
#leftbar-w .module-title {
    padding: 0 0 0 15px;
}
#rightbar-w  .module-title {
    padding: 0 0 0 15px;
}
#modbott tr {
    display: flex;
    align-items: center;
}
#modbott .custom.container {
    margin: 3vw auto;
}
#modbott td:first-child {width: 70%; font-size: 22px}
#modbott td:last-child {
    line-height: 1.7em
}

#modbott td h4 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5%
}
#modbott td:first-child p {
    display: flex;
    align-items: center;
}
#modbott td:first-child img {
    margin-right: 15px
}
.item-page strong {
    color: #3bb3c3;
}
#main {
    margin: 0 auto 0 auto;
    position: relative;
}
#main-content {
    clear: both;
    margin-top: 10px;
    background: #fff;
    position: relative;
    height: 100%;

}
#leftcolumn {
    margin-left: 9px;
    padding: 0;
    width: 205px;
    float: left;
}
#rightcolumn {
    margin-right: 9px;
    padding: 0;
    width: 205px;
    float: right;
}
#centercontent {
    width: 500px;
    float: left;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
#centercontent_md {
    width: 725px;
    float: left;
    margin: 0 5px 0 5px;
    padding: 5px;
    overflow: hidden;
}
#centercontent_bg {
    padding: 0;
    overflow: hidden;
}
#centercontent_bg input.popup-btn {
    height: 50px;
    background: linear-gradient(7deg, #009bbc 16%, #3fbaca 54%);
    box-shadow: 0 15px 30px -15px #0000004f;
    border: 1px solid #d6f7fc;
}

.blog-featured {
    background: #fff;
    color: #555;
}
.items-leading {
    position: relative;
    clear: both;
    padding: 3px 0 3px 4px;
    margin-top: 2px;
}
.item-page {
    position: relative;
    line-height: 1.7em;
}
.page-header h2 {
    font-size: 30px;
    margin-bottom: 4%;
    line-height: 130%;
    color: #008698;
}
.items-row {
    position: relative;
    clear: both;
    text-align: center;
}
.items-row .span3, .items-row .span4, .items-row .span6 {
    display: inline;
}
.item-content h4 {
    padding: 5%;
    font-size: 20px;
    margin-bottom: 5%;
    line-height: 26px;
}
.item-page .pull-left.item-image {
    max-width: 600px;
}
.item-page .pull-left.item-image img {
    max-width: 100%
}
.img-fulltext-left {
    max-width: 400px;
    overflow: hidden;
    float: left;
    height: 310px;
    margin: 0 30px 40px 0;
}
.img-fulltext-left img {
    width: 100%;
    object-fit: cover;
    transform: translateY(-20%);
}
.item .pull-left.item-image {
    height: 250px;
    overflow: hidden;
}
.item .pull-left.item-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.blog.brands_page .item {
    width: 150px;
    padding: 20px;
}
.blog.brands_page .item .item-content {
    display: none;
}
.blog.brands_page .item .pull-left.item-image {
    height: 70px;
    overflow: hidden;
}
.blog.brands_page .item .pull-left.item-image img {
   object-fit: contain;
}

.cat-children {
    padding: 2% 0;
}

.cat-children>div {
    display: inline-flex;
    width: calc(50% - 35px);
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    align-items: center;
    margin: 10px;
}
.cat-children>div:hover {
    box-shadow: 0 0 40px rgb(14 136 162 / 27%);
    border-color: rgb(59 179 195 / 32%);
}
.cat-children>div a {
    text-decoration: none
}
.cat-children>div figure {
    overflow: hidden;
}
.cat-children>div:hover figure img {
     transform: scale(1.2);
     transition: ease 3s;
}
.cat-children h3.page-header.item-title {
    padding: 15px;
    font-size: 29px;
    text-decoration: none;
    line-height: 1.5em;
    font-weight: 400;
}
#modbott .moduletable.container > h3 {
    text-transform: uppercase;
    font-size: 24px;
    padding: 7px;
    margin: 15px 0;
}
figure.cat__preview-img {
    margin: 12px 30px 12px 12px;
}
.cols-1 {
    width: 100%;
    clear: both;
}
.cols-2 .column-1 {
    width: 45%;
}
.cols-2 .column-2 {
    width: 45%;
}
.cols-3 .column-1 {
    width: 33%;
}
.cols-3 .column-2 {
    width: 33%;
}
.cols-3 .column-3 {
    width: 33%;
}
.cols-4 .column-1 {
    width: 24%;
}
.cols-4 .column-2 {
    width: 24%;
}
.cols-4 .column-3 {
    width: 24%;
}
.cols-4 .column-4 {
    width: 24%;
}
.column-1, .column-2, .column-3, .column-4 {
    position: relative;
    display: inline-block;
}
.blog .item {
    text-align: center;
    font-size: 15px;
    margin: 1% 0;
    padding-bottom: 1%;
}
.item-content > a {
    text-decoration: none;
}
.blog .item:hover {
    box-shadow: 0 0 20px #e8e8e8;
}
.blog .item .pull-left.item-image img {
    max-width: 100%;
}
.readmore {
    margin: 0;
    line-height: 20px;
}
ul.pagenav {
    display: block;
}
ul.pagenav li {
    list-style: none;
}
.pagenav-prev {
    float: left;
    padding-top: 10px;
}
.pagenav-next {
    float: right;
    padding-top: 10px;
}
.pagination {
    clear: both;
}
.pagination span, .pagination a, ul.pagenav li a {
    padding: 1px 8px;
    background: #fff;
    color: #555;
    font-weight: bold;
    font-size: 90%;
}
.pagination a, ul.pagenav li a {
    font-weight: bold;
    text-decoration: underline;
}
.button, .validate {
    padding: 3px 15px;
    border: 1px solid #999;
    background: #b9b8b8;
    color: #fff;
    font-weight: bold;
}
.button:hover, .validate:hover, .pagination a:hover, ul.pagenav li a:hover {
    background: #757474;
    color: #fff;
}
.inputbox, input, textarea, select {
    border: 1px solid #c0c0c0;
    color: #13618d;
    padding: 5px 10px;
}
.breadcrumbs {
    padding: 0 0 0 10px;
    color: #555;
}
#user-bottom {
    margin: 4rem auto 0 auto;
    padding: 1% 0 3% 0;
}
.user1 {
    display: flex;
    justify-content: space-between;
}

.user1 a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.user1 li {
    margin-bottom: 20px;
}
.user1 li.current a {
    font-weight: 700;
    color: #0E88A2;
}

.user1 ul {
    list-style: none;
    margin: 0;
}

.user1 h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 35px;
}
.user1 p {
    margin-bottom: 20px;
}
body {
    padding-bottom: 30px;
}

#user-bottom2 .custom {
    margin-left: auto;
    font-weight: 700;
    margin-right: 3%;
}
img.logof {
    height: 80px;
}
#user-bottom2 .user1 li {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 3vw;
}
#user-bottom2 .user1 li a {
    color: #fff;
    font-size: 17px;
}
#user-bottom2 {
    background: #3bb3c3;
    color: #fff;
}
#user-bottom2 .user1  {
     align-items: center;
}
#user-bottom2 .user1 p {
    margin-bottom: 0;
}
.inline {
    display: inline-block;
}
#navtoogle {
    display: none;
    color: #fdfcfc;
    padding-right: 2vw;
    text-align: right;
}
.cmn-toggle-switch {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 6px;
    padding: 0;
    width: 58px;
    height: 38px;
    border: 0;
    font-size: 0;
    transition: background .3s;
}
.cmn-toggle-switch:focus {
    outline: none;
}
.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: white;
}
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: '';
}
.cmn-toggle-switch span::before {
    top: -8px;
}
.cmn-toggle-switch span::after {
    bottom: -8px;
}
.cmn-toggle-switch__htx {
    background-color: #0f89a2;
}
.cmn-toggle-switch__htx span {
    transition: background 0 .3s;
}
.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
    transition-duration: .3s, .3s;
    transition-delay: .3s 0;
}
.cmn-toggle-switch__htx span::before {
    transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
    transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active {
    background-color: #3bb3c3;
}
.cmn-toggle-switch__htx.active span {
    background: none;
}
.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
    transition-delay: 0 .3s;
}
div#flexslider-90 {
    min-height: 39vw;
}
.customoverall {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 20;
    animation: rotating .4s linear 1;
    animation-delay: 4s;
}

@keyframes rotating {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.customoverall img {
   width: 50px;
   height: 50px;
}
.customoverall p {
    border-radius: 60px;
    background: #fff;
    margin: 0;
    padding: 0;
}
span.menutoog div {
    background: #000;
    width: 100%;
    height: .125rem;
    margin: .25rem auto;
    border-radius: 10px;
    transition: .3s cubic-bezier(.28, .55, .385, 1.65);
    transition-timing-function: cubic-bezier(.28, .55, .385, 1.65);
    transform: none;
    transform-origin: center;
}
@media screen and (max-width: 1420px) {
    .container {
        padding: 0 3vw;
    }

}
@media screen and (max-width: 1200px) {
    
    div.article_images_block {
        width: 400px;
        margin-right: 5vw!important;
    }
    .prodpag .page-header h2 {
        font-size: 24px;
        margin-bottom: 1%;
        line-height: 130%;
        color: #008698;
        max-width: 685px;
    }
    .rl_tabs.top>ul.nav-tabs>li>a {
        font-size: 17px;
    }
.cat-children>div figure {
    overflow: hidden;
    width: 150px;
    height: 145px;
}
.cat-children>div figure img {
    max-height: 105%;
    object-fit: cover;
}
.user1 a, .user1 {
    font-size: 14px;
}
#user-bottom .user1 {
    flex-wrap: wrap;
}

#user-bottom .user1 .moduletable {
    flex: 0 1 47%;
}
#modbott tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
}
.save-and-continue-modal, .ba-modal.message-modal, .ba-modal.popup-form {
    transform: translateX(-10px);
}


}
@media screen and (max-width: 1000px) {

    div.article_images_block {
        width: 100%;
        max-width: 600px;
        margin: 0 auto !important;
    }
    .block_info_art {
         display: block;
    }

.cat-children>div {
    flex-direction: column;
    text-align: center;
}
.cat-children>div figure {
    overflow: hidden;
    width: auto;
    height: auto
}
.cat-children h3.page-header.item-title {
    min-height: 79px;
    font-size: 17px;
}
#user-bottom2 ul, #user-bottom2 .custom {
    justify-items: flex-start;
    margin: inherit;
}
.bgfooter {
    justify-self: right;
    margin-top: -45px;
}
#user-bottom2 .user1 {
    flex-wrap: wrap;
}
#user-bottom2 ul {
    margin: 15px 5px 5px 5px
}
.blog .item {
    width: 42%;
    padding: 2%;
}

}
@media screen and (max-width: 768px) {

.topinfo .custom {
    display: none;
}
.topinfo {
    width: auto;
}
.prodpag .page-header h2 {
    font-size: 20px;
    margin: 30px 0 10px 0;
}
.rl_tabs.top>ul.nav-tabs>li>a {
    font-size: 16px;
    padding: 10px 14px;
    font-weight: 500;
}
div.article_images_block {
    width: 94%;
    max-width: 600px;
    margin: 20px  auto !important;
}

    #nav {
      background: #fff;
      display: none
    }
    #nav .container {
    flex-wrap: wrap;
    background: #fff;
    justify-content: center;
}
    #navtoogle {
        display: block;
    }
    #nav ul li:first-child {
    padding-left:0;
}
#nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 5vw;
}
#nav ul li {
    width: 100%;
    padding: 3vw 0
}
   #nav li ul {
    position: static;
    display: none;
    margin: 4%;
    background: none;
    box-shadow: none;
    width: 94%;
    padding-left: 5%;
    font-size: 80%;
}
    #nav li ul li {
        list-style-type: disc;
        display: list-item;
        color: #ddd;
    }
   #nav li ul li a {
    width: 93%;
    color: #000000 !important;
    background: transparent;
    border-bottom: none;
    font-size: 15px;
    padding: 6px;
}
    #nav li ul li a:hover {
        background:#148ba4;
            color: #fff !important;
            transition: none;
    }
    #nav li:hover ul {
        display: none;
    }
    #nav ul.nav li.parent {
        border-bottom:1px solid #c6e3e7;    }
    #nav ul.nav li.parent.act {
        border: none;
    }
    #nav ul.nav li.parent:before {
        content: '';
        border: solid #636363;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        position: absolute;
        top: 22px;
        right: 10%;
        transform: rotate(-45deg);
    }
    #nav ul.nav li.parent.act:before {
        transform: rotate(45deg);
        transition: all .5s;
    }
    table, td, th, video {
        max-width: 98%;
        display: inline-block;
        margin: 0 auto;
        width: auto !important;
        height: auto !important;
    }
    img {
        max-width: 100%;
    }
    td, th, iframe {
        border: none;
        width: 100% !important;
    }

    img.sigFreeImg {
        width: 265px !important;
        height: 200px !important;
        max-width: none;
    }
    ul.sigFreeClassic {
        text-align: center;
    }
    ul.sigFreeClassic li.sigFreeThumb {
        display: inline-block;
        margin: 1%;
        float: none;
    }
    ul.sigFreeClassic li.sigFreeThumb:nth-child(odd) {
        display: none;
    }
    .topmid {
    width: 149px;
    font-size: 14px;
}
.cat-children>div figure {
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 5px;
    border-radius: 5px;
}
.cat-children>div {
    width: calc(50% - 27px);
    margin: 8px;
}
#header {
    padding: 15px 0 15px 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
#breadcrumb {
    margin-top: 4%;
}
#modbott td:first-child {
    font-size: 20px;
}
.item-page .pull-left.item-image {
    float: none;
    width: 91%;
}
.customoverall {
    right: 4vw;
    bottom: 4vw;
}

}
@media screen and (max-width: 460px) {
    .ba-forms-modal .ba-form {
        padding: 40px 25px 40px;
    }
    .ba-htmltext.tool  img {
        max-width: 50px;
    }
    .ba-form input[type="number"], .ba-form input[type="email"], .ba-form input[type="text"], .ba-form select, .ba-form select[size], .ba-form textarea {
        font-size: 15px !important;
        color: #8a8a8a! important;
    }
    div#navtoogle {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
        padding: 0 2vw;
    justify-content: space-between;
}
#topimage {
    min-height: 58vh;
}
.flexslider .slides img {
    width: initial;
    display: block;
    object-fit: cover;
    height: 44vh;
}
div#flexslider-90 {
    min-height: 44vh;
}
.logo {
    max-width: 53vw;
}
    .topmid {
    width: auto;
    font-size: 14px;
}
#user-bottom2 .user1 {
    flex-wrap: wrap;
    gap: 5vw;
}
#user-bottom2 ul {
    margin: 15px 5px 5px 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.bgfooter {
    justify-self: right;
    margin-top: 0;
}
#user-bottom2 .user1 li {
    display: inline-block;
    margin: 4vw 0;
}
.blog .item {
        width: 94%;
    }
    .rl_tabs.top>ul.nav-tabs>li>a {
        font-size: 13px;
        padding: 6px 10px;
        font-weight: 500;
    }
    .rl_tabs.outline_content>.tab-content {
        padding: 1em;
    }
    .rl_tabs .nav-tabs>li {
        float: none;
    }
    .container {
        padding: 0 15px;
    }
    .user1 h3 {
        margin-bottom: 18px;
    }
    #user-bottom .user1 .moduletable {
        flex: 0 1 45%;
    }
    .blog.brands_page .item {
        width: 135px;
        padding: 5px 13px;
    }
    .customoverall {
        right: 6vw;
        bottom: 6vw;
    }
}
