html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul {
    list-style: none
}

#strapline_container {
    padding: 10px;
    z-index: 999;
    position: fixed;
    bottom: 0px;
    background-color: #ea7f25;
    color: #ffffff;
    width: 100%;
    border-top: solid 2px #fff;
}
    #strapline_container .strapline {
        text-align: center;
        margin: 10px 0px 5px 0px;
        padding-bottom: 3px;
        border-bottom: solid 1px #fff;
        font-size: .85em
    }

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 15px 30px;
    padding: 0
}

input, select, textarea {
    background: #fff;
    color: #777;
    vertical-align: middle;
    padding: 6px 10px;
    border: 1px solid #d0d0d0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s linear border;
    -moz-transition: .3s linear border;
    -ms-transition: .3s linear border;
    -o-transition: .3s linear border;
    transition: .3s linear border;
}

*::-webkit-input-placeholder {
    color: #777;
}

*:-moz-placeholder {
    color: #777;
}

*::-moz-placeholder {
    color: #777;
}

*:-ms-input-placeholder {
    color: #777;
}

input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    -webkit-appearance: none;
}

.placeholder {
    color: #aaa;
}

img {
    font-size: 7px;
}

ol {
    padding-left: 6px;
}

:focus {
    outline: 0;
}

figcaption {
    padding: 8px 0 0 0;
    text-align: center;
    font-size: .8em;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.belzona_blue {
    color: #024d8d;
}

.column_holder {
    clear: both;
    overflow: hidden;
}

.one_two_col {
    width: 49.2%;
    display: inline;
    float: right;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

    .one_two_col:first-child {
        float: left;
    }

.one_three_col {
    width: 32%;
    display: inline;
    float: left;
    margin-left: 2%;
}

    .one_three_col:first-child {
        margin-left: 0;
        float: left;
    }

.three_four_col {
    width: 70.5%;
    float: left;
    margin-left: 1%;
    margin-bottom: 10px;
}

.one_four_col {
    width: 23.5%;
    float: left;
    margin-left: 1%;
    margin-bottom:10px;
}

/*Just only for great lakes website*/
.one_six_col {
    width: 16%;
    float: left;
    margin-left: 0.5%;
    margin-bottom:30px;
}

.one_six_col_text {    
    text-align: center;
}

.one_six_col_text span{
    color: black;
}

.one_six_col:first-child {
    margin-left: 0.5;
}

.one_third_col {
    width: 31%;
    min-width: 280px;


    float: left;
    margin-bottom:30px;

    margin-left: 1.5%;

    margin-left: auto;
    margin-right: auto;    
    
}

.one_third_col_text {    
    text-align: center;
}

.one_third_col_text span{
    color: black;
}

.one_third_col:first-child {
    margin-left: 0.5;
}

.img_consultants {
       width: 150px; 
    /* max-width: 150px; */
}


.mydescription {
    display: none;
    text-align: left;
    margin-top: 10px;
    margin-right: 13px;
    margin-left: 13px;
}

.locations {
    font-size: .9375rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.7;
    margin-right: 13px;
    margin-left: 13px;
}

.smallHR {
    margin: auto;
     width:20%;
     height:2px;
     border-width:0;
     color:#ff6a14;
     background-color:#ff6a14;
}

.largeHR {
    margin: auto;
    width: 90%;   
}

/* End of great leakes */

  
    .one_four_col:first-child {
        margin-left: 1;
    }

.two_three_col {
    width: 66%;
    float: right;
    margin-left: 2%;
}

    .two_three_col:first-child {
        margin-left: 0;
        float: left;
    }

.col_major {
    width: 69%;
    display: inline;
    float: left;
    padding: 15px 0 25px 0;
}

.ie7 .col_major {
    width: 66%;
}

.col_minor {
    width: 28%;
    display: inline;
    float: right;
    margin-left: 2%;
    padding: 18px;
}

.col_major_homepage {
    width: 66%;
    display: inline;
    float: left;
    padding: 30px 0;
}

.col_minor_homepage {
    width: 32%;
    display: inline;
    float: right;
    margin-left: 2%;
    padding: 30px 0;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-text-stroke: 1px transparent;
}

a {
    color: #909090;
    text-decoration: none;
    display: block;
}

    a:hover {
        color: #ea7f25;
    }

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    left: 0 !important;
    bottom: 0 !important;
}

.content {
    background: #FFF;
    color: #515359;
    -webkit-text-stroke: 0.1px;
}

    .content ul, .content ol {
        padding: 0;
        margin: 0 0 15px 35px;
    }

        .content ul li, ol li {
            font-size: 16px;
            line-height: 22px;
            margin: 0 0 4px;
        }

    .content h3, .content h4, .dis_name, .homepage_box h2, .contact_footer h3, .subnav_label, .subnav_option, .banner_slider h2 {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
    }

        body, h1, .other_title, .grid_nav_caption h3, .dis_name span, .footer_links, .top_bar .contact_button, .product-more-info p {
            font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            -webkit-font-smoothing: antialiased;
        }

h1, .other_title {
    color: #024d8d;
    font-size: 27px;
    line-height: 29px;
    font-weight: normal;
    padding: 0 0 12px 0;
    margin-bottom: 8px;
    border-bottom: 2px solid #024d8d;
    /*-webkit-text-stroke:0.2px;*/
}

h2 {
    font-size: 17px;
    line-height: 22px;
    font-weight: normal;
    margin: 8px 0;
}

.content p {
    margin: 4px 0 8px 0;
    font-size: 16px;
    line-height: 22px;
}

.content h2 {
    margin: 10px 0;
    color: #024d8d;
}

.content h3, .content h4 {
    color: #024d8d;
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    margin: 12px 0 4px;
    -webkit-text-stroke: 0.1px;
    clear: left;
}

.footerdetaildivider, .content h5 {
    color: #024d8d;
    font-size: 1.1em;
    line-height: 24px;
    margin: 0 0 6px 0;
    border-bottom: 2px solid #d3d9db;
    padding-bottom: 4px;
}

.footerdetaildivider {
    border-bottom: 0px solid #d3d9db;
}

.connect_login_button, .nav ul li:hover h3 a, .related_links a, .gallery_prev, .gallery_next, .subnav_option {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

button, .button {
    position: relative;
    padding: 7px 14px;
    margin-bottom: 2px;
    color: #f2f2f2 !important;
    font-size: 14px;
    line-height: 18px;
    display: block;
    clear: both;
    background: #ea7f25;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-text-stroke: 0px;
    cursor: pointer;
    text-align: center;
}

    button:hover, .button:hover {
        color: #f2f2f2 !important;
        text-decoration: none;
        background: #C60;
        -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.1);
        box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.1);
    }

    button:active, .button:active {
        background: #C60;
        -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.3);
        box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.3);
    }

