﻿/*==================
 Google Fonts	
==================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed:400,500');


/*==================
 Base	
==================*/
html {
    font-size: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #3a3a3a;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*==================
 Containers
==================*/


    main {
    display: block;
    padding-top: 136px;
    transition: 0.5s;
}

@media only screen and (max-width: 768px) {
    main {
        padding-top: 85px;
    }
    .xs-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

}

@media (min-width:768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1260px;
    }

}

@media (min-width: 1440px) {
    .container {
        width: 1440px;
    }
}


/*==================
 Links
==================*/
a {
    color: #2d2d2d;
    text-decoration: none;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 400;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: 0.3s linear;
}

    a:hover {
        color: #be2025;
        text-decoration: none;
        outline: 0;
    }

    a:focus {
        color: #be2025;
        outline: 0;
    }

.red-link-box {
    margin-top: 1rem;
}

.red-link {
    color: #2d2d2d;
    font-size: 1.15rem;
    font-weight: 500;
}

    .red-link:before {
        content: "";
        display: inline-block;
        background: url("../images/icons/next-link.svg") no-repeat;
        width: 25px;
        height: 25px;
        float: left;
        margin: 2px 0 0 0;
    }



/*==================
 Horizontal Line
==================*/
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #ffffff, #d8d8d8, #ffffff);
    background-image: -moz-linear-gradient(left, #ffffff, #d8d8d8, #ffffff);
    background-image: -ms-linear-gradient(left, #ffffff, #d8d8d8, #ffffff);
    background-image: -o-linear-gradient(left, #ffffff, #d8d8d8, #ffffff);
}

/*==================
 Attributes 
==================*/
.shadow {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 5px 7px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 5px 7px rgba(0, 0, 0, 0.16);
}

.img-responsive-centered {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

/*==================
 Type
==================*/
h1, h2, h3 {
    color: #2d2d2d;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

h4, h5, h6 {
    color: #3a3a3a;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

    h4.accent, h5.accent, h6.accent {
        color: #2d2d2d;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
        line-height: 1.2;
    }

h1 {
    font-size: 1.7rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.3rem;
}

h6 {
    font-size: 1.2rem;
}

p {
    color: #535353;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 400;
    font-size: 1.13rem;
    line-height: 1.34;
    letter-spacing: 0.2px;
}

strong {
    color: #3a3a3a;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
}

b {
    color: #be2025;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.30rem;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: underline;
}

small {
    font-size: 1.0rem;
    font-family: "Saira Condensed", sans-serif;
}


/*/////////////////////////////////
***********************************
          HEADER SECTION
***********************************
/////////////////////////////////*/

header {
    width: 100%;
    position: fixed;
    z-index: 200;
    background-color: #fff;
    color: #2d2d2d;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.header-main {
    padding: 17px 0px 17px 0px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav {
    font-family: "Saira Condensed", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    color: #2d2d2d;
}

    .nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff;
}

 header > nav > div {
    border-top: 1px solid #d8d8d8;
}

.dropdown-menu {
    font-size: 1.1rem;
}



.phone-number {
    
    font-size: 1.4rem;
    color: #be2025;
    padding-top: 13px;
    padding-right: 10px;
}
.phone-number a{
    color: #be2025;
}



    .twitter-typeahead {
        float: left;
        width: 100%;
        background-color: #fff;
    }

    .twitter-typeahead .tt-query,
    .twitter-typeahead .tt-hint {
        margin-bottom: 0;
    }

.tt-hint {
    display: block;
    width: 100%;
    /*height: 34px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.428571429;*/
    color: #EFEFEF;
    vertical-align: middle;
    background-color: #ffffff;
    border: 3px solid #5d5d5d;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 2px;
    padding: 5px 2px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .tt-dropdown-menu h4 {
        padding-left: 6px;
        margin-bottom: 2px
    }

.tt-suggestion {
    display: block;
    padding: 3px 10px;
    color: #505051;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #428bca;
    }

    .tt-suggestion.tt-cursor, .tt-suggestion.tt-cursor strong {
        color: #fff;
        background-color: #bc222e;
    }

    .tt-suggestion p {
        margin: 0;
        cursor: pointer;
    }

.tt-suggestions strong {
    color: #000000;
    font-weight: normal;
}

.form-control:focus {
    border-color: #d8d8d8;
    color: #2d2d2d;
    -webkit-box-shadow: inset 0px 2px 3px -2px #666666;
    -moz-box-shadow: inset 0px 2px 3px -2px #666666;
    box-shadow: inset 0px 2px 3px -2px #666666;
}


/* ============================
		Pre Footer   
============================ */
.pre-footer {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(32,32,32,1) 46%, rgba(0,0,0,1) 100%);
    padding-top: 15px;
    padding-bottom: 30px;
}

.listings-title {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    padding-bottom: 5px;
    color: #fff;
}

.listings-container {
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    height:115px;
    overflow:hidden;
    /* remove inline-block extra space */
}

.listings-item {
    display: inline-block;
    font-size: 18px;
    /* restore font size removed in container */
    width: 130px;
    margin: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.listings-pics-container {
    position: relative;
}

.listings-middle-inner-container {
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    opacity: 0;
    position: absolute;
    bottom: 10px;
    text-align: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.listings-text {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(190, 32, 37, 0.8)), to(rgba(190, 32, 50, 0.9)));
    background: -webkit-linear-gradient(rgba(190, 32, 37, 0.8), rgba(190, 32, 50, 0.9));
    background: -o-linear-gradient(rgba(190, 32, 37, 0.8), rgba(190, 32, 50, 0.9));
    background: linear-gradient(rgba(190, 32, 37, 0.8), rgba(190, 32, 50, 0.9));
    color: #fff;
    font-size: 13px;
    padding: 7px;
    text-shadow: 0 2px 4px rgba(53, 53, 53, 0.6);
}

.listings-pics {
    z-index: 1;
    position: relative;
    border: 0;
    height: 100px;
    margin: 10px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    transform: scale(1);
}

.listings-pics-container:hover .listings-pics {
    z-index: 2;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.listings-pics-container:hover .listings-middle-inner-container {
    opacity: 1;
}

/* ============================
		 Footer   
============================ */

footer {margin-top:30px}

#footer-top {
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(32,32,32,1) 46%, rgba(0,0,0,1) 100%);
    padding: 20px 0 25px 0;
    border-top: 9px solid #be2025;
}
#footer-menu {
    padding: 0 40px 15px 40px;
    line-height: 28px;
}
    #footer-menu .breadcrumb > li + li:before {
        padding: 0 10px;
        color: #ccc;
        content: "|";
    }
    #footer-menu a {
        color: #ccc;
        font-size: 20px;
        font-weight: 500;
    }

    #footer-menu a:hover {
        color: #fff;
    }

