﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'museo_sans300';
    src: url('../fonts/museosans-300-webfont.eot');
    src: url('../fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-300-webfont.woff') format('woff'), url('../fonts/museosans-300-webfont.ttf') format('truetype'), url('../fonts/museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_sans100';
    src: url('../fonts/museosans-100-webfont.eot');
    src: url('../fonts/museosans-100-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-100-webfont.woff') format('woff'), url('../fonts/museosans-100-webfont.ttf') format('truetype'), url('../fonts/museosans-100-webfont.svg#museo_sans100') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'trebuchet_msbold';
    src: url('../fonts/trebucbd-webfont.eot');
    src: url('../fonts/trebucbd-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/trebucbd-webfont.woff') format('woff'), url('../fonts/trebucbd-webfont.ttf') format('truetype'), url('../fonts/trebucbd-webfont.svg#trebuchet_msbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'trebuchet_msregular';
    src: url('../fonts/trebuc-webfont.eot');
    src: url('../fonts/trebuc-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/trebuc-webfont.woff') format('woff'), url('../fonts/trebuc-webfont.ttf') format('truetype'), url('../fonts/trebuc-webfont.svg#trebuchet_msregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'trebuchet_msregular';
    color: #444444 !important;
}

.header {
    padding: 0px;
    margin: 0px;
}

    .header .top_bar {
        padding: 3px 0px 3px;
        text-align: right;
        font-family: 'museo_sans100';
        background-color: #eeeeee;
    }

    .header .logo {
        width: 60px;
        float: left;
        padding: 11px 0 10px 0;
    }

.navbar-brand {
    float: left;
    padding: 11px 25px 10px 0px;
    font-size: 18px;
    line-height: 20px;
    display: none;
}

.blue_bar {
    background-color: #007db8;
}

.page_content {
    padding-top: 20px;
    padding-bottom: 100px;
    min-height:350px!important;
}

.top_left_box {
    padding-bottom: 20px;
}

.boarder_box {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .boarder_box td {
        vertical-align: middle !important;
    }

    .boarder_box .table {
        margin-bottom: 0px;
    }

.cart_section {
    min-width: 40px;
    position: relative;
    display: inline-block;
}

.cart_icon {
    display: inline-block;
    min-width: 23px;
    background: url(../images/cart_icon.png) no-repeat;
    height: 20px;
    left: 0px;
    top: -13px;
    position: absolute;
}

.blg {
    min-width: 18px;
    height: 18px;
    position: absolute;
    left: 17px;
    top: -13px;
    background-color: #6fa205;
    padding: 0px 2px 2px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: #FFF solid 1px;
    font-size: 10px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

/*start sku page from here*/
.white_box {
    background: #FFF;
    padding: 4px 4px 4px 0;
    border: #cccccc solid 1px;
}

    .white_box .input_brd {
        background: none;
        border: none;
        width: 85%;
        box-shadow: none;
        display: inline-block;
    }

        .white_box .input_brd:focus {
            background: none;
            border: none;
            box-shadow: none;
        }

.sky_keyword_search {
    padding: 0px;
}

    .sky_keyword_search .txt_lbl {
        display: inline-block;
        color: #444444;
        padding-right: 3px;
        font-size: 14px;
    }

    .sky_keyword_search .inp_2 {
        display: inline-block;
        border: #cccccc solid 1px;
        padding: 7px 5px;
        width: 165px;
    }

.padding_zero {
    padding: 0px;
}

.inline_input {
    display: inline-block;
    width: 175px;
}

.pull_top {
    margin-top: 20px;
}

.padding_right {
    padding-right: 14px;
}

.padding_left {
    padding-left: 14px;
}

.padding_sides {
    padding-left: 14px;
    padding-right: 14px;
}

.top_margin{
	margin-top:15px;
}

.table_box {
    width: 23%;
    float: right;
}

/* end sku page from here*/

/* start order cards from here*/

.active_row {
    border: #cccccc solid 1px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bg_active {
    background-color: #007db8;
    text-align: center;
    color: #FFF;
}

.blue_border {
    padding: 20px 15px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: #007db8 solid 1px;
}

.blue_border_bottom {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: #007db8 solid 1px;
    padding-bottom: 10px;
}

.rl {
    position: relative;
}

.calender_icon {
    position: absolute;
    width: 30px;
    display: inline-block;
    right: -20px;
    top: 4px;
    height: 26px;
}

.input_padding {
    margin-left: 20px;
}

.border_none {
    border: none !important;
}

.pop_table td {
    padding: 0px 5px;
    border: none;
}



.padding_top_zero {
    padding-top: 0px;
}

.wd_space {
    margin-bottom: 10px;
}

.country_text {
    color: #FFF;
    width: 20%;
}

    .country_text a {
        color: #FFF;
        text-decoration: none;
    }

        .country_text a:hover {
            text-decoration: none;
        }

    .country_text li {
        font-size: 12px;
    }

/* end order cards from here*/


.footer {
    padding-top: 25px;
    padding-bottom: 15px;
}

    .footer .ft_links {
        width: 20%;
    }

        .footer .ft_links h5 {
            color: #fff;
            font-family: 'trebuchet_msbold';
            font-size: 14px;
        }

        .footer .ft_links ul {
            margin: 0px;
            padding: 0px;
        }

            .footer .ft_links ul li {
                margin: 0px;
                list-style: none;
                padding: 0px;
            }

                .footer .ft_links ul li a {
                    color: #FFF;
                    font-size: 12px;
                }

        .footer .ft_links .input_list {
            border: #fff solid 1px;
            color: #fff;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            background: none;
        }

    .footer .border_box {
        border-top: #fff solid 1px;
        margin-top: 20px;
        padding: 30px 0 10px 0;
        text-align: center;
    }

        .footer .border_box ul {
            margin: 0px;
            padding: 0px;
        }

            .footer .border_box ul li {
                margin: 0px;
                padding: 0px 15px;
                list-style: none;
                border-right: #ffffff solid 1px;
                display: inline;
                font-size: 12px;
            }

                .footer .border_box ul li a {
                    color: #FFF;
                }

                .footer .border_box ul li:last-child {
                    border-right: none;
                }

@media (max-width:767px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #acfffa;
        background: none;
    }

    .footer .border_box {
        border-top: none;
        margin-top: 0px;
        padding: 0px 0 10px 0;
        text-align: center;
    }

    .white_box .input_brd {
        width: 72%;
    }

    .sky_keyword_search .txt_lbl {
        display: block;
    }

    .sky_keyword_search .inp_2 {
        margin-bottom: 10px;
        width: 100%;
    }

    .table_box {
        width: inherit;
        float: none;
        margin-top: 20px;
    }

    .top_margin{
	    margin-top:15px;
    }

    .bottom_margin {
        margin-bottom: 10px;
    }

    .input_padding {
        margin-left: 0px;
    }

    .calender_icon {
        right: 20px;
    }

    .bottom_space {
        margin-bottom: 30px;
    }

    .pop_input {
        margin-bottom: 15px;
    }

    .navbar-brand {
        display: block;
        padding-left: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .nav > li > a {
        padding: 25px 7px;
    }

    .top_margin{
	    margin-top:15px;
    }

    .bottom_margin {
        margin-bottom: 10px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
}

div.ufExColCtrl {
    text-align: center;
    padding: 10px 0 15px 0;
}

.ufExColCtrl .title {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0 15px;
    cursor: pointer;
    color: white;
}

.arrw {
    background: transparent url(/images/mh-icons-sprite-8b.png) no-repeat;
    background-position: -93px -23px !important;
    display: inline-block;
    text-align: right;
    height: 6px;
    width: 13px;
    margin: 0 0 2px 10px;
}

.ulCollapse .arrw {
    background-position: -93px -38px !important;
}

.universalFooterLinks {
    text-align: center;
    margin-bottom: 10px;
    list-style: none outside none;
    background: none repeat scroll 0 0 transparent;
    vertical-align: baseline;
    border: 0 none;
    color: white;
    width: 100%;
}

    .universalFooterLinks li {
        margin: 0 0 5px 15px;
        display: inline-block;
        border-left: 1px solid white;
        padding-left: 15px;
        line-height: 1.3em;
    }

        .universalFooterLinks li.first {
            margin: 0 0 5px 0;
            padding: 0;
            border: 0;
        }

    .universalFooterLinks a {
        color: white;
    }

.expandCollapse {
    display: none;
}

.ulList {
    display: block;
}

.validate-v > input::-webkit-input-placeholder {
    color: red;
}

.validate-v > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red;
    opacity: 1;
}

.validate-v > input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red;
    opacity: 1;
}

.validate-v > input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: red;
}

.validate-v > input.placeholder { /* Internet Explorer 10+ */
    color: red;
}


.validate-i > input::-webkit-input-placeholder {
    color: red;
}

.validate-i > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red;
    opacity: 1;
}

.validate-i > input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red;
    opacity: 1;
}

