﻿body {
}

.fullwidth-slider .slide {
    background-image: url(/images/ps6.jpg);
}
#quote-parallax {
    background-image: url('/images/separator2.jpg');
}
.content{
    background: #fff;
}
.accordion {
    width: 100%;
    margin-bottom: 50px;
}
.accordion-content.hide{
    display: none;
}
.title {
    margin-top: 30px;
}
.one_third last {
    text-align: center;
}

dl.accordion {
    width: 100%;
    margin-bottom: 50px;
}

.page-title {
    position: relative;
    padding: 50px 0;
    background-color: #F5F5F5;
    border-bottom: 1px solid #EEE;
}

.page-title-dark {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15) !important;
    border-bottom: none;
}

.page-title.page-title-dark h1 {
    color: rgba(255,255,255,0.9) !important;
}

.page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    font-size: 28px;
    text-transform: uppercase;
}

.page-title.page-title-dark span {
    color: rgba(255,255,255,.7);
}

.page-title span {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 18px;
}

.page-title .container {
    position: relative;
}

.page-title.page-title-dark .breadcrumb > .active {
    color: rgba(255,255,255,.6);
}

.page-title.page-title-dark .breadcrumb a {
    color: rgba(255,255,255,.8);
}

.mobile-no {
    display: block !important;
}

.mobile-view {
    display: none !important;
}

#recommended-destinations {
    margin: 10px 0 10px 0;
}

#recommended-destinations div div {
    margin-bottom: 5px;
}

#recommended-destinations div h3 {
    margin-bottom: 10px;
}

#recommended-destinations-mobile {
    display: none;
}

@media (max-width:768px) {
    .mobile-no {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    #recommended-destinations-mobile {
        display: block;
    }

    #recommended-destinations-mobile div h3 {
        margin: 10px 0;
    }
}