#footer-bottom {
    background: rgb(204,204,204);
    background: linear-gradient(90deg, rgba(191,191,191,1) 0%, rgba(204,204,204,1) 46%, rgba(191,191,191,1) 100%);
    padding: 14px 0 18px 0;
    line-height: 25px;
}

#sub-footer {
    padding: 19px 25px 10px 25px;

}

#social-links a{padding:6px;
}

/*==================
 Margins + Padding	
==================*/
.spacer-40 {
    height: 40px;
}

/*/////////////////////////////////
***********************************
    Bootstrap Override SECTION
***********************************
/////////////////////////////////*/
/*==================
 Button Styles
==================*/
/*.btn-primary {
    color: #fff;
    background-color: #be2025;
    border-color: #be2032;
}*/
.btn-default {
    text-shadow: 0 1px 0 #fff;
    background: transparent;
    background-repeat: repeat-x;
    border-color: #5d5d5d;
}

    .btn-default:hover,
    .btn-default:focus {
        background-color: transparent;
        background-position: 0 -15px;
    }

    .btn-default:active,
    .btn-default.active {
        background-color: #e0e0e0;
        border-color: #dbdbdb;
    }

    .btn-default.disabled,
    .btn-default:disabled,
    .btn-default[disabled] {
        background-color: #e0e0e0;
        background-image: none;
    }


