@import "//fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800";


:root {
	--colour-blue: #00529F;
	--colour-black: #161C20;
	--colour-white: #ffffff;

	--colour-blue-alt: #166EC0;
	--colour-blue-light: #368DDF;
	--colour-blue-dark: #01428f;

	--colour-light: #dde5ed;
	--colour-lighter: #E8F1FA;
	--colour-lightest: #F0F4F8;
	--colour-black-light: #1d262d;

	--font-awesome: "Font Awesome 6 Pro", 'Font Awesome 5 Pro';

	--frame-pad: 100px;
	--frame-expad: 50px;
	--frame-width: calc(100% - 200px);
	--frame-exwidth: calc(100% - 300px);
	--frame-max-width: 1600px;
	--frame-max-exwidth: 1500px;

	--pad-small: 30px;
	--pad-mid: 60px;
	--pad-big: 90px;
	--pad-huge: 120px;

	--transition-fast: 0.15s cubic-bezier(0,0,0.1,0.9);
	--transition: 0.3s cubic-bezier(0,0,0.1,0.9);
	--transition-slow: 0.65s cubic-bezier(0.15, 0.05, 0.1, 0.9);
}

/*TEMP*/
.cb.plain {
    display: none;
}

/*MAIN*/
* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box
}
body, html {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background-color: #EEE
}
.style-background {
    background-color: #068ed0
}
.style-border {
    border: 1px solid #068ed0
}
.header, .navigation, .footer, .copyright, .body, .sli, .section, .banner {
    background-color: #FFF;
    padding: 20px 0
}
.frame {
    width: 1200px;
    margin: 0 auto
}
.navigation {
    padding: 0
}
.logo {
    margin: 0;
    height: 80px;
    width: 100%;
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px
}
.logo.text {
    text-indent: 0;
    font-size: 24px;
    height: auto
}
.header .slogan {
    text-align: right
}
.header .slogan p {
    margin: 0 0 5px
}
.header .slogan:last-child {
    margin: 0
}
.header .head-cart-data {
    color: #999
}
.header .head-cart-data .fa {
    color: #068ed0
}
.navigation {
    background-color: #444
}
.copyright {
    text-align: center;
    border-bottom: 10px solid #068ed0;
    background-color: #F8F8F8;
    padding: 20px 0;
    font-size: 14px;
    color: #999
}
.copyright p {
    margin: 0
}
.footer {
    border-top: none;
    padding: 20px 0 40px
}
.footer > .frame > .coltable > .col {
    padding: 0 20px
}
.footer > .frame > .coltable > .col:first-child {
    padding-left: 0
}
.footer > .frame > .coltable > .col:last-child {
    padding-right: 0
}
.footer .foot-menu {
    border-top: 2px solid #EEE;
    padding-top: 20px
}
.footer .foot-menu > li, .footer .foot-menu {
    list-style: none
}
.footer .foot-menu > li a {
    border-bottom: 1px solid #EEE;
    padding: 5px 0;
    display: block
}
.footer .foot-menu > li a:hover {
    border-color: #068ed0;
    text-decoration: none;
    color: #068ed0
}
.footer .foot-menu > li:first-child {
    border-top: none
}
a.red, span.red, p.red {
    color: #c83127!important
}
a.green, span.green, p.green {
    color: #390!important
}
a.blue, span.blue, p.blue, b.blue {
    color: #00A5CC!important
}
a.orange, span.orange, p.orange {
    color: #c83127!important
}
div.infobox {
    background-color: #F8F8F8;
    padding: 15px;
    box-sizing: border-box
}
.container-style .col {
    padding: 25px 5px;
    transition: all .2s ease-in-out 0;
    box-sizing: border-box
}
.container-style .col h3, .container-style .col p, .container-style .col a {
    text-decoration: none;
    text-shadow: 0 0 10px #000;
    color: #FFF;
    margin: 0
}

/*Notification*/
#note_box {
    margin-bottom: 10px;
    padding: 14px 15px 15px;
    color: #fff;
    background-color: #00B4E4;
    font-size: 18px;
    line-height: 20px;
    border-radius: 5px;
}
#note_box a {
    color: inherit;
    text-decoration: underline
}
.notification {
    color: #fff;
    display: none;
    margin: 0 0 15px;
    padding: 15px
}
.notification.show {
    display: block
}
#note_box a, .notification a {
    color: #fff
}
#note_box p, .notification p {
    color: #fff;
    margin: 0
}
#note_box p.info, .notification p.info {
    color: #fff
}
#note_box.red, .notification.red {
    background-color: #EE0026;
}
#note_box.green, .notification.green {
    background-color: #00A83B;
}
#note_box.warn, .notification.warn {
    background-color: #FF9536;
}
#note_box.red, #note_box.green, #note_box.warn {
    color: #FFF
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0 0 20px
}
.h1, h1 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 40px
}
.h2, .h3, h2, h3 {
    color: #068ed0;
    font-size: 28px;
    font-weight: 800
}
.h2 .capsule, h2 .capsule {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    border: none;
    padding: 0;
    overflow: visible
}
.h3, h3 {
    font-weight: 300
}
.h4, .h5, h4, h5 {
    color: #068ed0;
    font-size: 20px;
    font-weight: 800
}
h5 {
    font-weight: 300
}
p {
    margin: 0 0 15px;
    padding: 0
}
a {
    color: #068ED0;
    text-decoration: none;
    transition: all .2s ease-in-out 0
}
a:hover {
    color: #000;
    text-decoration: underline
}
hr {
    border: 0;
    margin: 30px auto;
    border-bottom: 2px dotted #EEE
}
b {
    font-weight: 700;
    font-weight: 800
}
.bold {
    font-weight: 700
}
.caption {
    color: #999;
    font-size: 14px;
    font-weight: 300
}
.text-right {
    text-align: right
}
.text-left {
    text-align: left
}
.no-padding, .pad-0 {
    padding: 0!important
}
.pad-right-10 {
    padding-right: 10px
}
.pad-right-20 {
    padding-right: 20px
}
.pad-left-10 {
    padding-left: 10px
}
.pad-left-20 {
    padding-left: 20px
}
.pad-top-20 {
    padding-top: 20px
}
.pad-top-40 {
    padding-top: 40px
}
.pad-bottom-20 {
    padding-bottom: 20px
}
.pad-bottom-40 {
    padding-bottom: 40px
}
.marg-bottom-5 {
    margin-bottom: 5px
}
.marg-top-10 {
    margin-top: 10px
}
.no-margin, .margin-0 {
    margin: 0
}
.clearfix {
    clear: both
}
.hide {
    display: none
}
.float-right {
    float: right
}
.float-left {
    float: left
}
.clear-right {
    clear: right
}
.clear-left {
    clear: left
}
.overflow-hidden {
    overflow: hidden
}
.text-right {
    text-align: right
}
.display-inline {
    display: inline
}
.display-block {
    display: block
}
.display-inline-table {
    display: inline-table
}
.display-inline-block {
    display: inline-block
}
.list-no-style {
    list-style: none
}
.no-underline {
    text-decoration: none
}
.underline {
    text-decoration: underline
}
.center {
    text-align: center
}
.no-bg {
    background-color: transparent;
    border: none;
    padding: 0
}
.text-mini {
    font-size: 10px!important
}
.text-small {
    font-size: 12px!important
}
.text-regular {
    font-size: 14px!important
}
.text-medium {
    font-size: 22px!important
}
.text-large {
    font-size: 28px!important
}
.text-justify {
    text-align: justify
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.relative {
    position: relative
}
ul.quick-links {
    list-style: none;
    overflow: hidden;
    margin: .5em 0
}
ul.quick-links li {
    float: left
}
ul.quick-links li a, ul.quick-links li button {
    background-color: #068ed0;
    background-image: none;
    padding: 5px 12px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 13px;
    display: block;
    color: #FFF;
    text-decoration: none;
    transition: background-color .2s ease-in-out 0
}
ul.quick-links.large li a, ul.quick-links.large li button {
    font-size: 18px;
    background-color: #315480
}
ul.quick-links li a:hover, ul.quick-links li a.sel, ul.quick-links li button:hover, ul.quick-links li button.sel {
    background-color: #000
}
.banner {
    background-color: #EEE;
    padding: 20px 0
}
.banner .slider-wrapper {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3)
}
.banner .slider-image-wrapper {
    height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}
.image-wrapper img:not([class]) {
    width: 100%;
    vertical-align: top
}
.image-wrapper.iw-border img:not([class]), img.border {
    padding: 10px;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid #FFF
}
.image-wrapper img:not([class]) {
    width: 100%;
    vertical-align: top
}
.image-wrapper.iw-border img:not([class]), img.border {
    padding: 10px;
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid #FFF
}
.faq {
    cursor: pointer
}
.faq h3 {
    cursor: pointer;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0;
    transition: all .3s ease-in-out 0
}
.faq .faq-inner {
    padding-top: 15px
}
.faq .faq-inner:last-child {
    margin: 0
}
.faq:hover {
    border-color: #068ed0
}
.faq:hover h3, .faq:hover h3::before {
    color: #068ed0
}
a.checkout-bt, button.checkout-bt {
    background-color: #0054a6;
    padding: 10px 0
}
.basket-box .fa.icon {
    font-size: 60px;
    color: #FFF
}
.basket-box > .col-info {
    padding-left: 10px
}
.basket-box > .col-info h2 .fa {
    display: none
}
.basket-box > .col-info h2, .basket-box > .col-info p {
    margin: 0;
    padding: 0
}
.basket-box > .col-info h2 {
    font-weight: 600
}
.basket-box > .col-info h2 .price {
    font-weight: 300;
    font-size: 14px
}
.basket-box > .col-info .button {
    font-size: 12px;
    background-color: #c83127;
    border: none;
    color: #FFF;
    border-radius: 15px
}
.basket-box > .col-info .button:hover {
    background-color: #900;
    text-shadow: none
}
.basket-box > .col-info .button .fa {
    color: #FFF
}
.button {
    display: inline-block;
    box-sizing: border-box;
    background-color: #068ED0;
    border: 1px solid #0779b1;
    padding: 4px 8px;
    color: #FFF;
    text-decoration: none
}
.button > .fa {
    transition: all .2s ease-in-out 0
}
.button.red {
    background-color: #972422;
    color: #FFF!important
}
.button.fb {
    background-color: #3B5998
}
button.bt-xs, .button.bt-xs {
    font-size: 12px;
    padding: 5px 10px
}
button.bt-grey, .button.bt-grey {
    background-color: #FFF;
    color: #000;
    border: 1px solid #CCC
}
button.bt-orange, .button.bt-orange {
    background-color: #F26A21
}
button.bt-green, .button.bt-green {
    border-color: #00A83B;
    background-color: #00A83B
}
button.bt-white, .button.bt-white {
    border-color: #FFF;
    background-color: #FFF
}
.button.bt-red {
    background-color: #C00
}
.button.bt-sq.bt-red {
    background: #7F1D22!important
}
.button.bt-block {
    display: block;
    text-align: center
}
.button.bt-outline {
    border-color: #068ed0;
    color: #068ed0;
    background: none
}
.button.bt-outline.bt-white {
    color: #FFF;
    border-color: #FFF
}
button.bt-green:hover, .button.bt-green:hover, button.bt-white:hover, .button.bt-white:hover, button.bt-grey:hover, .button.bt-grey:hover, .button:hover {
    background-color: #0779b1;
    color: #FFF;
    text-decoration: none
}
.button.bt-sq:hover {
    background-color: #0779b1!important;
    color: #FFF
}
.pointer {
    cursor: pointer
}
.grey {
    color: #999
}
button.grey {
    background-color: #ddd
}
.grey-light {
    color: #CCC
}
.grey-dark {
    color: #444
}
.white {
    color: #FFF
}
.green {
    color: #95A424
}
.red {
    color: #c83127
}
.blue {
    color: #007BC4
}
.text-bold {
    font-weight: 700
}
.cart-object {
    width: 100%
}
.cart-object .c-info {
    width: 60%
}
.cart-object .c-info .info {
    font-size: 12px
}
.cart-object .c-price, .cart-object .c-image {
    width: 20%
}
.cart-object .c-price {
    text-align: right;
    color: #999;
    font-size: 12px
}
.cart-object .c-image img {
    width: 100%;
    vertical-align: top;
    border: 1px solid #EEE
}
.cb {
    border-radius: 5px;
    position: relative;
    min-height: 47px
}
.cb.plain {
    min-height: 0;
    border-radius: 0
}
.cb.inline {
    position: absolute;
    top: 0;
    left: 0
}
.cb .cb-title {
    border-bottom: 1px solid #EEE;
    background-color: #FFF;
    background-color: rgba(117, 53, 148, 0.8);
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .2s ease-in-out 0;
    color: #FFF
}
.cb .cb-title .cb-link {
    position: absolute;
    top: 5px;
    right: 5px
}
.cb .cb-title:hover {
    opacity: 1
}
.cb .button.bt-outline, .cb .button {
    background-color: #FFF;
    border: 1px solid #FFF;
    color: #000;
    text-decoration: none
}
.cb .button.bt-outline:hover, .cb .button:hover {
    background-color: transparent;
    color: #FFF
}
.cb.plain .button {
    background-color: rgba(117, 53, 148, 0.8);
    color: #FFF;
    border: none
}
.cb.plain .button:hover {
    background-color: rgba(117, 53, 148, 1);
    color: #FFF
}
.cb.cb-menu .button {
    font-size: 12px
}
.form_table {
    padding: 10px;
    margin: 1em 0;
    border: 2px solid #EEE;
    background: #FFF;
    background-repeat: repeat
}
.form_table hr {
    margin: 20px 0
}
.form_table.w600 {
    width: 600px
}
.form_box {
    padding: 3px;
    background-color: #F1F1F1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #068ed0
}
.form-block {
    overflow: hidden;
    display: block;
    border: 2px solid #EEE
}
.form-block.style {
    border: none
}
.field-checkbox {
    min-height: 42px
}
.form-block .field {
    float: left;
    width: 33.33%;
    padding: 5px 10px;
    box-sizing: border-box
}
.form-block .field label {
    font-weight: 300;
    color: #999
}
.form-block .field label em {
    font-weight: 800;
    color: red;
    font-style: normal;
    font-size: 14px
}
.form-block .field.wauto {
    width: auto
}
.form-block .field.full {
    width: 100%;
    float: none
}
.form-block.filter .field {
    min-height: 0;
    display: inline-block;
    width: auto
}
.form-block.filter .field select {
    display: inline-block;
    width: auto;
    border-radius: 5px;

}
.form-block.filter .field label {
    display: inline-block;
    font-size: 14px
}
.form-block .value {
    font-weight: 800;
    margin: 15px 0 0
}
.form-block .field label, .form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea {
    display: block
}
.form-block .field label.inline, .form-block .field input[type="radio"], .form-block .field input[type="checkbox"] {
    display: inline-block
}
.form-block .field.textarea {
    width: 100%
}
.form-block .field.single, .form-block.single .field {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 10px
}
.form-block.float .field {
    float: left;
    display: block
}
.form-block .field.w100 {
    width: 100%
}
.form-block .field.w50 {
    width: 50%
}
.form-block .field.w25 {
    width: 25%
}
.form-block .field.w75 {
    width: 75%
}
.form-block .field.w33 {
    width: 33.33%
}
.form-block .field.w66 {
    width: 66.66%
}
.field.submit {
    width: 100%;
    margin: 10px 0 0
}
.form_spacer {
    margin: 0;
    padding: 0;
    height: 15px
}
#form_input {
    padding-top: 3px;
    padding-bottom: 3px
}
#form_radio {
    margin-top: 5px;
    padding: 5px;
    background-color: #DDD;
    font-size: 14px
}
.form_subcaption {
    background-color: #EEE;
    border: 1px solid #EEE;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600
}
input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    transition: all .2s ease-in-out 0;
    font-weight: 200;
    font-size: 14px
}
input[type="submit"], button {
    background-color: #068ed0;
    border: none;
    color: #FFF;
    cursor: pointer;
    padding: 7px 25px;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    transition: all .4s ease-in-out 0
}
input[type="submit"]:hover, input[type="submit"].bt-grey:hover, button.bt-grey:hover, button:hover {
    background-color: #0779b1
}
input[type="submit"]:active, button:active {
    box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.2);
    transition: all 0 ease-in-out 0;
    position: relative;
    top: 1px
}
input[type="submit"]:disabled, button.disabled {
    background-color: #AAA;
    border: 1px solid #999;
    color: #777
}
.sidebox input[type="submit"] {
    width: 100%;
    box-sizing: border-box
}
input[type="text"]:hover, input[type="text"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="password"]:hover, input[type="password"]:focus, select:focus, select:hover, textarea:focus, textarea:hover {
    border-color: #068ed0;
    color: #000
}
input[type="text"], input[type="number"], input[type="password"], textarea, select {
    background-color: rgba(255, 255, 255, 0.90);
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 8px 5px;
    border: 1px solid #CCC;
    color: #999
}
select {
    width: 100%;
    padding: 7px 5px!important
}
.form-block .field-data {
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 15px 10px
}
.form-block.cbox .field-data {
    width: 230px
}
.form-block .field-data h6 {
    font-size: 14px;
    color: #068ed0;
    border-bottom: 1px solid #CCC;
    margin-bottom: 7px;
    padding-bottom: 7px
}
.alert {
    padding: 20px;
    color: #FFF;
    border: none!important;
    border-radius: 0!important
}
.alert.alert-danger {
    background-color: #C00;
    color: #FFF
}
.alert.alert-success {
    background-color: #76AB00;
    color: #FFF
}
.cart {
    color: #FFF;
    font-weight: 300;
    padding-top: 0
}
.cart .button, #head .b-button {
    background-color: #FFF;
    border-radius: 4px;
    color: #000;
    font-size: 11px;
    padding: 2px 4px;
    text-shadow: none
}
.cart .button:hover {
    background-color: #068ed0;
    color: #FFF;
    text-decoration: none
}
.denote {
    color: #C00
}
.panel.plain {
    background-color: #FFF;
    padding: 20px
}
.panel h2 {
    color: #000
}
.panel .bord {
    width: 60px;
    border-top: 5px solid #068ed0;
    margin: 15px 0 20px
}
.feature-rich {
    border: 1px solid #EEE;
    margin: 0 0 20px
}
.feature-rich .c-img {
    width: 25%
}
.feature-rich .c-img img {
    width: 100%;
    vertical-align: top
}
.feature-rich p, .feature-rich h3 {
    margin: 0
}
.item-box {
    border: 2px solid #DDD;
    padding: 10px;
    margin: 0 0 10px
}
.item-box.hvr:hover {
    border-color: #CCC
}
.item-box > a {
    text-decoration: none
}
.item-box .search-field select, .item-box .search-field input {
    display: inline-block;
    width: 74%;
    box-sizing: border-box
}
.item-box .search-field input[type=submit] {
    width: 25%;
    box-sizing: border-box
}
.map-wrapper {
    width: 100%;
    height: 400px
}
.event-box .c-eb-image {
    width: 20%;
    padding-right: 10px
}
.event-box p, .event-box h4 {
    margin: 0
}
.event-box h4 {
    font-size: 18px;
    margin: 0 0 7px
}
.event-box .opt.opt-bord {
    display: inline-block;
    padding: 3px 10px 5px
}
ul.menu-list {
    margin-top: 18px
}
ul.menu-list li {
    float: left;
    margin: 5px
}
ul.member-menu li {
    width: 32%;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding: 3px
}
ul.member-menu li a {
    padding: 8px;
    background-color: #068ed0;
    color: #FFF;
    display: block;
    text-decoration: none;
    border-radius: 4px
}
ul.member-menu li a:hover {
    background-color: #666
}
.button-plain {
    padding: 6px 15px;
    background-color: #068ed0;
    color: #FFF;
    text-decoration: none;
    border-radius: 4px
}
.button-plain:hover {
    background-color: #666;
    text-shadow: 0 -1px 0 #000;
    box-shadow: inset 0 0 5px #000
}
.button-plain.add-to-cart {
    padding: 5px 12px;
    background-color: #c83127;
    text-shadow: 0 -1px 0 #900;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    border-radius: 4px
}
ul#gallery {
    margin-top: 10px;
    display: block
}
ul#gallery li {
    float: left;
    width: 169px;
    list-style: none;
    margin-right: 8px;
    margin-bottom: 5px
}
img.gallery-image {
    border: 2px solid #DDD;
    transition: all .2s ease-in-out 0
}
img.gallery-image:hover {
    border-color: #068ed0
}
.gallery-image > li {
    width: 25%;
    float: left;
    list-style: none
}
.gallery-image > li img {
    width: 100%
}
.share-icons a:hover {
    position: relative;
    top: 1px
}
.button-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}
.button-list li {
    float: left;
    list-style: outside none none;
    margin: 0!important
}
.button-list li i {
    color: #999
}
.button-list li i, .button-list li a {
    border-color: #eee #eee #eee #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: 300;
    padding: 3px 8px;
    transition: all .2s ease-in-out 0
}
.button-list li.selected a, .button-list li a:hover {
    background-color: #068ed0;
    border-color: #068ed0;
    color: #fff
}
.button-list li:first-child i, .button-list li:first-child a {
    border-bottom-left-radius: 5px;
    border-left-color: #eee;
    border-top-left-radius: 5px
}
.button-list li:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}
.sub-category {
    display: block;
    overflow: hidden
}
.sub-category h2 {
    color: #F19F09
}
.sub-category a {
    font-size: 14px
}
.sub-category ul {
    display: block;
    list-style: none
}
.sub-category ul li {
    float: left;
    width: 20%
}
.sub-category ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #FFF;
    background-color: #EF9E29;
    padding: 5px 10px;
    box-sizing: border-box;
    transition: all .3s ease-in-out 0;
    text-align: center
}
.sub-category ul li a:hover {
    background-color: #fcb352;
    border-radius: 5px;
    background-position: left;
    color: #FFF
}
.html-style {
    margin: 0 0 30px
}
.html-style ul {
    list-style: square
}
.bullet-list {
    margin: 0 0 15px
}
.html-style ul, ul.bullet li, ul.bullet-list li {
    list-style: none
}
.html-style ul li, ul.bullet li, ul.bullet-list li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 5px
}
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
    font-family: "Font Awesome 5 Regular";
    content: "\f054";
    color: #068ed0;
    padding-right: 10px;
    position: absolute;
    left: -20px;
    top: 5px
}
.html-style ol li {
    padding-left: 0;
    list-style-position: inside
}
ul.bullet.bl-bold li, ul.bullet-list.bl-bold li {
    font-weight: 600;
    color: #068ed0
}
.product-box .bullet {
    padding-top: 10px
}
ul.bullet li::before {
    color: #068ed0
}
.product-box li ul li {
    font-size: 13px;
    margin: 0 0 10px 25px
}
ul.bullet li {
    list-style: outside none none;
    margin-bottom: 10px
}
ul.data-list {
    list-style: none;
    margin: 10px 0;
    border-radius: 10px;
    background-color: #F5F5F5
}
ul.data-list li {
    padding: 5px;
    border-top: 1px dotted #EEE
}
ul.data-list li.first {
    border-top: none
}
ul.data-list li hr {
    margin: 8px 0
}
ul.data-list li h3 {
    color: #444;
    font-size: 16px;
    font-weight: 700
}
.panel.red {
    border: 2px solid #c31e58;
    color: #c31e58
}
.panel.txt-lg {
    font-size: 20px
}
.panel .panel-title {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 1px solid #068ed0;
    background-color: #068ed0;
    padding: 10px;
    color: #FFF
}
.panel .panel-body {
    border: 1px solid #EEE;
    padding: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}
