﻿body {
    font-family: 'Open Sans';
    background-color: white;
    margin: 0;
    font-size: 18px;
    color: #001435;
}

a {
    color: #38CC76;
}

    a:hover {
        color: #359152;
    }

    a:visited {
        color: #359152;
    }

h1 {
    font-family: Arial;
    font-size: 28pt;
    font-weight: bold;
    color: rgb(100, 101, 105);
    padding: 10px 0;
}

    h1 span {
        border-bottom: 3px solid rgb(171, 26, 44);
    }

h3 {
    font-family: 'Open Sans Extrabold';
    color: #2273FF;
    padding-top: 5px;
    margin-top: 20px;
}

    h3.alt {
        color: #38CC76;
    }

.controls{
    max-width: 1500px;
}

.layout-within .attribute-readonly {
    background-color: #eee;
    border: 1px solid #cdcdcd;
}

.input-validation-error {
    border: 1px solid red !important;
}

.field-validation-error {
    font-size: 12px;
    font-weight: normal;
}

.layout-within button {
    margin-top: 6px;
}

.portlet.box.blue-hoki {
    border: 1px solid #BEC6DD;
}

    .portlet.box.blue-hoki > .portlet-title {
        background-color: #404F68;
    }

.blue.btn {
    background-color: rgb(34, 115, 255);
    /*background-color: rgb(72, 86, 144);*/
}

    .blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active {
        background-color: rgb(0, 63, 171) !important;
    }

    .blue.btn.disabled, .blue.btn.disabled:hover, .blue.btn.disabled:focus, .blue.btn.disabled:active, .blue.btn.disabled.active, .blue.btn[disabled], .blue.btn[disabled]:hover, .blue.btn[disabled]:focus, .blue.btn[disabled]:active, .blue.btn[disabled].active, fieldset[disabled] .blue.btn, fieldset[disabled] .blue.btn:hover, fieldset[disabled] .blue.btn:focus, fieldset[disabled] .blue.btn:active, fieldset[disabled] .blue.btn.active {
        background-color: rgb(168, 171, 199) !important;
    }

.red.btn {
    background-color: rgb(171, 26, 44);
}

.footer {
    font-size: 14px;
}

.foot-top {
    color: white;
    background-color: rgb(0, 20, 53);
    border-top: 5px solid #38CC76;
}

.footer .social {
    display: inline-block;
    padding: 3px 30px 3px 45px;
    position: relative;
    top: 2px;
    height: 60px;
    vertical-align: middle;
}

    .footer .social .social2 {
        display: inline-block;
        color: #2273FF;
        position: absolute;
    }

        .footer .social .social2 img {
            height: 36px;
            width: 36px;
        }

.foothome {
    height: 180px;
    width: 240px;
    margin: 5px 17px;
    position: relative;
    text-align: center;
}

.disclaimer {
    font-size: 13px;
}

.emph {
    font-weight: bold;
    color: #2273FF;
}

.layout-within input,
.layout-within select,
.layout-within textarea {
    border-color: #BEC6DD;
    border-radius: 6px !important;
}

.modal-content {
    border-radius: 30px !important;
    background-color: transparent !important;
}

    .modal-content .modal-header {
        background-color: #001435 !important;
        border-radius: 30px 30px 0 0 !important;
        border-bottom: none !important;
        font-family: 'Open Sans';
        font-weight: bold;
        font-size: 20px;
        color: white;
        padding: 15px 25px 10px 25px;
    }

    .modal-content .modal-body {
        background-color: white;
        font-size: 14px;
        padding: 10px 25px 10px 25px;
    }

    .modal-content .modal-footer {
        font-size: 14px;
        padding: 10px 15px 10px 15px;
        background-color: #F1F3F8;
        border-radius: 0 0 30px 30px !important;
        border-top: 3px solid #38CC76;
    }

