
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxko2lTMeWA_kmIyWrkNCwPc.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxolIZu-HDpmDIZMigmsroc4.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}

/* ==========================================================================
	#General
========================================================================== */
#pjWrapper * { font-family: 'Open Sans', sans-serif; }
#pjWrapper .fa { font-family: 'FontAwesome'; }
#pjWrapper .glyphicon { font-family: 'Glyphicons Halflings'; }

/* ==========================================================================
  #Buttons
========================================================================== */
#pjWrapper .pjVpBtnPrimary { border-color: #1b6aac; color: #fff; text-transform: capitalize; 
  background: rgb(64,152,226);
  background: -moz-linear-gradient(top,  rgba(64,152,226,1) 0%, rgba(46,134,208,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,152,226,1)), color-stop(100%,rgba(46,134,208,1)));
  background: -webkit-linear-gradient(top,  rgba(64,152,226,1) 0%,rgba(46,134,208,1) 100%);
  background: -o-linear-gradient(top,  rgba(64,152,226,1) 0%,rgba(46,134,208,1) 100%);
  background: -ms-linear-gradient(top,  rgba(64,152,226,1) 0%,rgba(46,134,208,1) 100%);
  background: linear-gradient(to bottom,  rgba(64,152,226,1) 0%,rgba(46,134,208,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4098e2', endColorstr='#2e86d0',GradientType=0 );
}
#pjWrapper .pjVpBtnPrimary:hover {
  background: rgb(46,134,208);
  background: -moz-linear-gradient(top,  rgba(46,134,208,1) 0%, rgba(64,152,226,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,134,208,1)), color-stop(100%,rgba(64,152,226,1)));
  background: -webkit-linear-gradient(top,  rgba(46,134,208,1) 0%,rgba(64,152,226,1) 100%);
  background: -o-linear-gradient(top,  rgba(46,134,208,1) 0%,rgba(64,152,226,1) 100%);
  background: -ms-linear-gradient(top,  rgba(46,134,208,1) 0%,rgba(64,152,226,1) 100%);
  background: linear-gradient(to bottom,  rgba(46,134,208,1) 0%,rgba(64,152,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e86d0', endColorstr='#4098e2',GradientType=0 );
}
#pjWrapper .pjVpBtnPrimary.pjVpBtnActive { background: #1b6aac; }
#pjWrapper .pjVpBtnPrimary .icon-bar { background: #fff; }

#pjWrapper .pjVpBtnSecondary { border-color: #bebabb; color: #1b6aac; text-transform: capitalize; 
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(253,253,253,1) 27%, rgba(250,248,249,1) 43%, rgba(245,241,240,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(27%,rgba(253,253,253,1)), color-stop(43%,rgba(250,248,249,1)), color-stop(100%,rgba(245,241,240,1)));
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(250,248,249,1) 43%,rgba(245,241,240,1) 100%);
  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(250,248,249,1) 43%,rgba(245,241,240,1) 100%);
  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(250,248,249,1) 43%,rgba(245,241,240,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(250,248,249,1) 43%,rgba(245,241,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f1f0',GradientType=0 );
}
#pjWrapper .pjVpBtnSecondary:hover { border-color: #1b6aac; 
  background: rgb(245,241,240);
  background: -moz-linear-gradient(top,  rgba(245,241,240,1) 0%, rgba(250,248,249,1) 57%, rgba(253,253,253,1) 73%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,241,240,1)), color-stop(57%,rgba(250,248,249,1)), color-stop(73%,rgba(253,253,253,1)), color-stop(100%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(250,248,249,1) 57%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(250,248,249,1) 57%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(250,248,249,1) 57%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(245,241,240,1) 0%,rgba(250,248,249,1) 57%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f1f0', endColorstr='#ffffff',GradientType=0 );
}

#pjWrapper .pjVpBtnLink { color: #1b6aac; }
#pjWrapper .pjVpBtnLink:hover { color: #54ad35; }

/* ==========================================================================
  #pjVpHeader
========================================================================== */
#pjWrapper .pjVpHeader { border-color: #ded8d8; background: #f7f7f7; }