.btn-info {
    background-image: -webkit-linear-gradient(top, #535353 0%, #3a3a3a 100%);
    background-image: -o-linear-gradient(top, #535353 0%, #3a3a3a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#3a3a3a));
    background-image: linear-gradient(to bottom, #535353 0%, #3a3a3a 100%);
    background-repeat: repeat-x;
    border-color: #535353;
}

    .btn-info:hover,
    .btn-info:focus {
        background-image: -webkit-linear-gradient(top, #606060 0%, #464646 100%);
        background-image: -o-linear-gradient(top, #606060 0%, #464646 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#464646));
        background-image: linear-gradient(to bottom, #606060 0%, #464646 100%);
        background-repeat: repeat-x;
        border-color: #606060;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #5d5d5d;
        border-color: #5d5d5d;
    }

    .btn-info.disabled,
    .btn-info:disabled,
    .btn-info[disabled] {
        background-color: #5d5d5d;
        background-image: none;
    }

.btn-primary {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #be2032 0%, #be2025 100%);
    background-image: -o-linear-gradient(top, #be2032 0%, #be2025 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#be2032), to(#be2025));
    background-image: linear-gradient(to bottom, #be2032 0%, #be2025 100%);
    background-repeat: repeat-x;
    border-color: #be2032;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-image: -webkit-linear-gradient(top, #d42438 0%, #be2025 100%);
        background-image: -o-linear-gradient(top, #d42438 0%, #be2025 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#d42438), to(#be2025));
        background-image: linear-gradient(to bottom, #d42438 0%, #be2025 100%);
        background-repeat: repeat-x;
        border-color: #d42438;
    }

.marketing-band .btn-outline {
    color: #f2f2f2;
    border-color: 1px solid #333;
}

.btn-fill {
    width: 100%;
    white-space: normal;
}

.navbar-toggle {
    margin: 0px;
    padding: 10px 16px;
}

/* BOOTSTRAP =================================== */
    .jumbotron {
    background: #e6e6e6;
    color: #be2025;
    margin-bottom: 0;
}

.input-lg {
    font-size: 16px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #fff;
    color: #be2025;
    border: 2px solid #be2025;
}

.nav-pills > li > a:hover {
    background: none;
}

.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    background: #e5e5e5;
}

    .nav-tabs > li > a {
        border-radius: 0;
        line-height: 2;
        font-size: 15px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-color: #e5e5e5 #e5e5e5 rgba(0, 0, 0, 0);
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: rgba(255,255,255,.15);
     }

.tab-content {
    background: #fff;
    padding: 20px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    border-color: #e5e5e5;
}

.pills.tab-content {
    border: none;
    padding: 0px;
}


.label-primary {
    background: #BE2025;
}

.label-info {
    background: #145887;
}

.label-success {
    background: #53ab3b;
}

.label-warning {
    background: #f2c503;
}

.label-danger {
    background: #404040;
}

.breadcrumb {
    background: #fff;
}

    .breadcrumb li a {
        color: #535353;
        font-size: 13px;
    }

    .breadcrumb > li + li::before {
        color: #949494;
    }

.pagination > li > a, .pagination > li > span {
    border: none;
    border-radius: 2px;
    margin: 1px;
    color: #145887;
}

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #145887;
}

/* SPACING HELPERS =================================== */
.flush-top {
    margin-top: 0;
    padding-top: 0;
    /*font-family: "Open Sans Condensed", sans-serif;*/
}



/* CAROUSEL =================================== */

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controls */
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    height: 40px;
    width: 40px;
    text-align: center;
    background: none repeat scroll 0 0 #2d2d2d;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    padding-top: 4px;
    padding-right: 1px;
}

    .carousel-control.right {
        right: -12px;
        padding-left: 2px;
    }

/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
    /* The colour of the indicators */
    .carousel-indicators li {
        background: #cecece;
    }

    .carousel-indicators .active {
        background: #428bca;
    }


/* EQUIP LIST =================================== */
#equip-list .item {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}


#equip-list.row .img-wrap img {
    height: 300px;
    width: 300px;
    object-fit: cover;
}

#equip-list.list-show .img-wrap img {
    height: 105px;
    width: 140px;
    object-fit: cover;
}


#equip-list .img-wrap img {
    display: block;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#equip-list .item .caption {
    padding: 0 10px;
}

    #equip-list .item .caption h6 {
        font-size: 14px;
        color: #3a3a3a;
    }

    #equip-list .item .caption p {
        display: none;
    }

#equip-list .bottom-bar {
    background: #e5e5e5;
    padding-top: 9px;
    padding-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 -10px;
    font-size: 90%;
}

@media screen and (max-width: 1200px) {
    #equip-list .bottom-bar {
        background: #e5e5e5;
        padding-top: 9px;
        padding-bottom: 8px;
        padding-right: 3px;
        padding-left: 3px;
        margin: 0 -10px;
        font-size: 75%;
    }

}

