/* #Site Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */
* {
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
    color: #333333;
    /*font-family: 'Open Sans 4', 'Open Sans', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

/*body, html
{
    height: 100%;
}*/
body {
    position: relative;
    background-color: #FFFFFF;
    /*background: url(/images/camping/2017_Cover_Photo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
/*html
{
	background: url(/images/camping/2017_Cover_Photo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

strong, b, strong > *, b > * {
    /*font-family: 'Open Sans 7', 'Open Sans', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    /*font-family: 'PT Sans', sans-serif;*/
    font-weight: 700;
}

.container img {
    max-width: 100%;
    height: auto;
}

    .container img[align="left"],
    .container img[style*="float: left"],
    .container img[style*="float:left"],
    .container img[align="right"],
    .container img[style*="float: right"],
    .container img[style*="float:right"] {
        position: relative;
        background-color: #FFFFFF;
        z-index: 2;
    }

p {
    margin: 0px;
}

    p, a, p a, li a, span, .bodytext {
        font-size: 15px;
        font-size: 1.5rem;
    }

        a, p a, li a {
            text-decoration: none;
        }

.header {
    color: #333333;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

/*h1,*/
.header {
    display: block;
    margin-bottom: 15px;
}

/*h2, h2 > *,*/
.title {
    color: #333;
    font-size: 24px;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
}

/*h2,*/
.title {
    display: block;
    margin-bottom: 15px;
}

/*h3, h3 > *,*/
.subtitle {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
}

/*h3,*/
.subtitle {
    display: block;
    margin-bottom: 15px;
}

h1, h2, h3 {
    margin-bottom: 15px;
}

h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

h2, h2 > * {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

h3, h3 > * {
    font-size: 16px;
    color: #848484;
    font-weight: normal;
}

p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

a {
    color: #4aa931;
}

ol {
    font-size: 14px;
    font-size: 1.4rem;
    /*margin-left:20px;*/
    overflow: hidden;
}

ul {
    /*list-style-image:url(/images/bruyere/bullets.png);*/
    list-style-image: none;
    list-style-type: none;
    font-size: 14px;
    font-size: 1.4rem;
    /*margin-left:20px;*/
    margin-bottom: 0px;
    overflow: hidden;
}

li {
    background: none;
    padding-left: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    list-style-position: outside;
    margin-bottom: 0px;
    background-size: 14px;
}

ol > li {
    background: none;
    padding-left: 0px;
}

.container li {
}

table {
    margin: 0px;
    padding: 0px;
}

td, th {
    margin: 0px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: normal;
}

.table-heading {
    width: 100%;
}
a.button-reserve{
    background-color:#f37217!important;
    border: 1px solid #f37217!important;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    /*font-family: 'Open Sans', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #4aa931;     /*#4aa931;*/
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    /*padding: 0px 2.2rem;
    padding: 0px 7px;*/
    text-transform: none;
    height: auto;
    margin: 5px;
    border: 1px solid #4aa931;
    /*text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.19);*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 20px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

    .button.button-primary:hover,
    button.button-primary:hover,
    input[type="submit"].button-primary:hover,
    input[type="reset"].button-primary:hover,
    input[type="button"].button-primary:hover,
    .button.button-primary:focus,
    button.button-primary:focus,
    input[type="submit"].button-primary:focus,
    input[type="reset"].button-primary:focus,
    input[type="button"].button-primary:focus {
        color: #FFF;
        font-weight: bold;
        background-color: #4aa931; /* Old browsers */
        background-color: #4aa931 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background-color: #4aa931 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background-color: #4aa931 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background-color: #4aa931 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background-color: #4aa931 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background-color: #4aa931 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
        -pie-background-color: #4aa931 linear-gradient(to bottom, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    }

.button-orange {
    color: #FFF;
    background-color: #4aa931;
    border-color: #4aa931;
    padding: 0 20px;
    max-width: 280px;
    /*line-height:52px;*/
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

.button-green {
    color: #FFF;
    background-color: #4aa931;
    border-color: #4aa931;
    padding: 0 20px;
    max-width: 280px;
    /*line-height:52px;*/
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

.button-orange:hover, .button-orange:focus {
    color: #FFF;
    font-weight: bold;
    background: #4aa931; /* Old browsers */
    background: #4aa931 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: #4aa931 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: #4aa931 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: #4aa931 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: #4aa931 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: #4aa931 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    -pie-background: #4aa931 linear-gradient(to bottom, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
}

.button-transparent {
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-style: normal;
    line-height: 34px;
    padding: 0 32px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

    .button-transparent:hover, .button-transparent:focus {
        color: #FFF;
        font-weight: bold;
        border: 1px solid #FFFFFF;
        background: transparent; /* Old browsers */
        background: transparent -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: transparent -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: transparent -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: transparent -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background: transparent linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
        -pie-background: transparent linear-gradient(to bottom, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    }

.button-shiraz {
    color: #c60b2a;
    /*background-color:#c60b2a;*/
    border-color: #c60b2a;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

    .button-shiraz:hover, .button-shiraz:focus {
        color: #FFF;
        background-color: #c60b2a;
    }

.rounded-ends {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

label {
    display: inline;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0px;
}


/* header */
header h2 {
    /*font-family: 'Open Sans 7', 'Open Sans', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    display: inline-block;
    color: #265892;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 21px;
    margin: 0px;
    vertical-align: top;
}

header.mobile h1 {
    /*font-family: 'Open Sans 7', 'Open Sans', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    color: #265892;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 21px;
    margin: 0px;
    vertical-align: top;
}

header.mobile h2 {
    font-size: 18px;
    font-size: 1.8rem;
}

header p {
    margin-bottom: 0px;
    line-height: normal;
}

header p, header a, header span {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    font-size: 1.2rem;
    /*color: #FFFFFF;*/
}

.utilityLinks {
    font-size: 12px;
    font-size: 1.2rem;
    display: none !important;
}

    .utilityLinks a {
        display: inline-block;
        margin-left: 16px;
        margin-right: 16px;
        /*min-height: 16px;
    padding-left: 18px;*/
        color: #424242;
        font-weight: 400;
        font-size: 14px;
    }

        .utilityLinks a:hover {
            color: #5CB145;
        }
/*header.mobile .utilityLinks a
{
    font-size: 0.8rem;
}
header a
{
    font-weight: bold;
}
header a:hover
{
    color: #FFFFFF;
}*/

/*header table
{
    margin: 0px;
    padding: 0px;
}
header td, header th
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}*/
header input {
    margin: 0px;
    /*padding: 0px 5px 0px 5px!important;*/
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    border-radius: 0px !important;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}


div#header {
    /*background-color: #3b3b3b;*/
}

header.main {
    /*-moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -khtml-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);*/
}

    /*header.main .columns:first-child
{
    padding-left: 14px;
    padding-top: 30px;
}

header.main .columns:nth-child(2)
{
    text-align: right;
}

header.main .columns.last
{
    padding-top: 3px;
    padding-bottom: 3px;
    text-align:left;
}

header.main .columns.last img
{
    vertical-align:middle;
}

header.main .column.last p
{
    text-align: center;
    padding-right:0px;
}*/
    header.main .columns {
        position: relative;
    }
/*header.main*/ div.logo {
    /*position: absolute;
    top: 0px;
    left: 0px;
    /*width: 200px;*/
    /*width: 50%;
    height: 149px;*/
    /* z-index: 1;*/
}


    div.logo.mental-health {
        width: 40%;
    }
header.main div.header-row {
    position: relative;
    text-align: right;
    /*padding-top: 11px;*/
    padding-bottom: 10px;
}

header.main div.header-col {
    display: inline-block;
    vertical-align: middle;
}

    header.main div.header-col:last-child {
        padding-left: 10px;
    }

header.mobile {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*header.mobile .mobileLogo > div
{
    width:50%;
}*/

/*header.mobile .mobileLogo > div:first-child
{
    padding-right: 10px;
}*/

/*header.mobile #MenuMobileDDACC
{
    width:138px;
}*/

div.searchPanel {
    position: relative;
    display: inline-block;
    height: 41px;
    /*border: 1px solid #ececec;*/
    /*text-align:right;
    background-color: #FFFFFF;
    padding: 1px;*/
    /*width: 211px;*/
    /*padding-left: 20px;*/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-collapse: separate; /* for IE9 */
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

header.main {
    display: none;
}

header.mobile {
    display: block;
}

    header.mobile .columns {
        text-align: center;
    }

.lang-toggle {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
}

span.lang-toggle {
    font-weight: 700;
}
/*.lang-toggle.french
{
    background: url(/images/camping/flag-france.png) no-repeat left center;
}
.lang-toggle.english
{
    background: url(/images/camping/flag-united-kingdom.png) no-repeat left center;
}*/


/* navigation */
div#mainmenu {
    display: none;
    /*background-color: #3b3b3b;*/
}

nav.main /*, nav.mobile*/ {
    font-family: Arial, Helvetica, sans-serif;
    height: 44px;
    /*border: 1px solid #c22030;

    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);*/
}

nav.main {
    display: none;
}

    nav.main .columns {
        position: relative;
        z-index: 101;
    }

div.mainmenu {
    position: relative;
    z-index: 0;
}

div.donateToday {
    position: relative;
    /*display: inline-block;*/
    float: right;
    /*width: 142px;*/
    width: 17.88%;
    height: 30px;
    padding-top: 14px;
    background-color: #CF2E2E;
    text-align: center;
    /*font-size: 15px;*/
    overflow: hidden;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
    -khtml-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

    div.donateToday:hover {
        background-color: #fe0000;
    }

nav.mobile {
    display: none;
    padding-bottom: 0px;
}

/* banner */
.inside div#banner {
    margin-top: 15px;
    /*clear: both;*/
}
/*div.banner
{
    padding-top: 25px;
}
div.banner div.row
{
    overflow: hidden;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}*/
/* breadcrumbs */
div#breadcrumbs {
    background-color: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
}

    div#breadcrumbs h2 {
        margin: 0px;
    }

    div#breadcrumbs .page-title {
        text-align: left;
    }

    div#breadcrumbs .bread-crumbs {
        text-align: left;
    }

        div#breadcrumbs .bread-crumbs table {
            width: auto;
            float: left;
        }

/* content */
div.content2 {
    padding: 50px 0px;
}

    div.content2 a {
        display: inline-block;
        margin-top: 70px;
        /*margin-left: 85px;
        margin-right: 85px;*/
        margin-left: 35px;
        margin-right: 35px;
    }

        div.content2 a p {
            font-weight: 700;
            margin-top: 20px;
            font-size: 1.8rem;
        }

div#content {
    background-color: #f1f1f1;
}

div.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

    div.content.inside {
        /*padding: 0px;*/
        padding-top: 0px;
        padding-bottom: 0px;
    }

    div.content .column, div.content .columns {
        /*padding: 20px 10px 20px 10px;*/
    }

    div.content .leftmenu {
        display: none;
        background-color: #f5f5f5;
        /*padding-left: 10px;
    padding-right: 10px;*/
    }

    div.content #MobileMenuSecundary {
        /*display: none;*/
        text-align: center;
        margin-bottom: 20px;
    }

    div.content .insideContent, div.content .insideContentNoLeftMenu, div.content .insideContentNoRightBar, div.content .insideContentRightBar {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    div.content .insideContent {
        /* width: 100%; */
    }

    div.content div.Responsive-Video-Wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        /*padding-top: 25px;*/
        /*padding-top: 30px;*/
        height: 0;
        text-align: center;
    }

div.Responsive-Video-Wrapper iframe, div.Responsive-Video-Wrapper object, div.Responsive-Video-Wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.adds-row .six.columns {
    text-align: center;
    margin-bottom: 15px;
}

div.SOWidget-row .four.columns {
    text-align: left;
}

a.return-to-services {
    background: url(/images/buttons/back-arrow-white.png) no-repeat 11px center;
    padding-left: 47px;
    font-size: 14px;
}

div.news {
    padding-top: 48px;
    padding-bottom: 48px;
}

    div.news h2 {
        border-bottom: 3px solid #ffd748;
    }

    div.news h3 {
        font-size: 14px;
        font-size: 1.4rem;
    }
/*div.news p
{
    margin: 0px;
    font-size: 1.2rem;
    color: #444444;
}*/
div.staff-directory-item-column {
    text-align: center;
}

#resources-wrapper div.pnlSearch {
    position: relative;
    border: 1px solid #999999;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

/* reCaptcha BEGIN */
#recaptcha_area {
    position: relative;
    background-color: #DEDEDE;
    border: 2px solid #C0C0C0;
    margin-bottom: 15px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

div.content #recaptcha_area, div.content #recaptcha_table {
    width: 260px !important;
}

.recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 250px !important;
}
/*.recaptchatable #recaptcha_image img {
    max-width:100%;
}*/
.recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, /*.recaptchatable .recaptcha_r4_c4,*/ .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
    background: none !important;
}

