﻿divCategoryWrapper .tab-pane {
    padding: 10px 0;
}

.bx-wrapper .bx-viewport {
    left: 0;
    height: 272px !important;
}

.bx-wrapper .bx-pager {
    padding: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: relative;
}

.sliders .slide {
    margin-right: 26px;
    margin-left: 26px;
    width: 300px !important;
    border: #CECECE 1px solid;
}

.slide .section {
    cursor: pointer;
}

#divCategoryWrapper {
    min-height:330px;
}

#divCategoryWrapper .section {
    /* padding: 5px 10px; */
    padding: 5px 0 0 0;
    margin: 0 auto;
    background-color: #fff;
    height: 270px;
    width: 270px;
}

@media handheld, only screen and (max-width: 460px) {
    #divCategoryWrapper .section {
        width: 86% !important;
        margin-left: 7% !important;
    }
}

#divCategoryWrapper .section .footer {
    margin-top: 10px;
    border-top: 1px solid #ddd;
}



#divCategoryWrapper .bx-wrapper {
    max-width: 100% !important;
    padding: 5px 50px;
    margin: 0 auto 10px;
}

    #divCategoryWrapper .bx-wrapper .bx-controls-direction a {
        top: 52%;
    }

.content-header {
    display: none;
    font-family: 'Oswald',Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

.footer-link {
    font-weight: bold;
    text-align: center;
}

@-moz-document url-prefix() {
    #divCategoryWrapper div.container-division div.section .header img;

{
    max-width: 220px !important;
}

}

_:-ms-fullscreen, :root #divCategoryWrapper div.container-division div.section .header img {
    max-width: 220px !important;
}

.ie9 img[src*=".svg"] {
    width: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .innerTabText {
        font-size: 12px;
    }

    /*img[src*=".svg"] {
        width: 100%;
    }*/
}


.imgOuter {
    width: 20px;
    display: inline;
}

#divCategoryWrapper div.container-division div.section .header img {
    /*max-width: 200px;*/
    margin: 0 auto;
    width: 100%;
}

#divCategoryWrapper .container-fluid {
    padding: 0;
}

    #divCategoryWrapper .container-fluid > .row {
        margin: 0;
    }

        #divCategoryWrapper .container-fluid > .row > div {
            padding: 0;
        }

#divCategoryWrapper ul.nav-tabs {
    margin: 0;
    display: flex;
    display: flexbox;
}

    #divCategoryWrapper ul.nav-tabs > li {
        width: 100%;
        text-align: center !important;
    }

#divCategoryWrapper .nav > li > a {
    padding: 4px 4px;
    font-family: 'Oswald',Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -15px;
}

#divCategoryWrapper .nav-tabs {
    background-color: #E6E6E6;
}

    #divCategoryWrapper .nav-tabs > li > a:hover {
        background-color: #F4F8FB;
        border-top: #04BAE1 5px solid;
        border-radius: 4px 4px 0 0;
        border-right: #ddd 1px solid;
        border-left: #ddd 1px solid;
        line-height: 23px;
        border-bottom: #F4F8FB 6px solid;
    }

    #divCategoryWrapper .nav-tabs > li.active > a:hover {
        /*  border-color: #ddd #ddd transparent; */
        /*line-height: 22px ;
		padding-bottom: 5px !important;*/
        cursor: pointer;
    }



    #divCategoryWrapper .nav-tabs > li.active > a, #divCategoryWrapper .nav-tabs > li.active > a:focus {
        background-color: #F4F8FB;
        border-top: #04BAE1 5px solid;
        border-radius: 4px 4px 0 0;
        border-right: #ddd 1px solid;
        border-left: #ddd 1px solid;
        line-height: 23px;
        border-bottom: #F4F8FB 6px solid;
    }

#divCategoryWrapper .panel-body {
    padding: 0;
}

#divCategoryWrapper .panel-heading {
    background-color: #E6E6E6;
    border-radius: 0;
    cursor: pointer;
    color: #4D4D4D;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 18px;
    font-family: 'Oswald',Arial, Tahoma, sans-serif;
}