@media screen and (max-width: 992px) {
    #equip-list .bottom-bar {
        background: #e5e5e5;
        padding-top: 9px;
        padding-bottom: 8px;
        padding-right: 5px;
        padding-left: 5px;
        margin: 0 -10px;
        font-size: 90%;
    }
}

#equip-list .bottom-bar .badge {
    margin-left: 3px;
    margin-top: 10px;
    font-style: normal;
}

p.results {
    margin: 25px 0;
}

#equip-list.list-show .item-wrap {
    width: 100% !important;
}

#equip-list.list-show .item {
    border-width: 0 0 3px 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#equip-list.list-show .img-wrap {
    display: block;
    width: 140px;
    float: left;
}

#equip-list.list-show img {
    margin-bottom: 0;
}

#equip-list.list-show .caption {
    margin-left: 150px;
}

    #equip-list.list-show .caption h5 {
        font-size: 1.2rem;
        margin-bottom: 0;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
        color: #202020;
    }

    #equip-list.list-show .caption h6 {
        margin-top: 3px;
    }

    #equip-list.list-show .caption p {
        display: block;
        margin-bottom: 0;
    }

#equip-list.list-show .bottom-bar {
    background: none;
    padding: 0 0 5px 0;
    margin: 0;
}


/* VIDEOS =================================== */

.video-list-thumbs {
}

    .video-list-thumbs > li {
        margin-bottom: 12px
    }

        .video-list-thumbs > li:last-child {
        }

        .video-list-thumbs > li > a {
            display: block;
            position: relative;
            background-color: #464646;
            color: #fff;
            padding: 8px;
            border-radius: 3px
        }

            .video-list-thumbs > li > a:hover {
                background-color: #2d2d2d;
                transition: all 200ms ease;
                box-shadow: 0 2px 4px rgba(0,0,0,.3);
                text-decoration: none
            }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 14px;
        margin: 8px 0 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
    }

    .video-list-thumbs .fa-play-circle {
        font-size: 60px;
        opacity: 0.6;
        position: absolute;
        right: 35%;
        top: 25%;
        text-shadow: 0 1px 3px rgba(0,0,0,.5);
    }

    .video-list-thumbs > li > a:hover .fa-play-circle {
        color: #fff;
        opacity: 1;
        text-shadow: 0 1px 3px rgba(0,0,0,.8);
        transition: all 500ms ease;
    }

    .video-list-thumbs .duration {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 2px;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        left: 12px;
        line-height: 13px;
        padding: 2px 3px 1px;
        position: absolute;
        top: 12px;
    }

    .video-list-thumbs > li > a:hover .duration {
        background-color: #000;
        transition: all 500ms ease;
    }

@media (min-width:300px) and (max-width: 480px) {
    .video-list-thumbs .fa-play-circle {
        font-size: 35px;
        right: 36%;
        top: 27%;
    }

    .video-list-thumbs h2 {
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }

    #qa-test {
        padding: 0px;
    }
}


