﻿body {
    margin: 0 auto;
    padding: 0;
    font-family: Roboto-Regular, sans-serif;
    color: #000;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: baseline;
}

p {
    margin: 0;
    padding: 0;
}

a.highslide img {
    border: none;
}

a.dropdown-item:hover {
    background-color: #ba8748;
    color: #fff;
}

.clear {
    clear: both;
}

.modal-footer {
    border-top: none;
}

.small, small {
    font-size: 12px;
}

.bg-black {
    background: #000;
}

.bg-darkblue {
    background: #070d3d;
}

.bg-darkred {
    background: #7d2045;
}

.bg-gold {
    /*background: #c89f6d;*/
    background: #ba8748;
}

.bg-orange {
    background: #f26222;
}

.border-black {
    border-color: #000;
}

.border-darkred {
    border-color: #7d2045;
}

.border-gold {
    border-color: #ba8748;
}

.btm-black {
    border-bottom: 4px solid #000;
}

.btm-darkblue {
    border-bottom: 4px solid #070d3d;
}

.btm-darkred {
    border-bottom: 4px solid #7d2045;
}

.btm-gold {
    border-bottom: 4px solid #ba8748;
}

.btm-orange {
    border-bottom: 4px solid #f26222;
}

.form-check-inline input[type="checkbox"] {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

.form-check-inline label {
    margin-bottom: 0;
}

/*------------------buttons------------------*/

.btn-default {
    background-color: #d3d3d3;
    color: #000;
}

.btn-quote {
    display: block;
    width: 80%;
    background-color: #ba8748;
    border-color: #ba8748;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-gallery {
    width: 100%;
}

.card {
    border: none;
}

.card-header {
    background-color: #fff5e8;
    border: 1px solid #ba8748;
}

/*-----------------carousel---------------------------*/

.carousel-caption {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.brand-logo {
    position: absolute;
    top: 1rem;
    left: 1rem;
    max-width: 180px;
}

/*----------------door style------------------------------------*/

.door-style {
    position: relative;
    /*width: 50%;*/
    padding-bottom: 15px;
}

    .door-style img {
        width: 100%;
    }

/*-----------------gallery--------------------------------------*/

.gallery-filter .filter {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

    .gallery-filter .filter.active {
        background-color: #ba8748;
        color: #fff;
    }

.gallery-img {
    position: relative;
    /*width: 100%;*/
    padding-bottom: 30px;
}

.grid-view .table td, .grid-view .table th {
    vertical-align: middle;
}

    .grid-view .table th a {
        color: #000;
    }

.product-category .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

.product-features tr:nth-child(2n+1) {
    background-color: #e2e2e2;
}

.product-features th {
    border-bottom: 1px solid #000;
}

.product-features th, .product-features td {
    padding: 0.5rem;
    vertical-align: top;
}

    .product-features th:not(:first-child), .product-features td:not(:first-child) {
        border-left: 1px solid #000;
    }

.promo-request .input-group-text {
    display: block;
    min-width: 200px;
    text-align: right;
    font-weight: 600;
}

.table td, .table th {
    border-color: #000;
    border-top: none;
}

.table[border="0"] td, .table[border="0"] th {
    border: none;
}

.text-black {
    color: #000 !important;
}

.text-darkred {
    color: #7d2045 !important;
}

.text-gold {
    color: #ba8748 !important;
}

/*-----------dealer menu ----------------------------*/

#dealermenu a {
    display: block;
    padding: 0 10px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

    #dealermenu a[href]:hover {
        background-color: #ba8748;
        color: #fff;
    }

    #dealermenu li.nav-item {
        list-style: none;
    }

/*-----------------header----------------------------*/

#header {
    z-index: 100;	
}

#header .nav-link {
    color: #000;
    text-transform: uppercase;
}

    #header .nav-link.active, #header .nav-link:hover {
        background-color: #ba8748;
        color: #fff;
    }
    
#mainmenu .dropdown:hover .dropdown-menu {
    display: block;
}

#mainmenu .dropdown-menu {
    margin-top: 0;
}

/*--------------ajax add to cart ------------------*/

