﻿/**************************************************************************/
/*                               GENERAL                                  */
/**************************************************************************/
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    margin-top: 0;
    line-height: 1em;
    text-align: center;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    text-align: center;
}

@media (min-width: 992px) {
    h1, h2 {
        text-align: left;
    }
}

h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: black;
}


/**************************************************************************/
/*                               HEADER                                   */
/**************************************************************************/
#Header {
    padding: 0 0 15px 0;
    border-top: 10px solid #e2e2e2;
}

    #Header .header-banner {
        position: static;
        left: 0;
        top: 0;
        right: 0;
        padding: 20px;
        background-color: #ffa200;
        text-align: center;
    }

        #Header .header-banner p {
            color: #ffffff;
            font-weight: bold;
            margin: 0;
        }

    #Header .row {
    }

    #Header .header-middle {
        display: none;
    }

@media (min-width: 992px) {
    #Header .header-middle {
        display: block;
        padding: 50px 15px 0 15px;
    }

        #Header .header-middle p {
            float: left;
            margin: 0 5px;
            color: #939598;
            font-size: 15px;
            letter-spacing: 1px;
        }

            #Header .header-middle p:last-child {
                color: #ffa200;
            }
}

@media (min-width: 1200px) {
    #Header .header-middle p {
        font-size: 17px;
    }
}

#Header #main-search {
    display: none;
}

    #Header .header-right .phone {
        float: right;
        padding: 20px 0 0 0;
    }

        #Header .header-right .phone p {
            float: left;
            margin-right: 5px;
            color: #939598;
            font-size: 15px;
            line-height: 24px;
        }

            #Header .header-right .phone p a {
                color: #ffa200;
                font-weight: bold;
                font-size: 24px;
                line-height: 24px;
            }

        #Header .header-right .phone img {
            vertical-align: middle;
        }

@media (min-width: 768px) {
    #Header .header-right {
        display: block;        
    }

    #Header #main-search {
        display: block;
    }
}

@media (max-width: 767px) {
    #Header .header-right .phone {
        padding: 50px 0 0 0;
    }
}

@media (max-width: 589px) {
    #Header .header-right .phone {
        padding: 0;
    }
}

#Header .logo {
    float: left;
    margin: 40px 0 40px 0;
    width: 293px;
    height: 47px;
    background: url('/themes/interservsales/images/logo.png') no-repeat;
    background-position: 0 -50px;
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    #Header .logo {
        width: 309px;
        height: 50px;
        background-position: 0 0;
    }
}

#HeaderInner .search-holder {
    float: right;
    width: 212px;
    margin-right: -54px;
    z-index: 80;
    margin-top: 6px;
}

    #HeaderInner .search-holder input[type="text"] {
        float: left;
        height: 24px;
        width: 119px;
        border: none;
        background-image: url('/themes/interservsales/images/search_text_bg.png');
        background-repeat: no-repeat;
        background-color: transparent;
        padding-left: 8px;
    }

    #HeaderInner .search-holder input[type="submit"] {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        background-image: url('/themes/interservsales/images/search_submit_bg.png');
        background-repeat: no-repeat;
        height: 24px;
        width: 31px;
        float: left;
        background-color: transparent;
        overflow: hidden;
        margin-left: -4px;
        padding: 0 16px;
        border: none;
    }

/**************************************************************************/
/*                          Google Site Search                            */
/**************************************************************************/

.gsc-search-button input[type="image"],.gsc-search-button input[type="image"]:focus,.gsc-search-button input[type="image"]:hover {
    width: 70px;
    height: 30px;
    border-color: #2F5BB7;
    background-color: #357AE8;
}

.gsc-selected-option-container {
    width: 80px !important;
}

.gsc-selected-option {
    width: 60px !important;
}

.gsib_a input[type="text"] {
    height: 16px !important;
    font-size: 12px;
}

/**************************************************************************/
/*                               NAVIGATION                               */
/**************************************************************************/


.navbar {
    background: transparent;
    border: none;
    margin: 0;
}

.navbar-toggle {
    margin-right: 0;
    background-color: #333 !important;
    border: none;
    border-color: none !important;
}

.navbar-collapse {
    border: none;
}