.panel .panel-body .form-block {
    border: 0
}
.panel .panel-body .form-block .field {
    padding: 5px
}
.panel .panel-body .form-block .field.textarea-full, .panel .panel-body .form-block .field.textarea-full textarea {
    width: 100%
}
.panel .panel-body .form-block .field textarea {
    height: 60px
}
.panel .panel-body .form-block .field.captcha {
    width: auto
}
.panel .panel-body .form-block .field.captcha input {
    width: 50px
}
.panel .panel-body .form-block .field.captcha label, .panel .panel-body .form-block .field.captcha input {
    display: inline-block
}
.price-box {
    margin: 0 0 20px
}
.price-box p {
    font-size: 20px;
    margin: 0
}
.uc-container {
    background-color: #FFF;
    margin: 20px auto 0;
    padding: 20px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px #DDD
}
.uc-container > :last-child {
    margin: 0
}
.uc-container .logo {
    background-position: center
}
.zulu-global {
    padding: 10px 0;
    text-align: center;
    background-color: #FFF;
    font-size: 14px
}
.zulu-global > :last-child {
    margin-bottom: 0
}
.zulu-global.global-danger {
    color: #FFF;
    background-color: #B3222A
}
ul.product-box {
    display: block;
    list-style: none;
    overflow: hidden;
    margin: 15px 0;
}
ul.product-box.table {
    width: 100%;
    display: table
}
.product-box li a {
    text-decoration: none
}
.product-box > li {
    float: left;
    list-style: none outside none;
    width: 25%;
    box-sizing: border-box;
    padding: 5px;
}
.product-box > li > .box {
    position: relative;
    background: #fff;
}
.product-box.row5 > li {
    width: 20%
}

/*List View*/
.product-box.row1 > li {
    width: 100%
}
.product-box.row1 > li .box {
    display: table;
    width: 100%
}
.product-box.row1 > li .box .title, .product-box.row1 > li .box .image, .product-box.row1 > li .box .options {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0
}
.product-box.row1 > li .box .options {
    text-align: right
}
.product-box.row1 > li .box .options .bt {
    display: inline-block
}
.product-box.row1 > li .box a {
    box-sizing: border-box
}
.product-box.row1 > li .box p.title {
    width: 40%;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box
}

ul.product-box.table > li {
    float: none;
    display: table-cell;
    vertical-align: middle
}
.product-box li .box .spec {
    text-align: center
}
.product-box li .box .spec li {
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin: 0 5px
}
.product-box li:hover .box {
    border-color: #3CB4E5;
    transition: all 0.1s ease;
    box-shadow: inset 0 -5px 0 #3CB4E5;
}
.product-box.stack li.block {
    width: 100%;
    float: none;
    margin: 1em 0;
    padding: 1em 0;
    border-top: 2px solid #EEE;
    overflow: hidden
}
.product-box.stack li.block:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}
.product-single-wrapper img, .product-box li img {
    transition: 0.2s ease;
    vertical-align: top;
    width: 100%
}
.product-box li:hover img {
    transform: scale(1.08);
}
.product-box li .inner {
    padding: 8px;
    border: 1px solid #EEE;
    transition: background-color .5s ease-in-out 0s, border-color .5s ease-in-out 0;
    text-shadow: 0 1px 0 #FFF
}
.product-box li .inner p {
    margin: 0
}
.product-box li:hover .inner {
    border-color: #DDD;
    background-color: #F4F4F4
}
.product-box li p {
    margin: .3em 0;
    font-size: 14px;
    font-weight: 600;
    color: #333
}
.product-box li p.price-result {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding-top: 15px
}
.product-box li p.price-result i {
    font-size: 12px;
    color: #999;
    font-weight: 300
}
.product-box.row1 li p.price-result i {
    display: block
}
.product-box.category-box .title {
    min-height: 0
}
.product-box.category-box .title a {
    display: block
}
.layout-selector {
    display: inline-block
}
.layout-selector .button {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    color: #888;
    background-color: #fff;
    font-weight: 300!important;
    padding: 5px 8px;
    margin-left: 3px;
}
.product-box li ul li {
    font-size: 13px;
}
.product-box .image {
    margin: 0 0 20px
}
.product-box .title {
    text-align: center;
    overflow: hidden;
    position: relative;
    min-height: 72px
}
.product-box .title .white-ghost {
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}
.product-box li .title a {
    font-size: 20px;
    font-weight: 500;
    color: #005CB9 !important;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 5px;
}
.product-box .price {
    font-size: 14px;
    font-weight: 700;
    color: #999
}
.product-box li:hover .title a {
    color: #3CB4E5 !important;
}
.product-box .sub {
    font-weight: 600;
    font-size: 14px;
    color: #BBB
}
.product-box .price_ex {
    font-size: 12px;
    color: #999;
    text-align: center;
    letter-spacing: -1px
}
.product_box .feature {
    font-size: 12px;
    color: #7E98A9;
    letter-spacing: -1px
}
.product-box .options {
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    display: table;
    width: 100%
}
ul.product-gallery {
    list-style: none;
    overflow: hidden
}
ul.product-gallery li {
    float: left;
    width: 75px;
    padding: 4px
}
ul.product-gallery li img {
    width: 73px;
    border: 1px solid #FFF;
    transition: all .2s ease-in-out 0
}
ul.product-gallery li img:hover {
    box-shadow: 0 0 12px #ddd
}
.support-ticket-container {
    width: auto
}
.support-ticket-container .panel-body {
    font-size: 12px;
    height: 453px;
    overflow-x: hidden;
    overflow-y: scroll
}
.support-ticket-container .row {
    width: auto
}
.support-ticket-container textarea {
    resize: none
}
p.breadcrumb {
    font-size: 14px;
    color: #AAA;
    margin: 0 0 15px;
    font-weight: 300
}
p.breadcrumb a {
    color: #AAA
}
p.breadcrumb b {
    color: #CCC
}
p.breadcrumb .bc-slash {
    padding: 0 5px;
    color: #DDD
}
p.breadcrumb .current {
    color: #068ed0
}
.capsule {
    display: inline-block;
    border: 1px solid #999;
    overflow: hidden;
    color: #999
}
.capsule .capsule-text {
    padding: 10px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    color: #068ed0
}
.capsule .capsule-text.fill {
    background-color: #f26a21;
    font-weight: 600;
    color: #FFF
}
.capsule .capsule-text.nopad {
    padding: 0
}
.capsule.plain {
    padding: 5px 10px
}
p.highlight {
    padding: 4px;
    border: 1px solid #068ed0;
    border-radius: 10px;
    text-align: center;
    color: #068ed0;
    display: inline-block;
    font-weight: 400
}
p.highlight a {
    text-decoration: underline
}
.section-product-feature {
    background-color: #EEE
}
.section-contact-map, .section-contact-form {
    background-color: #068ed0
}
.section-contact-map {
    background-color: #CCC
}
.section-contact-form h2 {
    font-weight: 300;
    color: #FFF
}
.section-contact-form .form-wrapper {
    background-color: #FFF
}
.section-contact-map {
    position: relative
}
.section-contact-map h2 {
    position: absolute;
    top: 1px;
    z-index: 100;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}
#map_canvas {
    display: block;
    height: 400px;
    position: relative;
    width: 100%
}
body.frame-full-width .body {
    padding: 0
}
body.frame-full-width .body .frame {
    padding: 40px 0
}
body.post-type-news .body {
    padding: 0
}
.section-product-top {
    margin: 0;
    background-image: url(images/bg-head.jpg);
    padding: 20px 0 30px
}
.section-product-info {
    margin: 0
}
.section-product-top .col.text-right > div, .section-product-top .col.text-right > input, .section-product-top .col.text-right > p {
    display: inline-block
}
.section-product-info .cart-buttons {
    font-size: 18px
}
.section-product-info .col-image {
    position: relative;
    padding-right: 20px
}
.section-product-top .capsule {
    font-size: 18px
}
.section-product-top .capsule-text {
    padding: 5px 10px
}
.section-product-top .attribute {
    padding-right: 10px
}
.section-product-top .attribute label {
    padding-right: 10px;
    font-weight: 800
}
.section-product-top .attribute select {
    width: auto
}
.section-product-top button {
    padding: 4px 15px;
    font-size: 16px
}
ul.list {
    list-style: square;
    font-size: 14px;
    margin: 1em 0
}
ul.list li {
    margin: .5em 0;
    margin-left: 15px
}
div.bulktable table {
    width: 100%;
    border-collapse: collapse
}
div.bulktable table th, div.bulktable table td {
    padding: 5px 10px;
    border: 1px solid #EEE;
    width: 50px
}
div.bulktable table th {
    background-color: #F8F8F8;
    color: #999;
    font-weight: 300
}
div.bulktable table td input {
    width: 100%;
    text-align: center
}
div.bulktable table tbody td.label {
    color: #068ed0;
    font-weight: 300
}
.promo-box {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25)
}
.promo-box .col {
    border-bottom: 8px solid #2E318B
}
.promo-box img {
    width: 100%
}
.promo-box .pinner {
    padding: 20px;
    min-height: 350px;
    border-right: 10px solid #eee;
    background-color: #f8f8f8
}
.promo-box .pinner.anti-border {
    border-right: 0 solid #fff
}
.promo-box h3 {
    text-transform: uppercase;
    padding: 12px 0 10px;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    background-color: #2E318B
}
.promo-box .pinner h4 {
    color: #2E318B;
    font-size: 16px;
    margin-bottom: 10px
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.form-block.attribute-select {
    border: 1px solid #DDD;
    padding: 10px
}
.form-block.attribute-select label {
    font-size: 12px
}
.form-block.attribute-select .field.submit, .form-block.attribute-select .field {
    padding: 5px
}
.form-block.mode-bulk .field.submit, .form-block.attribute-select.mode-list .field.submit, .form-block.attribute-select.mode-list .field {
    padding: 0
}
.form-block.mode-bulk .bulktable {
    margin: 0 0 10px
}
.form-block.attribute-select.mode-list .field {
    margin: 0 0 10px
}
.price-box .attribute-loader, .form-block.attribute-select .attribute-loader {
    color: #999;
    animation: rotating 1s linear infinite;
    padding: 0 10px
}
.form-block.attribute-select .field.submit {
    margin: 0
}
.form-block.attribute-select p {
    margin: 0
}
.product-box .options-price {
    font-size: 16px;
}
.attribute-select .attribute-label {
    margin: 0;
    padding-left: 10px
}
.price-box .attribute-label {
    color: #666;
    margin: 0
}
.price-box .attribute-label .price {
    font-weight: 800
}
.product-box .options-price .price-highlight, .price-box .attribute-label .price-highlight {
    font-weight: 300;
    background-color: #C00;
    border-radius: 3px;
    padding: 7px 15px 8px;
    color: #FFF;
    display: inline-block
}
.product-box .options-price .stock.in, .price-box .attribute-label .stock.in {
    color: #76AB00
}
.product-box .options-price .stock.out, .price-box .attribute-label .stock.out {
    color: #C00
}
.post-wrap .post-item {
    border: 2px solid #EEE;
    transition: all .2s ease-in-out 0
}
.post-wrap .col {
    padding: 10px
}
.post-item > a {
    text-decoration: none
}
.post-item .post-image.date-label {
    position: relative
}
.post-item .post-image.date-label .date {
    display: block;
    padding: 5px 10px!important;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: .5;
    transition: all .2s ease-in-out 0;
    opacity: 1
}
.post-item .post-body {
    padding: 13px 20px;
}
.post-item .post-body:last-child {
    margin: 0
}
.post-wrap .post-item:hover {
    border-color: #068ed0
}
.post-wrap .post-item .feature-image {
    width: 100%;
    vertical-align: top
}
.post-wrap.post-type-news .post-item .post-body {
    height: 100px;
    display: table
}
.post-wrap.post-type-news .post-item .post-body > h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px
}
.post-content ul:not([class]) {
    list-style: square
}
.post-content ol:not([class]), .post-content ul:not([class]) {
    margin: 40px 0
}
.post-content ul:not([class]) li, .post-content ol:not([class]) li {
    margin-left: 40px
}
.post-content ol:not([class]) li {
    margin-bottom: 10px
}
.capsule-container {
    position: relative
}
.capsule-container .wrap {
    position: absolute;
    top: 0;
    right: 0
}
.capsule-container .wrap .capsule {
    float: left;
    margin: 0 0 0 10px;
    transition: all .2s ease-in-out 0
}
.capsule-container .wrap .capsule:hover {
    background-color: #FFF;
    border-color: #FFF;
    color: #000
}
ul.span-float {
    overflow: hidden;
    list-style: none
}
ul.span-float li {
    float: left;
    padding-right: 10px
}
.sidebox-image {
    border: 1px solid #999;
    margin-bottom: 10px;
    vertical-align: top
}
.info-block {
    margin: 1em 0;
    overflow: hidden
}
.info-block .block {
    padding: 10px;
    margin: 10px;
    width: 190px;
    border: 1px solid #DDD;
    float: left;
    position: relative
}
.info-block .block:first-child {
    margin-left: 0
}
.info-block .block.no-top {
    padding-top: 0
}
.info-block .block p {
    margin: 5px 0
}
.info-block.coltable > .col {
    padding: 5px
}
.info-block.coltable > .block {
    width: 100%;
    margin: 0;
    float: none;
    box-sizing: border-box
}
.testimonial:last-child {
    margin-bottom: 0;
    text-align: center
}
.testimonial blockquote > p {
    font-size: 20px;
    line-height: 34px;
    font-style: normal
}
.testimonial blockquote > p i {
    font-size: 32px;
    color: #FFF000;
    position: relative;
    top: -10px;
    left: -10px
}
.testimonial blockquote > footer > p {
    font-style: normal;
    font-weight: 100
}
.testimonial blockquote > footer > p.auth > * {
    display: inline-block;
    vertical-align: middle
}
.testimonial blockquote > footer > p.auth img {
    margin-right: 20px;
    max-width: 150px
}
.testimonial blockquote > footer > p.auth .rating {
    color: #EEC700;
    font-size: 18px
}
.testimonial blockquote > footer > p.auth .rating .fa {
    margin-right: 3px
}
.testimonial blockquote > footer > .divider {
    height: 3px;
    width: 80px;
    background-color: #068ed0;
    display: inline-block;
    margin: 20px 0
}
.testimonial:last-child {
    text-align: left
}
.box-container > .col {
    padding: 10px
}
.box-container > .box {
    margin: 0 0 20px
}
.box {
    border: 1px solid #aaa;
    padding: 15px;
    transition: all .2s ease-in-out 0
}
.box.box-small {
    padding: 5px;
    font-size: 14px
}
.box:last-child {
    margin: 0
}
.box.box-info {
    background-color: #C00;
    border-color: #900;
    color: #FFF
}
.box.box-yellow {
    background-color: #f0ad4e;
    border-color: #df9f43;
    color: #FFF
}
.box.box-danger {
    background-color: #C00;
    border-color: #900;
    color: #FFF
}
.box.box-yellow > *, .box.box-info > *, .box.box-danger > * {
    color: #FFF
}
.column.col-center {
    margin: 0 auto
}
.column.w12 {
    width: 100%
}
.column.w8 {
    width: 75%
}
.column.w7 {
    width: 58.33%
}
.column.w6 {
    width: 50%
}
.column.w4 {
    width: 33.33%
}
.column.w3 {
    width: 25%
}
.column.w2 {
    width: 16.66%
}
.column.w1 {
    width: 8.33%
}
.coltable {
    display: table;
    width: 100%
}
.coltable > .col {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top
}
.coltable.float {
    overflow: hidden
}
.coltable.float > .col {
    float: left;
    display: block
}
.coltable.vmiddle > .col {
    vertical-align: middle;
}
.coltable.vtop > .col {
    vertical-align: top;
}
.coltable.vbottom > .col {
    vertical-align: bottom;
}