.validate-i > input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: red;
}

.validate-i > input.placeholder { /* Internet Explorer 10+ */
    color: red;
}

.validate-i > textarea::-webkit-input-placeholder {
    color: red;
}

.validate-i > textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red;
    opacity: 1;
}

.validate-i > textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red;
    opacity: 1;
}

.validate-i > textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: red;
}

.validate-i > textarea.placeholder { /* Internet Explorer 10+ */
    color: red;
}

.invisible {
    display: none;
}

.scrollable {
    max-height: 200px;
    overflow-y: auto;
}

@media (min-width:1px) {
    .popup-nav-list {
        position: absolute;
        display: none;
        width: 100%;
        min-height: 89px !important;
        height: auto !important;
        background-color: #eee;
        z-index: 2;
    }

    .popup-nav-list-close {
        width: 100%;
        background-color: #ffffff;
    }

    .popup-nav-list-close {
        width: 100%;
        background-color: #ffffff;
        padding: 10px;
    }
}

@media (min-width:768px) {
    .popup-nav-list {
        position: absolute;
        display: none;
        width: 100%;
        min-height: 70px !important;
        height: auto !important;
        background-color: #eee;
        z-index: 2;
    }

        .popup-nav-list ul {
            position: relative;
            left: 50%;
            transform: translatex(-50%);
        }

    .popup-nav-list-close {
        width: 100%;
        background-color: #ffffff;
        padding: 10px;
    }
}

