﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

nav ul li {
    list-style-type: none;
}

/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-light_1-webfont.eot');
    src: url('../webfonts/oswald-light_1-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/oswald-light_1-webfont.woff2') format('woff2'),
        url('../webfonts/oswald-light_1-webfont.woff') format('woff'),
        url('../webfonts/oswald-light_1-webfont.ttf') format('truetype'),
        url('../webfonts/oswald-light_1-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald_regularregular';
    src: url('../webfonts/oswald-regular_1-webfont.eot');
    src: url('../webfonts/oswald-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/oswald-regular_1-webfont.woff2') format('woff2'),
        url('../webfonts/oswald-regular_1-webfont.woff') format('woff'),
        url('../webfonts/oswald-regular_1-webfont.ttf') format('truetype'),
        url('../webfonts/oswald-regular_1-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldmedium';
    src: url('../webfonts/oswald-medium_1-webfont.eot');
    src: url('../webfonts/oswald-medium_1-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/oswald-medium_1-webfont.woff2') format('woff2'),
        url('../webfonts/oswald-medium_1-webfont.woff') format('woff'),
        url('../webfonts/oswald-medium_1-webfont.ttf') format('truetype'),
        url('../webfonts/oswald-medium_1-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-bold_1-webfont.eot');
    src: url('../webfonts/oswald-bold_1-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/oswald-bold_1-webfont.woff2') format('woff2'),
        url('../webfonts/oswald-bold_1-webfont.woff') format('woff'),
        url('../webfonts/oswald-bold_1-webfont.ttf') format('truetype'),
        url('../webfonts/oswald-bold_1-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*===================== 
	base styles 
=======================*/

html {
    font-family: Oswald, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {}









body {
    margin: 0 auto;
    background: #fff;
    font-family: Oswald, sans-serif !important;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

/*===================== 
	link styles 
=======================*/

a:focus {
    outline: thin dotted;
    /*reset*/
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    /*reset*/
    text-decoration: none;
}

a:hover {
    outline: 0;
    /*reset*/
    text-decoration: none;
}





/*===================== 
	header styles 
=======================*/

.header-wrap {
    width: 77%;
    margin: 0 auto;
}

header {
    margin: 0 auto;
    width: 100%;
}

.position-logo {
    float: left;
    margin: 2px auto -35px auto;
}

.logo img {
    max-width: 290px;
    height: auto;
    margin: 15px auto 30px auto;
}


/*=============================  
	header styles for showroom
===============================*/

.header-wrap-show {
    width: 925px;
    margin: 0 auto;
}

header-show {
    margin: 0 auto;
    width: 925px;
}

.position-logo-show {
    float: left;
    margin: 2px auto -35px auto;
}

.logo-show img {
    max-width: 290px;
    height: auto;
    margin: 15px auto 0 auto;
}




/*===================== 
	nav styles 
=======================*/



#nav {
    width: 100%;
    background: #fff;
}

#nav ul {
    margin: 0 auto 4px auto;

}

#nav ul li {
    display: inline-block;
    float: right;
}

nav a {
    position: relative;
    display: inline-block;
    color: #000;
    margin: 0 0 0 15px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 13px 15px 20px 15px;
}

nav a:hover,
nav a:focus {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    background-color: #d02026;
    padding: 13px 15px 20px 15px;
}

/* Effect 15: scale down, reveal */
.cl-effect-15 a {
    color: #000;
    /*	font-weight: 400;
*/
    text-shadow: none;
}

.cl-effect-15 a::before {
    color: #fff;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

/*=============================  
	nav styles for showroom
===============================*/

#nav-show {
    width: 925px;
    background: #fff;
}

#nav-show ul {
    margin: 0 auto 4px auto;
}

#nav-show ul li {
    display: inline-block;
    float: right;
}

#nav-show a {
    position: relative;
    display: inline-block;
    color: #000;
    margin: 0 0 0 15px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding: 3px 5px 20px 5px;
}

#nav-show a:hover,
#nav-show a:focus {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    background-color: #d02026;
    padding: 3px 5px 20px 5px;
}




/*Top Left, Top Right, Bottom Right, Bottom Left */

.top-info {
    float: right;
    margin: 15px auto;
    width: 250px;
    text-align: right;
}

