/*!
Theme Name: Camp_wp
Theme URI: http://underscores.me/
Author: Marina Pivalica
Author URI:
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: camp_wp
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.container-fluid {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

h1,
h2,
h3,
h4 {
    color: #296F86;
    text-align: center;
    margin: 20px 0;
}

p {
    color: #808080;
    line-height: 25px;
}

a {
    color: #87BE9F;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*======= HOMEPAGE ========*/
#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
    width: 100%;
    height: 100vh;
}

#boxes .window {
    position: absolute;
    left: 20%;
    top: 5%;
    width: 60%;
    height: auto;
    display: none;
    z-index: 9999;
    border-radius: 15px;
}

#boxes #dialog {
    width: 60%;
    height: auto;
    background-color: #ffffff;
    margin: 50px auto;
    display: block;
}

#popupfoot {
    font-size: 16pt;
    position: absolute;
    bottom: 0px;
}

.close-popup {
    color: #fff;
    background-color: #E46E7C;
    padding: 4px 8px;
    text-align: center;
    display: block;
    width: 150px;
    margin: 20px auto;
    border-radius: 6px;
}

.close-popup:hover {
    color: #fff;
}

/*----- NAVIGATION BAR -----*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar-default {
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    position: fixed;
    /* top: 0;
    left: 0;
    right: 0; */
    z-index: 5;
    padding-bottom: 15px;
    border-radius: 0;
}

.logo-image {
    width: 150px;
    margin-top: 0;
}

.nav-links {
    margin: 2px auto;
    width: 70%;
    cursor: pointer;
}


.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
    color: #296F86;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 30px;
    padding-bottom: 0;
    padding-top: 25px;
}


.navbar-default .navbar-nav > li > a:hover {
    background: -webkit-linear-gradient(#87BE9F, #296F86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: -webkit-linear-gradient(#87BE9F, #296F86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub-menu {
    list-style: none;
}

.sub-menu > li {
    line-height: 30px;
}

.sub-menu > li > a {
    text-transform: uppercase;
    color: #296F86;
    padding: 10px;
}

.sub-menu > li:hover > a {
    background-color: #87BE9F;
    color: #fff;
}



/*----- SOCIAL ICONS -----*/

.mobile-icons {
    display: none;
}

.desktop-icons {
    width: 25%;
    margin: 20px auto 0 auto;
    text-align: center;

}

.desktop-icons p {
    display: inline;
    color: #E46E7C;
    font-size: 16px;
}

.desktop-icons a i {
    font-size: 20px;
    padding: 8px;
    color: #E46E7C;
}

.desktop-icons a i:hover {
    transform: scale(1.4, 1.4);
    transition: 0.3s;
}

/*----- HEADER -----*/

.header-home {
    position: relative;
}

.header-text {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
}

.header-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 10px;
    line-height: 55px;
    text-shadow: 0.5px 0.5px #296F86;
    color: #fff;
}

/*----- MAIN CONTENT -----*/

.main-content {
    margin-top: 95px;
}

.owl-next span {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #E46E7C;
    color: #fff;
    font-size: 70px;
}

.owl-prev span {
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #E46E7C;
    color: #fff;
    font-size: 70px;
}

/*----- SECTIONS -----*/

.section {
    margin-top: 110px;
}

.section p {
    padding: 20px 140px;
    font-size: 16px;
}

/*----- ABOUT US SECTION -----*/

.section mark {
    color: #296F86;
    font-size: 36px;
}

/*----- CAMPGROUND -----

.campground-button {
    display: block;
    margin: 20px auto 50px auto;
    width: 30%;
    height: 55px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #87BE9F;
    border-color: #87BE9F;
    font-size: 24px;
    letter-spacing: 3px;
    outline: none;
    text-decoration: none;
}

.campground-button:hover,
.campground-button:focus {
    color: #fff;
}

.campground img {
    width: 70%;
    margin: 0 auto;
}
*/

/*----- ACTIVITIES SECTION -----*/

.slider {
    width: 80%;
    margin: 0 auto;
}

.card-image {
    height: 250px;
    width: auto !important;
    padding-top: 20px;
}


#main-carousel .owl-nav {
    text-align: center;
    font-size: 16px;
    color: #87BE9F;
    margin-top: 50px;
}

#main-carousel .owl-nav .owl-prev:before,
#main-carousel .owl-nav .owl-next:before {
    display: none;
}

#main-carousel .owl-nav .owl-next:focus,
#main-carousel .owl-nav .owl-prev:focus {
    outline: none;
}