/*        .modal-content .modal-footer .btn {
            padding: 3px 17px;
        }
*/
            .modal-content .modal-footer .btn.red {
                background-color: #ED0C24;
            }

                .modal-content .modal-footer .btn.red:hover {
                    background-color: #CC0A1F;
                }


/* the norm */
#gritter-notice-wrapper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 301px;
    z-index: 9999;
}

    #gritter-notice-wrapper.top-left {
        left: 20px;
        right: auto;
    }

    #gritter-notice-wrapper.bottom-right {
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
    }

    #gritter-notice-wrapper.bottom-left {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 20px;
    }

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    background: url('../images/ie-spacer.gif'); /* ie7/8 fix */
}

.gritter-top {
    background: url(../images/gritter.png) no-repeat left -30px;
    height: 10px;
}

.hover .gritter-top {
    background-position: right -30px;
}

.gritter-bottom {
    background: url(../images/gritter.png) no-repeat left bottom;
    height: 8px;
    margin: 0;
}

.hover .gritter-bottom {
    background-position: bottom right;
}

.gritter-item {
    display: block;
    background: url(../images/gritter.png) no-repeat left -40px;
    color: #eee;
    padding: 2px 11px 8px 11px;
    font-size: 11px;
    font-family: verdana;
}

.hover .gritter-item {
    background-position: right -40px;
}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

.gritter-close {
    display: none;
    position: absolute;
    top: 5px;
    left: 3px;
    background: url(../images/gritter.png) no-repeat left top;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-indent: -9999em;
}

.gritter-title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
    text-shadow: 1px 1px 0 #000; /* Not supported by IE :( */
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-with-image,
.gritter-without-image {
    padding: 0;
}

.gritter-with-image {
    width: 220px;
    float: right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../images/gritter-light.png);
    color: #222;
}

.gritter-light .gritter-title {
    text-shadow: none;
}


#gritter-notice-wrapper {
    width: 90%;
    max-width: 490px !important;
    z-index: 1040 !important;
}

