﻿/*** overrides ****/

.panel-default {
    border: none;
}

#main_containerDetails .nav-tabs>li {
    margin-right: 40px;
    border-bottom: 1px solid #ddd;
}

#main_containerDetails .nav-tabs>li.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#main_containerDetails .nav-tabs>li.active>a {
    color: #333;
    font-weight: bold;
}

.jcarousel img {
    max-width: 130px;
    height: 80px;
}

.jcarousel {
    height: 80px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    background-image: none;
    width: 20px;
}

.bg-billboard {
    background-color: #ffffbb;
}
 
#divDetails h4 {
    margin-bottom: 6px;
    font-size: 1.1em;
    font-weight: bold;
}

/**** ****/

.cg-image-single { 
    max-height: 550px;
    /*width: 1000px;*/
    margin: 0 auto;
}

.img-caro {
    border: 1px solid #ccc;
}

.gs-campground-details a:hover {
    text-decoration: none;
}

a.mobile-link {
    color: #3d3d3d;
}

#howReadRatings h1 {
    font-size: 1.9em;
}

#howReadRatings h2 {
    font-size: 1.7em;
}

.pad-left-20 {
    padding-left: 20px;
}

/******  Top Deals & Destinations Section in Right Sidebar ******/

#LDPTDD {
    margin-top: 20px;
}

#LDPTDD .ad-ldptdd-widget {
    max-width: 500px;
}

#LDPTDD .ad-ldptdd-header {
    background-color: #474342;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

#LDPTDD .ad-ldptdd-location {
    padding: 10px;
    background-color: #eee; 
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    display: flex; 
    align-items: center;
}

#LDPTDD .ad-ldptdd-location > div:nth-child(2) {
    line-height: 1.2;
}

#LDPTDD .YES {
    min-width: 30px;
    min-height: 30px;
    margin-right: 8px;
    background-image: url(https://images.goodsam.com/logos/good-sam-park.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#LDPTDD .ad-ldptdd-headline {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.1
}


.tdda-ad-head {
    display: flex; 
    align-items: flex-start;
    background-color: #eee;
}

.tdda-icon {
    width: 50px; 
    height: 50px; 
    margin-right: 10px;
}

#TDDA div p.text-bold, #TDDA_m div p.text-bold {
    line-height: 1.1;
}

#TDDA div p.text-small, #TDDA_m div p.text-small {
    margin-bottom: 0;
}

#TDDA > div hr, #TDDA_m > div hr {
    clear: both;
}

#TDDA > div:last-child hr, #TDDA_m > div:last-child hr {
    display: none;
}

.goto-reviews:hover
{
    text-decoration:none;
}

/**** social icon section ****/

#main_divSocial p {
    margin-bottom: 22px;
}