@media (min-width:992px) {
    .popup-nav-list {
        position: absolute;
        display: none;
        width: 100%;
        min-height: 70px !important;
        height: auto !important;
        background-color: #eee;
        z-index: 2;
    }

        .popup-nav-list ul {
            position: relative;
            left: 50%;
            transform: translatex(-50%);
        }

    .popup-nav-list-close {
        width: 100%;
        background-color: #ffffff;
        padding: 10px;
    }
}

@media (min-width:1200px) {
    .popup-nav-list {
        position: absolute;
        display: none;
        width: 100%;
        min-height: 70px !important;
        height: auto !important;
        background-color: #eee;
        z-index: 2;
    }

        .popup-nav-list ul {
            position: relative;
            left: 50%;
            transform: translatex(-50%);
        }

    .popup-nav-list-close {
        width: 100%;
        background-color: #ffffff;
        padding: 10px;
    }
}

.one-edge-shadow {
    -webkit-box-shadow: 0 6px 8px -6px #444444;
    -moz-box-shadow: 0 6px 8px -6px #444444;
    box-shadow: 0 6px 8px -6px #444444;
}

.text-left{
    text-align: left!important;
}

.error-message{
    display: none;
}

.error {
    color: red;
    font-size: 11px;
}

input.error{
   border-color:rgba(255, 71, 0, 0.6);
}

select.error{
    border-color:rgba(255, 71, 0, 0.6);
}

.container.top{
    min-height: 10px;
}

@media (max-width:767px) {
    .putmarginBottom15 {
        margin-bottom: 15px !important;
    }

    #logo2 {
        display: none !important;
    }
}

.legal-box{
    max-height: 250px;
    max-width: 75%;
    min-width: 50%;
    overflow-y:scroll;
    padding: 30px 30px;
    background-color: #eeeeee;
}

.legal-box p{
    font-weight: 500;
    font-size: 16px;
}

.button-center {
    max-width: 12%;
    margin-top: 30px;
}

p.parag-header {
    font-size: 28px;
    font-weight: 500;
}

p.parag-content{
    font-size: 15px;
    font-weight: 500;
}

.thankyou-container{
    margin-top: 200px;
    margin-bottom: 150px;
    text-align: center;
}

    .thankyou-container h1 {
        color: #007db8;
    }

.parag-required {
    color: red;
    font-weight: 500;
}

input.required::-webkit-input-placeholder {
    color: red !important;
}

input.required:-moz-placeholder { /* Firefox 18- */
    color: red !important;
}

input.required::-moz-placeholder { /* Firefox 19+ */
    color: red !important;
}
 
input.required:-ms-input-placeholder {  
color: red !important;  
}

.hover_img a {
    position: relative;
}

    .hover_img a span {
        position: absolute;
        display: none;
        z-index: 99;
    }

    .hover_img a:hover span {
        display: block;
    }