.coltable > .col.pad-first,
.coltable.padcol2 > .col:first-child {
    padding-right: 20px;
}
.coltable > .col.pad-last,
.coltable.padcol2 > .col:last-child {
    padding-left: 20px;
}
.coltable.pad > .col, .coltable.padcol > .col {
    padding: 10px
}
.coltable.pad20 > .col {
    padding: 20px
}
.coltable > .col.sidepad {
    padding: 0 20px
}
.coltable.nopad > .col {
    padding: 0!important
}

.coltable.col1 > .col {
    width: 100%
}
.coltable.col2 > .col {
    width: 50%
}
.coltable.col3 > .col {
    width: 33.33%
}
.coltable.col4 > .col {
    width: 25%
}
.coltable.col5 > .col {
    width: 20%
}
.coltable.col6 > .col {
    width: 16.666%
}
.coltable > .col.w80 {
    width: 80%
}
.coltable > .col.w75 {
    width: 75%
}
.coltable > .col.w66 {
    width: 66.666%
}
.coltable > .col.w50 {
    width: 50%
}
.coltable > .col.w33 {
    width: 33.333%
}
.coltable > .col.w30 {
    width: 30%
}
.coltable > .col.w25 {
    width: 25%
}
.coltable > .col.w20 {
    width: 20%
}
.coltable > .col.center {
    text-align: center
}
.coltable > .col.vmiddle, .coltable.vmiddle > .col {
    vertical-align: middle
}
.coltable > .col.hcenter {
    text-align: center
}
.coltable > .col.vbottom, .coltable.vbottom > .col {
    vertical-align: bottom
}
.coltable > .col.vtop, .coltable.vtop > .col {
    vertical-align: top
}
.coltable.page-structure > .col {
    vertical-align: top
}
.coltable.page-structure > .col.col-sidebox {
    width: 20%
}
.coltable.page-structure > .col.col-sidebox.col-sidebox-left {
    padding-right: 20px;
    box-sizing: border-box
}

/*Spec List*/
ul.spec-list {
    overflow: hidden;
    list-style: none;
    margin: 1em 0 0
}
ul.spec-list li p {
    float: left;
    width: 30%
}
ul.spec-list li p.value {
    width: 70%
}
ul.spec-list li p.label {
    color: #999;
    font-weight: 300
}
ul.spec-list li {
    overflow: hidden;
    border-bottom: 1px dotted #CCC
}
ul.spec-list li:first-child {
    border-top: 1px dotted #CCC
}
ul.spec-list li:last-child {
    border-bottom: none
}
.input-labels {
    border: 1px solid #EEE;
    background-color: #F8F8F8;
    margin: 0 0 10px
}
.input-labels h4 {
    padding: 10px 10px 0;
    font-size: 16px;
    margin: 0
}
.input-labels .form-block {
    padding: 0;
    margin: 0;
    border: none
}
.input-labels .form-block .field {
    padding: 10px
}
.sidebox {
    border: 2px solid #EEE;
    margin: 0 0 20px
}
.sidebox .sidebox-top {
    padding: 10px;
    background-color: #EEE;
    color: #999;
    font-weight: 300
}
.sidebox .sidebox-body {
    padding: 10px
}
.sidebox .form-block {
    border: none;
    padding: 0;
    margin: 0
}
.sidebox .form-block .field {
    margin: 0 0 10px;
    padding: 0
}
.sidebox .form-block .field.submit {
    margin-bottom: 0
}
.sidebox .form-block .field.submit button, .sidebox .form-block .field.submit input[type=submit] {
    width: 100%
}
.sidebox .links:not(:last-child) {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #aaa;
}
.sidebox .links li {
    list-style: none
}
.sidebox .links li > a {
    display: block;
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #FFF;
    transition: all .2s ease-in-out 0
}
.sidebox .links li > a:hover {
    border-bottom-color: #068ed0;
    color: #068ed0;
    text-decoration: none
}

/*Banner*/
.banner .slide, .banner .slide-image {
    position: relative
}
.banner .slide .slide-inner {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3)
}
.banner .slide .slide-inner * {
    vertical-align: middle
}
.banner .slide .slide-inner .slide-cell {
    display: table-cell;
    vertical-align: middle
}
.banner .slide .slide-inner:last-child {
    margin-bottom: 0
}
.banner .slide .slide-inner h2, .banner .slide .slide-inner .h2, .banner .slide .slide-inner p, .banner .slide .slide-inner .p, .banner .slide .slide-inner h3, .banner .slide .slide-inner .h3 {
    color: #FFF
}

/*BX Slider Override*/
.bx-wrapper {
    margin-bottom: 0px !important;
}
.bx-wrapper .bx-controls .bx-prev {
    left: 0px;
    opacity: 1;
    background-position: 0 0;
}
.bx-wrapper .bx-controls .bx-next {
    right: 0px;
    opacity: 1;
    background-position: -43px 0;
}
.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
    filter: brightness(1.2);
}

/*Table product*/
table.product {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-collapse: collapse
}
table.product td {
    background-color: #F3F3F3;
    padding: 5px;
    border-bottom: 1px solid #FFF
}
table.product td.right {
    text-align: right
}
table.product td.center {
    text-align: center
}
table.product td.left {
    text-align: left
}
table.product thead td {
    font-size: 12px;
    color: #068ed0;
    font-weight: 800;
    background-color: #EEE;
    border-bottom: 2px solid #FFF
}
table.product .textbox-qty {
    width: 30px;
    text-align: center;
    padding: 4px
}
.video-overlay {
    color: #068ed0;
    position: absolute;
    top: 30%;
    width: 100%
}
.responsive {
    width: 100%;
    vertical-align: top
}
.wishlist-on {
    display: none
}
.wishlist-list > .coltable {
    border-bottom: 1px solid #eee;
    padding: 5px 0
}
.wishlist-list > .coltable > .col.image {
    width: 150px;
    padding-right: 5px
}
.wishlist-list > .coltable > .col.image img {
    vertical-align: middle
}
.wishlist-list > .coltable > .col.title, .coltable.wishlist > .col.price {
    padding-left: 5px
}
.wishlist-list > .coltable > .col.price .price-highlight {
    font-weight: 700;
    color: #C00
}
.wishlist-list > .coltable > .col.remove {
    vertical-align: bottom
}
.coltable.page-structure > .col.col-sidebox.col-sidebox-left {
    padding-right: 50px
}
.sidebox {
    border-radius: 15px 15px 0 0;
    border: none
}
.sidebox .search-box .field {
    margin: 0
}
.search-box {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #aaa;
}
.search-box .form-block .field {
    display: table
}
.search-box .form-block .field input, .search-box .form-block .field button {
    display: table-cell;
    vertical-align: top
}
.search-box .form-block .field input {
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
    letter-spacing: 1px;
    border: 1px solid #ddd;
    box-shadow: none;
    background-color: #eee;
    display: table-cell;
    vertical-align: middle;
    border-radius: 5px 0 0 5px;
    width: 80%;
}
.search-box .form-block .field button {
    font-size: 14px;
    line-height: 16px;
    font-weight: 100;
    padding: 13px 10px 12px!important;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #999;
    display: table-cell;
    vertical-align: middle;
    border-radius: 0 5px 5px 0;
    width: 20%;
}
.search-box .form-block .field button:hover {
    background-color: #000
}
.sidebox .sidebox-top {
    background: none;
    padding: 0;
    margin: 0 0 15px;
    text-align: left;
    position: relative;

    color: #005CB9;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 200;
}
.sidebox .sidebox-top .js-toggle {
    right: 0;
    top: 2px
}
.sidebox .sidebox-body {
    padding: 0
}
.sidebox h4 {
    padding: 8px 0 0;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    color: #71BDE4;
    margin-bottom: 10px
}
.sidebox .links li > a {
    padding: 5px 0 5px;
    font-size: 14px;
    color: #808080;
    text-align: left;
    font-weight: 200;
    box-shadow: inset 0 0 0 #999
}
.sidebox .links li > a:hover {
    border:none;
    padding: 6px 10px 5px;
    box-shadow: inset 250px 0 0 #005CB9;
    color: #fff
}
.sidebox .links li > a.active {
    border:none;
    padding: 6px 10px 5px;
    box-shadow: inset 250px 0 0 #005CB9;
    color: #fff
}
.sort-box {
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 6px 10px;
}
.sort-box p {
    margin: 0;
}
.sort-box .form-block {
    border: 0 solid #eee
}
.sort-box .form-block .field {
    padding: 0!important
}
.sort-box .col:nth-child(2) p {
    color: #999
}
.form-block.filter .field select {
    padding: 5px 26px 5px 8px !important;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ddd;
    transition: all .1s ease-out 0;
    background-color: #fff;
    background-image: url("/template/default/images/arrow-down.svg");
    background-position: center right 6px;
    background-repeat: no-repeat;
    background-size: 15px auto;
    color: #555;
    min-width: 130px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;

	-webkit-padding-before:7px !important;
	-webkit-padding-end:26px !important;
	-webkit-padding-after:6px !important;
	-webkit-padding-start:8px !important;
}
.form-block.filter .field select:hover {
    background-color: #e3e3e3;
}
.form-block.filter .field input {
    padding: 5px 8px 4px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #ddd;
    border-left-width: 0px;
    border-radius: 0 5px 5px 0;
    background-color: #ddd;
    color: #888;
}
.form-block.filter .field input:hover {
    background-color: #EB801B;
    box-shadow: none;
    color: #fff;
}
.pro-main h1:first-of-type {
    margin: 0 0 5px
}
.pro-main h3:first-of-type {
    color: #bbb!important;
    font-size: 26px;
    font-family: "proxima-soft", sans-serif;
    margin: 0
}
.pro-main .category-box {
    margin: 30px 0 40px
}
.pro-main .category-box li {
    padding: 2px
}
.product-box .box {
    margin: 2px
}
.product-box.row1 .box {
    margin: 2px 0
}
.product-box .box .button.bt-add {
    font-size: 12px;
    padding: 6px 14px;
    border-width: 1px
}
.js-sidebox-toggle .js-toggle {
    position: absolute;
    color: #999
}
.js-sidebox-toggle .js-toggle.toggled {
    transform: rotate(90deg)
}
.js-sidebox-toggle .js-toggle:hover {
    color: #068ED0
}
input.error, select.error, textarea.error {
    background: #fbe3e4 !important;
    border-color: #DB3527 !important;
    color: #DB3527 !important;
}
.form-block .field label.error, label.error {
    color: #8a1f11;
    width: 100%;
    display: block
}

/**LIST ITEMS**/
ul.list-items li {
    list-style: none;
    display: inline-block;
    width: 33.333%;
    padding: 5px;
}
ul.list-items li a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;

    width: 100%;
    display: block;
    padding: 25px 15px 22px;
    background-color: #EB801B;
    transition: all 0.2s ease;
    border-radius: 5px;
}
ul.list-items li a:hover {
    background-color: #44B549;
    text-decoration: none;
}