.number {
    font-weight: bold;
    color: #d02026;
    font-size: 19px;
}

.number a {
    font-weight: bold;
    color: #d02026;
    font-size: 19px;
}


.address {
    font-size: 15px;
    color: #807C7C;
}

/*===================== 
	show styles 
=======================*/

.top-info-show {
    float: right;
    margin: 15px auto;
    width: 250px;
    text-align: right;
}

.number-show {
    font-weight: bold;
    color: #d02026;
    font-size: 19px;
}

.address-show {
    font-size: 15px;
    color: #000;
}


/*===================== 
	content styles 
=======================*/

.wrap {
    width: 100%;
    margin: 0 auto;
}

.smallwrapper {
    width: 100%;
    margin: 0 auto;
}


/*===================== 
	stationary caption over slideshow
=======================*/


.contain-caption {
    width: 100%;
    margin: 0 auto;
}




#captionhome {
    /*	-webkit-clip-path: polygon(0 0, 75% 0, 70% 100%, 0 100%);
	-moz-clip-path: polygon(0 0, 75% 0, 70% 100%, 0 100%);
	clip-path: polygon(0 0, 75% 0, 70% 100%, 0 100%);
*/




    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    color: #fff;
    background-color: #ACA9A9;
    font-weight: bold;
    padding: 15px 0 15px 0px;
    font-size: 35px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-style: italic;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a3000a+0,c61e24+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */

    background: #ca1f25;
    background: -moz-linear-gradient(top, #d02026 0%, #000 100%);
    background: -webkit-linear-gradient(top, #d02026 0%, #000 100%);
    background: linear-gradient(to bottom, #d02026 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d02026', endColorstr='#000', GradientType=0);


}

@media screen and (max-width: 1528px) {
    #captionhome {
        padding: 15px 0px 15px 0px;
        font-size: 20px;
        margin: 0 auto;

        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 0, 500px 0, 450px 100%, 0 100%);
        clip-path: polygon(0 0, 500px 0, 450px 100%, 0 100%);
    }
}

@media screen and (max-width: 1366px) {
    #captionhome {
        padding: 15px 0px 15px 0px;
        font-size: 14px;
    }
}

@media screen and (max-width: 798px) {
    #captionhome {
        padding: 15px 0px 15px 0px;
    }
}

@media screen and (max-width: 640px) {
    #captionhome {
        padding: 15px 0px 15px 0px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -moz-clip-path: polygon(0 0, 500px 0, 450px 100%, 0 100%);
        clip-path: polygon(0 0, 500px 0, 450px 100%, 0 100%);
    }
}

@media screen and (max-width: 418px) {
    #captionhome {
        text-align: center;
        padding: 5px 0px 5px px;
    }
}



/*===================== 
	inv iframes 
=======================*/


#inv iframe {
    border-top: #d02026 solid 10px;
    overflow: visible;
    /*	min-height: 4500px;
	max-height:4465px;
*/
    height: 100%;
}

#other iframe {
    border-top: #d02026 solid 10px;
    overflow: visible;
    /*	min-height: 4500px;
	max-height:4465px;
*/
    height: 100%;
}


/*===================== 
	Scrolling Inventory 
=======================*/

.scrolling-wrap {
    overflow: hidden;
    /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 90px;
    border-top: #d02026 solid 10px;
}

.scrolling {
    width: 100%;
    height: 92px;
}


/*===================== 
	layout styles 
=======================*/


slideshow {
    width: 100%;
    margin: 50px auto 20px auto;
}

.about {
    margin: 15px auto 30px auto;
    width: 100%;
}

.position-about {
    width: 67%;
    margin: 0 auto;
    text-alight: left;
}

.title {
    font-size: 25px;
    font-weight: bold;
}

.body-sent {
    font-size: 15px;
    line-height: 32px;
    margin: 0 0 70px 0;
}


.showroom iframe {
    border-top: #d02026 solid 10px;
    border-bottom: #d02026 solid 10px;
}


.location-title {
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 30px 82px;
}


.position-location {
    margin: 50px auto;
    width: 77%;
    padding: 0 0 0 45px;
}


.google-maps iframe {
    margin: 0 auto;
    padding: 0 0 30px 82px;
    max-width: 786px;
    max-height: 500px;
}