.full_width {
    width: 100% !important;
    display: block !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 870;
    -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.header_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0 30px;
}

.header_main {
    zoom: 1;
}

.after_scroll .header_content {
    padding: 8px 0;
}

.after_scroll nav {
    top: 0px;
    margin: 4px 0;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.after_scroll .top_bar {
    display: none;
}

.after_scroll .logo_dis img {
    /*height:50px;*/
    max-width: 230px !important;
    /*width:auto;*/
}

.after_scroll .dis_name {
    font-size: 26px;
    margin: 6px 0 0;
}

.dis_name {
    color: #024d8d;
    /*font-size: 31px;*/
    font-size: 27px;
    font-weight: normal;
    line-height: 25px;
    float: left;
    /*-webkit-text-stroke: 0.4px;*/
    height: 54px;
    margin: 3px 0;
}

    .dis_name span {
        color: #808080;
        font-size: 17px;
        -webkit-text-stroke: 0px;
        margin-left: 1px;
    }

.logo_dis img {
    float: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.mobile_nav_button_holder {
    display: none;
}

nav {
    position: relative;
    top: 25px;
}

    nav ul {
        text-align: center;
    }

        nav ul li {
            float: left;
            display: block;
        }

    nav h3, nav h4 {
        font-weight: normal;
    }

    nav ul li:hover h3 a {
        color: #ea7f25;
        background: #f9f9f9;
        -webkit-box-shadow: 3px 2px 3px rgba(50, 50, 50, 0.1);
        -moz-box-shadow: 3px 2px 3px rgba(50, 50, 50, 0.1);
        -o-box-shadow: 3px 2px 3px rgba(50, 50, 50, 0.1);
        box-shadow: 3px 2px 3px rgba(50, 50, 50, 0.1);
    }

/*    nav ul li:last-child:hover h3 a {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }*/

    nav ul li a {
        padding: 17px 22px 14px;
        color: #024d8d;
        position: relative;
        text-decoration: none;
        font-size: 18px;
        -webkit-text-stroke: 0px;
    }

    nav ul li:hover .dropdown_nav {
        display: block;
    }

.dropdown_nav {
    min-width: 500px;
    max-width: 90%;
    position: absolute;
    display: none;
    background: #f9f9f9;
    padding: 14px 15px 22px;
    -webkit-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.3);
    -o-box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.3);
    box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.3);
    border-top: none;
    border-bottom: 4px solid #ea7f25;
    overflow: auto;
}

.dropdown_titles {
    text-align: left;
    font-size: 14px;
    margin: 0px 10px;
    padding: 5px;
    color: #004687;
    background: #ecf2f5;
    clear: left;
}

nav ul li ul {
    text-align: left;
    border-top: 0px;
}

    nav ul li ul li {
        width: 100%;
        float: left;
        display: block;
        border-left: 0px solid #dce5e8;
        border-right: 0px solid #dce5e8;
        clear: left;
        padding: 5px;
    }

nav ul li .nav_products ul li {
    clear: none;
    width: 24.5%;
}

#subnav_products1 li {
    width: 60%;
}
/*#subnav_products1pt li{
	width:75%;
}
#subnav_products2pt li{
	width:33%;
}*/
#subnav_products3 ul li a {
    line-height: 10px;
}

nav ul li ul li a {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    -webkit-text-stroke: 0.3px;
    white-space: nowrap;
}

    nav ul li ul li a:hover {
        color: #ea7f25;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
        -o-transition: background 0.2s ease-in-out;
        -ms-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out;
    }

.sub_nav {
    display: none;
    right: 100%;
    background: #CCC;
    z-index: 9999;
    position: absolute;
    top: 10px;
    width: 290px;
}

.subnav_option_holder {
    width: 100%;
    display: block;
    position: relative;
    height: 48px;
}

.subnav_option {
    display: inline-block;
    font-size: 14px;
    float: left;
    padding: 10px 30px 14px 2px;
    width: 22%;
    border-bottom: 2px solid #d3d9db;
    white-space: nowrap;
}

.active_option {
    color: #ea7f25;
    border-bottom: 2px solid #ea7f25;
}

.subnav_label {
    font-size: 14px;
    color: #ea7f25;
    padding: 8px 0;
    margin-bottom: 6px;
    border-bottom: 2px solid #ea7f25;
    display: block;
    text-align: left
}

nav ul li ul li:hover .sub_nav {
    display: block;
}

.subnav_divider {
    display: block;
    clear: left !important;
    padding: 4px 6px;
    border-bottom: 2px solid #ea7f25;
    width: 100% !important;
    margin: 5px 0 3px 0;
    background: #ea7f25;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .subnav_divider a, .subnav_divider a:hover {
        color: #f8f8f8;
        font-size: 13px;
        -webkit-text-stroke: 0px;
    }

.shortstuff {
    position: absolute;
}

video {
    max-width: 100%;
    height: auto;
}
/*iframe, embed, object{
	max-width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}*/
.fluid-width-video-wrapper {
    border: 1px solid #ea7e26;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-width: 100%;
}

.col_minor_homepage .video_container {
    margin: 0px auto;
    width: 95%;
    float: right;
}

.video_container {
    padding: 0 5px;
}

