/* Minification failed. Returning unminified contents.
(4425,16): run-time error CSS1038: Expected hex color, found '#0006'
(8636,1): run-time error CSS1019: Unexpected token, found '@import'
(8636,9): run-time error CSS1019: Unexpected token, found 'url("http://hello.myfonts.net/count/35d1a4")'
 */
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, 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;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Larsseit';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #FFFFFF;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    border: none;
    text-decoration: none;
    outline: none;
    vertical-align: top;
}
/*common CSS*/
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.1em;
    font-size: 85%;
}

sub {
    top: 0.4em;
}

.clear {
    clear: both;
}

.clearfix {
    display: inline-block;
    width: 100%;
}

    .clearfix:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

.inline {
    display: inline-block;
}

.relative {
    position: relative;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.no-bg {
    background: none !important;
}

.no-bordr {
    border: none !important;
}

.no-margn {
    margin: 0px !important;
}

.no-pad {
    padding: 0px !important;
}

.margn-btm {
    margin-bottom: 0px !important;
}

.pad-ten {
    padding: 10px;
}

.a-align {
    text-align: left;
}

.a-center {
    text-align: center;
}

.a-right {
    text-align: right;
}

.v-align {
    vertical-align: middle;
}

.lh-none {
    line-height: normal !important;
}

select option {
    padding: 5px;
}

.spacer {
    padding: 15px 0;
}

hr {
    margin: 30px 0px 50px;
    height: 1px;
    background: #EFE9E5;
    border: none;
}
/*** Headings ***/
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 32px;
    font-family: 'Larsseit-Medium';
    font-weight: 500;
}

h1 {
    font-size: 50px;
    line-height: 54px;
    color: #001521;
}

h2 {
    font-size: 38px;
    line-height: 50px;
    color: #000000;
}

h3 {
    font-family: 'Larsseit-medium';
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 22px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}
/*** body content css ***/
p {
    margin-bottom: 32px;
}

b, strong {
    font-weight: 700;
}

p a {
    text-decoration: underline;
}

    p a:hover {
        text-decoration: none;
    }

small {
    font-size: 14px;
    line-height: 20px;
    color: #101820;
}

a {
    color: #117BC1;
    border: none;
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

    a:hover {
        color: #0f71b2;
        outline: none;
        text-decoration: none;
    }

ul {
    margin: 0px 0px 30px 30px;
}

    ul li, ol li {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
        color: #000;
    }

    ul li {
        padding: 0px 0px 0px 30px;
        list-style: none;
        position: relative;
    }

        ul li:before {
            content: '';
            width: 6px;
            height: 6px;
            position: absolute;
            left: 0px;
            top: 12px;
            background: #000000;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -o-border-radius: 100%;
        }

ol {
    margin: 0px 0px 30px 40px;
}

    ol li {
        padding-left: 18px;
        list-style-type: decimal;
    }
/*** Create the parallax scrolling effect ***/
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** custom css with different color ***/
ul.custom-list {
    margin: 0;
    padding: 0;
}

    ul.custom-list li {
        list-style: none;
        padding: 0 0 0 25px;
        position: relative;
    }

        ul.custom-list li:after {
            position: absolute;
            left: 0;
            top: 10px;
            content: "";
            width: 6px;
            height: 6px;
            background: blue;
            border-radius: 100%;
        }
/*** Show - Hide CSS ***/
.hide {
    display: none;
}

.show {
    display: block;
}
/*** form element ***/
.form-group {
    display: block;
}

.inputDiv {
    position: relative;
}

    .inputDiv:after {
        content: '';
        margin: auto;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border: 1px solid #D6D6D6;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        pointer-events: none;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
    }

    .inputDiv:focus-within:after, .inputDiv:hover:after {
        border: 2px solid #0061af;
    }

input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"] {
    padding: 0 20px;
    width: 100%;
    font-family: 'Larsseit-Medium';
    font-size: 16px;
    color: #000000;
    height: 55px;
    line-height: normal;
    background: #FFFFFF;
    border: none;
    border-radius: 0px;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

textarea {
    padding: 20px;
    width: 100%;
    font-family: 'Larsseit';
    font-size: 16px;
    color: #000000;
    line-height: normal;
    background: transparent;
    border: none;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    height: 100px;
    resize: none;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus, textarea:focus, textarea:focus { /*border-color: #0061af;*/
    }

button {
    outline: none;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

::-webkit-input-placeholder {
    font-weight: 400;
    font-style: italic;
    color: #999999;
}

::-moz-placeholder {
    font-weight: 400;
    font-style: italic;
    color: #999999;
}

:-ms-input-placeholder {
    font-weight: 400;
    font-style: italic;
    color: #999999;
}

:-moz-placeholder {
    font-weight: 400;
    font-style: italic;
    color: #999999;
}

button, input[type="submit"], input[type="button"], input[type="reset"], input[type="search"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.disabled {
    opacity: 0.3;
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}
/*** Custom Checkbox ***/
.custom_checkbox {
    display: block;
}

    .custom_checkbox [type="checkbox"]:not(:checked), .custom_checkbox [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

        .custom_checkbox [type="checkbox"]:not(:checked) + label, .custom_checkbox [type="checkbox"]:checked + label {
            font-family: 'Larsseit';
            color: #000;
            display: block;
            position: relative;
            padding-left: 30px;
            cursor: pointer;
            font-size: 14px;
            line-height: 20px;
            padding-top: 2px;
        }

            .custom_checkbox [type="checkbox"]:not(:checked) + label:before, .custom_checkbox [type="checkbox"]:checked + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0px;
                width: 20px;
                height: 20px;
                background: #FFFFFF;
                border: 1px solid #d6d6d6;
            }

            .custom_checkbox [type="checkbox"]:not(:checked) + label:after, .custom_checkbox [type="checkbox"]:checked + label:after {
                content: '';
                position: absolute;
                top: 4px;
                left: 4px;
                margin: auto;
                width: 12px;
                height: 12px;
                background: #117dbe;
                transition: all .2s;
            }

            .custom_checkbox [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                transform: scale(0);
            }

            .custom_checkbox [type="checkbox"]:checked + label:after {
                opacity: 1;
                transform: scale(1);
            }

    .custom_checkbox [type="checkbox"]:disabled:not(:checked) + label:before, .custom_checkbox [type="checkbox"]:disabled:checked + label:before {
        box-shadow: none;
        border-color: #bbb;
        background-color: #ddd;
    }

    .custom_checkbox [type="checkbox"]:disabled:checked + label:after {
        color: #999;
    }

    .custom_checkbox [type="checkbox"]:disabled + label {
        color: #aaa;
    }

    .custom_checkbox [type="checkbox"]:checked:focus + label:before, .custom_checkbox [type="checkbox"]:not(:checked):focus + label:before { /*border: 1px dotted blue;*/
    }
/*** Custom Selectbox style ***/
.custom-select-box {
    display: inline-block;
    height: 40px;
    text-align: left;
    line-height: 40px;
    padding: 0px;
    margin: auto;
    min-width: 244px;
    border-radius: 2px;
    position: relative;
    background: #FFF;
    max-width: 260px
}

    .custom-select-box:before {
        content: '';
        margin: auto;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border: 1px solid #D6D6D6;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        pointer-events: none;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
    }

    .custom-select-box:hover:before, .custom-select-box:focus:before {
        border: 2px solid #117BC1;
    }

    .custom-select-box:after {
        content: " ";
        top: 50%;
        right: 15px;
        border: solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(210, 9, 98, 0);
        border-top-color: #000000;
        border-width: 6px;
        margin-top: -2px;
        z-index: 100;
    }

    .custom-select-box select {
        padding: 0px 10px;
        height: 100%;
        font-family: 'Larsseit-Medium';
        font-size: 18px;
        color: #000000;
        left: 0;
        top: 0px;
        bottom: 0;
        position: absolute;
        width: 100%;
        z-index: 11;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0.0;
        zoom: 1;
        -webkit-appearance: none;
        color: #2f3338;
    }

    .custom-select-box span, .contact-form .custom-select-box span {
        padding: 0px 32px 0px 15px;
        display: block;
        font-family: 'Larsseit-Medium';
        font-size: 16px;
        color: #000000;
        pointer-events: none;
    }

        .custom-select-box span.empty {
            color: #A5A5A5;
        }

        .custom-select-box span.empty, .contact-form .custom-select-box span.empty {
            color: #999;
            font-style: italic
        }

.screen-size .custom-select-box{
    height: 50px;
    line-height: 50px;
}

/*** Custom Tooltip ***/
.tooltip {
    position: relative;
    display: inline-block;
    line-height: 26px;
}
.header .tooltip > .info-ico{
    background: url(../images/stewart_filmscreen_info_icon.svg);
    height: 17px;
    background-size: 7px;
    width: 7px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.header.headerSortUp .tooltip > .info-ico, .header.headerSortDown .tooltip > .info-ico{background-image: url(../images/info_icon.png);}
.tooltip-img{width: 6px;vertical-align: middle;margin-top: -1px;}  
    .tooltip .tooltiptext {
        visibility: hidden;
        position: absolute;
        width: 250px;
        background-color: #000000;
        font-family: 'Larsseit';
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-align: center;
        padding: 25px;
        z-index: 101;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltip-right {
    top: -5px;
    left: 125%;
}

    .tooltip-right::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #000;
    }

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -125px;
}

    .tooltip-bottom::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -7px;
        border-width: 7px;
        border-style: solid;
        border-color: transparent transparent #000 transparent;
    }

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-top::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

    .tooltip-left::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #000;
    }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -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); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline: none; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/* Slider */
.slick-loading .slick-list { background: #fff url('../images/ajax-loader.gif') center center no-repeat; }
/* Icons */
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('../fonts/slick.eot'); src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg'); }

/* Arrows */
.slick-prev, .slick-next {font-size:0; line-height:0; position:absolute; top:45%; display:block; width: 40px; height:40px; padding:0; -webkit-transform:translate(0, -40%); -ms-transform:translate(0, -40%); transform:translate(0, -40%); cursor:pointer; color:transparent; border:none; outline:none; background:none; z-index:99; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { width: 14px; height: 26px; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -40px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: '←'; background: url('../images/left-arrow.png') no-repeat 0px 0px; }
[dir='rtl'] .slick-prev:before { content: '→'; }
.slick-next { right: -40px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: '→'; background: url('../images/right-arrow.png') no-repeat 0px 0px; }
[dir='rtl'] .slick-next:before { content: '←'; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li:before { content:normal;}
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 16px; line-height: 20px; position: absolute; top: 0; left: 0; width: 16px; height: 16px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }

@media screen and (max-width:767px) {
.slick-prev { left: -20px; }
.slick-next { right: -20px; }
}

/*
    CSS RESET
*/

html, body, div, span { margin: 0; padding: 0; border: 0; vertical-align: baseline; }
.chocolat-open { overflow: hidden; }
.chocolat-overlay { height: 100%; width: 100%; position: fixed; left: 0; top: 0; z-index: 10; background-color: #fff; display: none; opacity: 0.8; }
.chocolat-loader { height: 32px; width: 32px; position: fixed; left: 50%; top: 50%; margin-left: -32px; margin-top: -32px; z-index: 11; display: none; }
.chocolat-content { position: fixed; width: 0px; height: 0px; left: 50%; top: 50%; z-index: 14; }
.chocolat-content .chocolat-img { opacity: 0; position: absolute; width: 100%; height: 100%; }
.chocolat-content .chocolat-left { position: absolute; left: -50px; width: 50%; height: 100%; padding-right: 50px; cursor: pointer; }
.chocolat-content .chocolat-right { position: absolute; right: -50px; width: 50%; height: 100%; padding-left: 50px; cursor: pointer; }
.chocolat-content .chocolat-top { position: absolute; top: -40px; width: 100%; line-height: 20px; height: 40px; overflow: hidden; font-size: 12px; }
.chocolat-content .chocolat-close { width: 40px; height: 40px; cursor: pointer; float: left; }
.chocolat-content .chocolat-bottom { position: absolute; bottom:0px; /*bottom: -40px;*/ width: 100%; line-height: 40px; height: 40px; font-size: 12px; }
.chocolat-content .chocolat-pagination { float: right; display: inline-block; }
.chocolat-content .chocolat-description { display: inline-block; }
/* compact view */
.chocolat-cover .chocolat-content .chocolat-left, .chocolat-cover .chocolat-content .chocolat-right { position: fixed; height: 100%; top: 0; padding: 0px; }
.chocolat-cover .chocolat-content .chocolat-right { right: 0px; background: url(../images/right-compact.png) 100% 50% no-repeat; }
.chocolat-cover .chocolat-content .chocolat-left { left: 0; background: url(../images/left-compact.png) 0% 50% no-repeat; }
.chocolat-cover .chocolat-content .chocolat-top { top: 0; left: 0; position: fixed; z-index: 1; }
.chocolat-cover .chocolat-content .chocolat-close { background: url(../images/close-compact.png) 0% center no-repeat; }
.chocolat-cover .chocolat-content .chocolat-bottom { bottom: 0; left: 0; position: fixed; background: rgba(255,255,255,0.75); z-index: 1; }
.chocolat-cover .chocolat-content .chocolat-pagination, .chocolat-cover .chocolat-content .chocolat-description { padding: 0 10px; }
/* mobile view */
.chocolat-mobile .chocolat-content .chocolat-left { left: 0; padding-right: 10px; }
.chocolat-mobile .chocolat-content .chocolat-right { right: 0px; padding-left: 10px; }
/* no container mode*/
body.chocolat-open>.chocolat-overlay { z-index: 15; }
body.chocolat-open>.chocolat-loader { z-index: 16; }
body.chocolat-open>.chocolat-content { z-index: 17; }
/* container mode*/
.chocolat-in-container .chocolat-content, .chocolat-in-container .chocolat-overlay { position: absolute; }
.chocolat-in-container { position: relative; }

.tablediv { display:block; width:100%; overflow:hidden;}
/* tables */
table.tablesorter { font-size:16px; line-height:normal; background-color:#CDCDCD; margin:10px 0pt 15px; width:100%; text-align: left; border-collapse: collapse; }
table.tablesorter sup, table.tablesorter sub { font-size:60%; top:-6px;}
table.tablesorter thead tr th, table.tablesorter tfoot tr th { padding:15px 20px 30px; font-family:'Larsseit-Medium'; font-size:18px; line-height:normal; color:#000000; text-align:center; background-color:#F1F1F1; border-right:1px solid transparent;}
table.tablesorter thead tr th:last-child { border:none;}
table.tablesorter thead tr .header { background-image:url('../images/sorting-arrow.png'); background-repeat:no-repeat; background-position:bottom 12px center; background-size:10px 10px; cursor:pointer; }
table.tablesorter tbody td { color:#000000; padding:15px 30px; background-color:#F1F1F1; vertical-align: top;  border-right:1px solid #D6D6D6;}
table.tablesorter tbody tr td:last-child { border:none;}
table.tablesorter tbody tr.odd td { background-color: #FFFFFF; }
table.tablesorter thead tr .headerSortUp { background-image: url('../images/desc.png'); background-size:10px 4px; }
table.tablesorter thead tr .headerSortDown { background-image: url('../images/asc.png'); background-size:10px 4px; }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { color:#FFF; background-color:#117BC1; }
.tablediv table.tablesorter tbody tr:last-child {border-bottom: 1px solid #D6D6D6;}
/* == malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
--- 1. BASIC STYLE  ------------------ */
.mCustomScrollbar { -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action { -ms-touch-action: auto; touch-action: auto; }
.mCustomScrollBox { /* contains plugin's markup */ position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: none; direction: ltr; }
.mCSB_container { /* contains the original content */ overflow: hidden; width: auto; height: auto; }
/* --------------- 2. VERTICAL SCROLLBAR  y-axis ------------------------ */
.mCSB_inside > .mCSB_container { margin-right: 25px; }
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; } /* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{/* RTL direction/left-side scrollbar */ margin-right:0; margin-left:30px; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0; }
.mCSB_scrollTools { /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */ position: absolute; width: 16px; height: auto; left: auto; top: 0; right: 0; bottom: 0; }
.mCSB_outside + .mCSB_scrollTools { right: -26px; } /* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { /* RTL direction/left-side scrollbar */ right: auto; left: 0; }
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer { /* contains the draggable element and dragger rail markup */ position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; }
.mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail { width: 4px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
.mCSB_scrollTools .mCSB_dragger { /* the draggable element */ cursor: pointer; width: 100%; height: 30px; /* minimum dragger height */ z-index: 1; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { /* the dragger element */ position: relative; width: 4px; height: 100%; margin: 0 auto; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; text-align: center; }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px; /* auto-expanded scrollbar */ }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px; /* auto-expanded scrollbar */ }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; }
.mCSB_scrollTools .mCSB_buttonDown { bottom: 0; }
/* ----------------- 3. HORIZONTAL SCROLLBAR  x-axis ------------------ */
.mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0; margin-bottom: 30px; }
.mCSB_horizontal.mCSB_outside > .mCSB_container { min-height: 100%; }
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } /* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal { width: auto; height: 16px; top: auto; right: 0; bottom: 0; left: 0; }
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: -26px; } /* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer { margin: 0 20px; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width: 30px; height: 100%; left: 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%; height:4px; margin:6px auto; }
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 12px; /* auto-expanded scrollbar */ margin: 2px auto; }
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 8px; /* auto-expanded scrollbar */ margin: 4px 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { display: block; position: absolute; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft { left: 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { right: 0; }
/* 
------------------- 4. VERTICAL AND HORIZONTAL SCROLLBARS yx-axis -------------------------*/
.mCSB_container_wrapper { position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; margin-right: 30px; margin-bottom: 30px; }
.mCSB_container_wrapper > .mCSB_container { padding-right: 30px; padding-bottom: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 20px; }
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 20px; }
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 0; }
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0; }
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 20px; }
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 0; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { /* RTL direction/left-side scrollbar */ margin-right: 0; margin-left: 30px; }
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container { padding-right: 0; }
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container { padding-bottom: 0; }
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; /* non-visible scrollbar */ margin-left: 0; }
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; }
/* ------------- 5. TRANSITIONS  ---------------- */
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */ .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail { -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }
/*  -------------- 6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS   ------------------------------------- */
	/* default theme ("light") */