.tabstyle {
    border-right: solid 1px gray;
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    text-decoration: none;
    vertical-align: middle;
    background-color: #846152;
    /*height: 25px;*/
    /*padding-right: 5px;*/
    padding: 0 10px;
}

    .tabstyle font {
        color: #fff;
        font-size: 14px;
    }

    .tabstyle i {
        color: #fff;
    }

.check_tabstyle {
    background-color: #D7A400;
}

    .check_tabstyle font {
        color: #000;
        font-size: 12px;
    }

    .check_tabstyle i {
        color: #000;
    }

.ListTitle {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    color: #ffffff;
    font-size: 12px;
    /*font-weight: bold;*/
    text-decoration: none;
    line-height: 25px;
    background-color: #ba8748;
    padding-left: 5px;
}

.shopLineItemBgColor1 {
    /*background-color: #d9d9d9;*/
}

.shopLineItemBgColor2 {
    background-color: #fff;
}


.addtoCartLoding {
    /*background-image: url('images/msg_background.png');*/
    /*background-repeat: no-repeat;*/
    /*font-family: Arial;*/
    /*font-size: 15px;*/
    width: 100%;
    /*height: 69px;*/
}

.addtoCartAlertFont {
    font-weight: bold;
    font-size: 10px;
    color: #B21595;
}

.customDepthDropDown {
    border: 1px solid #ccc;
    width: 95px;
    /*background-color: #6c190c;*/
    /*color: #ffffff;*/
    padding: 2px;
}

/*--------------minicart ------------------*/
.minicartContent_footer_cart {
    text-align: left;
    border: solid 1px #7a4f3e;
    width: 230px;
    height: 29px;
    background-image: url('images/gradient_bg.gif');
    background-repeat: repeat-x;
}

    .minicartContent_footer_cart td a {
        font-family: "Arial", "Helvetica", "sans-serif";
        color: White;
        font-size: 12px;
    }

.minicart_Total {
    background-color: #000;
    color: #fff;
    position: fixed;
    z-index: 300;
    top: 45px;
    right: 0px;
    overflow: hidden;
    border-radius: 5px;
}

.minicart_total_tbl {
    /*background-image: url('images/total-bg.png');*/
    /*background-repeat: repeat-x;*/
    background-color: #000;
    padding: 0 10px;
    margin: 0;
    height: 33px;
    vertical-align: middle;
    text-transform: uppercase;
}

    .minicart_total_tbl table {
        color: #fff;
    }

#showMiniCart_main {
    width: 492px;
    background-color: #fff;
    color: #000000;
    position: fixed;
    z-index: 300;
    top: 85px;
    right: -492px;
    overflow: hidden;
    display: none;
    border: 2px solid gray;
    border-radius: 15px;
}

#minicartTable {
    margin-left: 20px;
    margin-top: 0px;
    width: 430px;
}

    #minicartTable th {
        text-align: center;
        vertical-align: top;
        width: 90px;
        /*font-family: Georgia, "Times New Roman", Times, serif;*/
        color: #000;
        font-size: 12px;
    }

#showMiniCart_title {
    width: 65px;
    height: 230px;
    color: #fff;
    position: fixed;
    z-index: 300;
    top: 85px;
    right: 0px;
    background-color: #ba8748;
    /*background-image: url('images/ViewCart-go.png');*/
    /*background-repeat: no-repeat;*/
    cursor: pointer;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

    #showMiniCart_title div {
        transform: rotate(270deg);
        transform-origin: bottom right;
        height: 55px;
        width: 65px;
        font-size: 28px;
        text-transform: uppercase;
        white-space: nowrap;
        margin-top: 80px;
    }

        #showMiniCart_title div span {
            display: inline-block;
        }

.showMiniCart_main_header {
    /*background-image: url('images/miniCart-t.png');*/
    /*background-repeat: no-repeat;*/
    padding: 0px;
    margin: 0px;
    width: 492px;
    height: 23px;
    background-color: #fff;
}