.gsi-cg-social.cg-email {
    background-image: url(//images.goodsam.com/goodsam.com/icon/campground/details/email.png);
}

.gsi-cg-social.cg-digital-ad {
    background-image: url(//images.goodsam.com/goodsam.com/icon/campground/details/digital-ad.png);
}

.gsi-cg-social.cg-things {
    background-image: url(//images.goodsam.com/goodsam.com/icon/campground/details/things-to-do.png);
}

.gsi-cg-social.cg-park-map {
    background-image: url(//images.goodsam.com/goodsam.com/icon/campground/details/park-map.png);
}

.gsi-cg-social.cg-models {
    background-image: url(//images.goodsam.com/goodsam.com/icon/campground/details/park-models.png);
}

.gsi-cg-social.cg-lots {
    background-image: url(//images.goodsam.com/goodsam.com/icon/campground/details/lots-for-sale.png);
}

.gsi-cg-social.cg-facebook {
    background-image: url(//images.goodsam.com/goodsam.com/icon/campground/details/facebook.png);
}

.gsi-cg-social.cg-twitter {
    background-image: url(//images.goodsam.com/goodsam.com/icon/campground/details/twitter.png);
}

.gsi-cg-social.cg-pinterest {
    background-image: url(//images.goodsam.com/goodsam.com/icon/campground/details/pinterest.png);
}

.gsi-cg-social.cg-instagram {
    background-image: url(//images.goodsam.com/goodsam.com/icon/campground/details/instagram_g.png);
}

.gsi-cg-social {   
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    margin-right: 12px;
    padding-top: 37px;
    width: 34px;
    margin-bottom: -14px;
}

/**** ****/

.img-text-icon {
    vertical-align: middle;
}

.google-map-div {
    overflow: hidden;
}

.pad-left-50 { 
    padding-left: 50px;
} 

.pad-right-50 { 
    padding-right: 50px;
}

/**** oas ****/

img.oas-featured-cg-img { 
    width: 261px;
    height: 145px; 
}
.oas-featured-cg-name { 
    font-weight: bold; 
    margin: 4px 0 4px 0; 
    padding: 0 8px 0 8px;
}
.oas-featured-cg-citystate { 
    font-size: 1em; 
    font-weight: bold; 
    margin: 4px 0 4px 0;
}
.oas-featured-cg-citystate img { 
    margin-right: 4px;
}
.oas-featuredpark-header {
    color: #fff;
    padding: 4px;
    background-color: #184c73;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
}
.sbf-cgphoto img { 
    border: none; 
}
img.sbf-img { 
    /*width: 299px; 
    height: 165px;
    width: 261px;
    height: 145px; */
    width: 100%;

}
.sbf-cgname { 
    font-size: 1.1em; 
    font-weight: bold; 
    margin: 4px 0 4px 0; 
    padding: 0 8px 0 8px;
}
.sbf-addr { 
    font-size: .9em; 
}
.sbf-descr { 
    font-size: .8em; 
    margin: 6px 0 12px 0; 
}
.sbf-citystate { 
    font-size: 1em; 
    font-weight: bold; 
    margin: 4px 0 4px 0;
}

/****/

table.softsell td {
    padding: 6px 12px;
}

@media (min-width: 991px) {

    .logo-img img {
        max-width: 260px;
    }

}

/**** google map ****/
        
#gmap_canvas img { 
    max-width: none!important;
    background: none!important
}
#gmap_canvas { 
    height: 300px; 
    width: 960px;
}
                
@media only screen and (min-width:1200px) 
{
    #gmap_canvas { 
        height: 300px;
        width: 960px;
    }
    #gmap_canvas img {
        max-width: 960px!important;
        background: none!important
    }
    .col-google-map { 
        margin-left: 8.3%;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) 
{
    #gmap_canvas { 
        height: 300px;
        width: 960px;
    }
    #gmap_canvas img {
        max-width: 960px!important;
        background: none!important
    }         
}
@media only screen and (min-width:768px) and (max-width:991px) 
{
    #gmap_canvas {
        height: 300px;
        width: 740px;
    }
    #gmap_canvas img {
        max-width: 740px!important;
        background: none!important
    }
}
@media only screen and (min-width:678px) and (max-width:767px) 
{
    #gmap_canvas {
        height: 300px;
        width: 650px;
    }
    #gmap_canvas img {
        max-width: 650px!important;
        background: none!important
    }
}
@media only screen and (min-width:645px) and (max-width:677px) 
{
    #gmap_canvas {
        height: 300px;
        width: 620px;
    }
    #gmap_canvas img {
        max-width: 620px!important;
        background: none!important
    }
}
@media only screen and (min-width:410px) and (max-width:644px) 
{
    #gmap_canvas {
        height: 300px;
        width: 390px;
    }
    #gmap_canvas img {
        max-width: 390px!important;
        background: none!important
    }
}
@media only screen and (max-width:409px) 
{
    #gmap_canvas {
        height: 200px;
        width: 320px;
    }
    #gmap_canvas img {
        max-width: 320px!important;
        background: none!important
    }
}


/* COVID-19 messaging. Temporary */

.reopen-msg-future 
{
    padding-left: 50px;
    border: 1px solid #999; 
    border-left: 10px solid #cc0000; 
    background: url('//images.goodsam.com/goodsam.com/icon/alert-red.svg') no-repeat 13px 13px;
}

.reopen-msg-now {
    padding-left: 50px;
    border: 1px solid #999; 
    border-left: 10px solid #4CAF50; 
    background: url('//images.goodsam.com/goodsam.com/icon/alert-green.svg') no-repeat 13px 13px;
}