.cb.plain {
    position: absolute!important;
    opacity: .3
}
.cb.plain:hover {
    opacity: 1
}
.cb.plain .cb-link .button {
    padding: 6px 12px!important
}
.global-danger {
    display: none
}
body {
    background-color: #FFF;
    font-family: 'Calibri', sans-serif
}
.body {
    padding: 60px 0
}
.frame {
    width: 1400px
}
h1, .h1 {
    font-size: 42px;
    line-height: 38px
}
.button {
    background-color: #44B549;
    border: 0;
    color: #FFF;
    font-size: 21px;
    font-weight: 200;
    padding-top: 12px
}
.button:hover {
    border: 0;
    background-color: #3CB4E5;
    color: #FFF
}
input[type="submit"], button {
    background-color: #44B549;
    border-radius: 5px;
    color: #FFF;
    font-size: 18px;
    font-weight: 200;
    padding: 13px 22px 14px;
    font-family: 'Calibri', sans-serif;
    text-transform: uppercase
}
input[type="submit"]:hover, button:hover {
    background-color: #3CB4E5;
    border-radius: 5px
}
.button {
    padding: 12px 22px 13px;
    border-radius: 4px;
    font-family: 'Calibri', sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 16px
}
.button:hover {
    text-decoration: none!important;
    text-shadow: none!important
}
.button.bt-outline {
    border-color: #90469b;
    color: #90469b
}
.button.bt-outline:hover {
    border-color: #90469b!important;
    background-color: #90469b!important;
    color: #FFF!important
}
input[type="submit"]:hover, button:hover {
    background-color: #3CB4E5;
    color: #FFF;
    box-shadow: none;
    transition-duration: .2s
}
.navigation {
    border: none;
    border-bottom: 1px solid #aaa
}
.logo {
    display: inline-block;
    height: 120px;
    max-width: 300px;
    background-position: center
}
.site-logo {
    background-position: 100% 50%
}
.header {
    background-image: url(images/bg-tile.png);
    background-size: 40px;
    padding: 0
}
.header .logo-wrap {
    text-align: center
}
.header .head-cart-data .fa {
    color: #90469b
}
.header .col-slogan {
    text-align: right
}
.header-title {
    padding: 40px 0;
    background-color: #EEE
}
.header-title h1 {
    margin: 0
}
.copyright {
    background-color: #9e46ab;
    color: #FFF;
    border-bottom: none
}
.navigation {
    background-color: #3CB4E5;
    border-bottom: 0;
    border-top: 2px solid #FFF
}
.search-frame {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.search-section {
    width: 650px;
    padding: 10px;
    margin: 0 0 0 auto;
    background-color: #D3D3D3;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search-section form {
    position: relative;
}
.search-btn {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    font-size: 14px;
    font-weight: 100;
    padding-top: 13px;
    padding-bottom: 14px;
    margin-right: 15px;
    vertical-align: top
}
.search-section input[type="text"] {
    width: 250px;
    padding: 13.5px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 40px;
    vertical-align: middle
}
.search-icon {
    position: absolute;
    top: 13px;
    left: 16px;
    color: #B7B7B7
}
.search-section a.button {
    vertical-align: middle;
    line-height: 19px;
}

/*Result-list*/
.res-product-search {
    overflow: hidden;
    max-height: 500px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 5px;
    background-color: #fff;
    margin-right: 10px;
    position: absolute;
    top: 42px;
    left: 0px;
    z-index: 101;
}
.res-product-search li a {
    padding: 9px 10px 7px;
    padding-left: 25px;
    border-bottom: 1px solid #ddd;
    position: relative;
    color: #44B549;
    display:block;
    width:100%;
}
.res-product-search li:last-child a {
    border-bottom: none;
}
.res-product-search li a::before {
    position: absolute;
    content: ">";
    top:8px;
    left: 10px;
    color: #aaa;
}

.res-product-search li a:hover{
    text-decoration: none;
    background-color: #eee;
    color: #005CB9;
}
.res-product-search li a:focus{
    text-decoration: none;
    background-color: #eee;
    outline: none;
    color: #1B8420;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.res-product-search li a:hover::before {
    color: #005CB9;
}

.media-btn {
    background-color: #E88400;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 14px;
}
.media-btn:hover {
    background-color: #44B549
}
.media-btn img.icon-padlock{
	display: inline-block;
	width: 9px;
}
.banner {
    background: #fff;
    padding: 0
}
.banner > .frame {
    padding: 40px 0
}
.banner h1, .banner .h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 0 0 10px
}
.banner h2, .banner .h2 {
    font-weight: 100;
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 3px
}
.banner .bt .button {
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid #eee;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fff
}
.banner .bt .button .fa {
    position: relative;
    top: -2px
}
.banner .bt .button:hover {
    border: 2px solid #FFF;
    background-color: #fff;
    color: #333
}
.banner .slide .slide-inner {
    background-color: rgba(0, 0, 0, 0.1)!important;
    text-shadow: none
}
.banner .slider-wrapper {
    box-shadow: none;
    border-radius: 5px;
    overflow: hidden
}
.sssnext, .sssprev {
    width: 40px!important;
    height: 50%!important;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    background-image: url(/template/default/assets/sss/images/brr.png)!important;
    z-index: 998!important;
    transition: all .2s ease-out 0
}
.sssprev {
    left: 1%!important;
    background-position: 0 50%!important
}
.sssnext {
    right: 1%!important;
    background-position: -60px 50%!important
}
.sssprev:hover {
    left: .7%!important
}
.sssnext:hover {
    right: .7%!important
}
.sssprev:active {
    left: .2%!important
}
.sssnext:active {
    right: .2%!important
}
.banner ul.menu {
    z-index: 999;
    position: relative;
    padding: 0 8px;
    background-color: rgba(0, 92, 184, 0.74)
}
.banner ul.menu li {
    z-index: 999;
    position: relative;
    display: table-cell;
    padding: 8px 0;
    float: none
}
.banner ul.menu .menulink {
    font-size: 16px!important;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 13px 10px 11px!important;
    font-weight: 300
}
.banner ul.menu .menulink:hover {
    background-color: #FFF;
    border-radius: 3px;
    color: #005CB9
}
.banner .slide .slide-inner .slide-cell {
    vertical-align: bottom;
    position: relative
}
.slide-info-wrap {
    position: absolute;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    right: 10%;
    top: 50%;
    width: 100%;
    max-width: 500px;
    transform: translateY(-50%)
}
.slide-info-wrap h2 {
    text-transform: none;
    color: #333!important;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0
}
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
    color: #CCC
}
.faq:hover {
    border-color: #068ed0
}
.faq:hover h3, .faq:hover h3::before {
    color: #068ed0
}
.homebox .col {
    padding: 10px
}
.homebox .col img {
    vertical-align: top;
    width: 100%
}
.homebox .col .hb-text {
    padding: 35px 40px;
    background: linear-gradient(to top, #fff, #f3f3f3)
}
.homebox .col .hb-text h3 {
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 600
}
.homebox .col .hb-text p {
    text-align: justify;
    font-size: 12px;
    line-height: 24px;
    color: #888
}
.homebox .col .hb-text p a.button {
    padding: 5px 15px;
    border-radius: 0;
    border-color: #bbb
}
.global-contact {
    background-color: #EEE;
    padding: 5px;
    font-size: 14px
}
.global-contact .item {
    overflow: hidden
}
.global-contact .item li {
    list-style: none;
    float: left;
    margin-right: 10px;
    color: #999
}
.global-contact .item li a {
    color: #999
}
.footer {
    background-color: #90469b;
    background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #90469b;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFF;
    padding: 70px 0;
    border-top: 1px solid #9e46ab
}
.footer .foot-menu {
    border: none
}
.footer .foot-menu > li a {
    border-color: transparent!important;
    font-weight: 300;
    color: #FFF
}
.footer .foot-menu > li a:hover {
    border-bottom: 1px solid #FFF!important
}
.footer .h4, .footer p {
    color: #FFF
}
.footer .h4 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #888
}
.footer .break {
    width: 80px;
    height: 2px;
    margin: 20px 0 0;
    border-radius: 10px;
    background-color: #999
}
.footer .foot-menu {
    margin: 0;
    padding-top: 0;
    padding-right: 20px
}
.footer .foot-menu > li a {
    padding: 8px 0;
    border: none;
    font-weight: 400;
    letter-spacing: 1px;
    border-color: #0d63a1;
    font-size: 14px;
    color: #888
}
.footer .foot-menu > li a:hover {
    border: none!important;
    color: #FFF
}
.footer .foot-product-wrap {
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    color: #000
}
.footer .foot-product-wrap .h4 {
    font-size: 24px;
    color: #90469b
}
.footer .foot-product-wrap a {
    color: #068ed0;
    text-decoration: none
}
.footer .foot-product-wrap p {
    color: #999;
    margin: 0
}
.copyright a {
    color: #FFF
}
.form-form_newsletter .form-block.single .field {
    padding: 5px 0
}
.form-form_newsletter .form-block.single .field input {
    padding: 12px 15px 14px;
    font-size: 16px;
    font-weight: 400;
    color: #222
}
.hr-mini {
    background-color: #90469b;
    width: 50px;
    height: 4px;
    border-radius: 5px;
    margin: 10px 0 20px
}
.feature-box {
    text-align: center
}
.feature-box h2 {
    font-size: 20px
}
.feature-box img {
    width: 80%;
    vertical-align: top
}
.feature-box:hover {
    transform: scale(1.1, 1.1);
    transition: all .2s ease-in-out 0
}
.section-feature {
    padding: 80px 0
}
.section-variant3 {
    background-color: #006cb9
}
.section-variant2 {
    background-color: #DDD
}
.section-variant1 {
    background-color: #EEE
}
.body .frame > :last-child {
    margin-bottom: 0
}
.section-feature.sf-variant3 * {
    color: #FFF
}
.section-feature.sf-variant3 .divide {
    background-color: #FFF
}
.section-contact-form {
    background-color: #068ed0;
    background-image: url(images/bg-contact.jpg)
}
.section-feature .button.bt-outline {
    color: #FFF;
    border-color: #FFF;
    margin: 0;
    border: 2px solid #FFF
}
.payment-summary {
    border: none;
    background-color: #652D90
}
.payment-summary .button {
    border: none;
    background-color: #068ed0;
    color: #FFF
}
.payment-summary .button:hover {
    background-color: #FFF;
    color: #652D90
}
.home-button img {
    background-color: #005CB9;
    border-radius: 100%;
    padding: 20px
}
.home-button:not(img) {
    padding: 70px;
    padding-bottom: 30px;
    padding-top: 50px
}
.button-title h3 {
    text-align: center;
    color: #005CB9;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}
.home-buttons-row .col-sm-2-4 img:hover {
    background-color: #3CB4E5
}
.home-buttons-row * {
    transition: all .2s ease-in-out 0
}
.home-title h1 {
    font-size: 55px;
    color: #005CB9;
    text-align: center;
    font-weight: 600
}
.buttons-main-section {
    background-color: #EFEFEF
}
.button-desc {
    text-align: center
}
.bg-blue {
    background-color: #005CB9
}
.home-blue-section h2 {
    color: #FFF;
    font-size: 42px;
    font-weight: 400
}
.home-blue-section h3 {
    color: #FFF;
    font-style: italic;
    font-size: 24px
}
.home-blue-section .button {
    width: 100%;
    text-align: center
}
.home-blue-section p {
    color: #FFF;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}
.bg-blue-gap {
    margin-top: 30px
}
.media-hub-footer {
    background-color: #FFF;
    padding: 20px;
    border-radius: 10px;
    margin-top: 100px;
    width: 80%
}
.media-hub-footer h3 {
    margin: 0;
    text-align: center;
    color: #000;
    font-weight: 400;
    font-size: 24px
}
.media-hub-footer .button {
    width: 100%;
    text-align: center;
    background-color: #E88400
}
.media-hub-footer .button:hover {
    background-color: #44B549
}
.footer {
    background-color: #999;
    border-top: 0
}
.copyright {
    background-color: #FFF;
    padding: 15px 0
}
.copyright .col:last-child {
    text-align: right
}
.copyright p {
    color: #000;
    text-align: left;
    font-weight: 100
}
.copyright .copy-space {
    margin-left: 5px;
    margin-right: 5px
}
.copyright .copy-space.cp-left {
    margin-left: 20px
}
.copyright a {
    color: #005CB9;
    text-decoration: none;
    font-weight: 100
}
.copyright img {
    max-width: 70px
}
.footer .h4, .footer h2 {
    color: #FFF;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 28px
}
.footer .foot-menu > li a {
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    -webkit-font-smoothing: antialiased
}
.footer .col.w33 p {
    -webkit-font-smoothing: antialiased
}
.form-block {
    border: 0
}
.form-form_newsletter .form-block label {
    display: none!important
}
.form-form_newsletter .form-block.single .field {
    padding-left: 0;
    padding-right: 0
}
.form-block .field input {
    border-radius: 5px;
    padding: 15px
}
.form-form_newsletter input[type="submit"], .form-form_newsletter button {
    width: 100%;
    text-align: center
}
.news-section h2 {
    font-size: 42px;
    color: #005CB9;
    font-weight: 600;
    -webkit-font-smoothing: antialiased
}
.news-section {
    padding-bottom: 0!important
}
.home-news {
    padding-bottom: 70px!important
}
.post-item * {
    transition: all .2s ease-in-out 0
}
.post-wrap .post-item {
    border: 0
}
.post-item .post-body {
    background-color: #005CB9;
    width: 100%
}
.post-item .post-body h3 {
    color: #FFF;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0 0 5px;
}
.post-item .post-image.date-label .date {
    padding: 8px 20px 10px !important;
    border-bottom-right-radius: 5px;
    z-index: 20
}
.post-item a {
    color: #000;
    font-weight: 200
}
.post-item:hover .post-body {
    background-color: #3CB4E5
}
.post-item img {
    transition: all 0.3s cubic-bezier(0, 0, .2, .99) 0s;
}
.post-item:hover img {
    transform: scale(1.1)
}
.post-image {
    overflow: hidden
}
.orange-text {
    color: #E88400
}
.green-text {
    color: #44B549
}
.contact-form-section .col-sm-6:last-child .pb-block-content {
    padding: 30px;
    background-color: #EFEFEF;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}
.contact-form-section .form-block .field label {
    color: #000;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400
}
.form-block .field textarea {
    padding: 15px;
    border-radius: 5px
}
.contact-form-section .form-block input[type="submit"], .contact-form-section .form-block button {
    width: 100%;
    text-align: center
}
.emergency-response .col img {
    width: 75px;
    margin-right: 10px
}
.contact-desc h4, .emergency-response h4 {
    text-transform: uppercase;
    color: #005CB9;
    font-weight: 400;
    margin: 30px 0 18px
}
.contact-header h1 {
    font-size: 62px;
    text-transform: uppercase;
    color: #005CB9;
    font-weight: 600;
    margin-bottom: 60px
}
.contact-desc {
    padding: 30px;
    padding-left: 0
}
.contact-desc .enlarge p {
    font-size: 21px;
    line-height: 20px;
    margin-bottom: 5px
}
.contact-desc h3 {
    font-size: 28px;
    color: #000;
    font-weight: 600
}
.emergency-response {
    background-color: #EFEFEF;
    padding: 30px;
    border-radius: 5px
}
.emergency-response h2 {
    text-transform: uppercase;
    color: #005CB9;
    font-size: 42px;
    line-height: 40px
}
.emergency-response a {
    color: #44B549;
    text-decoration: none
}
.emergency-response a:hover {
    color: #E88400
}
.product-image-container {
    box-shadow: none
}
.col.w15 {
    width: 15%
}
.coltable-product-page .col.col-main {
    width: 70%
}
.coltable-product-page.coltable.padcol > .col {
    padding: 25px
}
ul.product-feature-list {
    list-style: none;
    margin-bottom: 30px
}
ul.product-feature-list li {
    padding: 11px 15px 13px;
    margin-bottom: 12px;
    background-color: #E88400;
    font-size: 20px;
    color: #FFF
}
.product-mpi-container {
    background-color: #999;
    color: #FFF;
    padding: 15px;
    margin-bottom: 35px
}
.product-mpi-container p {
    color: #FFF
}
.product-mpi-container p:first-child {
    font-size: 28px
}
h1.product-page-title {
    font-size: 55px;
    font-weight: 600;
    margin: 40px 0 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #E88400
}
h2.product-page-subtitle {
    color: #E88400;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 30px;
}
h3.product-page-subtitle {
    color: #005CB9;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 30px;
}
.product-similar-container {
    margin-top: 90px
}
.product-box .box-product.image-only {
    border: 0
}
#product-info-accordion {
    border-bottom: 1px solid #999;
    margin-top: 20px
}
#product-info-accordion .ui-accordion-header {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: .6em 0;
    outline: none
}
#product-info-accordion .ui-accordion-header.ui-corner-all {
    border-radius: 0
}
#product-info-accordion .ui-state-default {
    border-top: 1px solid #999;
    font-family: "calibri", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background: #FFF;
    color: #E88400
}
#product-info-accordion .ui-state-active {
    color: #E88400
}
#product-info-accordion .ui-widget-content {
    border: 0
}
#product-info-accordion h3 span.ui-icon {
    float: right;
    margin-top: 0
}
#product-info-accordion .ui-state-active .ui-icon, #product-info-accordion .ui-button:active .ui-icon {
    background-image: url(/template/default/assets/jquery/images/ui-icons_444444_256x240.png)
}
#product-info-accordion .ui-corner-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
h4.product-side-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    color: #E88400;
    margin: 0 0 15px;
}
table.product-varient-table {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 30px
}
table.product-varient-table td {
    padding: 1px 10px 1px 1px
}
h2.product-page-sku-label {
    padding: 11px 16px 7px;
    background-color: #E88400;
    color: #FFF;
    display: inline-block;
    font-size: 36px;
    border-radius: 10px;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
}

/*Miscellaneous Product CSS*/
.zulu-product .body {
    padding-top: 40px;
    padding-bottom: 0px;
}
.zulu-product .body .breadcrumb {
    font-size: 16px;
    padding: 0 25px;
}

.coltable.pro-size {
    padding-bottom: 10px;
}
.coltable.pro-size > .col {
    vertical-align: bottom;
    width: 16.666%;
    padding: 10px 5px;
    display: inline-block;
}
.coltable.pro-size > .col img {
    width: 100%;
    vertical-align: bottom;
}

.coltable.pro-downloads > .col {
    position: relative;
    padding: 0 25px 25px 0;
}
.coltable.pro-downloads > .col::after {
    position: absolute;
    content: "PDF";
    bottom: 25%;
    right: 15px;
    color: #fff;
    font-size: 14px;
    font-family: "calibri", sans-serif;
    background-color: #E71C24;
    border-radius: 3px;
    padding: 4px 10px 6px;
    transition: all 0.1s;
    z-index: 2;
}
.coltable.pro-downloads > .col img {
    transition: all 0.1s;
}
.coltable.pro-downloads > .col img:hover {
    transform: scale(0.95);
}
.coltable.pro-downloads > .col:hover::after {
    background-color: #EB801B;
}

/*.coltable-product-page-image .col {
    padding: 3px;
}
.coltable-product-page-image .col img {
    border: 1px solid #aaa;
}
.coltable-product-page-image .col img:hover {
    border-color: #EB801B;
}*/

.product-pad {
    padding: 30px 0;
}

/*Similar Product*/
.product-similar-container .product-box.row4 li {width: 33.333%;}
.product-similar-container .product-box.row4 li:nth-child(1) {padding: 0 20px 0 0;}
.product-similar-container .product-box.row4 li:nth-child(2) {padding: 0px 10px;}
.product-similar-container .product-box.row4 li:nth-child(3) {padding: 0 0 0 20px;}
.product-similar-container .box-product {
    border: none;
    padding: 15px 0;
    border-bottom: 1px solid #aaa;
    display: table;
}
.product-similar-container .box-product .image {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}
.product-similar-container .box-product .title {
    width: 60%;
    padding: 0 30px 0 10px;
    display: table-cell;
    vertical-align: middle;
}
.product-similar-container .box-product .title,
.product-similar-container .box-product .title .options {
    text-align: left;
}

.product-similar-container .box-product .title::after {
    position: absolute;
    content: ">";
    bottom: 3px;
    right: 4px;
    border-radius: 3px;
    padding: 0px 5px 3px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    transition: all 0.1s;
    background-color: #999;
}
.product-similar-container .box-product:hover .title::after {
    right: 0px;
    background-color: #3CB4E5;
}

/*Chemical Solutions Policy*/
.chemsol-policy {
    background-color: #3CADDE;
    padding: 50px 0;
}
.chemsol-policy h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 8px;
}
.chemsol-policy p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

/**Mobile Menu**/
.footer-menu-mobile {
    display: none;
}

/**LOGIN PAGE**/
.body.page-login,
body.zulu-forgot > .body,
body.login-password-reset > .body{
    padding: 50px 0 !important;
}
.media-box {
    color: #fff;
    padding: 40px;
    border-radius: 15px;
    background-color: #EB801B;
}
.media-box .mb-info {
    width: auto;
    padding: 20px;
}
.media-box .mb-login,
.media-box .mb-media {
    width: 44%;
    padding-right: 20px;
    padding-left: 50px;
}

.media-box .mb-info img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
}
.media-box .mb-info img.icon-padlock{
	margin-bottom: 0px;
	width: 35px;
}
.media-box .mb-info h1 {
    color: #fff;
    font-size:70px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 70px;
}
.media-box .mb-info h1 i {
    font-size: 45px;
    position: relative;
    top: -5px;
}
.media-box .mb-info h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}
.media-box .mb-info p {
    font-size: 22px;
    font-weight: 200;
    margin-bottom: 0;
}

.media-box .mb-login h2 {
    color: #fff;
    font-weight: 300;
}
.media-box .mb-login form .field {
    padding: 7px 0;
}
.media-box .mb-login form .field label {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
}
.media-box .mb-login form .field input {
    border:2px solid #D8650D;
    background-color: #fff;
}
.media-box .mb-login form .field input:hover,
.media-box .mb-login form .field input:focus,
.media-box .mb-login form .field input:active {
    border-color: #FFC847;
}
.media-box .mb-login form .field.submit input[type='submit'],
.media-box .mb-login form .field.submit button {
    border:none;
    width: 100%;
    color:#888;
    padding: 12px 10px 10px;
    background-color:#ccc;
}
.media-box .mb-login form.valid .field.submit input[type='submit'],
.media-box .mb-login form .field.submit button {
    color:#fff;
    background-color:#44B549;
}
.media-box .mb-login form .field.submit .button.btn-alt{
	color:#fff;
	background-color: #3CB4E5;
    box-shadow: none;
    transition-duration: .2s;
}

.media-box .mb-login form .field.submit .button.btn-alt:hover{
	color:#fff;
    background-color:#44B549;
}

.media-box .mb-login form .field.submit input[type='submit']:hover,
.media-box .mb-login form .field.submit button:hover {
    color:#fff;
    background-color:#FFC847;
}
.media-box .mb-login form .field.submit a {
    color: #fff;
}

.media-box hr {
    margin: 5px 0 20px;
    border-bottom: 2px solid rgba(255,255,255,0);
}