#main-carousel .owl-prev,
#main-carousel .owl-next {
    display: inline-block;
    margin: 0 10px 0;
    box-shadow: 1px 1px 0.5px 2px #eee;
    padding: 6px;
}

/*#main-carousel .owl-nav .owl-prev:after {
    content: 'PREV';
    text-align: center;
    margin-right: 10px;
    box-shadow: 1px 1px 0.5px 2px #eee;
    padding: 6px;
}

#main-carousel .owl-nav .owl-next:after {
    content: 'NEXT';
    margin-left: 10px;
    box-shadow: 1px 1px 0.5px 2px #eee;
    padding: 6px;
}
*/

#main-carousel .owl-nav .owl-next:hover,
#main-carousel .owl-nav .owl-prev:hover {
    transform: scale(1.2, 1.2);
    transition: 0.3s;
}


#main-carousel.owl-carousel .owl-item.active {
    opacity: 0.5;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

#main-carousel.owl-carousel .owl-item.center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: auto;
}

#main-carousel a {
    text-decoration: none;
}

#main-carousel .content {
    width: 60%;
    height: auto;
    margin: -30px auto 0 auto;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    position: relative;
}


#main-carousel i {
    font-size: 30px;
    padding: 3px 10px;
    border: 1px solid #87BE9F;
    border-radius: 50%;
    animation-name: pulse_animation;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes pulse_animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/*----- ACTIVITIES MODAL -----

#activitiesModal .modal-dialog {
    width: 100%;
    margin-top: 0;
}

#activitiesModal .modal-content {
    min-height: 100vh;
    border: none;
}

#activitiesModal .carousel-control {
    top: 50%;
    bottom: 50%;
}

#activitiesModal .close {
    font-size: 30px;
    color: #87BE9F;
    opacity: 1;
}

#activitiesModal .close:hover {
    opacity: 0.5;
    transition: 0.5s;
}

#activitiesModal .modal-header {
    border: none;
}

.activitiesRow {
    width: 80%;
    margin: 50px auto;
}

.activitiesRow h5 {
    color: #87BE9F;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
}

.activitiesRow h2 {
    text-align: left;
    font-weight: 700;
    letter-spacing: 1px;
}

.activitiesRow hr {
    width: 10%;
    margin-left: 0;
    height: 1px;
    background-color: #296F86;
}

.activitiesRow .btn {
    background-color: #87BE9F;
    border: none;
}

.activitiesRow a {
    color: #fff;
}

#activitiesModal .carousel-control {
    text-shadow: 1px 2px rgba(0, 0, 0, 0.7)
}

*/

/*------ TESTIMONIALS ------*/

.testimonials h1 {
    margin-top: 0;
}

h6 {
    text-align: center;
    margin-bottom: 0;
    color: #296F86;
    font-weight: 200;
    letter-spacing: 3px;
    font-size: 20px;
}

.img-profile {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 50px auto;
}

.item-inner {
    text-align: center;
    height: 450px;
}

.item-inner span {
    color: #296F86;
    font-size: 20px;
    margin: 0 5px;
}

.carousel-control {
    background-color: none;
    font-size: 40px;
    color: #87BE9F;

}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    position: absolute;
    top: 50%;
    bottom: 50%;
}

.author {
    padding: 20px 0;
}

hr {
    margin-top: 0;
}

.copy {
    font-size: 12px;
    padding: 0;
    clear: both;
    text-align: center;
}

.copy strong {
    font-size: 14px;
    color: #296F86;

}

/*===== LOCATION =====*/

.location-map iframe {
    width: 100%;
    min-height: 100vh;
}

.location-info {
    width: 90%;
    margin: 50px auto;
}

.location-info p {
    padding: 10px 0;
}

.map-link {
    width: 20%;
    margin: 0 auto;
}

.map-link h6 {
    font-family: 'Satisfy', cursive;
    letter-spacing: 0;
}

.map-link a {
    text-decoration: none;
}

.map-link img:hover {
    transform: scale(1.2, 1.2);
    transition: 0.3s;
}

.address p {
    text-align: center;
    font-weight: 600;
}

/*===== CAMPGROUND =====*/

.header-rectangle {
    width: 40%;
    height: 100px;
    background-color: #fff;
    position: relative;
    margin: -50px auto;
    text-align: center;
}

.header-rectangle h2 {
    font-weight: 200;
    margin-top: 0;
}

.header-rectangle h6 {
    font-family: 'Satisfy', cursive;
    margin-bottom: 10px;
    padding-top: 20px;
}