.menu ul {
}

    .menu ul > li {
    }

        .menu ul > li.menuSeparator {
            background: #002856;
            width: 1px;
            display: none;
        }

            .menu ul > li.menuSeparator:hover {
                background: #002856;
            }

        .menu ul > li > span a {
            color: #FFFFFF;
            padding-left: 40px;
            background: #003f87;
        }

    /*1st Level SELECTED*/
    .menu ul > .menuSelected > span a,
    .menu ul > .menuSelected > span a:hover,
    .menu ul > .menuSelected > span a:focus {
        font-weight: bold;
        color: white;
        background: #003f87;
    }
    /*1st Level HOVER*/
    .menu ul > li > span a:hover,
    .menu ul > li > span a:focus {
        color: white;
        background: #003f87;
    }


/* 2nd Level */
.menudropdown > ul {
    margin: 0;
}

    .menudropdown > ul > li > span a {
        background: #ffa200;
        background-color: #ffa200;
        color: black;
        border-bottom: 1px solid #e59100;
        padding-left: 50px;
    }

.menudropdown ul > .menuSelected > span a,
.menudropdown ul > .menuSelected > span a:hover,
.menudropdown ul > .menuSelected > span a:focus {
    color: black;
    font-weight: bold;
    background-color: #ffa200;
}

.menudropdown ul > li > span a:hover,
.menudropdown ul > li > span a:focus {
    color: black;
    background-color: #ffa200;
}

/* 3rd Level */
.menudropdown > ul > li .menudropdown > ul > li > span a {
    padding-left: 60px;
}

@media (min-width: 768px) {
    .menu ul {
        display: table;
        width: 100%;
    }

        .menu ul > li {
            display: table-cell;
            float: none;
        }

            .menu ul > li.menuSeparator {
                display: table-cell;
            }

            .menu ul > li.top-node {
                overflow: hidden;
                border-bottom-left-radius: 3px;
                border-top-left-radius: 3px;
            }

            .menu ul > li.last {
                overflow: hidden;
                border-bottom-right-radius: 3px;
                border-top-right-radius: 3px;
            }

            .menu ul > li > span a {
                color: #FFFFFF;
                padding: 15px 15px;
                text-align: center;
            }

            /* hover and active states */
            .menu ul > li.menuSelected span a,
            .menu ul > li.menuSelected:hover span a {
                background: transparent;
            }

            .menu ul > li > span a:hover, .menu ul > li > span a:focus {
                color: white;
                background: #ffa200;
            }

            .menu ul > li.menuSelected,
            .menu ul > li.menuSelected:hover,
            .menu ul > li:hover {
                background: #ffa200;
                color: black;
            }

    #Header .menu ul .menudropdown {
        display: none;
    }
}

/**************************************************************************/
/*                               CONTENT                                  */
/**************************************************************************/


/******************************** Slider **********************************/
#Slider {
    background: #e2e2e2;
    padding: 15px 0 0 0;
}

    #Slider .nivo-controlNav {
        padding: 15px 0 10px 0;
        text-align: center;
    }

        #Slider .nivo-controlNav a {
            color: white;
            text-decoration: none;
            display: inline-block;
            background: #ffa200;
            overflow: hidden;
            padding: 10px 15px;
            margin-right: 5px;
        }

            #Slider .nivo-controlNav a.active {
                background: black;
            }

@media (min-width: 992px) {
    #Slider .nivo-controlNav {
        padding: 10px 0;
    }

        #Slider .nivo-controlNav a {
            font: 0/0 a;
            -webkit-text-shadow: none;
            text-shadow: none;
            color: transparent;
            display: inline-block;
            background: #ffa200;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            overflow: hidden;
            height: 10px;
            width: 10px;
            padding: 0;
        }
}
/******************************** GENERAL ************************************/
/*BUTTONS*/
.btn-primary {
    border: none;
    text-transform: uppercase;
    border-radius: 3px;
    background: #003f87;
}

    .btn-primary:hover {
        background: #002f64;
        color: white;
        text-decoration: none;
    }

.read-more-button {
    border: none;
    border-radius: 3px;
    background-color: #003f87;
    background-image: url(/themes/interservsales/images/arrow.png);
    background-position: 120px 49.9999%;
    background-repeat: no-repeat;
    padding: 5px 30px 7px 10px;
    border-top: 2px solid #1670d6;
    margin-top: 10px;
    display: block;
    float: left;
    color: white;
    text-decoration: none;
}

    .read-more-button:hover {
        background-color: #002f64;
        color: white;
        text-decoration: none;
    }