div.content .recaptchatable .recaptcha_r4_c1, div.content .recaptchatable .recaptcha_r7_c1 {
    width: 141px !important;
}

div.content .recaptchatable .recaptcha_input_area, div.content .recaptchatable #recaptcha_response_field {
    width: 123px !important;
}

div.content .recaptchatable #recaptcha_response_field {
    height: 20px !important;
}

div.content .recaptchatable .recaptcha_input_area {
    background-color: #FFFFFF !important;
    border: 1px solid #C0C0C0;
    height: 45px !important;
    margin-left: 3px !important;
    margin-right: 0px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    /*padding-bottom: 4px !important;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

.recaptchatable .recaptcha_r4_c4 {
    background: transparent url("//www.google.com/recaptcha/api/img/white/sprite.png") no-repeat scroll -214px 6px !important;
}

.recaptchatable a {
    color: #265892 !important;
}

    .recaptchatable a:hover {
        color: #265892 !important;
    }
/* reCaptcha END */

/* QuickAccessLinks */
#QuickAccessLinks {
    width: auto;
    max-width: 276px;
    display: none;
    right: 0px;
    text-align: right;
    overflow: hidden;
    z-index: 9999999;
}

    #QuickAccessLinks.fixed {
        position: fixed;
        top: 0px !important;
    }

    #QuickAccessLinks.fixed100 {
        position: fixed;
        top: 100px !important;
    }

    #QuickAccessLinks.absolute {
        position: absolute;
        top: 230px;
    }
    /*#QuickAccessLinks > div
{
    margin-bottom: 1px;
}*/
    #QuickAccessLinks a {
        display: block;
        /*width: 51px;*/
        width: 240px;
        height: 49px;
        padding-left: 17px;
        /*padding-right: 51px;*/
        padding-right: 17px;
        border: 1px solid #003d71;
        margin-bottom: 1px;
        color: #FFFFFF;
        background-color: #003d71;
        font-family: 'Roboto 7', 'Roboto', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 49px;
        text-align: left;
    }

    #QuickAccessLinks i {
        float: right;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 49px;
        width: 17px;
        text-align: center;
    }
    /*#QuickAccessLinks a.download
{
    background: #003d71 url(/images/rehab/qa-download.png) no-repeat right center;
}
#QuickAccessLinks a.location
{
    background: #003d71 url(/images/rehab/qa-location.png) no-repeat right center;
}
#QuickAccessLinks a.referral
{
    background: #003d71 url(/images/rehab/qa-referral.png) no-repeat right center;
}
#QuickAccessLinks a.feedback
{
    background: #003d71 url(/images/rehab/qa-feedback.png) no-repeat right center;
}
#QuickAccessLinks a.contact
{
    background: #003d71 url(/images/rehab/qa-contact-us.png) no-repeat right center;
}*/
    #QuickAccessLinks a:hover {
        color: #003d71;
        background-color: #FFFFFF;
        border: 1px solid #003d71;
    }

        #QuickAccessLinks a:hover i {
            color: #003d71;
        }

    #QuickAccessLinks.closed a {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
    }

/* Camping */
.title2 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.caption {
    font-size: 12px;
    font-style: italic;
    color: #000000;
}