.header-rectangle hr {
    background-color: #87BE9F;
    width: 40%;
    height: 1px;
}

.camp-amenities {
    width: 80%;
    margin: 100px auto;
}

.camp-amenities .col-sm-6 {
    margin-top: 20px;
}

.camp-amenities .col-sm-6 img {
    width: 80px;
}

.camp-amenities .col-sm-6 h4 {
    display: inline;
    margin-left: 20px;
    color: #808080;
    letter-spacing: 1px;
    font-size: 14px;
}

.view-icon {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
}

.view-icon h4 {
    font-size: 18px;
    color: #808080;
    text-transform: uppercase;
}

.camp-amenities .col-sm-6:hover > img,
.col-sm-12:hover > img {
    transform: scale(1.2, 1.2);
    transition: 0.3s;
}

/*===== CARPE DIEM=====*/

#backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 25px;
    border: none;
    background-color: #87BE9F;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    outline: none;
}


.activities-info {
    width: 80%;
    margin: 150px auto;
}

.activities-info hr {
    width: 5%;
    height: 1px;
    background-color: #296F86;
}

.activities-info p {
    text-align: left;
    padding: 20px 0;
    font-size: 16px;
}


.activities-info h4 {
    color: #4A4A4A;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
}

#daytrips ul {
    padding-left: 10px;
    color: #808080;
    line-height: 25px;
    font-size: 16px;
    font-weight: 200;
}

#events a {
    margin: 0 10px;
    text-transform: uppercase;
    text-decoration: none;
    color: #87BE9F;
}


/*===== BLOG =====*/

.content-bg {
    max-width: 100%;
    height: auto;
    background-image: url(images/content-bg.png);
    background-size: 100%;
    background-repeat: repeat;
}

.wrapper {
    width: 70%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
}

.about-blog {
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
}

.recent-posts h3 {
    text-transform: capitalize;
    font-family: 'Satisfy', cursive;
    margin-top: 70px;
    margin-bottom: 50px;
}

.post {
    width: 70%;
    margin: 0px auto 70px auto;
}

.post img {
    width: 100%;
    height: auto;
}

.post-inner {
    height: auto;
    border: 1px solid #ccc;
}

.post-title {
    width: 100%;
    height: auto;
    background-color: #E0E0E0;
    padding-left: 10px;
    margin-top: -30px;
    margin-left: -60px;
}

.post-title h5 {
    color: #555353;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
}

.post-title time {
    color: #808080;
}

.post-content p {
    padding: 15px;
    line-height: 18px;
}

.post-content a {
    display: block;
    width: 105px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #808080;
    color: #808080;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 15px;

}

/*===== SINGLE POST =====*/

.title {
    color: #555353;
    font-weight: bold;
    font-size: 22px;
}

.single-post-inner {
    width: 90%;
    margin: 0 auto;
}

.single-post-inner time {
    display: block;
    text-align: center;
    letter-spacing: 1px;
    color: #808080;
}

.single-post-inner ul {
    color: #808080;
    font-weight: 200;
}


.images-row {
    text-align: center;
}

.images-row .col-sm-4 img,
.images-row .col-sm-6 img {
    height: 150px;
    width: auto;
}

/*===== PRICE INFO =====*/
.header-price-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.header-price-content h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
}

.header-price-content h5 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.price--info {
    width: 60%;
    margin: 50px auto;
}

.price-info {
    color: #4a4a4a;
    width: 40%;
}

.price-info p {
    padding-left: 20px;
}

.price-info .underline {
    text-decoration: underline;
}

.price-info p b {
    font-size: 16px;
}

.included {
    list-style: circle;
}


/*===== GALLERY =====*/

.gallery-grid {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
}

.column {
    -ms-flex: 25%;
    -webkit-flex: 25%;
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}