/*Google Map iframe*/
div.map {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    div.map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*Contact Form*/
.contact-form {    
    padding: 0 0 40px 0;
}

    .contact-form h3 {
        width: 100%;
        margin-top: 10px;
    }

    .contact-form textarea,
    .contact-form input[type="text"] {
        width: 100%;
        border: 1px solid #cccccc;
        margin-bottom: 10px;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contact-form textarea {
        margin-top: 16px !important;
        float: none !important;
        height: 100px;
        resize: none;
        padding: 10px 10px;
    }

    .contact-form input[type="text"] {
        padding: 5px 10px;
    }

#Content .contact-form input[type="submit"] {
    font-family: "Open Sans", sans-serif, Arial !important;
}

    .contact-form input[type="submit"] {     
        font-size: 14px !important;
        text-transform: uppercase !important;
        border: none !important;
        border-radius: 3px;
        background-color: #003f87 !important;
        background-image: url(/themes/interservsales/images/arrow.png) !important;
        background-position: 72px 51.9999%;
        background-repeat: no-repeat;
        padding: 0px 0px 0px 8px;
        border-top: 2px solid #1670d6;
        display: block;
        float: left !important;
        color: white !important;
        text-decoration: none;
        width: 87px !important;
        text-align: left;
    }
    
    .contact-form #hf1,
    .contact-form #hf2 {
        display: none !important;
        visibility: hidden;
    }
/*************************** Main Content Pane ****************************/
.module-content img {
    max-width: 100% !important;
    height: auto !important;
}

/******************************** HOME ************************************/
#ContentWrapper.home {
}


@media (min-width: 768px) {
    #ContentWrapper.home #ContentMain {
        padding: 0 0 50px 0;
    }
}

@media (min-width: 992px) {
    #ContentWrapper.home #ContentMain {
        background-image: url(/themes/interservsales/images/divider.png);
        background-position: 49.999% bottom;
        background-repeat: no-repeat;
    }
}

#ContentWrapper.home #ContentMain .row .col-md-12 h1 {
    margin-top: 20px;
}

#ContentWrapper.home #ContentMain .row .col-md-2 .module-contenteditor {
    padding: 10px 0 0 0;
    text-align: center;
    background: #e2e2e2;
    min-height: 160px;
}

    #ContentWrapper.home #ContentMain .row .col-md-2 .module-contenteditor img {
        border-bottom: 1px solid #c8c8c8;
    }

    #ContentWrapper.home #ContentMain .row .col-md-2 .module-contenteditor hr {
    }

    #ContentWrapper.home #ContentMain .row .col-md-2 .module-contenteditor a span {
        font-size: 15px;
        font-style: normal;
        color: #003f87;
        text-decoration: none;
        text-transform: uppercase;
    }

@media (min-width: 768px) {
    #ContentWrapper.home #ContentFooterLeft {
    }
}


#ContentWrapper.home #ContentFooterLeft .row .col-md-4 {
    padding-bottom: 40px;
    float: left;
}
/***************************** CATEGORY ***********************************/
#ContentWrapper #Content #ContentInner.categorypage #ContentMain .col-md-12 {
    padding-bottom: 12px;
    float: left;
}

#ContentWrapper #Content #ContentInner.categorypage #ContentMain .col-md-4 {
    /*padding-bottom: 12px;*/
    float: left;
}

/******************************** PRODUCT ************************************/

#Accessories .module-content.position-1 {
    height: auto;
}

@media (min-width: 390px) and (max-width: 767px) {
    #ContentMain.product-content #Accessories .col-md-4 {
        width: 50%;
    }

    #Accessories .module-content {
        height: 430px;
    }
}

@media (min-width: 768px) and (max-width: 991px ) {

    #Accessories .module-content {
        height: 416px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #ContentMain.product-content #Accessories .col-md-8 img,
    #ContentMain.product-content #Accessories .col-md-4 img {
        max-height: 195px;
        min-height: 195px;
    }

    #Accessories .module-content {
        height: 361px;
    }
}

@media (min-width: 1200px) {
    #ContentMain.product-content #Accessories .col-md-8 img,
    #ContentMain.product-content #Accessories .col-md-4 img {
        min-height: 241px;
    }

    #Accessories .module-content {
        height: 361px;
    }
}

#ContentMain.product-content #Accessories .module-actions img {
    min-height: 0;
}

