﻿

/*--------------general styles---------------*/
/*--------------------------------------------*/

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4 {
    margin-top: 0px;
    color: #00355c;
    font-weight: bold;
}

h1 { 
    font-size:30px;
}

h2 {
    font-size:24px;
}

h3 {
    font-size: 20px;
}

.heading-bb {
    margin-bottom: 30px;
    border-bottom: 2px solid #707c80;
    padding-bottom: 20px;
}

.section-title {
    font-weight: bold;
    font-size: 24px;
    color: #00355c;
}

.section-subtitle{
    font-weight:bold;
    font-size:18px;
    margin-bottom:10px;
}

.intro{
    font-size:16px;
    padding-bottom:10px;
}

.divider{
    margin-top:10px;
    margin-bottom:10px;
    border-top:1px solid #c0c0c0;
}

.row.eq-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row.eq-col > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    .row.eq-col > .vertical-center {
        justify-content: center;
    }

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }


.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.container-sm {
    max-width:750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


h1.page-title {
    color: #00355c;
}

.bb-spacing-15 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #c4c5c5;
}
.bb-spacing-25 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #c4c5c5;
}

.red {
    color: rgb(255, 0, 0)!important;
}

/*---------breadcrumbs-----------------*/
/*--------------------------------------------*/
.breadcrumbs-wrapper{
    padding:24px 0px;
}

ul.breadcrumbs {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans';
    font-size:12px;
}

ul.breadcrumbs li{
    display:inline;
}

ul.breadcrumbs li:after {
    content: ">";
    margin:0px 5px;
}

ul.breadcrumbs li:last-child:after {
    content: "";
    margin: 0px 5px;
}

ul.breadcrumbs a {
    color: #373d3f;
    font-weight:bold;
}

/*-----pading and margin styles---------------*/
/*--------------------------------------------*/
.p-0{
    padding:0px;
}
.m-0{
    margin:0px !important;
}
/*--bottom---*/
.pb-5{ 
    padding-bottom:5px;
 }
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-75 {
    margin-bottom: 75px;
}
.mb-100 {
    margin-bottom: 100px;
}

/*----top-----*/
.pt-5 {
    padding-bottom: 5px;
}
.pt-10 {
    padding-bottom: 10px;
}

.pt-15 {
    padding-bottom: 15px;
}

.pt-20 {
    padding-top: 20px;
}
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}


.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-100 {
    margin-top: 100px;
}
.pr-0 {
    padding-right:0px;
}
.pl-0 {
    padding-left:0px;
}

/*---width----*/
.w-50{
    width:50%;
}
.w-100 {
    width: 100%;
}

.center {
    margin-left:auto;
    margin-right:auto;
}