@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width:800px) {

    .container-fluid {
        width: 100%;
    }

    /*----- NAVBAR -----*/
    .navbar-collapse {
        min-height: 100vh;
        padding: 0;
        text-align: center;
        overflow: hidden;
    }

    .navbar-default {
        padding-bottom: 0;
    }

    .nav-links {
        margin: 0;
        width: 100%;
    }

    .navbar-right {
        display: inline;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus {
        padding-left: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #87BE9F;
        padding-left: 0;
        text-align: center;
    }

    .navbar {
        margin-bottom: 0;
    }

    .navbar-header,
    .navbar-nav > li {
        float: none;
    }

    .navbar-brand > img {
        float: none;
        display: inline;
    }

    .navbar .navbar-nav {
        display: block;
        margin-top: 30px;
    }

    .navbar-toggle {
        display: inline-block;
        float: left;
        margin-left: 5px;
    }

    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 0;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0;
    }

    .navbar-collapse {
        border-top: 0;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: -20px;
    }

    .collapse.in {
        display: block !important;
        min-height: 100vh;
        overflow-y: scroll;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        box-shadow: none;
        margin-top: 0;
        border: none;
    }

    .price--info {
        width: 95%;
    }

    .header-price-content h2 {
        color: #fff;
        font-size: 25px;
    }

    .header-price-content h5 {
        font-size: 16px;
    }
}



@media only screen and (max-width:640px) {
    .navbar-brand {
        padding: 0;
    }

    .logo-image {
        width: 80px;
        margin-top: 0;
        padding: 0;
    }

    .desktop-icons {
        display: none;
    }

    .mobile-icons p {
        display: none;
    }

    .mobile-icons {
        display: inline;
    }

    .mobile-icons li {
        float: right;
        display: inline;
        padding: 20px 5px 0 10px;
        font-size: 16px;
        text-decoration: none;
    }

    .mobile-icons i {
        color: #E46E7C;
    }

    /*====== HOMEPAGE =====*/
    .main-content,
    .header-home {
        margin-top: 50px;
    }

    .header-text {
        text-align: center;
        color: #fff;
    }

    .header-text h2 {
        font-size: 20px;
        letter-spacing: 5px;
        line-height: 25px;
        margin: 5px;
    }

    .section {
        margin-top: 40px;
    }

    .buttons-row {
        width: 100%;
        margin-bottom: 50px;
    }

    .section h1 {
        margin-top: 0px;
        font-size: 30px;
    }

    .section p {
        padding: 20px;
    }

    .campground-button {
        width: 60%;
        font-size: 18px;
        line-height: 40px;
        margin: 20px auto;
    }

    .campground img {
        width: 100%;
    }

    .activities-row {
        margin-right: 0;
        margin-left: 0;
    }

    /*----- ACITIVITIES MODAL -----*/
    .slider {
        width: 100%;
    }

    .card-image {
        width: 100%;
        height: auto;
    }

    .activities-row .content {
        width: 90%;
        padding: 20px 15px;
        margin: -80px auto;
    }

    .icon-image {
        width: 50px;
    }

    .item-inner {
        height: 600px;
    }

    /*===== LOCATION =====*/
    .location-info {
        width: 100%;
        margin: 30px auto;
    }

    .location-info p {
        padding: 0 20px 20px;
    }

    .map-link {
        width: 60%;
        margin: 0 auto;
    }


    /*===== CAMPGROUND =====*/
    .header-rectangle {
        width: 70%;
        margin: -40px auto;
    }

    .header-rectangle h2 {
        font-size: 20px;
    }

    .header-rectangle h6 {
        padding-top: 10px;
    }

    .camp-amenities {
        width: 100%;
        margin: 60px auto;
    }

    .camp-amenities .col-sm-6 {
        margin-top: 20px;
        padding-left: 5px;
        padding-right: 0;
    }

    .camp-amenities .col-sm-6 img {
        width: 60px;
    }

    .camp-amenities .col-sm-6 h4 {
        margin-left: 10px;
        color: #808080;
        font-size: 12px;
    }

    /*===== CARPE DIEM =====*/
    .activities-info p {

        padding: 20px 10px;
        font-size: 14px;
    }

    .activities-page h1 {
        margin-top: 30px;
    }

    .activities-info {
        width: 100%;
    }

    .activities-info h4 {
        font-size: 18px;
        padding-left: 20px;
    }

    .activities-info .row {
        margin-right: 0;
        margin-left: 0;
    }

    .activities-info .row .col-sm-6,
    .activities-info .row .col-sm-4,
    .activities-info .row .col-sm-3 {
        padding: 10px 10px 0;
    }

    #events a {
        margin: 0 20px;
    }

    /*===== BLOG =====*/
    .wrapper {
        width: 85%;
    }

    .about-blog {
        padding-top: 20px;
        width: 100%;
    }

    .about-blog h2 {
        font-size: 18px;
    }

    .about-blog p {
        padding: 0 10px;
    }

    .recent-posts h3 {
        margin-top: 30px;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .post {
        width: 100%;
    }

    .post .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .post-title {
        margin-left: 0;
    }

    /*===== SINGLE POST =====*/
    .single-post-inner {
        width: 100%;
    }

    .title {
        font-size: 16px;
    }

    .single-post-inner p {
        padding: 0 10px;
    }

    .single-post-inner img {
        margin: 20px auto;
    }

    .single-post-inner h4 {
        margin-left: 10px;
    }

    .images-row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-sm-4 {
        padding-left: 0;
        padding-right: 0;
    }

    .images-row .col-sm-4 img,
    .images-row .col-sm-6 img {
        height: auto;
        width: 90%;
    }

    /*===== PRICE INFO =====*/

}

