* {
    box-sizing: border-box;
}
body {
    text-align: center;
    background-color: #000;
    font-family: sans-serif;
}
img {
    width: 100%;
}
button,
.intromode a {
    background: #c90000;
    border: 2px solid #c90000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight:900;
    padding: 8px 20px;
    box-shadow:0px 0px 50px 1px rgba(0,0,0,0.1);
}
.mobiO {
    display:none !important;
}
.deskO {
    display:block;
}
.navbar {
    background:#000;
    background-image: url(../img/bghead.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
    justify-content:center;
    border-bottom: 2px solid #c90000;
}
a.nav-link {
    color:#FFF;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 20px;
}
li.nav-item:nth-of-type(1) a.nav-link,
li.nav-item:nth-of-type(2) a.nav-link,
li.nav-item:nth-of-type(3) a.nav-link,
li.nav-item:nth-of-type(5) a.nav-link,
li.nav-item:nth-of-type(6) a.nav-link,
li.nav-item:nth-of-type(7) a.nav-link {
    padding: 10px 20px 0px;
}
.footer {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px;
}
.treatm {
    background-image: url(../img/bg3d.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 0px 5px 10px;
    cursor: pointer;
    padding: 60px 10px 70px;
    border:2px solid #c90000;
}
.treatm.t2 {
    background-image: url(../img/bgintr.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.treatm.t3 {
    background-image: url(../img/bgext.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.treatm:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background:#000;
    z-index: 0;
    opacity: 0.8;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.treatm div {
    position: relative;
    z-index: 10;
    font-weight: 900;
    text-shadow: 0px 0px 10px #000;
    color: #FFF;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-align: center;
}
.treatm h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.treatm h1 span {
    font-size: 40px;
    font-weight: 900;
    display: block;
    margin: 0px auto;
}
.treatm button {
    margin: 10px auto 0px;
}
.footer {
    background:#000;
    text-align: left;
    padding: 80px 20px 100px;
}
.footer img {
    width:100%;
    display: block;
    margin:0px auto 10px;
}
.footer a {
    margin: 0px auto 0px;
    color: #FFF;
    padding: 0px 0px;
    display: inline-block;
    width: 32%;
    vertical-align: top;
    min-width: 110px;
    max-width: 200px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0px;
}
.intromode {
    position:relative;
    background-image: url(../img/bgintro3.jpg);
    background-size:contain;
    background-position:top;
    background-repeat: no-repeat;
    margin: 0px auto;
    padding: 120px 0px 100px;
}
.footer h1 {
    color:#c90000;
    border-bottom:4px solid #c90000;
    font-size: 10px;
    padding: 0px 0px 1px;
    margin:-10px 0px 4px;
}
.footer .container {
    max-width:900px;
}
.footer a.bigs {
    font-size: 15px;
}
.footer .col-sm-3 {
    padding-top: 30px;
}
.treatm:hover:after {
    background: #000;
    opacity: 0.5;
}
.treatm:hover div {
    text-shadow: 0px 0px 10px #000;
    color: #FFF;
}
.stuff {
    color: #FFF;
    padding:10px 20px 120px;
}
.stuff .col-sm {
    text-align: right;
}
.stuff .col-sm:nth-of-type(2) {
    text-align:left;
}
.stuff h1 {
    font-weight: 900;
    border-bottom: 2px solid #c90000;
    width: 100%;
    min-width: 100px;
    max-width: 1140px;
    margin: 0px auto 10px;
}
.stuff h1 span {
    font-size: 60px;
    display: block;
    color: #c90000;
}
.stuff p  {
    font-size: 25px;
    width: 60%;
    text-align: right;
    float: right;
}
.stuff button,
.bigkid button {
    font-size: 20px;
}
img.footlogo {
    max-width: 410px;
}
img.logos {
    max-width: 190px;
}
.stuff ul  {
    margin: 6px auto 30px;
}
.stuff li {
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    list-style: none;
    font-weight:900;
    font-size: 17px;
    position: relative;
    padding:0px 0px 14px 30px;
    text-transform: uppercase;
}
.stuff li:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 8px;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
    height: 13px;
    z-index: 1;
    transform: rotate(38deg);
}
.stuff li:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #c90000;
    color: #fff;
    z-index: 0;
}
.bigkid {
    background-color: #000;
    background-image: url(../img/bgtires.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 900;
    padding:120px 0px 200px;
}
.bigkid h1 {
    font-size: 30px;
    line-height: 35px;
}
.bigkid h1 span {
    font-size:50px;
    font-weight: 900;
    line-height:45px;
    display: block;
    margin: 0px auto;
}
.bigrv {
    background-image: url(../img/bgfoot.png);
    background-size: 760px;
    background-position: top left;
    background-repeat: repeat-x;
    color: #fff;
    font-weight: 900;
    padding: 0px;
    margin: -200px auto 0px;
}
.rv {
    max-width: 820px;
    margin: 100px auto -70px;
}
.stuff p.spec {
    font-size: 20px;
    width: 100%;
    text-align: left;
    float: none;
    clear: both;
}
.rvtop {
    max-width: 1862px;
    margin:-30px auto 56px;
}
.intromode .container {
    margin: -50px auto 0px;
}
.tour3d iframe {
    width: 100%;
    height: 80vh;
    min-height: 300px;
    max-height: 670px;
}
.thumb {
    margin: 0px auto 20px;
    height: 200px;
}
.thumb .img-thumbnail {
    height: 100%;
    object-fit: cover;
}
.gallery001 {
    padding-top:20px;
}
.gallery001 h1 {
    color: #FFF;
    font-weight: 900;
}
.bigrv.navmode {
    background-image: url(../img/bgfoot.png);
    background-size: 760px;
    background-position: top left;
    background-repeat: repeat-x;
    color: #fff;
    font-weight: 900;
    padding: 30px 0px 0px;
    margin: -20px auto 0px;
}
.bigrv.navmode .rv {
    max-width: 380px;
    margin: -10px auto 10px;
}
.bigrv.navmode .container {
    max-width: 800px;
}
.bigrv.navmode .treatm {
    padding:10px 0px 12px;
    border: 2px solid #c90000;
}
.bigrv.navmode .treatm h1 span {
    font-size: 30px;
}
.bigrv.navmode .treatm button {
    display: none;
}
.bigrv.navmode .treatm h1 {
    color: #c90000;
}
.bigrv.navmode .treatm h1 span {
    color: #c90000;
}
.bigrv.navmode .treatm:hover:after {
    opacity: 0.2;
}
.bigrv.navmode .treatm:hover {
    padding:10px 0px 12px;
    border: 2px solid #FFF;
}
.bigrv.navmode .treatm:hover h1 {
    color: #FFF;
}
.bigrv.navmode .treatm:hover h1 span {
    color: #FFF;
}
.bigrv.navmode .treatm.onit:after {
    opacity: 0.2;
}
.bigrv.navmode .treatm.onit {
    padding:10px 0px 12px;
    border: 2px solid #FFF;
}
.bigrv.navmode .treatm.onit h1 {
    color: #FFF;
}
.bigrv.navmode .treatm.onit h1 span {
    color: #FFF;
}
#show-previous-image,
#show-previous-image:active,
#show-previous-image:hover,
#show-previous-image:focus {
    position: absolute;
    left: 2px;
    top: 40%;
    background: transparent;
    border: transparent;
    color: #FFF;
    font-size: 60px;
    text-shadow: 0px 0px 13px #000;
    box-shadow: none;
} 
#show-next-image,
#show-next-image:active,
#show-next-image:hover,
#show-next-image:focus {
    position: absolute;
    right: 2px;
    top: 40%;
    background: transparent;
    border: transparent;
    color: #FFF;
    font-size: 60px;
    text-shadow: 0px 0px 13px #000;
    box-shadow: none;
}
#image-gallery-link {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    text-shadow: 0px 0px 10px #000;
}
button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFF;
    text-shadow: 0px 0px 13px #000;
    opacity: 1;
}
.modal-body {
    background: #000;
}
.modal.fade.show {
    background: rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 1000px 200px #000;
}
.linksme a {
    color: #FFF;
}
p.spec {
    font-size: 16px !important;
}
strong {
    font-weight: 900;
    font-size: 20px !important;
    display: block;
}
p.spec strong  {
    color: #c90000;
    border-bottom: 2px solid #c90000;
    margin: 0px auto 3px;
}
.gonow {
    margin:0px auto;
    display: block;
}
.extra span {
    display: block;
    color: #c90000;
    font-size: 35px;
    line-height: 43px;
    font-weight: 900;
}
p.extra  {
    margin: 2px auto 0px;
}
a.pints {
    width: 90% !important;
    margin: 10px auto 8px; 
}
.sale1 {
    position: absolute;
    top: -70px;
    width: 19%;
    max-width: 400px;
    left: 20px;
    z-index: 10;
}
.sale2 {
    position: absolute;
    top:0px;
    width: 19%;
    max-width: 400px;
    right: 0px;
    z-index: 10;
}
.magicbanner {
    background: #000;
    width: 100%;
    height: 70px;
    object-fit: contain;
}
@media (min-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width : 768px) {
    a.nav-link {
        padding: 0px 10px;
    }
}
@media (min-width: 200px) and (max-width: 767px) {
    .mobiO {
        display:block !important;
    }
    .deskO {
        display: none !important;
    }
    a.nav-link,
    a.dropdown-item,
    li.nav-item:nth-of-type(1) a.nav-link, li.nav-item:nth-of-type(2) a.nav-link, li.nav-item:nth-of-type(3) a.nav-link, li.nav-item:nth-of-type(5) a.nav-link, li.nav-item:nth-of-type(6) a.nav-link, li.nav-item:nth-of-type(7) a.nav-link {
        font-size:8px;
        padding: 0px 6px;
    } 
    .nav-tabs a.nav-link {
        padding: 7px 22px;
        font-size: 14px;
    }
    .intromode {
        padding: 20px 0px 100px;
    }
    .rvtop {
        width: 80%;
        margin: 10px auto 0px;
    }
    .stuff p {
        font-size:16px;
        width: 100%;
        text-align: left;
        float: none;
    }
    .footer img {
        width: 60%;
        margin: 0px auto 0px;
    }
    .footer .col-sm-3 {
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .intromode .container {
        margin: 0px auto 0px;
    }
    .stuff h1 span {
        font-size: 40px;
    }
    p.extra {
        text-align: center !important;
    }
}
@media screen and (device-aspect-ratio: 40/71) {
}