/*
button hover color: #de3137
*/
body {
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden !important;
    margin: 0;
}


* {
    box-sizing: border-box!important;
}



.btn-primary {
    color: #fff !important;
    background-color: #000;
    border: 0;
    padding: 10px 38px !important;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s;
    padding: 10px 25px;
    font-size: 12px;
    margin-bottom: 25px;
}

.btn-primary:hover {
    background-color: #de3137;
    text-decoration: none;
    color: #fff !important;
}

p {
    font-size: 22px;
    font-weight: 400;
}

h2 {
    font-size: 48px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 1px 7px #919191;
}

h3 {
    font-size: 22px;
    font-weight: 700;
}

.header {
    background: url(../img/header-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.75);
    position: relative;
    z-index: 1;
    height: 148px;
	background-color:#000;
}

.header .container {
    max-width: 1300px !important;
    position: relative;
	padding: 0;
}

.header .menu-row {
    position: absolute;
	right: 0;
}

.header .logo {
    position: absolute;
    left: 70px;
    top: 0;
}

.header .btn-primary {
    float: right;
    margin-right: 35px;
}

.header .nav-link {
    color: #fff !important;
    font-size: 20px;
    padding: 1.5rem .8rem !important;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 200ms linear;
    border-bottom: 4px solid transparent;
    margin: 0 30px;
}

.header .nav-link:hover {
    border-bottom: 4px solid #fff;
}

.header .nav-link:hover {
}

.header .active {
    border-bottom: 4px solid #fff;
}

.header .contact-box {
    padding: 25px 10px 15px 0;
	margin: 0;
}

/* .header .contact-box p:nth-child(1) {
    margin: 0 50px 0 90px;
} */
.header p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin: 0 15px;
    font-size: 13px;
}

.header p a {
    color: #fff;
    text-decoration: none;
    transition: all 200ms linear;
}

.header p a:hover {
    color: #de3137;
}

.header .fa {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
    background: #d32a27;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
}

.header ul li:hover .dropdown-menu {
    display: block !important;
}

.header .dropdown-menu {
    position: absolute;
    top: 97%;
    left: 30px;
    z-index: 5;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #000;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0 0 .25rem .25rem;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
    z-index: 1;
}

.header .dropdown-item {
    color: #fff;
    padding: .4rem 1.5rem;
    font-size: 14px;
    border-top: 0px solid #000;
    text-transform: uppercase;
}

.header .dropdown-item:hover {
    background-color: #504f5a;
}

.header .dropdown {
    cursor: pointer;
}

.navbar-toggler {
    padding: 0;
    border: 0 solid transparent;
}

.navbar-toggler:focus {
    outline: 0;
}

.about-row {
    background: url(../img/about-bg.jpg);
    padding-top: 70px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-top: 25px;
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background: #0a0808;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.divfooter {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.inventory-row {
}

.inventory-row img {
    width: 100%;
}

.inventory-row h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #231f20;
    padding: 20px 0;
    transition: all .3s;
    margin: 0;
}

.inventory-row a {
    text-decoration: none;
}

.inventory-row a:hover h3 {
    background: #de3137;
}

.welcome-row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.welcome-row h2 {
    line-height: 55px;
    margin-bottom: 30px;
}

.welcome-row p {
    font-size: 28px;
    font-weight: 400;
    line-height: 37px;
}

.welcome-row .address-box {
    margin-top: 50px;
}

.welcome-row .address-box h3 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}

.welcome-row .address-box p {
    font-size: 28px;
    color: #000;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
}

.welcome-row .uta {
    position: absolute;
    right: 40px;
}

.welcome-row .weather-box {
    padding-top: 200px;

}

.welcome-row .weather-box .weatherwidget-io {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.welcome-row iframe {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.welcome-row .weather-box #weatherWidget {

    background-color: #ffffff !important;

}

.welcome-row .mob-show {
    display: none;
}

.footer-contact-row {
    background-color: #201c1c;
}

.footer-contact-row h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 25px;
}

.footer-contact-row h3 span {
    font-size: 15px;
    font-weight: 400 !important;
    text-transform: none;
}

.footer-contact-row h3 a {
    color: #fff;
    transition: all 200ms linear;
}

.footer-contact-row h3 a:hover {
    color: #de3137;
    text-decoration: none;
}

.footer-contact-row i {
    margin-right: 5px;
}

.grey-bg {
    background: url(../img/grey-bg.png);
}

.about-contact-row h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 25px;
    color: #000;
}

.about-contact-row h3 span {
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: none;
}