.camptitle {
    font-size: 12px;
    font-weight: bold;
    color: #c6751b;
}

.campheader {
    font-size: 16px;
    font-weight: bold;
    color: #cc7e33;
}

div.divide {
    border-bottom: 1px dashed #aaaaaa;
    height: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wrapbox {
    /*border: 1px solid #aaaaaa;*/
    /*padding: 20px;*/
    /*background-color: #f5f5f5;*/
    position: relative;
}

input[type="submit"].modify-search-btn {
    background: url(/images/new/gear-icon.png) no-repeat 10px 10px transparent;
    border: none;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 0 30px;
    margin: 0;
}

.camp-results .tabs {
    display: inline-block;
}

    .camp-results .tabs .button, .camp-results .tabs .button:focus, .camp-results .tabs .button:hover {
        margin: 0;
        border-radius: 0;
        width: 90px;
        padding: 0;
        float: left;
        text-transform: uppercase;
        background: none;
    }

        .camp-results .tabs .button.active {
            background-color: #4aa931;
            color: #FFF;
        }

    .camp-results .tabs span.button:first-child {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .camp-results .tabs span.button:last-child {
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
    }

.camp-link {
    cursor: pointer;
}

.campg {
    position: relative;
}

    .campg > div.wrapbox:hover, .campg > div.wrapbox:focus {
        background-color: #EAF6E7 !important;
    }

    .campg .camp-link.wrapbox {
        padding: 12px;
        float: left;
        width: 100%;
    }

        .campg .camp-link.wrapbox .campg-item-left {
            float: left;
            width: 90px;
        }

        .campg .camp-link.wrapbox .campg-item-right {
            padding-left: 10px;
            float: left;
            width: calc(100% - 90px);
        }

    .campg .campg-img {
        display: block;
        width: 100%;
        max-height: 90px;
    }

    .campg .camp-link h2 {
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .campg .camp-link p {
        font-size: 12px;
        margin-bottom: 5px;
    }

        .campg .camp-link p span {
            color: #000;
            font-weight: 600;
            font-size: 12px;
        }

    .campg .campg-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

    .campg .vacancy-no {
        text-align: right;
    }

    .campg .camp-link p.opens-date {
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: bottom;
    }

        .campg .camp-link p.opens-date > span:first-child {
            margin-right: 5px;
        }

    .campg .camp-link .vacancy-no > span {
        font-size: 14px;
        background: url(/Images/new/arrow-right-green.png) no-repeat right 1px;
        padding-right: 20px;
        background-size: 18px;
    }

    .campg .camp-link .vacancy-no.expand > span {
        background: url(/Images/new/arrow-down-green.png) no-repeat right 1px;
        background-size: 18px;
    }

    .campg .camp-link .vacancy-no .vacancy-count {
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        background: #4AA931;
        color: #FFF;
        text-align: center;
        vertical-align: middle;
        padding-top: 1px;
        font-size: 14px;
        margin-top: -2px;
    }

    .campg .vacancies-list {
        height: 0;
        overflow: hidden;
        width: 100%;
    }

        .campg .vacancies-list.expand {
            height: auto;
        }

        .campg .vacancies-list .vacancies-item {
            border-bottom: 1px solid #0000001a;
            padding: 8px 5px;
            line-height: 1.3;
        }

        .campg .vacancies-list div.vacancies-item:last-child {
            border-bottom: none;
        }

.SOContent > div.wrapbox:hover {
    background-color: #EAF6E7 !important;
}

div.btnCont {
    /*float:right;*/
    color: #999999;
    font-size: 12px;
    /*border: 1px solid #cccccc;*/
    padding: 15px;
    /*background-color: #f5f5f5;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    /*width:inherit;*/
}

img[usemap], map area {
    outline: none;
}

map area {
    cursor: pointer;
    border: none;
    outline: none;
}
/*img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}*/
.camp-map {
    position: relative;
    padding: 0px;
    margin: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    border-collapse: separate; /* for IE9 */
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

.map-responsive {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    /*padding-bottom:56.25%;*/ /* aspect ratio 16:9, 9/16x100 = 56.25 */
    overflow: hidden;
}
/*.camp-map #map
{
    padding-bottom: 70%;
}*/
.camp-details .camp-details-left-col, .camp-details .camp-details-right-col {
    float: right;
}

.camp-details-buttons {
    padding-top: 8px;
}

.camp-details .camp-details-buttons .button {
    background-position: right 30px center;
    background-size: 14px;
}

.camp-details-buttons .button {
    min-width: 150px;
}

.camp-details .thumbnails {
    /* height: 200px; */
    width: 49%;
    float: left;
    max-height: 218px;
    /*min-height: 218px;*/
}

    .camp-details .thumbnails a {
        display: block;
    }

        .camp-details .thumbnails a img {
            width: 100%;
            /*height: 200px;*/
            vertical-align:middle;
        }

        .camp-details .thumbnails iframe{
            width:100%;
            height:100%;
        }
.camp-details .thumbnails-wrapper table {
    width: 100%;
}

    .camp-details .thumbnails-wrapper tr, .camp-details .thumbnails-wrapper table td {
        display: block;
        float: left;
        width: 100%;
    }

    .camp-details .thumbnails-wrapper table tr td {
        width: 16.8333333334%;
        padding-left: 1%;
    }

        .camp-details .thumbnails-wrapper table tr td:first-child {
            width: 15.8333333334%;
            padding-left: 0%;
        }

    .camp-details .thumbnails-wrapper table a {
        display: block;
    }

        .camp-details .thumbnails-wrapper table a img {
            width: 100%;
            /* height: 150px; */
			vertical-align:middle;
        }


.camp-details .campg-detais-wrapper div.columns > div {
    width: 20%;
    float: left;
    text-align: center;
    padding: 5px 2px;
    margin-bottom: 10px;
}

.camp-details .campg-detais-wrapper .numbers {
    font-size: 24px;
    color: #5CB145;
    font-weight: 600;
    letter-spacing: -1px;
    height:38px;
}

.camp-details .campg-detais-wrapper .dotdot {
    font-size: 12px;
    text-transform: uppercase;
}

.camp-details p {
    font-size: 14px;
    line-height: 1.8;
}

    .camp-details p.open {
        text-align: center;
        padding: 5px;
        background: #5CB145;
        color: #FFF;
        font-size: 11.5px;
        text-transform: uppercase;
        border-radius: 4px;
        margin-bottom: 16px;
    }

    .camp-details p.closed {
        text-align: center;
        padding: 5px;
        background: #F2712B;
        color: #FFF;
        font-size: 11px;
        text-transform: uppercase;
        border-radius: 4px;
        margin-bottom: 16px;
    }

.camp-details #campground-social img {
    width: 30px;
    height: 30px;
    margin-left: 10px
}

.camp-details .cg-address > div * {
    font-size: 14px;
}

.camp-details .cg-address > div {
    width: 100%;
    float: left;
}

.camp-details .cg-address div > img {
    width: 18px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

.camp-details .first-row > div {
    min-height: 240px;
}

.ContactUsModalPopup {
    position: relative;
    /*background-color: #0078d8;*/
    background-color: #FFFFFF;
    /*border: medium solid #000000;*/
    /*width: 450px;*/
    width: 70%;
    max-width: 480px;
    /*height: 550px;*/
}

.ContactUsClose {
    position: absolute;
    top: -17px;
    right: -17px;
    cursor: pointer;
}

.ContactUsCaption {
    background-color: #C0C0C0;
    height: 24px;
    padding-left: 5px;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}

    .ContactUsCaption span {
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        color: #000000;
    }

span.profileAmen, span.profileAmenActive {
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 14px;
    background: url(/images/camping/disabled.png) no-repeat left 4px;
    padding-left: 25px;
}

span.profileAmenActive {
    color: #222;
    background: url(/images/camping/enabled.png) no-repeat left 7px;
}

div.SOWidgetItemWrap {
    padding-top: 20px;
}

div.SOWidgetItemImage {
    margin-bottom: 20px;
}

    div.SOWidgetItemImage a {
        display: block;
        position: relative;
        text-align: center;
        height: 200px;
        overflow: hidden;
    }

        div.SOWidgetItemImage a img {
            width: 100%;
        }

div.SOWidgetItemImageOverlap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

div.SOWidgetItemImageOverlapBg {
    background-color: #4aa931;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    z-index: 1;
}

div.SOWidgetItemImage a .button-transparent {
    position: relative;
    top: 50%;
    margin: 0px;
    margin-top: -18px;
    z-index: 2;
}

div.SOWidgetItemImage a:hover div.SOWidgetItemImageOverlap {
    display: block;
}

.SOWidgetButton {
    margin-top: 15px;
    text-align: center;
}

    .SOWidgetButton a {
        border-radius: 20px;
        background-image: none;
    }

        .SOWidgetButton a span {
            color: #FFF;
        }

.arrow-right {
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    margin-left: 5px;
    vertical-align: middle;
}

.arrow-right-green {
    border-color: #4aa931;
}

.ReviewItemWrapper {
    position: relative;
    display: block;
}

.ReviewDetailsWrapper .review-detail-item > div {
    display: inline-block;
    vertical-align: bottom;
}

    .ReviewDetailsWrapper .review-detail-item > div:last-child {
        width: calc(100% - 90px);
    }

.ReviewDetailsWrapper .review-detail-item {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ReviewDetailsWrapper, .Comment_item {
    position: relative;
    display: block;
}

    .ReviewDetailsWrapper .sliderRail {
        background: #F1F1F1;
        height: 16px;
        border-radius: 6px;
        outline: none;
        width: 100%;
    }

    .ReviewDetailsWrapper .sliderHandler {
        overflow: hidden;
        position: absolute;
        left: 69px;
        height: 16px;
        width: 16px;
        background: #5CB145;
        border-radius: 50%;
    }

        .ReviewDetailsWrapper .sliderHandler img {
            display: none;
        }

.camp-details .ReviewDetailsWrapper .button {
    font-size: 12px;
    padding: 0 20px;
    height: 30px;
    line-height: 28px;
    background-position: right 10px center;
    background-size: 13px;
    padding: 0 25px 0 15px;
}

.ReviewDetailsInner {
    position: relative;
    background-color: #FFF;
    z-index: 10;
    padding-top: 20px;
}

.ReviewDetailsOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 2;
}

.ReviewDetailsLabel {
    text-align: right;
    font-size: 12px;
    width: 80px;
    color: #222222;
    margin-right: 3px;
    text-transform: initial;
}

.Comment_item {
    background-color: #FFF;
    padding: 20px;
}

.ReviewItemWrapper .review_date {
    position: relative;
    font-style: italic;
    text-align: right;
    position: absolute;
    top: 14px;
    right: 14px;
}

.OCitem {
    padding: 10px;
    margin-top: 10px;
    margin-left: 40px;
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
}

.ReviewItemWrapper .ReviewDetailsWrapper .review-detail-item {
    margin-bottom: 6px;
}

.review-label-lg {
    display: none;
}

.review-label-sm {
    display: inline;
}

.review-label-top-left, .review-label-top-right {
    display: block;
    position: absolute;
    top: -7px;
    left: 0px;
}

.review-label-top-right {
    left: auto;
    right: 0px;
}

/* Bills */
#bills-wrapper {
    padding: 20px;
}

    #bills-wrapper .step1 .row, #bills-wrapper .step2 .row {
        margin-bottom: 15px;
    }

    /*#bills-wrapper input[type="text"]
,#bills-wrapper select
{
	position: relative;
    border:1px solid #aaaaaa;
    width: 100%;
    height:30px;
    font-size: 14px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}
#bills-wrapper textarea
{
	position: relative;
    border:1px solid #aaaaaa;
    width: 100%;
    font-size: 14px;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}*/
    #bills-wrapper .help-icon {
        display: inline-block;
        vertical-align: middle;
    }

    #bills-wrapper p {
        margin: 0px;
    }

    #bills-wrapper label, #bills-wrapper .prompt, #bills-wrapper span {
        font-size: 14px;
        /*line-height:30px;*/
    }

    #bills-wrapper .prompt {
        font-weight: 700;
    }