#pjWrapper .pjVpNavAccess a { color: #35393a; }
#pjWrapper .pjVpNavAccess a:hover,
#pjWrapper .pjVpNavAccess .active a,
#pjWrapper .pjVpNavAccess .dropdown.open .dropdown-toggle { background: #35393a; color: #f7f7f7; }
#pjWrapper .pjVpNavAccess .dropdown.open .dropdown-menu { border-color: #35393a; background: #35393a; }
#pjWrapper .pjVpNavAccess .dropdown-menu a { color: #fff; }
#pjWrapper .pjVpNavAccess .dropdown-menu a:hover { background: #1b6aac; }

/* ==========================================================================
  #pjVpFilters
========================================================================== */
#pjWrapper .pjVpFiltersNav .pjVpFilter .dropdown-menu { border-color: #ded8d8; background: #f7f7f7; }
#pjWrapper .pjVpFiltersNav .pjVpFilterField { border-color: #ded8d8; background: #f7f7f7; }
#pjWrapper .pjVpChosenFilters .label { background: #54ad35; color: #fff; }
#pjWrapper .pjVpChosenFilters .pjVpBtn { color: #35393a; }

#pjWrapper .pjVpFilter > a,
#pjWrapper .pjVpFilter .dropdown-menu a { color: #1b6aac; }
#pjWrapper .pjVpFilter > a:hover,
#pjWrapper .pjVpFilter .dropdown-menu a:hover { color: #54ad35; }
#pjWrapper .pjVpFilter .dropdown-menu a .badge { background: #1b6aac; }
#pjWrapper .pjVpFilter .dropdown-menu a:hover .badge { background: #54ad35; }

/* ==========================================================================
  #pjVpProducts
========================================================================== */
#pjWrapper .pjVpProduct > a { background: #fff; }
#pjWrapper .pjVpProduct > a:hover { background: #f7f7f7; }
#pjWrapper .pjVpProductTitle { color: #35393a; }
#pjWrapper .pjVpProduct > a:hover .pjVpProductTitle { color: #1b6aac; }
#pjWrapper .pjVpProductRating { color: #54ad35; }
#pjWrapper .pjVpProductBody p { color: #555e5d; }
#pjWrapper .pjVpProductInfo p { color: #1b6aac; }
#pjWrapper .pjVpProductMeta { color: #54ad35; }
#pjWrapper .pjVpProductsAlt .thumbnail { border-color: #ded8d8; }
#pjWrapper .pjVpProductsAlt .thumbnail:hover { border-color: #1b6aac; }

/* ==========================================================================
  #pjVpFoot
========================================================================== */
#pjWrapper .pjVpPagination a { border-color: #ded8d8; background: #f7f7f7; color: #1b6aac; }
#pjWrapper .pjVpPagination a:hover,
#pjWrapper .pjVpPagination .active a { border-color: #1b6aac; background: #1b6aac; color: #fff; }

/* ==========================================================================
  #pjVpProductInner
========================================================================== */
#pjWrapper .pjVpProductSection,
#pjWrapper .pjVpProductSectionHead,
#pjWrapper .pjVpProductSectionBody,
#pjWrapper .pjVpProductSectionFoot { border-color: #ded8d8; }
#pjWrapper .pjVpProductSectionHead { background: #f7f7f7; }
#pjWrapper .pjVpProductSectionBody,
#pjWrapper .pjVpProductSectionFoot { background: #fff; }
#pjWrapper .pjVpProductSectionTitle { color: #1b6aac; }
#pjWrapper .pjVpProductThumbImage .thumbnail { border-color: #ded8d8; }
#pjWrapper .pjVpProductThumbImage .thumbnail:hover,
#pjWrapper .pjVpProductThumbImage .pjVpProductThumbImageCurrent { border-color: #1b6aac; }

#pjWrapper .pjVpProductSectionMeta li { color: #1b6aac; }
#pjWrapper .pjVpProductSectionMeta .pjVpProductSectionPrice { color: #54ad35; }