.breadcrumbs {
    border-bottom: 2px solid #f3f3f3;
    font-size: 14px;
    margin: 5px 0 0px 0;
    padding: 0 0 5px 0;
}

    .breadcrumbs a:first-child:before {
        content: "";
    }

    .breadcrumbs a:before {
        content: "\00BB";
        position: relative;
        top: -1px;
        left: -6px
    }

    .breadcrumbs a {
        float: left;
        display: block;
        margin: 8px 6px 8px 0;
        padding: 0 4px;
        line-height: 8px;
        text-decoration: none;
        white-space: nowrap
    }

        .breadcrumbs a:last-child {
            border-right: 0px;
        }

        .breadcrumbs a:first-child {
            padding: 0 4px 0 0;
        }

.main_image {
    margin: 120px auto 0;
    border-bottom: 2px solid #f3f3f3;
    background: #f3f3f3;
    overflow: hidden;
}

    .main_image img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

.inner_content .col_minor {
    background: #f3f3f3;
    /*below is to make the right column the same hight as the left*/
    padding-bottom: 32784px;
    margin-bottom: -32767px;
}

.inner_content a {
    color: #024d8d;
    display: inline;
}

.inner_content p a:hover {
    border-bottom: 1px solid #024d8d;
}

.inner_content img {
    /*max-width:100%;*/
    margin: 0 auto;
    display: block;
}

.newsItemContainer img {
    margin: 0px;
    display: inline;
}

.contact_footer {
    color: #515359;
}

.contact_footer_inner {
    border-top: 2px solid #f3f3f3;
}

.hompage_footer .contact_footer_inner {
    border-top: 0px solid #f3f3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.footer_location_details {
    padding: 30px 20px 20px 0;
}

.footer_contact_form {
    border-left: 1px solid #f3f3f3;
    padding: 0px 0 10px 30px;
    margin: 30px 0;
}

    .footer_contact_form form h3 {
        margin-bottom: 20px;
    }

    .footer_contact_form label, .connect_signup label {
        width: 32%;
        float: left;
        line-height: 45px;
        color: #515359;
    }

    .footer_contact_form input, .footer_contact_form textarea, .footer_contact_form select, .connect_signup input[type=text], .connect_signup input[type=password], .connect_signup textarea, .connect_signup select {
        width: 68%;
        float: left;
        background: #f3f3f3;
        font-size: 14px;
        margin: 5px 0;
        padding: 10px 12px;
    }

input[type=text]:focus, textarea:focus, select:focus {
    outline: 0;
    border-color: #0066CC;
    background: #fff;
}

.radio_buttons input {
    padding: 2px;
    width: auto;
    height: 20px;
    -webkit-appearance: checkbox;
    cursor: pointer;
}

.radio_buttons label {
    float: none;
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
}

.product_document_holder select {
    float: none;
}

.footer_contact_form a {
    left: 32%;
}

.basic_contact_form_thankyou {
    display: none;
}

.contact_footer h3 {
    padding: 0 0 6px 0;
    margin-bottom: 14px;
    color: #024d8d;
    font-size: 22px;
    font-weight: normal;
    border-bottom: 2px solid #024d8d;
    -webkit-text-stroke: 0.2px;
}

.contact_footer p {
    line-height: 22px;
    font-size: 17px;
}

.itemdetailsshow, .itemdetailshide {
    background-repeat: no-repeat;
    padding-left: 25px;
}

.itemdetailsshow {
    background-image: url(/assets/images/arr_up.png);
}

.itemdetailshide {
    background-image: url(/assets/images/arr_down.png);
}



.office_location_container {
    margin-bottom: 20px;
    border-bottom: dashed 1px #024d8d;
}

.office_location_title {
    margin-bottom: 0px;
    font-weight: bold;
}

.other_office_detail {
    line-height: 17px !important;
    font-size: 14px !important;
}
    .other_office_detail a {
        color: #024d8d;
        font-size: 14px;
    }


.footer {
    background: #024d8d;
    border-top: 4px solid #ea7f25;
    padding: 25px 0 10px 0;
}

.footer_content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer_home_link {
    margin: 5px auto;
    width: 150px;
    height: 80px;
    overflow: hidden;
}

    .footer_home_link img {
        position: relative;
        left: -91px;
        top: -88px;
    }

.mapinfo {
    margin-top: 10px;
}

.copyright {
    max-width: 1200px;
    margin: 20px auto 12px;
}

    .copyright p {
        color: #909090;
        font-size: 14px;
        margin: 0 8px;
    }

        .copyright p:first-child {
            margin: 0;
        }

.approval_holder {
    margin-top: 5px;
}

.iso {
    color: #909090;
    position: relative;
    top: -15px;
    font-size: 12px;
    float: right;
    clear: both;
}

.footer_links {
    color: #909090;
    margin: 0 20px 0 0;
    font-size: 14px;
}

    .footer_links li {
        list-style: none;
        border-bottom: 1px solid #e8e8e8;
        margin-left: 1% !important;
    }

        .footer_links li a {
            color: #e4e4e4;
            padding: 9px 4px;
        }

            .footer_links li a:hover {
                color: #ea7f25;
            }

.approval1, .approval2, .approval3 {
    margin: 1px 10px;
}

.approval1 {
    position: relative;
    display: block;
    width: 56px;
    height: 41px;
    overflow: hidden;
    float: right;
}

    .approval1 img {
        top: -84px;
        left: -130px;
        position: relative;
        border: 0;
        display: block;
    }

.approval2 {
    position: relative;
    display: block;
    width: 89px;
    height: 41px;
    overflow: hidden;
    float: right;
}

    .approval2 img {
        top: -82px;
        left: -41px;
        position: relative;
        border: 0;
        display: block;
    }

.approval3 {
    position: relative;
    display: block;
    width: 41px;
    height: 41px;
    overflow: hidden;
    float: right;
}

    .approval3 img {
        top: -84px;
        position: relative;
        border: 0;
        display: block;
    }

.contact_details p {
    margin: 0;
    padding: 0;
}

.contact_details strong {
    color: #ea7e26;
}

.error_message {
    color: #ea7e26 !important;
}

#thankyou {
    display: none;
    padding: 100px 0;
    text-align: center;
}