.mCSB_scrollTools { opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools { opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }
.mCSB_scrollTools .mCSB_draggerRail { background-color: #d9d9d9; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #aeaeae; }
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #aeaeae; }
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #aeaeae; }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { background-image: url(mCSB_buttons.png); /* css sprites */ background-repeat: no-repeat; opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; }
.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0;/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }
.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px;/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }
.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px;/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }
.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px;/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover { opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active { opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0,0,0,0.15); }
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: rgba(0,0,0,0.85); }
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: rgba(0,0,0,0.9); }
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px; }
/* ---------------------------------------- */
	/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: rgba(255,255,255,0.1); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 4px; background-color: #fff; background-color: rgba(255,255,255,0.75); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; }
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255,255,255,0.85); }
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255,255,255,0.9); }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px 0; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -20px; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -40px; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -56px; }
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0,0,0,0.1); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.75); -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px 0; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -20px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -40px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -56px; }
/* ---------------------------------------- */
	/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: rgba(255,255,255,0.1); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; background-color: #fff; background-color: rgba(255,255,255,0.75); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 4px; margin: 6px 0; }
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 6px; margin: 5px auto; }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255,255,255,0.85); }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255,255,255,0.9); }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -16px 0; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -16px -20px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -20px -40px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -20px -56px; }
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0,0,0,0.1); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.75); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -96px 0; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -96px -20px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -100px -40px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -100px -56px; }
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */	
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255,255,255,0.1); }
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 2px; }
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; }
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 2px; margin: 7px auto; }
/* theme "dark-thin" */	
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0,0,0,0.15); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px; }
/* ---------------------------------------- */	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */	
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255,255,255,0.15); }
.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger { height: 14px; }
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 14px; margin: 0 1px; }
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 14px; }
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 14px; margin: 1px 0; }
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 16px; /* auto-expanded scrollbar */ height: 16px; margin: -1px 0; }
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 4px; /* auto-expanded scrollbar */ }
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 16px; /* auto-expanded scrollbar */ width: 16px; margin: 0 -1px; }
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 4px; /* auto-expanded scrollbar */ margin: 6px 0; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 -72px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -92px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -112px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -128px; }
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0,0,0,0.15); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px -72px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -92px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -112px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -128px; }
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail { width: 4px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { background-color: transparent; background-position: center; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg=="); background-repeat: repeat-y; opacity: 0.3; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; }
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 4px; margin: 6px 0; background-repeat: repeat-x; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp { background-position: -16px -72px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown { background-position: -16px -92px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft { background-position: -20px -112px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight { background-position: -20px -128px; }
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -96px -72px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -96px -92px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -100px -112px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -100px -128px; }
/* ---------------------------------------- */
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */	
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-repeat: repeat-y; background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0))); background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { background-repeat: repeat-x; background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%); }
/* theme "3d", "3d-dark" */	
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger { height: 70px; }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 70px; }
.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; }
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail { width: 8px; background-color: #000; background-color: rgba(0,0,0,0.2); box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2); }
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #555; }
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 8px; }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 8px; margin: 4px 0; box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2); }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 8px; margin: 4px auto; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; }
/* theme "3d-dark" */	
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0,0,0,0.1); box-shadow: inset 1px 0 1px rgba(0,0,0,0.1); }
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }
/* ---------------------------------------- */
	/* theme: "3d-thick", "3d-thick-dark" */	
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; }
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical { right: 1px; }
.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical { box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal { bottom: 1px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 1px 0 0 rgba(255,255,255,0.4); width: 12px; margin: 2px; position: absolute; height: auto; top: 0; bottom: 0; left: 0; right: 0; }
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #555; }
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 12px; width: auto; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer { background-color: #000; background-color: rgba(0,0,0,0.05); box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1); }
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; }
/* theme: "3d-thick-dark" */	
.mCS-3d-thick-dark.mCSB_scrollTools { box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal { box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #777; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer { background-color: #fff; background-color: rgba(0,0,0,0.05); box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1); }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }
/* ---------------------------------------- */
	/* theme: "minimal", "minimal-dark" */	
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical { right: 0; margin: 12px 0; }
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0; margin: 0 12px; }
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical { left: 0; right: auto; }
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; }
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger { height: 50px; }
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 50px; }
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255,255,255,0.2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; }
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255,255,255,0.5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; }
/* theme: "minimal-dark" */	
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; }
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; }
/* ---------------------------------------- */	
	/* theme "light-3", "dark-3" */	
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail { width: 6px; background-color: #000; background-color: rgba(0,0,0,0.2); }
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; }
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 6px; margin: 5px 0; }
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 12px; }
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 12px; margin: 2px 0; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; }
/* theme "dark-3" */	
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000; background-color:rgba(0,0,0,0.75); }
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0,0,0,0.1); }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }
/* ---------------------------------------- */
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */	
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { width: 12px; background-color: #000; background-color: rgba(0,0,0,0.2); }
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; margin: 3px 5px; position: absolute; height: auto; top: 0; bottom: 0; left: 0; right: 0; }
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 6px; margin: 5px 3px; position: absolute; width: auto; top: 0; bottom: 0; left: 0; right: 0; }
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 12px; margin: 2px 0; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; }
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */	
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.75); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0,0,0,0.1); }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }
/* theme "inset-2", "inset-2-dark" */	
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; border-width: 1px; border-style: solid; border-color: #fff; border-color: rgba(255,255,255,0.2); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail { border-color: #000; border-color: rgba(0,0,0,0.2); }
/* theme "inset-3", "inset-3-dark" */	
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255,255,255,0.6); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0,0,0,0.6); }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000; background-color:rgba(0,0,0,0.75); }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.85); }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0,0,0,0.9); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255,255,255,0.75); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255,255,255,0.85); }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255,255,255,0.9); }
.page-wrapper { position:relative; display:flex; flex-direction:column; align-items:center; width:100%;}
.overflow-hide { overflow:hidden;}
/* Buttons */
.btn { margin: 0; padding: 0; cursor: pointer; border: none; background: none; }
.btn:focus { outline: none; }
.btn--search { padding-left:20px; line-height:41px; }
.btn--search img { vertical-align:middle;}
.btn--hidden { pointer-events: none; opacity: 0; }
/* Reset Search Input */
.search__input { border: 0; background: transparent; border-radius: 0; -webkit-appearance: none; }
.search__input:focus { outline: none; }
/* Links */
.hidden { position: absolute; overflow: hidden; width: 0; height: 0; pointer-events: none; }

/* Deco lines */
.decolines { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; pointer-events: none; }
.decoline { position: absolute; width: 1px; height: 100%; background: #ddd; }
.decoline:first-child { right: 88em; }
.decoline:nth-child(2) { right: 68em; }
.decoline:nth-child(3) { right: 48em; }
.decoline:nth-child(4) { right: 28em; }
.decoline:nth-child(5) { right: 8em; }
/* Demo colors */
.demo-5 { color: #cecae0; background-color: #7d7d7d; }
.demo-5 main { background-color: transparent; background-image: url(../img/bg_2.svg); }
.demo-5 a, .demo-5 .btn { color: #eaba82; }
 @media screen and (max-width: 40em) {
.codrops-header { display: block; padding: 4em 1em 0; text-align: center; }
.codrops-header__side { margin: 0 auto; }
.codrops-links { font-size: 0.85em; margin: 0 auto; }
.search-wrap { font-size: 0.85em; position: absolute; top: 2.15em; right: 2em; }
.bottom-nav { padding: 0.5em; }
.codrops-demos { text-align: center; }
.codrops-demos a { margin-bottom: 1em; }
.codrops-demos span { display: block; margin: 0 auto 1em; text-align: center; }
}

/* Layout for search container */
.search { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.js .search { position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100vh; }
.js .search::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: rgba(17,123,193,0.95); }
.btn--search-close { font-size: 2em; position: absolute; top: 1.02em; right: 1.25em; display: none; }
.js .btn--search-close { display: block; }
.search__form { margin: 5em 0; }
.search__input { font-family: inherit; font-size: 50px; line-height: 1; display: inline-block; box-sizing: border-box; width: 1169px; padding: 17px 0; color:#FFFFFF; border-bottom: 5px solid; }
.search__input::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #4a319e; }
.search__input::-moz-placeholder { opacity: 1; /* Mozilla Firefox 19+ */	color: #4a319e;}
.search__input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #4a319e; }
.search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration { -webkit-appearance: none; }
.search__input::-ms-clear { display: none; }
.search__info {font-size:16px; display:block; width:100%; margin:0 auto; padding:0.85em 0; text-align:right; color:#FFFFFF; }
.search__related { display: flex; width: 75%; text-align: left; pointer-events: none; }
.search__suggestion { width: 50%; }
.search__suggestion:first-child { padding: 0 2em 0 0; }
.search__suggestion:last-child { padding: 0 0 0 2em; }
.search__suggestion h3 { font-size: 1.35em; margin: 0; }
.search__suggestion h3::before { content: '\21FE'; display: inline-block; padding: 0 0.5em 0 0; }
.search__suggestion p { font-size: 1.15em; line-height: 1.4; margin: 0.75em 0 0 0; }
/************************/
/* Transitions 			*/
/************************/
.js .page-wrapper { position: relative; transition: transform 0.5s; }
.js .page-wrapper--move { /*transform: scale3d(0.7, 0.7, 1);*/ }
.js .page-wrapper--move .btn--search { pointer-events: none; opacity: 0; }
.js .search { pointer-events: none; }
.js .search--open { pointer-events: auto; }
.js .search::before { opacity: 0; transition: opacity 0.5s; }
.js .search--open::before { opacity: 1; }
/* Close button */
.btn--search-close { opacity: 0; transition: opacity 0.5s; }
.search--open .btn--search-close { opacity: 1; }
/* Search form with input and description */
.search__suggestion, .search__info { opacity: 0; transform: translate3d(0, 50px, 0); transition: opacity 0.4s, transform 0.4s; }
.search--open .search__suggestion, .search--open .search__info { opacity: 1; transform: translate3d(0, 0, 0); }
.search--open .search__suggestion:first-child { transition-delay: 0.15s; }
.search--open .search__suggestion:nth-child(2) { transition-delay: 0.2s; }
.js .search__input { transform: scale3d(0, 1, 1); transform-origin: 0% 50%; transition: transform 0.3s; }
.js .search--open .search__input { transform: scale3d(1, 1, 1); transition-duration: 0.5s; }
@media screen and (max-width: 1170px) {
.search__input, .search__info { width:800px;}
.btn--search { padding-left:15px;}
}
@media screen and (max-width: 979px) {
.search__input, .search__info { width:90%;}
}
@media screen and (max-width: 40em) {
.search__input, .search__info { width:85%;}
.btn--search-close { font-size: 1.25em; }
.search__suggestion { font-size: 80%; width: 100%; }
.search__suggestion:nth-child(2),  .search__suggestion:nth-child(3) { display: none; }
}
/*** Common Style here ***/
html, body {
    min-height: 100%;
}

.page-wrapper {
    width: 100%;
    overflow: hidden;
}

.mid_wrapper {
    display: block;
    padding: 60px 0px 0px;
    float: left;
    width: 100%;
}

section {
    padding: 80px 0px;
    float: left;
    width: 100%;
}

    section h2 {
        margin: 0px 0px 35px;
    }

.fix-wrap {
    display: block;
    max-width: 1170px;
    margin: 0 auto;
}

.btn-primary, .action-btn {
    display: inline-block;
    padding: 30px;
    min-width: 152px;
    font-family: 'Larsseit-Bold';
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    background: #117BC1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border: none;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

    .btn-primary:hover, .action-btn:hover {
        background: #0c6eaf;
        color: #FFFFFF;
    }

.action-btn {
    padding: 16px 30px;
    min-width: 229px;
    font-size: 18px;
}

.btn-link {
    display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    position: relative;
    border: none;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

    .btn-link:after {
        content: '';
        display: block;
        margin: auto;
        width: 6px;
        height: 11px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        background: url('../images/homepage-arrow-1.png') no-repeat 0px 0px;
        background-size: 6px 11px;
    }

    .btn-link:hover {
        color: #FFFFFF;
    }

        .btn-link:hover:before {
            content: '';
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: -1px;
            left: 0px;
            right: 0px;
            background: #FFF;
        }

header ul li:before, footer ul li:before, .hp-small-box ul li:before, .sitemap ul li:before, .search-results ul li:before, .map-area .f-right ul li:before, .location-blk ul li:before {
    content: normal;
}

.web-view {
    display: block;
}

.mob-view {
    display: none;
}

/*** Header Style here ***/
.open-navbar {
    overflow: hidden;
}

header {
    display: block;
    padding: 0px 32px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    z-index: 9999; 
}

.header-fix {
    background: #FFFFFF;
}

.top-bar {
    display: block;
    padding: 3px 0px 0px;
    width: 100%;
    float: left;
}

    .top-bar ul, .top-bar ul li {
        display: block;
        margin: 0px;
        padding: 0px;
    }

        .top-bar ul li {
            display: block;
            float: left;
            border-left: 1px solid rgba(0,0,0,0.5);
        }

            .top-bar ul li:first-child {
                border: none;
            }

            .top-bar ul li a {
                display: block;
                padding: 0px 10px;
                font-family: 'Larsseit';
                font-size: 12px;
                line-height: 16px;
                color: #117BC1;
            }

            .top-bar ul li:last-child a {
                padding-right: 0px;
            }

            .top-bar ul li a:hover {
                text-decoration: underline;
            }

.navbar {
    display: block;
    width: 100%;
    float: left;
}

.nav-brand {
    display: block;
    float: left;
    margin-top: -6px;
}

.logo {
    display: block;
    margin: auto;
    float: left;
    max-width: 160px;
}

    .logo a, .logo img {
        display: block;
        vertical-align: middle;
    }

.navbar-toggle {
    display: none;
    margin: 3px 0px 0px 15px;
    float: right;
    width: 28px;
    height: 24px;
    background: url('../images/hamburger-menu.png') no-repeat center center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-close .navbar-toggle {
    background: url('../images/hamburger-menu-close.png') no-repeat;
}

/*** navbar ***/
.navbar nav {
    display: block;
    padding: 0px;
    float: right;
    max-width: 84%;
}

nav ul, nav ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

nav > ul {
}

    nav > ul > li {
        display: block;
        float: left;
        line-height: normal;
    }

        nav > ul > li > a {
            display: block;
            padding: 0px 20px;
            font-size: 18px;
            line-height: 41px;
            color: #000000;
            position: relative;
        }

            nav > ul > li > a:hover {
                color: #000000;
            }

        nav > ul > li:last-child > a {
            padding-right: 0px;
        }

        nav > ul > li > a.active:after, nav > ul > li:hover > a:after, .sub-menu-parent:focus > a:after, .sub-menu-parent:focus-within > a:after {
            content: '';
            height: 1px;
            position: absolute;
            bottom: 7px;
            left: 20px;
            right: 20px;
            background: #000000;
        }

.sub-menu-parent {
    /* position: static; */
}

    .sub-menu-parent .mob-arrow {
        display: none;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 2px;
        top: 1px;
        bottom: 0px;
        background: #fff url('../images/mob-arrow.png') no-repeat center center;
        background-size: 7px 12px;
        z-index: 1;
    }

#NavScreen .sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 600px;
    transform: translatex(-50%);
    margin-left: 50%;
}

.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 600px;
    transform: translateY(-1em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    padding: 5px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 14px 35px 0 rgba(0,0,0,0.2);
    overflow: hidden;
}

    .sub-menu .back {
        display: none;
        margin: -12px -12px 12px -12px;
        padding: 0px 18px;
        font-size: 12px;
        line-height: 50px;
        color: #FFFFFF;
        background: #0E161C;
        overflow: hidden;
        cursor: pointer;
    }

        .sub-menu .back i {
            display: inline-block;
            margin: 0 8px 0 0;
            padding: 3px;
            border: solid #FFFFFF;
            border-width: 0 2px 2px 0;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
        }

.sub-menu-parent:focus .sub-menu, .sub-menu-parent:focus-within .sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0.3s, 0.3s, 0.3s;
}

.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0.3s, 0.3s, 0.3s;
}


.sub-menu ul li {
    line-height: normal;
    padding: 4px 0;
}

    .sub-menu ul li a {
        font-size: 16px;
        line-height: 20px;
        color: #117BC1;
    }

        .sub-menu ul li a:hover {
            text-decoration: underline;
        }

.cmn-m-wrap {
    display: block;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
}

/*** Submenu nav Styles ***/
.style-two {
    position: relative;
}

    .style-two .sub-menu {
        padding: 5px;
        width: 250px;
    }

.md-submenu .sub-menu {
    width: 260px;
}

.righ-submenu .sub-menu {
    left: inherit;
    right: 0px;
}

.small-submenu .sub-menu {
    width: 170px;
}

/*** Screen Nav Submenu Style here ***/
nav .sub-menu .screen-finder {
    float: left;
    width: 50%;
    /* min-height: 202px; */
}

    nav .sub-menu .screen-finder .btn-primary {
        padding: 18px;
        width: 200px;
        font-size: 18px;
        line-height: 19px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    }

.browse-screen-nav {
    /* padding: 30px 50px; */
    float: left;
    width: 49%;
    /* min-height: 252px; */
    margin-left: 1%;
}

    .browse-screen-nav h3 {
        margin-bottom: 30px;
    }

        .browse-screen-nav h3 img {
            margin-right: 20px;
        }

    .browse-screen-nav > .f-left {
        /* width: 50%; */
        /* min-height: 245px; */
        /* padding-right: 10px; */
        float: none;
        text-align: center;
    }


.sub-menu .cmn-m-wrap h4 {
    margin: 0px 0px 8px;
    font-family: 'Larsseit-Bold';
    font-size: 16px;
    line-height: 20px;
}

.sub-menu .cmn-m-wrap ul {
    margin: 0px 0px 18px;
}

    .sub-menu .cmn-m-wrap ul:last-child {
        margin-bottom: 2px;
    }
/*** Footer Section Style here ***/
footer {
    display: block;
    padding: 10px;
    float: left;
    width: 100%;
    color: #FFF;
    position: relative;
}

.foot-wrap {
    display: block;
    padding: 60px 0px 5px;
    background: #0E161C;
}

.f-row {
    display: block;
    width: 100%;
    float: left;
}

.f-logo {
    display: block;
    float: left;
    max-width: 149px;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
}

    .f-logo:hover {
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
        -ms-opacity: 1;
    }

    .f-logo a, .f-logo img {
        display: block;
    }

.social-links {
    display: block;
    margin: 0px 0px;
    float: right;
}

    .social-links ul, .social-links ul li {
        display: block;
        margin: 0px;
        padding: 0px;
        list-style: none;
        overflow: hidden;
    }

        .social-links ul li {
            margin-left: 30px;
            float: left;
            line-height: normal;
        }

            .social-links ul li a {
                display: block;
                opacity: 0.5;
                -webkit-opacity: 0.5;
                -moz-opacity: 0.5;
                -o-opacity: 0.5;
                -ms-opacity: 0.5;
                line-height: 24px;
            }

                .social-links ul li a:hover {
                    opacity: 1;
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    -o-opacity: 1;
                    -ms-opacity: 1;
                }

            .social-links ul li img {
                margin-top: 0px;
                vertical-align: middle;
            }

.foot-links {
    padding: 55px 0px;
}

.f-col {
    display: block;
    padding-right: 20px;
    float: left;
    width: 20%;
}

    .f-col h6 {
        margin: 0px 0px 5px;
    }

        .f-col h6, .f-col h6 a {
            font-family: 'Larsseit-Bold';
            font-size: 14px;
            line-height: 30px;
            color: #FFFFFF;
        }

    .f-col ul {
        margin: 0px 0px 25px;
    }

        .f-col ul, .f-col ul li {
            display: block;
            list-style: none;
            overflow: hidden;
        }

            .f-col ul li {
                margin: 0px;
                padding: 0px;
                margin: 0px 0px 5px;
                line-height: normal;
            }

                .f-col ul li a {
                    display: inline-block;
                    font-family: 'Larsseit-Light';
                    font-size: 14px;
                    line-height: 20px;
                    color: #FFFFFF;
                }

                    .f-col h6 a:hover, .f-col ul li a:hover {
                        text-decoration: underline;
                        color: #FFFFFF;
                    }

.copyright {
    padding: 5px 0px;
    font-size: 12px;
    line-height: 34px;
    border-top: 1px solid rgba(255,255,255,0.3);
}

    .copyright a {
        display: inline-block;
        color: #FFFFFF;
    }

        .copyright a:hover {
            text-decoration: underline;
            color: #FFFFFF;
        }

    .copyright .f-left a {
        padding: 0 10px;
    }

    .copyright .f-right {
        opacity: 0.6;
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        -o-opacity: 0.6;
        -ms-opacity: 0.6;
    }

/*** Theme Banner Style here ***/
.cmn-banner {
    padding: 0px;
    height: 584px;
    color: #FFFFFF;
    position: relative;
    background-color: #005B97;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

    .cmn-banner .fix-wrap {
        position: relative;
        z-index: 3;
    }

    .cmn-banner .caption {
        display: block;
        margin: 166px 0px 0px;
        max-width: 292px;
        overflow: hidden;
    }

        .cmn-banner .caption h1 {
            margin-bottom: 30px;
            color: #FFF;
        }

        .cmn-banner .caption h2 {
            color: #FFFFFF;
        }

        .cmn-banner .caption p {
            margin: 0px 0px 28px;
        }

    .cmn-banner.f-left:after {
        content: '';
        display: block;
        margin: auto;
        width: 100%;
        max-width: 787px;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        pointer-events: none;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        -o-pointer-events: none;
        z-index: 0;
        background: rgba(0,0,0,0.75);
        background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.85)), color-stop(100%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
        background: -o-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
        background: -ms-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    }

    .cmn-banner.f-right:after {
        content: '';
        display: block;
        margin: auto;
        width: 100%;
        max-width: 787px;
        position: absolute;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: 0;
        pointer-events: none;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
        -o-pointer-events: none;
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.75)));
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
        background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
        background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    }

/*** Homepage Style here ***/
.cms-home .mid_wrapper {
    padding: 0px;
}

.cms-home .cmn-banner {
    cursor: pointer;
}

.hp-banner {
    padding: 60px 0px;
    height: 666px;
    background-position: center;
}

    .hp-banner .caption {
        margin: 105px 0px 0px;
    }

.hp-quality {
    margin: 10px 0px;
}

.hp-small-box {
    padding: 0px 10px;
    overflow: hidden;
}

    .hp-small-box ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        overflow: hidden;
    }

        .hp-small-box ul li {
            margin: 10px 10px 0px 0px;
            padding: 20px;
            float: left;
            width: 49.5%;
            height: 580px;
            line-height: 30px;
            color: #FFFFFF;
            text-align: center;
            background-color: #005B97;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover;
            position: relative;
            cursor: pointer;
        }

            .hp-small-box ul li:nth-child(2n) {
                margin-right: 0px;
            }

            .hp-small-box ul li:after {
                content: '';
                display: block;
                margin: auto;
                width: 100%;
                height: 345px;
                position: absolute;
                bottom: 0px;
                left: 0px;
                right: 0px;
                z-index: 0;
                background: rgba(0,0,0,0);
                background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
                background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.75)));
                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
                background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
                background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
                background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
            }

            .hp-small-box ul li .caption {
                display: block;
                position: absolute;
                bottom: 50px;
                left: 20px;
                right: 20px;
                z-index: 3;
            }

                .hp-small-box ul li .caption h2 {
                    margin: 0px 0px 15px;
                    color: #FFFFFF;
                }

                .hp-small-box ul li .caption p {
                    margin: 0px 0px 25px;
                }

/*** Custom Template Style here ***/
.cmn-template .fix-wrap {
    max-width: 770px;
}