.google-maps {
    width: 100%;
    margin: 0 auto;
}

.sidebar {
    float: right;
    padding: 0px 35px 20px 20px;
    border-left: 1px solid #DDD;
    width: 265px;
    margin: 0 auto;
}

p {
    line-height: 20px;
}

.sidebar a {
    color: #d02026;

}

.sidebar a:hover {
    color: #d02026;
    text-decoration: underline;
}

/*#down-arrow{
	background: url(../siteart/Down-Arrow.png) no-repeat;
	width: 50px;
	height: 50px;
	text-align: center;
	margin: 100px auto 0;
	z-index:1000000000000000;
}

#down-arrow:hover{
	background: url(../siteart/Down-Arrow-Hover.png) no-repeat;
	width: 50px;
	height: 50px;
}
*/

/*===================== 
	footer styles 
=======================*/

.clear {
    clear: both;
}

.manus {
    height: auto;
    margin: 30px auto;
    float: right;
}

.manus img {
    display: inline;
}

.jet {
    height: 80px;
    margin: 0 15px 0 0px;
    box-shadow: 5px 5px 5px #000;
}

.express {
    max-height: 80px;
    max-width: 152px;
    width: 100%;
    margin-right: 15px;
    box-shadow: 5px 5px 5px #000;
}

.premium {
    height: 80px;
    margin-right: 11px;
    box-shadow: 5px 5px 5px #000;
}

.center-footer {
    width: 68%;
    margin: 0 auto;
}

footer {
    background-image: url(../siteart/footer-repeat.jpg);
    background-repeat: repeat;
    border-bottom: #d02026 solid 5px;
    min-height: 150px;
    width: 100%;
    margin: 0 auto;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    color: #999999;

}

a.footerlink:hover {
    text-decoration: none;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    color: #B3B3B3;

}

.footertext {
    font-family: Oswald, sans-serif;
    font-size: 12px;
    line-height: 13px;
    color: #999999;
}

.smallfootertext {
    font-family: Oswald, sans-serif;
    font-size: 10px;
    color: #999999;
}

.divfooter {
    text-align: left;
    margin: 0 auto;
    padding: 25px 0 0 0;
    line-height: 15px;
    float: left;
    width: 50%;
}

.show-menu-for-mobile {
    display: none;
}



.thankyou-title {
    font-size: 25px;
    font-weight: bold;
    margin: 30px auto;
    float: right;
    padding: 0 120px 0 0;
    color: #000;
}

.black {
    margin: -20px auto 50px auto;
    min-height: 300px;
    width: 100%;
    /*	background-color:#2B2B2B;
*/
    background-color: #fff;
    border-top: #d02026 solid 10px;

}

/*===================== 
	FORM STYLES 
=======================*/


/*STYLES*/


.contact-title {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 30px 30px;
}


.column3 {
    float: left;
    width: 33%;
    padding: 15px 30px;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

/*FORM*/

#form {
    width: 71%;
    /* Kyle changed */
    margin: 50px auto;
}

#form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
}

#form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 90px;
    border-radius: 5px;
    box-sizing: border-box;
}

#form select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin: 5px 10px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
}

#form input[type="radio"] {
    margin: 5px 10px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}

#form input.button,
#form input.button:focus {
    /*    width:200px; 
*/
    background: #fff;
    border: 2px #d02026 solid;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #d02026;
    font-family: Oswald, sans-serif;
    margin-bottom: 50px;
}

#form input.button:hover {
    background: #d02026;
    color: #fff;
    border: 2px #d02026 solid;
}



/*CAPCHA*/

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 0px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
    font-size: 13px;
    text-decoration: underline;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}


/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
    padding: 5% 0 !important;
    width: 80%;
    margin: 0 auto;
}


.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #757575;
}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button {
    color: #fff !important;
    background: #d02026 !important;
    border-radius: 6px !important;
}

.listings-wrapper .hosted-theme .btn:hover {
    background: #757575 !important;
    color: #fff !important;
}


/************************************************ responsive style breakpoints ************************************/