.history {
    padding: 15px 0 25px 0;
}

    .history img {
        margin: 10px 10px 10px 2px;
        /*border: 1px solid #024d8d;*/
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        max-width: 285px;
        border: solid 1px #ccc;
        padding: 3px;
        margin-top: 0px;
    }
/*Below is the code for the related content grid style nav with big images as used on technosol*/
.grid_nav {
    padding: 5px 0;
}

.grid_nav_gl {
    padding: 5px 0;
}

.grid_nav_caption {
    float: left;
    position: absolute;
    padding: 10px;
    background: #ea7e26;
    -webkit-transition: max-height .4s ease-in-out;
    -moz-transition: max-height .4s ease-in-out;
    -o-transition: max-height .4s ease-in-out;
    -ms-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
    -webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.5);
    box-shadow: 0 8px 6px -6px rgba(68,68,68,0.5);
    filter: alpha(opacity=88);
    opacity: 0.91;
    width: 100%;
    height: auto;
    max-height: 50%;
    -webkit-text-stroke: 0px;
}

.grid_nav a:hover .grid_nav_caption {
    max-height: 100%;
}

.grid_nav_caption h3 {
    font-size: 1.2em;
    line-height: 18px;
    margin: 0;
    color: #FFF;
    text-shadow: 0px 0px 1px #555;
    -webkit-text-stroke: 0px;
}

.grid_nav_caption h4 {
    font-size: .8em;
    line-height: 16px;
    margin: 0;
    color: #FFF;
    text-shadow: 0px 0px 1px #555;
    filter: alpha(opacity=0);
    opacity: 0;
    max-height: 1px;
    -webkit-text-stroke: 0px;
    -webkit-transition: max-height .1s cubic-bezier(0.270, 0.335, 0.495, 0.840), margin .2s ease-in-out, opacity .15s ease-in-out;
    -moz-transition: max-height .1s cubic-bezier(0.270, 0.335, 0.495, 0.840), margin .2s ease-in-out, opacity .15s ease-in-out;
    -o-transition: max-height .1s cubic-bezier(0.270, 0.335, 0.495, 0.840), margin .2s ease-in-out, opacity .15s ease-in-out;
    -ms-transition: max-height .1s cubic-bezier(0.270, 0.335, 0.495, 0.840), margin .2s ease-in-out, opacity .15s ease-in-out;
    transition: max-height .1s cubic-bezier(0.270, 0.335, 0.495, 0.840), margin .2s ease-in-out, opacity .15s ease-in-out;
}

.grid_nav a:hover .grid_nav_caption h4 {
    filter: alpha(opacity=100);
    opacity: 1;
    margin: 12px 0 8px 0;
    max-height: 100%;
}


.grid_nav_gl a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    margin: 0px 0 0px 0;
    max-height: 100%;
}  


.grid_nav_caption p {
    font-size: .9em;
    line-height: 17px;
    margin: 0;
    padding-top: 1px;
    color: #FFF;
    text-shadow: 0px 0px 1px #555;
}

.grid_nav a {
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    position: relative;
    max-height: 206px;
    overflow: hidden;
}

.grid_nav_gl a {
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    position: relative;
    max-height: 235px;
    overflow: hidden;
}


.grid_nav .column_holder {
    margin: 2px 0 6px;
}

.grid_nav_gl .column_holder {
    margin: 2px 0 6px;
}

.related_links ul {
    margin: 0px;
    list-style: none;
}

.related_links a {
    position: relative;
    padding: 7px 20px 7px 12px;
    color: #FFF;
    font-size: 14px;
    line-height: 16px;
    display: block;
    clear: both;
    background: #024D8D;
    background-image: -ms-linear-gradient(top, #024D8D 0%, #02447D 100%);
    background-image: -moz-linear-gradient(top, #024D8D 0%, #02447D 100%);
    background-image: -o-linear-gradient(top, #024D8D 0%, #02447D 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #024D8D), color-stop(1, #02447D));
    background-image: -webkit-linear-gradient(top, #024D8D 0%, #02447D 100%);
    background-image: linear-gradient(to bottom, #024D8D 0%, #02447D 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-text-stroke: 0px;
}

    .related_links a:hover {
        background: #C60;
        -webkit-box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.1);
        box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.1);
    }

    .related_links a:active, .related_links a:focus {
        background: #C60;
        -webkit-box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.3);
        box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.3);
    }

        .related_links a:hover:before, .related_links a:active:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            border-top: 15px solid #f3f3f3;
            border-left: 15px solid #024D8D;
            width: 0;
        }

.related_content {
    background: #fff;
    margin: 10px 0;
    padding: 0;
    border: 1px solid #d3d9db;
    position: relative;
    z-index: 10;
    line-height: 40px;
}

    .related_content ul {
        margin: 0;
        display: block;
    }

        .related_content ul li {
            float: left;
            padding: 0;
            border-right: 1px dotted #ccc;
        }

            .related_content ul li:last-child {
                border-right: none;
                border-left: 1px dotted #ccc;
            }

.related_all {
    float: right !important;
    border-right: 0 !important;
}