/* ACCORDION GROUP =================================== */
.accordion-group {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.accordion-heading .accordion-toggle {
    background-color: #e5e5e5;
    border-color: #d8d8d8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #535353;
    cursor: pointer;
    display: block;
    line-height: 28.75px;
    outline: medium none !important;
    padding: 10px 15px;
    text-decoration: none;
}

    .accordion-heading .accordion-toggle > em {
        margin-right: 10px;
    }

.accordion-inner {
    border-top: 1px solid #e5e5e5;
    padding: 9px 15px;
}

    .accordion-inner .active {
        color: #BE2027;
    }

.accordion-thin {
    margin-bottom: 5px;
}

    .accordion-thin .accordion-heading .accordion-toggle {
        padding: 0 10px;
    }

        .accordion-thin .accordion-heading .accordion-toggle > em {
            margin-right: 5px;
        }

.accordion-text {
    border: medium none;
    margin-bottom: 5px;
}

    .accordion-text .accordion-heading .accordion-toggle {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        box-shadow: none;
        padding: 0;
    }

        .accordion-text .accordion-heading .accordion-toggle > em {
            margin-right: 10px;
        }

.accordion-inner.filters ul li {
    /*font-weight: bold;*/
}

.accordion-inner.filters ul ul {
    list-style: outside none none;
    padding-left: 20px;
}

    .accordion-inner.filters ul ul li a {
        color: #777;
        font-weight: normal;
    }




/* MISC CUSTOM =================================== */
.form-padding {
    padding: 15px;
}

.crumbs {
    padding: 5px 0;
}

th a {
    font-weight: bold;
}

.band {
    background: #efefef;
    padding: 20px;
}

.quote-band {
    background: #212121;
    padding: 60px 0;
    color: #efefef;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .quote-band h4 {
        font-size: 20px;
        color: #fff;
    }

    .quote-band p {
        font-size: 16px;
        color: #fff;
    }

    .quote-band .popover {
        color: #444;
    }

hr.thin {
    margin: 10px 0;
}

.manu-logo {
    max-height: 70px;
    margin-left: auto;
    margin-right: auto;
}

.sidebar .media {
    margin-top: 0;
}

.rental {
    padding-top: 10px;
}

.riser_intro_hover {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 200px;
    color: #fff;
}

    .riser_intro_hover:hover .caption {
        opacity: 1;
        transform: translateY(-150px);
        -webkit-transform: translateY(-150px);
        -moz-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
        -o-transform: translateY(-150px);
    }

    .riser_intro_hover img {
        z-index: 4;
    }

    .riser_intro_hover .caption {
        position: absolute;
        top: 150px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 100%;
        color: #fff;
    }

    .riser_intro_hover .blur {
        background-color: rgba(64,64,64,0.7);
        height: 300px;
        z-index: 5;
        position: absolute;
        width: 100%;
    }

    .riser_intro_hover .caption-text {
        z-index: 10;
        color: #fff;
        position: absolute;
        height: 300px;
        text-align: center;
        top: -5px;
        width: 100%;
        padding: 0 20px;
    }

p.small hidden-sm {
    color: #fff;
}

.badge.featured-badge {
    background: #F47926;
}

.badge.rental-badge {
}

.badge.na-badge {
    background: #444;
}

.primary-photo img {
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
}

.list-columns {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    padding-bottom: 40px;
}

    .list-columns ul {
        padding-bottom: 1px;
    }

.nested-list > ul {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    column-break-inside: avoid;
    display: table;
    display: table;
}

.nested-list ul {
    padding-left: 20px;
    list-style: none;
}

.nested-list > ul > li:first-child {
    color: #be2025;
    padding-top: 7px;
    padding-bottom: 4px;
    font-weight: 700;
}

    .nested-list > ul > li:first-child a {
        color: #be2025;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
    }

        .nested-list > ul > li:first-child a:hover {
            color: #7e1416;
        }


.nested-list > ul > li > ul {
    color: #be2025;
}

.nested-list ul ul li a {
    color: #2d2d2d;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: 0.3s linear;
}

    .nested-list ul ul li a:hover {
        color: #be2025;
    }

.list-unstyled li.empty {
    color: #949494;
    font-weight: 400;
    cursor: default;
}

    .list-unstyled li.empty a {
        color: #949494;
        font-weight: 400;
        cursor: default;
    }

.nested-list ul ul li.empty {
    color: #949494;
    cursor: default;
    font-weight: 400;
}

.dl-horizontal.contact-dl dt {
    width: 80px !important;
}

.dl-horizontal.contact-dl dd {
    margin-left: 100px;
}

form.sort-by select {
    max-width: 140px;
    margin-right: 20px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 0;
}

form.view select {
    max-width: 110px;
    margin-right: 20px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 0;
}

.view-options {
    text-align: right;
}

#form-contact > div span.help-block.valid {
    margin: 0px;
}