.has-error {
    /*background-color: #ffcccc !important;*/
    background-color: #FBE3E4 !important;
    border: 1px solid #ff0000 !important;
}

/* pre footer */
div#prefooter {
    /*background-color: #3e3e3e;*/
    padding-bottom: 25px;
    color: #FFFFFF;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
}

    div#prefooter .prefooter-col {
        float: left;
        width: 100%;
        margin: 0px;
    }

    div#prefooter h2 {
        color: #FFFFFF;
        /*font-family: 'Open Sans 4', 'Open Sans', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 400;
        font-style: normal;
        line-height: 40px;
        border-bottom: 1px solid #656565;
    }

    div#prefooter h3 {
        color: #FFFFFF;
        font-size: 14px;
        font-size: 1.4rem;
        font-style: normal;
        border: 0px;
        margin: 0px;
        padding: 0px;
    }

    div#prefooter p, div#prefooter a {
        color: #FFFFFF;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 400;
        margin-bottom: 14px;
    }

/* footer */
div#footer {
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 50px;
}
    /*div#footer .six.columns
{
    text-align: center;
}
div#footer p
{
    display: block;
    color: #4d4d4d;
    margin: 0px;
}
div#footer a, div#footer a:hover, div#footer a:visited
{
    color: #265892;
}*/
    div#footer .button-primary {
        line-height: 44px;
    }

    div#footer div.footer {
        text-align: center;
        border-right: 1px solid #c6c6c6;
    }

        div#footer div.footer span, div#footer div.footer a {
            display: inline-block;
            vertical-align: middle;
        }

        div#footer div.footer .bodytext a {
            color: #5CB145;
        }

    div#footer div.footer-right .row:first-child {
        padding-bottom: 50px;
    }

        div#footer div.footer-right .row:first-child .columns {
            padding-top: 20px;
        }

    div#footer div.footer-right .row:nth-child(2) .columns {
        background: url(/images/new/footer-menu-divider.png) no-repeat right top;
        min-height: 165px;
        padding-bottom: 20px;
    }

        div#footer div.footer-right .row:nth-child(2) .columns:last-child {
            background: none;
        }

    div#footer div.footer-right .subtitle {
        color: #c60b2a;
        font-size: 20px;
        font-weight: bold;
    }

    div#footer .footer .bodytext a,
    div#footer div.footer-right .bodytext a,
    div#footer div.footer-right .bodytext a:hover {
        color: #333;
        font-size: 13px;
    }

    div#footer .title {
        font-weight: bold;
        margin-bottom: 0;
    }

    div#footer .bodytext {
        font-size: 13px;
    }

        div#footer .bodytext.icons a img {
            margin-right: 8px;
        }

        div#footer .bodytext.app-icons a img {
            height: 25px;
            margin-left: 5px;
        }

#footer .column, #footer .columns {
    width: 100%;
    margin: 0;
}

.footer-right > div > div:nth-child(2) > .three.columns {
    display: none;
}

    .footer-right > div > div:nth-child(2) > .three.columns.directory {
        display: block;
    }

.footer-right > div > div:nth-child(1) > .columns {
    text-align: center;
}

div#footer div.footer {
    border-right: none;
}

.inside .ads-column {
    margin-left: 1%;
    width: 16.3333%;
    padding-top: 15px;
}

    .inside .ads-column img {
        width: 100%;
    }



.special-offers-wrapper > div > div .camp-link.wrapbox {
    padding: 0;
}

.special-offers-wrapper .camp-link.wrapbox > div.so-item {
    margin: 5px 0;
    background: #FFF;
    height: 417px;  /*322px;*/
}

.special-offers-wrapper .camp-link.wrapbox > div.ts-item {
    margin: 5px 0;
    background: #FFF;
    height: 375px;  /*275px;*/
}

.special-offers-wrapper .camp-link.wrapbox .bodytext {
    padding: 10px 15px 20px;
}

.text-green {
    color: #4AA931 !important;
}
/*.ts-single h2 {
    font-size:26px;
}*/