.related_content ul li > a {
    padding: 0 45px 0 15px;
    background: url(//www.belzona.com/assets/images/sub-arrow.png) no-repeat right;
    font-size: 1.2em;
}

.related_content ul li:hover a {
    color: #FFF;
    background: url(//www.belzona.com/assets/images/sub-arrow.png) no-repeat right #036;
}

.related_content li:hover .related_content_dropdown {
    display: block;
}
/*.related_content_dropdown{
	background:#036;
	position:absolute;
	left:0px;
	padding:8px 6px;
	display:none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.related_content_dropdown a{
	float:left;
	position:relative;
	margin:6px 5px;
	width:175px;
	border:1px solid #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
}
.related_content_dropdown a:hover{
	border:1px solid #ea7e26;
	
}
.related_content_dropdown .grid_nav_caption {
	float: left;
	position: absolute;
	padding: 4px 6px;
	font-size: 12px;
	margin-left: 0;
	margin-top: 0;
	background: #ea7e26;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	max-width: 210px;
}
.related_content_dropdown .grid_nav_caption h3{
	line-height:14px;
}
.related_content_dropdown img{
	width:100%;
	display:block;
	max-height: 108px;	
}
.related_content_dropdown a {
		width: 46%;
		margin: 6px 5px;
}*/
.product_khia_link {
    text-transform: uppercase;
    font-size: 15px;
    display: block;
}

.show_all_button {
    float: right;
}

.top_bar {
    position: relative;
    background: #f3f3f3;
    height: 6px;
    border-bottom: 1px solid #d3d9d3;
    z-index: 880;
}

.top_bar_inner, .connect_close_button_holder {
    max-width: 1200px;
    margin: 0 auto;
}

.top_bar .contact_button {
    display: block;
    margin: 17px 18px 0 8px;
    font-size: 15px;
    -webkit-text-stroke: 0.2px;
}

.phone_icon {
    position: relative;
    display: block;
    width: 12px;
    height: 17px;
    margin: 0 6px;
    float: left;
    overflow: hidden;
}

    .phone_icon img {
        left: -243px;
        position: relative;
        display: block;
    }

.email_icon {
    position: relative;
    top: -1px;
    display: block;
    width: 13px;
    height: 17px;
    margin: 0 6px;
    float: left;
    overflow: hidden;
}

    .email_icon img {
        left: -255px;
        position: relative;
        display: block;
    }

.connect_toggle {
    display: none;
}

.connect_login_button {
    background: #f3f3f3;
    padding: 10px 25px;
    position: relative;
    right: 14px;
    top: 5px;
    color: #808080;
    font-size: 13px;
    border: 1px solid #d3d9d3;
    border-top: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    z-index: 999;
}

#login-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,2,2,.9);
    z-index: 890;
}

.connect_menu {
    background: #024d8d;
    color: #f2f2f2;
    border-bottom: 4px solid #ea7e26;
    position: fixed;
    top: -100%;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 450ms ease;
    -moz-transition: -moz-transform 450ms ease;
    -o-transition: -o-transform 450ms ease;
    transition: transform 450ms ease;
    display: block;
    z-index: 980;
}

.connect_menu_on {
    background: #024d8d;
    color: #f2f2f2;
    border-bottom: 4px solid #ea7e26;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 450ms ease;
    -moz-transition: -moz-transform 450ms ease;
    -o-transition: -o-transform 450ms ease;
    transition: transform 450ms ease;
    display: block;
    z-index: 980;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.6);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.6);
    box-shadow: 0px 0px 10px rgba(0,0,0,.6);
}

.connect_menu_box {
    padding: 6px 18px;
    line-height: 20px;
}

    .connect_menu_box p {
        padding: 12px 0;
    }

    .connect_menu_box h3 {
        font-size: 1.4em;
        font-weight: normal;
        border-bottom: 2px solid #d3d9db;
        padding: 2px 0 8px 0;
        margin-bottom: 8px;
        font-family: varela_roundregular, Helvetica, Arial, sans-serif;
        webkit-text-stroke: 1px transparent;
    }

    .connect_menu_box a {
        margin-bottom: 6px;
        text-align: center;
    }

.connect_menu_on fieldset {
    padding: 5px 0px 15px;
}

.connect_menu fieldset, .connect_menu_on fieldset {
    margin: 5px 0 10px 0;
}

.connect_menu input, .connect_menu label, .connect_menu_on input {
    width: 100%;
    background: #fff;
    color: #024d8d;
    padding: 7px;
    font-size: 14px;
    border: 1px solid #c0c0c0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .connect_menu input:focus, .connect_menu_on input:focus {
        background: #fff;
        border-color: #175e7c;
        color: #000;
    }

.connect_content {
    max-width: 1200px;
    margin: 15px auto 20px auto;
}

.remember_me {
    float: left;
    display: block;
    vertical-align: middle;
    margin-top: 4px;
}

    .remember_me input {
        width: auto;
        margin-right: 5px;
        -webkit-appearance: checkbox;
    }

.product_table {
    color: #666666;
    margin: 10px 0 30px 0;
    width: 100%;
    line-height: 14px;
}

    .product_table img {
        border: 1px solid #cbcbcb !important;
        box-sizing: content-box;
        padding: 10px;
        background: #FFF;
    }

    .product_table td {
        border: 1px solid #cbcbcb !important;
        padding: 14px 10px;
        font-size: 14px;
        line-height: 16px;
        vertical-align: middle;
    }

    .product_table th {
        text-align: left;
        padding: 10px 0;
        font-size: 18px;
        color: #024d8d;
        border-bottom: 2px solid #024d8d;
        font-weight: normal;
    }

    .product_table h2, .product_table h3, .product_table h4 {
        margin: 0 !important;
        color: #666666;
        font-size: 14px;
        line-height: 15px;
    }

    .product_table td:first-child {
        font-weight: bold;
        background: #f4f4f4;
        width: 45%;
        -webkit-text-stroke: 0px;
        text-align: right;
        padding-right: 15px;
    }

    .product_table td:hover {
        background: #f4f4f4;
    }
/* Small swipe galleries*/
.gallery {
    max-width: 290px;
    max-height: 219px;
    border: 1px solid #cbcbcb;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    margin: 0 auto;
    display: block;
}

.thumbnails {
    overflow: hidden;
    position: relative;
    max-height: 220px;
}

    .thumbnails > div {
        max-height: 220px;
        max-width: 290px;
        float: left;
        position: relative;
        overflow: hidden;
    }

        .thumbnails > div img {
            max-width: none;
        }

        .thumbnails > div a {
            width: 290px;
            overflow: hidden;
        }

            .thumbnails > div a:hover {
                text-decoration: none;
            }