#pjWrapper .pjVpProductSectionBody p { color: #565b5f; }
#pjWrapper .pjVpProductSectionAddress { color: #1b6aac; }
#pjWrapper .pjVpListTicks li { color: #565b5f; }
#pjWrapper .pjVpListTicks .fa { color: #54ad35; }
#pjWrapper .pjVpFlight blockquote { border-color: #ded8d8; background: #fff; }
#pjWrapper .pjVpFlightActive blockquote { border-color: #1b6aac; background: #f7f7f7; }
#pjWrapper .pjVpFlight .pjVpFlightTitle { color: #1b6aac; }
#pjWrapper .pjVpFlight .pjVpFlightTitleSmall { color: #35393a; }
#pjWrapper .pjVpFlight.pjVpFlightActive strong span { color: #54ad35; }

#pjWrapper .pjVpProductTablePackages th { background: #f7f7f7; color: #1b6aac; }
#pjWrapper .pjVpProductPolicies .pjVpProductPolicyTitle { color: #54ad35; }

/* ==========================================================================
  #pjVpForm
========================================================================== */
#pjWrapper .pjVpForm .control-label { color: #35393a; }

/* ==========================================================================
  #pjVpFormReservation
========================================================================== */
#pjWrapper .pjVpCalendar .pjVpCalendarTrigger { background: #fff; color: #1b6aac; }
#pjWrapper .pjVpCalendar .pjVpCalendarTrigger:hover { color: #56ae33; }
#pjWrapper .pjVpCalendar .pjVpCalendarInput[readonly] { background: #fff; }

#pjWrapper .pjVpBookingTerms { border-color: #ded8d8; background: #f7f7f7; }
#pjWrapper .pjVpBookingTerms .pjVpBookingTermsTitle { color: #1b6aac; }
#pjWrapper .pjVpFormComment .pjVpProductRating .pjVpBtnActive { border-color: #1b6aac; }
#pjWrapper .pjVpProductNoComments { color: #54ad35; }
#pjWrapper .pjVpProductComment .pjVpProductCommentTitle { color: #1b6aac; }
#pjWrapper .pjVpProductCommentMeta p span { color: #56ae33; }

/* ==========================================================================
  #pjVpPanelAccess
========================================================================== */
#pjWrapper .pjVpPanelAccess,
#pjWrapper .pjVpPanelAccess .panel-heading,
#pjWrapper .pjVpPanelAccess .panel-body,
#pjWrapper .pjVpPanelAccess .panel-footer { border-color: #ded8d8; }
#pjWrapper .pjVpPanelAccess .panel-heading { background: #f7f7f7; }
#pjWrapper .pjVpPanelAccess .panel-body,
#pjWrapper .pjVpPanelAccess .panel-footer { background: #fff; }

#pjWrapper .pjVpPanelAccess .panel-title { color: #1b6aac; }
#pjWrapper .pjVpPanelAccess .pjVpFormAside p { color: #555e5d; }

/* ==========================================================================
  #pjVpProductsFeatured
========================================================================== */
#pjWrapper .pjVpProductsFeatured .pjVpProductInner { background: #fff; }
#pjWrapper .pjVpProductsFeatured .pjVpProductHead { background: rgba(53, 57, 58, .7); }
#pjWrapper .pjVpProductsFeatured .pjVpProductTitle { color: #e7e7e7; }

#pjWrapper .pjVpProductsFeatured .pjVpProductContent { background: #f7f7f7; }

/* ==========================================================================
  #Responsive
========================================================================== */
@media only screen and ( max-width: 767px ) {
    /* ==========================================================================
        #pjVpHeader
    ========================================================================== */
    #pjWrapper .pjVpNavAccess .dropdown-menu a { color: #35393a; }
    #pjWrapper .pjVpNavAccess .dropdown-menu a:hover { color: #fff; }

    #pjWrapper .pjVpFiltersNav .pjVpFilter .dropdown-menu { background: none; }

    /* ==========================================================================
        #pjVpProductInner
    ========================================================================== */
    #pjWrapper .pjVpProductCommentMeta p span { color: inherit; }
}