/*Main*/
.media-box .mb-media * {
    transition: all 0.3s cubic-bezier(.07, .27, .25, 1) 0s;
}
.media-box .mb-media > .coltable.col3 > .col {
    padding: 18px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    width: 33.333%;
}
.media-box .mb-media > .coltable.col3 > .col::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.2s ease 0s;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    width: 100px;
    height: 100px;
    background-color:transparent;
    z-index: 1;

    font-family: "Font Awesome 5 Pro";
    content: "\f05e";
    font-weight: 200;
    font-size: 90px;
    line-height: 90px;
    color: transparent;
}
.media-box .mb-media .col .image img {
    width: 100%;
    vertical-align: top;
    max-width: 60px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.media-box .mb-media .col .title {
    position: relative;
    z-index: 2;
}
.media-box .mb-media .col .title h3 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.media-box .mb-media a:hover {
    text-decoration: none;
}
.media-box .mb-media .col:hover .image img {
    transform: scale(1.1);
}
.media-box .mb-media > .coltable.col3 > .col:hover::after {
    transition: all 0.3s cubic-bezier(.07, .27, .25, 1) 0s;
    background-color:#005CB9;
    width: 140px;
    height: 140px;
}
.footer-menu-mobile .fmm-selectors > li.disabled,
.media-box .mb-media > .coltable.col3 > .col.disabled {
    opacity: 0.4;
}
.media-box .mb-media > .coltable.col3 > .col.disabled:hover::after {
    font-size: 130px;
    line-height: 130px;
    color: #fff;
    background-color: transparent;
}


/*HUB Content*/
.hub-content h1,
.hub-content .h1 {
    color: #005CB9;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.hub-content .pro-main h1 {
    color: #3CB4E5;
    font-size: 45px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 30px;
}

.hub-content .side-menu .col.sm-menu {
    width: 25%;
}
.hub-content .side-menu .col.sm-content {
    padding: 0 0 0 30px;
    width: 75%;
}

.menu-box {
    padding: 20px 25px;
    background-color: #e6e6e6;
    border-radius: 5px;
}
.menu-box h2 {
    color: #005CB9;
    font-size: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 200;
}
.menu-box ul li {
    list-style: none;
    margin: 12px 0;
    font-size: 17px;
}
.menu-box ul li:last-child {
    margin-bottom: 0px;
}
.menu-box ul li a {
    width: 100%;
    color: #222;
    position: relative;
    padding: 5px 0;
    display: block;
    padding-right: 35px;
    transition: all 0.1s;
}
.menu-box ul li a::after {
    position: absolute;
    content: ">";
    top: 7px;
    right: 0px;
    border-radius: 3px;
    padding: 0px 5px 3px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    transition: all 0.1s;
    background-color: #999;
}

.menu-box ul li a:hover {
    color: #005CB9;
    text-decoration: none;
}
.menu-box ul li a:hover::after {
    right: -3px;
    background-color: #005CB9;
}

/*Guides & Charts*/
.coltable.guide-col .col {
    width: 33.333%;
    float: left;
    position: relative;
    padding: 0px 20px 20px;
}
.coltable.guide-col .col * {
    transition: 0.2s ease;
}
.guide-col .col .image {
    border: 1px solid #111;
    position: relative;
    margin-bottom: 15px;
}
.guide-col .col .image img {
    width: 100%;
    vertical-align: top;
}
.guide-col .col .badge {
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    background-color: #c00;
    padding: 4px 10px 2px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.guide-col .col .text h2 a {
    color: #111;
    font-weight: 200;
    font-size: 20px;
    line-height: 25px;
}

.guide-col .col:hover .image {
    border: 1px solid #E88400;
}
.guide-col .col:hover .badge {
    background-color: #E88400;
}
.guide-col .col:hover .text h2 a {
    color: #E88400;
    text-decoration: none;
}

/*Calculator*/
.box-rate-calc {
    padding: 30px;
    background-color: #e6e6e6;
    border-radius: 5px;
}
.box-rate-calc h3 {
    color: #005CB9;
    font-size: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0 0 30px;
}
.box-rate-calc hr {
    border-bottom: 1px solid #bbb;
    margin: 35px 0;
}

.box-rate-calc #form-calc > p input {
    width: 80px;
    display: inline;
    margin: 0 5px;
    padding: 7px 9px;
    border-radius: 5px;
    border: 2px solid #A1B3C5;
    background-color: #fff;
    vertical-align: middle;

    font-family: 'Calibri', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #005CB9;
}
.box-rate-calc #form-calc > p input:hover,
.box-rate-calc #form-calc > p input:focus,
.box-rate-calc #form-calc > p input:active {
    border: 2px solid #005CB9;
}
.box-rate-calc #form-calc > p {
    font-size:22px;
    margin: 0 0 30px;
}
.box-rate-calc #form-calc > p i {
    color: #fff;
    margin:0 8px;
    padding: 7px 9px;
    vertical-align: middle;
    background-color: #A1B3C5;
    border-radius: 100%;
    font-style: normal;
}
.box-rate-calc #form-calc > p > span {
    margin: 0 3px;
    font-weight: 500;
    padding: 8px 12px 7px;
    border-radius: 5px;
    background-color: #ccc;
    border: 2px solid #bbb;
    color: #222;
}

.box-rate-calc #form-calc > button {
    font-size: 25px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 80px;
}

/*Useful Links*/
.useful-links-container .link-item .col {
    padding: 0 10px 25px;
    vertical-align: bottom;
}
.useful-links-container .link-item .col h2 {margin-bottom: 5px;}
.useful-links-container .link-item .col h2 a {
    color: #44B549;
    font-weight: 300;
    text-decoration: underline;
}
.useful-links-container .link-item .col h2 a:hover {
    text-decoration: none;
    color: #EB801B;
}

.useful-links-container .link-item .col.w20 a i {
    color: #44B549;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 15px;
}
.useful-links-container .link-item .col.w20 a i:hover {
    color: #EB801B;
}

/*News List / Newsletter Items*/
.news-list .coltable,
.newsletter-items .coltable {
    border-bottom: 1px solid #555;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news-list .coltable .col.first,
.newsletter-items .coltable .col.w20 {
    padding: 0;
    width: 30%;
}
.news-list .coltable .col.last,
.newsletter-items .coltable .col.w80 {
    padding: 0;
    padding-left: 30px;
    vertical-align: bottom;
    position: relative;
    width: 70%;
}

.news-list .coltable .col.first img,
.newsletter-items .coltable .col.w20 img {
    border: 1px solid #555;
    vertical-align: top;
}

.news-list .coltable .col.last p.pub-date,
.newsletter-items .coltable .col.w80 p.pub-date {
    text-align: right;
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.news-list .coltable .col.last h3,
.newsletter-items .coltable .col.w80 h2 {
    text-transform: uppercase;
    font-weight: 300;
    color:#005CB9;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 5px;
}
.news-list .coltable .col.last p a,
.newsletter-items .coltable .col.w80 p a {
    color: #44B549;
}
.news-list .coltable .col.last p,
.newsletter-items .coltable .col.w80 p {
    font-size: 17px;
    line-height: 22px;
}
.news-list .coltable .col.last p,
.newsletter-items .coltable .col.w80 p {
    margin-bottom: 0px;
}

/*News Article Override*/
.news-intro {
    overflow: auto;
    padding: 30px 0;
}
.news-intro::after {
    content: "";
    clear: both;
    display: table;
}

.news-intro .breadcrumb {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}

.news-intro .news-image {
    width: 35%;
    vertical-align: top;
    margin: 0 40px 40px 0;
    float: left;
}
.news-intro .news-image img {
    width: 100%;
    vertical-align: top;
}

.news-intro p.pub-date {
    font-size: 18px;
    text-align: right;
    margin-bottom: 25px;
}
.news-intro h1 {
    color: #005CB9;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 200;
}

/***SITE SURVEY***/
/*Site Surveys - MenuBox*/
.survey-menu-box {
    padding: 20px 25px;
    background-color: #e6e6e6;
    border-radius: 5px;
}
.survey-menu-box h3 {
    color: #005CB9;
    font-size: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 25px 0 0;
}
.survey-menu-box ul li:first-child h3 {
    margin: 0;
}
.survey-menu-box ul li {
    display: block;
    width: 100%;
    padding: 5px 0;
    list-style: none;
}
.survey-menu-box ul li a {
    display: table;
    width: 100%;
    color: #fff;
    background-color: #005cb9;
    padding: 13px 20px 13px;
    border-radius: 5px;
}
.survey-menu-box ul li a:hover {
    text-decoration: none;
    background-color: #00478F;
}
.survey-menu-box ul li a .tool-text {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 0px 10px 2px;
}
.survey-menu-box ul li a .tool-icon {
    vertical-align: middle;
    display: table-cell;
    width: 45px;
}

/*Survey Head*/
.survey-head {
    position: relative;
    background-color: #005CB9;
    padding: 16px 30px 18px;
    border-radius: 5px 5px 0 0;
}
.survey-head h2 {
    color: #fff;
    font-size: 33px;
    line-height: 33px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px;
}
.survey-head img {
    position: absolute;
    transform: translateY(-50%);
    right: 20px;
    top: 50%;
    width: 50px;
    vertical-align: top;
}

/*Survey Body*/
.survey-body {
    padding: 30px;
    background-color: #e6e6e6;
    border-radius: 0 0 5px 5px;
    overflow-y: scroll;
    max-height: 660px;
    position: relative;
}
.survey-body::-webkit-scrollbar {
    background: transparent;
    width: 8px;
    height: 8px;
    padding: 0px;
}
.survey-body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    background-clip: padding-box;
}
.survey-body::-webkit-scrollbar-track,
.survey-body::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0.1);
    width: 6px;
    height: 6px;
}

.survey-body h4 {
    color: #005CB9;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 5px;
}
.survey-body h5 {
    color: #005CB9;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 300;
    margin: 0 0 5px;
}
.survey-body h6 {
    color: #333;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    margin: 0 0 5px;
}
.survey-body hr {
    margin: 30px 0;
    border-bottom: 2px solid #b8baba;
}

/*Survey Foot*/
.survey-foot {
    margin-top: 15px;
    text-align: right;
}
.survey-foot button {
    padding: 10px 30px 8px;
}

/*Survey Subtitle*/
.survey-fields {
    background-color: #b8baba;
    padding: 20px 30px 20px;
}
.survey-fields form.sf-date-range p {
    display: table;
    width: 100%;
    margin: 0;
}
.survey-fields form.sf-date-range p b {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    top: 2px;
}
.survey-fields form.sf-date-range p span {
    display: table-cell;
    width: 340px;
    vertical-align: middle;
    text-align: right;
    position: relative;
}
.survey-fields form.sf-date-range p input {
    width: 340px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 2px solid #A5A7A7;
    border-radius: 5px;
    padding: 13px 14px;
    padding-right: 70px;
    color: #333;
}
.survey-fields form.sf-date-range p span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 12px;
    width: 42px;
    height: 33px;
    transform: translateY(-50%);
    background-image: url("/template/default/images/icons/calendar-grey.svg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    border-left: 2px solid #b8baba;
}

.survey-search {
    display: table;
    width: 100%;
}
.survey-search p {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    top: 2px;
}
.survey-search p img {
    width: 50px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}
.survey-search input {
    display: table-cell;
    width: 100%;
}

.survey-search input[type="text"] {
    position: relative;
    display: block;
    width: 100% !important;
    padding: 10px 12px 12px !important;
    border: 2px solid #A5A7A7;
    border-radius: 5px;

    font-family: 'calibri', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}
.survey-search input[type="text"] {
    background: #fff;
}
.survey-search input[type="text"]:hover,
.survey-search input[type="text"]:focus {
    border-color: #005CB9;
}

/*Survey CONTENT*/
.survey-posts {
    padding: 20px 0 15px;
    border-bottom: 2px solid #b8baba;
    margin-bottom: 30px;
}
.survey-posts:first-child {padding-top: 0;}
.survey-posts:last-child {border-bottom: 0px; margin-bottom: 10px;}

.survey-posts .col.first {
    width: 60%;
    vertical-align: bottom;
    border-right: 2px solid #b8baba;
}
.survey-posts .col.last {
    width: 40%;
    vertical-align: bottom;
    padding-left: 30px;
}

.survey-posts h4 {
    color: #005CB9;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 5px;
}
.survey-posts .col.last h4 {
    color: #44B549;
}
.survey-posts p {
    color: #333;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    margin: 0;
}

.ss-state {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.ss-date,
.ss-rate {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    margin: 0;
}
.ss-date {
    text-align: right;
    padding-left: 15px;
}
.ss-rate {
    padding: 6px 15px 8px;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px !important;
    line-height: 20px !important;
    text-align: center;
}
.ss-rate.Good {background-color: #00b451;}
.ss-rate.Fair {background-color: #ffab4d;}
.ss-rate.Poor {background-color: #f32735;}

.survey-posts a {
    display: block;
    width: 100%;
    padding: 10px 15px 13px;
    text-align: center;
    background-color: #3cb4e5;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}
.survey-posts a:hover {
    text-decoration: none;
    background-color: #2888C1;
}
.survey-posts a.continue-survey {background-color: #44B549;}
.survey-posts a.continue-survey:hover {background-color: #319736;}


/*Survey Posts - User*/
.survey-posts.post-user .col.first {
    border:none;
    width: 70%;
}
.survey-posts.post-user .user-role {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #A5A7A7;
}
.survey-body p {
    color: #333;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    margin: 0;
}

.survey-body .end-button {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px solid #b8baba;
}
.survey-body .end-button a.button {
    width: 100%;
    background-color: #005CB9;
    padding: 12px 20px 14px;
    text-align: center;
    font-size: 20px;
}
.survey-body .end-button a.button:hover {
    background-color: #004398;
}
.survey-body .end-button.eb-alt {border: none; margin: 0; padding-top: 20px;}
.survey-body .end-button.eb-alt a.button {background-color: #b8baba;}
.survey-body .end-button.eb-alt a.button:hover {background-color: #C6001F;}

.tag-customer {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 35px 6px;
    background-color: #00B4E4;
    border-radius: 8px;

}

/*Survey Item*/
.survey-item .col {
    vertical-align: middle;
}

.survey-item-title {
    font-size: 24px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin: 30px 0 15px !important;
}
.survey-item-comments {
    padding: 25px 0;
    border-bottom: 2px solid #b8baba;
}
.survey-item-comments h5 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    color: #005cb9;
    margin: 0 0 5px;
}
.survey-item-comments p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    color: #333;
    margin: 0;
}

.survey-item {
    margin: 30px 0;
}
.survey-item h4 {
    margin: 0 0 2px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
}
.survey-item p {
    margin: 0;
    color: #808080;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
.survey-item .ss-rate {
    width: 100%;
    display: block;
}
.survey-item .col.w80 {
    padding-right: 40px;
}

.survey-grade {
    padding: 30px 0;
}
.survey-grade h6 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: #005cb9;
    margin: 0 0 5px;
}
.survey-grade p {
    font-size: 66px;
    line-height: 66px;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffab4d;
    margin: 0;
}
.survey-grade p.Good {color: #00b451;}
.survey-grade p.Fair {color: #ffab4d;}
.survey-grade p.Poor {color: #f32735;}


/*Create Survey*/
.create-survey h4 {
    color: #005CB9;
    font-size: 25px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 0 0 15px;
}

.survey-body label {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    margin: 0px 0 10px;
    display: block;
}
.survey-body #lbl-customer-id-error {
    margin:10px 0 25px;
}

.survey-body select,
.survey-body input[type="text"],
.survey-body input[type="password"] {
    -webkit-appearance:none;
    -moz-appearance:none;
    position: relative;
    display: block;
    width: 100% !important;
    background-image: url("images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: center right 15px;
    padding: 10px 12px 13px !important;
    border: 2px solid #b8baba;
    border-radius: 5px;
    margin-bottom: 15px;

    font-family: 'calibri', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}
.survey-body input[type="text"],
.survey-body input[type="password"] {
    background: #fff;
}
.survey-body input[type="text"]:hover,
.survey-body input[type="text"]:focus,
.survey-body input[type="password"]:hover,
.survey-body input[type="password"]:focus {
    border-color: #005CB9;
}

.survey-body .select2-container--default .select2-selection--single {
    padding: 10px 15px 13px !important;
    border: 2px solid #b8baba;
    border-radius: 5px;
    height: auto !important;
}
.survey-body .select2-container--default .select2-selection--single,
.survey-body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    font-family: 'calibri', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}
.survey-body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 40px 0 0 !important;
}
.survey-body .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 60px;
    height: 44px;
    background-image: url("images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: center;
}
.survey-body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.survey-body select:focus,
.survey-body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    background-image: url("images/icons/arrow-up.svg");
}

/*Switch*/
.ss-switch {
    margin: 20px 0;
    display: block;
    width: 280px;
}
.ss-switch.ss-switch-alt {
    margin: 5px 0 20px;
    width: 350px;
}

.ss-switch label {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    display: unset;
    width: auto;
}
.ss-switch input {
    -webkit-appearance:none;
    -moz-appearance:none;
    background-color: #fff;
    height: 16px;
    width: 50px;
    vertical-align: middle;
    border-radius: 20px;
    position: relative;
    top: 6px;
    float: right;
    cursor: pointer;
}
.ss-switch input::before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #b8baba;
}
.ss-switch input:checked::before {
    background-color: #00b451;
    left: 0px;
    right: auto;
}

.ss-switch input::after {
    content: "ADD";
    position: absolute;
    top: -3px;
    left: 52px;
    padding: 5px 8px 3px;
    padding-left: 18px;
    background-color: #b8baba;
    clip-path: polygon(12px 0%, 100% 0, 100% 100%, 12px 100%, 0% 50%);
    transition: all 0.2s ease-out 0s;
    border-radius: 3px;
    opacity: 0;

    font-family: 'calibri', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
.ss-switch input:hover::after {
    opacity: 1;
    left: 58px;
}
.ss-switch input:checked::after {
    content: "REMOVE";
    background-color: #b8baba;
}


.ss-switch.ss-switch-label {
    width: 350px;
}
.ss-switch.ss-switch-label label{
    display: block;
}
.ss-switch.ss-switch-label input {
    float: none;
    top: -1px;
    margin-left: 15px;
}

/*Radio box*/
.survey-body input[type="radio"] {
    -webkit-appearance:none;
    -moz-appearance:none;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid #b8baba;
    background: #fff;
    margin-bottom: -6px;
    margin-left: 2px;
    background-image: url("/template/default/images/icons/circle.svg");
    background-repeat: no-repeat;
    background-size: auto 0%;
    background-position: center;
    transition: all 0.1s;
}
.survey-body input[type="radio"]:checked {
    background-size: auto 70%;
    background-color: #fff;
    border-color: #00B94D;
}
.survey-body input[type="radio"]:hover,
.survey-body input[type="radio"]:focus {
    border-color: #00B94D;
}

.radio-container {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ddd;
    margin-bottom: 15px;
    border: 2px solid #ccc;
}
.radio-container label {
    margin: 0;
}
.radio-fit label {
    display: inline-block;
    width: auto;
    float: left;
    padding: 0 20px;
}

/*General Content*/
button.full-button {
    width: 100%;
    background-color: #00B4E4;
    padding: 14px 12px 10px;
    margin: 25px 0;
}
button.full-button:hover {
    background-color: #2DCDF7;
}

.label-buttons {
    text-align: center;
}
.label-buttons .button {
    margin: 0px 2px 15px;
}
.label-buttons .button {
    background-color: #00B4E4;
}
.label-buttons .button:hover {
    background-color: #0080BB;
}
.label-buttons.lb-2 .button:nth-child(2) {
    background-color: #b8baba;
}
.label-buttons.lb-2 .button:nth-child(2):hover {
    background-color: #7E8484;
}


/*Toggle switch & Face Box*/
.facebox {
    display: table;
    width: 100%;
}
.facebox .fb-item {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.facebox .fb-item img {
    width: 100%;
    vertical-align: top;
    max-width: 35px;
}
.facebox .fb-item p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #b8baba;
    margin: 2px 0 0;
}

.ss-list-title {
    padding: 0 0 20px;
    border-bottom: 2px solid #b8baba;
    margin-bottom: 30px;
    margin-top: 30px;
}
.ss-list-title h5 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 12px;
}

.ss-sections {
    position: absolute;
    top: 0;
    left: 00px;
    padding: 8px 30px 6px;
    color: #fff !important;
    background-color: #003D8D;
    border-radius: 0 0 5px 0px;
}

.ss-question {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}
.ss-question .col.w20 {
    padding: 0 15px;
}
.ss-question h6 {
    font-size: 22px;
    line-height: 24px;
}
.ss-question-sub p {
    color: #808080;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.survey-item-comments.sic-submit {
    padding: 0 0 20px;
    border: none;
}
.survey-item-comments.sic-submit textarea {
    padding: 12px 12px 10px !important;
    border: 2px solid #b8baba;
    border-radius: 5px;
    max-width: 100%;

    font-family: 'calibri', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}

/*Mobile Tools Menu*/
.mobile-tools-menu h1 {
    color: #005CB9;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: block;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    margin: 0 0 15px;
}
.mobile-tools-menu ul li {
    display: block;
    width: 100%;
    padding: 6px 0;
    list-style: none;
}
.mobile-tools-menu ul li a {
    display: table;
    width: 100%;
    background-color: #005cb9;
    padding: 20px;
    border-radius: 5px;
}
.mobile-tools-menu ul li a:hover {
    text-decoration: none;
    background-color: #00478F;
}
.mobile-tools-menu ul li a .tool-text {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 2px 10px 0;
}
.mobile-tools-menu ul li a .tool-icon {
    vertical-align: middle;
    display: table-cell;
    width: 60px;
}

.mobile-tools-menu {
    min-height: 70vh;
}
.mobile-tools-menu ul.sub-actions li a {
    background-color: #44B549;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 12px 15px 10px;
}
.mobile-tools-menu ul.sub-actions li a:hover {
    background-color: #008B31;
}

/**PRE-MOBILE**/
.mob-show,
.mobile-links {
    display: none;
}

.mob-media-contact {
    display: none;
}

/*POPUP*/
#popup-notification, #popup-create-user {
	transform: scale(0.8);
}
.popup_visible #popup-notification, .popup_visible #popup-create-user {
	transform: scale(1);
	border-radius: 8px!important;
}
.popup_visible #popup-notification .popup-body, .popup_visible #popup-create-user .popup-body{
	margin-top: 10px;
}
#popup-notification .popup-notification_close, #popup-create-user .popup-create-user_close {
    position: absolute;
    top: 6px;
    right: 0px;
    border-radius: 2px;
    background: none;
    border: 0;
    font-size: 33px;
    padding: 0 10px;
}
#popup-notification.alert.alert-success, #popup-create-user.alert.alert-success{
	background-color: #005CB9;
}

.popup_content {
    width: 90%;
    max-width: 900px;
    padding: 50px;
}
.popup_content h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600;
}
.popup_content p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
.popup_content .button {
    margin: 4px;
}