.side-nav {
    border: 1px solid #cbcbcb;
    padding: 15px;
}

    .side-nav > a::before {
        content: ">";
        font-size: 14px;
        margin-right: 15px;
    }

    .side-nav > a {
        font-weight: 500;
    }

        .side-nav > a em {
            color: #7a7a7a;
            font-style: normal;
            font-weight: normal;
            margin-left: 20px;
        }

            .side-nav > a em:hover, .side-nav > a.active em {
                color: #ba1313;
            }

    .side-nav .list-group-item {
        border-width: 0 0 1px;
        margin: 0;
        padding: 6px 4px;
    }

        .side-nav .list-group-item:last-child {
            border: 0 none;
        }

    .side-nav a.list-group-item.active, .side-nav a.list-group-item.active:hover, .side-nav a.list-group-item.active:focus {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-color: #cbcbcb;
        color: #ba1313;
    }

    .side-nav a.list-group-item:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

.related ul a {
    font-weight: bold;
}

.related ul ul, .related ul ul a {
    font-weight: normal;
    color: #888;
}

h1 .fa-stack {
    margin-top: -12px;
}
/* RESPONSIVE =================================== */

@media (max-width: 1199px) {
    .list-columns {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

}

@media (max-width: 991px) {
    .list-columns {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .tagline {
        text-align: right;
        border: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

    .page-title {
        float: none !important;
    }
}

@media (max-width: 768px) {
    .list-columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .logo-display {
        margin-bottom: 20px;
    }

    .navbar .dropdown-menu {
        display: none !important;
    }

    .navbar-default .navbar-toggle {
        float: left;
        margin-left: 15px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #f5f5f5;
        border: 1px;
    }

    .col-sm-4 {
        text-align: center;
    }

    .view-options {
        text-align: left;
        margin-top: 3px;
    }

    .manufacturer-desktop-only {
        display: none;
    }

    .m-top-pad {
        margin-top:15px;
    }

}



/* PATRICK ADDED =================================== */
        #CategoryMenu ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}


.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
}

/* Typeahead */

#searchphrase {
    border-radius: 6px 0 0 6px;
}
.twitter-typeahead {
    float: left;
    width: 100%;
    background-color: #fff;
}

    .twitter-typeahead .tt-query, .twitter-typeahead .tt-hint {
        margin-bottom: 0;
    }

.tt-hint {
    display: block;
    width: 100%;
    /*height: 34px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;*/
    color: #EFEFEF;
    vertical-align: middle;
    background-color: #ffffff;
    border: 3px solid #5d5d5d;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 2px;
    padding: 5px 2px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .tt-dropdown-menu h4 {
        padding-left: 6px;
        margin-bottom: 2px
    }

.tt-suggestion {
    display: block;
    padding: 3px 10px;
    color: #505051;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #f2f2f2;
    }

    .tt-suggestion.tt-cursor, .tt-suggestion.tt-cursor strong {
        color: #be2025;
        background-color: #f2f2f2;
    }

    .tt-suggestion p {
        margin: 0;
        cursor: pointer;
        color: #3a3a3a;
    }

.tt-suggestions strong {
    color: #000000;
    font-weight: normal;
}

.gist {
    font-size: 14px;
}


#admin {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
}

    #admin span {
        background: #8F8F8F;
        padding: 8px 30px 8px 30px;
        color: #FFF;
        cursor: pointer;
        font-weight: bold;
        border-radius: 6px;
        box-shadow: inset 0 15px 30px -20px #000;
    }


#admincontent {
    display: none;
    color: #000;
    background: #F9F9F9;
    padding: 10px;
    max-height: 800px;
    overflow: auto;
    text-align: left;
}

    #admincontent .panel-body h4 {
        font-weight: bold;
        font-size: 15px;
        color: #A92226
    }