.gritter-item-wrapper {
    background: none !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    filter: drop-shadow(10px 10px 4px #4444);
}

.gritter-top,
.gritter-item,
.gritter-bottom {
    background: url(images/transparent/black-0.8.png) !important;
    background: rgba(0,0,0,0.8) !important;
}

.gritter-with-image {
    width: 280px !important;
}

.gritter-with-image, .gritter-without-image {
    padding-right: 70px !important;
}

.gritter-image {
    margin: 2px 10px 0 0 !important;
    border-radius: 8px;
}

.gritter-title {
    font-size: 20px !important;
    line-height: 24px !important;
    padding-bottom: 3px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.gritter-light .gritter-title {
    color: #333 !important;
    font-weight: 600 !important;
}

.gritter-item {
    font-family: inherit !important;
    color: #aaa !important;
    font-size: 14px !important;
    padding: 2px 15px 5px !important;
}

.gritter-close:hover:before,
.gritter-close:focus:before {
    color: #fff;
}

.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top {
    background: url(images/transparent/white-0.98.png) !important;
    background: rgba(255,255,255,0.98) !important;
    color: #999 !important;
}

.gritter-light .gritter-close {
    border-left: 1px solid #ccd0d4;
}

    .gritter-light .gritter-close:hover:before,
    .gritter-light .gritter-close:focus:before {
        color: #212121;
    }

.gritter-red .gritter-item,
.gritter-red .gritter-bottom,
.gritter-red .gritter-top {
    background: url(images/transparent/white-0.98.png) !important;
    background: #ED0C24 !important;
    color: #fff !important;
}

.gritter-red .gritter-close:hover,
.gritter-red .gritter-close:focus {
    background-color: #C80A1E !important;
}

.gritter-blue .gritter-item,
.gritter-blue .gritter-bottom,
.gritter-blue .gritter-top {
    background: url(images/transparent/white-0.98.png) !important;
    background: #2273FF !important;
    color: #fff !important;
}

.gritter-blue .gritter-close:hover,
.gritter-blue .gritter-close:focus {
    background-color: #003FAB !important;
}

.gritter-red .gritter-close,
.gritter-blue .gritter-close {
    border-left: 1px solid #fff;
}

    .gritter-red .gritter-close:hover:before,
    .gritter-red .gritter-close:focus:before,
    .gritter-blue .gritter-close:hover:before,
    .gritter-blue .gritter-close:focus:before {
        color: #fff;
    }

    .gritter-red .gritter-close:before,
    .gritter-blue .gritter-close:before {
        color: #eee;
    }

.gritter-close,
.gritter-light .gritter-close {
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    background: 0 0 !important;
    width: 70px !important;
    height: auto !important;
    display: block !important;
    bottom: 0;
    border-left: 1px solid #444;
}

    .gritter-close:before,
    .gritter-light .gritter-close:before {
        content: 'Close' !important;
        position: absolute !important;
        text-align: center !important;
        right: 0 !important;
        color: #999;
        left: 0;
        z-index: 10;
        text-indent: 0;
        font-size: 13px;
        font-weight: 600;
        line-height: 9px;
        top: 50% !important;
        margin-top: -5px;
        font-family: inherit;
    }

#gritter-notice-wrapper.middle-left {
    bottom: auto;
    right: auto;
    top: 40%;
    left: 10px;
}
/*
.modal button.red {
    background-color: #ED0C24;
}

    .modal button.red:hover {
        background-color: #ED0C24;
    }
*/
.modal-dialog {
    margin: 10% auto auto auto;
}

@media(min-width: 1200px) {
    h3 {
        font-size: 25px;
    }

    .logo {
        height: 130px;
        margin-top: 10px;
    }

    .home {
        height: 152px;
        width: 211px;
        float: left;
        text-align: center;
        margin: auto;
        background-color: white;
        position: relative;
    }

        .home > .tag {
            position: absolute;
            left: 165px;
            top: 106px;
            width: 60px;
            height: 60px;
            border-right: 5px solid #38CC76;
            border-bottom: 5px solid #38CC76;
        }

    .dropmenu {
        display: none;
    }

    .menu {
        font-size: 16px;
        font-weight: normal;
        padding-left: 20px;
        color: white;
        background-color: #001435;
        float: left;
        height: 50px;
    }

        .menu.alt {
            padding: 0 20px;
            float: right;
            height: 50px;
            background-color: #38CC76;
            font-weight: bold;
        }

        .menu.filler {
            display: block;
            background-color: #001435;
            height: 50px;
            float: none;
        }

        .menu a {
            color: white;
            text-decoration: none;
            cursor: pointer;
            transition: 0.3s;
            white-space: nowrap;
        }

            .menu a:hover {
                color: #38CC76;
            }

            .menu a.visiting {
                color: #38CC76;
            }

        .menu.alt a {
            color: white;
        }

            .menu.alt a:hover {
                color: #001435;
            }

        .menu > ul {
            margin: 0;
            padding: 0;
        }

            .menu > ul > li {
                display: inline-block;
                position: relative;
            }

                .menu > ul > li > a {
                    display: inline-block;
                    margin: 8px 2px;
                    padding: 6px 11px;
                }

                .menu > ul > li > ul {
                    display: none;
                    position: absolute;
                    top: 45px;
                    padding: 0;
                    margin: 0;
                    /*border: 1px solid rgb(100, 101, 105);*/
                    background-color: white;
                    list-style-type: none;
                    min-width: 160px;
                    color: black;
                    font-weight: normal;
                    font-size: 16px;
                }

                .menu > ul > li:hover > ul {
                    display: block;
                }

                .menu > ul > li > ul > li {
                    padding: 3px 15px;
                    cursor: pointer;
                }

                    .menu > ul > li > ul > li:hover {
                        background-color: #eee;
                    }

        .menu.alt > ul > li {
            position: relative;
        }



    .product-strip {
        width: 100%;
        background-color: white;
    }

        .product-strip td {
            width: 16.666%;
            position: relative;
        }

            .product-strip td img {
                width: 100%;
                opacity: .4;
            }

                .product-strip td img:hover {
                    width: 125%;
                    top: -12.5%;
                    left: -12.5%;
                    opacity: 1;
                    position: absolute;
                    z-index: 1000;
                }

            .product-strip td.viewing img {
                opacity: 1;
            }

    .product-desktop-head{
        display: block;
    }

    .product-mobile-head {
        display: none;
    }

    .footdetails {
        vertical-align: top;
        /*        padding: 14px 42px;*/
        padding: 14px;
        position: relative;
        text-align: left;
    }
}

@media(max-width: 1199px) {

    h3 {
        font-size: 22px;
    }

    .logo {
        height: 80px;
        margin-top: 5px;
    }

    .home {
        height: 90px;
        width: 140px;
        float: left;
        text-align: center;
        margin: auto;
        background-color: white;
    }

    .dropmenu {
        display: block;
        text-align: right;
        height: 90px;
        background-color: #001435;
        cursor: pointer;
    }

        .dropmenu .fa {
            font-size: 45px;
            font-weight: bold;
            line-height: 45px;
            padding: 1px 5px;
            border-radius: 5px;
            margin: 10px;
            cursor: pointer;
        }

    .menu {
        display: none;
        font-size: 20px;
        background-color: #001435;
        text-align: center;
    }

        .menu.drop {
            display: block;
        }

        .menu.alt {
        }

        .menu.filler {
            display: none;
        }

        .menu a {
            display: block;
            padding: 6px 15px;
            color: white;
            text-decoration: none;
            cursor: pointer;
            transition: 0.3s;
        }

            .menu a:hover {
                color: #38CC76;
            }

        .menu.alt a {
            background-color: #38CC76;
            color: white;
            font-weight: bold;
        }

            .menu.alt a:hover {
                color: #001435;
            }

        .menu > ul {
            margin: 0;
            padding: 0;
        }

            .menu > ul > li {
                display: block;
                position: relative;
            }

        .menu.drop > ul > li.casc > a::after {
            content: '+';
            float: right;
        }

        .menu.drop > ul > li.casc.drop > a::after {
            content: '-';
            float: right;
        }

        .menu > ul > li > a {
        }

        .menu > ul > li > ul {
            display: none;
            top: 45px;
            padding: 0;
            margin: 0;
            background-color: #EEE;
            list-style-type: none;
            min-width: 160px;
            color: black;
        }

        .menu > ul > li.drop > ul {
            display: block;
        }

        .menu > ul > li > ul > li {
            cursor: pointer;
        }

        .menu.alt > ul > li {
            position: relative;
            background-color: white;
        }



    .product-strip {
        width: 100%;
        background-color: white;
    }

        .product-strip td {
            display: none;
        }

        .product-strip td.viewing {
            display: table-cell;
        }

            .product-strip td img {
                width: 100%;
            }

                .product-strip td img:hover {
                }

            .product-strip td.viewing img {
            }

    .product-desktop-head {
        display: none;
    }

    .product-mobile-head {
        display: block;
        font-size: 25px;
    }

    .foothome {
        display: none;
    }

    .footer .social {
    }

    .footdetails {
        vertical-align: top;
        padding: 14px;
        position: relative;
        text-align: left;
    }
}

.layout-within label {
    color: #6b6b77;
    font-weight: 400;
}

    .layout-within label.not-empty {
        color: #000;
    }




.content-main {
    padding: 40px 185px 120px 245px;
    background-image: url('/Content/images/bg-dots.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 45%;
}

@media(max-width: 1199px) {
    .product-details .product-icon {
        display: none;
    }

    .content-main {
        padding: 50px 10px 10px 10px;
        background-image: url('/Content/images/bg-dots.png');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 45%;
    }
}