.about-contact-row h3 a {
    color: #000;
}

.team-row {
    max-width: 1200px !important;
}

.team-row .container {
    border: 6px solid #fff;
    padding: 60px;
    max-width: 100% !important;
}

.team-row h4 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    text-align: left;
    line-height: 35px;
}

.team-row h4 span {
    color: #de3137;
    font-size: 17px;
    text-transform: uppercase;
}

.team-row p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.contact-row h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 28px;
    color: #000;
}

.contact-row h3 span {
    font-size: 20px;
    font-weight: 600 !important;
    text-transform: none;
}

.contact-row h3 a {
    color: #000;
    transition: all 200ms linear;
}

.contact-row h3 a:hover {
    color: #de3137;
    text-decoration: none;
}

#formpage input [type=submit] {
    background-color: #de3137;
}

.hosted-content .no-margin {
    font-size: 14px !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    font-size: 26px !important;
    text-shadow: none !important;
}


@media (max-width: 1199px) {
	
	.navbar-collapse {position: absolute!important; width: 100%!important; top: 82px!important;}

    .header .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        transform: skew(0, 0deg) !important;
    }

    .header .menu-row {
        width: 100%;	
		margin: 0;
    }

    .navbar-toggler {
        margin-right: 13px;
    }

    .header {
        padding-bottom: 39px;
    }

    .header .dropdown-item {
        font-size: 13px;
    }

    .navbar-nav {
        /*margin-top: 52px;*/
        background: #000;
    }

    .header .logo {
        left: 30px;
    }

    .header p {
        margin: 0 5px;
        font-size: 12px;
    }

    .header .btn-primary {
        margin-right: 10px;
    }

    .header .nav-item {
        transform: skew(0deg, 0deg) !important;
    }

    .header .nav-link {
        color: #fff !important;
        font-size: 14px;
        padding: .5rem 1.2rem !important;
        transform: skew(0deg, 0deg);
        border-bottom: 1px solid #504f5a;
		margin: 0;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url(../img/toggler-icon.png);
        width: 29px;
        height: 20px;
    }
}

@media (max-width: 1081px) {
    .header {
        background-position: -350px top;
    }

    .navbar-nav {
        margin-top: 9px;
    }

    .header p span {
        display: none;
    }

    .header .contact-box {
        padding: 94px 0 10px 0px;
    }

    .navbar-dark .navbar-toggler {
        position: absolute;
        top: -115px;
        padding: 0;
        right: 10px;
    }
	
	.navbar-collapse {top: 9px!important;}
}

@media (max-width: 1023px) {
    .inventory-row h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .welcome-row .container {
        max-width: 95%;
    }

    .welcome-row .weather-box {
        padding-top: 0;
    }

    .welcome-row .mob-show {
        display: block;
    }

    .welcome-row .mob-hide {
        display: none;
    }
}

@media (max-width: 600px) {
    .header {
        background-position: -446px top;
    }

    .header {
        height: 100px;
    }

    .header .contact-box {
        padding: 57px 0 10px 0px;
    }

    .navbar-dark .navbar-toggler {
        top: -80px;
    }

    .navbar-nav {
        margin-top: -3px;
    }

    .header .logo {
        left: 30px;
        width: 91px;
    }

    .navbar-toggler {
        margin-right: 0;
    }

    .welcome-row h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .welcome-row {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .welcome-row .uta {
        right: 14px;
        width: 100px;
    }

    .welcome-row p {
        font-size: 18px;
        line-height: 25px;
    }

    .welcome-row .address-box p {
        font-size: 18px;
        line-height: 23px;
    }

    .welcome-row .address-box h3 {
        font-size: 18px;
        margin-right: 10px;
    }

    .welcome-row iframe {
        margin-bottom: 20px;
    }

    .welcome-row .address-box {
        margin-top: 32px;
    }

    .footer-contact-row h3 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .footer-contact-row h3 span {
        font-size: 12px;
    }

    h2 {
        font-size: 30px;
    }

    p {
        font-size: 15px;
        text-align: left;
    }

    h3 {
        font-size: 18px;
    }

    .about-contact-row h3 {
        font-size: 15px;
        margin: 0 0 15px 0;
        line-height: 22px;
    }

    .team-row .container {
        padding: 15px;
    }

    .team-row h4 {
        font-size: 30px;
        line-height: 24px;
        margin: 20px 0;
    }

    .team-row h4 span {
        font-size: 12px;
    }

    .contact-row h3 {
        font-size: 22px;
        margin: 0 0 25px 0;

    }
}