div.panel-heading.headingActive {
    background-color: #F4F8FB !important;
    border-top: #04BAE1 5px solid;
}

#divMobileMode {
    display: none;
}

.tabImage {
    margin-top: -3px;
    margin-right: 3px;
}

/* #divCategoryWrapper .header
{
	overflow: hidden !important;
    position: relative !important;
} */

.model-link-img img {
    display: block;
    max-width: 270px;
    max-height: 158px;
    width: auto !important;
    height: auto !important;
}

/******************MOBILE************************/
@media only screen and (max-device-width: 767px) {

    .sliders .slide {
        width: 286px !important;
    }

    #divCategoryWrapper .section {
        padding: 5px 10px;
        margin: 0 auto;
        background-color: #fff;
        height: 265px;
        /* width:100%; */
    }

    .sliders .slide {
        margin-right: 18px;
    }

    .model-link-img img {
        display: block;
        max-width: 250px;
        max-height: 150px;
        width: auto !important;
        height: auto !important;
    }

    #divDesktopMode {
        display: none;
    }

    #divMobileMode {
        display: block;
    }

    #divCategoryWrapper .nav-tabs {
        border-bottom: 2px solid #ddd;
    }

        #divCategoryWrapper .nav-tabs > li.active > a, #divCategoryWrapper .nav-tabs > li.active > a:hover, #divCategoryWrapper .nav-tabs > li.active > a:focus {
            border-color: #005999 #ddd transparent;
            border-width: 3px 2px 0;
            background-color: #E6E6E6;
        }

        #divCategoryWrapper .nav-tabs > li {
            margin-bottom: -2px;
        }

            #divCategoryWrapper .nav-tabs > li a {
                border-radius: 0;
            }

            #divCategoryWrapper .nav-tabs > li > a > img {
                width: 20px;
            }
}

#divCategoryWrapper .nav-tabs > li.active > a > img.active,
#divCategoryWrapper .nav-tabs > li > a:hover > img.active {
    display: inline;
}

#divCategoryWrapper .nav-tabs > li > a > img.default {
    display: inline;
}

#divCategoryWrapper .nav-tabs > li.active > a > img.default,
#divCategoryWrapper .nav-tabs > li > a:hover > img.default {
    display: none;
}

#divCategoryWrapper .nav-tabs > li > a > img.active {
    display: none;
}

.tabImage {
    max-width: 20px;
    width: 20px;
    height: 20px;
}

/*@supports (-ms-accelerator:true) {
	.tabImage {
		height : 20px;
	}
}*/

#divMobileMode .tabImage {
    max-width: 25px;
    width: 25px;
    height: 25px;
}

.arrowImage {
    width: 25px;
    float: right;
}

.activeArrowImage {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.colSocialPPC {
    padding-top: 6px;
}


#divMobileMode .sliders {
    overflow: hidden;
    white-space: nowrap;
}

#divMobileMode .slide {
    display: inline-block;
    margin: 0 20px;
}

#divMobileMode .section {
    width: 230px;
}

    /*#divMobileMode .section {
    padding:5px 0 0 0 !important;
}*/

    /*#divMobileMode .section .footer {
    position:relative;
}*/

    #divMobileMode .section .footer div.footer-desc {
        /*position:absolute;*/
        /*white-space:initial;*/
    }

/****PAGER****/
#divMobileMode .slides .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

    #divMobileMode .slides .bx-pager .bx-pager-item,
    #divMobileMode .slides .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
        *zoom: 1;
        *display: inline;
    }

    #divMobileMode .slides .bx-pager.bx-default-pager a {
        background: #666;
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        #divMobileMode .slides .bx-pager.bx-default-pager a:hover,
        #divMobileMode .slides .bx-pager.bx-default-pager a.active {
            background: #000;
        }

/* DIRECTION CONTROLS (NEXT / PREV) */
#divMobileMode .slides .bx-controls-direction a {
    position: absolute;
    margin-top: -200px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    /*z-index: 9999;*/
}