.gallery figcaption {
    width: 100%;
    position: absolute;
    bottom: 0;
    float: left;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery_button_holder {
    max-width: 290px;
    margin: 0 auto;
    position: relative;
}

.gallery_button {
    position: relative;
    width: 30px;
    height: 30px;
    height: 100%;
    text-align: center;
    color: #FFF !important;
    float: left;
    margin-top: -130px;
    outline: none;
    cursor: pointer;
}

.gallery_next {
    background: url(//www.belzona.com/assets/images/controls.png) -179px -183px;
    display: block;
    width: 35px;
    height: 37px;
    text-indent: -10000px;
    float: right;
    right: -7px;
    z-index: 16;
}

    .gallery_next:hover {
        background-position: -179px -220px;
    }

.gallery_prev {
    left: 0;
    background: url(//www.belzona.com/assets/images/controls.png) -138px -183px;
    display: block;
    width: 35px;
    height: 37px;
    text-indent: -10000px;
    float: left;
    left: -8px;
    z-index: 16;
}

    .gallery_prev:hover {
        background-position: -138px -220px;
        cursor: pointer;
    }

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(/assets/data/images/distributors/colourbox/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
    height: 14px;
    background: url(/assets/data/images/distributors/colourbox/border.png) repeat-x top left;
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(/assets/data/images/distributors/colourbox/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(/assets/data/images/distributors/colourbox/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
    height: 43px;
    background: url(/assets/data/images/distributors/colourbox/border.png) repeat-x bottom left;
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(/assets/data/images/distributors/colourbox/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
    width: 14px;
    background: url(/assets/data/images/distributors/colourbox/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
    width: 14px;
    background: url(/assets/data/images/distributors/colourbox/controls.png) repeat-y -211px 0;
}

#cboxContent {
    background: #fff;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 5px;
}

#cboxLoadingOverlay {
    background: url(/assets/data/images/distributors/colourbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(/assets/data/images/distributors/colourbox/loading.gif) no-repeat center center;
}

#cboxTitle {
    margin: 0;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    color: #474646;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 19px;
    padding: 0 24px 0 60px;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: bold;
    color: #7C7C7C;
    display: none !important
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    background: url(/assets/data/images/distributors/colourbox/controls.png) no-repeat 0px 0px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxPrevious {
    left: 0px;
    background-position: -51px -25px;
}

    #cboxPrevious:hover {
        background-position: -51px 0px;
    }

#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}

    #cboxNext:hover {
        background-position: -75px 0px;
    }

#cboxClose {
    right: 0;
    background-position: -100px -25px;
}

    #cboxClose:hover {
        background-position: -100px 0px;
    }

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0px;
    right: 27px;
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -150px 0px;
    }

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -125px 0px;
    }

#documents_product_language_container {
    background: #f4f4f4;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    padding: 4px;
}

#documents_document_languages_title {
    font-size: 14px;
    font-style: italic;
    padding-right: 5px;
    display: none;
}

#documents_product_documents {
    border: 1px solid #cbcbcb !important;
    padding: 12px 10px 8px 10px;
}

.product_document_holder {
    padding: 10px 0;
    border-top: 2px solid #024d8d;
}

    .product_document_holder a {
        position: relative;
        padding: 0 35px 0 12px;
        margin: 2px auto 6px;
        height: 30px;
        line-height: 30px;
        color: #FFF;
        font-size: 14px;
        background: #024D8D;
        display: block;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-image: -ms-linear-gradient(top, #024D8D 0%, #02447D 100%);
        background-image: -moz-linear-gradient(top, #024D8D 0%, #02447D 100%);
        background-image: -o-linear-gradient(top, #024D8D 0%, #02447D 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #024D8D), color-stop(1, #02447D));
        background-image: -webkit-linear-gradient(top, #024D8D 0%, #02447D 100%);
        background-image: linear-gradient(to bottom, #024D8D 0%, #02447D 100%);
    }

        .product_document_holder a:hover:before, .product_document_holder a:active:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            border-top: 20px solid #fff;
            border-left: 20px solid #024D8D;
            width: 0;
        }

        .product_document_holder a:hover {
            background: #C60;
            -webkit-box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.1);
            -moz-box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.1);
            box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.1);
        }

        .product_document_holder a:active, .product_document_holder a:focus {
            background: #C60;
            -webkit-box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.3);
            -moz-box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.3);
            box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.3);
        }

.product-more-info p {
    margin: 14px 0;
}

.product-more-info a {
    display: inline;
    margin: 2px 6px;
    padding: 2px 35px 2px 12px;
    text-transform: uppercase;
}

    .product-more-info a:hover {
        border-bottom: none !important;
    }

.homepage_box_wrap {
    background: #f3f3f3;
    margin-bottom: 20;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(180,180,180,0.1);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(180,180,180,0.1);
    box-shadow: inset 0px 0px 3px 1px rgba(180,180,180,0.1);
    border-bottom: 1px solid #d3d9d3;
    border-top: 1px solid #d3d9d3;
}

.homepage_box_holder {
    max-width: 1250px;
    margin: 0 auto;
}

.homepage_box {
    padding: 45px 25px;
}

    .homepage_box p {
        font-size: 13px;
        line-height: 16px;
        color: #515359;
    }

    .homepage_box h2 {
        padding: 0 0 4px 0;
        color: #024d8d;
        border-bottom: 2px solid #d3d9db;
        font-size: 18px;
        font-weight: normal;
        -webkit-text-stroke: 0.3px;
    }

    .homepage_box p, .homepage_box h2, .homepage_box a {
        margin: 0 0 5px 115px;
    }

.homepage_box_image {
    padding: 0px;
    width: 90px;
    height: 90px;
    float: left;
    position: relative;
    top: 10px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 7px #024d8d;
    -moz-box-shadow: 0 0 0 4px #fff, 0 0 0 7px #024d8d;
    box-shadow: 0 0 0 4px #fff, 0 0 0 7px #024d8d;
}

    .homepage_box_image img {
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
    }

.map_holder {
    position: relative;
    height: 350px;
    margin-top: 5px;
}

    .map_holder iframe, .map_holder ymaps {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border: 1px solid #c0c0c0;
    }

.button_sharp, .connect_close_button {
    background: #ea7f25;
    color: #fff !important;
    border: none;
    padding: 0 35px 0 10px;
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    display: block;
    clear: both;
    cursor: pointer;
}

    .button_sharp:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        border-top: 28px solid white;
        border-left: 28px solid #ea7f25;
        width: 0;
    }

    .button_sharp:hover, .connect_close_button:hover {
        background: #C60;
        color: #f2f2f2;
        -webkit-box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.1);
        box-shadow: inset 0px 6px 6px 0px rgba(0,0,0,0.1);
    }

    .button_sharp:active, .connect_close_button:active {
        background: #C60;
        -webkit-box-shadow: inset 0px 5px 6px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0px 5px 6px 0px rgba(0,0,0,0.3);
        box-shadow: inset 0px 5px 6px 0px rgba(0,0,0,0.3);
    }