@media only screen and (max-width:320px) {
    .mobile-icons li {
        padding: 20px 6px 0 6px;
        font-size: 16px;
    }

    .header-text h2 {
        font-size: 18px;
    }

    .section h1 {
        font-size: 24px;
    }

    .about-blog h2 {
        font-size: 16px;
    }

    .about-blog img {
        width: 35px;
    }

    .price--info {
        width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:641px) and (max-width:770px) {

    /*----- NAVBAR -----*/
    .desktop-icons {
        display: none;
    }

    .mobile-icons {
        display: inline;
    }

    .mobile-icons li {
        float: right;
        display: inline;
        padding: 20px 15px 0 15px;
        font-size: 30px;
        text-decoration: none;
    }

    .mobile-icons i {
        background: -webkit-linear-gradient(#87BE9F, #296F86);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .logo-image {
        width: 120px;
    }

    .navbar-toggle {
        padding: 15px;
        margin-top: 15px;
    }

    .navbar-toggle .icon-bar {
        width: 30px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }

    /*===== HOMEPAGE =====*/
    .main-content {
        margin-top: 80px;
    }

    .section p {
        padding: 20px;
    }

    .campground-button {
        width: 60%;
        font-size: 18px;
        line-height: 40px;
        margin: 20px auto;
    }

    .campground img {
        width: 100%;
    }

    .card-image {
        height: auto;
    }

    #main-carousel .content {
        width: 90%;
        margin: -20px auto 0 auto;
    }

    /*===== LOCATION =====*/
    .map-link {
        width: 60%;
        margin: 0 auto;
    }

    /*===== CAMPGROUND =====*/
    .header-rectangle {
        width: 70%;
    }

    .camp-amenities {
        width: 100%;
    }

    .camp-amenities .col-sm-6 h4 {
        margin-left: 10px;
        font-size: 12px;
    }

    /*===== CARPE DIEM=====*/
    .activities-links {
        top: 20%;
    }

    /*===== BLOG =====*/
    .wrapper {
        width: 80%;
    }

    .about-blog {
        width: 90%;
    }

    .post {
        width: 100%;
        margin-top: 50px;
    }

    .post-title {
        margin-top: 0;
    }

    /*===== PRICE-INFO =====*/
    .price--info {
        width: 95% !important !;
    }

    .table {
        width: 100%;
    }
}

@media only screen and (min-width:980px) and (max-width:1024px) {
    .container-fluid {
        width: 100%;
    }

    /*===== NAVBAR =====*/
    .logo-image {
        width: 120px;
    }

    .desktop-icons {
        width: 100%;
        right: 0;
    }

    #navbar-links {
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus {
        font-size: 14px;
        padding-left: 15px;
    }

    /*===== HOMEPAGE =====*/
    .slider {
        width: 70%;
    }

    .card-image {
        height: auto;
    }

    #main-carousel .content {
        width: 90%;
        margin: -20px auto 0 auto;
    }

    .activitiesRow img {
        width: 100%;
    }

    /*===== LOCATION =====*/
    .map-link {
        width: 60%;
        margin: 0 auto;
    }

    /*===== CAMPGROUND =====*/
    .header-rectangle {
        width: 60%;
    }

    .camp-amenities {
        width: 100%;
    }

    /*===== CARPE DIEM=====*/
    .activities-links {
        top: 30%;
    }

    /*===== BLOG =====*/
    .wrapper {
        width: 80%;
    }

    .about-blog {
        width: 90%;
    }

    .post {
        width: 100%;
        margin-top: 50px;
    }

    .post-title {
        margin-top: 0;
    }

    /*===== PRICE-INFO =====*/
    .table {
        width: 60%;
    }
}

@media only screen and (min-width: 1800px) {
    .container-fluid {
        width: 1440px;
        margin: 0 auto;
        background-color: #fff;
    }

    .navbar-default {
        margin: 0 auto;
        width: 1440px;
    }

    .slider {
        width: 100%;

    }
}