.cmn-template h1 {
    margin: 0px 0px 35px;
    text-align: center;
}

.mrgn-top50 {
    margin-top: 50px;
}

.full-img {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.news-type {
    display: block;
    padding: 0px 16px;
    font-family: 'Larsseit-Medium';
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 12px;
    line-height: 26px;
    color: #FFF;
    background: #000;
    z-index: 5;
}

.full-img img {
    display: block;
}

.pad {
    padding: 20px 40px 40px;
}

.full-img.pad {
    margin-bottom: 15px;
}

blockquote {
    display: block;
    margin: 50px 0px;
    padding: 64px;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    background: #F5F5F5;
    overflow: hidden;
}

    blockquote p {
        margin-bottom: 0;
    }

.grey-box {
    display: block;
    margin: 50px 0px;
    padding: 64px;
    width: 100%;
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    background: #F5F5F5;
    overflow: hidden;
}

.dwnld-pdf {
    display: block;
    margin: 0px 0px 30px;
}

    .dwnld-pdf a {
        display: inline-block;
        padding-left: 30px;
        font-size: 14px;
        line-height: 22px;
        color: #117BC1;
        position: relative;
    }

        .dwnld-pdf a:before {
            content: '';
            display: inline-block;
            margin: auto;
            width: 14px;
            height: 19px;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            background: url('../images/custom-download.png') no-repeat 0px 0px;
            background-size: 14px 19px;
        }

        .dwnld-pdf a:hover {
            opacity: 0.8;
            -webkit-opacity: 0.8;
            -moz-opacity: 0.8;
            -o-opacity: 0.8;
            -o-opacity: 0.8;
        }

.video-box {
    display: block;
    width: 100%;
}

    .video-box a, .video-box a img {
        display: block;
        position: relative;
    }

        .video-box a:after {
            content: '';
            display: block;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            width: 89px;
            height: 89px;
            background: url('../images/custom-play.png') no-repeat 0px 0px;
            background-size: 89px 89px;
            z-index: 2;
        }

        .video-box a:hover {
            opacity: 0.8;
            -webkit-opacity: 0.8;
            -moz-opacity: 0.8;
            -o-opacity: 0.8;
        }

.f-pad {
    padding: 10px 10px 0px;
}

.cmn-banner.screen-finder {
    padding: 36px 25px;
    height: auto;
    text-align: center;
}

.screen-finder h2 {
    margin: 0px 0px 30px;
    color: #FFF;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.4;
}

.screen-finder .btn-primary {
    width: 100%;
    max-width: 569px;
}

    .screen-finder .btn-primary img {
        margin: -2px 12px 0px 0px;
        vertical-align: middle;
    }

/*** News Detail page Style here ***/
.news-detail h1 {
    text-align: left;
}

.author-box {
    display: block;
    margin: 0px 0px 50px;
    padding: 0px 0px 25px;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    overflow: hidden;
}

    .author-box .f-left {
        padding: 5px 0px 0px;
    }

        .author-box .f-left p {
            margin: 0px;
            font-size: 14px;
            line-height: 22px;
            color: #A5A5A5;
        }

    .author-box .dwnld-pdf {
        margin: 0px;
    }

/*** Screen List page Style here ***/
.screenlist-ftr-lft {
    width: 240px;
    float: left
}

    .screenlist-ftr-lft h2 {
        font-size: 24px;
        font-family: 'Larsseit-Medium';
        float: left;
        margin-bottom: 0px;
        line-height: 26px;
    }

.screenlistclear-ftr {
    float: right;
    color: #117BC1;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
}

.ftr-list-item-main {
    border: 1px solid #D6D6D6;
    width: 100%;
    padding: 0px;
    clear: both;
    float: left;
    margin-top: 8px;
    border-radius: 2px;
}

.collapsed-item-accr {
    cursor: pointer;
    float: left;
    padding: 13px 20px;
    width: 100%;
}

.ftr-list-item-main h3 {
    font-family: 'Larsseit-Bold';
    font-size: 16px;
    line-height: 26px;
    float: left;
    margin-bottom: 0px;
}

    .ftr-list-item-main h3 .screentooltip {
        position: relative;
        display: inline-block;
        color: #117BC1
    }

.ftr-list-item-main .custom_checkbox .screentooltip {
    position: relative;
    display: inline-block;
    color: #117BC1
}

.screenlistclear-ftr:hover {
    text-decoration: underline;
}

.ftr-list-item-main ul {
    /*display: none;*/
    padding: 0px 10px 20px 20px;
    margin: 0px;
    float: left;
    width: 100%;
    clear: both
}



    .ftr-list-item-main ul li {
        clear: both;
        padding: 0px;
        float: left;
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px;
    }

        .ftr-list-item-main ul li .custom_checkbox {
            position: relative;
            padding-left: 30px;
        }

            .ftr-list-item-main ul li .custom_checkbox [type="checkbox"]:not(:checked) + label, .ftr-list-item-main ul li .custom_checkbox [type="checkbox"]:checked + label {
                padding-left: 0px;
                position: static;
            }


        .ftr-list-item-main ul li:first-child {
            margin-top: 0px;
        }

        .ftr-list-item-main ul li .custom_checkbox span {
            color: #117BC1
        }

        .ftr-list-item-main ul li:before {
            content: normal;
        }

        .ftr-list-item-main ul li label {
            float: left;
            padding-right: 5px;
        }

.screentooltip {
    display: inline-block;
    position: relative;
}

.collapsed-plusminuis {
    background: url('../images/plus-icon.png') no-repeat;
    width: 12px;
    height: 12px;
    float: right;
    margin-top: 8px;
}

.collapseditem-current .collapsed-plusminuis {
    background: url('../images/minus-icon.png')
}

.screenlist-ftr-list-main {
    position: relative;
    width: 100%;
    padding-bottom: 85px;
    float: left;
}

.screenlist-dtl {
    float: left;
    width: 100%;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

    .screenlist-dtl li {
        min-height: 300px;
        margin-left: 21px;
        margin-bottom: 21px;
        width: 276px;
        border-radius: 2px;
        float: left;
        padding: 30px;
        border: 1px solid #D6D6D6;
        text-align: center;
    }

        .screenlist-dtl li:nth-child(3n+1) {
            margin-left: 0px;
        }

        .screenlist-dtl li.ftr-black-list {
            border: none;
        }

        .screenlist-dtl li:before {
            content: normal
        }

    .screenlist-dtl .screen-item:hover:after, .screenlist-dtl .screen-item.hover-div:after {
        bottom: -1px;
        left: -1px;
        top: -1px;
        content: '';
        width: 100.5%;
        position: absolute;
        float: left;
        border: #117BC1 2px solid;
        border-radius: 2px;
        pointer-events: none;
    }

    .screenlist-dtl li.ftr-black-list:hover:after {
        content: normal;
    }

.screenlist-img {
    position: relative;
    z-index: 99;
    max-width: 170px;
    margin: auto;
    margin-top: 25px;
    height: 135px;
    display: table;
}

.screenlist-dtl li:hover .screenlist-img:before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.9);
    float: left;
    left: 0px;
    top: 0px;
}

.screenlist-img span {
    display: table-cell;
    vertical-align: middle;
}

.screenlist-dtl h3 {
    position: relative;
    z-index: 99;
    font-size: 18px;
    font-family: 'Larsseit-Medium';
    color: #000000;
    margin-top: 15px;
    margin-bottom: 2px;
    text-align: center;
}

.screenlist-dtl li a {
    color: #000000;
}

.screenlist-dtl p {
    position: relative;
    z-index: 99;
    margin-bottom: 0px;
    color: #A5A5A5;
    font-family: 'Larsseit';
    font-size: 14px;
    line-height: 20px;
}

.screenlist-ftr-rgt {
    width: 870px;
    float: right
}

.user-ScreenFinder {
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    min-height: 300px;
    width: 276px;
    border-radius: 2px;
    float: left;
    padding: 30px;
    border: none;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    .user-ScreenFinder h3 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 26px;
        font-family: 'Larsseit-Medium';
        line-height: 30px;
    }

    .user-ScreenFinder p {
        color: #fff;
        font-family: 'Larsseit';
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .user-ScreenFinder .usescreen-finder {
        position: relative;
        font-size: 16px;
        padding: 9px 20px;
        color: #fff;
        margin-top: 20px;
    }

.screenlist-dtl li.user-ScreenFinder:hover:after {
    content: normal;
}

.screentooltip .tooltipbox {
    font-family: 'Larsseit';
    text-align: left;
    visibility: hidden;
    position: absolute;
    width: 240px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.screentooltip:hover .tooltipbox {
    visibility: visible;
    opacity: 1;
}

.tooltipbox:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 12px 7px 0;
    border-color: transparent #000000 transparent transparent;
}

.tooltipbox p {
    font-family: 'Larsseit';
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
    clear: both;
}

.tooltipimg {
    width: 92px;
    float: left;
    margin-bottom: 25px;
}

    .tooltipimg img {
        width: 100%;
    }

.screenlist-hover-link {
    padding: 0px 0px 8px 0px;
    position: absolute;
    z-index: 99;
    top: -5px;
    left: 0px;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    margin: 0 -10px;
}

    .screenlist-hover-link:after {
        content: '';
        display: block;
        position: absolute;
        top: 1px;
        bottom: 1px;
        left: 2px;
        right: 2px;
        background: rgba(255,255,255,1);
        z-index: 0;
    }

.screenlist-dtl .screen-item:hover .screenlist-hover-link, .screenlist-dtl .screen-item:focus .screenlist-hover-link, .screenlist-dtl .screen-item.hover-div .screenlist-hover-link {
    opacity: 1;
}

.screenlist-hover-link .Srequest-quote-btn, .screenlist-hover-link .Sview-screen-btn {
    font-size: 16px;
    padding: 9px 15px;
    min-width: 180px;
    margin-bottom: 4px;
    position: relative;
    z-index: 3;
}

.screenlist-hover-link .Srequest-quote-btn {
    color: #fff;
}

.screenlist-hover-link .Sview-screen-btn {
    padding: 7px 15px;
    font-size: 14px;
    font-family: 'Larsseit';
    background: transparent;
    color: #117BC1;
}

.popup_visible body {
    overflow: hidden;
}

.modal-box {
    display: block;
    margin: 0px;
    padding: 70px;
    overflow: hidden;
}

    .modal-box h2 {
        margin: 0px 0px 40px;
        font-family: 'Larsseit-Bold';
        font-size: 50px;
        font-weight: 400;
        line-height: 50px;
        color: #117BC1;
    }

    .modal-box .quote_popup_close {
        display: none;
        position: absolute;
        top: 20px;
        right: 20px;
        font-family: 'Larsseit-Bold';
        font-size: 16px;
        line-height: 24px;
        background: none;
    }

#quote_popup .f-left {
    max-width: 318px;
    font-size: 20px;
    line-height: 28px;
}

#quote_popup .contact-form {
    padding: 0px;
    float: right;
    max-width: 390px;
}

#quote_popup .form-group label {
    display: block;
    float: left;
    width: 130px;
    font-family: 'Larsseit-Medium';
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #001521;
}

#quote_popup .contact-form .action-btn {
    margin: 5px 0px 0px;
    padding: 15px 20px;
    min-width: 164px;
}

.ftr-list-item-main ul.mCustomScrollbar {
    max-height: 173px;
    height: 100%;
    overflow: hidden;
}

    .ftr-list-item-main ul.mCustomScrollbar .mCSB_inside > .mCSB_container {
        margin-right: 0px;
    }

    .ftr-list-item-main ul.mCustomScrollbar .mCSB_scrollTools {
        right: -5px;
    }

.screenlist-dtl .screen-item {
    min-height: 300px;
    margin-left: 21px;
    margin-bottom: 21px;
    width: 276px;
    border-radius: 2px;
    float: left;
    padding: 30px;
    border: 1px solid #D6D6D6;
    text-align: center;
    position: relative;
}

.screenlist-ftr-list-main .screenlist-dtl .screenlist-hover-link {
    width: 100%;
    position: unset;
    padding: 0;
    margin: 0;
}

.screenlist-ftr-list-main .screenlist-dtl .screenlist-img {
    margin-top: 10px;
}



.screenlist-dtl .screen-item:nth-child(3n) {
    clear: right;
}

.screenlist-dtl .screen-item:nth-child(3n+1) {
    clear: left;
    margin-left: 0px;
}

.screen-item-col {
    display: block;
    width: 100%;
    float: left;
}

.screen-item-txt {
    display: block;
    width: 100%;
    position: relative;
}

/*** Screens Detail page Style here ***/
.screendtl-info {
    text-align: center;
    padding-top: 60px;
}

    .screendtl-info h1 {
        margin-bottom: 20px
    }

.screendtl-img {
    width: 1200px;
    display: inline-block;
    margin: 30px auto 0 auto;
}

.vistascope-tab-scn {
    background: #F1F1F1;
    padding: 11px 0;
}

.vistascopetab {
    margin: auto;
    display: table;
}

.VistaScopetitle {
    margin-top: 4px;
    margin-bottom: 0px;
    font-family: 'Larsseit-Bold';
    padding-right: 40px;
    float: left;
    font-size: 16px;
}

.vistascopetab ul {
    margin: 0px;
    float: left;
}

.vistascopetab li {
    margin-bottom: 0px;
    font-family: 'Larsseit-Bold';
    padding-left: 40px;
    float: left;
    font-size: 16px;
}

    .vistascopetab li:first-child {
        padding-left: 0px;
    }

    .vistascopetab li a {
        cursor: pointer;
        color: #117BC1;
        font-family: 'Larsseit';
        float: left;
        padding: 10px 0px;
        line-height: normal;
    }

        .vistascopetab li a:hover, .vistascopetab li a.active {
            color: #0864a1
        }

    .vistascopetab li.vistascope-buy a {
        color: #fff;
        padding: 10px 15px;
        border-radius: 2px;
        background: #117BC1;
        font-family: 'Larsseit-Medium';
    }

        .vistascopetab li.vistascope-buy a:hover {
            background: #0c6eaf
        }

    .vistascopetab li:before {
        content: normal
    }

.way-variable-scn {
    padding-top: 108px;
}

.way-variable-dtl {
    text-align: center;
    margin: auto;
    max-width: 630px;
}

    .way-variable-dtl h2 {
        font-size: 50px;
        font-family: 'Larsseit-Medium';
        line-height: 54px;
    }

.add-application-list {
    display: table;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    margin: auto;
    text-align: center
}

    .add-application-list .add-app-item {
        width: 156px;
        height: 135px;
        float: left;
        border-left: 1px solid #D6D6D6;
    }

        .add-application-list .add-app-item:first-child {
            border-left: none;
        }

.appitem-inner {
    display: table;
    margin: auto;
}

.screen-usedmost {
    text-align: center;
}

.addapp-icon {
    max-width: 60px;
    min-height: 52px;
    margin: auto;
}

.app-icon-title {
    display: table-cell;
    padding: 5px;
    text-align: center;
    height: 135px;
    vertical-align: middle;
}

    .app-icon-title .addapp-title {
        font-size: 14px;
        line-height: 18px;
        padding-top: 6px;
        display: inline-block;
    }

.screen-usedmost-title {
    width: 100%;
    float: left;
    margin: 35px 0px 24px 0px;
}

.screen-feature-scn {
    padding-top: 0px;
    padding-bottom: 35px;
}

.screen-feature-list {
    width: 100%;
    float: left;
}

    .screen-feature-list .padding-55 {
        padding-left: 55px;
    }

.screen-feature-item {
    padding-bottom: 50px;
    display: table;
    width: 100%;
}

.screen-feature-cont, .screenfeature-img {
    display: table-cell;
    vertical-align: middle;
    width: 585px;
}

    .screenfeature-img img {
        max-width: 528px;
        float: right
    }

.screen-feature-item:nth-child(2n) .screenfeature-img img {
    float: left
}

.screen-feature-cont p {
    max-width: 470px;
}

    .screen-feature-cont p:last-child {
        margin-bottom: 0px;
    }

.gallery-scn {
    color: #fff;
    padding: 10px 10px 0px 10px;
}

.gallery-dtl {
    width: 100%;
    float: left;
    padding: 103px 0px 120px 0px;
    background: #000;
}

.gallery-scn h2, .gallery-scn h3 {
    text-align: center;
    color: #fff;
}

.gallery-scn a.chocolat-image {
    padding: 0 14px;
    float: left;
}

.gallery-scn .slick-prev, .gallery-scn .slick-next {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.slick-prev {
    left: -68px
}

.slick-next {
    right: -68px
}

    .slick-prev::before, .slick-next::before {
        background-size: 100% 100%;
        width: 15px;
        opacity: 1;
        height: 30px;
    }

.chocolat-overlay {
    opacity: 1;
    background: rgba(0,0,0, 0.75);
}

body.chocolat-open > .chocolat-overlay, body.chocolat-open > .chocolat-content {
    z-index: 999
}

.chocolat-content .chocolat-left {
    background-image: url(../images/imagedetail-leftarrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-right: 0px;
    width: 15px;
    opacity: 1;
    height: 30px;
}

.chocolat-content .chocolat-right {
    background-image: url(../images/imagedetail-rightarrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 0px;
    width: 15px;
    opacity: 1;
    height: 30px;
}

.chocolat-content .chocolat-left, .chocolat-content .chocolat-right {
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.chocolat-content .chocolat-close {
    background: url(../images/imagedetail-cancel.png) no-repeat;
    width: 18px;
    height: 18px;
    top: 110%;
    right: -5%;
    background-size: 100% 100%;
    position: absolute;
    float: right;
}

.chocolat-content .chocolat-top {
    height: auto;
    top: -40px;
    overflow: visible;
}

.chocolat-content .chocolat-pagination {
    display: none;
}

.screenspecs-scn {
    padding: 10px;
}

.screenspecs-dtl {
    width: 100%;
    background: #F5F5F5;
    padding: 90px 0px 100px 0px;
    float: left;
}

    .screenspecs-dtl h2 {
        line-height: 32px;
        float: left;
        margin-bottom: 16px;
    }

.screenspecs-info {
    border-bottom: #D6D6D6 1px solid;
    border-top: #D6D6D6 1px solid;
    width: 100%;
    float: left;
    padding: 0px 0 35px 0;
    margin-bottom: 15px;
}

    .screenspecs-info ul {
        margin: 0px;
    }

        .screenspecs-info ul li {
            padding: 0px;
            margin-top: 44px;
            margin-left: 135px;
            float: left;
            width: 265px;
        }

            .screenspecs-info ul li:nth-child(3n+1) {
                margin-left: 0px;
                clear: left;
            }

    .screenspecs-info .specs-listtitle {
        font-size: 14px;
        display: block;
        line-height: 25px;
    }

    .screenspecs-info ul li:before {
        content: normal;
    }

.srn-specs-info {
    width: 100%;
    float: left;
    font-size: 26px;
    margin-bottom: 6px;
    line-height: 36px;
}

.scrn-icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin-right: 20px;
}

    .scrn-icon img {
        vertical-align: middle
    }

.scrn-txt {
    color: #000;
    vertical-align: middle;
}

.scrn-horizontal-icon {
    width: 31px;
    margin-right: 15px;
}

.viewfullspecs-btn {
    color: #117BC1;
    float: left;
    clear: both;
    font-size: 16px;
    line-height: 22px;
}

.screenMaterials {
    padding: 100px 0px;
    background: #F5F5F5;
}

.screen-materialopt {
    float: left;
    margin: 0px 0 0;
    width: 100%;
}

    .screen-materialopt li {
        position: relative;
        padding: 1px;
        float: left;
        margin-bottom: 15px;
        margin-left: 20px;
    }

        .screen-materialopt li a {
            float: left;
            color: #000;
            width: 275px;
            text-align: center;
            min-height: 310px;
            border-radius: 2px;
            border: 1px solid #D6D6D6;
            background-color: #fff;
            padding: 45px 20px 15px 20px;
        }

        .screen-materialopt li:nth-child(4n+1) {
            clear: left;
            margin-left: 0px;
        }

        .screen-materialopt li:before {
            content: normal;
        }

        .screen-materialopt li:hover:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 2px;
            pointer-events: none;
            border: 3px solid #117BC1;
            left: 0px;
            top: 0px;
        }

.screenmaterial-img {
    margin: auto;
    overflow: hidden;
    border-radius: 100px;
    width: 140px;
    height: 140px;
}

.screen-materialopt li h3 {
    font-family: 'Larsseit-Medium';
    padding: 22px 0 4px 0;
    margin-bottom: 0px;
    font-size: 18px;
    color: #000;
}

.screen-materialopt li p {
    font-size: 14px;
    color: #A5A5A5;
    margin-bottom: 0px;
    line-height: 24px;
}

.screendownloads-scn {
    padding: 100px 0;
}

    .screendownloads-scn h2 {
        margin-bottom: 16px;
    }

.sreendownload-info {
    padding-bottom: 45px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
}

.sreendownload-item {
    margin-top: 43px;
    float: left;
    width: 226px;
    margin-left: 74px;
}

.custom-select-down {
    width: 270px;
    float: right;
}

.dwnld-item-left {
    display: block;
    float: left;
    width: 100%;
    max-width: 826px;
}

.sreendownload-item:nth-child(3n+1) {
    clear: left;
    margin-left: 0px;
}

.sreendownload-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 32px;
}

.sreendownload-item ul {
    margin: 0px;
    padding-top: 5px;
}

    .sreendownload-item ul li {
        margin-bottom: 11px;
        margin-top: 3px;
        line-height: normal;
        clear: both;
        float: left;
        color: #117BC1;
        font-size: 16px;
        padding: 0px;
    }

        .sreendownload-item ul li:before {
            content: normal;
        }

        .sreendownload-item ul li a {
            color: #117BC1;
        }

            .sreendownload-item ul li a:hover {
                color: #0c6dae
            }

.dont-download-txt {
    margin-top: 10px;
    clear: both;
    float: left;
    font-size: 16px;
    line-height: 22px;
}

    .dont-download-txt a:hover {
        text-decoration: underline;
    }

.drawings-slt-main .custom-select-box {
    min-width: 100%;
    margin-top: 5px;
}

    .drawings-slt-main .custom-select-box select, .sreendownload-item .custom-select-box span {
        font-family: 'Larsseit';
        font-size: 16px;
    }

    .drawings-slt-main .custom-select-box span {
        padding-top: 2px;
        padding-left: 22px;
    }

.drawings-slt-main {
    display: block;
    padding-bottom: 15px;
}

.readyget-quote-scn {
    padding: 0px 10px;
}

.readyget-quote {
    min-height: 650px;
    width: 100%;
}

    .readyget-quote.f-left:after {
        content: normal;
    }

    .readyget-quote .btn-primary img {
        margin: -2px 12px 0px 0px;
        vertical-align: middle;
    }

    .readyget-quote .fix-wrap {
        position: static;
    }

    .readyget-quote .caption {
        max-width: 100%;
        position: absolute;
        z-index: 99;
        margin: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

        .readyget-quote .caption h2 {
            font-size: 50px;
            color: #FFFFFF;
            font-family: 'Larsseit-Bold';
            line-height: normal;
            margin-bottom: 30px;
        }

.whitegap {
    width: 100%;
    float: left;
    display: none
}

.screenMaterials ul.screen-materialopt li .screenmaterial-img img, .screen-results-materials .screen-icn img {
    border: 1px solid #9e9e9e;
    border-radius: 100%;
}

/*** Application Detail page Style here ***/
.screen-feature-cont h3 {
    font-size: 38px;
    font-family: 'Larsseit-Medium';
    line-height: 46px;
    margin-bottom: 15px;
}

.app-screendtl-img {
    margin-top: 60px;
}

.usepors-dtl {
    padding-bottom: 50px;
    max-width: 760px;
}

    .usepors-dtl p {
        max-width: 630px;
        margin-left: auto;
        margin-right: auto;
    }

.screen-feature-list .padding-55 {
    max-width: 500px;
}

.case-studies-scn {
    padding: 100px 0 238px 0;
    text-align: center;
}

    .case-studies-scn .casestudiesitem-slider {
        margin: auto;
        max-width: 1030px;
    }

.vistascopetab li.app-findscreen-btn a {
    padding: 10px 26px;
}

.casestudiesitem-dtl {
    padding: 0 8px;
}

    .casestudiesitem-dtl img {
        overflow: auto;
        border-radius: 2px;
    }

.case-studies-scn .slick-prev:before {
    background-image: url('../images/case-leftarrow.png')
}

.case-studies-scn .slick-next:before {
    background-image: url('../images/case-rightarrow.png')
}

.casegroup-box {
    position: relative;
    float: left;
}

    .casegroup-box:before {
        content: '';
        left: 0px;
        top: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        float: left;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.88) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.88) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.88) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000',GradientType=0 );
    }