/*---buttons------*/
.btn {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.btn-lg {
    border-radius: 2px;
    padding: 10px 80px;
    max-width: 400px;
}

.btn-primary {
    background-color: #1d5daa;
}

.btn-primary:hover {
    background-color: #3272c1;
}

.btn-black {
    background-color: #000;
    color:#fff;
}

.btn-black:hover {
    background-color: #333;
    color:#fff;
}

.btn-accent {
    background-color: #3396ff;
    color:#fff;
}

    .btn-accent:hover {
        background-color: #187ae1;
        color: #fff;
    }

.btn-default {
    border-color: #3396ff;
}

    .btn-default:hover {
        border-color: #3396ff;
        background-color: #3396ff;
        color:#fff;
    }

.btn-blue {
    background-color: #1d5daa;
    font-size:18px;
    padding: 10px 12px;
    color: #fff;
}
    .btn-blue:hover {
        background-color: #0a3c77;
        color: #fff;
    }

.btn-gray {
    background-color: #d3d3d3;
    border-color: #6f7c82;
    color:#333;
    font-weight:600;
}

    .btn-gray:hover {
        background-color: #aeaeae;
    }

ul.fa-ul {
    margin-left:25px !important;
}
    ul.fa-ul .fa-li {
        color: #3190f5;
    }
/*-----inputs-------------------------------*/
input[type="text"], textarea, input[type="email"] {
    padding: 15px;
}
input[type="text"], input[type="email"] {
    height: 45px;
}

textarea.form-control {
    height:115px;
    min-width:95%;
    min-height:65px;
}
/*-----slick carousel override for home page*/
/*--------------------------------------------*/

.product-slider .product-slide{
    height:250px;
    background-repeat:no-repeat;
}

/*temp for testing--*/
.product-slider .product-img{ 
    margin-bottom:10px;
}
.slick-prev, .slick-next {
    width:30px;
    height:30px;
}

.slick-prev:before, .slick-next:before {
    color: #3e9aff;
}
.product-slider {
    /*opacity: 0;*/
    /*visibility: hidden;*/
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

    .product-slider.slick-initialized {
        visibility: visible;
        opacity: 1;
    }

.product-slider .slick-track {
    display: flex !important;
}

    .product-slider .slick-slide {
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0px 10px;
        height: 210px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .product-slider .slick-slide > div {
        height: 100%;
    }

.slick-prev:before, .slick-next:before{
font-size:30px;
}

.info-images {
    position: relative;
    z-index: 9;
}
/*-------------home rotator------------------*/
/*--------------------------------------------*/
.home-rotator-wrapper {
    /*background-color: #091422;
    background-image: linear-gradient(to right, #2aaae1, #fff 30%);*/
    background-image:url('/images/clouds-bg.png');
    background-position:center center;
    background-size:cover;
    border-bottom:1px solid #2aaae1;
    margin-bottom: 30px;
    overflow: hidden;
}

.home-rotator{
    height:100%;
    max-height:300px;
}

.home-rotator-right-cover {
    background-image:url('/images/right-solid-bg.png');
    background-position:right;
    background-repeat:no-repeat;
}

.home-rotator-star-cover {
   /* background-image: url('/images/star-bg.png');
    background-position: 115%;
    background-repeat: no-repeat;
    background-size:contain;*/
}


.rotator-content {
    text-align: left;
    max-width:550px;
    position:relative;
    margin-top:50px;
    padding-left:20px;
    padding-right:100px;
}

.rotator-title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform:uppercase;
}

.rotator-title-black {
    color: #000;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing:0px;
    line-height:35px;
    margin:0px;
}

.rotator-title-blue {
    color: #002595;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 35px;
    margin: 0px;
}

.rotator-subtitle {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.rotator-image-wrapper {
    height: 100%;
    position: relative;
}


/*.home-rotator-wrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    background-image: url('/images/rotator-bg.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    opacity:.2;
}*/

.home-slide{
    max-height:300px;
}
.home-slide img{
    width:100%;
}

.home-slide .slide-caption {
    padding: 10px 30px;
    background-color: #1d5daa;
    border-radius:10px 0px 0px 0px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    border:1px solid rgba(255,255,255,.1);
    font-weight:bold;
    font-size:20px;
}

/*-------type application section----------*/
/*--------------------------------------------*/
.type-application-wrapper{
    font-size:16px;
}

.featured-list{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.featured-list li{
    display:inline-block;
    padding:2px 0px;
}

    .featured-list li::after {
        content:"|";
        margin:0px 5px;
        color:#c0c0c0;
    }

    .featured-list li:last-child::after {
        content: "";
        margin:0px;
    }

    .featured-list li a {
        color: #333;
        padding: 0px;
        margin: 0px;
        line-height: 14px;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

.featured-list li a:hover {
    color: #1d5daa;
    text-decoration:none;
}

    .featured-list li.active a {
        color: #1d5daa;
        border-bottom: 2px solid #1d5daa;
        text-shadow: 0px 0px 0px #1d5daa;
    }

/*---------home carousel-----------------*/
/*--------------------------------------------*/
.carousel-border {
    border-top: 2px solid #707c80;
    border-bottom: 2px solid #707c80;
    margin-top: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}


.product-slider {
    margin: 0px 30px;
}

    .product-slider .product-img:last-child {
        margin-bottom:0px;
    }

/*---------home featured item-----------------*/
/*--------------------------------------------*/
.featured-wrapper{

}
.featured-item {
    background-color: #f4f4f4;
    position:relative;
}

.featured-content{
    padding:20px;
}

.featured-product-image-wrapper {
    height: 100%;
    position:relative;
}

.featured-application-image-wrapper {
    height: 100%;
    position: relative;
}


/*-----------Category Pages-------------------*/
/*--------------------------------------------*/
.product-read-more{
    text-align:right;
}

.product-excerpt {
    border-bottom: 2px solid #dfe2e6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.additional-info-wrapper ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.product-list-wrapper {
    padding: 0 25px;
    min-height: 405px;
}
.product-list-wrapper .product-image img {
    max-height: 210px;
}
.product-list-wrapper .product-image2 img {
    max-height: 270px;
}


/*---------------interior pages----------------------*/
/*--------------------------------------------*/
.page-title {
    border-bottom: 2px solid #707c80;
    margin-bottom: 20px;
}
.title-border-80 {
    border-bottom: 2px solid #707c80;
    margin-bottom:15px;
    width:80%;
}
/*---------------products----------------------*/
/*--------------------------------------------*/

.product-configurations-wrapper .product-image {
    margin-top: 15px;
    min-height:405px;
}
    .product-configurations-wrapper .product-image .product-image-bg {
        padding: 25px;
        background-color: white;
    }

a.quick-compare-link {
    font-size: 14px;
    color: #00355c;
    margin-left:10px;
}

a.quick-compare-link:hover {
    cursor:pointer;
}

.configurations-wrap {
    padding: 15px;
    border-bottom: 2px solid #b0c0c5;
}
.product-configurations-wrapper .btn {
    padding: 10px 12px;
    font-size:18px;
}
.product-photo {
    margin:0 auto;
    max-width: 400px;
}

.unit-variants {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.unit-variants a.variant, .unit-variants a.config {
    font-weight: 600;
    border: 1px solid #3396ff;
    flex: 30%;
    flex-grow: 0;
    margin: 1.5%;
}
.unit-variants a.variant:hover, .unit-variants a.config:hover {
    background-color: #eee;
    color:inherit;
}
.unit-variants a.active, .unit-variants a.variant:focus, .unit-variants a.config:focus  {
    background-color: #3396ff !important;
    color: white !important;
}

.product-btn-wrap {
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
    .product-btn-wrap .btn {
        flex: 47%;
        flex-grow: 0;
        margin: 1.5%;
    }

.product-features-wrapper ul {
    list-style-type:none;
    font-size:16px;
    margin:0px;
    padding:0px;
}
.filter-text {
    font-size:14px;
    margin-bottom:10px;
}

.sidebar-images {
    background: #f2f3f6;
    border: 1px solid #CACACA;
    margin-left:30px;
}

    .sidebar-images .product-slider {
        margin: 3px 18px;
        background-color: #fff;
        padding: 5px
    }
        .sidebar-images .product-slider .product-img {
            margin-bottom: 5px;
            width: 100%;
            height: auto;
        }

            .sidebar-images .product-slider .product-img:last-child {
                margin-bottom: 0px;
            }

/*---------------product tabs-----------------*/
.tab-home {
    overflow:hidden;
    height:80px;
}

.nav-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 15px auto;
}
    .nav-pills li {
        flex-grow: 1;
        text-align: center;
    }
    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background-color: #3396ff;
    }
    .nav-pills > li + li {
        margin-left: 5px;
    }
    .nav-pills > li > a {
        color: #333;
        font-weight: bold;
        font-size: 18px;
        border-radius: 2px;
        border: 1px solid #3396ff;
        white-space:nowrap;
        height:47px;
        
    }
        .nav-pills > li > a:hover {
            cursor:pointer;
        }

.tab-content {
    padding:50px;
    padding-top:20px;
}
.accessory {
    text-align:center;
}
.accessory-title {
    font-size: 16px;
    font-weight:bold;
    margin-bottom:15px;
}
.accessory-img img {
    margin: auto;
    height:100px;
}
.accessory-text {
    font-size:14px;
    margin-top:10px;
}
.accessory-pdf{
    margin-top: 20px;
}
.sticky-top, .sticky-bottom {
    padding:0px 0px;
    /*width:100%;*/
    z-index:1;
    /*left:0px;*/
}

    .sticky-top .nav-pills, .sticky-bottom .nav-pills {
        margin: 0px auto;
        padding: 5px 0px;
        background-color: white;
    }
.sticky-top {
    position:fixed;
    top:0px;
}
.sticky-bottom {
    position: fixed;
    bottom: 0px;
}
.tab-wrap {
    /*width:100%;*/
}

/*---------------request quote----------------*/
.request-quote-wrapper {
    background-color: #f0f0f0;
    padding:50px 0px;
}

.request-quote-wrapper h2 {
    color:#333;
    margin-bottom:30px;
}

    .request-quote-wrapper .form-control {
        border: 2px solid #00355c;
        color:#333;
    }

        .request-quote-wrapper .form-control::placeholder{
            color: #373d3f;
        }
    .request-quote-wrapper .form-group {
        margin-bottom:0px;
    }
    .request-quote-wrapper .form-control {
        margin-bottom: 15px;
    }
/*----------------footer----------------------*/
/*--------------------------------------------*/
.footer-top-wrapper {
    background-color: #d3d3d3;
    padding: 20px 0px;
}

.footer-bottom-wrapper {
    background-color: #b7b7b7;
    padding:20px 0px;
}

.footer-title{
    font-weight:bold;
    margin-bottom:10px;
    font-size:16px;
}

.footer-contact{
    text-align:right;
}
.social-links-footer {
    margin:10px 0px;
}
    .social-links-footer a {
        color: #333;
        font-size: 18px;
        margin-left: 15px;
    }
    .social-links-footer a:hover {
        color: #777;
    }
    .social-links-footer a:first-child {
        margin-left:0px;
    }


/*-----footer privacy links--------------*/
.privacy-links-wrapper{
    text-align:right;
}

.privacy-links{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.privacy-links li a {
    color: #333;

}
.privacy-links li a:hover {
    color: #1d5daa;

}

.privacy-links li {
    display:inline-block;
}

.privacy-links li::after {
    content:"|";
    margin:0px 5px;
    color:#333;
}

.privacy-links li:last-child::after {
    content: "";
    margin:0px;
}
table.quick-compare {
    width: 100%;
    border-collapse: collapse;
    margin-top:30px;
}

    table.quick-compare tbody td:first-child {
        font-weight: bold;
        text-align:right;
    }
    table.quick-compare thead th:first-child {
        border:0px;
    }

    table.quick-compare td, table.quick-compare th {
        padding: 5px;
        border: 1px solid #b0c0c5;
    }


.quick-compare img {
    max-height:150px;
    margin:0 auto;
}

.compare-unit-title {
    font-weight:bold;
    text-align:center;
    margin:15px 0;
}

.unit-title {
    font-size: 24px!important;
    margin-bottom: 5px!important;
}

.unit-model {
    font-size: 14px;
    color: #00355c;
    font-weight: bold;
    margin-top: 0!important;
}

/*--------Hybrid Page-------------*/
.application-content {
    border-bottom: 2px solid #707c80;
}

    .application-image {
        padding:0 30px;
    }
        .application-image img {
            max-height: 135px;
        }
    .application-title {
        font-weight: bold;
        text-align: center;
        font-size: 18px;
        color: #00355c;
        margin:15px 0;
    }

.application-content-wrapper .nav-pills > li > a{
    font-size:16px;
}

.gray-box {
    background-color: #f4f4f4;
    padding: 25px;
}

    .gray-box h2 {
        margin-bottom: 15px;
    }

.tab-home-category {
    margin-top:25px;
}



/*-------Product/Application Gallery---------*/
.gallery-card {
    background: #f2f3f6;
    border: 1px solid #CACACA;
    padding: 5px;
    height: 100%;
    margin-bottom:30px;
    display:block;
}
.card-data {
    background-color: #fff;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.card-image {
    width: 100%;
    align-self: flex-end;
}
    .card-image img {
        margin:0 auto;
    }
.card-title {
    font-size: 16px;
    font-weight: bold;
    color: #00355c;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #cacaca;
    padding: 5px 0px;
    padding-top: 10px;
    width: 100%;
    align-self: flex-end;
}
.gallery-card:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #dcdcdc
}
.gallery-card:hover .card-data {
    opacity: .80;
}

/*-------footer top links---------*/
.footer-top-links{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.footer-top-links li a {
    color: #333;
}

    .footer-top-links li a:hover {
        color: #1d5daa;
    }

/*--------footer application links----*/
.hidden-applications{
    display:none;
    border-top:1px solid #c0c0c0;
    margin-top:10px;
}
.footer-application-links {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-application-links li {
   display:inline-block;
   flex:25%;
   flex-grow:0;
}

.footer-application-links li a {
    color:#333;
}
.footer-application-links li a:hover {
    color: #1d5daa;
}

/*-------footer product links--------*/
.hidden-products {
    display: none;
    border-top: 1px solid #c0c0c0;
    margin-top: 10px;
}

.footer-product-links {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-product-links li {
    display: inline-block;
    flex: 25%;
    flex-grow:0;
}

.footer-product-links li a {
    color: #333;
}
    .footer-product-links li a:hover {
        color: #1d5daa;
    }

/*--------media queries---------*/



    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

        .rotator-title-black, .rotator-title-blue {
            font-size: 20px;
            line-height:25px;
            display: block;
        }

        .rotator-subtitle {
            font-size: 16px;
            font-weight:normal;
        }

        .home-rotator-right-cover {
            background-image: none;
        }


        .top-bar .contact {
            justify-content: flex-start;
        }

        .nav-pills {
            max-width: 970px;
        }

        .product-slider .slick-slide {
            height: 175px;
        }

        .product-slider.v2 .slick-slide {
            height: auto;
        }

        .nav-pills > li > a {
            padding: 10px 5px;
            line-height: 25px;
            font-size:14px;
        }
        .nav-pills > li + li {
            margin-left: 3px;
        }

        .application-content-wrapper .nav-pills > li > a {
            font-size:14px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {


		.rotator-content {
            margin: 20px auto;
        }
        .rotator-title {
            font-size: 18px;
        }

        .rotator-subtitle {
            font-size: 14px;
        }
        .row.no-gutters {
            margin-right: -15px;
            margin-left: -15px;
        }

            .row.no-gutters > [class^="col-"],
            .row.no-gutters > [class*=" col-"] {
                padding-right: 15px;
                padding-left: 15px;
            }

        .logo-bar .contact {
            display: block;
            text-align: right;
        }

            .logo-bar .contact .phone {
                margin-right: 0px;
            }

        .mobile-center {
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

        .footer-application-links li {
            flex: 50%;
        }

        .footer-product-links li {
            flex: 50%;
        }

        .top-bar-wrapper {
            position: relative;
        }


        .nav-pills {
            flex-wrap: nowrap;
            overflow-x: auto;
            padding-bottom: 5px;
        }

            .nav-pills > li > a {
                white-space: nowrap;
                font-size: 12px;
                border-radius: 0px;
                border: 0px;
                height: auto;
                padding: 10px 15px;
                line-height: normal;
            }

            .nav-pills > li + li {
                margin-left: 0px;
            }

            .nav-pills li .tab-icon {
                font-size: 14px;
            }

            .nav-pills::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                border-radius: 10px;
                background-color: #F5F5F5;
            }

            .nav-pills::-webkit-scrollbar {
                height: 3px;
                background-color: #F5F5F5;
            }

            .nav-pills::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
                background-color: #555;
            }

        .nav-pills {
            max-width: 750px;
        }



        .rtable {
            display: inline-block;
            vertical-align: top;
            max-width: 100%;
            overflow-x: auto;
            margin-bottom: 0px;
            border-collapse: collapse;
            border-spacing: 0
        }

        .rtable,
        .rtable--flip tbody {
            -webkit-overflow-scrolling: touch
        }

            .rtable th {
                font-size: 11px;
                text-align: left;
                text-transform: uppercase;
                background: #fff
            }

            .rtable th,
            .rtable td {
                border: 1px solid #d9d7ce
            }

        .rtable--flip {
            display: -webkit-box;
            display: -ms-flex;
            display: flex;
            overflow: hidden;
            background: none
        }

            .rtable--flip thead {
                display: -webkit-box;
                display: -ms-flex;
                display: flex;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                flex-grow: 0;
                width: 100px !important
            }

            .rtable--flip tbody {
                display: -webkit-box;
                display: -ms-flex;
                display: flex;
                -ms-flex-negative: 0;
                flex-shrink: 1;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                position: relative;
                overflow-x: auto;
                overflow-y: hidden
            }

            .rtable--flip tr {
                display: -webkit-box;
                display: -ms-flex;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-negative: 0;
                flex-shrink: 1;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                margin-bottom: 0px
            }

            .rtable--flip thead tr {
                display: -webkit-box;
                display: -ms-flex;
                display: flex;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                flex-grow: 0;
                width: 100px !important
            }

            .rtable--flip td,
            .rtable--flip th {
                display: block;
                height: 145px
            }

                .rtable--flip td:first-child,
                .rtable--flip th:first-child {
                    max-height: 50px;
                    text-align: center !important;
                }

            .rtable--flip td {
                background-image: none !important;
                border-left: 0;
                max-width: 200px;
                min-width: 100px;
            }

                .rtable--flip th:not(:last-child),
                .rtable--flip td:not(:last-child) {
                    border-bottom: 0
                }

            .rtable--flip tr:not(:last-child) td, .rtable--flip thead th {
                border-right: 0px;
            }

        .quick-compare img {
            max-height: 100px;
        }

        .product-slider .slick-slide {
            height: 155px;
        }

        .product-slider.v2 .slick-slide {
            height: auto;
        }

        .carousel-wrapper {
            background: transparent;
            border: 0px;
            margin-bottom: 50px;
        }

        .product-slider {
            margin: 0px 30px;
            background-color: transparent;
        }

        .sidebar-images {
            margin-left: 0px;
            background: #f2f3f6;
            border: 1px solid #CACACA;
        }
        .mobile-mt-15 {
            margin-top:15px;
        }
        .mobile-mb-15 {
            margin-bottom: 15px;
        }
        .mobile-mt-0 {
            margin-top: 0px;
        }
        .mobile-mb-0 {
            margin-bottom: 0px;
        }
    }

    /* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .product-configurations-wrapper .product-image {
        margin-right: 0px;
    }

    a.quick-compare-link {
        margin-left: 3px;
    }

    .footer-contact {
        text-align: left;
    }

    .row.eq-col {
        display: block;
    }

        .row.eq-col > [class*='col-'] {
            display: block;
        }

    .featured-application-image-wrapper, .featured-product-image-wrapper {
        height: 250px;
    }

    .privacy-links {
        text-align: left;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .top-bar {
        padding: 0px 15px;
    }

    .home-rotator {
        max-height: unset;
    }

    .rotator-content {
        margin: 20px auto;
        width:100%;
        padding:0px !important;
        padding-right:0px;
        text-align:center;
    }

    .rotator-title-black, .rotator-title-blue {
        font-size: 30px;
        line-height: 35px;
        display: block;
    }

    .rotator-subtitle {
        font-size: 18px;
        font-weight: normal;
    }

    .home-slide .slide-caption {
        font-size: 14px;
    }

    .footer-product-links, .footer-application-links {
        flex-direction: column;
    }

    .title-border-80 {
        width: 100%;
    }

    .tab-content {
        padding: 20px 0px;
    }

    .product-features-wrapper ul {
        margin-bottom: 25px;
    }

    .product-slider .slick-slide {
        height: 150px;
    }

    .product-btn-wrap {
        padding: 15px 0px;
    }

        .product-btn-wrap .btn:first-child {
            margin-left: 0px;
        }

        .product-btn-wrap .btn:last-child {
            margin-left: 0px;
        }

    .carousel-border {
        margin-top: 20px;
        padding-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .product-slider {
        margin: 0px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .carousel-wrapper {
        margin-bottom:15px;
    }
    .configurations-wrap {
        padding: 15px 0px;
    }

    .product-configurations-wrapper .btn {
        padding: 10px 5px;
        font-size: 16px;
    }
    .unit-variants a.variant {
        flex-shrink:1;
        margin: 1%;
    }





}

    @media only screen and (max-width : 600px) {

     


        .product-slider .slick-slide {
            height: 175px;
        }

        .product-slider.v2 .slick-slide {
            height: auto;
        }

 

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
    }