@media screen and (max-width: 1980px) and (min-width:1300px) {

    #nav ul li {
        font-size: 19px;
    }

    .logo img {
        max-width: 330px;
        height: auto;
        margin: 15px auto 30px auto;
    }

    .google-maps iframe {
        margin: 0 auto;
        padding: 0 0 30px 82px;
        max-width: 786px;
        max-height: 500px;
    }

    .position-location {
        width: 77%;
        padding: 0 0 0px 45px;
    }

    .sidebar {
        float: right;
        padding: 0px 35px 20px 20px;
        border-left: 1px solid #DDD;
        width: 265px;
        margin: 0 auto;
    }


}

@media screen and (max-width: 1620px) and (min-width:1436px) {


    .google-maps iframe {
        padding: 0 0 30px 82px;
        max-width: 630px;
        max-height: 500px;
    }

}

@media screen and (max-width: 1920px) and (min-width:1501px) {}

@media screen and (max-width: 1435px) and (min-width:1228px) {


    .google-maps iframe {
        padding: 0 0 30px 82px;
        max-width: 530px;
        max-height: 500px;
    }

}

@media screen and (max-width: 1366px) and (min-width:220px) {

    .mobilecontainer {
        width: 100%;
        margin: 0 auto;
    }


    footer {
        width: 100%;
        margin: 0 auto;
    }

    /*.center-footer {
    width: 80%;
    margin: 0 auto;
}
*/
    #nav ul li {
        font-size: 15px;
    }

    .logo img {
        max-width: 290px;
        height: auto;
        margin: 15px auto 30px auto;

    }


}

@media screen and (max-width: 1230px) and (min-width:961px) {


    .google-maps iframe {
        padding: 0 0 30px 82px;
        max-width: 500px;
        max-height: 300px;
    }

    .position-location {
        width: 84%;
    }


}

@media screen and (max-width: 1161px) and (min-width:949px) {

    .divfooter {
        padding: 17px 0 0 0;
        line-height: 15px;
        float: left;
        width: 50%;
    }


}

@media screen and (max-width: 1160px) and (min-width:220px) {

    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    .container {
        margin-top: 0px;
    }

    /******************styles for the main site navigation during mobile display*************/
    #nav {
        display: none;
    }

    .logo {
        max-width: 100%;
        height: auto;
        display: inline-block;
        float: none;
        padding: 0px;
    }

    #navicon {
        float: left;
        font-size: 32px;
        text-decoration: none;
        position: relative;
        display: inline-block;
        z-index: 99999999999999999;
        margin: -100px auto;
        color: #fff;
        background-color: #d02026;
        /* width: 6%; */
        height: 31px;
        padding: 0px 14px 21px 14px;
        -webkit-border-radius: 10px 10px;
        -moz-border-radius: 10px 10px;
        border-radius: 10px 10px;
        line-height: 52px;
    }

    nav a:hover,
    nav a:focus {
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
        color: #fff;
        background-color: #d02026;
    }

    nav a {
        position: relative;
        display: inline-block;
        color: #000;
        margin: 0 0 0 15px;
        -webkit-border-radius: 0px 0px 0 0;
        -moz-border-radius: 0px 0px 0 0;
        border-radius: 0px 0px 0 0;
    }

    .position-logo {
        float: left;
        margin: 2px auto 0 auto;
        padding-left: 117px;
    }

    .header-wrap {
        width: 96%;
        margin: 0 auto;
    }

    .position-logo {
        float: right;
        margin: 2px auto 0 auto;
        width: 40%;
    }

    .logo img {
        max-width: 290px;
        height: auto;
        margin: 15px auto 30px auto;

    }

    .top-info {
        float: right;
        margin: 20px auto;
        width: 250px;
        text-align: right;
    }

    .number {
        font-size: 17px;
    }

    .address {
        font-size: 13px;
    }
}

@media screen and (max-width: 1075px) {


    .divfooter {
        padding: 55px 0;
        line-height: 15px;
        float: left;
        width: 100%;
    }

    .smallfootertext {
        color: #454545;
    }

    a.footerlink:link,
    a.footerlink:visited,
    a.footerlink:active {
        color: #454545;
    }

    .footertext {
        font-size: 12px;
        color: #454545;
    }

    a.footerlink:hover {
        color: #7C7C7C;
    }

    .manus {
        float: left;
    }


}