.homepage_box_holder .button_sharp:before {
    border-top: 25px solid #f3f3f3;
}

.connect_close_button {
    padding: 1px 20px;
    margin-right: 20px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.connect_menu .button_sharp:before, .connect_menu_on .button_sharp:before {
    border-top: 25px solid #024d8d;
}

#remembered-login-name, .login-info {
    color: #787878;
    font-size: 13px;
    line-height: 20px;
}

.login-error {
    color: #fcfcfc;
    background: #800 /*url("/assets/images/error.png") 8px 10px no-repeat*/;
    border: 1px solid #fff;
    padding: 25px 10px;
    margin: 15px 15px 25px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2em;
}

fieldset {
    padding: 6px 0px;
    border-bottom: dashed 1px #e4e4e4;
}

    fieldset:last-child {
        border-bottom: none;
    }

.cookie_table td {
    padding: 18px 14px;
    border: 1px solid #CCC !important;
}

.ie_is_old_message {
    width: 550px;
    height: auto;
    top: 200px;
    left: 50%;
    position: fixed;
    z-index: 1000001;
    margin: 0 0 0 -275px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    border: 5px solid #024d8d;
    background: #f0f0f0;
    padding: 40px 50px;
    display: none;
}

    .ie_is_old_message p {
        margin: 15px 0;
        font-size: 15px;
        color: #565656;
        line-height: 1.6em;
    }

.ie6 .ie_is_old_message, .ie7 .ie_is_old_message {
    display: block;
}

.ie_closebt {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    background: url(/assets/data/images/distributors/colourbox/controls.png) no-repeat 0px 0px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    outline: none;
    top: 10px;
    right: 10px;
    background-position: -100px -25px;
}

.social_general {
    /* border-top: dashed 1px #e4e4e4; 
    margin: 40px auto 0 auto; */
    margin: 10px auto 0 auto;
    padding: 25px 0;
    width: 182px;
}

    .social_general a {
        margin-right: 4px;
    }

    .social_general p span {
        display: none;
    }
/*Smaller screen styles*/
@media screen and (max-width: 1200px) {
    .col_major {
        width: 65%;
        display: inline;
        float: left;
        padding: 15px 0;
    }

    .ie7 .col_major {
        width: 60%;
    }

    .col_minor {
        width: 32%;
    }

    .header {
        position: relative;
    }

    .main_image {
        margin: 0px auto 8px;
    }

    .content {
        padding: 0 15px;
    }

    .homepage_box {
        padding: 35px 15px 15px;
    }

    .homepage_box_image {
        margin: 0 auto;
        float: none;
        top: -10px;
    }

    .homepage_box p, .homepage_box h2, .homepage_box a {
        margin: 0 0 10px 15px
    }

    .homepage_box h2 {
        font-size: 15px;
    }

    .footer_location_details {
        padding: 20px;
    }

    .footer_contact_form {
        margin: 20px 0;
        padding: 0 20px;
    }

        label, input, textarea, select, .footer_contact_form label, .connect_signup label, .footer_contact_form input, .footer_contact_form textarea, .footer_contact_form select, .connect_signup input[type=text], .connect_signup input[type=password], .connect_signup textarea, .connect_signup select {
            width: 100%;
            line-height: 20px;
        }

    fieldset {
        margin: 0px 0 6px 0;
    }

    .footer_contact_form a {
        left: 0%;
    }

    nav {
        width: 100%;
        top: 20px;
    }

        nav ul li {
            float: left;
            display: inline-block;
            width: 16.6%;
        }

            nav ul li a {
                padding: 12px 20px 10px;
            }

    .connect_login_button {
        float: left;
        left: 30px;
        padding: 10px 20px 10px;
        top: 0px;
    }

    .dis_name {
        width: 100%;
        margin: 25px 0 -15px 0;
        text-align: center;
        padding-left: 0
    }

    .logo_dis img {
        margin: 30px auto 0 auto;
        display: block;
        float: none;
    }

    h1, .other_title {
        font-size: 22px;
    }

    .top_bar {
        background: #f3f3f3;
        height: 25px;
        float: left;
        width: 100%;
        position: absolute;
    }

        .top_bar .contact_button {
            display: none;
        }

    .video_container {
        float: none;
        padding: 20px 0;
    }

    .grid_nav_caption {
        max-height: 100%;
        /*height: 100%;*/
    }

        .grid_nav_caption h3, .grid_nav_caption p {
            font-size: .9em;
        }
}