.showMiniCart_main_footer {
    /*background-image: url('images/miniCart-b.png');*/
    /*background-repeat: no-repeat;*/
    padding: 0px;
    margin: 0px;
    width: 492px;
    height: 23px;
    background-color: #fff;
}

.showMiniCart_main_close {
    position: absolute;
    right: 40px;
    top: 15px;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

.showMiniCart_main_item {
    /*background-image: url('images/miniCart-bg.png');*/
    /*background-repeat: repeat-y;*/
    padding: 0px;
    margin: 0px;
    width: 492px;
    height: 182px;
    background-color: #fff;
}

#minicartContent #hiddenImgforMiniCart {
    position: absolute;
    z-index: 999;
    margin-top: 200px;
    display: none;
    margin-left: 160px;
}

#hiddenMiniCartDiv {
    display: none;
    position: absolute;
    background-color: #999;
}

#minicartContent #scrollDiv {
    width: 480px;
    height: 230px;
    overflow-y: auto;
}

.minicartContent_footer {
    width: 430px;
    margin-left: 20px;
    position: relative;
}

.minicartContent_footer_cards image {
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
}

.minicartRow_qty {
    border: solid 1px #ddd;
    width: 30px;
    font-size: 12px;
    text-align: center;
}

.minicartRow_remove {
    width: 18px;
    cursor: pointer;
}

.minicartRow_tr1 {
    background-color: #d9d9d9;
}

.minicartRow_tr2 {
    background-color: White;
}

.categoryItemHearder td {
    font-family: Arial;
}


/*----------popup----------*/

.popup-middle {
    background-repeat: repeat-y;
    width: 670px;
    height: auto;
}

.colorBlack {
    color: Black;
}

.red3 {
    color: red;
}

.t11 {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 11px;
}

.t12_1 {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 12px;
}

.t13 {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 13px;
}

.t14 {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 14px;
    /*background-color: #ffffff;*/
}

.t15 {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 15px;
}

.t16 {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 16px;
}

.t17 {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 17px;
}


.t18 {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 18px;
}

.t20 {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 20px;
}

.t23 {
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 23px;
}

.bg_gray_1 {
    background-color: rgb(182,182,182);
}

.bg_gray {
    background-color: #D6D6D6;
}

.boxStyle {
    border: solid 1px #999999;
    background-color: #824331;
    color: White;
    font-weight: bold;
}

/*-------------*/

.popup_position {
    position: absolute;
    margin-left: 380px;
    width: 250px;
    font-weight: bold;
    text-align: center;
    height: 25px;
    line-height: 25px;
    z-index: 200;
    margin-top: 18px;
}

.popup_position01 {
    position: absolute;
    z-index: 100;
    margin-left: 150px;
}

.tableWidth {
    width: 670px;
}

.tableWidth01 {
    width: 350px;
}

.border_gray {
    border: solid 1px #555555;
}

.border_gray01 {
    border: solid 1px #999999;
}

.border-bottom {
    border-bottom: solid 1px #999999;
}

.marginLeft {
    margin-left: 20px;
}

.tableStyle {
    border-collapse: collapse;
    width: 350px;
}

.miniCartBox_t {
    background-image: url(../images/viewCart/miniCart-t.png);
    background-repeat: no-repeat;
    background-color: Transparent;
    padding: 0px;
    margin: 0px;
    width: 492px;
    height: 23px;
}

.miniCartBox_bg {
    background-image: url(../images/viewCart/miniCart-bg.png);
    background-repeat: repeat-y;
    background-color: Transparent;
    padding: 0px;
    margin: 0px;
    width: 492px;
}

.miniCartBox_b {
    background-image: url(../images/viewCart/miniCart-b.png);
    background-repeat: no-repeat;
    background-color: Transparent;
    padding: 0px;
    margin: 0px;
    width: 492px;
    height: 23px;
}

.popup_style {
    max-width: 715px;
    max-height: 835px;
}

.TechnikShoppingCart {
    width: 96%;
    text-align: center;
}

.TechnikCart {
    width: 100%;
    align: center;
    margin-bottom: 10px;
}

.TechnikCartItem {
    width: 100%;
    align: center;
    border-bottom: solid 1px #444444;
}