.pop-col .col {
    vertical-align: middle;
}
.pop-col .col:first-child {width: 55%; padding-right: 25px;}
.pop-col .col:last-child {width: 45%; padding-left: 25px;}

.slider-news .slide{
	padding:0 10px;
}
.bx-viewport { min-height: 328px; }
.post-type-accordion .box.accordion{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: none;
	border-right: none;
	padding:0;

}
.post-type-accordion .box.accordion h3{
	font-family: "calibri", sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	background: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0px;
	padding: .6em .6em;
}
.post-type-accordion .box.accordion .accordion-inner{
	padding: 0 .6em;
}
.post-type-accordion .box.accordion h3 span.ui-accordion-header-icon.ui-icon{
	float: right;
    margin-top: 0;
}
.hub-content .col.sm-content .tabs-wrapper{
	text-align: center;
}
.hub-content .col.sm-content ul.tabs{
	display: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.hub-content .col.sm-content ul.tabs li{
	display: inline-block;
}
.hub-content .col.sm-content ul.tabs li a{
	display: block;
    box-sizing: border-box;
    text-align: center;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #005CB9;
    color: #005CB9;
	background-color: #FFF;
    cursor: pointer;
    transition: 0.2s linear;
	padding: 8px 35px 7px 35px;
	text-decoration: none;
}
.hub-content .col.sm-content ul.tabs li a.active{
	color: #FFF;
	background-color: #005CB9;
}
.hub-content .col.sm-content ul.tabs li a:hover{
/*	background-color: #068ed0;*/
}
.hub-content .col.sm-content ul.tabs li:first-child > a {
    border-radius: 0.4em 0 0 0.4em;
}
.hub-content .col.sm-content ul.tabs li:last-child > a {
    border-width: 1px;
    border-radius: 0 0.4em 0.4em 0;
}
.hub-content .list-items a{
	display: table;
	width: 100%;
	padding: 12px 20px 15px;
	border-radius: 5px;
}
.hub-content .list-items .tool-text{
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 2px 10px 0;
}
.hub-content .list-items .tool-icon {
    vertical-align: middle;
    display: table-cell;
    width: 45px;
}
#mobile-menu{
	padding: 20px;
}
#mobile-menu > ul.mob-dropdown{
	list-style: none;
}

#mobile-menu > ul.mob-dropdown > li > a{
	text-transform: none;
	width: 100%;
}
#mobile-menu > ul.mob-dropdown > li > a > img{
	display: inline-block;
	width: 10px;
}

.button-xs{
	padding: 6px 6px 6px;
    letter-spacing: .3px;
    font-size: 10px;
}
.contact-panel .pb-column.col-sm-6{
	padding: 30px;
    background-color: #EFEFEF;
    border-radius: 5px;
}
.contact-panel .pb-column.col-sm-6 p{
	font-size: 28px;
    color: #005CB9;
    text-align: center;
    font-weight: 600;
}
.contact-panel .pb-column.col-sm-6 button{
	width:100%;
}


.pb-block-content ul{
	margin-left: 20px;
}

.contact-custom-header .pb-block-content{
	padding-bottom: 1px!important;
	border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}
.contact-custom-header .pb-block-content p{
	margin-bottom: 0px;
}

.contact-form-section .button-wrapper{
	display: flex;
}

.contact-form-section .button-wrapper a{
	width: 33%!important;
	display: inline-block;
	margin: 5px;
}
.contact-form-section .button-wrapper em{
	display: block;
	text-align: center;
	font-size: 50px;
	margin-bottom: 5px;
}
.contact-form-section .button-wrapper span.title{
	display: block;
	text-align: center;
	font-size: 15px;
}
.contact-form-section .button-wrapper span.caption{
	display: block;
	text-align: center;
	text-transform: none;
	color: #fff;
}
.slider-custom .slide{
	padding:0 10px;
}

.slider-custom .slide h3{
	font-size: 20px;
    line-height: 20px;
    text-align: left;
}
.slider-custom .slide p{
    color: #FFF;
}
.hub-content .form-block-filter{
    padding-right: 10px;
}

.gpopup{
    position: fixed;
    bottom: -402px;
    right: 90px;
    width: 320px;
    z-index: 49;
}
.gpopup.active{
    bottom: 0px;
}
.gpopup .btn-toggle i:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
}
.gpopup.active .btn-toggle i:before{
    content: "\f078";
}
.gpopup .btn-toggle{
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    padding: 6px 11px 5px;
    font-size: 22px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
}
.gpopup.gpopup-catalogue .gpopup-image{
    background-color: #3CB4E5;
}
.gpopup.gpopup-catalogue.active .gpopup-image{
    background-color: #FFF;
}
.gpopup.gpopup-catalogue{
    border-top-left-radius: 50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
}
.gpopup.gpopup-catalogue .gpopup-header-group{
    cursor: pointer;
}
.gpopup.gpopup-catalogue .gpopup-header{
    padding: 10px 10px 10px 20px;
    border-top-left-radius: 50px;
}
.gpopup.gpopup-catalogue .gpopup-header h3{
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    font-size: 35px;
    margin: 10px 0px 0px 0px;
}
.gpopup.gpopup-catalogue .gpopup-subheader{
    padding: 10px 10px 10px 20px;
    background-color: #3CB4E5;
}
.gpopup.gpopup-catalogue .gpopup-subheader h4{
    margin: 0px;
    color: #FFF;
    font-weight: 200;
    font-style: italic;
    font-size: 28px;
}
.gpopup.gpopup-catalogue .gpopup-image{
    padding: 15px;
}
.gpopup.gpopup-catalogue .gpopup-body{
    background-color: #FFF;
    padding: 0px 30px 10px 30px;
}
.gpopup.gpopup-catalogue .gpopup-body p{
    color: #005CB9;
    text-align: center;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
}
.gpopup.gpopup-catalogue .gpopup-body .button{
    font-weight: 400;
    font-size: 22px;
    padding: 5px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: none;
    margin: 0px 0px 30px 0px;
}


/*Location Map*/
.locations-section {
	position: relative;
	z-index: 1;
}
.locations-section::before {
	content: "";
	z-index: -1;
	top: -250px;
	right: 0;
	bottom: 0;
	width: 65%;
	max-width: 1000px;
	max-height: 90vh;
	position: absolute;
	pointer-events: none;
	background-image: var(--graphic-top-right);
	background-position: left bottom;
	background-size: cover;
	opacity: 0.05;
}

.post-type-locations {
	display: flex;
	flex-wrap: wrap;
}
.post-type-locations .regions-list {
	width: 45%;
	flex: 45% 0 0;
	max-width: 45%;
}
.post-type-locations .regions-images {
	width: 55%;
	flex: 55% 0 0;
	max-width: 55%;
	position: relative;
	padding-top: 50px;
}


.post-type-locations .regions-images > .stickybox {
	position: sticky;
	top: 88px;
	display: grid;
}
.post-type-locations .regions-images .region-image {
	display: block !important;
	grid-column: 1;
	grid-row: 1;
	opacity: 1;
	text-align: center;
	transform: scale(1);
	transition: all var(--transition-fast), transform var(--transition);
}
.post-type-locations .regions-images .region-image[style="display: none;"] {
	visibility: hidden;
	pointer-events: none;
	/*transform: scale(0.96);*/
	opacity: 0;
}
.post-type-locations .regions-images .region-image img {
	width: 100%;
	max-width: 500px;
	vertical-align: top;
}

.post-type-locations .regions-images .regions-buttons {
	grid-column: 1;
	grid-row: 1;
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
	position: relative;
}
.post-type-locations .regions-images .regions-buttons button {
	background: transparent;
	box-shadow: none;
	padding: 0;
	position: relative;
	color: var(--colour-black);
	position: absolute;
}
.post-type-locations .regions-images .regions-buttons button > span {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}
.post-type-locations .regions-images .regions-buttons button > i {
	font-size: 2rem;
	text-shadow:
   	-3px -3px 0 #fff,
	-3px 3px 0 #fff,
     3px -3px 0 #fff,
     3px 3px 0 #fff,
     4px 0 0 #fff,
     -4px 0 0 #fff,
     0 -4px 0 #fff,
     0 8px 0 #fff;
	transform-origin: bottom center;
	transition: var(--transition-fast);
}
.post-type-locations .regions-images .regions-buttons button:hover > i {
	color: var(--colour-blue);
	transform: scale(1.2);
}

/*Upper North*/
.post-type-locations .regions-images .regions-buttons button.btn-region-2536 {
	top: 12%;
	left: 67%;
}
/*Mid North*/
.post-type-locations .regions-images .regions-buttons button.btn-region-2537 {
	top: 24%;
	left: 77%;
}
/*Low North*/
.post-type-locations .regions-images .regions-buttons button.btn-region-2538 {
	top: 36%;
	left: 72%;
}
/*South*/
.post-type-locations .regions-images .regions-buttons button.btn-region-2539 {
	top: 62%;
	left: 35%;
}


.post-type-locations .regions-list {
	/* padding-top: var(--pad-big); */
	padding-bottom: var(--pad-big);
}
.post-type-locations .regions-list .region-accordion {
	padding: 15px 0px;
}
.post-type-locations .regions-list .region-accordion:not(:last-child) {
	border-bottom: 1px solid rgba(2, 32, 47, 0.15);
}
.post-type-locations .regions-list .region-accordion h4 {
	transition: var(--transition-fast);
	position: relative;
	cursor: pointer;
	padding: 10px 10px;
	padding-left: 55px;
	margin: 0;
}
.post-type-locations .regions-list .region-accordion h4::before {
	content: "\f054";
	transition: var(--transition-fast);
	font-family: var(--font-awesome);
	position: absolute;
	top: 10px;
	left: 10px;
}
.post-type-locations .regions-list .region-accordion:hover h4,
.post-type-locations .regions-list .region-accordion.active h4 {
	color: var(--colour-blue);
}
.post-type-locations .regions-list .region-accordion.active h4::before {
	/*content: "\f107";*/
	transform: rotate(90deg);
}

.post-type-locations .regions-list .region-accordion-inner {
	padding: 15px 0;
	padding-left: 40px;
}
.post-type-locations .regions-list .staff-list .staff-accordion {
	padding: 0 15px;
}
.post-type-locations .regions-list .staff-list .staff-accordion:hover {
	background-color: var(--colour-lightest);
}
.post-type-locations .regions-list .staff-list .staff-accordion-header {
	padding: 15px 0;
	cursor: pointer;
}
.post-type-locations .regions-list .staff-list .staff-accordion-header h5 {
	font-weight: 400;
	font-size: 1.1rem;
	margin: 0;
	cursor: pointer;
	position: relative;
	color: var(--colour-blue);
	padding-right: 25px;
}
.post-type-locations .regions-list .staff-list .staff-accordion-header h5::after {
	content: "\f107";
	font-family: var(--font-awesome);
	position: absolute;
	top: 0px;
	right: 0px;
}

.post-type-locations .regions-list .staff-list .staff-accordion-inner {
	transition: var(--transition);
	padding: 6px 0;
}
.post-type-locations .regions-list .staff-list .staff-accordion-inner {
	border-top: 1px solid rgba(2, 32, 47, 0.15);
	padding: 15px 0;
}
.post-type-locations .regions-list .staff-list .staff-accordion-inner p {
	line-height: 1.5;
	font-weight: 400;
}
.post-type-locations .regions-list .staff-list .staff-accordion-inner p a {
	color: var(--colour-blue);
}

.post-type-locations .regions-list .staff-list .staff-accordion.active {
	background-color: var(--colour-lightest);
}
.post-type-locations .regions-list .staff-list .staff-accordion.active .staff-accordion-header h5::after {
	content: "\f106";
}

.post-type-locations .regions-list .region-title{
	margin-bottom: 30px;
}

.post-type-locations .staff-container {
	display: flex;
}
.post-type-locations .staff-container .staff-image,
.post-type-locations .staff-container .staff-content{
	padding: 20px;
}
.post-type-locations .staff-container .staff-image {
	flex: 0 0 40%;
}
.post-type-locations .staff-container .staff-image img {
	border-radius: 10%;
}
.post-type-locations .staff-container .staff-content .staff-header h5{
	font-weight: 800;
}

/* North & Central Auckland and Northland */
.post-type-locations .regions-images .regions-buttons button.btn-region-1652 {
	top: 2%;
	left: 59%;
}
/*West and South Auckland*/
.post-type-locations .regions-images .regions-buttons button.btn-region-1653 {
	top: 12%;
    left: 64%;
	z-index: 99;
}
/*Auckland Based BDM*/
.post-type-locations .regions-images .regions-buttons button.btn-region-1654 {
	top: 14%;
	left: 67%;
}
/*Central and West North Island*/
.post-type-locations .regions-images .regions-buttons button.btn-region-1655 {
	top: 26%;
	left: 75%;
}
/*East North Island*/
.post-type-locations .regions-images .regions-buttons button.btn-region-1658 {
	top: 34%;
	left: 80%;
}
/*Lower North Island*/
.post-type-locations .regions-images .regions-buttons button.btn-region-1659 {
	top: 40%;
	left: 76%;
}
/*Upper South Island*/
.post-type-locations .regions-images .regions-buttons button.btn-region-1660 {
	top: 57%;
	left: 48%;
}
/*Christchurch Based BDM*/
.post-type-locations .regions-images .regions-buttons button.btn-region-1661 {
	top: 67%;
    left: 49%;
}
/*Lower South Island*/
.post-type-locations .regions-images .regions-buttons button.btn-region-1662 {
	top: 82%;
    left: 20%;
}