.case-std-cont {
    position: absolute;
    z-index: 99;
    padding: 30px 30px 35px 30px;
    color: #fff;
    bottom: 0px;
    width: 100%;
    float: left;
}

    .case-std-cont h3 {
        margin-bottom: 0px;
        color: #fff;
        font-size: 20px;
        font-family: 'Larsseit-Medium';
        line-height: 26px;
    }

.case-std-plus {
    opacity: 0;
    width: 25px;
    height: 25px;
    background-image: url('../images/viewmore-hover-plus.png');
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 99;
}

.casegroup-box:hover .case-std-plus {
    opacity: 1;
}
/*** Material Detail page Style here ***/
.material-dtl-main {
    width: 100%;
    margin: auto;
    position: relative
}

.material-dtl-image {
    max-width: 281px;
    height: 281px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
    display: table;
    border: #9e9e9e 1px solid;
}

.material-award {
    max-width: 400px;
    width: 100%;
    float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px 0 0 0
}

    .material-award li {
        padding: 0px;
        margin-left: 20px;
        float: right;
        margin-bottom: 0px;
    }

        .material-award li:first-child {
            margin-left: 0px;
        }

        .material-award li:before {
            content: normal;
        }

        .material-award li.award-2 {
            max-width: 128px;
        }

.stunningsolution-scn {
    padding: 135px 0px 0px 0px;
}

.stunningsolution-dtl {
    max-width: 645px;
    text-align: center;
    margin: auto;
}

    .stunningsolution-dtl h2 {
        font-size: 50px;
        line-height: 54px;
    }

    .stunningsolution-dtl strong {
        text-align: center;
        font-family: 'Larsseit';
        margin-bottom: 30px;
        display: block;
        font-weight: normal;
        font-size: 20px;
        line-height: 30px;
    }

    .stunningsolution-dtl p {
        text-align: center;
        line-height: 30px;
        font-size: 20px;
    }

.download-specsheet-btn {
    font-size: 16px;
    display: table;
    margin: auto;
    clear: both;
    color: #117BC1
}

    .download-specsheet-btn:hover {
        text-decoration: underline;
    }

.mtrl-dtl {
    background: #fff;
    padding: 90px 0px 130px 0px;
}

    .mtrl-dtl h2 {
        border-bottom: 1px solid #D6D6D6;
        padding-bottom: 20px;
    }

.specs-table-prt {
    max-width: 471px;
    float: left;
}

.specs-graph-prt {
    float: right;
    max-width: 620px;
}

.mtrl-table-graph {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .mtrl-table-graph table {
        width: 100%;
        border: none;
    }

        .mtrl-table-graph table tr {
            border: none;
        }

            .mtrl-table-graph table tr td {
                border: none;
                padding: 3px 20px;
            }

            .mtrl-table-graph table tr:nth-child(odd) {
                background-color: #F1F1F1;
            }

            .mtrl-table-graph table tr td:first-child {
                border-right: 1px solid #ccc;
            }

            .mtrl-table-graph table tr strong {
                font-size: 14px;
                font-family: 'Larsseit-Medium';
                font-weight: normal;
            }

.specs-table-prt select, .specs-table-prt input {
    font-family: 'Larsseit';
    outline: none;
    line-height: normal;
    width: 100%;
    padding: 0px;
    height: 20px;
    font-size: 14px;
    color: #000;
    background: transparent;
    border: none;
}

    .specs-table-prt input::-webkit-input-placeholder {
        color: #000;
        opacity: 1;
        font-style: normal;
    }

    .specs-table-prt input::-moz-placeholder {
        color: #000;
        opacity: 1;
        font-style: normal;
    }

    .specs-table-prt input:-ms-input-placeholder {
        color: #000;
        opacity: 1;
        font-style: normal;
    }

    .specs-table-prt input:-moz-placeholder {
        color: #000;
        opacity: 1;
        font-style: normal;
    }

.specs-table-prt select {
    opacity: 1;
    color: #757070;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../images/slt-arrow.png) no-repeat 98% 11px;
    padding: 0 25px 0 10px;
    width: 100%;
    height: 25px;
    cursor: pointer;
    color: #000;
}

    .specs-table-prt select::-ms-expand {
        display: none;
    }

    .specs-table-prt select option {
        padding: 5px;
    }

.phantom-halr {
    padding-bottom: 50px;
}

    .phantom-halr p {
        margin-bottom: 50px;
    }
/*** Gallery page Style here ***/
.photo-filter-panel {
    padding: 18px;
    margin-top: 10px;
    float: left;
    width: 100%;
    border: 1px solid #D6D6D6;
}

    .photo-filter-panel .slt-label {
        line-height: 24px;
        float: left;
        font-family: 'Larsseit-Medium';
        color: #000;
        font-size: 16px;
    }

    .photo-filter-panel .ftr-list-item-main {
        margin-bottom: 25px;
    }

    .photo-filter-panel .collapsed-plusminuis {
        border: solid transparent;
        height: 0;
        width: 0;
        border-color: rgba(210, 9, 98, 0);
        border-top-color: #000000;
        border-width: 6px;
        margin-top: 11px;
        background: none;
    }

    .photo-filter-panel .collapseditem-current .collapsed-plusminuis {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        margin-top: 3px;
        background: none;
    }

.panelphoto-check-main {
    float: left;
    width: 100%;
}

    .panelphoto-check-main ul {
        display: block;
        padding: 0;
        margin: 0px;
        float: left;
        width: 100%;
        clear: both;
    }

        .panelphoto-check-main ul li {
            padding: 0px;
            margin-top: 10px;
        }

            .panelphoto-check-main ul li:before {
                content: normal;
            }

.gallery-photo .photogallery-item {
    margin-bottom: 20px;
    position: relative;
    float: left;
    max-width: 425px;
    border-radius: 2px;
    margin-left: 20px;
}

    .gallery-photo .photogallery-item:nth-child(2n+1) {
        margin-left: 0px;
    }

.photogallery-item a {
    position: relative;
    z-index: 99;
    float: left;
}

.photogallery-item:hover a:before {
    content: '';
    position: absolute;
    left: 0px;
    border-radius: 2px;
    top: 0px;
    background: rgba(0,0,0, 0.4);
    float: left;
    height: 100%;
    width: 100%;
}

.chocolat-description {
    line-height: normal;
    color: #000;
    font-family: 'Larsseit';
    position: relative;
    display: none;
    font-size: 16px;
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 45px;
}

    .chocolat-description em {
        font-style: italic;
        text-decoration: none;
    }

.chocolat-pagination {
    display: none;
}

.photogallery-item:hover .case-std-plus {
    opacity: 1;
}

.pagination-main {
    clear: both;
    display: table;
    padding-top: 25px;
    text-align: center;
    margin: auto;
}

.chocolat-content .chocolat-img {
    border-radius: 3px;
    margin-top: -40px;
}
/*** News List page Style here ***/
.newslist-scn .filters-title {
    margin: 15px 0px 0px 0px;
    font-size: 24px;
    width: 17%;
    line-height: 26px;
}

.filters-tab {
    width: 82%
}

    .filters-tab ul {
        margin: 0px;
        float: right;
    }

        .filters-tab ul li {
            transform: none;
            -moz-transform: none;
            -webkit-transform: none;
            padding: 0px;
            float: left;
            border: 1px solid transparent;
            margin-left: 10px
        }

            .filters-tab ul li:first-child {
                margin-left: 0px;
            }

            .filters-tab ul li:before {
                content: normal;
            }

            .filters-tab ul li a {
                color: #000;
                position: relative;
                border-radius: 3px;
                transform: none;
                -moz-transform: none;
                -webkit-transform: none;
                border: 1px solid #D6D6D6;
                font-size: 14px;
                font-family: 'Larsseit-Medium';
                padding: 11px 20px 10px 20px;
                float: left;
                line-height: normal;
            }

            .filters-tab ul li:hover, .filters-tab ul li.active {
                border-radius: 3px;
                border: #1b77b6 1px solid;
                transform: none;
                -moz-transform: none;
                -webkit-transform: none;
            }

                .filters-tab ul li:hover a, .filters-tab ul li.active a {
                    border: #1b77b6 1px solid;
                    border-radius: 0px;
                    transform: none;
                    -moz-transform: none;
                    -webkit-transform: none;
                }

.feature-article-main {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.newsfeature-prt {
    position: relative;
    float: left;
    width: 768px;
}

    .newsfeature-prt:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.92) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.92) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.92) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#eb000000',GradientType=0 );
    }

.featured-resource-img {
    float: left;
    width: 100%;
}

.featured-resource-cont {
    z-index: 99;
    color: #fff;
    position: absolute;
    padding: 40px 40px 40px 55px;
    bottom: 0px;
}

.news-subtitle {
    color: #adadad;
    font-size: 14px;
    font-family: 'Larsseit';
}

.news-readmore {
    color: #117BC1;
    font-size: 14px;
    font-family: 'Larsseit';
}

    .news-readmore:hover {
        text-decoration: underline;
    }

.newsfeature-prt .news-readmore {
    color: #fff;
}

    .newsfeature-prt .news-readmore:hover {
        text-decoration: underline;
        color: #fff;
    }

.featured-resource-cont h3 {
    padding-top: 5px;
    font-family: 'Larsseit';
    color: #fff;
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 44px;
}

    .featured-resource-cont h3 a {
        color: #fff;
    }

        .featured-resource-cont h3 a:hover {
            color: #fff;
        }

.newsfeature-prt .news-subtitle {
    color: #fff;
}

.featured-rs-btn {
    min-width: 105px;
    background: #107bc1;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 40px;
    font-size: 14px;
    padding: 0px 10px;
    font-family: 'Larsseit-Bold';
    line-height: 40px;
    text-align: center;
}

.news-article-prt {
    min-height: 322px;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    padding: 35px 30px 40px 40px;
    box-sizing: border-box;
    float: right;
    width: 370px;
}

    .news-article-prt h3 {
        margin-bottom: 20px;
        line-height: 32px;
        font-family: 'Larsseit';
        color: #0E161C;
    }

        .news-article-prt h3 a {
            color: #000;
        }

.newslist-item-main {
    float: left;
    width: 100%;
}

    .newslist-item-main ul {
        padding: 0px;
        margin: 0px;
        border-bottom: #ccc 1px solid;
        float: left;
        width: 100%
    }

        .newslist-item-main ul li {
            width: 33.3%;
            margin-bottom: 0px;
            float: left;
            padding: 40px 0px 40px 45px;
        }

            .newslist-item-main ul li:nth-child(3n+1) {
                clear: left;
                padding-left: 0px;
            }

            .newslist-item-main ul li:before {
                content: normal;
            }

            .newslist-item-main ul li h3 {
                max-width: 320px;
                margin-bottom: 15px;
                color: #0E161C;
                font-size: 20px;
                line-height: 28px;
                font-family: 'Larsseit';
            }

                .newslist-item-main ul li h3 a {
                    color: #0E161C;
                }

            .newslist-item-main ul li:hover h3 a {
                color: #117BC1
            }

.loadmorebox {
    text-align: center;
    display: block;
    padding-top: 40px;
    clear: both;
}

    .loadmorebox a {
        display: inline-block;
        background-color: #117BC1;
        padding: 0px 20px;
        min-height: 55px;
        min-width: 230px;
        border-radius: 2px;
        color: #fff;
        font-family: 'Larsseit-Bold';
        font-size: 18px;
        line-height: 55px;
    }

        .loadmorebox a:hover {
            background-color: #0d71b3
        }

.fix-wrap p em {
    font-style: italic;
}
/***News list New Design****/
.newslist-scn .photo-filter-panel {
    padding-top: 8px;
}

.newsitem-main {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.newsitem {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    max-width: 425px;
    padding: 45px 53px;
    margin-bottom: 16px;
    margin-left: 20px;
    width: 100%;
    min-height: 300px;
    float: left;
    border: 1px solid #D6D6D6;
}

    .newsitem:nth-child(2n+1) {
        clear: left;
        margin-left: 0px;
    }

    .newsitem .eventtitle {
        font-size: 14px;
        color: #A5A5A5;
        line-height: 30px;
    }

    .newsitem h3 {
        font-family: 'Larsseit';
        margin-bottom: 10px;
        font-weight: normal;
        color: #0E161C;
        font-size: 20px;
        line-height: 28px;
    }

    .newsitem:hover h3 {
        color: #117BC1;
    }

    .newsitem .newsread {
        color: #117BC1;
        font-size: 14px;
        line-height: 30px;
    }

.newsitem-pic {
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
}

    .newsitem-pic:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: rgba(0,0,0, 0.6);
    }

    .newsitem-pic h3, .newsitem-pic .newsread, .newsitem-pic .eventtitle {
        position: relative;
        z-index: 99;
        color: #fff;
    }

    .newsitem-pic:hover h3, .newsitem-pic:hover .newsread, .newsitem-pic:hover .eventtitle {
        color: #e7e7e7;
    }

/*** Sitemap page Style here ***/
.sitemap h1 {
    margin: 0px 0px 48px;
    text-align: center;
}

.sitemap h2 {
    margin: 0px 0px 30px;
    color: #001521;
}

.sitemap ul, .sitemap ul li {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    line-height: normal;
}

.sitemap ul {
    margin-bottom: 20px;
}

    .sitemap ul li a {
        display: inline-block;
        font-size: 14px;
        line-height: 26px;
    }

        .sitemap ul li a:hover {
            text-decoration: underline;
        }

.sitemap-row {
    clear: both;
    margin: 0px 0px 25px;
    width: 100%;
    overflow: hidden;
}

    .sitemap-row .sitemap-col {
        padding: 50px;
        width: 48.9%;
        margin-right: 25px;
        float: left;
        border: 1px solid #D6D6D6;
    }

        .sitemap-row .sitemap-col:last-child {
            margin-right: 0px;
        }

.sitemap-col h3 {
    margin: 0px;
    font-size: 16px;
    line-height: 36px;
    color: #001521;
}

.sub-col {
    width: 100%;
    overflow: hidden;
}

    .sub-col ul {
        padding-right: 15px;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

        .sub-col ul:last-child {
            padding: 0px;
        }

.sitemap-row.three-col .sitemap-col {
    width: 31.9%;
}

/*** 404 page Style here ***/
.nodata-page {
    padding: 180px 0px 100px;
    min-height: 597px;
    color: #001521;
}

    .nodata-page h2 {
        margin-bottom: 30px;
        color: #001521;
    }

    .nodata-page .fix-wrap {
        padding: 0px;
        max-width: 650px;
    }

    .nodata-page .f-left {
        display: block;
        margin-right: 78px;
        width: 28%;
    }

    .nodata-page .desc-right {
        padding: 28px 0 0;
        width: 60%;
        float: left;
        font-size: 16px;
        line-height: 26px;
    }

/*** Search Results page Style here ***/
.search-results {
    padding: 85px 0px;
}

    .search-results h2 {
        margin: 0px 0px 30px;
        overflow: hidden;
    }

        .search-results h2 img {
            display: block;
            float: left;
            margin-right: 47px;
        }

        .search-results h2 span {
            display: block;
            float: left;
            width: 90%;
        }

    .search-results ul, .search-results ul li {
        display: block;
        margin: 0px;
        padding: 0px;
        list-style: none;
        overflow: hidden;
    }

    .search-results ul {
        margin-bottom: 30px;
    }

        .search-results ul li {
            padding: 45px 75px;
            border-bottom: 1px solid #D6D6D6;
        }

            .search-results ul li:last-child {
                border-bottom: none;
            }

.search-pic {
    float: left;
    width: 156px;
    margin-right: 48px;
}

    .search-pic img {
        display: block;
    }

.search-desc {
    display: block;
    float: left;
    width: 68%;
    font-size: 16px;
    line-height: 26px;
}

    .search-desc h3 {
        margin: 0px 0px 25px;
        color: #117BC1;
    }

    .search-desc p {
        margin: 0px;
    }

.search-results .pagination {
    padding-left: 75px;
}

.pagination {
    float: left;
    margin: 0;
    padding: 0;
}

    .pagination a:last-child {
        margin: 0px;
    }

.paginition ul li {
    float: left;
    padding: 0px;
    margin: 0 8px 0 0;
    height: 32px;
    opacity: 1
}

    .paginition ul li:before {
        content: normal;
    }

    .paginition ul li a {
        float: left;
        margin-right: 8px;
        padding: 7px 12px;
        font-size: 18px;
        line-height: 18px;
        color: #000000;
    }

    .paginition ul li:first-child a, .paginition ul li:last-child a {
        color: #000;
        font-size: 35px;
        line-height: 25px;
        padding: 0 12px;
        display: block;
    }

    .paginition ul li.active a {
        background-color: #117BC1;
        color: #FFFFFF;
    }

    .paginition ul li.disabled a {
        color: #0006;
        cursor: not-allowed;
    }

.paginition a {
    float: left;
    margin-right: 8px;
    padding: 7px 12px;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}

    .paginition a.active {
        background-color: #117BC1;
        color: #FFFFFF;
    }

.paginition span {
    display: inline-block;
}

/*** Find A Screen step page style here ***/
.find-a-screen {
    padding: 10px 10px 0px;
}

.fs-title {
    padding: 20px 0px;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: 142px;
    background-color: #005B97;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

    .fs-title p {
        margin: 0px 0px 15px;
        color: rgba(255,255,255,0.5);
    }

    .fs-title h2 {
        margin: 0px;
        line-height: 44px;
        color: #FFFFFF;
    }

#FindAScreen {
    position: relative;
    overflow: hidden;
}

.screen-step {
    display: block;
    padding: 40px 0px;
    float: left;
    width: 100%;
    min-height: 370px;
    text-align: center;
    overflow: hidden;
    position: relative; /*transition: all 0.5s ease;*/
}

    .screen-step .help-icon {
        vertical-align: baseline;
        width: 9px;
    }

#FindAScreen div.screen-step:not(:first-of-type) {
    display: none;
}