.TechnikTableStyle {
    align: center;
    width: 100%;
    border-top: solid 1px #D6D6D6;
    border-left: solid 1px #D6D6D6;
}

    .TechnikTableStyle tr th {
        border-right: solid 1px #D6D6D6;
        border-bottom: solid 1px #D6D6D6;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .TechnikTableStyle tr td {
        border-right: solid 1px #D6D6D6;
        border-bottom: solid 1px #D6D6D6;
    }


.ui-tabs-container ul {
    list-style: disc inside;
    margin-left: 25px;
}

/*technik navigation start*/

.TechnikLeft_nav {
    width: 135px;
    height: auto;
    /*font-family: "Arial", "Helvetica", "sans-serif";*/
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
}

    .TechnikLeft_nav ul {
        background-image: url(technikimages/technik_left_nav_bg.gif);
        width: 135px;
        height: 30px;
    }

        .TechnikLeft_nav ul li {
            line-height: 31px;
            text-align: left;
            margin-left: 20px;
        }

/*technik navigation end*/

/*pupop layer css*/

#hideMsg {
    /*position: absolute;*/
    /*top: 70%;*/
    /*left: 40%;*/
    /*height: 200px;*/
    /*width: 400px;*/
    display: none;
    /*z-index: 900;*/
}

/*end*/

.summary_div {
    background-color: White;
}

.spZipCodeErrorCss {
    color: Red;
}

.ZipTitle {
    font-family: Arial;
    color: #006699;
    font-weight: bold;
    font-size: 24pt
}

.ZipText {
    font-family: Arial;
    color: #000000;
    font-weight: bold;
    font-size: 18pt
}

.cldBox {
    font-family: 'Futura Plus W08 Book';
}

/*
====================================================================
			----------- Assembled -------------
==================================================================== 
*/

.aw_div {
    /*font-family: 'Futura Plus W08 Book';*/
    width: 780px;
    float: left;
    clear: both;
    margin: 30px 30px 0px 30px;
}

.aw_info {
    width: 445px;
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 16px;
    float: left;
    margin-top: 5px;
    margin-left: 25px;
    display: inline;
    position: relative;
    height: 400px;
}

.aw_title {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 25px;
    /*color: #87153a;*/
}

.aw_door {
    float: left;
    padding-top: 15px;
    padding-right: 40px;
    text-align: center;
    width: 155px;
}

.aw_doorname {
    padding-top: 10px;
    /*font-family: 'Futura Plus W08 Book';*/
    font-weight: bold;
    font-size: 20px;
    color: #55251e;
    line-height: 20px;
}

.aw_doorname19 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 19px;
    color: #55251e;
}

.aw_doorname15 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 15px;
    color: #55251e;
}

.aw_dealer_bullet {
    /*font-family: 'Futura Plus W08 Book';*/
    font-weight: bold;
    font-size: 26px;
    color: #683429;
    position: absolute;
    top: -10px;
    left: 0px;
}

.aw_dealer18 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 18px;
    color: #683429;
}

.aw_dealer20 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 20px;
    color: #683429;
}


/*
====================================================================
			----------- WeatherStrong Outdoor -------------
==================================================================== 
*/

.od_div {
    /*font-family: 'Futura Plus W08 Book';*/
    width: 780px;
    float: left;
    clear: both;
    margin: 30px 30px 0px 30px;
}

.od_info {
    width: 455px;
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 16px;
    float: left;
    margin-top: 5px;
    margin-left: 25px;
    display: inline;
    position: relative;
    height: 400px;
}

    .od_info b {
        /*font-family: 'Futura Plus W08 Book';*/
        font-size: 20px;
        color: #000000;
    }

.od_title {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 25px;
    color: #87153a;
}

.od_door {
    float: left;
    padding-top: 15px;
    padding-right: 40px;
    text-align: center;
    width: 155px;
}

.od_doorname {
    padding-top: 10px;
    /*font-family: 'Futura Plus W08 Book';*/
    font-weight: bold;
    font-size: 20px;
    color: #55251e;
    line-height: 20px;
}

