.banner-mastead.tour-masthead {
  min-height: 0;
  margin: 0 0 20px;
  padding: 130px 0 50px 0;
}

/* Reduce top padding for small screens 02-04-2014 TLS */
@media screen and (max-width: 767px)
{
    .banner-mastead.tour-masthead
    {
      padding: 10px 0;
    }
}

.lead
{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 50px;
}

#tourInfo .row
{
    padding: 0 0 30px;
}

.video-player
{
    margin: 0 0 15px;
}

/* Make embedded video responsive */
.video-player iframe, .video-player object, .video-player embed
{
    max-width: 100%;
}

.media-object
{
    height: 180px;
    width: 240px;
    margin: 0 0 15px;
}

#alertRequestEmail
{
    max-width: 350px;
    opacity: 0;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    transform: rotate3d(1, -1, 0, 60deg);
    -webkit-transform: rotate3d(1, -1, 0, 60deg);
	-webkit-backface-visibility: hidden;
}

.showRequestEmail
{
    opacity: 0.9 !important;
    transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
	-webkit-backface-visibility: hidden;
}

.moreContent
{
    min-height: 50px;
}

.showMoreContent:hover, .showMoreContent:focus
{
    text-decoration: none;
}

/* List styling for 10,000 Foot View */
#tourintro ul.list-checklist li:before {
    color: #009451;
}

#tourintro ul.list-stars li:before {
    color: #E87132;
}

/* List styling for more content */
.moreContent ul.list-stars li:before {
    color: #FA69DA;
}

/* For spinner (waiting) */
#divProcessMessage
{
    font-size: 1.0em;
}

#divProcessMessage p
{
    margin: 5px 0;  
}

.blockUI
{
    border-radius: 4px;
}

/* Responsive Tabs */
.r-tabs .r-tabs-nav .r-tabs-state-active
{
    margin-right: -34px;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    background-color: #DCDDE0;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    background-color: #007AC7;
    color: #FFFFFF;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size: 1.2em;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:after
{
    content:"\2192";
    margin: 0 0 0 10px;
}

.r-tabs .r-tabs-accordion-title {
    background-color: #007AC7;
    border-radius: 4px;
    margin-top: 5px;
    padding: 5px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:before
{
    content:"\25B6";
    margin: 0 10px 0 0;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:before
{
    content:"\25BC";
    margin: 0 10px 0 0;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor
{
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover
{
    text-decoration: none;
}

.well.resp-tabs-container
{
    background-color: #F5FBFF;
    border-color: #19A4FA;
}

.pager a
{
    color: #77787A;
}

/* Cancel out bootsrap hover effects when a touch device */
html.touch .pager a:hover, html.touch .pager a:focus
{
    background-color: #FFFFFF;
}

.pagerCategory
{
    color: #007AC7;
    font-weight: 600;
    letter-spacing: 0.03em;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 991px) {
    #pagerContainer
    {
        display: none;
    }
}

/* Scrolling for Responsive Tabs */
body.scrolling
{
	-webkit-transition: margin-top 0.5s ease;  
	transition: margin-top 0.5s ease;
    /* Force hardware acceleration for webkit and fix flickering */
    -webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

/* Magnificent Popup Plug-in */
.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}