.screen-step h2 {
    display: none;
}

.screen-step h3 {
    margin: 0px 0px 24px;
    line-height: 36px;
}

.next-action {
    clear: both;
    display: block;
    padding: 20px 0;
    width: 100%;
}

#progressbar {
    display: block;
    width: 100%;
    overflow: hidden;
}

    #progressbar span {
        display: block;
        float: left;
        width: 20%;
        height: 8px;
        background: #117BC1;
        transition: all 0.8s ease;
    }

.screen-row {
    margin: 0px 0px 100px;
    width: 100%;
    float: left;
}

/* .screen-row > .screen-checkbox:nth-child(2) {
        margin-left: 0px;
    }

    .screen-row > .screen-checkbox:last-child {
        margin-right: 0px;
    }*/

.reset-link {
    display: block;
    margin: 18px 0px 0px;
}

    .reset-link a {
        display: inline-block;
        font-family: 'Larsseit-Medium';
        font-size: 16px;
        line-height: 20px;
    }

        .reset-link a:hover {
            text-decoration: underline;
        }

.download-screen-link {
    padding-top: 20px;
    display: block;
    clear: both;
    text-align: center;
}

    .download-screen-link a {
        color: #117BC1;
        color: #117BC1;
        font-size: 16px;
        font-family: 'Larsseit';
    }

        .download-screen-link a i {
            vertical-align: middle;
            margin-right: 14px;
            background: url(../images/download-screen-downarrow.png) no-repeat;
            width: 21px;
            height: 21px;
            background-size: 100% 100%;
            display: inline-block;
        }

        .download-screen-link a:hover {
            color: #12679f
        }

.get-quote-banner.get-quote-result {
    padding: 90px 0;
    height: auto;
    min-height: 650px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
}

.get-quote-result .f-left {
    text-align: left;
    max-width: 526px;
    width: 100%;
}

.get-quote-result h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Larsseit-Bold';
    line-height: 32px;
}

.get-quote-result .contact-form {
    padding-top: 0px;
    max-width: 585px;
    width: 100%;
    float: right
}

.get-quote-result .form-group label {
    text-align: left;
    display: block;
    float: left;
    width: 125px;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Larsseit-Medium';
    color: #fff;
}

.get-quote-result .contact-form .action-btn {
    font-size: 16px;
    float: left;
    padding: 17px 28px;
}

.get-quote-result .contact-form .inputDiv input {
    border-radius: 2px;
    width: 100%;
}

.get-quote-result .contact-form .custom-select-box select {
    width: 100%;
}

.get-quote-result .contact-form .custom-select-box, .get-quote-result .contact-form .inputDiv {
    max-width: 455px;
}
/*** Custom Checkbox for Screen finder ***/
.screen-checkbox {
    display: inline-block;
    margin: 0px 10px 25px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
}

    .screen-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    display: block;
    padding: 20px;
    float: left;
    height: 230px;
    text-align: center;
    position: relative;
}

    .checkmark:after {
        content: '';
        margin: auto;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border: 1px solid #D6D6D6;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        pointer-events: none;
        -webkit-pointer-events: none;
        -moz-pointer-events: none;
    }

.screen-checkbox:hover input ~ .checkmark:after {
    border: 2px solid #117BC1;
}

.screen-checkbox input:checked ~ .checkmark:after {
    border: 2px solid #117BC1;
}

.checkmark h5 {
    margin: 5px 0px 0px;
    line-height: 26px;
    color: #000000;
}

.checkmark p {
    margin: 5px 0px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #A5A5A5;
}

.screen-icn {
    display: table-cell;
    width: 230px;
    height: 120px;
    vertical-align: middle;
}

    .screen-icn img {
        vertical-align: middle;
        max-height: 62px;
    }

.screen-type .screen-icn {
    height: 120px;
}

/*.screen-mounting-type .screen-checkbox {
    float: left;
}*/

.projection-type {
    margin-bottom: 20px;
}

    .projection-type .checkmark {
        padding: 12px 20px;
        min-width: 268px;
        height: auto;
    }

        .projection-type .checkmark h5 {
            margin: 0px;
        }

.screen-size {
    margin: 0px 0px 50px;
}

.screen-step .screen-size h3 {
    margin-bottom: 10px;
}

    .screen-step .screen-size h3 a {
        display: inline-block;
        line-height: normal;
    }

        .screen-step .screen-size h3 a img {
            vertical-align: middle;
        }

.screen-size .size-col {
    width: 33.33%;
    float: left;
}

.measurement-unit {
    display: inline-block;
    overflow: hidden;
}

    .measurement-unit .screen-checkbox {
        margin: 0px;
        float: left;
    }

        .measurement-unit .screen-checkbox:last-child {
            margin-left: -1px;
        }

    .measurement-unit .checkmark {
        padding: 12px 25px;
        height: auto;
    }

    .measurement-unit .screen-checkbox input:checked ~ .checkmark, .measurement-unit .screen-checkbox:hover input ~ .checkmark {
        position: relative;
        z-index: 9;
    }

    .measurement-unit .checkmark h5 {
        margin: 0px;
    }

.screen-size .custom-select-box span {
    text-align: center;
}

.dimensions-col .custom-select-box {
    min-width: 292px;
}

.custom-screen-size, .custom-dimensions {
    display: block;
    width: 100%;
    float: left;
}

.custom-dimensions {
    padding: 65px 0px 0px;
    font-family: 'Larsseit-Medium';
    font-size: 16px;
    line-height: 22px;
    border-top: 1px solid #D6D6D6;
}

.screen-step .custom-dimensions h3 {
    margin-bottom: 6px;
}

#SizeToggle, #GoBack {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
}

.dimension-col {
    display: inline-block;
}

    .dimension-col h4 {
        margin-bottom: 40px;
    }

    .dimension-col .form-group {
        display: block;
        margin: 0px 12px;
        float: left;
        width: 171px;
    }

        .dimension-col .form-group label {
            display: block;
            margin: 0px 0px 10px;
            font-size: 20px;
            line-height: 28px;
        }

        .dimension-col .form-group input {
            text-align: center;
        }

.show-dimensions #SizeToggle {
    display: none;
}

.room-control {
    width: 100%;
    float: left;
}

    .room-control .screen-checkbox:first-child {
        margin-left: 0px;
    }

    .room-control .screen-checkbox:last-child {
        margin-right: 0px;
    }

    .room-control .checkmark {
        padding: 30px 55px;
        max-width: 370px;
        height: 308px;
        float: left;
    }

        .room-control .checkmark h5 {
            margin: 25px 0px 15px;
        }

        .room-control .checkmark p {
            margin: 0px;
            line-height: 20px;
            color: #000000;
        }

    .room-control .screen-icn {
        width: 328px;
    }

        .room-control .screen-icn img {
            max-height: inherit;
        }

.screen-layer .checkmark {
    height: 215px;
}

    .screen-layer .checkmark h5 {
        margin: 15px 0px 0px;
    }

        .screen-layer .checkmark h5 img {
            vertical-align: middle;
            width: 7px;
        }

#FindAScreen5 .action-btn {
    min-width: 430px;
}

/*** Find A Screen Results page style here ***/
.find-a-screen-results .fs-title {
    height: 208px;
    border-bottom: 8px solid #117BC1;
}

    .find-a-screen-results .fs-title .fix-wrap {
        max-width: 675px;
    }

    .find-a-screen-results .fs-title p {
        margin-bottom: 10px;
    }

.find-a-screen-results .screen-step h3 {
    margin: 0px 0px 30px;
}

.find-a-screen-results .screen-row {
    margin: 0px 0px 70px;
}

    .find-a-screen-results .screen-row > .screen-checkbox:nth-child(2) {
        margin-left: 8px;
    }

.find-a-screen-results .screen-checkbox {
    margin: 0px 8px 16px;
    max-width: 276px;
    cursor: auto;
    vertical-align: top;
}

    .find-a-screen-results .screen-checkbox:first-child {
        margin-left: 0px;
    }

    .find-a-screen-results .screen-checkbox:nth-child(4n) {
        margin-right: 0px;
        clear: right;
    }

    .find-a-screen-results .screen-checkbox:nth-child(4n+1) {
        margin-left: 0px;
        clear: left;
    }

.find-a-screen-results .checkmark {
    padding: 42px 30px;
    height: auto;
}

    .find-a-screen-results .checkmark:hover:after {
        border: 2px solid #117BC1;
    }

.find-a-screen-results .screen-icn img {
    max-height: 100%;
}

.find-a-screen-results .screen-results-materials .screen-icn img {
    max-height: inherit;
}

.find-a-screen-results .checkmark h5 {
    margin: 20px 0px 0px;
}

.find-a-screen-results .checkmark a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
}

    .find-a-screen-results .checkmark a:hover {
        text-decoration: underline;
    }

.find-a-screen-results .screen-results-materials .checkmark h5 {
    margin: 30px 0px 0px;
}

.get-quote-banner {
    height: 250px;
    text-align: center;
}

    .get-quote-banner h1 {
        margin: 0px;
        padding: 80px 0px;
        color: #FFF;
    }

        .get-quote-banner h1 > span {
            display: inline-block;
            padding: 17px 40px 17px 0px;
            overflow: hidden;
        }

        .get-quote-banner h1 .btn-primary {
            padding: 29px 30px;
            min-width: 208px;
            overflow: hidden;
        }

            .get-quote-banner h1 .btn-primary img {
                margin: -2px 12px 0px 0px;
                vertical-align: middle;
            }

.fs-result-box ul li {
    padding: 84px 20px 45px;
    height: 310px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
}

    .fs-result-box ul li:after {
        content: normal;
    }

    .fs-result-box ul li h3 {
        margin: 0px 0px 35px;
        color: #117BC1;
    }

    .fs-result-box ul li .action-btn {
        min-width: inherit;
    }

    .fs-result-box ul li.blue-box {
        color: #FFF;
        background: #117BC1;
        border: none;
    }

        .fs-result-box ul li.blue-box h3 {
            color: #FFFFFF;
        }

        .fs-result-box ul li.blue-box .action-btn {
            background: #00548C;
        }

            .fs-result-box ul li.blue-box .action-btn:hover {
                background: #014d7f;
            }

/*** Application List page Style here ***/
.app-listing ul li {
    cursor: pointer;
}

    .app-listing ul li .caption h2 {
        line-height: 44px;
    }

/*** Rep Locator page Style here ***/
.cmn-two-col {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 10px 10px 0px;
    justify-content: center;
}

.left-banner, .right-box {
    display: block;
    margin: 0%;
    width: 49.6%;
    float: left;
    min-height: 510px;
    position: relative;
    text-align: center;
    color: #FFFFFF;
}

.left-banner {
    margin-right: 10px;
    background-color: #0E161C;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.cmn-two-col .caption {
    display: block;
    margin: auto;
    max-width: 398px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 3;
}

    .cmn-two-col .caption h1 {
        color: #FFFFFF;
    }

.cmn-two-col.contact-rep .caption p {
    margin: 0px 0px 50px;
}

.hp-small-box.contact-rep ul li {
    height: 510px;
    background-color: #0E161C;
}

    .hp-small-box.contact-rep ul li:after {
        content: normal;
    }

    .hp-small-box.contact-rep ul li .caption {
        margin: auto;
        max-width: 398px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

        .hp-small-box.contact-rep ul li .caption h1 {
            color: #FFFFFF;
        }

        .hp-small-box.contact-rep ul li .caption p {
            margin: 0px 0px 50px;
        }

.blue-box {
    color: #FFF;
    background-color: #117BC1;
}

.contact-rep .btn-link {
    padding: 0px 5px;
}

    .contact-rep .btn-link img {
        vertical-align: middle;
    }

    .contact-rep .btn-link:after, .contact-rep .btn-link:hover:before {
        content: normal;
    }

#RepLocatorForm {
    display: block;
    margin: auto;
    max-width: 337px;
}

.contact-rep .form-group {
    margin: 0px 0px 12px;
}

.contact-rep .custom-select-box {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

    .contact-rep .custom-select-box span {
        padding: 0px 32px 0px 20px
    }

        .contact-rep .custom-select-box span.empty {
            text-align: center;
        }

    .contact-rep .custom-select-box:before {
        content: normal;
    }

.contact-rep .action-btn {
    width: 100%;
    background: #00548C;
}

    .contact-rep .action-btn:hover {
        background: #014d80;
    }

.map-area {
    padding: 80px 0px 120px;
}

    .map-area .f-left {
        width: 44%;
        background: #e8e8e8;
    }

        .map-area .f-left img {
            display: block;
            width: 100%;
        }

    .map-area .f-right {
        width: 48%;
    }

        .map-area .f-right ul, .map-area .f-right ul li {
            display: block;
            margin: 0px;
            padding: 0px;
            overflow: hidden;
        }

            .map-area .f-right ul li {
                padding: 3.8% 7% 0px 0px;
                float: left;
                width: 49%;
                font-size: 14px;
                line-height: 22px;
                min-height: 270px;
            }

                /*.map-area .f-right ul li:nth-child(2n) {
                    padding-right: 0px
                }*/

                .map-area .f-right ul li span {
                    display: block;
                    color: #A5A5A5;
                }

                .map-area .f-right ul li h3 {
                    margin: 0px 0px 10px;
                    line-height: 32px;
                }

                .map-area .f-right ul li p {
                    margin: 0px 0px 12px;
                }

                .map-area .f-right ul li a {
                    display: inline-block;
                    font-size: 16px;
                    line-height: 24px;
                }

/*** Contact page Style here ***/
.contact .left-banner, .contact .right-box {
    min-height: 600px;
}

.contact.cmn-two-col .caption {
    max-width: inherit;
    top: inherit;
    bottom: 50px;
    transform: none;
}

.contact .left-banner:after {
    content: '';
    display: block;
    margin: auto;
    width: 100%;
    height: 345px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.70)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.70) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.hp-small-box.contact ul li {
    height: 600px;
}

    .hp-small-box.contact ul li .caption h1 {
        color: #FFFFFF;
    }

.contact .caption p {
    margin: 0px;
}

.contact .white-box {
    padding: 20px;
    color: #001521;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
}

.white-box:after {
    content: normal;
}

.contact-form {
    display: block;
    padding: 34px 0px 0px;
    margin: auto;
    max-width: 388px;
}

.form-group {
    display: block;
    margin: 0px 0px 13px;
    float: left;
    width: 100%;
}

.contact label {
    display: block;
    padding: 8px 0px;
    float: left;
    width: 108px;
    margin-right: 18px;
    font-size: 16px;
    line-height: 24px;
}

.contact-form .inputDiv {
    display: block;
    float: left;
    width: 100%;
    max-width: 260px;
}

.contact-form .custom-select-box {
    width: 100%;
}

    .contact-form .inputDiv input, .contact-form .custom-select-box select, .contact-form .custom-select-box span {
        font-family: 'Larsseit';
        font-size: 16px;
        color: #000000;
        height: 40px;
        width: 260px
    }

    .contact-form .custom-select-box textarea {
        width: 100%;
        max-width: 260px;
        height: 40px;
        line-height: 40px;
        font-weight: 400;
        font-family: 'Larsseit';
    }

    .contact-form .custom-select-box span {
        padding: 0px 32px 0px 20px;
    }

.contact-form .action-btn {
    padding: 9px 25px;
    min-width: 101px;
}

.contact .form-group .help-block, .cmn-frm .form-group .help-block {
    clear: both;
    margin: 0px;
    padding-top: 5px;
    padding-left: 126px;
    width: 100%;
    text-align: left;
}

.location-blk {
    padding: 70px 0px 120px;
}

    .location-blk ul, .location-blk ul li {
        display: block;
        margin: 0px;
        padding: 0px;
        list-style: none;
        overflow: hidden;
    }

        .location-blk ul li {
            float: left;
            width: 20.4%;
            margin-right: 71px;
            font-size: 14px;
            line-height: 22px;
            color: #000000;
        }

            .location-blk ul li:last-child {
                margin-right: 0px;
            }

            .location-blk ul li .map-blk {
                display: block;
                width: 100%;
                overflow: hidden;
            }

                .location-blk ul li .map-blk img {
                    display: block;
                    width: 100%;
                }

            .location-blk ul li h3 {
                margin: 26px 0px;
                font-family: 'Larsseit-Medium';
                font-weight: 400;
            }

            .location-blk ul li .location-row {
                margin: 0px 0px 15px;
            }

            .location-blk ul li .phone a {
                color: #000000;
            }

/*** About page Style here ***/
.hp-small-box.about-box ul li {
    height: 620px;
    text-align: left;
}

.hp-small-box.contact-rep.about-box ul li .caption {
    max-width: 470px;
}

.hp-small-box.about-box ul li .caption h1 {
    line-height: 54px;
}

.hp-small-box.about-box ul li .caption p {
    margin: 0px;
}

.about-item {
    padding: 70px 0px 0px;
}

    .about-item .screen-feature-cont {
        width: 500px;
    }

    .about-item .screenfeature-img {
        width: 670px;
    }

    .about-item .screen-feature-cont h2 {
        line-height: 46px;
    }

    .about-item .screen-feature-cont p {
        font-size: 20px;
        line-height: 30px;
    }

.cmn-banner.abt-splash-banner {
    padding: 120px 0px;
    height: 400px;
    text-align: center;
}

.abt-splash-banner .fix-wrap {
    max-width: 687px;
}

.abt-splash-banner h2 {
    margin: 0px;
    color: #FFFFFF;
    line-height: 50px;
}
/*** Material List page Style here ***/
.cmn-banner.post-banner {
    height: 160px;
    text-align: center;
    overflow: hidden;
}

    .cmn-banner.post-banner h3 {
        margin: 0px;
        padding: 53px 0px;
        color: #FFF;
        vertical-align: middle;
    }

        .cmn-banner.post-banner h3 span, .cmn-banner.post-banner h3 a {
            display: inline-block;
            vertical-align: middle;
        }

        .cmn-banner.post-banner h3 span {
            margin-right: 28px;
        }

.material-tab-tit {
    display: none;
    padding: 12px;
    margin-top: 15px;
    border: 1px solid #ddd;
    background: #f1f1f1;
    margin: 10px 10px 0px;
}

    .material-tab-tit:after {
        clear: both;
        display: table;
        content: '';
    }

    .material-tab-tit h2 {
        font-size: 24px;
        font-family: 'Larsseit-Medium';
        float: left;
        margin-bottom: 0px;
        line-height: 26px;
    }

.material-tab-sec {
    display: block;
    overflow: hidden;
    min-height: 86px;
    padding: 15px 10px 0px;
}

.material-tabs {
    display: block;
    overflow: hidden;
}

    .material-tabs .m-tabs {
        display: inline-block;
        padding: 12px 7px;
        cursor: pointer;
        font-weight: bold;
        font-size: 16px;
        border: 1px solid #D6D6D6;
        border-radius: 2px;
        text-align: center;
        min-width: 224px;
        color: #001521;
        margin: 0px 15px 15px 0px;
        background-color: #F1F1F1;
    }

        .material-tabs .m-tabs:last-child {
            margin-right: 0px;
        }

.materialTabsFix {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    top: 60px;
    z-index: 2;
    margin-top: 0;
}

.material-table-list .floatThead-container {
    overflow: visible !important;
    z-index: 1 !important;
}

.materialSortFix {
    position: fixed;
    left: 0;
    right: 0;
    padding: 15px 0;
    background: #fff;
    top: 132px;
    z-index: 1;
    margin-top: 0;
}

.material-tabs .m-tabs:hover, .material-tabs .m-tabs:focus, .material-tabs .m-tabs.active {
    border: 3px solid #117bc1;
    padding: 10px 5px;
    color: #117BC1;
}

.material-table-list {
    padding: 0px 0px 90px;
}

    .material-table-list table.tablesorter {
        margin-top: 0px;
    }

.tablediv table.tablesorter {
    text-align: center;
}

.tablediv table.tablesorter tbody tr {
    cursor: pointer;
}

    .tablediv table.tablesorter tbody tr td {
        vertical-align: middle;
    }

        .tablediv table.tablesorter tbody tr td img {
            vertical-align: middle;
            margin-right: 20px;
            display: block;
        }

        .tablediv table.tablesorter tbody tr td a {
            display: inline-block;
            overflow: hidden;
        }

    .tablediv table.tablesorter tr th span {
        color: #117BC1
    }

.tooltip {
    position: relative;
}