.so-dropdown select {
    font-weight: bold;
    font-size: 16px;
    height: 48px;
    max-width: 400px;
}

.SOContent .bodytext h2 a, .SOContent .bodytext h3 span {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.SOContent h2 a {
    font-size: 18px;
    color: #333;
}

.SOContent h3 span {
    color: #49a932;
    font-size: 1.5rem;
    font-weight: normal;
}
.TSContent .ts-price + div, .SOContent > a {
    height: 260px;/*175px;*/
    display: block;
}
.SOContent img, .TSContent img {
    height: 260px;/*175px;*/
    width: 100%;
}

.camp-control .button, .camp-details .button {
    background-image: url(/images/new/arrow-right-green.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
    padding: 0 40px 0 25px;
}
    .camp-control .button:hover, .camp-control .button:focus, .camp-details .button:hover, .camp-details .button:focus {
        background-image: url(/images/new/arrow-right-white.png);
    }
    .camp-control .button-primary, .camp-details .button-primary {
        background-image: url(/images/new/arrow-right-white.png);
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 16px;
        padding: 0 40px 0 25px;
    }

.camp-control .TSContent {
    position: relative;
}

    .camp-control .TSContent h2 {
        color: #333;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .camp-control .TSContent .ts-price {
        position: absolute;
        top: 20px;
        left: 0;
        background: #4aa931;
        color: #FFF;
        font-size: 20px;
        font-weight: 600;
        padding: 5px 15px;
    }

.camp-control .map-responsive {
    padding-bottom: 200px;
}


.camp-control .header-wrap {
    padding: 30px 25px;
    text-align: center;
}

.camp-control h3 {
    color: #333;
    font-weight: normal;
}

.inside .ads-column {
    /*display: none;*/
}

.bg-grey {
    background-color: #F1F1F1;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.ts-single .eight.columns {
    width: 100%;
    margin: 0;
}

.ts-single .arrow-right {
    border-color: #4aa931;
    float: right;
    margin-top: 8px;
}

.ts-single img {
    width: 100%;
}

.ts-single h1 {
    font-size: 28px;
}

.ts-single h2 {
    font-size: 22px;
}

#MenuMobileDDACC {
    display: block;
}

.mobile #MenuMobileDDACC #menu-dd-acc {
    width: 50px;
    height: 45px;
    line-height: 60px;
    background-color: #f37227;
    background-size: 20px;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.mobile #MenuMobileDDACC #menuDD {
    background-color: #f37227;
}

.search-wrapper {
    float: right;
    margin-right: 70px;
    margin-top: 70px;
}

header.main .header-row.utility {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 3px;
    background: #f2f2f2;
}

.logo {
    margin-top: 45px;
}

.container.main {
    width: 100%;
    padding: 0;
}

.camp-checkbox {
    float: left;
    width: 25%;
    padding: 8px;
}

    .camp-checkbox > label {
        display: flex;
        border: 1px solid rgba(204,204,204,0.4);
        height: 85px;
        align-items: center;
        cursor: pointer;
    }

    .camp-checkbox label > div {
        padding: 0 10px;
        align-items: center;
        display: flex;
    }

    .camp-checkbox input[type=checkbox] {
        display: none;
    }

        .camp-checkbox input[type=checkbox]:checked + label {
            background-color: #EAF6E7;
        }

    .camp-checkbox .cb-img {
        float: left;
        width: 50px;
        padding: 6px 16px 8px 8px;
    }

    .camp-checkbox .cb-text {
        float: left;
        width: calc(100% - 50px);
        font-size: 15px;
    }

.site-services .camp-checkbox .cb-img {
    width: 55px;
    padding: 2px;
}

.site-services .camp-checkbox .cb-text {
    float: left;
    width: calc(100% - 55px);
}

input.date-picker {
    background: url(/images/camping/calendar_icon.png) no-repeat scroll right 4px;
    padding-right: 30px !important;
    margin: 3px 0;
}

.number-rounded {
    float: left;
    width: 34px;
    height: 34px;
    background-color: #F2712B;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
}

.facilities, .locations {
    margin: 20px 50px;
}

    .facilities ul li, .locations ul li {
        min-height: 35px;
        padding: 7px 0;
    }

    .facilities input[type=checkbox], .locations input[type=checkbox] {
        display: none;
    }

        .facilities input[type=checkbox] + label, .locations input[type=checkbox] + label {
            padding: 6px 0;
            display: block;
            cursor: pointer;
        }

        .facilities input[type=checkbox]:checked + label, .locations input[type=checkbox]:checked + label {
            background-color: #EAF6E7;
        }

.camp-search h1 {
    margin-bottom: 0;
    margin-left: 60px;
    margin-top: 5px;
}

    .camp-search h1 + p {
        margin-left: 60px;
        margin-bottom: 0;
    }

.view-map-btn {
    text-align: center;
}

    .view-map-btn a {
        color: #878787;
    }

.ui-widget-content {
    border: 1px solid #5ab546 !important;
}

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: none !important;
    }

        .ui-state-default.ui-state-active {
            border: 1px solid #5ab546 !important;
        }

.ui-datepicker select {
    height: 30px;
    font-size: 14px !important;
    width: 48% !important;
    margin: 0 1% !important;
}

.ui-datepicker .ui-datepicker-header {
    background: #ddd !important;
}

.mobile-btn-wrapper #goback {
    display: none;
    border-radius: 25px;
    border-radius: 25px;
}

input[type="submit"].btn-close {
    border: none;
    color: #333;
    font-weight: bold;
    width: 20px;
    padding: 0;
    background: transparent;
    font-size: 12px;
}
/*Insidecontent*/
.insideContentRightBar .header {
    color: #F2712B;
}

.insideContent .menu-container {
    display: none;
}

.insideContent .menu-container {
    display: none;
}

.insideContent #MobileMenuSecundary .menu-container {
    display: block;
}

.insideContent .menu-container ul.menu > li {
    margin-bottom: 0;
}

    .insideContent .menu-container ul.menu > li > a {
        height: auto;
        padding: 10px 10px;
        min-height: 35px;
        font-size: 16px;
        max-width: 300px;
    }

    .insideContent .menu-container ul.menu > li.menu_hit > a, .insideContent .menu-container ul.menu > li.menu_hit_hover > a {
        background-color: #4AA931;
        color: #FFF;
        border-radius: 20px;
        font-weight: 600;
    }

.banner img {
    width: 100%;
    display:block;
}

.insideContent ul li
/*, .insideContentNoLeftMenu  ul li*/
 {
    background: url(/images/bullet-new.png) no-repeat 3px 5px;
    background-size: 12px;
}


div#divCodeEthics ul li{
    background:none!important;
}
.insideContent ol {
    counter-reset: li;
}

    .insideContent ol li {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }

        .insideContent ol li::before {
            counter-increment: li;
            content: counter(li);
            display: inline-block;
            color: #FFF;
            border-radius: 50%;
            width: 22px;
            height: 22px;
            text-align: center;
            margin: 3px 10px;
            background-color: #F2712B;
        }

        .insideContent ol li span {
            float: right;
            display: inline-block;
            width: calc(100% - 50px);
            padding-top: 4px;
        }

