﻿/*  Copyright © 2021, Yasgar Technology Group, Inc.
    Any unauthorized review, use, disclosure or distribution is prohibited.

    Purpose: Site specific CSS class definitions

*/

html, body {
    font-family: "Poppins";
    font-weight: 300;
}

.YTGI-Standard-Background {
    background: #101c4e !important;
}

.YTGI-White-Text {
    color: #ffffff !important;
}

/* BEGIN Accordian Style */

.YTGI-Accordian-Table-Header {
    background-color: #c94645 !important;
    margin-bottom: 0 !important;
    color: #101c4e !important;
    border-color: #101c4e !important;
}

.YTGI-Accordian-Table-Detail {
    font-size: 14px !important;
}
/* END Accordian Style */

/* BEGIN Border Styles */
.YTGI-Border-Dotted-1 {
    border: 1px dotted #101c4e !important;
}

.YTGI-Border-Solid-1 {
    border: 1px solid #101c4e !important;
}

/* END Border Styles */

.YTGI-Cursor-Pointer {
    cursor: pointer !important;
}


/* BEGIN Responsive Headers */

/* Small width    */
@media (min-width: 100px) and (max-width: 576px) {
    .YTGI-Header-Text {
        font-size: 33px;
        font-weight: bold;
        line-height: 41px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-SubHeader-Text {
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-Page-Title {
        padding: 25px 10px 25px 10px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
}

/* Medium width    */
@media (min-width: 577px) and (max-width: 768px) {
    .YTGI-Header-Text {
        font-size: 43px;
        font-weight: bold;
        line-height: 51px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-SubHeader-Text {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-Page-Title {
        padding: 30px 10px 30px 10px;
        border-radius: 20px;
        margin-bottom: 10px;
    }
}

/* Large width    */
@media (min-width: 769px) and (max-width: 1199px) {
    .YTGI-Header-Text {
        font-size: 53px;
        font-weight: bold;
        line-height: 61px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-SubHeader-Text {
        font-size: 22px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-Page-Title {
        padding: 40px 20px 40px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}

/* X-Large width    */
@media (min-width: 1200px) {
    .YTGI-Header-Text {
        font-size: 53px;
        font-weight: bold;
        line-height: 61px;
        text-align: left;
        margin-bottom: 0px;
    }


    .YTGI-SubHeader-Text {
        font-size: 22px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 0px;
    }

    .YTGI-Page-Title {
        padding: 40px 20px 40px 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
}


/* END Responsive Headers */


.YTGI-FrontPage-DropShadow {
    filter: drop-shadow(20px 20px 0 Blue);
    box-shadow: 10px 10px blue !important;
}

.w-85 {
    width: 85% !important;
}


/* START New CSS for Mobile Search */
.container {
    max-width: 767px;
}

.navbar .container {
    max-width: 767px;
}

.homepage-section1-bgr {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-image: url('../img/bgr.jpg');
}

.navbar {
    position: relative;
}

.navbar-nav .dropdown-menu {
    border: none !important;
}

.navbar .navbar-toggler {
    position: absolute;
    top: 15px;
    right: 10px;
}

.rvHeading {
    font-size: 48pt;
    font-weight: normal;
    color: #000;
}

    .rvHeading span {
        font-weight: bold;
        color: #007bbe;
    }

.rvItem {
    position: relative;
    font-size: 12pt;
}

    .rvItem:hover {
        cursor: pointer !important;
    }

.itemSelected {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/check.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.rvItem .rvImg {
    width: 100px;
}

.barNoti {
    background-color: #24308b;
    cursor: pointer;
}

    .barNoti:hover {
        background-color: #1c2966;
    }

.barNoti2 {
    background-color: #4773f2;
    cursor: pointer;
    color: #ffe35f;
}

.searchBoard {
    /* background-color: rgba(38,71,102,0.1) !important; */
    background: none !important;
    border: none !important;
    color: #6f75aa;
}

    .searchBoard h1 {
        color: #76BCDA;
        font-size: 18pt;
    }

        .searchBoard h1 span {
            color: #fff;
        }

/* .searchBoard .searchSection {
    background-color: rgba(38,71,102,0.5) !important;
    color: #fff;
    margin-bottom: 5px;
} */

.filterYourSearch {
    color: #4773f2;
}

.searchBoard .searchSection {
    border: solid 3px #24308b;
    color: #333;
    margin-bottom: 5px;
    background: rgb(236,247,255);
    background: linear-gradient(180deg, rgba(236,247,255,1) 0%, rgba(255,255,255,1) 50%);
}

    .searchBoard .searchSection .searchSectionHeading {
        font-size: 12pt;
        font-weight: bold;
        color: #4773f2;
        margin: 0px;
        background-image: url('../img/bars.png'), url('../img/bars.png');
        background-size: 27%;
        background-position: -30px 5px, 305px 5px;
        background-repeat: no-repeat;
    }

    .searchBoard .searchSection .searchSectionHeadingNote {
        font-size: 7pt;
    }

    .searchBoard .searchSection .searchSectionBody {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .searchBoard .searchSection .searchSectionFooter {
        background-color: #24308b;
        padding: 3px;
        color: #fff;
        font-size: 9pt;
    }

        .searchBoard .searchSection .searchSectionFooter span {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
        }

.searchBoard h4 {
    color: #fff;
    font-weight: normal;
    font-size: 18pt;
}

    .searchBoard h4 span {
        color: #9cdcff;
        font-size: 12pt;
    }

.searchBoard .fieldBox label {
    color: #24308b;
    font-size: 10pt;
    font-weight: 400;
    height: 20px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 480px) {

    .searchBoard h4 {
        font-size: 14pt;
    }

        .searchBoard h4 span {
            font-size: 10pt;
        }

    .rvItem {
        font-size: 9pt;
    }

        .rvItem .rvImg {
            width: 65px;
        }

    .homepage-section1-bgr .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        overflow: hidden;
    }
}

.btn-traditional {
    background-color: #3673F7;
    border: solid 2px #fff;
    border-radius: 10px;
    font-size: 12pt;
    line-height: 12pt;
    color: #bcf0ff;
}

    .btn-traditional:focus {
        color: #fff;
        background-color: #2251b7;
    }

.btn-premium {
    background-color: #FDDA02;
    border: solid 2px #fff;
    border-radius: 10px;
    font-size: 10pt;
    padding: 0px;
    overflow: hidden;
}

    .btn-premium:focus {
        background-color: #dec000;
        color: #fff;
    }

        .btn-premium:focus h4 {
            color: #fff;
        }

    .btn-premium h4 {
        color: #000;
        font-size: 18pt;
        font-weight: 800;
        margin: 0;
        padding-top: 1px;
    }

    .btn-premium h6 {
        font-size: 9pt;
        font-style: italic;
        background-color: red;
        margin: 0px;
        padding: 2px;
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
    }

.rvFeature {
    background-color: #77BADC;
    border: solid 4px #5F9AC4;
}

.rvFeatureImg {
    background-color: #314A61;
    height: 90px;
    width: 30%;
    text-align: center;
}

/* FOOTER */
.footer {
    background-color: #6B8099;
    color: #fff;
}

    .footer .copyright {
        font-size: 8pt;
    }

    .footer a {
        text-decoration: none;
        color: #fff;
    }

/* Carousel */
.carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
    transform: translateX(25%);
}

.carousel-inner .carousel-item-start.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.carousel-inner .card {
    border: none;
}

    .carousel-inner .card .card-img {
        width: 100%;
        height: 80px;
        padding: 5px;
    }

.navbar-toggler, .navbar-toggler:active {
    outline: none !important;
    border: none
}

.bg-rv {
    background-image: url('../img/RVIconStripFade.jpg'), url('../img/RVIconStripFade.jpg');
    background-size: 90%;
    background-position: -60vw 40px, 70vw 40px;
    background-repeat: no-repeat;
}

.searchSection {
    background-color: #eee;
    border-bottom: solid 1px #ccc;
}

    .searchSection:hover {
        cursor: pointer;
    }

.searchNow {
    width: 100%;
    background-color: #eee;
}

/*#selectedlist {
    max-height: 80px;
    overflow: scroll;
}
*/

.list-group-flush label, .list-group label {
    border: none !important;
}

    .list-group-flush label .list-group-item {
        border-left: none;
        border-right: none;
        border-top: none;
    }

.selectedItem {
    font-weight: 300;
    font-size: 8pt;
    background-color: #eee;
    color: #333;
}

    .selectedItem:hover {
        background-color: #ddd;
    }

.selectedActive {
    background-color: #5F9AC4;
}

.selectedItem a {
    text-decoration: none !important;
    font-weight: bold;
    color: #000;
}


/* FORM */
.inputSelect {
    width: 100%;
}

.inputSelect, .form-control {
    border: solid 1px #24308b;
    height: 35px;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
}

.searchBtnBox {
    background-color: #24308b;
    padding: 5px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

input {
    position: relative;
    vertical-align: middle;
}

label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* SPECIAL CONFIG */
@media only screen and (max-width: 280px) {
    html, body {
        font-size: 10pt;
    }

    .searchBoard {
        margin-left: 10px;
        margin-right: 10px;
    }

        .searchBoard h1 {
            font-size: 14pt;
        }

        .searchBoard h3 {
            font-size: 14pt;
        }

    .row > * {
        padding-left: 0px;
        padding-right: 0px;
    }

    .rvItemBox {
        width: 60px;
        height: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .rvItem {
        font-size: 6pt;
    }

    .inputSelect {
        font-size: 7pt;
    }

    .searchBoard .fieldBox label {
        font-size: 7pt;
        line-height: 10px;
        height: 5px;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 0.2rem;
    }

    .btn-premium h4 {
        font-size: 10pt !important;
    }

    .btn-premium h6 {
        font-size: 8pt !important;
    }

    .btn-traditional {
        font-size: 10pt;
    }

    .rvFeatureImg {
        width: 100px !important;
    }

    .rvFeatureText {
        width: 180px !important;
    }

    .bg-rv {
        background-size: 300px;
        background-position: bottom 0px left calc(100vw / 2 - 300px - 80px), bottom 0px right calc(100vw / 2 - 300px - 80px);
        background-repeat: no-repeat;
    }

    .searchBoard .searchSection .searchSectionHeading {
        font-size: 1em;
        font-weight: bold;
        color: #4773f2;
        margin: 0px;
        background-image: url('../img/bars.png'), url('../img/bars.png');
        background-size: 27%;
        background-position: top 5px left calc(50% - 27% - 80px), top 5px right calc(50% - 27% - 80px);
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 281px) and (max-width: 360px) {
    .searchBoard {
        width: 100%;
        font-size: 11pt;
    }

        .searchBoard .fieldBox label {
            font-size: 9pt;
        }

    .rvItemBox {
        width: 70px;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .barNoti, .barNoti2 {
        font-size: 11pt;
    }

    .rvItem {
        font-size: 7pt;
    }

    .searchBoard .searchSection .searchSectionHeading {
        font-size: 12pt;
        font-weight: bold;
        color: #4773f2;
        margin: 0px;
        background-image: url('../img/bars.png'), url('../img/bars.png');
        background-size: 27%;
        background-position: -12vw 5px, 77vw 5px;
        background-repeat: no-repeat;
    }

    .searchBoard {
        width: 100%;
    }

    .btn-premium h4 {
        font-size: 10pt !important;
    }

    .rvFeatureImg {
        width: 30% !important;
    }

    .rvFeatureText {
        width: 70% !important;
    }

        .rvFeatureText h4 {
            font-size: 14pt;
        }

    .bg-rv {
        background-size: 90%;
        background-position: -64vw 35px, 70vw 35px;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 361px) and (max-width: 481px) {
    .rvItemBox {
        width: 18vw;
        height: 50px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .rvItem {
        font-size: 9pt;
    }

    .searchBoard {
        width: 100%;
    }

        .searchBoard .searchSection .searchSectionHeading {
            font-size: 1em;
            font-weight: bold;
            color: #4773f2;
            margin: 0px;
            background-image: url('../img/bars.png'), url('../img/bars.png');
            background-size: 27%;
            background-position: top 5px left calc(50% - 27% - 100px), top 5px right calc(50% - 27% - 100px);
            background-repeat: no-repeat;
        }

    .rvFeatureImg {
        width: 30% !important;
    }

    .rvFeatureText {
        width: 70% !important;
    }

        .rvFeatureText h4 {
            font-size: 14pt;
        }

    .bg-rv {
        background-size: 500px;
        background-position: bottom 0px left calc(100vw / 2 - 500px - 100px), bottom 0px right calc(100vw / 2 - 500px - 100px);
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 482px) {
    .rvItemBox {
        width: 18vw;
        height: 50px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .rvItem {
        font-size: 9pt;
    }

    .searchBoard {
        width: 100%;
    }

        .searchBoard .searchSection .searchSectionHeading {
            font-size: 1em;
            font-weight: bold;
            color: #4773f2;
            margin: 0px;
            background-image: url('../img/bars.png'), url('../img/bars.png');
            background-size: 27%;
            background-position: top 5px left calc(50% - 27% - 100px), top 5px right calc(50% - 27% - 100px);
            background-repeat: no-repeat;
        }

    .rvFeatureImg {
        width: 30% !important;
    }

    .rvFeatureText {
        width: 70% !important;
    }

        .rvFeatureText h4 {
            font-size: 14pt;
        }

    .bg-rv {
        background-size: 500px;
        background-position: bottom 0px left calc(100vw / 2 - 500px - 100px), bottom 0px right calc(100vw / 2 - 500px - 100px);
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 768px) {
    .searchBoard {
        width: 100%;
        font-size: 18pt;
        max-width: 767px;
    }

        .searchBoard h1 {
            font-size: 18pt;
        }

    .rvItemBox {
        width: 100px;
        height: 80px;
    }

    .searchBoard .searchSection .searchSectionHeading {
        font-size: 14pt;
        font-weight: bold;
        color: #4773f2;
        margin: 0px;
        background-image: url('../img/bars.png'), url('../img/bars.png');
        background-size: 27%;
        background-position: top 5px left calc(50% - 27% - 120px), top 5px right calc(50% - 27% - 120px);
        background-repeat: no-repeat;
    }

    .homepage-section1-bgr {
        background-position: top center;
    }

    .searchBoard .searchSection {
        margin-bottom: 20px;
    }

        .searchBoard .searchSection .searchSectionHeadingNote {
            font-size: 10pt;
        }

        .searchBoard .searchSection .searchSectionFooter {
            font-size: 12pt;
        }

    .bg-rv {
        background-size: 500px;
        background-position: bottom 0px left calc(100vw / 2 - 500px - 100px), bottom 0px right calc(100vw / 2 - 500px - 100px);
        background-repeat: no-repeat;
    }

    .inputSelect {
        font-size: 12pt;
    }

    .navbar-nav .nav-link {
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .bg-rv {
        background-size: 500px;
        background-position: bottom 0px left calc(100vw / 2 - 500px - 100px), bottom 0px right calc(100vw / 2 - 500px - 100px);
        background-repeat: no-repeat;
    }
}

.navbar-light {
    border-bottom: solid 1px #ccc;
}

.menuBar {
    position: relative;
}

    .menuBar .menuBtn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
    }

/* === MENU DISPLAY === */
@media only screen and (max-width: 640px) {
    #desktopMenuBar {
        display: none;
    }
}

@media only screen and (min-width: 640px) {
    #mobileMenuBtn {
        display: none;
    }
}

/* ===== Start RV Model Display ====== */

.font-weight-bold {
    font-weight: 500;
}

.modelHeaders {
    border-radius: 12px;
    background: rgba(0, 0, 255, 0.2);
}

.linkIcon {
    font-size: small;
    vertical-align: super;
}

.miniHeading {
    padding-top: 0;
    margin-top: 0;
}

.rvHeading {
    padding: 0,0,0,0;
    margin: 0,0,0,0;
    font-size: x-large;
    font-weight: 900;
}

.featCategoryHeading {
    padding: 0,0,0,0;
    margin: 0,0,0,0;
    font-size: medium;
    font-weight: bold;
}


.rvSubHeading {
    padding: 0,0,0,0;
    margin: 0,0,0,0;
    font-size: large;
    font-weight: bold;
}

.floorplan {
    width: 100%;
    object-fit: cover;
}

/* ===== End RV Model Display ====== */

/* ===== PRIVACY PAGE ===== */

.legaldocument-bold-center {
    font-size: 18px;
    color: black;
    text-align: center;
}

.legaldocument-bold-subheading {
    font-size: 14pt;
    font-weight: bold;
    color: black;
    text-align: left;
}

/* ===== END PRIVACY PAGE ===== */

.btn-primary {
    background-color: #213191 !important;
    border: solid 1px #213191;
}


/* ==== ADS ====*/

.divRowLayout {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: 0;
    margin-left: 0;
}

#divMainContent {
    width: 768px;
}

#divAdLeftWideSkyscraper {
    width: calc(50% - 384px);
    text-align: right !important;
    padding-right: 10px;
}

    #divAdLeftWideSkyscraper:first-child {
        text-align: right !important;
        justify-content: right;
    }

#divAdRightWideSkyscraper {
    padding-left: 10px;
    width: calc(50% - 404px);
    text-align: left !important;
}

.ad-margin-bottom {
    margin-bottom: 10px !important;
}

@media only screen and (max-width: 948px) {
    #divAdLeftWideSkyscraper {
        display: none;
    }

    #divAdRightWideSkyscraper {
        display: none;
    }

    #divMainContent {
        width: 100%;
    }
}

@media only screen and (min-width: 948px) and (max-width: 1129px) {
    #divAdLeftWideSkyscraper {
        width: 170px;
    }

    #divMainContent {
        width: calc(100% - 170px);
    }

    #divAdRightWideSkyscraper {
        display: none;
    }
}


@media (min-width: 100px) and (max-width: 576px) {

    .hideDivLess576 {
        display: none;
    }

    .showDivLess576 {
        display: block;
    }
}

@media (min-width: 577px) {

    .hideDivLess576 {
        display: block;
    }

    .showDivLess576 {
        display: none;
    }
}

.wiggle {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0px 3px 0px #3D8C72;
    text-align: center;
    text-decoration: none;
    margin: 20px auto 10px;
    font-weight: bold;
    -webkit-animation: btnWiggle 5s infinite;
    -moz-animation: btnWiggle 5s infinite;
    -o-animation: btnWiggle 5s infinite;
    animation: btnWiggle 5s infinite;
}

/* animation */
@-webkit-keyframes btnWiggle {
    0% {
        -webkit-transform: rotate(0deg);
    }

    2% {
        -webkit-transform: rotate(-1deg);
    }

    3.5% {
        -webkit-transform: rotate(1deg);
    }

    5% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes btnWiggle {
    0% {
        -webkit-transform: rotate(0deg);
    }

    2% {
        -webkit-transform: rotate(-1deg);
    }

    3.5% {
        -webkit-transform: rotate(1deg);
    }

    5% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes btnWiggle {
    0% {
        -webkit-transform: rotate(0deg);
    }

    2% {
        -webkit-transform: rotate(-1deg);
    }

    3.5% {
        -webkit-transform: rotate(1deg);
    }

    5% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}