@media screen and (max-width: 1023px) and (min-width:220px) {

    .smallfootertext {
        font-size: 10px;
    }

    .footertext {
        font-size: 11px;
        line-height: 11px;
    }



}

@media screen and (max-width:1111px) {


    .google-maps iframe {
        padding: 0 0 30px 82px;
        max-width: 400px;
        max-height: 300px;
    }


}

@media screen and (max-width: 977px) and (min-width:501px) {


    #inv iframe {
        border-top: #d02026 solid 10px;
        overflow: visible;
        min-height: 900px;
        height: 100%;
    }

}

@media screen and (max-width: 977px) and (min-width:220px) {


    .location-title {
        padding: 0 0 30px 25px;
    }

    .sidebar {
        float: left;
        padding: 0px 0 20px 20px;
        border-left: 1px solid #ddd;
        width: 209px;
        margin: 0 auto 30px 25px;
    }

    .google-maps iframe {
        padding: 0 0 30px 25px;
        max-width: 290px;
        max-height: 300px;
    }




}


@media screen and (max-width:948px) {


    .column3 {
        float: left;
        width: 80%;
        padding: 15px 30px;
        box-sizing: border-box;
    }


}

@media screen and (max-width: 861px) {


    .center-footer {
        width: 92%;
        margin: 0 auto;
        padding-left: 2%;
    }




}

@media screen and (max-width: 699px) {

    .position-logo {
        float: right;
        margin: 2px auto 0 auto;
        width: 69%;
        padding-right: 3%;
    }

    .logo img {
        max-width: 250px;
        height: auto;
        margin: 15px auto 17px auto;
    }

    .address {
        display: none;
    }

    .number {
        font-size: 17px;
        float: right;
        width: 188px;
        position: absolute;
        margin: 23px auto;
        color: #fff;
        z-index: 100;
    }

    .inventory .number {
        /* top: 23px; */
    }

    .inventory .number a {
        padding-right: 10px;
    }

    .number a {
        color: #fff;
    }

    .number a:hover {
        color: #fff;
    }


    .top-info {
        width: 200px;
        margin: 0 auto;
    }

    #navicon {
        width: 96%;
        z-index: 99;
        margin: -170px auto;
    }

    .logo img {
        max-width: 268px;
        height: auto;
        margin: 75px auto 17px auto;
    }

}

@media screen and (max-width: 630px) {


    .position-logo {
        width: 75%;
    }

    .jet {
        max-height: 60px;
        padding: 0 0 0 0px;
        margin: 0 2% 0 0px;

    }

    .premium {
        max-height: 60px;
        padding-right: 0;
    }

}

@media screen and (max-width: 570px) {

    .column3 {
        float: left;
        width: 100%;
        padding: 15px 30px;
        box-sizing: border-box;
    }


    .position-location {
        width: 82%;
        padding: 0 0 0px 45px;
    }

    #navicon {
        width: 95%;
    }



}

@media screen and (max-width: 500px) and (min-width:220px) {


    #inv iframe {
        border-top: #d02026 solid 10px;
        overflow: visible;
        min-height: 9600px;
        height: 100%;
    }

    #other iframe {
        border-top: #d02026 solid 10px;
        overflow: visible;
        min-height: 1400px;
        height: 100%;
    }



}

@media screen and (max-width: 480px) {


    #navicon {
        width: 93%;
    }

}

@media screen and (max-width: 415px) and (min-width:220px) {


    .position-location {
        width: 89%;
        padding: 0 0 0 0;
    }

    .jet {
        max-height: 60px;
        padding: 0 0 0 0px;
        margin: 0 2% 0 0px;

    }

    .premium {
        max-height: 60px;
        padding-right: 0;
    }


}

@media screen and (max-width: 405px) and (min-width:220px) {

    .logo img {
        height: auto;
        width: 100%;
        margin: 25px auto 17px auto;
    }

    .position-logo {
        float: right;
        margin: 70px auto 0 auto;
        width: 85%;
        padding-right: 3%;
    }

    .jet {
        max-height: 50px;
        padding: 0 0 0 0px;
        margin: 0 2% 0 0px;

    }

    .premium {
        max-height: 50px;
        padding-right: 0;
    }


    #navicon {
        width: 89%;
        margin: -165px auto;
    }

    .number {

        padding-top: 22px;
    }



}