.tooltip-data {
    position: absolute;
    width: 250px;
    top: 25px;
    font-size: 14px;
    font-family: 'Larsseit';
    line-height: 22px;
    color: #fff;
    background: #000;
    padding: 30px;
    margin-top: 7px;
    left: -120px;
    display: none;
    z-index: 99;
}

    .tooltip-data:before {
        content: '';
        position: absolute;
        top: -6px;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        border-color: transparent transparent #000 transparent;
    }

.tooltip:hover .tooltip-data {
    display: block;
}

.tablediv table.tablesorter tr th span .tooltip-data {
    color: #fff;
}

table.tablesorter thead tr th:last-child .tooltip-data {
    left: auto;
    right: -10px;
}

    table.tablesorter thead tr th:last-child .tooltip-data:before {
        left: auto;
        right: 7px
    }

.color-cycle {
    vertical-align: middle;
    margin-right: 18px;
    border-radius: 100px;
    border: #9e9e9e 1px solid;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.tablediv .tablesorter .scrn-mtrl-name {
    display: inline-block;
    vertical-align: middle;
    max-width: 77%;
    position: relative;
    top: 2px;
    color: #117BC1;
}

/*** Header Globel Dropdown here***/
.top-bar ul li.hdr-globel {
    font-size: 0px;
    line-height: normal;
    border-left: none;
    position: relative;
    float: right;
    padding: 0px 20px 0 8px;
    cursor: pointer;
}

.hdr-globel .global-icon:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 5px;
    width: 11px;
    height: 6px;
    background: url('../images/global-angle.png') no-repeat 0px 0px;
    background-size: 11px 6px;
}

.hdr-globel .global-icon {
    float: left;
    cursor: pointer;
}

.hdr-globel .globel-drowdown {
    position: absolute;
    z-index: 99;
    top: 20px;
    right: -20px;
    padding: 10px;
    display: none;
    width: 260px;
    background: rgba(17,123,193,0.5);
    border-radius: 2px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.32);
    cursor: auto;
}

.hdr-globel ul {
    background: #117BC1;
    padding: 35px 45px;
    float: left;
    width: 100%;
    position: relative;
    border-radius: 2px;
}

.navbar-fixed-top .globel-drowdown {
    top: 35px;
    padding-top: 60px;
}

    .navbar-fixed-top .globel-drowdown ul:before {
        top: 46px;
    }

.hdr-globel ul li {
    float: left;
    width: 100%;
    border: none;
    clear: both;
}

    .hdr-globel ul li a {
        font-size: 16px;
        line-height: 32px;
        color: #ffffff;
        padding: 0px;
        width: 100%;
    }

        .hdr-globel ul li a:hover {
            text-decoration: underline;
        }


img.ajax-loader {
    margin-top: 5px;
    margin-left: 10px;
    display: none;
}
/* Error message style */
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

textarea.has-error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

input.has-error {
    border-color: #b94a48;
}

[class^=col-] > .form-control + .form-control-feedback {
    right: 13px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #b94a48;
}

.alert {
    margin-bottom: 20px;
    margin-top: 0;
    color: #675100;
    border-width: 0;
    border-left-width: 5px;
    padding: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    overflow: hidden;
}

    .alert i {
        float: left;
        margin-right: 10px;
        margin-top: 5px;
    }

    .alert span {
        float: left;
        width: 89%;
    }

.alert-success {
    border-color: #8ac38b;
    color: #356635;
    background-color: #cde0c4;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.alert .close {
    top: 0;
    right: -5px;
    line-height: 20px;
    cursor: pointer;
}

.custom_checkbox + .help-block {
    clear: left;
    margin-top: 40px;
}

.alert-danger {
    border-color: #953b39;
    color: #fff;
    background-color: #c26565;
    text-shadow: none;
}

.has-error .cmn-select {
    border: 1px solid #b94a48;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.chocolat-description p {
    margin: 0;
}

.specs-table-prt span {
    font-size: 14px;
}

/***Search result***/
.search-results .gsc-webResult .gsc-result {
    padding: 10px 0 10px 0 !important;
}

.search-results .gsc-cursor-box {
    padding-left: 0px;
}

.search-results .gsc-results .gsc-cursor-box {
    margin: 0px;
}

    .search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
        margin-bottom: 2px;
        text-decoration: none !important;
        float: left;
    }

/*** cookies popup***/
.cookie-popup {
    box-sizing: border-box;
    z-index: 99999;
    width: 100%;
    padding: 40px 0;
    background: #0E161C;
    bottom: 0;
    top: auto !important;
    position: fixed;
    left: 0;
}

    .cookie-popup .left-desc {
        width: calc(100% - 250px);
        float: left;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 24px;
    }

    .cookie-popup .right-btn {
        float: right;
        max-width: 220px;
        text-align: left;
    }

    .cookie-popup .cmn_btn {
        padding: 0px 25px;
        font-size: 15px;
        color: #FFF;
        background: #117bc1;
        font-weight: normal;
        text-decoration: none;
        display: block;
        height: 40px;
        line-height: 40px;
    }

        .cookie-popup .cmn_btn:hover {
            opacity: 0.7;
        }

    .cookie-popup a {
        color: #FFFFFF;
        text-decoration: underline;
    }

        .cookie-popup a.link {
            display: block;
            margin: 0;
            font-size: 16px;
            line-height: 21px;
            margin-top: 10px
        }

.tablediv table.tablesorter .headerSortDown .tooltip {
    color: #FFFFFF;
}

.tablediv table.tablesorter .headerSortUp .tooltip {
    color: #FFFFFF;
}

/*** Partners Page Start***/
.partner-dtl {
    padding: 75px 0 70px;
    text-align: center;
}

    .partner-dtl h1 {
        margin-bottom: 50px;
    }

