﻿body {
    padding-top: 0;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

   .shopping-cart {
            display: inline-block;
            background-image: url(../assets/img/Images/cart.png);
            width: 40px;
            height: 30px;
            background-size: 40px 30px;
    }

  .nav > li {
    vertical-align: middle;
    border-right: 2px solid white;
  }

  
.site-label{
    color: #333333;
    font-size: 18px;
    /*height: 24px;
    margin: 0 0 0 3px;*/
    padding: 5px 2px 0 10px;
    border: 1px solid grey;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
}

footer{ padding: 4px; color: white;}

.background {
    background-image: url("../img/Images/Mustang_big.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height:600px;
    }

    
.floating-textbox {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin-top: 150px;
    padding: 30px;
    height:auto;
}

.nav-stacked a {
    padding: 10px 15px !important;
}

/*h2, .h2 {
            margin-top: 0px !important;
            font-size: 16px !important;
            font-weight:bold;
        }*/
.soc-icons {
    float: right;
    /*width:10px;
            height:10px;*/
}

ul#top-header-menu {
    margin-right: 1px;
}

    ul#top-header-menu li {
        list-style-type: none;
        display: inline;
        padding-left: 1px;
        padding-right: 1px;
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        float: right;
    }
/*FOR VALIDATION MESSAGE.*/
.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
