/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {
    font-family: 'Square 721 BT';
    src: url('/assets/fonts/SQRBTRM.woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Square 721 BT';
    src: url('/assets/fonts/SQRBTBD.woff');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'Square 721 BdEx BT';
    src: url('/assets/fonts/SQRBTEXTRM.woff');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Square 721 BdEx BT';
    src: url('/assets/fonts/SQRBTEXTBD.woff');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: 'Square 721 BT Roman';
    src: url('/assets/fonts/square721-bt-roman.woff');
    font-style: normal;
}
body {
    /*padding-bottom: 40px; */

    color: #5a5a5a;
    background-color: #ffffff;
    background: url('/assets/images/desktop-view/Background.png');
}
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
.mainbody {
    padding-bottom: 100px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    background: url('/assets/images/desktop-view/NavBarBG.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */

.HOLT-logo {
    background-image: url('/assets/images/desktop-view/Holt-Logo.png');
    width: 265px;
    height: 50px;
    margin: 11% 0 0 25%;
}
.navbar-wrapper .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-brand {
    padding-top: 10;
}
.navbar {
    border: 0;
    background: none;
    font-family: 'Square 721 BT';
    font-size: 1.1em;
    font-weight: normal;
}
.dropdown-menu>li>a {
    font-family: 'Square 721 BT';
    font-size: 1em;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:hover {
    font-weight: bold;
    color: #ffffff;
}
.navbar-wrapper .navbar-brand {
    max-width: 100%;
}
.navbar-wrapper .navbar-brand img {
    max-width: 100%;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 13px !important;
    margin-bottom: -1px;
    background-color: #FFF;
    border: 1px solid #DDD;
}
/*NEW NAVBAR*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
    text-align: left;
}
/* Declare heights because of positioning of img element */

.carousel {
    margin-top: 100px;
    height: 400px;
}
.carousel .item {
    height: 400px;
    background-color: #212424;
}
/** Holt 50S CAROUSEL **/
.h50S > .carousel{
	margin-top: 100px;
    height: 475px;
}
.carousel.productCarousel50S {
    margin: 0px auto;
    max-height: 475px;
    max-width: 550px;
}
.carousel.productCarousel50S .item {
    height: 475px;
}

/** End of Holt 50S CAROUSEL **/
.carousel-inner > .item > img {
    position: absolute;
    bottom: 0;
    top: auto;
    width: auto;
}

.carouselWell {
    margin-top: 16px;
}
.carousel.productCarousel {
    margin: 0px auto;
    max-height: 325px;
    max-width: 550px;
}
.carousel.productCarousel .item {
    height: 325px;
}

.carousel.productCarousel2 {
    margin: 0px auto;
    max-height: 305px;
    max-width: 550px;
}
.carousel.productCarousel2 .item {
    height: 305px;
}
.carousel.productCarousel .carousel-inner > .item > img,
.carousel.productCarousel50S .carousel-inner > .item > img,
.carousel.productCarousel2 .carousel-inner > .item > img {
    height: auto;
    width: 100%;
    vertical-align: top;
    top: auto;
    bottom: auto;
}
.item .container .carousel-caption {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: rgba(100, 100, 100, 0.7);
    padding: 0 10px;
}
.carousel-caption h2 {
    font-size: 24px;
}
.carousel-caption p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.3;
}
.item .container .carousel-caption-paypal {
    position: absolute;
    width: auto;
    height: auto;
    left: 52%;
    right: 10%;
    top: 0;
    padding: 0px 30px;
    margin: 0;
    bottom: auto;
    background: none;
    background: #fff;
}
.carousel-caption-paypal {
    z-index: 0;
    text-align: left;
}
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 40px 0;
    /* Space out the Bootstrap <hr> more */

    border-color: #ce1126;
}
/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
h1 {
    color: #000;
}
footer {
    font-family: 'Square 721 BT';
    font-size: 1em;
    width: 100%;
    background-color: #212424;
    color: #ffffff;
    margin-top: 40px;
    padding: 2% 5%;
}
footer ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
}
.jumbotron {
    padding-top: 70px;
    padding-bottom: 0;
}
.thumbnail {
    background-color: #ffffff;
}
.row {
    margin: 0;
}
.model-link {
    margin: 0;
}
.model-link a {
    color: #ffffff;
}
.btn-primary a {
    color: #ffffff;
}
.ytVideoFrame {
    height: 144px;
    width: 256px;
}
.videoLabel {
    font-weight: bold;
    color: #000000;
}
.basket-table {
    display: none;
}
.liners-table {
    width: 100%;
}
.basket-table,
.liners-table {
    background-color: #3a3a3a;
    color: #ffffff;
    border-color: #000000;
    margin: 15px auto;
}
.basket-table thead,
.liners-table thead {
    color: #000000;
    background-color: #fed117;
}
.basket-table tbody > tr:hover,
.liners-table tbody > tr:hover {
    background-color: #ce1126;
}
@font-face {
    font-family: 'SQR';
    src: url('/assets/fonts/sqbtbd.woff');
}
.lnk1 {
    /*background: transparent url('/assets/images/holt-nd/B-1.png') top no-repeat; */
}
.lnk2 {
    background: transparent url('/assets/images/dvn/B-2.png') top no-repeat;
}
.lnk2:hover {
    background: transparent url('/assets/images/dvn/B-2-h.png') top no-repeat;
}
.lnk3 {
    background: transparent url('/assets/images/dvn/B-3.png') top center no-repeat;
}
.lnk3:hover {
    background: transparent url('/assets/images/dvn/B-3-h.png') top center no-repeat;
}
.lnk4 {
    background: transparent url('/assets/images/dvn/B-4.png') top center no-repeat;
}
.lnk4:hover {
    background: transparent url('/assets/images/dvn/B-4-h.png') top center no-repeat;
}
.lnk5 {
    background: transparent url('/assets/images/dvn/B-5.png') top center no-repeat;
}
.lnk5:hover {
    background: transparent url('/assets/images/dvn/B-5-h.png') top center no-repeat;
}
.lnk6 {
    background: transparent url('/assets/images/dvn/B-6.png') top center no-repeat;
}
.lnk6:hover {
    background: transparent url('/assets/images/dvn/B-6-h.png') top center no-repeat;
}
.lnk7 {
    background: transparent url('/assets/images/dvn/B-7.png') top center no-repeat;
}
.lnk7:hover {
    background: transparent url('/assets/images/dvn/B-7-h.png') top center no-repeat;
}
.lnk8 {
    background: transparent url('/assets/images/dvn/B-8.png') top center no-repeat;
}
.lnk8:hover {
    background: transparent url('/assets/images/dvn/B-8-h.png') top center no-repeat;
}
.lnk9 {
    background: transparent url('/assets/images/dvn/B-9.png') top center no-repeat;
}
.lnk9:hover {
    background: transparent url('/assets/images/dvn/B-9-h.png') top center no-repeat;
}
.lnk10 {
    background: transparent url('/assets/images/dvn/B-10.png') top center no-repeat;
}
.lnk10:hover {
    background: transparent url('/assets/images/dvn/B-10-h.png') top center no-repeat;
}

.lnk11 {
    background: transparent url('/assets/images/dvn/B-11.png') top center no-repeat;
}
.lnk11:hover {
    background: transparent url('/assets/images/dvn/B-11-h.png') top center no-repeat;
}
.lnk12 {
    background: transparent url('/assets/images/dvn/B-12.png') top center no-repeat;
}
.lnk12:hover {
    background: transparent url('/assets/images/dvn/B-12-h.png') top center no-repeat;
}
.lnk13 {
    background: transparent url('/assets/images/dvn/B-13.png') top center no-repeat;
}
.lnk13:hover {
    background: transparent url('/assets/images/dvn/B-13-h.png') top center no-repeat;
}
.lnk14 {
    background: transparent url('/assets/images/dvn/B-14.png') top center no-repeat;
}
.lnk14:hover {
    background: transparent url('/assets/images/dvn/B-14-h.png') top center no-repeat;
}
.lnk {
    margin: 0 auto;
    border: 3px solid white;
    max-width: 350px;
    height: 270px;
    background-size: cover;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.lnk:hover {
    background-size: cover;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.label {
    color: transparent;
    display: block;
    font-family: 'Square 721 BdEx BT';
    font-size: 1.2em;
    font-weight: bold;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%) translateY(25%);
}
.intro-box {
    color: #222;
    display: block;
    font-family: 'Square 721 BT';
    font-size: 1.5em;
    font-weight: normal;
    line-height: 125%;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateX(-25%) translateY(-50%);
}
.sub-label {
    color: transparent;
    display: block;
    font-size: 1.1em;
    font-family: 'Square 721 BT';
    padding: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
}
.lnk:hover .label {
    color: white;
    text-decoration: none;
}
.lnk:hover .sub-label {
    color: white;
    border: 1px solid white;
}
a {
    text-decoration: none;
}
.paypal-text-p1 {
    font-family: 'Square 721 BT Roman';
    font-size: 1.2em;
    color: #000;
    margin-top: 0;
}
.paypal-text-p2 {
    font-family: 'Square 721 BdEx BT';
    font-size: 1.3em;
    font-weight: bold;
    color: #00447b;
}
.paypal-text-p3 {
    font-family: 'Square 721 BdEx BT';
    font-size: 1.3em;
    font-weight: bold;
    color: #00447b;
    line-height: 0.3;
}
.paypal-text-p4 {
    font-family: 'Square 721 BT Roman';
    font-size: 0.7em;
    line-height: 1.0;
    color: #000;
}
/*------SHOP PAGE------*/

  .shop-col-1 {
        margin-top: 30px;
        padding-left: 113px;
    }
    .shop-col-2 {
        margin-top: 0px;
        padding-left: 0;
        padding-top:0;
    }
.shop-label {
    display: table-cell;
    text-align: right;
    font-weight: normal;
    font-style: italic
}
.shop-input {
    display: table-cell;
    margin-left: 10px;
    width: 200px;
    text-align: right;
    background-color: #e9e9e9
}
.shop-paypal-text-p1 {
    font-family: 'Square 721 BT Roman';
    font-size: 1.2em;
    color: #000;
    margin-top: 0;
}
.shop-paypal-text-p2 {
    font-family: 'Square 721 BdEx BT';
    font-size: 1.3em;
    font-weight: bold;
    color: #00447b;
}
.shop-paypal-text-p3 {
    font-family: 'Square 721 BdEx BT';
    font-size: 1.3em;
    font-weight: bold;
    color: #00447b;
    line-height: 0.3;
}
.shop-paypal-text-p4 {
    font-family: 'Square 721 BT Roman';
    font-size: 0.7em;
    line-height: 1.0;
    color: #000;
}

/*------SHOP PAGE END------*/
/*-------------RESPONSIVE CSS----------------*/
/*MOBILE VIEW */

@media(max-width:319px) {
    .item .container .carousel-caption-paypal {
        position: absolute;
        width: auto;
        height: auto;
        left: 0%;
        right: 0;
        top: 0px;
        padding: 0px 8px;
        margin: 0;
        bottom: auto;
        background: none;
        background: rgba(252, 246, 246, 0.7);
        ;
        /*rgba(100, 100, 100, 0.2);*/

        z-index: 10;
    }
    .paypal-text-p1 {
        font-family: 'Square 721 BT Roman';
        font-size: 1.3em;
        color: #000;
    }
    .paypal-text-p2 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.1em;
        font-weight: bold;
        color: #00447b;
    }
    .paypal-text-p3 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.1em;
        font-weight: bold;
        color: #00447b;
        line-height: 1.0;
    }
    .paypal-text-p4 {
        font-family: 'Square 721 BT Roman';
        font-size: 0.8em;
        line-height: 1.0;
        color: #000;
    }
    .shop-paypal-text-p1 {
        font-family: 'Square 721 BT Roman';
        font-size: 1.2em;
        color: #000;
        margin-top: 0;
    }
    .shop-paypal-text-p2 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.3em;
        font-weight: bold;
        color: #00447b;
    }
    .shop-paypal-text-p3 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.3em;
        font-weight: bold;
        color: #00447b;
        line-height: 1.5;
    }
    .shop-paypal-text-p4 {
        font-family: 'Square 721 BT Roman';
        font-size: 0.7em;
        line-height: 1.0;
        color: #000;
    }
}
@media (min-width: 320px) and (max-width: 511px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: red;
    }
    .navbar-default .navbar-toggle {
        border: 0;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 22px;
        padding: 9px 10px;
        margin-top: 28px;
        margin-bottom: 8px;
    }
    .HOLT-logo {
        background-image: url('/assets/images/mobile-view/Holt-Logo.png');
        width: 205px;
        height: 39px;
        margin: 6% 0 0 10%;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: white;
    }
    .navbar-wrapper {
        background: url('/assets/images/mobile-view/Red-Header.png') no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        background-color: red;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: white;
        background-color: red;
    }
    .navbar-wrapper .navbar-brand {
        max-width: 100%;
    }
    .dropdown-menu > ul > li {
        background-color: white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: black;
        background-color: white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: black;
        background-color: white;
        margin-top: -5;
    }
    .navbar-wrapper .navbar-brand img {
        max-width: 100%;
        margin: 17% 0 0 15%;
    }
    .carousel {
        margin-top: 100px;
        height: 400px;
    }
	/** Holt 50S CAROUSEL **/
	.h50S > .carousel{
	margin-top: 100px;
    height: 375px;
	}
	.carousel.productCarousel50S {
		margin: 0px auto;
		max-height: 375px;
		max-width: 550px;
	}
	.carousel.productCarousel50S .item {
		height: 375px;
	}
	/** End of Holt 50S CAROUSEL **/
    .item .container .carousel-caption-paypal {
        position: absolute;
        width: auto;
        height: auto;
        left: 0;
        right: 0;
        top: 0px;
        padding: 0px 8px;
        margin: 0;
        bottom: auto;
        background: none;
        background: rgba(252, 246, 246, 0.7);
        z-index: 10;
    }
    paypal-text-p1 {
        font-family: 'Square 721 BT Roman';
        font-size: 1.3em;
        color: #000;
    }
    .paypal-text-p2 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.0em;
        font-weight: bold;
        color: #00447b;
        margin-top: -1px;
    }
    .paypal-text-p3 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.0em;
        font-weight: bold;
        color: #00447b;
        line-height: 0.0;
    }
    .paypal-text-p4 {
        font-family: 'Square 721 BT Roman';
        font-size: 0.8em;
        line-height: 1.0;
        color: #000;
    }
    .carousel-caption h2 {
        font-size: 24px;
    }
    .carousel-caption p {
        font-size: 14px;
    }
    .carousel.productCarousel2 {
        margin: 0px auto;
        max-height: 124px;
        max-width: 550px;
    }
    .carousel.productCarousel2 .item {
        height: 124px;
    }
    .btn-font {
        font-size: 12px;
        /*margin-left:-17px;*/
    }
    .ytVideoFrame {
        height: 145px;
        width: 275px;
    }
    .carousel-inner > .item > img {
        position: absolute;
        bottom: 0px;
        top: auto;
        width: auto;
    }
    .carousel-inner > .item > .baskets-img {
        height: 207px;
    }
    .lnk:hover .label {
        color: transparent;
        text-decoration: none;
    }
    .lnk:hover .sub-label {
        color: transparent;
        border: none;
    }
    .intro-box {
        display: none;
    }
    .lnk {
        height: 124px;
        width: 100%;
        background-size: cover;
    }
    .lnk1 {
        background: url('/assets/images/mobile-view/Box-1.png') no-repeat center;
        display: block;
        height: 124px;
    }
    .lnk2 {
        background: url('/assets/images/mobile-view/Box-2.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk2:hover {
        background: url('/assets/images/mobile-view/Box-2.png') no-repeat center;
    }
    .lnk3 {
        background: url('/assets/images/mobile-view/Box-3.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk3:hover {
        background: url('/assets/images/mobile-view/Box-3.png') no-repeat center;
    }
    .lnk4 {
        background: url('/assets/images/mobile-view/Box-4.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk4:hover {
        background: url('/assets/images/mobile-view/Box-4.png') no-repeat center;
    }
    .lnk5 {
        background: url('/assets/images/mobile-view/Box-5.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk5:hover {
        background: url('/assets/images/mobile-view/Box-5.png') no-repeat center;
    }
    .lnk6 {
        background: url('/assets/images/mobile-view/Box-6.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk6:hover {
        background: url('/assets/images/mobile-view/Box-6.png') no-repeat center;
    }
    .lnk7 {
        background: url('/assets/images/mobile-view/Box-7.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk7:hover {
        background: url('/assets/images/mobile-view/Box-7.png') no-repeat center;
    }
    .lnk8 {
        background: url('/assets/images/mobile-view/Box-8.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk8:hover {
        background: url('/assets/images/mobile-view/Box-8.png') no-repeat center;
    }
    .lnk9 {
        background: url('/assets/images/mobile-view/Box-9.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk9:hover {
        background: url('/assets/images/mobile-view/Box-9.png') no-repeat center;
    }
    .lnk10 {
        background: url('/assets/images/mobile-view/Box-10.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk10:hover {
        background: url('/assets/images/mobile-view/Box-10.png') no-repeat center;
    }
    .lnk11 {
        background: url('/assets/images/mobile-view/Box-11.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk11:hover {
        background: url('/assets/images/mobile-view/Box-11.png') no-repeat center;
    }
		.lnk12 {
        background: url('/assets/images/mobile-view/Box-12.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk12:hover {
        background: url('/assets/images/mobile-view/Box-12.png') no-repeat center;
    }
    .lnk13 {
        background: url('/assets/images/mobile-view/Box-13.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk13:hover {
        background: url('/assets/images/mobile-view/Box-13.png') no-repeat center;
    }
	.lnk14 {
        background: url('/assets/images/mobile-view/Box-14.png') no-repeat center;
        display: block;
        padding: 0;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        height: 124px;
    }
    .lnk14:hover {
        background: url('/assets/images/mobile-view/Box-14.png') no-repeat center;
    }
    .list-group-item {
        position: relative;
        display: block;
        padding: 10px 13px !important;
        margin-bottom: -1px;
        background-color: #FFF;
        border: 1px solid #DDD;
        font-size: 75%;
    }
    .mainbody {
        padding-bottom: 0px;
    }
    body {
        padding-bottom: 0px;
    }
    .shop-line-height {
        line-height: 1.0;
    }
    footer {
        /*position: fixed;*/

        bottom: 0;
        width: 100%;
        z-index: 10000;
        margin-top: 40px;
        /*edited*/

        font-size: 80%;
        border-top: 2px solid white;
        border-left: 16px solid white;
        border-right: 16px solid white;
        margin: 0px;
    }
    /*------SHOP PAGE------*/

    .shop-col-1 {
        margin-top: 10px;
        padding-left: 18px;
    }
    .shop-col-2 {
        margin-top: 30px;
        padding-left: 18px;
    }
    .tm-text {
        position: relative;
        top: -1.8em;
        color: #3494CE;
        font-family: 'Square 721 BT Roman';
        font-size: 0.5em;
        padding-left: 4px;
    }
    .shop-paypal-text-p1 {
        font-family: 'Square 721 BT Roman';
        font-size: 1.2em;
        color: #000;
        margin-top: 0;
    }
    .shop-paypal-text-p2 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.3em;
        font-weight: bold;
        color: #00447b;
    }
    .shop-paypal-text-p3 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.3em;
        font-weight: bold;
        color: #00447b;
        line-height: 1.5;
    }
    .shop-paypal-text-p4 {
        font-family: 'Square 721 BT Roman';
        font-size: 0.7em;
        line-height: 1.0;
        color: #000;
    }
    /*------SHOP PAGE END------*/
}
/* END OF MOBILE VIEW */

@media (min-width: 512px)and (max-width: 767px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: red;
    }
    .navbar-default .navbar-toggle {
        border: 0;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 40px;
        padding: 9px 10px;
        margin-top: 50px;
        margin-bottom: 8px;
    }
    .navbar-wrapper {
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: black;
        background-color: white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: black;
        background-color: white;
        margin-top: -5;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        background-color: red;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: white;
        background-color: red;
    }
    .HOLT-logo {
        background-image: url('/assets/images/desktop-view/Holt-Logo.png');
        width: 265px;
        height: 50px;
        margin: 7% 0 0 9%;
    }
    .carousel {
        margin-top: 100px;
        height: 400px;
    }
    .item .container .carousel-caption-paypal {
        position: absolute;
        width: auto;
        height: auto;
        left: 52%;
        right: 10%;
        top: 0px;
        padding: 0px 8px;
        margin: 0;
        bottom: auto;
        background: none;
        /*background: #fff;*/

        background: rgba(252, 246, 246, 0.7);
    }
    .paypal-text-p1 {
        font-family: 'Square 721 BT Roman';
        font-size: 1.2em;
        color: #000;
        margin-top: 20px;
    }
    .paypal-text-p2 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.2em;
        font-weight: bold;
        color: #00447b;
    }
    .paypal-text-p3 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.2em;
        font-weight: bold;
        color: #00447b;
        line-height: 1.0;
    }
    .paypal-text-p4 {
        font-family: 'Square 721 BT Roman';
        font-size: 0.8em;
        line-height: 1.0;
        color: #000;
    }
    .item .container .carousel-caption {
        position: absolute;
        width: auto;
        height: auto;
        left: 42%;
        right: 10%;
        top: auto;
        padding: 0px 20px;
        margin: 0;
        bottom: auto;
        background: none;
        background: rgba(155, 155, 155, 0.4);
    }
    .carousel-caption h2 {
        font-size: 30px;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    #truckCarousel .item .container .carousel-caption {
        text-align: left;
        left: 50%;
        right: 0%;
    }
    .ytVideoFrame {
        height: 258px;
        width: 460px;
    }
    .mainbody {
        padding-bottom: 0px;
    }
    body {
        padding-bottom: 0px;
    }
    footer {
        /* position: fixed;*/

        margin-top: 40px;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        font-size: 80%;
    }
    .lnk {
        max-width: 350px;
        height: 270px;
        margin: 0 auto;
    }
    /*------SHOP PAGE------*/

    .shop-col-1 {
        /* margin-top:10px;*/

        padding-left: 32px;
    }
    .shop-col-2 {
        margin-top: 30px;
        padding-left: 32px;
    }
    .tm-text {
        position: relative;
        top: -1.6em;
        color: #3494CE;
        font-family: 'Square 721 BT Roman';
        font-size: 0.5em;
        padding-left: 4px;
    }
    /*------SHOP PAGE END------*/
}
@media (min-width: 768px) and (max-width: 991px) {
    .lnk {
        max-width: 350px;
        height: 270px;
        margin: 0 auto;
    }
    /* Navbar */

    .navbar-wrapper {
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: black;
        background-color: white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: black;
        background-color: white;
        margin-top: -5;
    }
    .navbar-default .navbar-nav > li > a {
        color: white;
        margin-top: -16px;
        padding-left: 2px;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: white;
    }
    .HOLT-logo {
        background-image: url('/assets/images/desktop-view/Holt-Logo.png') no-repeat;
        width: 265px;
        height: 50px;
        margin: 14% 0 0 6%;
    }
    .carousel {
        height: 400px;
        margin-top: 100px;
    }
    .carousel .item {
        height: 400px;
    }
    /* Bump up size of carousel content */

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    .navbar-wrapper {
        /* margin-top: 10px;**/
    }
    .carousel-inner > .item > img {
        left: 0;
        height: auto;
        max-height: 400px;
    }
    .item .container .carousel-caption-paypal {
        position: absolute;
        width: auto;
        height: auto;
        left: 52%;
        right: 15%;
        top: 0px;
        padding: 0px 14px;
        margin: 0;
        bottom: auto;
        background: none;
        background: rgba(252, 246, 246, 0.7);
    }
    .paypal-text-p1 {
        font-family: 'Square 721 BT Roman';
        font-size: 1.3em;
        color: #000;
        margin-top: 20px;
    }
    .paypal-text-p2 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.0em;
        font-weight: bold;
        color: #00447b;
    }
    .paypal-text-p3 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.0em;
        font-weight: bold;
        color: #00447b;
        line-height: 0.9;
    }
    .paypal-text-p4 {
        font-family: 'Square 721 BT Roman';
        font-size: 0.7em;
        line-height: 1.0;
        color: #000;
    }
    .item .container .carousel-caption {
        position: absolute;
        width: auto;
        height: auto;
        left: 42%;
        right: 10%;
        top: auto;
        padding: 0px 20px;
        margin: 0;
        bottom: auto;
        background: none;
        background: rgba(155, 155, 155, 0.4);
    }
    #truckCarousel .item .container .carousel-caption {
        text-align: left;
        left: 50%;
        right: 0%;
    }
    #promoCarousel .item .container .carousel-caption {
        text-align: left;
        left: 50%;
        right: 0%;
    }
    .mainbody {
        padding-bottom: 0px;
    }
    body {
        padding-bottom: 0px;
    }
    footer {
        /*position: fixed;*/

        margin-top: 40px;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        /*font-size: 80%; */
    }
    .ytVideoFrame {
        height: 360px;
        width: 640px;
    }
    .videoLabel {
        padding: 10px 0;
        border-top: 1px solid #999999;
        font-size: 1.3em;
    }
    .featurette-heading {
        font-size: 50px;
    }
    /*------SHOP PAGE------*/

    .shop-col-1 {
        /* margin-top:10px;*/

        padding-left: 18px;
    }
    .shop-col-2 {
        margin-top: 30px;
        padding-left: 18px;
    }
    .tm-text {
        position: relative;
        top: -1.3em;
        color: #3494CE;
        font-family: 'Square 721 BT Roman';
        font-size: 0.5em;
        padding-left: 4px;
    }
    /*------SHOP PAGE END------*/
}
@media (min-width: 992px)and (max-width: 1279px) {
    .featurette-heading {
        margin-top: 120px;
    }
    .thumbnail .caption {
        font-size: 12px;
    }
    .ytVideoFrame {
        height: 253px;
        width: 450px;
    }
    .videoLabel {
        padding: 20px 0 10px 0;
        width: 450px;
        border-top: none;
        border-bottom: 2px solid #ff0000;
    }
    .navbar-wrapper {
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
    }
    .navbar-nav > li > a {
        padding-top: 6px;
        padding-bottom: 15px;
    }
    .HOLT-logo {
        background-image: url('/assets/images/desktop-view/Holt-Logo.png');
        width: 265px;
        height: 50px;
        margin: 14% 0 0 25%;
    }
    .item .container .carousel-caption-paypal {
        position: absolute;
        width: auto;
        height: auto;
        left: 52%;
        right: 10%;
        top: 0;
        padding: 0px 17px;
        margin: 0;
        bottom: auto;
        background: none;
        background: rgba(252, 246, 246, 0.7);
    }
    .paypal-text-p1 {
        font-family: 'Square 721 BT Roman';
        font-size: 1.3em;
        color: #000;
        margin-top: 20px;
        margin-top: 20px;
    }
    .paypal-text-p2 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.0em;
        font-weight: bold;
        color: #00447b;
    }
    .paypal-text-p3 {
        font-family: 'Square 721 BdEx BT';
        font-size: 1.0em;
        font-weight: bold;
        color: #00447b;
        line-height: 0.9;
    }
    .paypal-text-p4 {
        font-family: 'Square 721 BT Roman';
        font-size: 0.7em;
        line-height: 1.0;
        color: #000;
    }
    .item .container .carousel-caption {
        position: absolute;
        width: auto;
        height: auto;
        left: 42%;
        right: 10%;
        top: auto;
        padding: 0px 20px;
        margin: 0;
        bottom: auto;
        background: none;
        background: rgba(155, 155, 155, 0.4);
    }
    .carousel {
        margin-top: 100px;
        height: 400px;
    }
    .carousel-caption h2 {
        font-size: 30px;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    #truckCarousel .item .container .carousel-caption {
        text-align: left;
        left: 50%;
        right: 0%;
    }
    footer {
        /*position: fixed; */

        margin-top: 40px;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        /*font-size: 80%;*/
    }
    /*------SHOP PAGE------*/

    .shop-col-1 {
        margin-top: 30px;
        padding-left: 113px;
    }
    .shop-col-2 {
        margin-top: 0px;
        padding-left: 0;
        padding-top:0;
    }
    .tm-text {
        position: relative;
        top: -1.7em;
        color: #3494CE;
        font-family: 'Square 721 BT Roman';
        font-size: 0.5em;
        padding-left: 4px;
    }
    /*------SHOP PAGE END------*/
}
@media(min-width:1200px){
    .shop-col-1 {
        margin-top: 30px;
        padding-left: 213px;
    }
    .shop-col-2 {
        margin-top: 0px;
        padding-left: 0;
        padding-top:0;
    }
}
@media (min-width: 1280px)and (max-width: 1599px) {
    .ytVideoFrame {
        height: 303px;
        width: 540px;
    }
    .videoLabel {
        width: 540px;
    }
    .navbar-wrapper {
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
    }
    .HOLT-logo {
        background-image: url('/assets/images/desktop-view/Holt-Logo.png');
        width: 265px;
        height: 50px;
        margin: 14% 0 0 20%;
    }
    .carousel {
        margin-top: 100px;
        height: 400px;
    }
    .item .container .carousel-caption-paypal {
        position: absolute;
        width: auto;
        height: auto;
        left: 52%;
        right: 5%;
        top: 100px;
        padding: 0px 30px;
        margin: 0;
        bottom: auto;
        background: none;
    }
    .img-margin{
       margin-left:105px;
}
    .item .container .carousel-caption {
        position: absolute;
        width: auto;
        height: auto;
        left: 48%;
        right: 10%;
        top: auto;
        padding: 0px 20px;
        margin: 0;
        bottom: auto;
        background: none;
        background: rgba(155, 155, 155, 0.4);
    }
    .carousel-caption h2 {
        font-size: 30px;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    #truckCarousel .item .container .carousel-caption {
        text-align: left;
        left: 50%;
        right: 0%;
    }
    footer {
        /*position: fixed; */

        margin-top: 40px;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        /*font-size: 80%;*/
    }
    /*------SHOP PAGE------*/

    .shop-col-1 {
        margin-top: 30px;
        padding-left: 213px;
    }
    .shop-col-2 {
        margin-top: 0px;
        padding-left: 0;
        padding-top: 0px;
    }
    .tm-text {
        position: relative;
        top: -1.7em;
        color: #3494CE;
        font-family: 'Square 721 BT Roman';
        font-size: 0.5em;
        padding-left: 4px;
    }
    /*------SHOP PAGE END------*/
}
@media (min-width: 1600px)and (max-width: 1679px) {
    .ytVideoFrame {
        height: 303px;
        width: 540px;
    }
    .videoLabel {
        width: 540px;
    }
    .navbar-wrapper {
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
    }
    .HOLT-logo {
        background-image: url('/assets/images/desktop-view/Holt-Logo.png');
        width: 265px;
        height: 50px;
        margin: 14% 0 0 25%;
    }
    .carousel {
        margin-top: 100px;
        height: 400px;
    }
    .item .container .carousel-caption-paypal {
        position: absolute;
        width: auto;
        height: auto;
        left: 52%;
        right: 10%;
        top: 100px;
        padding: 0px 0px;
        margin: 0;
        bottom: auto;
        background: none;
    }
    .img-margin {
        margin-left: 250px;
    }
    .item .container .carousel-caption {
        position: absolute;
        width: auto;
        height: auto;
        left: 42%;
        right: 10%;
        top: auto;
        padding: 0px 20px;
        margin: 0;
        bottom: auto;
        background: none;
        background: rgba(155, 155, 155, 0.4);
    }
    .carousel-caption h2 {
        font-size: 30px;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    #truckCarousel .item .container .carousel-caption {
        text-align: left;
        left: 50%;
        right: 0%;
    }
    footer {
        /*position: fixed; */

        margin-top: 40px;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        /*font-size: 80%;*/
    }
    /*------SHOP PAGE------*/

    .shop-col-1 {
        margin-top: 30px;
        padding-left: 213px;
    }
    .shop-col-2 {
        margin-top: 0px;
        padding-left: 0;
        padding-top:0;
    }
    .tm-text {
        position: relative;
        top: -1.7em;
        color: #3494CE;
        font-family: 'Square 721 BT Roman';
        font-size: 0.5em;
        padding-left: 4px;
    }
    /*------SHOP PAGE END------*/
}
@media (min-width: 1680px) {
    .ytVideoFrame {
        height: 303px;
        width: 540px;
    }
    .videoLabel {
        width: 540px;
    }
    .navbar-wrapper {
        background-size: 100%;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 20;
    }
    .HOLT-logo {
        background-image: url('/assets/images/desktop-view/Holt-Logo.png');
        width: 265px;
        height: 50px;
        margin: 14% 0 0 25%;
    }
    .carousel {
        margin-top: 100px;
        height: 400px;
    }
    .item .container .carousel-caption-paypal {
        position: absolute;
        width: auto;
        height: auto;
        left: 46%;
        right: 10%;
        top: 100px;
        padding: 0px 30px;
        margin: 0;
        bottom: auto;
        background: none;
    }
    .img-margin {
        margin-left: 250px;
    }
    .item .container .carousel-caption {
        position: absolute;
        width: auto;
        height: auto;
        left: 42%;
        right: 10%;
        top: auto;
        padding: 0px 20px;
        margin: 0;
        bottom: auto;
        background: none;
        background: rgba(155, 155, 155, 0.4);
    }
    .carousel-caption h2 {
        font-size: 30px;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    #truckCarousel .item .container .carousel-caption {
        text-align: left;
        left: 50%;
        right: 0%;
    }
    footer {
        /*position: fixed;*/

        margin-top: 40px;
        bottom: 0;
        width: 100%;
        z-index: 10000;
        /*font-size: 80%;*/
    }
    /*------SHOP PAGE------*/

    .shop-col-1 {
        margin-top: 30px;
        padding-left: 213px;
    }
    .shop-col-2 {
        margin-top: 0px;
        padding-left: 0;
        padding-top: 0;
    }
    .tm-text {
        position: relative;
        top: -1.7em;
        color: #3494CE;
        font-family: 'Square 721 BT Roman';
        font-size: 0.5em;
        padding-left: 4px;
    }
    /*------SHOP PAGE END------*/
}
