
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v11/2HG_tEPiQ4Z6795cGfdivFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/2HG_tEPiQ4Z6795cGfdivD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v11/PLygLKRVCQnA5fhu3qk5fQ.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v11/HkF_qI1x_noxlxhrhMQYEFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/lato/v11/HkF_qI1x_noxlxhrhMQYED8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/* ==========================================================================
	#General
========================================================================== */
#pjWrapper * { font-family: 'Lato', sans-serif; }
#pjWrapper .fa { font-family: 'FontAwesome'; }
#pjWrapper .glyphicon { font-family: 'Glyphicons Halflings'; }

/* ==========================================================================
  #Buttons
========================================================================== */
#pjWrapper .pjVpBtnPrimary { border-color: #d0391c; color: #fff; text-transform: capitalize; 
    background: rgb(243,76,42);
    background: -moz-linear-gradient(top,  rgba(243,76,42,1) 0%, rgba(231,62,29,1) 95%, rgba(235,61,27,1) 97%, rgba(232,62,27,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,76,42,1)), color-stop(95%,rgba(231,62,29,1)), color-stop(97%,rgba(235,61,27,1)), color-stop(100%,rgba(232,62,27,1)));
    background: -webkit-linear-gradient(top,  rgba(243,76,42,1) 0%,rgba(231,62,29,1) 95%,rgba(235,61,27,1) 97%,rgba(232,62,27,1) 100%);
    background: -o-linear-gradient(top,  rgba(243,76,42,1) 0%,rgba(231,62,29,1) 95%,rgba(235,61,27,1) 97%,rgba(232,62,27,1) 100%);
    background: -ms-linear-gradient(top,  rgba(243,76,42,1) 0%,rgba(231,62,29,1) 95%,rgba(235,61,27,1) 97%,rgba(232,62,27,1) 100%);
    background: linear-gradient(to bottom,  rgba(243,76,42,1) 0%,rgba(231,62,29,1) 95%,rgba(235,61,27,1) 97%,rgba(232,62,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f34c2a', endColorstr='#e83e1b',GradientType=0 );
}
#pjWrapper .pjVpBtnPrimary:hover {
    background: rgb(232,62,27);
    background: -moz-linear-gradient(top,  rgba(232,62,27,1) 0%, rgba(235,61,27,1) 3%, rgba(231,62,29,1) 5%, rgba(243,76,42,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,62,27,1)), color-stop(3%,rgba(235,61,27,1)), color-stop(5%,rgba(231,62,29,1)), color-stop(100%,rgba(243,76,42,1)));
    background: -webkit-linear-gradient(top,  rgba(232,62,27,1) 0%,rgba(235,61,27,1) 3%,rgba(231,62,29,1) 5%,rgba(243,76,42,1) 100%);
    background: -o-linear-gradient(top,  rgba(232,62,27,1) 0%,rgba(235,61,27,1) 3%,rgba(231,62,29,1) 5%,rgba(243,76,42,1) 100%);
    background: -ms-linear-gradient(top,  rgba(232,62,27,1) 0%,rgba(235,61,27,1) 3%,rgba(231,62,29,1) 5%,rgba(243,76,42,1) 100%);
    background: linear-gradient(to bottom,  rgba(232,62,27,1) 0%,rgba(235,61,27,1) 3%,rgba(231,62,29,1) 5%,rgba(243,76,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83e1b', endColorstr='#f34c2a',GradientType=0 );
}
#pjWrapper .pjVpBtnPrimary.pjVpBtnActive { background: #d0391c; }
#pjWrapper .pjVpBtnPrimary .icon-bar { background: #fff; }

#pjWrapper .pjVpBtnSecondary { border-color: #3d3938; background: #f3f1f2; color: #d0391c; text-transform: capitalize; }
#pjWrapper .pjVpBtnSecondary:hover { border-color: #d0391c; background: #f3f1f2; }

#pjWrapper .pjVpBtnLink { color: #d0391c; }
#pjWrapper .pjVpBtnLink:hover { color: #292728; }

/* ==========================================================================
  #pjVpHeader
========================================================================== */
#pjWrapper .pjVpHeader { border-color: #3d3938; background: #3d3938; }

#pjWrapper .pjVpNavAccess a { color: #fff; }
#pjWrapper .pjVpNavAccess a:hover,
#pjWrapper .pjVpNavAccess .active a,
#pjWrapper .pjVpNavAccess .dropdown.open .dropdown-toggle { background: #282627; color: #fff; }
#pjWrapper .pjVpNavAccess .dropdown.open .dropdown-menu { border-color: #282627; background: #282627; }
#pjWrapper .pjVpNavAccess .dropdown-menu a { color: #fff; }
#pjWrapper .pjVpNavAccess .dropdown-menu a:hover { background: #d0391c; }

/* ==========================================================================
  #pjVpFilters
========================================================================== */
#pjWrapper .pjVpFiltersNav .pjVpFilter .dropdown-menu { border-color: #ddd9da; background: #f3f1f2; }
#pjWrapper .pjVpFiltersNav .pjVpFilterField { border-color: #ddd9da; background: #f3f1f2; }
#pjWrapper .pjVpChosenFilters .label { background: #d0391c; color: #fff; }
#pjWrapper .pjVpChosenFilters .pjVpBtn { color: #3d3938; }

#pjWrapper .pjVpFilter > a,
#pjWrapper .pjVpFilter .dropdown-menu a { color: #d0391c; }
#pjWrapper .pjVpFilter > a:hover,
#pjWrapper .pjVpFilter .dropdown-menu a:hover { color: #292728; }
#pjWrapper .pjVpFilter .dropdown-menu a .badge { background: #d0391c; }
#pjWrapper .pjVpFilter .dropdown-menu a:hover .badge { background: #292728; }

/* ==========================================================================
  #pjVpProducts
========================================================================== */
#pjWrapper .pjVpProducts .pjVpProduct { border-color: #ddd9da; }
#pjWrapper .pjVpProduct > a { background: #fff; }
#pjWrapper .pjVpProduct > a:hover { background: #f3f1f2; }
#pjWrapper .pjVpProductTitle { color: #292728; }
#pjWrapper .pjVpProduct > a:hover .pjVpProductTitle { color: #d0391c; }
#pjWrapper .pjVpProductRating { color: #d0391c; }
#pjWrapper .pjVpProductBody p { color: #575c60; }
#pjWrapper .pjVpProductInfo p { color: #292728; }
#pjWrapper .pjVpProductMeta { color: #d0391c; }
#pjWrapper .pjVpProductsAlt .thumbnail { border-color: #ddd9da; }
#pjWrapper .pjVpProductsAlt .thumbnail:hover { border-color: #d0391c; }

/* ==========================================================================
  #pjVpFoot
========================================================================== */
#pjWrapper .pjVpPagination a { border-color: #ddd9da; background: #f3f1f2; color: #d0391c; }
#pjWrapper .pjVpPagination a:hover,
#pjWrapper .pjVpPagination .active a { border-color: #d0391c; background: #d0391c; color: #fff; }
#pjWrapper .pjVpFoot .pjVpPageElements p { color: #575c60; }
#pjWrapper .pjVpFoot .pjVpPageElements select { border-color: #ddd9da; color: #292728; }

/* ==========================================================================
  #pjVpProductInner
========================================================================== */
#pjWrapper .pjVpProductSection,
#pjWrapper .pjVpProductSectionHead,
#pjWrapper .pjVpProductSectionBody,
#pjWrapper .pjVpProductSectionFoot { border-color: #ddd9da; }
#pjWrapper .pjVpProductSectionHead { background: #3d3938; }
#pjWrapper .pjVpProductSectionBody,
#pjWrapper .pjVpProductSectionFoot { background: #f3f1f2; }
#pjWrapper .pjVpProductSectionTitle { color: #fff; }
#pjWrapper .pjVpProductThumbImage .thumbnail { border-color: #ddd9da; }
#pjWrapper .pjVpProductThumbImage .thumbnail:hover,
#pjWrapper .pjVpProductThumbImage .pjVpProductThumbImageCurrent { border-color: #d0391c; }

#pjWrapper .pjVpProductSectionMeta li { color: #292728; }
#pjWrapper .pjVpProductSectionMeta .pjVpProductSectionPrice { color: #d0391c; }

#pjWrapper .pjVpProductSectionBody p { color: #575c60; }
#pjWrapper .pjVpProductSectionAddress { color: #d0391c; }
#pjWrapper .pjVpListTicks li { color: #292728; }
#pjWrapper .pjVpListTicks .fa { color: #d0391c; }
#pjWrapper .pjVpFlight blockquote { border-color: #ddd9da; background: #f3f1f2; }
#pjWrapper .pjVpFlightActive blockquote { border-color: #292728; background: #fff; }
#pjWrapper .pjVpFlight .pjVpFlightTitle { color: #d0391c; }
#pjWrapper .pjVpFlight .pjVpFlightTitleSmall { color: #292728; }
#pjWrapper .pjVpFlight.pjVpFlightActive strong span { color: #d0391c; }

#pjWrapper .pjVpProductTablePackages th { background: #f3f1f2; color: #d0391c; }
#pjWrapper .pjVpProductPolicies .pjVpProductPolicyTitle { color: #d0391c; }

/* ==========================================================================
  #pjVpForm
========================================================================== */
#pjWrapper .pjVpForm .control-label { color: #292728; }

/* ==========================================================================
  #pjVpFormReservation
========================================================================== */
#pjWrapper .pjVpCalendar .pjVpCalendarTrigger { background: #fff; color: #d0391c; }
#pjWrapper .pjVpCalendar .pjVpCalendarTrigger:hover { color: #292728; }
#pjWrapper .pjVpCalendar .pjVpCalendarInput[readonly] { background: #fff; }

#pjWrapper .pjVpBookingTerms { border-color: #ddd9da; background: #f3f1f2; }
#pjWrapper .pjVpBookingTerms .pjVpBookingTermsTitle { color: #d0391c; }
#pjWrapper .pjVpFormComment .pjVpProductRating .pjVpBtnActive { border-color: #d0391c; }
#pjWrapper .pjVpProductNoComments { color: #575c60; }
#pjWrapper .pjVpProductComment .pjVpProductCommentTitle { color: #d0391c; }
#pjWrapper .pjVpProductCommentMeta p span { color: #292728; }

/* ==========================================================================
  #pjVpPanelAccess
========================================================================== */
#pjWrapper .pjVpPanelAccess,
#pjWrapper .pjVpPanelAccess .panel-heading,
#pjWrapper .pjVpPanelAccess .panel-body,
#pjWrapper .pjVpPanelAccess .panel-footer { border-color: #ddd9da; }
#pjWrapper .pjVpPanelAccess .panel-heading { background: #3d3938; }
#pjWrapper .pjVpPanelAccess .panel-body,
#pjWrapper .pjVpPanelAccess .panel-footer { background: #f3f1f2; }

#pjWrapper .pjVpPanelAccess .panel-title { color: #fff; }
#pjWrapper .pjVpPanelAccess .pjVpFormAside p { color: #575c60; }

/* ==========================================================================
  #pjVpProductsFeatured
========================================================================== */
#pjWrapper .pjVpProductsFeatured .thumbnail { background: #f3f1f2; }
#pjWrapper .pjVpProductsFeatured .thumbnail:hover { border-color: #d0391c; }
#pjWrapper .pjVpProductsFeatured .pjVpProductInner { background: #f3f1f2; }
#pjWrapper .pjVpProductsFeatured .pjVpProductHead { background: rgba(61, 57, 56, .7); }
#pjWrapper .pjVpProductsFeatured .pjVpProductTitle { color: #fff; }

#pjWrapper .pjVpProductsFeatured .pjVpProductContent { background: #f3f1f2; }

/* ==========================================================================
  #Responsive
========================================================================== */
@media only screen and ( max-width: 767px ) {
    /* ==========================================================================
        #pjVpHeader
    ========================================================================== */
    #pjWrapper .pjVpNavAccess { border-top-color: #292728; }
    #pjWrapper .pjVpNavAccess a:hover { background: #d0391c; }
    #pjWrapper .pjVpNavAccess .dropdown-menu a { color: #fff; }
    #pjWrapper .pjVpNavAccess .dropdown-menu a:hover { color: #fff; }

    #pjWrapper .pjVpFiltersNav .pjVpFilter .dropdown-menu { background: none; }

    /* ==========================================================================
        #pjVpProductInner
    ========================================================================== */
    #pjWrapper .pjVpProductCommentMeta p span { color: inherit; }
}