/** CATEGORY GALLERY **/
.coltable-cat-gallery {
	display: flex;
	align-items: center;
	max-width: 1050px;
	margin: 0 auto;
	padding: 30px 0 45px;
}
.coltable-cat-gallery .col-desc h2 {
	color: #41b649;
	font-size: 45px;
	line-height: 1.1em;
}
.coltable-cat-gallery .col-desc hr {
	border-bottom: 2px solid #41b649;
}
.coltable-cat-gallery .col-desc p {
	font-size: 16px;
	line-height: 1.2em;
}
.coltable-cat-gallery .col-desc p a {
	color: #aaa;
}
.coltable-cat-gallery .col-desc p a:hover {
	color: #41b649;
}
.coltable-cat-gallery .col-desc {
	width: 35%;
	color: #41b649;
	font-size: 40px;
	padding-right: 30px;
}
.coltable-cat-gallery .col-gallery {
	width: 65%;
	display: grid;
	padding: 10px;
}
.coltable-cat-gallery .col-gallery > .cat-gallery-item {
	display: block;
	grid-column: 1;
	grid-row: 1;
	animation-duration: 8s;
	animation-iteration-count: infinite;
}
.coltable-cat-gallery .col-gallery > .cat-gallery-item:nth-child(2) {
	animation-name: cat-gal-2;
}
.coltable-cat-gallery .col-gallery > .cat-gallery-item:nth-child(3) {
	animation-name: cat-gal-3;
}
.coltable-cat-gallery .col-gallery > .cat-gallery-item:nth-child(4) {
	animation-name: cat-gal-4;
}
@keyframes cat-gal-2 {
	0%   {opacity: 0;}
	15%  {opacity: 0;}
	30%  {opacity: 1;}
	50%  {opacity: 1;}
	75%  {opacity: 1;}
	90%  {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes cat-gal-3 {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	40%  {opacity: 0;}
	55%  {opacity: 1;}
	75%  {opacity: 1;}
	90%  {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes cat-gal-4 {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	50%  {opacity: 0;}
	65%  {opacity: 0;}
	80%  {opacity: 1;}
	90%  {opacity: 1;}
	100% {opacity: 0;}
}


/** STORE LOCATOR **/
.store-heading {
	padding-bottom: 0 !important;
}
.store-heading h1 {
	color: var(--colour-blue);
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.store-locator {
	padding: 20px 0 60px;
}
.store-locator .frame {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.store-filters {
	padding-bottom: 50px;
}
.store-filters .form-block {
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
}
.store-filters .form-block .field {
	padding: 0;
	position: relative;
}
.store-filters .form-block .field:first-child::before {
	content: "\f3c5";
	font-family: var(--font-awesome);
	position: absolute;
	font-size: 24px;
	top: 50%;
	left: 22px;
	transform: translateY(-50%);
	color: var(--colour-blue-light);
}
.store-filters .form-block .field input {
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid var(--colour-blue);
	background-color: #f5fafc;
	padding: 18px 22px;
	padding-left: 50px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2em;
	color: var(--colour-blue-dark);
	transition: var(--transition-fast);
}
.store-filters .form-block .field input:hover {
	border-color: var(--colour-blue-light);
	background-color: #fff;
	color: var(--colour-blue-dark);
}
.store-filters .form-block .field input:focus {
	box-shadow: 0 0 0 2px var(--colour-blue-light);
	border-color: var(--colour-blue-light);
	background-color: #fff;
	color: var(--colour-blue-dark);
}

.store-results.coltable {
	margin-left: -30px;
	margin-right: -30px;
	display: flex;
	width: auto;
	min-width: 100%;
}
.store-results.coltable > .col{
	padding-left: 30px;
	padding-right: 30px;
}

#store-list li.placeholder {
	padding: 15px 20px 16px;
	color: var(--colour-white);
	background-color: var(--colour-blue);
	border-radius: 10px;
}
#store-list li.placeholder i {
	margin-right: 12px;
	transform: scale(1.4);
	color: #3CB4E5;
}
#store-list li {
	list-style: none;
}

#store-list li.store-list-item {
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--colour-light);
}
#store-list .store-details .store-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#store-list .store-details .store-header h2 {
	line-height: 1.2em;
	margin: 0;
	color: var(--colour-blue-light);
	padding-right: 10px;
}
#store-list .store-details .store-header .store-distance {
	color: var(--colour-black);
	font-weight: 600;
}

#store-list .store-details .store-body {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0;
}
#store-list .store-details .store-body > span.info {
	color: var(--colour-black);
	display: flex;
	width: 100%;
	margin: 0 5px 5px 0;
}
#store-list .store-details .store-body > span.info a {
	color: var(--colour-black);
}
#store-list .store-details .store-body > span.info i {
	background-color: var(--colour-lighter);
	color: #9eafbc;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	font-size: 12px;
}
#store-list .store-details .store-body > span.info address {
	color: var(--colour-blue-light);
}

#store-list .store-details .store-footer > a.link {
	padding: 6px 12px 8px;
	background-color: var(--colour-blue-light);
	color: var(--colour-white);
	border-radius: 5px;
	display: inline-block;
}
#store-list .store-details .store-footer > a.link span {
	margin-left: 8px;
	font-size: 0.8em;
}
#store-list .store-details .store-footer > a.link:hover {
	background-color: var(--colour-blue);
	text-decoration: none;
}

/*Store map*/
.store-map p {
	background-color: var(--colour-lighter);
	padding: 15px 10px;
	border-radius: 10px;
	text-align: center;
	margin: 5px 0 0;
}
.store-locator #map {
    height: 600px;
    border-radius: 10px;
}

@media screen and (max-width:1500px) {
	.store-heading {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.store-heading .frame,
	.store-locator .frame {
		width: calc(100% - 60px);
	}
}
@media screen and (max-width:1300px) {
	#store-list .store-details .store-header .store-distance {
		width: 100%;
		margin-top: 10px;
	}
}
@media screen and (max-width:800px) {
	.store-results.coltable {
		flex-direction: column;
	}
	.store-results.coltable > .col {
		width: 100%;
	}
	.store-locator #map {
	    height: 450px;
	}

	.store-heading {
		padding-top: 30px !important;
	}
	.store-heading h1 {
		display: block;
		font-size: 34px;
		line-height: 36px;
		font-weight: 600;
		margin: 0 0 15px;
	}
}
@media screen and (max-width:600px) {
	.store-heading .frame,
	.store-locator .frame {
		width: calc(100% - 30px);
	}
	.store-filters {
		padding-bottom: 30px;
	}
	.store-filters .form-block {
		padding: 0;
	}
}


/*****RESPONSIVE OVERRIDE*******/
@media screen and (max-width:1400px) {
    .frame {
        width: 100%
    }
    .body > .frame, .footer, .copyright, .header {
        padding-left: 20px;
        padding-right: 20px
    }
}
@media screen and (max-width:1200px) {
    iframe {
        width: 100%!important
    }
    .section-feature.sf-about, .section-feature.sf-gift, .section-feature.sf-party {
        padding-left: 20px;
        padding-right: 20px
    }
    .mobi-box {
        padding: 20px;
        box-sizing: border-box;
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 0.8);
        color: #000
    }
    .mobi-box .h2, .mobi-box .h3, .mobi-box a, .mobi-box p {
        color: #000!important;
        text-shadow: none!important;
        border-color: #000!important
    }
    .section-feature.sf-party, .section-feature.sf-about {
        background-position: left top
    }
}