.od_doorname19 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 19px;
    color: #55251e;
}

.od_doorname15 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 15px;
    color: #55251e;
}

.od_dealer_bullet {
    /*font-family: 'Futura Plus W08 Book';*/
    font-weight: bold;
    font-size: 26px;
    color: #683429;
    position: absolute;
    top: -10px;
    left: 0px;
}

.od_dealer18 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 18px;
    color: #683429;
}

.od_dealer20 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 20px;
    color: #683429;
}


/*
====================================================================
			----------- Quick Assembly -------------
==================================================================== 
*/

.rta_div {
    font-family: 'Futura Plus W08 Book';
    width: 780px;
    float: left;
    clear: both;
    margin: 30px 30px 0px 30px;
}

.rta_info {
    width: 455px;
    font-family: 'Futura Plus W08 Book';
    font-size: 16px;
    float: left;
    margin-top: 5px;
    margin-left: 25px;
    display: inline;
}

.rta_title {
    font-family: 'Futura Plus W08 Bold';
    font-size: 25px;
    color: #87153a;
}

.rta_door {
    float: left;
    padding-top: 15px;
    padding-right: 40px;
    text-align: center;
    width: 155px;
}

.rta_doorname {
    padding-top: 10px;
    font-family: 'Futura Plus W08 Book';
    font-weight: bold;
    font-size: 20px;
    color: #55251e;
    line-height: 20px;
}

.rta_doorname19 {
    font-family: 'Futura Plus W08 Book';
    font-size: 19px;
    color: #55251e;
}

.rta_doorname15 {
    font-family: 'Futura Plus W08 Book';
    font-size: 15px;
    color: #55251e;
}

.dealer_bullet {
    font-family: 'Futura Plus W08 Book';
    font-weight: bold;
    font-size: 26px;
    color: #683429;
    position: absolute;
    top: -10px;
    left: 0px;
}

.rta_dealer18 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 18px;
    color: #683429;
}

.rta_dealer20 {
    font-family: 'Futura Plus W08 Book';
    font-size: 20px;
    color: #683429;
}


/*
====================================================================
			----------- Technik Closets -------------
==================================================================== 
*/

.closets_div {
    /*font-family: 'Futura Plus W08 Book';*/
    width: 780px;
    float: left;
    clear: both;
    margin: 30px;
}

.closets_img {
    float: left;
    width: 300px;
    height: 400px;
}

.closets_info {
    width: 455px;
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 16px;
    float: left;
    margin-top: 10px;
    margin-left: 25px;
    display: inline;
}

    .closets_info p {
        padding-left: 10px;
    }

.closet_finishes {
    float: left;
    clear: both;
    width: 775px;
    text-align: center;
}

.woodph {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 15px;
    height: auto;
    float: left;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 20px;
}

    .woodph center {
        clear: both;
        margin-bottom: 10px;
    }

        .woodph center img {
            width: 116px;
            height: 116px;
        }

.cabinetconts {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 15px;
    float: left;
    width: 148px;
    margin-right: 10px;
    text-align: center;
    height: auto;
    padding-bottom: 20px;
}

    .cabinetconts center img {
        width: 143px;
        height: 143px;
        clear: both;
        margin-bottom: 10px;
    }

    .cabinetconts a {
        clear: both;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

.Cabinetable {
    /*font-family: 'Futura Plus W08 Book';*/
    border: 1px solid #333;
    border-bottom: none;
    border-right: 0;
}

    .Cabinetable td, .Cabinetable th {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        padding: 5px;
    }

    .Cabinetable th {
        background: #767676;
        color: #fff;
        font-size: 24px;
        text-align: center;
        font-weight: 900;
    }

    .Cabinetable span {
        color: #666;
        font-size: 18px;
    }

.Cabinetable_hd {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 22px;
    font-weight: 100;
    color: #000000;
}

.finishHeader28 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 28px;
    /*color: #726962;*/
    padding-bottom: 5px;
    font-weight: bold;
}

.finishSubHeader20 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 20px;
    font-weight: normal;
}