/*main image*/
#ContentMain.product-content .col-md-8 {
    padding-bottom: 20px;
    float: left;
}

#ContentMain.product-content .col-md-4 {
    padding-bottom: 20px;
    float: left;
}

#ContentMain.product-content .col-md-12 {
    padding-bottom: 20px;
    float: left;
}

    #ContentMain.product-content .col-md-12.node-heading,
    #ContentMain.product-content .col-md-12.heading {
        padding-bottom: 0;
    }

/************************* SIDE NAVIGATION ********************************/

#SideMenu {
    margin: 0 0 40px 0;
    display: none;
}

@media (min-width: 768px) {
    #SideMenu {
        display: block;
    }

        #SideMenu .menu {
            margin: 0;
        }

            #SideMenu .menu > ul {
                padding-top: 0;
                border-radius: 3px;
                background: #003f87;
            }

            #SideMenu .menu ul li.menuSeparator {
                display: none;
            }
            /*1st level*/
            #SideMenu .menu > ul > li {
                background: none;
            }

                #SideMenu .menu > ul > li:hover {
                    background: none;
                    border-right: none;
                }

                    #SideMenu .menu > ul > li:hover span a {
                        background: #ffa200;
                    }

            #SideMenu .menu ul > .menuSelected > span a, #SideMenu .menu ul > .menuSelected:hover > span a {
                color: black;
                font-weight: bold;
                border-right: none;
                text-decoration: none;
                background: #ffa200;
            }

            #SideMenu .menu > ul > li span a {
                color: black;
                text-align: left;
                padding: 10px 20px;
                background: transparent;
                background: #ffa200;
                -webkit-text-shadow: none;
                text-shadow: none;
                border-top: 1px solid #ffc700;
                border-bottom: 1px solid #e59100;
            }

                #SideMenu .menu > ul > li span a:hover {
                    color: black;
                    text-decoration: underline;
                }
            /*Top Node*/
            #SideMenu .menu > ul > li.top-node span a {
                background: #003f87;
                border: none;
                color: white;
            }

            #SideMenu .menu > ul > li.top-node:hover span a {
                background: #003f87;
                color: white;
            }

        /*2nd level*/
        #SideMenu .menudropdown {
            background: #e2e2e2;
        }

            #SideMenu .menudropdown ul {
                margin: 0;
            }

        #SideMenu .menu ul .menudropdown ul > li > span a {
            padding: 10px 10px 10px 40px;
            background: #e2e2e2;
            border-top: 1px solid #f3f3f3;
            border-bottom: 1px solid #cacaca;
        }

        #SideMenu .menu ul .menudropdown ul > li:hover span a {
            background: #e2e2e2;
            border-right: none;
        }

        #SideMenu .menu ul .menudropdown ul > li.menuSelected:hover > span a {
            background: #e2e2e2;
            border-right: none;
        }

        #SideMenu .menu ul li.level-2 {
            display: none;
        }


        #SideMenu .menu ul li.menuSelected li.level-2 {
            display: block;
        }


    /************************* SIDE BOTTOM LINKS ********************************/
    #SideBottomLinks {
        margin: 0 0 0 0;
        display: none;
    }

        #SideBottomLinks div > ul {
            padding-top: 10px;
            padding-bottom: 10px;
            -webkit-text-shadow: 0 1px 0 #fff;
            text-shadow: 0 1px 0 #fff;
            background-color: #f8f8f8;
            border-radius: 3px;
            float: none;
            margin: 0 0 20px 0;
        }

            #SideBottomLinks div > ul > li {
                position: relative;
                display: block;
            }

                #SideBottomLinks div > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 10px 15px;
                    line-height: 20px;
                    /*color: #777777;*/
                    color: #000000;
                    text-decoration: none;
                }

                    #SideBottomLinks div > ul > li > a:hover, #SideBottomMenu div > ul > li > a:focus {
                        text-decoration: underline;
                        color: #333333;
                    }   

    /**************************************************************************/
    /*                              SHADOWBOX                                 */
    /**************************************************************************/
    #sb-container {
        z-index: 10000;
    }

    #sb-wrapper {
        background-color: #000;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        border-radius: 2px;
        border: 3px solid #1a1aa9;
    }

    #sb-title {
        display: none;
        position: absolute;
        bottom: 0;
        width: 80%;
        left: 0;
    }

    #sb-info {
        width: 100%;
        margin: 0;
        height: 40px;
    }

    #sb-counter {
        display: none;
    }

    #sb-title, #sb-title-inner {
        height: auto;
    }

    #sb-title-inner {
        padding: 0 20px;
        font-size: 14px;
        color: #333333;
        line-height: 40px;
    }

    #sb-nav {
        width: 100%;
        height: auto;
        padding: 0;
    }

        #sb-nav a {
            height: 40px;
            width: 40px;
            position: relative;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            -webkit-font-smoothing: antialiased;
            font-style: normal;
            font-weight: normal;
            -moz-osx-font-smoothing: grayscale;
            font-size: 24px;
            line-height: 35px;
            background: grey;
            text-decoration: none;
            color: white;
            text-align: center;
        }

    #sab-nav a:before, #sab-nav a:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sb-nav a#sb-nav-previous {
    }

        #sb-nav a#sb-nav-previous:before {
            content: "\e079";
        }

    #sb-nav a#sb-nav-next {
    }

        #sb-nav a#sb-nav-next:before {
            content: "\e080";
        }

    a#sb-nav-close {
        font-family: Arial;
        font-weight: bold;
        font-size: 40px;
    }

    #sb-nav-close:before {
        content: "x";
    }
}