.partner-dtl-main {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

    .partner-dtl-main li {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(17% - 34px);
        border: 1px solid #D6D6D6;
        border-radius: 2px;
        padding: 15px;
        margin: 15px;
        min-height: 150px;
    }

        .partner-dtl-main li:hover {
            border-color: #196ea7;
        }

        .partner-dtl-main li img {
            max-height: 120px;
        }

        .partner-dtl-main li:before {
            display: none;
        }

li#NavResources .sub-menu {
    width: 173px;
    left: 0;
}
.hero-banner {
    text-align: center;
    margin-bottom: 10px;
}
#mobileHomeAnnouncement {
    display: none;
}

    @media screen and (min-width:599px) {
        /* .material-tabs {
            display: block !important;
        } */
    }
    @media screen and (max-width:1366px) {
        .ngdialog.ngdialog-theme-default {
            padding-top: 70px !important;
        }
    }
    @media screen and (max-width:1280px) {
        .material-tabs .m-tabs { min-width:214px; }
    }

    @media screen and (max-width:1169px) {
        .ftr-list-item-main ul .screentooltip:hover .tooltipbox {
            visibility: visible;
            opacity: 1;
            display: block;
        }
        /*.ftr-list-item-main .custom_checkbox .tooltiptoggle {
        visibility: visible;
        opacity: 1;
    }*/
        .tablediv .tablesorter .scrn-mtrl-name {
            max-width: 75%;
            display: inline-block;
        }

        .fix-wrap {
            padding: 0px 20px;
        }
        /*** Header Style ***/
        nav > ul > li > a {
            padding: 0px 18px;
        }

        nav > ul > li:hover > a::after, .sub-menu-parent:focus > a::after, .sub-menu-parent:focus-within > a::after {
            left: 18px;
            right: 18px;
        }

        .hp-small-box ul li {
            width: 49.5%;
        }
        /*** Sitemap ***/
        .sitemap-row .sitemap-col {
            width: 48.97%;
            margin-right: 20px;
        }
        /*** Search Results page Style here ***/
        .search-desc {
            width: 74%;
        }
        /*** Screen List page Style here ***/
        .screenlist-ftr-list-main {
            padding-bottom: 0px;
        }

        .screenlist-filter {
            padding: 40px 0;
        }

        .screenlist-ftr-lft {
            width: 25%;
        }

        .screenlist-ftr-rgt {
            width: 73%;
        }

        .screenlist-dtl .screen-item {
            width: 32%;
            margin-left: 2%;
            margin-bottom: 14px;
            padding: 20px;
        }

        .user-ScreenFinder {
            width: 100%;
        }

            .user-ScreenFinder .usescreen-finder {
                font-size: 14px;
                padding: 10px;
            }

            .user-ScreenFinder h3 {
                font-size: 22px;
                line-height: 26px;
            }
        /*** News List page Style here ***/
        .newsfeature-prt {
            width: 68%;
        }

        .news-article-prt {
            width: 30%;
            padding: 25px;
        }

        .newslist-item-main ul li {
            padding-left: 20px;
        }
        /*** Find a Screen page Style here ***/
        .screen-step .fix-wrap {
            padding: 0px 10px;
        }

        /*.screen-checkbox {
        margin: 0px 8px;
    }*/

        .screen-mounting-type .screen-checkbox {
            width: 23.7%;
        }

        .screen-mounting-type .checkmark h5 {
            margin: 0px;
        }

        .room-control .checkmark {
            max-width: 314px;
        }

            .room-control .checkmark h5 {
                margin: 15px 0px;
            }

        .get-quote-result .f-left {
            max-width: 49%;
        }

        .get-quote-result .contact-form {
            max-width: 49%
        }

        .get-quote-result h2 {
            font-size: 45px;
        }

        .get-quote-result p {
            line-height: normal;
            font-size: 16px;
        }

        .get-quote-result .contact-form .custom-select-box, .get-quote-result .contact-form .inputDiv {
            max-width: 70%;
            float: left;
        }
        /*** Find A Screen Results page style here ***/
        .find-a-screen-results .fs-title .fix-wrap {
            max-width: 715px;
        }

        .fs-result-box ul li {
            padding: 60px 20px 45px;
        }

        .find-a-screen-results .screen-checkbox:nth-child(4n) {
            margin-right: 8px;
            clear: none;
        }

        .find-a-screen-results .screen-checkbox:nth-child(4n+1) {
            margin-left: 8px;
            clear: none;
        }

        .find-a-screen-results .screen-checkbox:nth-child(3n) {
            margin-right: 0px;
            clear: right;
        }

        .find-a-screen-results .screen-checkbox:nth-child(3n+1) {
            margin-left: 0px;
            margin-right: 8px;
            clear: left;
        }

        /*** Screens Detail page Style here ***/
        .ftr-list-item-main ul li .custom_checkbox {
            padding-left: 23px;
        }

        .screen-feature-cont h3 {
            font-size: 35px;
            line-height: 40px;
        }

        .screen-feature-list .padding-55 {
            padding-left: 20px;
        }

        .gallery-scn .slick-prev {
            left: 10px;
        }

        .gallery-scn .slick-next {
            right: 10px
        }

        .screenspecs-info ul li {
            width: 32%;
            margin-left: 2%;
        }

        .screen-materialopt li {
            width: 23.2%;
            margin-left: 2%;
        }

            .screen-materialopt li a {
                width: 100%;
            }

        .dwnld-item-left {
            width: 72%;
            max-width: inherit;
        }

        .sreendownload-item {
            width: 32%;
            margin-left: 2%;
        }

        .custom-select-down {
            width: 26%;
        }

        .readyget-quote {
            min-height: 400px;
            height: auto;
        }

        .chocolat-content .chocolat-img {
            width: 95%;
            left: 0px;
            right: 0px;
            margin: auto;
        }

        .chocolat-content .chocolat-right {
            right: 4%;
        }

        .chocolat-content .chocolat-left {
            left: 4%;
        }

        .chocolat-content .chocolat-close {
            right: 2.5%;
            top: 17px;
        }
        /*** Application Detail page Style here ***/
        .app-screendtl-img {
            width: 95%;
        }

        .case-studies-scn {
            padding: 100px 0;
        }

            .case-studies-scn .slick-next {
                right: 10px;
            }

            .case-studies-scn .slick-prev {
                left: 10px;
            }

            .case-studies-scn .slick-next:before {
                background-image: url('../images/right-arrow.png');
            }

            .case-studies-scn .slick-prev:before {
                background-image: url('../images/left-arrow.png');
            }
        /*** Gallery page Style here ***/
        .gallery-photo .photogallery-item {
            width: 49%;
            margin-left: 2%;
            margin-bottom: 2%;
        }
        /*** Contact page Style here ***/
        .location-blk ul li {
            margin-right: 20px;
            width: 23.4%;
        }
        /*** Material Detail page Style here ***/
        .material-award li {
            margin-left: 5px;
        }

        .specs-table-prt, .specs-graph-prt {
            max-width: 49%;
        }
        /*** Material List page Style here ***/
        .material-tab-sec { min-height: 1px; padding: 15px 10px 5px; }
        .tablediv {
            overflow: auto;
        }

        table.tablesorter {
            width: 1169px;
        }

        .cmn-banner.post-banner {
            height: auto;
        }

            .cmn-banner.post-banner h3 {
                padding: 30px 0;
            }

                .cmn-banner.post-banner h3 span {
                    margin-bottom: 20px;
                    margin-right: 0px;
                }

        .material-table-list {
            padding-bottom: 40px;
        }

        table.tablesorter thead tr th, table.tablesorter tfoot tr th {
            padding: 20px 5px 35px;
        }

        .whitegap {
            display: none !important
        }
        /***News list New Design****/
        .newsitem {
            max-width: 49%;
            padding: 20px 20px;
            min-height: 250px;
            margin-left: 2%;
        }

        .screenlist-dtl li:hover:after, .screenlist-dtl li.hover-div:after {
            top: 0px;
        }

        .left-banner, .right-box {
            width: 49.5%;
        }

        .chocolat-description {
            left: 2.5%;
            width: 95%;
        }

        .search-results {
            padding: 30px 0px;
        }

        .material-award {
            max-width: 330px;
        }
        /*** Partners Page Start***/
        .partner-dtl-main li {
            width: calc(20.5% - 30px);
        }

        .material-tabs .m-tabs { min-width:193px; margin: 0px 5px 8px 0px; }
    }

    @media screen and (max-width:1024px) {
        header {
            padding: 0px 20px;
        }

        .browse-screen-nav {
            padding: 50px 30px 40px;
        }

        .hp-small-box ul li {
            width: 49.4%;
            height: 550px;
        }
        /*** Footer Style here ***/
        .f-col ul li {
            margin: 0px 0px 8px;
        }
        /*** Sitemap ***/
        .sitemap-row .sitemap-col {
            padding: 40px;
            width: 48.93%;
        }
        /*** Screen list ***/

        .screenlist-hover-link .Srequest-quote-btn, .screenlist-hover-link .Sview-screen-btn {
            width: 100%;
        }

        /*** Find a Screen page Style here ***/
        .room-control .checkmark {
            padding: 30px;
            max-width: 299px;
        }
        /*** Find A Screen Results page style here ***/
        .fs-result-box ul li {
            height: 310px;
        }
        /*** Rep Locator page Style here ***/
        .map-area .f-right {
            width: 50%;
        }
        /*** About page Style here ***/
        .hp-small-box.about-box ul li.dark-box {
            height: 500px;
        }

        .abt-splash-banner .fix-wrap {
            max-width: 727px;
        }

        .left-banner, .right-box {
            width: 49.4%;
        }

        .map-area .f-left, .map-area .f-right {
            width: 48% !important;
        }

        .material-tabs .m-tabs { min-width: 230px; }
        .material-table-list table.tablesorter { width: 1024px; }
        .material-table-list table.tablesorter tbody td { padding: 15px 20px; }
    }

    @media screen and (max-width:979px) {
        #NavScreen .sub-menu {
            transform: translatex(0);
            margin-left: 100%;
        }

        nav > ul > #NavScreen.open-submenu > .sub-menu {
            margin-left: 0;
            width: 100%;
            display: block;
        }

        .mid_wrapper {
            padding: 53px 0px 0px;
        }

        .modal-box {
            padding: 40px 30px;
        }
        /*** Header Style ***/
        header {
            padding: 10px 20px;
        }

        .top-bar {
            display: none;
        }

        .nav-brand {
            width: 100%;
            margin-top: 0;
        }

        .logo {
            max-width: 148px;
        }

        .btn--search {
            padding: 6px 6px 0px;
            float: right;
            line-height: normal;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar nav {
            display: none;
            padding: 0px;
            margin: 0px;
            width: 100%;
            max-width: 100%;
            height: calc(100% - 53px);
            position: fixed;
            top: 53px;
            left: 0px;
            right: 0px;
            background: #FFFFFF;
            overflow-y: auto;
            overflow-x: hidden;
            z-index: 998;
            -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
        }

        nav > ul, nav > ul.f-right {
            display: block;
            width: 100%;
        }

            nav > ul > li {
                width: 100%;
            }

                nav > ul > li > a {
                    line-height: 50px;
                    border-top: 1px solid #D6D6D6;
                }

                nav > ul > li:hover > a::after, .sub-menu-parent:focus > a::after, .sub-menu-parent:focus-within > a::after {
                    content: normal;
                }

        li.sub-menu-parent > a {
            padding-right: 50px;
            position: relative;
        }

        .sub-menu-parent {
            position: relative;
        }

            .sub-menu-parent .mob-arrow {
                display: block;
            }

        nav > ul > li.sub-menu-parent > .sub-menu {
            padding: 12px;
            margin-left: 100%;
            left: 0px;
            width: 100%;
            height: calc(100% - 61px);
            position: fixed;
            top: 61px;
            background: #FFFFFF;
            visibility: visible;
            opacity: 1;
            transform: none;
            transition: none;
            box-shadow: none;
            z-index: 2;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
            overflow-y: auto;
            overflow-x: hidden;
        }

        nav > ul > li.sub-menu-parent.open-submenu .sub-menu {
            margin-left: 0px;
        }

        .sub-menu-parent:focus .sub-menu, .sub-menu-parent:focus-within .sub-menu, .sub-menu-parent:hover .sub-menu {
            z-index: 2;
        }

        .sub-menu .back {
            display: block;
            width: 100%;
            margin-left: 0;
        }

        nav .sub-menu .screen-finder {
            padding: 30px;
            width: 100%;
            height: auto;
        }

            nav .sub-menu .screen-finder h2 {
                margin-bottom: 36px;
                line-height: 44px;
            }

        .browse-screen-nav {
            width: 100%;
            margin-left: 0px;
            padding: 15px;
        }

        .style-two .sub-menu ul li {
            margin-bottom: 10px;
        }

            .style-two .sub-menu ul li a {
                line-height: normal;
            }

        .hdr-globel .mob-arrow {
            width: 50px;
            height: 50px;
            position: absolute;
            right: 2px;
            top: 0px;
            bottom: 0px;
            background: #fff url('../images/mob-arrow.png') no-repeat center center;
            background-size: 7px 12px;
            z-index: 0;
        }

        nav > ul > li.hdr-globel.toggleglobel .mob-arrow {
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        /*** Footer Style here ***/
        .copyright .f-left, .copyright .f-right {
            width: 100%;
            text-align: center;
        }

            .copyright .f-left a {
                padding: 0 7px;
            }
        /*** Homepage Style here ***/
        .cmn-banner {
            height: 500px;
        }

            .cmn-banner .caption {
                margin: 140px 0px 0px;
            }

                .cmn-banner .caption h2 {
                    line-height: 44px;
                }

        .cms-home .cmn-banner.f-left::after, .cms-home .cmn-banner.f-right::after {
            background: rgba(0,0,0,0.45);
            max-width: 100%;
        }

        .cms-home .hp-banner {
            height: 560px;
        }

            .cms-home .hp-banner .caption {
                margin: 80px 0px 0px;
            }

        .hp-quality {
            background-position: top left -100px;
        }

        .hp-small-box {
            padding: 0px 10px;
        }

            .hp-small-box ul li {
                margin: 10px 0px 0px;
                width: 100%;
                height: 500px;
            }

                .hp-small-box ul li::after {
                    height: 100%;
                }
        /*** Custom Template Style here ***/
        .cmn-banner.screen-finder {
            padding: 52px 0px;
            height: 270px;
        }

        .screen-finder h2 {
            margin-bottom: 36px;
            line-height: 44px;
        }

        .grey-box {
            padding: 40px 35px;
        }

        .pad {
            padding: 20px 0px 40px;
        }

        ul {
            margin: 0px 0px 30px 15px;
        }

        ol {
            margin: 0px 0px 30px 20px;
        }
        /*** Sitemap ***/
        .sitemap-row .sitemap-col {
            padding: 40px 30px;
            width: 48.6%;
        }

        .sitemap-row.three-col .sitemap-col {
            width: 31.5%;
        }
        /*** Search Results page Style here ***/
        .search-results h2 img {
            margin-right: 18px;
        }

        .search-results ul li {
            padding: 45px;
        }

        .search-pic {
            margin-right: 20px;
        }

        .search-desc {
            width: 72%;
        }

        .search-results .pagination {
            padding-left: 40px;
        }
        /*** Screen List page Style here ***/
        .collapsed-item-accr {
            padding: 10px 10px;
        }

        .ftr-list-item-main ul {
            padding: 0px 10px 20px 10px
        }

        .ftr-list-item-main h3 {
            font-size: 14px;
        }

        .screenlist-dtl .screen-item {
            padding: 10px;
            min-height: 280px;
        }

        .screenlist-dtl h3 {
            font-size: 18px;
            line-height: 20px;
        }

        .user-ScreenFinder {
            min-height: 280px;
        }

        .user-ScreenFinder {
            padding: 30px 10px 10px 10px;
        }

            .user-ScreenFinder p {
                font-size: 13px;
                line-height: 20px;
            }

            .user-ScreenFinder h3 {
                font-size: 20px;
                margin-bottom: 9px;
            }

            .user-ScreenFinder .usescreen-finder {
                font-size: 16px;
            }

        .ftr-list-item-main .custom_checkbox [type="checkbox"]:not(:checked) + label, .ftr-list-item-main .custom_checkbox [type="checkbox"]:checked + label {
            font-size: 13px;
            padding-left: 26px;
        }

        .screenlist-hover-link .Srequest-quote-btn {
            min-width: 146px;
            padding: 6px 10px;
            font-size: 16px;
        }

        .screenlist-hover-link .Sview-screen-btn {
            font-size: 14px;
            min-width: 146px;
            padding: 5px 8px 4px 8px
        }

        .screenlist-dtl li:hover:after {
            width: 102%;
            height: 280px;
        }

        .modal-box h2 {
            font-size: 42px;
            line-height: 44px;
        }

        #quote_popup .f-left {
            max-width: 255px;
        }
        /*** News List page Style here ***/
        .filters-tab ul li {
            margin-left: 5px;
        }

            .filters-tab ul li a {
                padding: 11px 14px 10px 14px
            }

        .featured-resource-cont {
            padding: 30px;
        }

            .featured-resource-cont h3 {
                font-size: 26px;
                margin-bottom: 5px;
                line-height: 34px;
            }

        .newsfeature-prt {
            width: 61%;
        }

        .news-article-prt {
            width: 38%;
            padding: 20px;
            min-height: inherit;
        }

            .news-article-prt h3 {
                font-size: 20px;
                line-height: 24px;
                margin-bottom: 5px;
            }

        .newslist-item-main ul li h3 {
            font-size: 18px;
            line-height: 26px; 
        }
        /*** Find a Screen page Style here ***/
        .fs-title {
            padding: 28px 0px;
            background-position: left 30% center;
            height: auto; 
        }

            .fs-title p {
                margin-bottom: 10px;
            }

            .fs-title h2 {
                font-size: 36px;
                line-height: 42px;
            }

        .screen-checkbox {
            max-width: 225px;
        }

        .screen-mounting-type .screen-checkbox {
            width: 23.15%;
        } 

        .screen-mounting-type .checkmark .screen-icn {
            height: 130px;
        }

        .screen-mounting-type .checkmark h5 {
            font-size: 16px;
            line-height: 24px;
        }

        .projection-type .screen-checkbox {
            max-width: inherit;
        }

        .screen-size .custom-select-box, .screen-size .dimensions-col .custom-select-box {
            min-width: 225px;
        }

        .measurement-unit .checkmark {
            padding: 12px;
        }

        .room-control .checkmark {
            padding: 30px 20px;
        }
        .screen-layer .checkmark {
            height: 225px;
        }

        .get-quote-result h2 {
            font-size: 35px;
            margin-bottom: 10px;
        }

        .get-quote-result .form-group label {
            font-size: 14px;
            width: 27%;
        }

        .get-quote-result .cmn-frm .form-group .help-block {
            padding-left: 27%;
        }
        /*** Find A Screen Results page style here ***/
        .fs-result-box ul li {
            height: auto;
            padding: 60px 20px;
        }

        .find-a-screen-results .screen-checkbox {
            max-width: 225px;
        }

        .find-a-screen-results .screen-row {
            margin: 0px 0px 50px;
        }

        .get-quote-banner {
            height: 250px;
        }

            .get-quote-banner h1 {
                padding: 38px 0px;
            }

        .get-quote-result {
            padding: 40px 0;
            min-height: inherit;
            height: auto;
            float: left;
        }

        .find-a-screen-results .checkmark {
            padding: 32px 20px;
        }
        /*** Screens Detail page Style here ***/
        .screendtl-img {
            width: 100%;
        }

        .vistascopetab li {
            padding-left: 24px;
        }

        .screenfeature-img img {
            max-width: 340px;
        }

        .screen-feature-list .padding-55 {
            padding-left: 0px;
        }

        .screen-feature-cont h3 {
            font-size: 32px;
            line-height: 38px;
        }

        .screen-feature-cont, .screenfeature-img {
            width: 46%
        }

        .screen-feature-item {
            padding-bottom: 80px
        }

        .srn-specs-info {
            line-height: 30px;
            font-size: 20px;
        }

        .screenMaterials, .way-variable-scn {
            padding-top: 80px;
        }

        .gallery-dtl, .screenspecs-dtl, .screendownloads-scn {
            padding: 80px 0;
        }

        .screen-feature-scn {
            padding-bottom: 0px;
        }

        .screenmaterial-img {
            width: 100px;
            height: 100px;
        }

        .newslist-item-main ul li h3 {
            font-size: 18px;
            line-height: 26px;
        }

        .screen-materialopt li a {
            padding: 20px 10px 15px 10px;
            min-height: 260px;
        }

        .screen-materialopt li {
            width: 23.5%
        }

        .readyget-quote .caption {
            margin-top: 0px;
        }

        .readyget-quote {
            min-height: 350px;
            height: auto;
        }

            .readyget-quote .btn-primary {
                padding: 15px;
            }

        .screen-feature-cont p {
            font-size: 16px;
            line-height: 26px;
        }
        /*** Application Detail page Style here ***/
        .case-std-cont {
            padding: 15px;
        }

            .case-std-cont h3 {
                font-size: 18px;
            }

        .screen-feature-cont h3 br {
            display: none;
        }

        .app-screendtl-img {
            margin-top: 20px;
        }
        /*** Gallery page Style here ***/
        .photo-filter-panel {
            padding: 10px;
        }

            .photo-filter-panel .slt-label {
                font-size: 15px;
            }

        .photos-filter .screenlist-ftr-lft {
            width: 31%;
        }

        .photos-filter .screenlist-ftr-rgt {
            width: 66%;
        }
        /*** Rep Locator page Style here ***/
        .hp-small-box.contact-rep ul li.blue-box {
            height: 320px;
        }

        .map-area {
            padding: 10px 0px 100px;
        }

            .map-area .fix-wrap {
                padding: 0px 10px;
            }

            .map-area .f-left, .map-area .f-right {
                width: 49% !important;
            }

            .map-area .f-left {
                height: 350px;
                overflow: hidden;
            }

                .map-area .f-left img {
                    margin-top: -100px;
                }

            .map-area .f-right ul {
                padding: 0px 10px;
            }
        /*** Contact page Style here ***/
        .location-blk {
            padding-bottom: 50px;
            text-align: center;
        }

            .location-blk ul {
                display: inline-block;
                text-align: left;
            }

                .location-blk ul li {
                    clear: left;
                    width: 230px;
                    margin-right: 30px;
                    margin-bottom: 30px;
                }

                    .location-blk ul li:nth-child(2n) {
                        clear: right;
                        margin-right: 0px;
                    }
        /*** About page Style here ***/
        .about-item .screen-feature-cont, .about-item .screenfeature-img {
            width: 46%;
        }
        /*** Material Detail page Style here ***/
        .specs-table-prt {
            max-width: 59%;
        }

        .specs-graph-prt {
            max-width: 40%
        }
        /***News list New Design****/
        .newsitem h3 {
            font-size: 18px;
            line-height: 24px;
        }

        nav > ul > li.hdr-globel {
            border-top: 1px solid #D6D6D6;
            border-bottom: 1px solid #D6D6D6;
            padding: 18px 18px 8px 18px;
        }

        .hdr-globel .global-icon:after {
            content: normal;
        }

        .hdr-globel .global-icon {
            position: relative;
            padding-right: 20px;
        }

        .hdr-globel ul {
            padding: 30px;
        }

        .hdr-globel .globel-drowdown {
            width: auto;
            margin: 8px -18px 0px;
            padding: 15px;
            position: relative;
            top: auto;
            right: auto;
            box-shadow: none;
            overflow: hidden;
        }

        .left-banner, .right-box {
            display: block;
            width: 100%;
            margin: auto;
        }

        .right-box {
            margin: 10px 0px 0px;
            min-height: 320px;
        }

        .contact .left-banner::after {
            height: 100%;
        }

        .readyget-quote .caption {
            max-width: 40%;
        }

        .material-award {
            float: none;
            position: relative;
            margin: 40px auto 0 auto;
            display: table;
        }

            .material-award ul {
                float: left;
                margin: 0px;
                width: 100%;
                text-align: center
            }

            .material-award li {
                float: none
            }

        /*** Partners Page Start***/
        .partner-dtl-main li {
            width: calc(25% - 30px);
        }

        .material-tabs .m-tabs { min-width: 230px; }
        .material-table-list table.tablesorter { width: 979px; }
        .material-table-list table.tablesorter tbody td { padding: 15px; }

        #desktopHomeAnnouncement {
            display: none;
        }
        #mobileHomeAnnouncement {
            display: block;
        }
    }

    @media screen and (max-width:767px) {

        .web-view {
            display: none;
        }

        .mob-view {
            display: block;
        }

        section {
            padding: 60px 0px;
        }
        /*** Footer Style here ***/
        footer {
            padding: 10px 0px 0px;
        }

        .foot-wrap {
            padding: 50px 0px 5px;
        }

        footer .fix-wrap {
            padding: 0px;
        }

        .foot-connect {
            padding: 0px 20px;
            text-align: center;
        }

        .f-logo {
            display: inline-block;
            float: none;
        }

        .foot-links {
            padding: 55px 0px 0px;
        }

        .social-links {
            margin: 30px 0px 0px;
            width: 100%;
        }

            .social-links ul {
                display: inline-block;
            }

                .social-links ul li:first-child {
                    margin-left: 0px;
                }

        .f-col {
            width: 100%;
            padding: 0px;
        }

            .f-col .spacer {
                display: none;
            }

            .f-col h6 {
                padding: 10px 20px;
                border-top: 1px solid rgba(255,255,255,0.15);
                cursor: pointer;
                position: relative;
            }

            .f-col .mob-collaps h6:after {
                content: '+';
                display: block;
                position: absolute;
                top: 0px;
                right: 30px;
                font-size: 18px;
                line-height: 50px;
            }

            .f-col .mob-collaps.open-collaps h6:after {
                content: '-';
            }

            .f-col ul li {
                padding: 0px 20px;
            }

        .copyright {
            padding: 30px 20px 10px;
            border-top: 1px solid rgba(255,255,255,0.15);
        }

            .copyright .f-left {
                margin: 0px 0px 8px;
                font-size: 0px;
                line-height: normal;
            }

                .copyright .f-left span, .copyright .f-left a {
                    display: block;
                    font-size: 12px;
                    line-height: 30px;
                }

        /*** Homepage Style here ***/
        .cmn-banner .caption {
            margin: 120px 0px 0px;
        }

            .cmn-banner .caption h2 {
                margin-bottom: 25px;
            }

        .cms-home .cmn-banner .caption.f-right {
            float: left;
        }

        .hp-small-box {
            padding: 0px;
        }

            .hp-small-box ul li .caption h2 {
                line-height: 44px;
            }
        /*** Sitemap page style here ***/
        .sitemap-row {
            margin: 0px;
        }

            .sitemap-row .sitemap-col, .sitemap-row.three-col .sitemap-col {
                padding: 30px;
                width: 100%;
            }

            .sitemap-row .sitemap-col {
                margin: 0px 0px 20px;
            }
        /*** 404 page style here ***/
        .nodata-page {
            padding: 150px 0px;
        }

            .nodata-page .fix-wrap {
                padding: 0px 20px;
                text-align: center;
            }

            .nodata-page .f-left {
                margin: auto;
                float: none;
            }

            .nodata-page .desc-right {
                width: 100%;
            }
        /*** Search Results page Style here ***/
        .search-results {
            padding: 60px 0px;
        }

            .search-results h2 {
                line-height: 38px;
                font-size: 36px;
                margin: 0px 0px 10px;
            }

                .search-results h2 img {
                    margin-top: 3px;
                }

            .search-results ul li {
                padding: 40px 20px;
            }

        .search-pic {
            margin: 0px 0px 20px;
        }

        .search-desc {
            margin: 0px;
            width: 100%;
        }

        .search-results .pagination {
            padding-left: 20px;
        }
        /*** Screen List page Style here ***/
        .ftr-list-item-main h3 {
            font-size: 16px;
        }

        .screenlist-ftr-lft {
            width: 100%;
            float: none;
            margin: auto;
        }

        .screenlist-dtl .screen-item {
            width: 49%;
            padding: 20px;
            float: none;
        }

            .screenlist-dtl .screen-item:nth-child(3n+1) {
                margin-left: 2%;
            }

            .screenlist-dtl .screen-item:nth-child(2n+1) {
                margin-left: 0px;
            }

        .user-ScreenFinder h3 {
            font-size: 26px;
            line-height: 30px;
        }

        .user-ScreenFinder p {
            font-size: 20px;
            line-height: 24px;
        }

        .screenlist-dtl li.ftr-black-list {
            display: none;
        }

        .screenlist-ftr-rgt {
            padding: 25px 0px 0px;
            width: 100%;
        }

        .ftr-list-item-main .custom_checkbox [type="checkbox"]:not(:checked) + label, .ftr-list-item-main .custom_checkbox [type="checkbox"]:checked + label {
            font-size: 14px;
            padding-left: 30px;
        }


        .tooltipimg {
            margin-bottom: 10px;
        }

        .screenlist-dtl li:hover:after {
            width: 101%;
            height: 274px;
        }

        .ftr-list-main {
            width: 100%;
            float: left;
            clear: both;
            display: none;
        }

        .photo-filter-panel {
            display: none;
        }

        #quote_popup .f-left, #quote_popup .contact-form {
            max-width: inherit;
            width: 100%;
        }

        .modal-box {
            padding: 30px;
        }

            .modal-box .quote_popup_close {
                display: block;
            }

            .modal-box h2 {
                margin: 0px 0px 30px;
            }
        /*** News List page Style here ***/
        .newslist-scn .filters-title, .filters-tab, .newslist-item-main ul li, .newsfeature-prt, .news-article-prt {
            width: 100%;
        }

        .newslist-item-main ul {
            border-bottom: none;
        }

        .news-article-prt {
            margin-top: 30px;
        }

        .newslist-item-main ul li {
            padding-left: 0px;
            border-bottom: #ccc 1px solid;
            padding-top: 25px;
            padding-bottom: 25px;
        }

            .newslist-item-main ul li h3 {
                max-width: 100%
            }

        .filters-tab ul {
            float: left;
            margin-top: 20px;
        }

        .filters-arrow {
            background: url(../images/mob-arrow.png) no-repeat;
            width: 12px;
            height: 22px;
            cursor: pointer;
            float: right;
            margin-top: 5px;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
        }

        .ftr-arrowcurrent {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
        }

        .filters-tab {
            display: none;
        }
        /*** Find a Screen page Style here ***/
        .screen-step {
            padding: 45px 0px;
        }

        .screen-row {
            margin: 0px 0px 50px;
        }

            .screen-row > .screen-checkbox:nth-child(2) {
                margin-left: 8px;
            }

            .screen-row > .screen-checkbox:last-child {
                margin-right: 8px;
            }

            .screen-checkbox, .screen-row.screen-type .screen-checkbox, .room-control .screen-checkbox, .find-a-screen-results .screen-checkbox {
                margin: 8px;
                max-width: 260px;
            }

        .screen-mounting-type .screen-checkbox {
            margin: 8px;
            width: 50%;
            max-width: 264px;
        }

        .projection-type .checkmark {
            min-width: 255px;
        }


        .screen-size {
            margin-bottom: 20px;
        }

            .screen-size .size-col {
                margin: 0px 0px 30px;
                width: 100%;
            }

        .measurement-unit {
            overflow: visible;
        }

            .measurement-unit .checkmark {
                padding: 12px 25px;
            }

        .screen-step .custom-dimensions .fix-wrap {
            padding: 0px;
        }

        .dimension-col .form-group {
            margin: 0px 7px;
        }

        .get-quote-result .f-left, .get-quote-result .contact-form {
            padding-bottom: 0px;
            max-width: 100%;
        }

        .download-screen-link {
            line-height: normal;
        }
        /*** Find A Screen Results page style here ***/
        .find-a-screen-results .fs-title {
            padding: 20px 0px;
        }

            .find-a-screen-results .fs-title p {
                margin-bottom: 5px;
            }

        .find-a-screen-results .checkmark {
            padding: 30px 20px;
        }

        .get-quote-banner h1 > span {
            display: block;
            padding: 12px 0px 25px 0px;
        }

        .get-quote-result .contact-form .custom-select-box, .get-quote-result .contact-form .inputDiv {
            float: right;
            min-width: inherit;
        }

        .get-quote-result .form-group label {
            width: 30%
        }

        .get-quote-result .cmn-frm .form-group .help-block {
            padding-left: 30%;
        }

        .find-a-screen-results .screen-checkbox:nth-child(3n+1) {
            margin-left: 8px;
        }

        .find-a-screen-results .screen-checkbox:nth-child(2n) {
            margin-right: 0px;
        }

        .find-a-screen-results .screen-checkbox:nth-child(2n+1) {
            margin-left: 0px;
            margin-right: 8px;
        }

        /*** Screens Detail page Style here ***/
        .vistascopetab ul {
            display: none;
        }

        .way-variable-dtl h2 {
            font-size: 40px;
            line-height: 48px;
        }

        .screen-usedmost-title {
            margin-top: 15px;
        }

        .screen-feature-cont, .screenfeature-img {
            float: left;
            width: 100%;
        }

            .screenfeature-img img {
                float: left;
                max-width: 100%;
            }

        .screen-feature-item {
            padding-bottom: 40px;
        }

        .screen-feature-cont h3 {
            padding-top: 20px;
        }

        .screenspecs-info ul li, .screen-materialopt li, .sreendownload-item {
            margin-left: 2%;
            width: 49%;
        }

            .screenspecs-info ul li:nth-child(2n+1), .screen-materialopt li:nth-child(2n+1), .sreendownload-item:nth-child(2n+1) {
                clear: left;
                margin-left: 0px;
            }

            .screenspecs-info ul li:nth-child(3n+1) {
                clear: none;
            }

        .screenmaterial-img {
            width: 140px;
            height: 140px;
        }

        .screen-materialopt li a {
            min-height: inherit;
            padding: 20px;
        }

        .sreendownload-item {
            margin-top: 20px;
        }

        .dwnld-item-left {
            width: 100%;
        }

        .sreendownload-item:nth-child(3n+1) {
            clear: none;
        }

        .sreendownload-item:nth-child(2n) {
            clear: right;
        }

        .custom-select-down {
            width: 250px;
            float: left;
            margin-left: 0px;
        }

        .drawings-slt-main {
            width: 100%;
            float: left;
        }

        .readyget-quote .caption {
            margin-top: 0px;
        }

            .readyget-quote .caption h2 {
                font-size: 38px;
            }

            .readyget-quote .caption
            .VistaScopetitle {
                max-width: 56%
            }

        .readyget-quote {
            min-height: 300px;
        }

        .vistascopetab {
            display: block;
            float: left;
            width: 100%;
        }

        .VistaScopetitle {
            margin: 4px 0px 0;
            padding: 0px;
            width: 73%;
            line-height: normal;
            min-height: 30px;
        }

        .vistascopetab a.mob-view {
            float: right;
            margin-left: 12px;
            padding: 1px 8px;
            font-size: 14px;
            line-height: 29px;
            font-family: 'Larsseit-Medium';
            color: #ffffff;
            height: 29px;
            background: #117BC1;
            border-radius: 2px;
        }

        .vistascopetab ul, .vistascopetab ul li {
            width: 100%;
        }

            .vistascopetab ul li {
                border-bottom: #ccc 1px solid;
                padding: 0px;
            }

                .vistascopetab ul li:last-child {
                    border-bottom: none;
                }

                .vistascopetab ul li.vistascope-buy {
                    display: none;
                }

        .vistascopetab li a {
            width: 100%;
        }

        .VistaScope-toggle {
            cursor: pointer;
            display: block;
            float: right;
            margin: 0px 0px 0px 10px;
            float: right;
            width: 20px;
            height: 30px;
            background: url('../images/filter-arrow.svg') no-repeat center center;
        }

            .VistaScope-toggle.open-vistanav {
                transform: rotate(180deg);
            }

        .filter-toggle {
            cursor: pointer;
            display: block;
            float: left;
            margin: 3px 7px 0px 30px;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            width: 12px;
            height: 22px;
            background: url(../images/mob-arrow.png) no-repeat center center;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .filter-toggle-current {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
        }

        .screenMaterials, .way-variable-scn {
            padding-top: 40px;
        }

        .gallery-dtl, .screenspecs-dtl, .screendownloads-scn {
            padding: 40px 0;
        }

        .screenMaterials h2 {
            line-height: normal;
        }

        .about-item {
            padding: 20px 0px 0px;
        }

        .screen-feature-item-dtl {
            display: flex;
            flex-flow: column;
        }

        .screen-feature-cont {
            order: 2;
        }

        .screenfeature-img {
            order: 1;
            margin-bottom: 15px;
        }

        .usepors-dtl {
            padding-bottom: 0px;
        }

            .usepors-dtl p {
                margin-bottom: 0px;
            }

        .screen-feature-cont p {
            font-size: 18px;
            line-height: 28px;
        }

        .screen-feature-scn {
            padding-bottom: 20px;
        }

        .gallery-scn, .screenspecs-scn, .readyget-quote-scn {
            padding: 0px;
        }

        .cmn-banner .caption h2 {
            margin-bottom: 10px;
        }

        .way-variable-scn {
            padding-bottom: 20px;
        }

        /*** Gallery page Style here ***/
        .photos-filter .screenlist-ftr-lft {
            width: 100%;
        }

        .photos-filter .screenlist-ftr-rgt {
            width: 100%;
            padding-top: 40px;
        }
        /*** Rep Locator page Style here ***/
        .hp-small-box.contact-rep ul li {
            padding: 30px 10px 0px 0px;
            height: 400px;
        }

            .hp-small-box.contact-rep ul li .caption h1 {
                margin-bottom: 25px;
            }

            .hp-small-box.contact-rep ul li .caption p {
                margin: 0px 0px 30px;
            }

        .map-area .f-right ul li h3 {
            font-size: 24px;
            line-height: 28px;
        }
        /*** About page Style here ***/
        .about-item .screen-feature-cont, .about-item .screenfeature-img {
            width: 100%;
        }

        .about-box ul {
            display: flex;
            flex-flow: column;
        }

            .about-box ul li.dark-box {
                order: 2;
            }

        .cmn-banner.abt-splash-banner {
            padding: 95px 0px;
        }
        /*** Material Detail page Style here ***/
        .specs-table-prt {
            max-width: 471px;
            margin: auto;
            float: none
        }

        .specs-graph-prt {
            margin: auto;
            margin-top: 40px;
            float: none;
            max-width: 620px;
        }

        .stunningsolution-scn {
            padding-top: 40px;
        }

        .stunningsolution-dtl {
            max-width: 100%;
        }

        .mtrl-dtl {
            padding: 30px 0
        }

        .material-award {
            margin: auto;
            margin-top: 40px;
            display: table;
            float: none;
        }

        .stunningsolution-dtl h2 {
            font-size: 38px;
            line-height: 44px;
        }

        .specs-table-prt select {
            background-position: 98% 10px
        }

        .chocolat-description {
            padding: 15px 20px
        }
        /***News list New Design****/
        .newsitem {
            max-width: 100%;
            margin-left: 0px;
        }

            .newsitem h3 {
                font-size: 20px;
                line-height: 28px;
            }

        .newsitem-main {
            margin-top: 15px;
        }

        .cmn-two-col {
            padding: 10px 0px 0px;
        }

        .left-banner {
            min-height: 400px;
        }

        .cmn-two-col .caption h1, .cmn-two-col.contact-rep .caption p {
            margin-bottom: 25px;
        }

        .map-area .f-left, .map-area .f-right {
            width: 100% !important;
        }

        .search-results .gsc-control-cse {
            padding: 0px !important;
        }

        .search-results .gsc-url-top {
            padding-left: 0px;
            padding-right: 0px;
        }

        .ftr-list-item-main ul li .custom_checkbox {
            padding-left: 30px;
        }

        .casegroup-box, .casestudiesitem-dtl img {
            width: 100%;
        }

        .photogallery-item a:before {
            content: '';
            position: absolute;
            left: 0px;
            border-radius: 2px;
            top: 0px;
            background: rgba(0,0,0, 0.4);
            float: left;
            height: 100%;
            width: 100%;
            display: none;
        }

        .case-std-plus {
            display: block;
            opacity: 0;
            pointer-events: none;
        }

        .photogallery-item:hover .case-std-plus {
            display: none;
        }

        /*** cookies popup***/
        .cookie-popup {
            padding: 20px 0;
            width: 100%;
        }

            .cookie-popup .left-desc {
                width: 100%;
                margin-bottom: 20px;
                text-align: center;
            }

            .cookie-popup .right-btn {
                float: none;
                max-width: 220px;
                text-align: center;
                margin: 0px auto;
                clear: both;
            }

        .partner-dtl-main li {
            width: calc(33.33% - 30px);
        }

        /*** Table Tab ***/
        .material-tab-tit {
            display: block;
            margin: 0px;
            position: relative;
        }

        .tab-toggle {
            background: url(../images/mob-arrow.png) no-repeat center center;
            cursor: pointer;
            display: block;
            position: absolute;
            top: 0px;
            bottom: 0px;
            right: 0px;
            width: 50px;
            z-index: 99;
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .tab-toggle-current {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
        }

        .material-tabs {
            display: none;
            background: #f9f9f9;
            margin-top: 0;
            padding: 8px 8px 0px; 
            border: 1px solid #ddd;
            margin-right: 0;
        }

        .material-tab-sec { padding: 15px 10px; }
        .material-tab-tit h2 { font-size: 18px; }
        .material-table-list table.tablesorter { width: 930px; }

        .material-tabs .m-tabs {
            display: block;
        }
    }

    @media screen and (min-width:600px) and (max-width:767px) {
        .chocolat-content {
            height: 240px !important;
            margin-top: 23px
        }

            .chocolat-content .chocolat-close {
                right: 20px;
                top: 50px;
            }

        .chocolat-content {
            height: 310px !important;
            overflow: hidden;
        }

            .chocolat-content .chocolat-img {
                height: auto;
            }
    }

    @media screen and (max-width:599px) {
        nav .sub-menu .screen-finder {
            padding: 40px 30px;
        }

        .cmn-frm .form-group .help-block {
            padding-left: 0px;
        }
        /*** 404 page style here ***/
        .nodata-page {
            padding: 120px 0px;
            min-height: inherit;
        }

            .nodata-page h2 {
                line-height: 44px;
            }
        /*** Search Results page Style here ***/
        .search-results h2 span {
            width: 82%;
        }

        .search-results ul li {
            padding: 35px 0px;
        }

        .search-results .pagination {
            padding: 10px 0px;
        }

        .pagination a {
            margin-right: 3px;
            margin-bottom: 3px;
        }
        /*** News List page Style here ***/
        .featured-resource-cont {
            padding: 15px 15px 10px 15px;
        }

            .featured-resource-cont h3 {
                line-height: 24px;
                font-size: 20px;
                margin: 0px;
                padding-top: 0px;
            }
        /*** Find a Screen page Style here ***/
        .fs-title {
            padding: 20px 0px;
        }

            .fs-title h2 {
                font-size: 32px;
                line-height: 38px;
            }

        .screen-row {
            margin-bottom: 30px;
        }

        .screen-mounting-type .screen-checkbox {
            width: auto;
            float: none;
        }

        .dimension-col .form-group {
            margin: 0px 0px 20px;
            width: 100%;
        }
        /*** Find A Screen Results page style here ***/
        .get-quote-banner h1 > span {
            display: block;
            font-size: 42px;
            padding: 12px 0px 25px 0px;
        }

        .find-a-screen-results .screen-checkbox, .find-a-screen-results .screen-row > .screen-checkbox:nth-child(2), .find-a-screen-results .screen-checkbox:nth-child(2n+1) {
            margin: 0 auto 15px;
        }
        /*** Screens Detail page Style here ***/
        .screenspecs-info ul li, .screen-materialopt li, .sreendownload-item {
            margin-left: 0px;
            width: 100%;
        }

        .readyget-quote {
            min-height: 200px;
        }

        .screendtl-img {
            margin-top: 0px;
        }

        .chocolat-mobile .chocolat-content .chocolat-right {
            right: 4%;
        }

        .chocolat-mobile .chocolat-content .chocolat-left {
            left: 4%;
        }

        .gallery-scn a.chocolat-image {
            padding: 0px;
        }

        .add-application-list .add-app-item {
            width: 146px;
        }

        .user-ScreenFinder h3 {
            margin-top: 0px;
        }
        /*** Application Detail page Style here ***/
        .casestudiesitem-dtl {
            padding: 0px;
        }

        .case-std-cont h3 {
            font-size: 20px;
        }

        .case-std-cont {
            padding: 20px;
        }

        .case-studies-scn {
            padding: 50px 0;
        }
        /*** Gallery page Style here ***/
        .gallery-photo .photogallery-item {
            margin-left: 0px;
            width: 100%;
            margin-bottom: 20px;
        }
        /*** Contact page Style here ***/
        .contact-form {
            padding: 34px 0px;
        }

        .hp-small-box.contact ul li {
            height: 480px;
        }
 
            .hp-small-box.contact ul li.white-box {
                height: auto;
            }

        .location-blk ul li {
            clear: both;
            margin: 0px 0px 40px;
            float: none;
            width: 100%;
            max-width: 230px;
        }
        /*** About page Style here ***/
        .cmn-banner.abt-splash-banner {
            padding: 95px 0px;
        }

        .abt-splash-banner h2 {
            font-size: 34px;
            line-height: 44px;
        }
        /*** Material Detail page Style here ***/
        .mtrl-table-graph table tr td {
            padding: 3px 5px;
        }

        .mtrl-table-graph {
            margin-top: 0px;
        }

        .contact .left-banner {
            min-height: inherit;
            height: 480px;
        }

        .search-results .gsc-cursor-page {
            margin-right: 4px !important;
            padding: 4px 10px !important;
            font-size: 14px !important;
        }
        .partner-dtl-main{
            align-items: stretch;
        }
        .partner-dtl-main li {
            width: calc(50% - 20px);
            min-height: 120px;
            margin: 10px;

        }
        .partner-dtl-main li img{font-size:14px;line-height:16px;}
           

        .app-listing.hp-small-box ul li[style="background-image: url(Files/images/Applications/app8.jpg);"] {
            background-position: top left;
        }

        
    }

    @media screen and (max-width:479px) {
        .ftr-list-item-main h3 {
            position: relative;
        }

        .tooltipbox:after {
            transform: rotate(90deg);
            left: 47%;
            top: 0;
        }

        .screentooltip:hover .tooltipbox {
            transform: translatex(-50%);
            margin-top: 17px;
            left: 4px;
        }

        #quote_popup .form-group label {
            margin: 0px 0px 5px;
            width: 100%;
            line-height: normal;
        }

        #quote_popup .contact-form .action-group label {
            display: none;
        }

        #quote_popup .contact-form .inputDiv, #quote_popup .contact-form .custom-select-box {
            max-width: inherit;
        }
        /*** Custom Template Style here ***/
        .grey-box {
            padding: 30px 25px;
        }

        .cmn-banner.screen-finder {
            padding: 42px 0px;
        }

        .screen-finder h2 {
            margin-bottom: 30px;
        }

        .screen-finder .btn-primary {
            padding: 20px;
        }
        /*** Sitemap ***/
        .sitemap h2 {
            line-height: normal;
        }

        .sub-col ul {
            margin: 0px;
            width: 100%;
        }
        /*** 404 page style here ***/
        .nodata-page {
            padding: 70px 0px;
        }

            .nodata-page .f-left {
                width: 35%;
            }

            .nodata-page .desc-right p br {
                display: none;
            }
        /*** Find a Screen page Style here ***/
        .fs-title h2 {
            font-size: 28px;
            line-height: 32px;
        }

        #FindAScreen5 .action-btn {
            min-width: inherit;
        }
        /*** Find A Screen Results page style here ***/
        .get-quote-banner {
            height: 292px;
        }

        .get-quote-result {
            height: auto;
        }
        /*** Rep Locator page Style here ***/
        .map-area {
            padding: 10px 0px 50px;
        }

            .map-area .f-left img {
                margin-top: -30px;
            }

            .map-area .f-right ul li {
                padding: 30px 0px 0px 0px;
                width: 100%;
            }
        /*** Contact page Style here ***/
        .contact-form {
            max-width: 260px;
        }

        .contact label {
            padding: 0px;
            margin: 0px 0px 5px;
            width: 100%;
        }

        .contact .form-group .help-block {
            padding-left: 0px;
        }
        /*** About page Style here ***/
        .hp-small-box.contact-rep ul li .caption h1 {
            font-size: 40px;
            line-height: 44px;
        }

        .cmn-banner.abt-splash-banner {
            padding: 90px 0px;
        }

        .abt-splash-banner h2 {
            font-size: 30px;
            line-height: 40px;
        }

        .cmn-two-col .caption h1 {
            font-size: 40px;
            line-height: 44px;
        }

        .add-application-list .add-app-item {
            width: 100%;
            border: none;
            border-bottom: 1px solid #D6D6D6;
        }

        .screenlist-dtl .screen-item {
            width: 100%;
            margin: 0px 0px 15px;
        }

            .screenlist-dtl .screen-item:nth-child(3n+1) {
                margin-left: 0%;
            }

        table.tablesorter thead tr .mtrl-name {
            width: 185px;
        }

        .tablediv .tablesorter .scrn-mtrl-name {
            max-width: 65%;
            display: inline-block;
        }

        table.tablesorter tbody td {
            padding: 15px 5px
        }

        table.tablesorter thead tr .prjcn-type {
            width: 110px;
        }

        .readyget-quote .caption {
            max-width: 58%;
        }

        .btn-primary, .action-btn {
            font-size: 20px;
        }
    }

    @media screen and (max-width:374px) {
        /*** Header Style ***/
        .browse-screen-nav > .f-left, .browse-screen-nav > .f-left:last-child {
            padding: 0px 0px 30px;
            width: 100%;
            border: none;
        }
        /*** Homepage Style here ***/
        .cms-home .hp-banner .caption {
            margin: 45px 0px 0px;
        }

        .screen-finder .btn-primary {
            padding: 20px 15px;
            font-size: 19px;
        }
        /*** Screen List page Style here ***/
        .screentooltip .tooltipbox {
            width: 160px;
        }
        /*** News List page Style here ***/
        .featured-resource-cont h3 {
            line-height: 20px;
            font-size: 16px
        }

        .featured-rs-btn {
            line-height: 30px;
            height: 30px;
        }

        .newsfeature-prt .news-readmore, .newsfeature-prt .news-subtitle {
            font-size: 12px;
        }
        /*** Find A Screen Results page style here ***/
        .find-a-screen-results .fs-title h2 {
            font-size: 25px;
            line-height: 30px;
        }
        /*** Rep Locator page Style here ***/
        .map-area .f-left img {
            margin-top: 0;
            height: 100%;
        }
        /*** About page Style here ***/
        .abt-splash-banner h2 {
            font-size: 28px;
            line-height: 38px;
        }

        .readyget-quote .caption {
            max-width: 60%;
        }

            .readyget-quote .caption h2 {
                font-size: 35px;
            }
    }