.finishHeader24 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 24px;
    /*color: #726962;*/
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
}

.finishSubHeader18 {
    /*font-family: 'Futura Plus W08 Book';*/
    font-size: 18px;
    font-weight: normal;
}

/*
====================================================================
       ----------- Technik Closets Gallery -------------
==================================================================== 
*/

.cg_header {
    font-family: 'Futura Plus W08 Book';
    font-size: 16px;
    margin: 30px 30px 20px 30px;
}

    .cg_header img {
        padding-bottom: 20px;
    }

    .cg_header span {
        padding-left: 10px;
    }

    .cg_header a {
        padding-left: 10px;
    }

.cg_descr {
    font-family: 'Futura Plus W08 Book';
    font-size: 14px;
    text-align: center;
    width: 100px;
}

.cg_img_div {
    width: 105px;
    padding-left: 12px;
    height: 165px;
    float: left;
}

/*
====================================================================
       ----------- Technik Closets Shopping Cart Page -------------
==================================================================== 
*/

.tc_ShopPage_Head {
    font-family: 'Futura Plus W08 Light';
    font-size: 30px;
    color: #666666;
}

/*
====================================================================
       ----------- About Us -------------
==================================================================== 
*/

.about-text {
    font-size: 16px;
    line-height: 2;
}

.brand-info {
    /*font-size: 18px;*/
}

    .brand-info img {
    	display: block;
        max-width: 100%;
	margin: 0 auto;
    }

    .brand-info table {
        /*height: 80px;*/
    }

    .brand-info ul {
        width: 300px;
	margin: 0 auto;
    }

/*
====================================================================
       ----------- Contact Us -------------
==================================================================== 
*/


.contact-form {
    width: 100%;
}

    .contact-form .form-control {
        /*background-color: #fff5e8;*/
        border-color: #ba8748;
    }

    .contact-form .custom-file-label {
        background: none;
        border: none;
    }

        .contact-form .custom-file-label:after {
            content: "";
	    background-color: #ffffff;
        }

/*
====================================================================
       ----------- Dealers Application -------------
==================================================================== 
*/

.dappl_head {
    margin-top: 10px;
    font-family: 'Futura Plus W08 Cd Bold';
    font-size: 25px;
    color: #ffffff;
    padding: 10px;
    background-color: #808080;
    float: left;
}

.dappl_image {
    font-family: 'Futura Plus W08 Cd Bold';
    font-size: 25px;
    color: #ffffff;
    padding: 5px;
    float: left;
    width: 220px;
    text-align: center;
}

.dappl_items {
    font-size: 12px;
    color: #000000;
    float: left;
    width: 550px;
}

.dappl_imageDescription {
    font-size: 12px;
    color: #000000;
    font-family: 'HelveticaNeueW01-57Cn';
}

    .dappl_imageDescription span {
        font-family: 'HelveticaNeueW01-77BdCn_692722';
    }

/*
====================================================================
  	         ----------- RTA vs Semi-Custom -------------
==================================================================== 
*/

.diff_hdrheader {
    text-align: left;
    color: #693327;
    font-family: 'Trajan W08 Regular';
    font-size: 40px;
    letter-spacing: -3px;
    padding-left: 30px;
    float: left;
}

    .diff_hdrheader span {
        font-size: 30px;
    }

.diff_divmain {
    font-family: 'HelveticaNeueW01-57Cn';
    font-size: 16px;
    float: left;
    padding-top: 40px;
    padding-left: 42px;
    width: 750px;
}

.diff_tblheaderaw {
    font-family: 'Futura Plus W08 Book';
    color: #000000 !important;
    font-size: 26px !important;
    font-weight: bold;
    padding: 5px 0px 4px 10px;
    border-bottom: 1px solid #6f6f6f;
}

.diff_tblheaderta {
    font-family: 'Futura Plus W08 Book';
    color: #000000 !important;
    font-size: 26px !important;
    font-weight: bold;
    padding: 5px 0px 4px 10px;
    border-bottom: 1px solid #6f6f6f;
}

.diff_divbtns {
    float: left;
    width: 750px;
    padding-left: 42px;
    font-family: 'Futura Plus W08 Book';
}