.insideContent h1 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.insideContent h2, .insideContent h2 > * {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.insideContent h3 {
    font-size: 16px;
    color: #848484;
    font-weight: normal;
    margin-bottom: 5px;
}

.insideContent p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.insideContent a {
    color: #4aa931;
}

.insideContent .SOWidgetItemWrap {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.ms-slide .ms-caption .button-primary {
    border-radius: 2px;
}

.ui-widget input[type="checkbox"] {
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: 4px;
}

#bills-wrapper input[type="checkbox"], #bills-wrapper input[type="radio"], #bills-wrapper label {
    vertical-align: middle;
    margin-bottom: 1px;
    margin-right: 5px;
}

.newpagerstyle td span {
    color: #FFF;
    background: #F2712B;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    padding: 3px;
    font-weight: bold;
}

.newpagerstyle td a {
    font-weight: bold;
    color: #333;
    display: block;
    width: 25px;
    text-align: center;
    height: 25px;
    vertical-align: middle;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #ddd;
    margin-left: 6px;
}
.master-slider .ms-slide .ms-slide-bgcont img {
    /* height: 100% !important; */
    /* margin-top: 0 !important; */
    width: 100% !important;
    /* margin-left: 0 !important; */
}
/* #Page Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 
/* Media Queries
末末末末末末末末末末末末末末末末末末末末末末末末末 */
/* Larger than mobile */
@media (min-width: 400px) {
    /*header.mobile #MenuMobileDDACC
    {
        width:150px;
    }*/
    /*header.main*/
    div .logo {
        /*width: 200px;*/
        /*width: auto;*/
        float: left;
        padding: 10px;
    }

        div.logo.mental-health {
            width: auto;
        }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
    header.mobile h1 {
        font-size: 37px;
        font-size: 3.7rem;
        line-height: 40px;
    }

    header.mobile h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px;
    }
    /*header.mobile #MenuMobileDDACC
    {
        width:150px;
    }*/
    header.mobile .utilityLinks a {
        font-size: 12px;
        font-size: 1.2rem;
    }

    div#breadcrumbs .bread-crumbs table {
        width: auto;
        float: right;
    }

    div.staff-directory-item-column:first-child {
        text-align: left;
    }

    div.staff-directory-item-column:nth-child(3) {
        text-align: right;
    }

    .camp-details .camp-details-left-col {
        margin-left: 0;
    }

    .camp-details .camp-details-right-col {
        margin-left: 4%;
    }

    .inside .ten.columns.insideContentNoLeftMenu {
        width: 100%;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {
	.inside .ms-view, .inside .ms-slide, .inside .ms-slide-bgcont img {
        min-height: 100px !important;
    }
    .review-label-lg {
        display: inline;
    }

    .review-label-sm {
        display: none;
    }

    .review-label-top-left, .review-label-top-right {
        display: none;
    }

    .special-offers-wrapper, .special-offers-wrapper > div {
        width: 100%;
    }

        .special-offers-wrapper > div .camp-link.wrapbox > div {
            width: 32.666%;
            float: left;
        }

        .special-offers-wrapper > div > .camp-link.wrapbox > div:nth-child(3n+2) {
            margin-left: 1%;
            margin-right: 1%;
        }

    .ts-single .eight.columns {
        margin-left: 1%;
        width: 68.33333%;
    }

    .camp-control .header-wrap {
        text-align: left;
    }

    .see-results > div {
        text-align: right;
    }

    div#footer div.footer {
        width: 24%;
        margin-left: 0%;
    }

    div#footer div.footer-right {
        margin-left: 2%;
        width: 74%;
    }

        div#footer div.footer-right .row:nth-child(2) .columns {
            margin-left: 2.914798206278027%;
            width: 19.73094170403587%;
        }

            div#footer div.footer-right .row:nth-child(2) .columns:first-child {
                margin-left: 0;
            }

            div#footer div.footer-right .row:nth-child(2) .columns:last-child {
                width: 32.06278026905831%;
            }

    div#footer div.footer {
        text-align: left;
    }

    .footer-right > div > div:nth-child(2) > .three.columns {
        display: block;
    }

    .footer-right > div > div:nth-child(1) > .columns {
        text-align: left;
    }

    div#footer div.footer {
        border-right: 1px solid #ccc;
    }

    div#footer .three.columns {
        width: 22%;
    }

    div#footer .nine.columns {
        width: 74.0%;
    }

    div#footer .six.columns {
        width: 49%;
        margin-left: 2%;
    }

    div#footer .column:first-child, div#footer .columns:first-child {
        margin-left: 0;
    }

    div#mainmenu {
        display: block;
    }

    #MenuMobileDDACC {
        display: none;
    }

    .insideContent .menu-container {
        display: block;
    }

    .search-wrapper {
        float: none;
        margin-right: 0px;
        margin-top: 0px;
    }

    header.main .header-row.utility {
        position: relative;
        text-align: right;
        background: transparent;
    }

    .inside .logo {
        padding: 20px 5px;
    }

        .inside .logo img {
            width: 190px;
        }

    .inside header.main .logo + div.float-right {
        width: calc(100% - 200px);
    }

    .inside header.main div#mainmenu {
        float: none !important;
        display: inline-block;
    }
    .inside header.main .header-row.search-wrapper div.header-col:last-child {
        float: right !important;
        padding-bottom: 10px;
    }
    .inside header.main div.header-row{
        padding-top:5px;
    }
    header.main div.header-row {
        padding-top: 10px;
    }

    div.content #MobileMenuSecundary {
        display: none;
    }

    div.adds-row .six.columns, div.content-row .six.columns {
        width: 49.16666666666667%;
        margin-left: 1.666666666666667%;
    }

        div.adds-row .six.columns:first-child, div.content-row .six.columns:first-child {
            margin-left: 0px;
        }

    div.SOWidget-row .four.columns {
        width: 32.22222222222222%;
        margin-left: 1.666666666666667%;
    }

        div.SOWidget-row .four.columns:first-child {
            margin-left: 0px;
        }

    .logo {
        margin-top: 0px;
    }

    .container.main {
        width: 90%;
    }

    .mobile-btn-wrapper {
        display: none;
    }

    .locations ul {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }

    .facilities ul {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
    }

    .locations input[type=checkbox] + label, .facilities input[type=checkbox] + label {
        display: inline;
    }

    .inside-right-bar .seven.columns.insideContent {
        width: 69%;
        margin-left: 0;
    }

    .inside-right-bar .three.columns.insideContentRightBar {
        width: 30%;
        margin-left: 1%;
    }

    .parent {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .camp-results .parent {
        height: 622px;
    }

    .camp-control.promotions .parent {
        height: 790px;
    }

    .scrollable {
        overflow-y: scroll;
        position: absolute;
        padding: 0 17px 0 0;
        width: calc(100% + 17px);
        height: 100%;
    }

    .scrollbar {
        cursor: pointer;
        position: absolute;
        overflow: auto;
        top: 0px;
        right: 3px;
        z-index: 2;
        background-color: #E1E1E1;
        width: 8px;
        border-radius: 8px;
        min-height: 30px;
        display: none;
    }

    .camp-search > div.row {
        display: block !important;
    }

    .camp-results .seven.columns {
        margin-left: 1%;
        width: 59.666667%;
    }

    .camp-results .tab-view-header {
        display: none;
    }

    .camp-results .campg-refine, .camp-results .campg-map, .camp-results .campg-list {
        display: block !important;
    }

    .camp-details .columns:first-child {
        margin-left: 0;
    }

    .camp-details .columns {
        margin-left: 1%;
    }

    .camp-details .four.columns {
        width: 32.6666666667%;
    }

    .camp-details .six.columns {
        width: 49.5%;
    }

    .camp-details .eight.columns {
        width: 66.3333333333%;
    }

    .camp-details .columns.twelve {
        margin-left: 0;
    }

    .ReviewItemWrapper .ReviewDetailsWrapper {
        width: 300px;
        float: left;
    }

    .ReviewItemWrapper .Comment_item {
        width: calc(100% - 320px);
        float: left;
        margin-left: 20px;
    }

    .campg-overview-bottom h2 + * {
        display: block !important;
    }
	 .camp-details .camp-map {
        height: 100%;
    }

        .camp-details .camp-map .map-responsive {
            height: 100% !important;
            padding-bottom: 0 !important;
            min-height: 120px;
        }

    .camp-details > div:nth-child(1), .camp-details > div:nth-child(2), .camp-details > div:nth-child(3) {
        display: flex;
    }
}

header.main {
    display: block;
}