/*** @license
 * MyFonts Webfont Build ID 3527076, 2018-02-15T23:32:26-0500
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * You may obtain a valid license at the URLs below.
 * Webfont: Larsseit-Light by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/light/
 * Webfont: Larsseit-BoldItalic by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/bold-italic/
 * Webfont: Larsseit-ExtraBoldItalic by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/extra-bold-italic/
 * Webfont: Larsseit-LightItalic by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/light-italic/
 * Webfont: Larsseit-Bold by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/bold/
 * Webfont: Larsseit-ExtraBold by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/extra-bold/
 * Webfont: Larsseit-Medium by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/medium/
 * Webfont: Larsseit-MediumItalic by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/medium-italic/
 * Webfont: Larsseit-Italic by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/italic/
 * Webfont: Larsseit-Thin by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/thin/
 * Webfont: Larsseit-ThinItalic by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/thin-italic/
 * Webfont: Larsseit by Type Dynamic
 * URL: https://www.myfonts.com/fonts/typedynamic/larsseit/regular/
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3527076
 * Licensed pageviews: 200,000
 * Webfonts copyright: Copyright (c) 2013 by Type Dynamic. All rights reserved.
 * © 2018 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("http://hello.myfonts.net/count/35d1a4");
  
@font-face {font-family: 'Larsseit-Light';src: url('../fonts/35D1A4_0_0.eot');src: url('../fonts/35D1A4_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_0_0.woff2') format('woff2'),url('../fonts/35D1A4_0_0.woff') format('woff'),url('../fonts/35D1A4_0_0.ttf') format('truetype'),url('../fonts/35D1A4_0_0.svg#wf') format('svg');}

@font-face {font-family: 'Larsseit-BoldItalic';src: url('../fonts/35D1A4_1_0.eot');src: url('../fonts/35D1A4_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_1_0.woff2') format('woff2'),url('../fonts/35D1A4_1_0.woff') format('woff'),url('../fonts/35D1A4_1_0.ttf') format('truetype'),url('../fonts/35D1A4_1_0.svg#wf') format('svg');}

@font-face {font-family: 'Larsseit-ExtraBoldItalic';src: url('../fonts/35D1A4_2_0.eot');src: url('../fonts/35D1A4_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_2_0.woff2') format('woff2'),url('../fonts/35D1A4_2_0.woff') format('woff'),url('../fonts/35D1A4_2_0.ttf') format('truetype'),url('../fonts/35D1A4_2_0.svg#wf') format('svg');}

@font-face {font-family: 'Larsseit-LightItalic';src: url('../fonts/35D1A4_3_0.eot');src: url('../fonts/35D1A4_3_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_3_0.woff2') format('woff2'),url('../fonts/35D1A4_3_0.woff') format('woff'),url('../fonts/35D1A4_3_0.ttf') format('truetype'),url('../fonts/35D1A4_3_0.svg#wf') format('svg');}

@font-face {font-family: 'Larsseit-Bold';src: url('../fonts/35D1A4_4_0.eot');src: url('../fonts/35D1A4_4_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_4_0.woff2') format('woff2'),url('../fonts/35D1A4_4_0.woff') format('woff'),url('../fonts/35D1A4_4_0.ttf') format('truetype'),url('../fonts/35D1A4_4_0.svg#wf') format('svg');}

@font-face {font-family: 'Larsseit-ExtraBold';src: url('../fonts/35D1A4_5_0.eot');src: url('../fonts/35D1A4_5_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_5_0.woff2') format('woff2'),url('../fonts/35D1A4_5_0.woff') format('woff'),url('../fonts/35D1A4_5_0.ttf') format('truetype'),url('../fonts/35D1A4_5_0.svg#wf') format('svg');}

@font-face {font-family: 'Larsseit-Medium';src: url('../fonts/35D1A4_6_0.eot');src: url('../fonts/35D1A4_6_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_6_0.woff2') format('woff2'),url('../fonts/35D1A4_6_0.woff') format('woff'),url('../fonts/35D1A4_6_0.ttf') format('truetype'),url('../fonts/35D1A4_6_0.svg#wf') format('svg');}

@font-face {font-family: 'Larsseit-MediumItalic';src: url('../fonts/35D1A4_7_0.eot');src: url('../fonts/35D1A4_7_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_7_0.woff2') format('woff2'),url('../fonts/35D1A4_7_0.woff') format('woff'),url('../fonts/35D1A4_7_0.ttf') format('truetype'),url('../fonts/35D1A4_7_0.svg#wf') format('svg');}

@font-face {font-family: 'Larsseit-Italic';src: url('../fonts/35D1A4_8_0.eot');src: url('../fonts/35D1A4_8_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_8_0.woff2') format('woff2'),url('../fonts/35D1A4_8_0.woff') format('woff'),url('../fonts/35D1A4_8_0.ttf') format('truetype'),url('../fonts/35D1A4_8_0.svg#wf') format('svg');}

@font-face {font-family: 'Larsseit-Thin';src: url('../fonts/35D1A4_9_0.eot');src: url('../fonts/35D1A4_9_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_9_0.woff2') format('woff2'),url('../fonts/35D1A4_9_0.woff') format('woff'),url('../fonts/35D1A4_9_0.ttf') format('truetype'),url('../fonts/35D1A4_9_0.svg#wf') format('svg');}
  
@font-face {font-family: 'Larsseit-ThinItalic';src: url('../fonts/35D1A4_A_0.eot');src: url('../fonts/35D1A4_A_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_A_0.woff2') format('woff2'),url('../fonts/35D1A4_A_0.woff') format('woff'),url('../fonts/35D1A4_A_0.ttf') format('truetype'),url('../fonts/35D1A4_A_0.svg#wf') format('svg');}
  
@font-face {font-family: 'Larsseit';src: url('../fonts/35D1A4_B_0.eot');src: url('../fonts/35D1A4_B_0.eot?#iefix') format('embedded-opentype'),url('../fonts/35D1A4_B_0.woff2') format('woff2'),url('../fonts/35D1A4_B_0.woff') format('woff'),url('../fonts/35D1A4_B_0.ttf') format('truetype'),url('../fonts/35D1A4_B_0.svg#wf') format('svg');}