.diff_divbtnsAW {
    font-size: 16px !important;
    color: #660033 !important;
    font-weight: bold !important;
}

.diff_divbtnsRTA {
    font-size: 16px !important;
    color: #109c48 !important;
    font-weight: bold !important;
}

.diff_table {
    clear: both;
    padding-bottom: 20px;
}

    .diff_table td {
        color: #000000;
        font-weight: normal;
        text-align: left;
    }

.diff_table_border {
    padding: 10px;
    border-right: 1px solid #6f6f6f;
}

.diff_table_noborder {
    padding: 10px;
}

.diff_table_bg {
    background: #cbb4ae;
}

.futura15 {
    font-family: 'Futura Plus W08 Book';
    font-size: 15px;
    color: #6a3428;
    font-weight: bold;
    padding-top: 10px;
}

.futura18 {
    font-family: 'Futura Plus W08 Book';
    font-size: 18px;
    color: #6a3428;
    font-weight: bold;
    padding-top: 10px;
}

/*
====================================================================
			----------- Marketing Materials -------------
==================================================================== 
*/

/* bullets formatting for item list in database */
.ItemList {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .ItemList ul {
        list-style-position: outside;
        list-style-type: disc;
        color: #000000;
        padding-left: 25px;
        text-align: left;
    }

    .ItemList li {
        padding-top: 2px;
    }

/*
====================================================================
			----------- Media Queries -------------
==================================================================== 
*/

@media (min-width: 576px) {
    /*sm*/
}

@media (min-width: 768px) {
    /*md*/
    
    .login-form {
        border-right: 1px solid #ba8748;
    }

    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    /*lg*/
}

@media (min-width: 1200px) {
    /*xl*/
    .about-text {
    	font-size: 18px;
    }
}

@media (min-width:1440px) {
    .container-fluid {
        width: auto;
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

/*
====================================================================
			----------- NEWSLETTER -------------
==================================================================== 
*/

#footer hr.line {
    border-top: 2px solid #fff;
}

.newsletterLeft {
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.newsletterRight {
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.templateRecaptcha {
    width: 220px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    background-color: #f9f9f9;
    padding: 5px 10px;
    font-size: 14px;
    font-family: Roboto,helvetica,arial,sans-serif;
    color: #000000;
}

    .templateRecaptcha input {
        width: 31px;
        height: 31px;
        -webkit-appearance: none;
        border-radius: 2px;
        outline: none;
        border: none;
        background: url(../../images/recaptcha_checkbox.jpg)no-repeat center;
        cursor: pointer;
    }

        .templateRecaptcha input:checked {
            background: url(../../images/recaptcha_checked.jpg)no-repeat center;
        }

@media (min-width:500px) {
    .newsletterLeft {
        width: auto;
        min-width: 250px;
    }

    .newsletterRight {
        padding-top: 25px;
        width: auto;
        min-width: 150px;
    }
}

@media (min-width:991px) {
    .newsletterRight {
        padding-top: 10px;
    }
}

@media (min-width:1200px) {
    .newsletterRight {
        padding-top: 25px;
    }
}

/*
====================================================================
			----------- Floating Labels on Form Elements -------------
==================================================================== 
*/

.form-floating {
    position: relative;
}

    .form-floating > .form-control,
    .form-floating > .form-select {
        height: 45px;
        line-height: 1.25;
        color: #000000 !important;
    }

    .form-floating > label {
        position: absolute;
        top: -2px;
        left: -5px;
        height: 100%;
        padding: 0.75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}

.form-floating > .form-control {
    padding: 25px 10px 5px 15px;
}

    .form-floating > .form-control::-moz-placeholder {
        color: transparent;
    }

    .form-floating > .form-control::placeholder {
        color: transparent;
    }

    .form-floating > .form-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1rem;
        padding-bottom: 0.625rem;
    }

    .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: 0.625rem;
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.75) translateY(-10px) translateX(5px);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.75) translateY(-10px) translateX(5px);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.75) translateY(-10px) translateX(5px);
}