#divMobileMode .slides .bx-prev {
    left: 10px;
    background: url(../Images/LEFT.svg) no-repeat;
}

#divMobileMode .slides .bx-next {
    right: 10px;
    background: url(../Images/RIGHTARROW.svg) no-repeat;
}

#divMobileMode .footer-desc {
    height: 55px;
    overflow: auto;
    white-space: pre-line;
}

#divMobileMode .section {
    padding: 5px 0px !important;
}

/*----------------Accordion Style---------------*/
.panel.accordion-style {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.accordion-style > .panel-heading {
    background-color: #F4F8FB;
    border-top: 5px solid #04BAE1;
    border-radius: 0;
    cursor: pointer;
}

    .accordion-style > .panel-heading > .panel-title > span {
        font-family: 'Oswald',Arial, Tahoma, sans-serif;
        font-size: 16px;
        color: #757575;
    }

    .accordion-style > .panel-heading.collapsed {
        background-color: #E6E6E6;
        border-top: 5px solid #D7D7D7;
    }

    .accordion-style > .panel-heading:hover {
        background-color: #F4F8FB;
        border-top: 5px solid #04BAE1;
    }

#divCategoryWrapper .accordion-style > .panel-heading > img.active,
#divCategoryWrapper .accordion-style > .panel-heading:hover > img.active {
    display: inline;
}

#divCategoryWrapper .accordion-style > .panel-heading.collapsed > img.default {
    display: inline;
}

#divCategoryWrapper .accordion-style > .panel-heading > img.default,
#divCategoryWrapper .accordion-style > .panel-heading.collapsed:hover > img.default {
    display: none;
}

#divCategoryWrapper .accordion-style > .panel-heading.collapsed > img.active {
    display: none;
}

.accordion-style > .panel-heading.collapsed i.indicator {
    background-position: center right;
    cursor: pointer;
    background: url("/DesktopModules/PhaseAlphaDynamicModule/Resources/VIPNet/Includes/Images/svg/right-arrow.svg") no-repeat scroll center;
    width: 24px;
    height: 24px;
}

.accordion-style > .panel-heading i.indicator {
    background: url("/DesktopModules/PhaseAlphaDynamicModule/Resources/VIPNet/Includes/Images/svg/down-arrow-active.svg") no-repeat scroll center;
    background-position: center right;
    width: 24px;
    height: 24px;
    margin-top: -5px;
}

.accordion-style .panel-body {
    padding: 2px;
}

    .accordion-style .panel-body ul {
        margin-bottom: 0;
        margin-left: 5px;
    }

        .accordion-style .panel-body ul li {
            padding: 2px;
            list-style-type: none;
        }

.ruskin-warranty-banner {
    position: absolute;
    top: 0;
    width: 100%;
    /*height: 395px;*/
    z-index: 9999;
    text-align: center;
    /*-webkit-box-shadow: 3px 2px 5px 0px #ccc;
    -moz-box-shadow: 3px 2px 5px 0px #ccc;
    box-shadow: 3px 2px 5px 0px #ccc;
    border:1px solid #ccc;*/
    background-color: #fff;
}

    .ruskin-warranty-banner a {
        width: 100%;
        height: 400px;
        display: block;
        background: url('/DesktopModules/PhaseAlphaDynamicModule/Resources/PACatalog/Images/Ruskin-5Year-Warranty-Banner-Large.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1004px;
    }

    .ruskin-warranty-banner img {
        /*width: 1004px;*/
        /*width:100%;*/
        /*height:100%;*/
    }


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .ruskin-warranty-banner a {
        background-size: 100%;
        height: 420px;
        background-color: #fff;
    }
}

@media only screen and (max-device-width: 767px) {
    .ruskin-warranty-banner a {
        background: url('/DesktopModules/PhaseAlphaDynamicModule/Resources/PACatalog/Images/Ruskin-5Year-Warranty-Banner-Small.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #f5f8fa;
        min-height:310px;
        height:calc(100vh - 260px);
    }
}