@media screen and (max-width: 640px) {
    #contact_anchor {
        position: relative;
        top: 390px;
    }

    .col_major {
        padding: 5px 0;
    }

    .dis_name {
        width: 100%;
        font-size: 19px;
        margin: 20px 0 10px 0;
        text-align: center;
        padding: 0 5px;
    }

        .dis_name span {
            font-size: 13px;
        }

    .header_content {
        padding: 0;
    }

    .connect_login_button {
        left: 10px;
    }

    .connect_menu_on {
        position: absolute;
    }

    .top_bar .contact_button {
        display: none;
    }

    h1, .other_title {
        font-size: 20px;
        line-height: 23px;
    }

    .header_main {
        padding: 25px 0;
    }

        .header_main p {
            display: none;
        }

    .header:before, .header:after {
        display: none
    }

    .mobile_nav_button_holder {
        display: block;
        background: #024d8d;
        background: rgba(0, 70, 135, 0.9);
        height: 50px;
        position: static;
        border-top: 1px solid #d3d9db;
        -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.25);
        z-index: 810;
        clear: left;
    }

        .mobile_nav_button_holder p {
            float: left;
            color: #fff;
            line-height: 50px;
            padding: 0 10px;
        }

    .nav_button {
        position: relative;
        top: 12px;
        width: 35px;
        height: 24px;
        margin: 0 10px;
        float: right;
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        color: #ffffff;
        cursor: pointer;
    }

        .nav_button img {
            left: -137px;
            position: relative;
            border: 0;
            display: block;
            -webkit-transition: left 0.2s ease-in-out;
            -moz-transition: left 0.2s ease-in-out;
            -o-transition: left 0.2s ease-in-out;
            -ms-transition: left 0.2s ease-in-out;
            transition: left 0.2s ease-in-out;
        }

    .nav_button_on img {
        left: -172px;
        position: relative;
        border: 0;
        display: block;
        -webkit-transition: left 0.2s ease-in-out;
        -moz-transition: left 0.2s ease-in-out;
        -o-transition: left 0.2s ease-in-out;
        -ms-transition: left 0.2s ease-in-out;
        transition: left 0.2s ease-in-out;
    }

    .dropdown_nav {
        max-width: 100%;
        min-width: 260px;
        width: 100%;
        margin-left: 0px;
        position: static;
        padding: 0;
        border-right: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border-bottom: none;
    }

    nav {
        top: 0px;
        max-height: 0px;
        -webkit-transition: max-height 0.3s ease-in-out;
        -moz-transition: max-height 0.3s ease-in-out;
        -o-transition: max-height 0.3s ease-in-out;
        -ms-transition: max-height 0.3s ease-in-out;
        transition: max-height 0.3s ease-in-out;
        overflow: auto;
    }

    .nav_mobile_on {
        max-height: 100%;
    }

    nav ul {
        float: none;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-top: 1px solid #ccc;
    }

        nav ul li {
            float: none;
            display: inline-block !important;
            width: 100%;
        }

            nav ul li:hover h3 a, nav ul li:active h3 a {
                background: #024d8d;
            }

            nav ul li a {
                padding: 15px 10px;
                font-size: 14px;
            }

            nav ul li ul li {
                width: 100% !important;
                border-top: 1px solid #ccc;
                background: #ddd;
            }

                nav ul li ul li a {
                    padding: 4px 14px;
                    margin: 0 2px;
                    color: #515359;
                }

                nav ul li ul li:last-child {
                    border-bottom: 1px solid #ccc;
                }

    .breadcrumbs {
        display: none;
    }

    .one_two_col, one_two_col:first-child, .one_three_col, .one_three_col:first-child, .one_four_col,
    .one_four_col:first-child, .two_three_col, .two_three_col:first-child, .col_major, .col_minor,
    .col_minor_homepage, .col_major_homepage, .three_four_col, .one_six_col, .one_six_col:first-child {
        float: none;
        width: 100%;
        margin: 0 0 5px 0;
        display: block;
        clear: left;
    }

    .footer {
        padding: 5px;
    }

    .copyright {
        display: none;
    }

    .footer_links {
        max-width: none !important;
        margin: 0 auto 12px;
        float: none;
    }

        .footer_links li {
            width: 100%;
            list-style: none;
            padding: 0;
            text-align: center;
        }

        .footer_links a {
            padding: 10px 0;
        }

        .footer_links li:hover a, .footer_links li:active a {
            background: #333;
            color: #FFF;
        }

    .polaroids a {
        margin: 14px 10px;
        height: auto;
        width: 90%;
    }

    .related_content ul li {
        width: 100%;
        border-right: none;
        border-bottom: 1px dotted #ccc;
    }

        .related_content ul li:last-child {
            border-bottom: none;
            border-left: none;
        }

    .logo_dis {
        width: 100%;
        height: auto;
        line-height: 20px;
        margin: 10px auto;
        text-align: center;
    }

        .logo_dis img {
            max-width: 100%;
            height: auto;
            padding: 0 5px;
        }

    .logo_belzona_dis {
        margin: 0 auto;
        float: none;
        font-size: 1.2em;
        float: none;
    }

    .footer_home_link {
        float: none;
        margin: 25px auto 10px;
    }

    .footer_contact {
        line-height: 30px;
        font-size: 1.1em;
        text-align: center;
        width: 100%;
    }

    #cboxTitle {
        font-size: 10px;
    }

    .homepage_box p, .homepage_box h2, .homepage_box a {
        margin: 0 0 5px 115px;
    }

    .homepage_box_image {
        float: left;
        top: 10px;
    }

    .homepage_box h2 {
        font-size: 15px;
    }

    .grid_nav .column_holder {
        margin: 0;
    }

    .grid_nav_gl .column_holder {
        margin: 0;
    }

    .grid_nav_caption {
        position: relative;
    }

    .grid_nav img {
        display: none;
    }

    .grid_nav_gl img {
        display: none;
    }

    .grid_nav_caption h3 {
        float: left;
        margin-right: 8px;
    }

    .cookie_table td {
        float: left;
        width: 100%;
    }

    .col_minor_homepage .video_container {
        float: none;
    }

    .map_holder {
        display: none;
    }

    .social_options {
        width: 100%;
        margin-bottom: 5px;
    }

    .grid_nav_caption h4 {
        filter: alpha(opacity=100);
        opacity: 1;
        margin: 20px 0 0 0;
        max-height: 100%;
    }

    .grid_nav_caption p {
        float: left;
    }

    .grid_nav_caption h4 {
        margin: 8px 0;
        font-size: .7em;
        line-height: 15px;
    }

    nav ul li:hover .dropdown_nav {
        display: none;
    }
}

@media print {
    .main_image {
        margin: 0;
    }

    .col_major, .col_major_homepage {
        width: 100%;
    }

    body {
        font: 11pt Georgia, "Times New Roman", Times, serif;
    }

    h1 {
        font-size: 20pt
    }

    h2 {
        font-size: 12pt;
        margin-top: 20px
    }

    img {
        border: 0
    }

    p a, h1, h2, h3, h4 {
        color: #000
    }

        p a:after {
            content: " (http://www.belzona.co.uk/" attr(href) ")";
            font-size: 80%;
            word-wrap: break-word;
        }

        p a[href^="http://"]:after, p a[href^="https://"]:after {
            content: " (" attr(href) ")";
        }
}