header.mobile {
    display: none;
}
/* Larger than desktop */
@media (min-width: 1000px) {
    /*header.main {
        display: block;
    }

    header.mobile {
        display: none;
    }*/

    nav.mobile {
        display: none;
    }

    div.content .leftmenu {
        display: block;
    }

    .inside-right-bar .two.columns.ads-column {
        margin-left: 0;
        width: 15.8333333333%;
    }

    .inside-right-bar .seven.columns.insideContent {
        margin-left: 1%;
        width: 57.9166666667%;
        /*width: 74.0%;*/
        /* width: 48.0%; */
    }

    .inside-right-bar .three.columns.insideContentRightBar {
        width: 24.25%;
        margin-left: 1%;
    }

    .inside .ads-column {
        display: block;
    }

    .inside .ten.columns.insideContentNoLeftMenu {
        width: 82.6666666667%;
        margin-left: 0;
    }

    .inside-left-ads .two.columns.ads-column {
        margin-left: 0;
    }

    .inside-left-ads .ten.columns.insideContent {
        margin-left: 1%;
    }

    div#prefooter .prefooter-col {
        width: 48%;
        margin-left: 4%;
    }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}

/* #CMS Styles
末末末末末末末末末末末末末末末末末末末末末末末末末 */

.Tibby_Bottom_Button_Enabled_Highlighted {
    font-size: 12px;
    font-family: Arial, calibri;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.Tibby_Bottom_Button_Enabled_NotHighlighted {
    font-size: 12px;
    font-family: Arial, calibri;
    text-decoration: none;
    color: #ffffff;
}

.Tibby_Bottom_Button_Disabled {
    font-size: 12px;
    font-family: Arial, calibri;
    color: #96aaba;
    text-decoration: none;
    font-weight: bold;
}

.fixedtopcenter {
    position: absolute;
    left: 0px;
    right: 0px;
    border: 0px;
}

.admin_overlay {
    background-color: #2f8dcb; /*#1370ab;*/
    width: 100%;
    /*height:30px;*/
    margin: auto;
    padding: 0px 10px 0px 10px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.admin_bodytext_white {
    font-family: arial;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.admintable {
    height: 30px;
}

    .admintable td {
        padding-left: 5px;
        padding-right: 5px;
    }

.nosize {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.watermarked {
    /*background-color:Transparent;
	border:0;*/
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 12px;
    font-style: italic;
    color: Gray;
    vertical-align: middle;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.pt25 {
    padding-top: 25px;
}

.mw150 {
    min-width: 150px;
}

.al {
    text-align: left;
}

.ar {
    text-align: right;
}

.ac {
    text-align: center;
}

.toUpper {
    text-transform: uppercase;
}

.toLower {
    text-transform: lowercase;
}

.hide, .hidden {
    display: none;
}

.required {
    color: #FF0000;
    font-size: medium;
    font-weight: bold;
    padding-right: 5px;
}

.ModalBackground {
    background-color: #FFFFFF;
    /*background-image: url('/Images/inactive-bg.gif');*/
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.ModalBg {
    background-color: #FFFFFF;
    /*background-image: url('../Images/inactive-bg.gif');*/
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background-repeat: repeat;
}

.SemiTransparentBg {
    background-color: #FFFFFF;
    /*background-image: url('../Images/inactive-bg.gif');*/
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: -1;
}

.rounded {
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

.shadowed {
    position: relative;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
    behavior: url(/js/PIE-2.0beta1/PIE.htc);
}

#servicesGlossary {
    padding-bottom: 20px;
}

    #servicesGlossary h2 {
        /*font-family: 'Open Sans 7', 'Open Sans', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        display: inline-block;
        font-size: 22px;
        font-weight: 700;
        border: 0px;
        min-width: inherit;
    }

        #servicesGlossary h2.inactive {
            color: Silver;
        }

#servicesWrapper {
    position: relative;
    overflow: hidden;
}

    #servicesWrapper .serviceitem {
        position: relative;
        display: block;
        /*float:left;*/
        width: 301px;
        margin-right: 30px;
        padding-bottom: 10px;
    }

        #servicesWrapper .serviceitem:nth-child(3n+3) {
            margin-right: 0px;
        }
    /*#servicesWrapper .serviceitem:nth-child(3n+1)
{
    clear: left;
}*/

    #servicesWrapper h2 {
        /*font-family: 'Open Sans 7', 'Open Sans', "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font-weight: 700;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        border-bottom-color: #0092d0;
    }

    #servicesWrapper ul {
        padding-left: 15px;
    }

    #servicesWrapper li {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #cccccc;
        line-height: 40px;
    }

        #servicesWrapper li a {
            color: #333333;
        }

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.p20 {
    padding: 20px !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.SOWidgetItemDetails .sptitle {
    padding-bottom: 5px;
}

    .SOWidgetItemDetails .sptitle a {
        color: #000;
        font-weight: 600;
        font-size: 1.7rem;
    }

.SOWidgetItemDetails .spbody {
    color: #000;
}

.search-wrapper .searchPanel input[type="text"] {
    border: 1px solid #ECECEC !important;
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.header {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
}

.content2 .header, .news .header {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 0;
}

.sub-header {
    font-size: 1.8rem;
    color: #848484;
}

.subtitle {
    font-size: 16px;
    color: #848484;
    font-weight: 6 00;
}

div#footer .directory .bodytext {
    font-size: 12px;
    color: #292929;
}

div#footer .directory .button-shiraz {
    padding: 0 20px;
    font-size: 13px;
}

@media (max-width: 1150px) {
    .mainmenu ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    div .SOWidgetItemImage a {
        height: 160px;
    }

    div#footer .title {
        font-size: 18px;
    }
    .special-offers-wrapper .TSContent .ts-price + div, .special-offers-wrapper .SOContent > a,
    .special-offers-wrapper .SOContent img, .special-offers-wrapper .TSContent img {
        height: 150px;
    }

    header.main .search-wrapper .header-col {
        display: block;
    }

    .mainmenu .menu-container ul li {
        padding: 10px 0px 10px 15px;
    }

        .mainmenu .menu-container ul li a {
            font-size: 15px;
        }

    .camp-checkbox {
        width: 50%;
        padding: 8px 15px;
    }
}

@media (max-width: 991px) {
    div .logo {
        width: 180px;
        float: left;
    }

    div.SOWidgetItemImage a {
        height: 130px;
    }

    div#footer .title {
        font-size: 15px;
    }
}

@media (max-width: 767px) {

    #header {
        position: relative;
    }

    /*header.main .header-row.utility {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 3px;
        background: #f2f2f2;
    }*/
    /*.logo {
        margin-top: 45px;
    }*/

    nav.mobile {
        display: block;
        position: absolute;
        top: 68px;
        right: 0;
        left: 0;
    }


    div.content2 a {
        margin-left: 60px;
        margin-right: 60px;
    }

    .asbMenu {
        max-width: 100%;
    }
}

@media (max-width: 749px) {
    .inside .container.banner {
        padding: 0;
    }

    .master-slider .ms-slide .ms-slide-layers .ms-caption {
        left: 0 !important;
        right: 0;
        text-align: center;
        font-size: 12px !important;
        padding-top: 25px !important;
    }

    .master-slider .ms-slide .ms-caption h1, .master-slider .ms-slide .ms-caption p {
        margin-top: 5px;
        margin-bottom: 5px;
        padding:0 10px;
    }

    .master-slider .ms-slide .ms-caption h1 {
        font-size: 2em;
        line-height: 1;
    }

    .ms-slide .ms-caption .button-transparent {
        line-height: 2em !important;
    }
	.ms-view, .ms-slide, .ms-slide-bgcont img {
        min-height: 180px !important;
    }
	.inside .ms-view, .inside .ms-slide, .inside .ms-slide-bgcont img {
        min-height: 150px !important;
    }
    .master-slider .ms-slide .ms-slide-bgcont img {
        margin-left: 0 !important;
        width: 100% !important;
        /*display:none;*/
        margin-top:0!important;
    }
    .master-slider .ms-slide .ms-slide-bgcont img.show_on_mobile {
        display: block;
        margin-top:0!important;
    }
    .master-slider .ms-slide .ms-slide-bgcont  {
        background-color:#4ea739;
    }

    .ms-slide .ms-caption .button-primary {
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
    }

    div.content2 {
        padding: 50px 20px;
    }

    div.content-row .six.columns:first-child {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }

    div.content-row .six.columns:last-child {
        display: none;
    }

    .container.news {
        padding: 25px 0;
    }

        .container.news .sub-header {
            padding: 0 10px;
        }

    div.adds-row .six.columns {
        padding: 0 30px;
    }

    .SOWidget-row {
        padding-top: 20px;
    }

    .SOWidgetItemImage {
        display: none;
    }

    .SOWidgetItemDetails {
        float: left;
        width: 80%;
    }

    .SOWidgetButton a.button {
        width: 37px;
        padding: 0;
        background-color: #4aa931;
        border-color: #4aa931;
    }

    .SOWidgetButton a span:first-child {
        display: none;
    }

    .SOWidgetButton a .arrow-right {
        margin-left: 0px;
    }

    .SOWidgetItemWrap {
        padding: 20px;
        border-top: 1px solid #ccc;
    }
    .special-offers-wrapper .TSContent .ts-price + div, .special-offers-wrapper .SOContent > a,
    .special-offers-wrapper .SOContent img, .special-offers-wrapper .TSContent img {
        height: 200px;
    }

    .special-offers-wrapper .camp-link.wrapbox > div.so-item, .special-offers-wrapper .camp-link.wrapbox > div.ts-item {
        height: auto;
        margin: 5px 10px;
    }

    .facilities, .locations {
        margin: 20px -20px;
    }

        .facilities ul li, .locations ul li {
            padding: 0;
            border-bottom: 1px solid #EEE;
        }

        .facilities input[type=checkbox] + label, .locations input[type=checkbox] + label {
            padding: 8px 20px;
        }

    .camp-checkbox {
        width: 50%;
        padding: 8px 5px;
    }

        .camp-checkbox label > div {
            padding: 0px;
        }

    .camp-search > div.row {
        display: none;
        margin-bottom: 0 !important;
    }

        .camp-search > div.row:first-child, .camp-search div.row.mobile-btn-wrapper {
            display: block;
        }

    .mobile-btn-wrapper {
        padding-bottom: 20px;
    }

    div.content.inside {
        padding: 0;
    }

    .camp-results {
        padding-bottom: 30px;
    }

        .camp-results .campg-refine h1, .camp-results .campg-refine h2, .camp-results .campg-list > div > h2 {
            display: none;
        }

        .camp-results .campg-refine, .camp-results .campg-map {
            display: none;
            margin-bottom: 0 !important;
        }

        .camp-results .header-wrap {
            text-align: left;
            padding-bottom: 0 !important;
        }

            .camp-results .header-wrap.campg-refine {
                background-color: #FFF !important;
            }

            .camp-results .header-wrap .modify-search-btn {
                text-align: center;
                position: absolute;
                bottom: 7px;
                left: 50%;
                transform: translateX(-50%);
                font-size: 17px;
            }

    .camp-details .campg-detais-wrapper div.columns > div {
        width: 50%;
    }

    .camp-details {
        margin-top: 30px;
    }

        .camp-details p.open {
            position: absolute;
            top: 7px;
            width: 80%;
            left: 50%;
            transform: translateX(-50%);
        }

        .camp-details .first-row > div {
            min-height: auto;
        }

        .camp-details .camp-map {
            margin-bottom: 10px;
        }

    .campg-overview-bottom .p20, .campg-overview-bottom .mb15 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .campg-overview-bottom h2 {
        background: url(/images/new/arrow-right-green.png) no-repeat center left 5px;
        background-size: 16px;
        border-top: 1px solid #EEE;
        margin-bottom: 0 !important;
        padding: 10px 20px 10px 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .campg-overview-bottom h2.collapse {
            background: url(/images/new/arrow-down-green.png) no-repeat center left 5px;
            background-size: 16px;
        }

        .campg-overview-bottom h2 ~ * {
            display: none;
            padding: 10px 15px;
        }

    div#footer, div#footer .container {
        padding: 10px 0px 0px;
        text-align: center;
    }

        div#footer .row .columns {
            padding-left: 30px;
            padding-right: 30px;
        }

        div#footer div.footer > div {
            padding-bottom: 85px;
        }

        div#footer div.footer .copy-right {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin-left: -15px;
            margin-right: -15px;
            background: #FFF;
            padding: 10px 5px;
        }

            div#footer div.footer .copy-right + div {
                display: none;
            }

        div#footer .columns.directory {
            background: #FFF !important;
            padding-top: 25px;
            padding-left: 100px;
            padding-right: 100px;
            text-align: left;
        }

        div#footer .footer-right.columns {
            padding-left: 0;
            padding-right: 0;
        }

    .camp-control .header-wrap {
        background-color: transparent !important;
        padding: 0 10px 10px;
    }

    .camp-details .thumbnails-wrapper table {
        display: none;
    }

    .camp-control.promotions table tr, .camp-control.promotions table td {
        display: block;
    }

    .insideContent iframe, .insideContent embed {
        max-width: 100%;
    }

    .insideContent table {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 549px) {
    div.logo {
        /*width: 150px;*/
        width: 134px;
        padding-top: 25px;
    }

    .search-wrapper .searchPanel input[type="text"] {
        /*width: calc(100% - 10px) !important;*/
        width: calc(100% - 0px) !important;
    }

    div.logo + div {
        width: calc(100% - 150px);
    }

    .search-wrapper {
        margin-top: 65px;
        padding-right: 55px;
        width: 100%;
        margin-right: 0;
    }

    .mobile #MenuMobileDDACC #menu-dd-acc {
        top: -8px;
        width: 45px;
        height: 40px;
    }

    div.utilityMenu ul.menu > li > a {
        padding: 8px 13px !important;
    }

    div.searchPanel, div.searchPanel input {
        height: 30px !important;
    }

    .utilityLinks a {
        margin-left: 10px;
        margin-right: 0px;
    }

    div.utilityMenu ul.menu > li > a {
        padding-left: 10px !important;
    }

    div.content2 a {
        margin-left: 35px;
        margin-right: 35px;
        margin-top: 35px;
    }

    div.content2 caption {
        margin-top: 10px;
    }

    div.content2 a img {
        width: 85px;
    }


    .content2 .header, .news .header {
        font-size: 24px;
    }
    .special-offers-wrapper .TSContent .ts-price + div, .special-offers-wrapper .SOContent > a,
    .special-offers-wrapper .SOContent img, .special-offers-wrapper .TSContent img {
        height: 180px;
    }

    div#footer .columns.directory {
        padding-left: 44px;
        padding-right: 50px;
    }
}