@media (min-width: 992px) {
    #SideBottomLinks {
        display: block;
    }
}

/**************************************************************************/
/*                               FOOTER                                   */
/**************************************************************************/

@media (min-width: 768px) {
    #Footer {
        padding: 40px 0 0 0;
    }

    #FooterTopInner .row {
        margin: 0;
    }

    #FooterTopInner .col-md-3 {
        padding: 0;
    }

        #FooterTopInner .col-md-3 a {
            background-color: #ffa200;
            border-right: 1px solid #ea7400;
            display: block;
            text-align: center;
            padding: 10px 0;
            font-size: 15px;
            text-decoration: none;
            color: #000000;
        }

        #FooterTopInner .col-md-3:last-child a {
            border: none;
        }

    #FooterMain {
        background: #003f87;
        padding: 50px 0 0 0;
    }

        #FooterMain .logo {
            background: url(/themes/interservsales/images/logo-footer.png);
            width: 236px;
            height: 62px;
            margin: 0 auto;
            margin-bottom: 40px;
        }

        #FooterMain .contact-content {
            color: white;
            padding-left: 35px;
            font-size: 13px;
            line-height: 22px;
            margin-bottom: 20px;
            text-align: center;
        }


        #FooterMain .image-content {
            text-align: center;
        }

            #FooterMain .image-content img {
                margin-bottom: 20px;
            }

    #FooterCenterLinks {
        background: #00336d;
    }

        #FooterCenterLinks p {
            text-align: center;
            color: #b9b9b9;
            margin: 10px 0;
        }

            #FooterCenterLinks p a {
                color: #b9b9b9;
            }

    #FooterBottom {
        padding: 15px 0;
        background: #e2e2e2;
    }

        #FooterBottom p,
        #FooterBottom p a {
            color: #80888e;
            font-size: 12px;
            margin: 0;
        }

        #FooterBottom .digitalstream {
            text-align: right;
        }
}

@media (min-width: 992px) {
    #FooterMain .contact-content {
        text-align: left;
    }
}

@media (max-width: 767px) {
    #FooterMain {
        background: #003f87;
    }

    #FooterCenterLinks {
        background: #00336d;
    }

    #FooterBottom {
        padding: 15px 0;
        background: #e2e2e2;
    }

    #FooterMain .contact-content {
        color: white;
        padding-left: 35px;
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 20px;
        text-align: left;
        padding: 10px 0 0 0;
    }

    #FooterCenterLinks p a {
        padding-top: 10px;
        color: #b9b9b9;
    }

    #FooterCenterLinksInner {
        padding-top: 10px;
    }

    #FooterBottom p, #FooterBottom p a {
        color: #80888e;
        font-size: 12px;
        margin: 0;
    }

    #FooterTopInner {
        margin: 0 !important;
        padding: 0 !important;
    }
    #FooterTopInner .col-md-3 a {
        background-color: #ffa200;
        width:100%;       
        display: block;
        text-align: left;
        padding: 6px 18px;
        font-size: 12px;
        text-decoration: none;
        color: #000000;
        margin:0;
        border-bottom: 1px solid #ea7400;
    }
}