#filter-tags {
    display: inline-block;
    margin: 4px 0 0 10px;
    max-width: 470px;
}

    #filter-tags .label {
        margin-left: 10px
    }

        #filter-tags .label a, #filter-tags a:hover {
            font-size: 16px;
            color: #fff;
            text-decoration: none;
        }


.backcatmenu a {
    font-weight: normal;
    color: #777777
}

.backcatmenu ul li {
    margin-left: -10px;
    margin-bottom: 0;
}

.backcatmenu a.topcat,
.backcatmenu li.topcat,
.accordion-inner.filters ul ul li a.topcat {
    font-weight: bold;
    color: #333;
}

.admin-edit {
    position: relative;
}

    .admin-edit .admin-edit-btn {
        position: absolute;
        top: 0;
        right: 0;
        margin: -5px -20px;
    }

.admin-select {
    border-radius: 10px;
    border: 2px dashed #EFA741;
}


.legend div {
    float: left;
    padding: 0 5px 5px 0
}

.row-no-padding [class*="-6"] {
    padding-left: 0;
}


/*Custom override styles*/

.fa-check-circle {
    color: #36b66a;
}

ul, menu, dir {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.text-primary {
    color: #464646;
}

.btn-primary.active.focus, .btn-primary.active:focus,
.btn-primary.active:hover, .btn-primary:active.focus,
.btn-primary:active:focus, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open >
.dropdown-toggle.btn-primary:focus, .open >
.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #464646;
    border-color: #535353;
}

.btn-primary:hover {
    color: #fff;
    background-color: #464646;
    border-color: #535353;
}

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #535353;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #D8D8D8;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    border-radius: 2px;
    margin: 1px;
    color: #3a3a3a;
}

.breadcrumb {
    padding: 8px 15px;
    margin-top: 13px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

/* ============================
  Deep linking description    
============================ */
.info-linking ul {
    list-style-type: disc;
    margin-left: 1.3rem;
    color: #3a3a3a;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 500;
    font-size: 1.04rem;
}

    .info-linking ul li {
        color: #2d2d2d;
        margin-top: 3px;
        margin-bottom: 3px;
    }

        .info-linking ul li ul {
            list-style-type: circle;
            margin-left: 1.3rem;
            color: #3a3a3a;
            margin-top: 5px;
            margin-bottom: 5px;
        }

/* ============================
      Series Two Styles    
============================ */

.rentalAlert-lg__triangle {
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 100px solid rgba(190,32,37,0.9);
    border-right: 100px solid transparent;
}

.rentalAlert-lg__title {
    position: absolute;
    z-index: 2;
    margin-top: 26px;
    /* margin-left: 6px; */
    transform: rotate(-45deg);
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.rentalAlert-sm__triangle {
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 70px solid rgba(190,32,37,0.9);
    border-right: 70px solid transparent;
}

.rentalAlert-sm__title {
    position: absolute;
    z-index: 2;
    margin-top: 16px;
    transform: rotate(-45deg);
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: 0.5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

/* Small Alert Tags */
.featured-tag {
    background: #535353;
    background-image: -webkit-linear-gradient(top, #565656, #535353);
    background-image: -moz-linear-gradient(top, #565656, #535353);
    background-image: -ms-linear-gradient(top, #565656, #535353);
    background-image: -o-linear-gradient(top, #565656, #535353);
    background-image: linear-gradient(to bottom, #565656, #535353);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.01rem;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 13px;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
    border: transparent;
    margin-top: -2px;
    margin-left: 3px;
    margin-right: 3px;
}

.rental-tag {
    background: #be2025;
    background-image: -webkit-linear-gradient(top, #be2032, #be2025);
    background-image: -moz-linear-gradient(top, #be2032, #be2025);
    background-image: -ms-linear-gradient(top, #be2032, #be2025);
    background-image: -o-linear-gradient(top, #be2032, #be2025);
    background-image: linear-gradient(to bottom, #be2032, #be2025);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.01rem;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 13px;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
    border: transparent;
    margin-top: -2px;
    margin-left: 3px;
    margin-right: 3px;
}

.important-text {
    color: #be2025;
}

.lg-product {
    background-color: #e5e5e5;
}

.label a {
    color: #ffffff;
    font-size: 20px;
    padding-left: 6px;
}