@media (max-width:400px) {
    div.logo {
        width: 120px;
        /*padding: 5px 0 0 5px;*/
        padding: 15px 0 0 5px;
    }

        div.logo + div {
            width: calc(100% - 120px);
        }

    .lang-toggle {
        font-size: 13px;
    }
}

@media (max-width: 375px) {

    div.utilityMenu ul.menu > li > a {
        padding-left: 5px !important;
        font-size: 12px !important;
    }

    .search-wrapper .searchPanel input[type="text"] {
        /*max-width: 110px !important;*/
    }

    .logo {
        padding: 12px;
    }

    div.content2 a img {
        width: 80px;
    }

    div.content2 a {
        margin-left: 18px;
        margin-right: 18px;
    }

    div#footer .columns.directory {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:320px) {
    div.utilityMenu ul.menu > li > a {
        font-size: 11px !important;
    }

    .camp-control.camp-search .row.p20 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div#footer .columns.directory {
        padding-left: 19px;
        padding-right: 19px;
    }

}

@media (max-width:550px) {
    .inside .ads-column img {
        width: 40%;
    }
}

@media(max-width:1000px){
    .inside .ads-column {
        width: unset;
    }
}

@media (min-width:551px) and (max-width:1000px) {
    .inside .ads-column img {
        width: 30%;
    }
}

/*#region Banner Galleries Home */

#banner {
    display: none;
}

#bannerMobile {
    display: block;
}

@media (min-width: 750px) {
    #banner {
        display: block ;
    }

    #bannerMobile {
        display: none;
    }
}

#banner {
    display: none;
}

#bannerMobile {
    display: block;
}

@media (min-width: 750px) {
    #banner {
        display: block ;
    }

    #bannerMobile {
        display: none;
    }
}
*/
/*#endregion */