/***RESPONSIVE***/
@media screen and (max-width: 1220px) {
    .frame, .frame-width, .section {
        width: 100%
    }
	/*Regions*/
	.post-type-locations .regions-list {
		padding-top: var(--pad-mid);
		padding-bottom: var(--pad-mid);
	}
	.post-type-locations .regions-images {
		padding-left: 40px;
	}
}
@media screen and (max-width: 1120px) {
    #head .top-search label {
        display: none
    }
    #head .top-search button {
        width: 30%
    }
    .product-box li p.price-result {
        top: 10px;
        right: 10px;
        font-size: 12px
    }
    .product-box li .title a {
        font-size: 16px;
        letter-spacing: -1px
    }
    .product-box .title {
        padding: 0
    }
    .product-box .button {
        font-size: 12px
    }
    #head .head-right .button {
        font-size: 12px
    }
    #head .head-center quote {
        font-size: 13px
    }
    #head .head-top {
        height: auto;
        padding: 10px 0 0
    }
    .banner .slider-image-wrapper {
        height: 500px
    }

    .coltable-product-page.coltable.padcol > .col.col-main {
        padding-right: 40px;
    }
}
@media screen and (max-width: 1020px) {
    .frame, .frame-width, .section {
        width: 100%
    }
    .header, .copyright, .body, .banner {
        padding: 10px
    }
    .news-intro .news-image {
        width: 40%;
        vertical-align: top;
        margin: 0 20px 20px 0;
    }

	.coltable-cat-gallery {
		align-items: start;
	}
	.coltable-cat-gallery .col-desc h2 {
		font-size: 33px;
	}
	.coltable-cat-gallery .col-desc hr {
		margin: 20px 0;
	}
	.coltable-cat-gallery .col-desc p {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	/*Regions*/
	.post-type-locations .regions-list {
		padding-top: var(--pad-small);
		padding-bottom: var(--pad-small);
	}
	.post-type-locations .regions-list h1 {
		font-size: 2.2rem;
	}
	.post-type-locations .regions-list .region-accordion {
		padding: 12px 0;
	}
	.post-type-locations .regions-list .region-accordion h4::before {
		left: 0;
	}
	.post-type-locations .regions-list .region-accordion h4 {
		padding-left: 30px;
	}
	.post-type-locations .regions-list .region-accordion-inner {
		padding-left: 15px;
	}

	.post-type-locations .regions-list,
	.post-type-locations .regions-images {
		width: 50%;
		flex: 50% 0 0;
		max-width: 50%;
	}

	.post-type-locations .regions-images .regions-buttons button > i {
		font-size: 2.2rem;
		text-shadow:
		-2px -2px 0 #fff,
		-2px 2px 0 #fff,
		2px -2px 0 #fff,
		2px 2px 0 #fff,
		3px 0 0 #fff,
		-3px 0 0 #fff,
		0 -3px 0 #fff,
		0 6px 0 #fff;
	}
}
@media screen and (max-width: 800px) {
    #content > .frame-width:first-child {
        padding-top: 10px
    }

    .header .col.w15 {
        display: block;
        width: 100%;
    }
    .banner .slide .slide-inner .frame {
        display: table;
        width: 50%;
        height: 100%;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0.7);
        margin: 0 0 0 auto;
    }
    .slide-info-wrap {
        right: 0;
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        background: none;
    }

    .h1, h1 {
        font-size: 36px;
        line-height: 32px
    }
    .h2, h2, .h3, h3 {
        font-size: 26px;
        line-height: 22px
    }
    .product-badge {
        width: 50px;
        height: 50px;
        background-size: contain;
        top: -2px;
        left: -2px
    }
    .section-product-top, .section-product-info {
        padding: 10px
    }
    .section-product-top {
        padding-bottom: 20px
    }
    #content > .frame-width {
        box-sizing: border-box
    }
    .mobile-responsive {
        width: 100%;
        vertical-align: top
    }
    #content {
        width: 100%;
        border-radius: 0
    }
    .sidebox input[type="text"], .sidebox input[type="password"], .sidebox textarea {
        width: 100%;
        padding: 10px 0
    }
    #base-menu {
        display: block;
        position: static;
        margin: 0;
        width: auto;
        height: 40px;
        text-align: center
    }
    .float-left, .float-right {
        float: none
    }
    .module_select, .module_select table {
        width: auto
    }
    .product-box li {
        box-shadow: none;
        border-color: #EEE;
        margin: 0;
        width: 25%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top
    }
    .product-box li .sub-title {
        font-size: 11px;
        min-height: 30px
    }
    #banner-inner, .frame, .frame-width, .section {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box
    }
    .coltable.home-icons {
        display: block;
        overflow: hidden
    }
    .coltable.home-icons > .col {
        width: 50%!important;
        float: left
    }
    .resp-mobile {
        width: 100%;
        box-sizing: border-box
    }
    .product-box li {
        width: 33%
    }
    .product-box .bullet {
        display: none
    }
    .product-box li .box {
        height: auto
    }
    #footer #footer-nav .col.girl img {
        width: 100%
    }
    #footer #footer-nav h3 {
        font-size: 20px
    }
    #head .head-nav ul.menu {
        padding: 0
    }
    .logo h1 {
        background: none;
        position: static;
        padding: 0;
        width: 100%
    }
    #head .logo {
        width: 25%
    }
    #head .head-center > .coltable > .col {
        display: block;
        width: 100%;
        text-align: center
    }
    #head .head-center {
        display: none
    }
    ul.gallery-list li {
        width: 50%
    }
    .gallery-image > li {
        width: 50%
    }
    .banner .slider-image-wrapper {
        height: 400px
    }
    .coltable.wishlist > .col.image {
        width: 100px
    }
    .coltable.wishlist > .col.image img {
        width: 100%
    }
    .coltable.wishlist > .col.remove button {
        font-size: 12px;
        padding: 7px 20px
    }

    h1.product-page-title {
        font-size: 45px;
        line-height: 45px;
        margin: 25px 0 20px;
    }
    h2.product-page-subtitle {
        line-height: 24px;
        font-size: 24px;
    }
	.hub-content .col.sm-content ul.tabs{
		display: block;
	}

	.coltable-cat-gallery {
		flex-wrap: wrap;
	}
	.coltable-cat-gallery .col-desc {
		width: 100%;
		padding-right: 0;
	}
	.coltable-cat-gallery .col-gallery {
		width: 100%;
		padding: 25px 0 0;
	}
	.coltable-cat-gallery .col-gallery > .cat-gallery-item img {
		border-radius: 10px;
	}
}
@media screen and (max-width: 700px) {
    body, html {
        font-size: 14px
    }
    .h1, h1 {
        font-size: 32px;
        line-height: 28px
    }
    .h2, h2 {
        font-size: 22px;
        line-height: 20px
    }
    .h3, h3 {
        font-size: 18px;
        line-height: 16px
    }

    .news-intro {
        padding: 0;
    }
    .news-intro .news-image {
        width: 100%;
        vertical-align: top;
        margin: 0 0px 20px 0;
    }
    .news-intro p.pub-date {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .news-intro h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .news-intro .breadcrumb {
        display: none;
    }
    .post-type-news .section-variant-1 .coltable .col:first-child {
        padding-bottom: 15px;
        text-align: center;
    }
}
@media screen and (max-width: 640px) {
    .product-box li .sub-title {
        font-size: 10px
    }
    .product-info .cont-info, .product-info .cont-image {
        display: block;
        width: 100%;
        padding: 0
    }
    .sub-category ul li a {
        font-size: 12px
    }
    .product-box div.options {
        font-size: 12px
    }
    .product-box .cart-add a {
        font-size: 12px
    }
    .html-style img {
        width: 100%;
        vertical-align: top
    }
    .template-divider h2 b, .template-divider h2 {
        font-size: 14px
    }
    .column.col-center {
        width: 100%!important
    }
    .coltable.wishlist > .col {
        float: left
    }
    .coltable.wishlist > .col.image {
        padding-right: 5px;
        width: 33.33%!important
    }
    .coltable.wishlist > .col.image img {
        width: 100%
    }
    .coltable.wishlist > .col.title, .coltable.wishlist > .col.price {
        padding-left: 5px;
        width: 66.66%!important
    }
    .coltable.wishlist > .col.price {
        width: auto!important
    }
    .coltable.wishlist > .col.remove {
        width: 100%!important;
        text-align: right!important
    }

    .banner .slide .slide-inner .frame,
    .slide-info-wrap {
        width: 65%;
    }
    .slide-info-wrap {
        padding: 20px;
    }
    .banner .slide-info-wrap h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .slide-info-wrap .button {
        padding: 12px 22px 10px;
        font-size: 14px;
    }
	/*Regions*/
	.post-type-locations .regions-list,
	.post-type-locations .regions-images {
		width: 100%;
		flex: 100% 1 1;
		max-width: 100%;
	}
	.post-type-locations .regions-list,
	.post-type-locations .regions-images {
		width: 100%;
		flex: 100% 1 1;
		max-width: 100%;
	}
	.post-type-locations .regions-list {
		padding-top: 0;
		padding-bottom: 40px;
	}
	.post-type-locations .regions-images {
		padding-left: 0;
		max-width: 330px;
		margin: 0 auto;
	}
}
@media screen and (max-width:580px) {
    .opt {
        display: block;
        text-align: center;
        margin: 0 0 5px
    }
    .gallery-image > li {
        width: 100%
    }
    .section {
        padding: 8px
    }
    .cart-buttons, .section-product-top {
        text-align: center
    }
    .section-product-top .capsule {
        font-size: 14px
    }
    .section-product-info .col-image {
        padding-right: 0
    }
    .text-right,
    .text-left {
        text-align: center
    }
    .image-container {
        margin-top: 0
    }
    .news-block .news-info {
        padding-left: 0
    }
    .coltable:not(.pro-size.presort) > .col {
        display: block;
        width: 100%!important;
    }
    .contact-container .contact-form, .contact-container .contact-map {
        width: 300px
    }
    .pad-left-20 {
        padding-left: 0;
        padding-top: 20px
    }
    .pad-right-20 {
        padding-right: 0;
        padding-bottom: 20px
    }
    .footer {
        padding: 20px 0
    }
    .footer .frame > .coltable > .col {
        padding-top: 40px
    }
    .footer .frame > .coltable > .col:first-child {
        padding-top: 0
    }
    .item-box .search-field input[type="submit"], .item-box .search-field select, .item-box .search-field input {
        width: 100%
    }
    .product-box li .box p.price-result, .product-box li .box p.stock {
        display: inline-block;
        width: auto
    }
    .header .logo {
        background-position: center
    }
    .header .slogan * {
        text-align: center
    }
    .banner .slider-image-wrapper {
        height: 300px
    }
    .coltable.wishlist > .col.remove button {
        font-size: 12px;
        padding: 7px 20px
    }
    .coltable.page-structure > .col.col-sidebox.col-sidebox-left {
        padding: 0
    }

    .coltable-product-page.coltable.padcol > .col {
        padding: 10px 0 !important;
    }
    h1.product-page-title {
        font-size: 35px;
        line-height: 35px;
        margin: 20px 0 15px;
    }
    h2.product-page-subtitle {
        line-height: 20px;
        font-size: 20px;
    }

    .banner .slide .slide-inner .frame,
    .slide-info-wrap {
        width: 75%;
    }

	.coltable-cat-gallery .col-gallery {
		display: grid !important;
	}
	.coltable-cat-gallery .col-desc h2 {
		font-size: 28px;
	}
}
@media screen and (max-width: 400px) {
    .bx-viewport {
        min-height: auto;
    }
    .banner .slide .slide-inner .frame,
    .slide-info-wrap {
        width: 100%;
    }
    .banner .slide .slide-inner .frame {
        background-color: rgba(255,255,255,0.5);
    }
    .banner > .frame {
        padding: 20px 0;
    }

    ul.gallery-list li {
        width: 100%
    }
    img.gallery {
        width: 100%
    }
    .container-style .col {
        display: block;
        width: 100%
    }
    ul.product-box.home > li, .product-box li {
        width: 50%;
    }
    .product-box .cart-add a {
        font-size: 10px
    }
    .form-block {
        padding: 10px
    }
    .form-block .field {
        margin: 0 0 10px;
        float: none;
        width: 100%!important;
        padding: 0;
        box-sizing: border-box
    }
    .form-block .field input, .form-block .field select, .form-block .field textarea {
        width: 100%!important;
        box-sizing: border-box
    }
    .coltable.wishlist > .col.title, .coltable.wishlist > .col.price {
        font-size: 14px
    }
}



/**************MOBILE START****************/
@media screen and (max-width:800px) {

    /*Mobile Specific*/
    .mob-show {
        display: block;
    }
    .mob-hide {
        display: none !important;
    }
    .mobile-links {
        display: table-cell;
        text-align: right;
    }


    /*Mobile MAIN*/
    .frame {
        padding: 20px;
    }
    .body {
        padding: 0;
    }

    .header,
    .header .frame {
        padding: 0;
    }

    .logo {
        height: 60px;
        max-width: 160px;
        background-position: left center;
        display: block;
    }
    .logo-wrap {
        padding: 7px 14px;
    }
    .logo-wrap,
    .logo-wrap .mob-menu {
        display: table;
        width: 100%;
    }
    .logo-wrap a,
    .logo-wrap .mobile-links {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
    .logo-wrap .mob-menu li {
        list-style: none;
        padding: 0 5px;
        display: inline-block;
    }
    .logo-wrap .mob-menu li img {
        vertical-align: top;
        height: 35px;
    }

    .search-frame {
        position: relative;
        padding: 0;
        left: 0px;
        transform: translateX(0%);
    }
    .search-section {
        float: none;
        padding: 7px;
        border-radius: 0px;
        width: 100%;
    }
    .search-btn {
        margin: 0;
    }
    .search-section form {
        display: table;
        width: 100%;
    }
    .search-btn {
        width: 30%;
        display: table-cell;
    }
    .search-section input[type="text"] {
        width: 70%;
        display: table-cell;
    }
    .navigation,
    .search-section .coltable .col:last-child {
        display: none;
    }


    .h2, h2, .h3, h3 {
        font-size: 22px;
        line-height: 30px
    }
    .section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
        font-size: 32px;
        line-height: 30px;
        color: #90469b!important
    }
    .banner h2, .banner .h2, .banner h1, .banner .h1 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 5px
    }
    .banner .bt {
        transform: scale(0.6, 0.6)
    }
    .section-feature.sf-gift {
        background-size: cover
    }

    /*Mobile Footer*/
    .footer-menu-mobile {
        display: block;
    }

    .footer {
        padding: 0;
    }
    .footer > .frame > .coltable > .col {
        padding: 0;
    }
    .footer .break {
        display: none;
    }
    .footer .h4 {
        font-size: 24px;
        padding-bottom: 8px;
    }
    .footer .foot-menu {
        padding: 0 0 45px;
        display: table;
    }
    .footer .foot-menu > li {
        border-top: none;
        display: table-cell;
        width: 33.333%;
        vertical-align: middle;
        border-left: 1px solid rgba(255,255,255,0.5);
    }
     .footer .foot-menu > li:first-child {
        border: none;
    }
    .footer .foot-menu > li a {
        font-size: 13px;
        line-height: 13px;
        padding: 1px 5px 0px;
    }
    .footer a.button {
        width: 100%;
    }

    .mob-media-contact {
        display: block;
        width: 100%;
        padding: 16px 10px 14px;
        text-align: center;
        background-color: #ddd;
    }
    .mob-media-contact h3 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        color: #444;
        margin: 0;
    }
    .mob-media-contact a.button.media-btn {
        font-size: 13px;
        line-height: 13px;
        font-weight: 500;
        color: #fff;
        top: -2px;
        position: relative;
        margin: 5px;
        padding: 10px 16px 8px;
    }

    /*Mobile Media Login*/
    .body.page-login {
        padding: 0;
    }
    .media-box {
        padding: 32px;
    }
    .media-box .mb-info img {
        max-width: 150px;
        margin-bottom: 5px;
    }
	.media-box .mb-info img.icon-padlock{
		margin-bottom: 0px;
		width: 25px;
	}
    .media-box .mb-info h1 {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .media-box .mb-info h1 i {
        font-size: 32px;
        top: -4px;
    }

    .media-box .mb-info,
    .media-box .mb-login,
    .media-box .mb-media,
    .media-box .form-block {
        padding: 0;
    }
    .media-box .form-block .field {
        margin: 0;
    }
    .media-box .mb-login h2 {
        margin-bottom: 5px;
    }
    .media-box .mb-login form .field input {
        padding: 10px 15px;
    }

    /*Mobile Media Sidebar*/
    .hub-content {
        background-color: #eee;
    }
    .hub-content h1,
    .hub-content .h1 {
        display: none;
    }
    .hub-content.mob-title h1 {
        display: block;
        font-size: 34px;
        line-height: 36px;
        font-weight: 600;
        margin: 0 0 15px;
    }
    .hub-content .side-menu .sm-menu {
        display: none;
    }
    .hub-content .side-menu .col.sm-content {
        padding: 0;
    }

    /*Mobile News*/
    .news-list > .coltable,
    .newsletter-items .coltable {
        display: table;
        width: 100%;
        background-color: #fff;
        padding: 8px;
    }
    .news-list > .coltable > .col,
    .newsletter-items .coltable .col {
        padding: 8px !important;
        display: table-cell;
    }
    .news-list > .coltable > .col.first,
    .newsletter-items .coltable .col.w20 {
        width: 40% !important;
    }
    .news-list > .coltable > .col.last,
    .newsletter-items .coltable .col.w80 {
        width: 60% !important;
    }

    .news-list .coltable .col.last h3,
    .newsletter-items .coltable .col.w80 h2 {
        line-height: 15px;
        margin: 18px 0 5px;
    }
    .news-list .coltable .col.last h3 a,
    .newsletter-items .coltable .col.w80 h2 a {
        font-size: 16px;
        font-weight: 500;
        color: #222;
        line-height: 16px;
        text-transform: none;
    }
    .news-list .coltable .col.last p,
    .newsletter-items .coltable .col.w80 p {
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 3.3em;
        line-height: 1.2em;
        position: relative;
        font-size: 12px;
        font-weight: 200;
        color: #666;
    }
/*
    .news-list .coltable .col.last p:last-child::after {
        position: absolute;
        content: "";
        bottom: 0px;
        right: 0px;
        left: 0px;
        height: 15px;
        background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0))
    }
*/
    .news-list .coltable .col.last p.pub-date {
        font-size: 12px;
        line-height: 12px;
        top: 6px;
        right: 7px;
        color: #666;
    }

    /*Mobile Product*/
    .zulu-search .body .hub-content {
        background-color: #f3f3f3;
    }
    .zulu-product .body {
        padding: 0;
    }

    .sidebox,
    .sort-box,
    .chemsol-policy{
        display: none;
    }
    .hub-content .pro-main h1 {
        display: block;
        font-size: 30px;
        font-weight: 400;
        margin: 10px 0;
        color: #005CB9;
    }

    .cat-list-mobile li {
        list-style: none;
        text-align: center;
        width: 100%;
        margin: 10px 0;
    }
    .cat-list-mobile li a{
        display: block;
        padding: 14px 15px 12px;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 200;
        color: #fff;
        background-color: #999;
        text-transform: uppercase;
    }
    .cat-list-mobile li a:hover {
        text-decoration:none;
        opacity: 0.7;
    }

    .sort-box {
        background-color: #fff;
        padding: 10px 10px;
    }
    .sort-box .form-block {
        padding: 0px 0 5px;
        display: table;
        width: 100%;
    }
    .sort-box .form-block .field {
        display: table-cell;
        vertical-align: bottom;
        margin: 0;
    }
    .sort-box .form-block .field:first-child {width: 70%;}
    .sort-box .form-block .field:last-child {width: 30%;}
    .sort-box .form-block .field label {display: none;}
    .sort-box p {
        font-size: 12px;
    }

    .sort-box > .coltable > .col:nth-child(2){
        display: inline-block;
        vertical-align: middle;
        width: auto !important;
    }
    .sort-box > .coltable > .col:nth-child(3){
        display: inline-block;
        vertical-align: middle;
        width: 111px !important;
        text-align: right;
    }
    .layout-selector .button {
        padding: 6px 6px 4px;
        margin-left: 2px;
    }
    ul.product-box.home > li,
    .product-box li {
        padding: 0px;
    }
    .product-box li .title a {
        font-size: 20px;
        font-weight: 200;
    }
    .product-box .options-price {
        font-weight: 200;
    }

    .coltable-product-page.coltable.padcol > .col {
        padding: 10px 0;
    }
    .zulu-product .body .breadcrumb {
        padding: 0px;
        margin: 0;
    }
    .product-similar-container {
        display: none;
    }
    .coltable.pro-size > .col {
        display: inline-block;
    }
    .coltable.pro-downloads > .col {
        display: table-cell;
        width: 50% !important;
        vertical-align: top;
    }
    .product-pad {
        display: none;
    }
    .chemsol-policy {
        padding: 0;
    }

    .coltable.pro-downloads > .col,
    .coltable.pro-downloads > .col img {
        display: inline-block !important;
        max-width: 120px;
    }

    .coltable-product-page-image > .col {
        vertical-align: bottom;
        display: table-cell !important;
        float: none !important;
        width: auto !important;
    }

    /*Mobile Tools*/
    .coltable.guide-col .col {
        padding: 8px;
        width: 50% !important;
        display: inline-block !important;
    }
    .guide-col .col .image {
        margin-bottom: 10px;
    }
    .coltable.guide-col .col h2,
    .coltable.guide-col .col h2 a {
        font-size: 18px;
        line-height: 20px;
        height: 40px;
    }

    .box-rate-calc {
        padding: 0px;
        background-color: transparent;
    }
    .box-rate-calc #form-calc > p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 24px;
    }
    .box-rate-calc #form-calc .cal-value input {
        display: block;
        margin: 5px 0;
        width: 100%;
    }
    .box-rate-calc #form-calc > p i {
        color: #fff;
        margin: 0 2px;
        padding: 2px 9px;
        vertical-align: middle;
        background-color: #A1B3C5;
        border-radius: 5px;
        font-style: normal;
        position: relative;
        top: -1px;
    }
    .box-rate-calc hr {
        margin: 25px 0;
    }
    .box-rate-calc #form-calc > button {
        margin-top: 20px;
    }

    .useful-links-container .link-item .col.w20 {
        display: table-cell;
        width: 10%;
        padding: 0 5px 25px;
    }
    .useful-links-container .link-item .col.w80 {
        display: table-cell;
        width: 90%;
        padding: 0 5px 25px;
    }
    .useful-links-container .link-item .col.w20 a i {
        font-size: 33px;
        margin-bottom: 0px;
    }
    .useful-links-container .link-item h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .useful-links-container .link-item p {
        margin: 0;
    }

    /*Other Mobile pages*/
    ul.list-items li {
        display: block;
        width: 100%;
        padding: 6px 0;
    }

    ul.list-items li a {
        display: table;
        width: 100%;
        background-color: #005cb9;
        padding: 20px;
        border-radius: 5px;
    }
    ul.list-items li a:hover {
        text-decoration: none;
        background-color: #00478F;
    }
    ul.list-items li a .li-text {
        vertical-align: middle;
        display: table-cell;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-size: 22px;
        line-height: 25px;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-align: center;
        padding: 2px 10px 0;
    }
    ul.list-items li a .li-icon {
        vertical-align: middle;
        display: table-cell;
        width: 60px;
    }

    /*Survey Override*/
    .mob-survey > .frame {
        padding: 25px;
    }
    .hub-content {
        /*background-color: #fff;*/
    }
    .survey-body {
        max-height: none;
        overflow-y: visible;
    }

    .survey-head {
        display: none;
    }
    .survey-body {
        padding: 0;
        background-color: transparent;
    }

    .survey-body .survey-posts p {
        font-size: 18px;
        line-height: 20px;
        word-wrap: anywhere;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .survey-posts {
        padding: 25px 0;
        margin-bottom: 0px;
    }
    .survey-posts .col.first {
        vertical-align: bottom;
        width: 55% !important;
        display: table-cell;
        border: none;
    }
    .survey-posts .col.last {
        vertical-align: bottom;
        width: 45% !important;
        display: table-cell;
        padding-left: 15px;
    }
    .survey-posts a {
        padding: 10px 12px 9px;
        font-size: 16px;
        line-height: 18px;
    }

    .survey-posts .ss-date {
        white-space: nowrap;
        border-radius: 0px;
        font-size: 16px !important;
        line-height: 18px !important;
        text-align: right;
        width: auto;
    }
    .survey-posts .ss-rate {
        float: left;
        display: inline-block !important;
        text-indent: -9999px;
        color: rgba(255,255,255,0) !important;
        height: 20px;
        width: 20px;
        padding: 0;
        border-radius: 25px;
    }
    .survey-body .survey-posts .col.last a {
        font-size: 12px;
        line-height: 14px;
    }

    .zulu-view_surveys .survey-posts h4 {
        text-transform: none;
        word-wrap: anywhere;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .survey-fields {
        background-color: #005CB9;
        position: fixed;
        bottom: 55px;
        left: 0px;
        width: 100%;
        padding: 15px 15px 15px;
        z-index: 10;
    }
    .survey-search p {
        font-size: 18px;
        line-height: 18px;
    }
    .survey-search p img {
        width: 42px;
        margin-right: 5px;
        float: left;
    }
    .survey-search input[type="text"] {
        border: none;
        font-size: 16px;
        line-height: 18px;
    }

    /*Survey Forms*/
    .coltable > .col.pad-first, .coltable.padcol2 > .col:first-child {padding-right: 0px;}
    .coltable > .col.pad-first, .coltable.padcol2 > .col:last-child {padding-left: 0px;}

    .survey-foot {
        text-align: center;
    }
    .survey-foot .coltable .col:first-child {
        margin: 15px 0 5px;
    }
    .survey-foot a.button,
    .survey-foot button {
        width: 100%;
        padding: 12px 20px 10px;
    }

    .survey-fields form.sf-date-range p input {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 10px;
    }
    .survey-fields form.sf-date-range p span,
    .survey-fields form.sf-date-range p input {
        width: 200px;
    }
    .survey-fields form.sf-date-range p span::after {
        display: none;
    }

    .ss-switch.ss-switch-alt,
    .ss-switch.ss-switch-label {
        width: 100%;
    }


    .survey-item h4 {
        text-transform: none;
    }
    .survey-item .ss-rate {
        margin-top: 15px;
    }
    .zulu-finalise_survey .survey-posts .col.first,
    .zulu-finalise_survey .survey-posts .col.last,
    .zulu-perform_survey .survey-posts .col.first,
    .zulu-perform_survey .survey-posts .col.last,
    .zulu-view_survey .survey-posts .col.first,
    .zulu-view_survey .survey-posts .col.last {
        width: 100% !important;
        display: block;
        padding: 10px 0;
    }

    .daterangepicker.opensright::before {
        left: auto !important;
        right: 9px;
    }
    .daterangepicker.opensright::after {
        left:  auto !important;
        right: 10px;
    }


    .ss-sections {
        width: 100%;
        border-radius: 5px;
        display: block;
        position: relative;
        text-align: center;
        padding: 7px 10px 6px;
    }
    .ss-list-title {
        text-align: center;
    }
    .facebox {
        margin-top: 20px;
    }
    .ui-slider {
        margin: 15px 0 5px;
    }

    /*Popup*/
    .popup_wrapper {
        padding: 10px 0;
    }
    .popup_content {
        width: 90%;
        padding: 30px;
    }
    .popup_content h1 {
        margin-bottom: 15px;
        font-size: 30px;
        line-height: 28px;
        text-align: left;
    }
    .popup_content p {
        font-size: 16px;
        line-height: 18px;
    }
    .pop-col .col:first-child {padding: 0;}
    .pop-col .col:last-child {padding: 0;text-align: center;}
    .pop-col .col:last-child img {
        width: 100%;
        max-width: 150px;
    }

    .gpopup{
        width: 500px;
        right: 0px;
        bottom: -440px;
    }
    .gpopup.active{
        bottom: 56px;
    }
    .gpopup .btn-toggle{
        top: -16px;
        right: 6px;
    }
	.post-type-locations .staff-container .staff-image, .post-type-locations .staff-container .staff-content{
		padding: 8px;
	}

}

@media screen and (max-width:600px) {
    .footer {
        text-align: center
    }
    .footer .break {
        margin-left: auto;
        margin-right: auto
    }
    .section-feature.sf-gift, .section-feature.sf-party {
        text-align: center
    }
    .footer .h4 {
        margin-top: 40px
    }
    .footer .coltable .col:first-child .h4 {
        margin-top: 0
    }
    .footer .foot-product-wrap {
        width: 75%;
        margin: 0 auto
    }
    .section-feature.sf-about {
        background-size: contain
    }

    ul.product-box.home > li,
    .product-box li {
        width: 50%;
    }
    .gpopup{
        width: 100%;
        bottom: -330px;
    }
    .gpopup img.responsive{
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .gpopup.gpopup-catalogue .gpopup-body p{
        font-size: 20px;
    }

	.post-type-locations .staff-container{
		display: block;
		padding: 30px;
	}

}
.row {
    margin-left: 0;
    margin-right: 0
}
@media screen and (max-width:400px) {
    .gpopup{
        bottom: -250px;
    }
    .gpopup img.responsive{
        width: 200px;
    }
    .gpopup.gpopup-catalogue .gpopup-body p{
        font-size: 18px;
    }
}
@media screen and (max-width:360px) {
	.hub-content.mob-title h1 {
        display: block;
        font-size: 28px;
        line-height: 26px;
        font-weight: 600;
        margin: 0 0 15px;
    }
    .gpopup{
        /* width: -336px; */
    }
    .gpopup.gpopup-catalogue .gpopup-body p{
        font-size: 16px;
    }
}
@media screen and (max-width:320px) {
    .gpopup{
        bottom: -200px;
    }
    .gpopup img.responsive{
        width: 150px;
    }
    .gpopup.gpopup-catalogue .gpopup-body p{
        font-size: 14px;
    }
    .gpopup.gpopup-catalogue .gpopup-body .button{
        font-size: 16px;
    }
}
@media screen and (max-width:320px) {
    .gpopup.gpopup-catalogue .gpopup-header h3{
        font-size: 30px;
    }
    .gpopup.gpopup-catalogue .gpopup-body{
        padding: 0px 10px 10px 10px;
    }
}
