﻿/*REPLACE

0081b3 with hex color
0,129,179 with rgb color
0,129,179 with rgb color for goal bar

*/

/*Bootstrap container override*/
@media (min-width: 992px) {
	.container {
		width: 900px;
	}
}

@media (min-width: 1300px) {
	.container {
		width: 1200px;
	}
}
/*End Bootstrap container override*/

/*Standard Text*/
.arial {
	font-family: arial, sans-serif;
	font-weight: 400;
}

.georgia {
	font-family: georgia, sans-serif;
}

.italic {
	font-style: italic;
}

ul, ol {
	padding-left: 25px;
	padding-bottom: 10px;
}

a {
	color: #0081b3;
}

.container-footer a, .faq-link a {
	color: #555555;
}

a:hover {
	color: #0081b3;
}

h3, h4 {
	padding-top: 30px;
}

h3 {
	padding-bottom: 5px;
	font-weight: 600;
}

h4 {
	font-size: 20px;
	font-family: georgia, sans-serif;
	font-weight: 600;
	font-style: italic;
}

h5 {
	font-size: 18px;
	font-weight: 600;
	padding-top: 15px;
	text-align: center;
}

h6 {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}
/*End Standard Text*/

/*Standard Layout*/
body {
	background: #ffffff;
	color: #555555;	
	font-size: 15px;
	font-family: arial,sans-serif;
}

.show-md, img.show-md {
	display: none;
}

.show-sm, img.show-sm {
	display: none;
}

.show-xs, img.show-xs {
	display: none;
}

.container-footer {
	padding: 30px 0;
	text-align: center;
}

.footer-logo {
	max-width: 250px;
	padding-top: 0;
}

.footer-question {
	font-weight: 700;
	padding-top: 13px;
}

.footer-copy {
	font-size: 12px;
	padding-top: 3px;
}

.np {
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

.video {
	margin: 0 auto;
}

.video-container {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 400px;
}

.div-link {
  	position:absolute; 
  	width:100%;
  	height:100%;
  	top:0;
  	left: 0;
  	z-index: 1;
  	/* this is a fix for IE7-9 */
  	background-color:transparent;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
  	filter: alpha(opacity=0);  
  	opacity:0;  
}

.div-link:hover {
	cursor: pointer;
}

.section-small {
	padding: 30px 15px 0 15px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.section {
	padding: 30px 15px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

body#activities .section {
	padding-top: 0;
}

.section-border {
	border-top: 3px solid #555555;
}

.section-border-header {
	padding: 0 10px;
	background: #ffffff;
}

.section-border h2 {
	margin-top: -16px;
	font-size: 24px;
	font-family: georgia, serif;
	font-weight: 600;
	font-style: italic;
}

.section-title {
	font-family: verdana, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 26px;
	padding: 15px 0;
}

.section-sub-title {
	font-family: georgia, serif;
	font-weight: 600;
	font-style: italic;
	font-size: 20px;
	padding-bottom: 15px;
}

a.btn-cta, input.btn-cta, button.btn-cta {
	display: block;
    padding: 10px;
    line-height: inherit;
    width: 100%;
    max-width: 200px;
    font-size: inherit;
    border-radius: 4;    
    border: none;
    color: #ffffff;
    background: #0081b3;
}

a.btn-cta:hover, input.btn-cta:hover, button.btn-cta:hover {
    color: #ffffff;
    background: #0081b3;
}

.container-input {
	padding-bottom: 15px;
}

.no-banner-header {
	margin-top: 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 5px 0;
	font-weight: bold;
	font-size: 20px;
}
/*End Standard Layout*/

/*Forms*/
input[type=checkbox] {
    width: 15px;
    margin-top: -5px;
}

.form-cb {
	padding: 0;
}

.form-cb-box {
	max-width: 25px;
}
/*End Forms*/

/*No Nav*/
.container-no-nav {
}

.content-no-nav {
	border-top: 1px solid #dddddd;
	padding-top: 15px;
}
/*End No Nav*/

/*Login*/
.container-login {
	padding-top: 150px;
}

.login-content {
	padding-top: 15px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.login-directions {
	font-size: 12px;
	font-style: italic;
	padding-bottom: 10px;
}

.login-error {
	font-size: 12px;
	font-style: italic;
	padding-left: 15px;
	padding-right: 15px;
}
/*End Login*/

/*Banner*/
.container-banner {
	line-height: 1.05;
	height: 550px;
	text-shadow: 2px 2px 5px #000000;
}

.container-banner-xsmall {
	height: 300px;
}

.container-banner-small {
	height: 425px;
}

.container-banner-large {
	height: 650px;
}

.container-banner-xlarge {
	height: 750px;
}

.banner {
	position: absolute;
	color: #ffffff;
	text-align: center;
	padding-top: 25px;
	padding-left: 25px;
}

.banner-full {
	width: 100%;
	padding-right: 25px;
}

.banner-right {
	right: 0;
	padding-left: 0;
	padding-right: 25px;
}

.banner-bottom {
	bottom: 0;
	padding-top: 0;
	padding-bottom: 25px;
}

.banner-v-center {
	padding-top: 215px;
	padding-bottom: 0;
}

.container-banner-xsmall .banner-v-center {
	padding-top: 90px;
}

.container-banner-small .banner-v-center {
	padding-top: 152px;
}

.container-banner-large .banner-v-center {
	padding-top: 265px;
}

.container-banner-xlarge .banner-v-center {
	padding-top: 315px;
}

.banner-title {
	font-family: verdana, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 60px;
}

.banner-title-xsmall {
	font-size: 40px;
}

.banner-title-small {
	font-size: 50px;
}

.banner-title-large {
	font-size: 70px;
}

.banner-title-xlarge {
	font-size: 80px;
}

.banner-header {
	font-family: georgia, serif;
	font-weight: 600;
	font-style: italic;
	font-size: 36px;
}

.banner-header-xsmall {
	font-size: 28px;
}

.banner-header-small {
	font-size: 32px;
}

.banner-header-large {
	font-size: 40px;
}

.banner-sub-header {
	font-family: verdana, sans-serif;
	padding-top: 15px;
	font-size: 22px;
}

.banner-sub-header-small {
	font-size: 15px;
}

.banner-sub-header-large {
	font-size: 26px;
}

body#home .container-banner {
	background: url(../images/home/home1reg.jpg) no-repeat center center;
	background-size: cover;
}

body#destination1 .container-banner {
	background: url(../images/destination/1/destination1.jpg) no-repeat center center;
	background-size: cover;
}

body#destination2 .container-banner {
	background: url(../images/destination/2/destination1.jpg) no-repeat center center;
	background-size: cover;
}

body#hotel1 .container-banner {
	background: url(../images/hotel/1/hotel1.jpg) no-repeat center center;
	background-size: cover;
}

body#hotel2 .container-banner {
	background: url(../images/hotel/2/hotel1.jpg) no-repeat center center;
	background-size: cover;
}

body#itinerary .container-banner {
	background: url(../images/itinerary/itinerary1.jpg) no-repeat center center;
	background-size: cover;
}

body#activities .container-banner {
	background: url(../images/activities/activities1.jpg) no-repeat center center;
	background-size: cover;
}

body#faqs .container-banner {
	background: url(../images/faqs/faqs1.jpg) no-repeat center center;
	background-size: cover;
}

body#extensions .container-banner {
	background: url(../images/extensions/extension1.jpg) no-repeat center center;
	background-size: cover;
}
/*End Banner*/

/*Tabbed Pane*/
.tabbed-nav {
	padding: 10px 0 0 0;
	border: none;
}

.tabbed-nav > li {
	padding: 15px;
	padding-bottom: 0;
}

.tabbed-nav > li, .tabbed-nav > li.active {
	background: transparent;
	margin: 0;
	border: none;
}

.tabbed-nav > li > a, .tabbed-nav > li > a:hover, .tabbed-nav > li.active > a, .tabbed-nav > li.active > a:hover {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none !important;
}

.tabbed-nav img.img-displayed {
	max-width: 120px;
}

.tabbed-nav-link {
	position: relative;
	padding-top: 15px;
	text-align: center;
}

.tabbed-nav-link:hover {
	padding-top: 0;
	padding-bottom: 15px;
}

.tabbed-nav-link:hover .overlay {
	margin-bottom: 15px;
}

.tabbed-nav-title {
	font-size: 16px;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	color: #777777;
}

.tabbed-nav-link:hover .tabbed-nav-title {
	color: #555555;
}

.tabbed-nav li.active .tabbed-nav-title {
	color: #104b8f;
}

body#itinerary .tabbed-nav > li {
	width: 10%;
}

body#activities .tabbed-nav > li {
	width: 16.6666666666%;
}
/*End Tabbed Pane*/

/*Overlay*/
.overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	padding-bottom: 0;
	color: #ffffff;
	line-height: 1.05;
	text-align: center;
	background: rgba(0,0,0,.5);
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,.5) 0%, rgba(0,0,0,.5) 80%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 80%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 80%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.container-overlay:hover .overlay {
	background: rgba(0,0,0,.6);
	background: -moz-linear-gradient(bottom,  rgba(0,0,0,.6) 0%, rgba(0,0,0,.6) 80%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom,  rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 80%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top,  rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 80%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.overlay-link, .overlay-link:hover {
	background: transparent !important;
	color: #3c7fc3;
}

.overlay-hr hr {
	background-color: #ffffff;
	color: #ffffff;
	float: right;
	width: 80px;
	border: none;
	height: 3px;
}

.overlay-hr hr:first-child{
	float: left;
}

.overlay-hr-xxsmall hr {
	width: 20px;
}

.overlay-hr-xsmall hr {
	width: 40px;
}

.overlay-hr-small hr {
	width: 60px;
}

.overlay-hr-large hr {
	width: 100px;
}

.overlay-hr-xlarge hr {
	width: 120px;
}

.overlay-hr-xxlarge hr {
	width: 140px;
}

.col-double .overlay-hr hr {
	width: 160px;
}

.col-double .overlay-hr-xxsmall hr {
	width: 40px;
}

.col-double .overlay-hr-xsmall hr {
	width: 80px;
}

.col-double .overlay-hr-small hr {
	width: 120px;
}

.col-double .overlay-hr-large hr {
	width: 200px;
}

.col-double .overlay-hr-xlarge hr {
	width: 240px;
}

.col-double .overlay-hr-xxlarge hr {
	width: 280px;
}

.overlay-header {
	font-size: 28px;
	font-family: Georgia, sans-serif;
	font-weight: 600;
	font-style: italic;
	padding-top: 5px;
}

.overlay-title {
	font-family: verdana, sans-serif;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	clear: both;
	padding-bottom: 15px;
}

.col-double .overlay-title {
	font-size: 60px;
}

.overlay-details {
	margin: 0 auto;
	color: transparent;
	line-height: 1.4;
	height: 0;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    font-size: 13px;
}

.col-double .overlay-details {
	width: 80%;
}

/*4 lines of text plus 5 px*/
.container-overlay:hover .overlay-details {
	height: 75px;
	color: #ffffff;
}

/*4 lines of text plus 5 px*/
.container-overlay:hover .col-double .overlay-details {
	height: 57px;
}
/*End Overlay*/

/*Home*/
body#home .overlay-title {
	font-size: 60px;
}
/*End Home*/

/*FAQs*/
.container-airline {
}

.airline {
	padding: 15px;
}

.airline img.img-displayed {
	max-width: 100px;
}

.faq-link {
	font-size: 16px;
	padding-top: 15px;
	line-height: 30px;
	font-weight: 600;
}

.img-faq-link {
	width: 30px;
}

body#extensions .faq-link {
	text-align: center;
}

body#extensions .faq-link img.img-displayed {
	max-width: 175px;
}
/*End FAQs*/

/*Activities*/
.activity-intro {
	font-size: 17px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
}
/*End Activities*/

/*Points*/
.report-name {
}

.report-date {
	text-align: center;
}

.report-link {
	text-align: right;
}

.my-team-member-header .report-date {
	text-align: center;
}

.report-link {
	font-size: 15px;
	line-height: 28px;
}

.report-sub-header {
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
    font-style: italic;
    font-size: 13px;
}

.report-sub-header .sub-header {
}

.report-sub-header .sub-header-center {
    text-align: center;
}

.report-sub-header .sub-header-right {
    text-align: right;
}

/*using chart.js*/
canvas.report-canvas {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 500px;
    max-height: 500px;
    min-height: 500px;
    display: block;
}

.container-chart {
	padding: 15px 30px 0 30px;
}

.chart-header {
	padding-bottom: 15px;
	font-size: 13px;
}

.progress {
	font-size: 15px;
}

/*using css*/

.container-graphs {
    padding: 0 15px;
}

.container-graph {
    padding: 30px 0 0 0;
}

.graph-header {
    padding: 0 0 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.container-graph-section {
	border-top: 1px solid #888888;
}

.graph-section {
    padding: 0;
}

.scale {
}

.scale-mobile-hide {
    display: block;
}

.scale-mobile {
    display: none;
}

.scale-bar {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.scale-item {
    height: 20px;
    border-top: 1px solid #eeeeee;
    font-size: 12px;
}

.scale-item:first-child {
	border-top: 1px solid #ffffff;
}

.scale-label {
    margin-top: -9px;
}

.scale-label-right, .scale-label-right-lg {
    text-align: right;
}

.scale-label-center {
    text-align: center;
}

.scale-label-text {
    padding: 0 6px;
    background: #ffffff;
}

.container-bar {
    position: relative;
}

.bar-position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30%;
}

.bar {
    background: rgba(0,129,179,.5);
}

.bar-goal-met {
	background: rgba(0,129,179,.5);
}

.container-bar .scale-item {
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
}

.goal-label-position {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.goal-label {
	margin-top: -20px;
}

.goal-label-text {
	font-weight: bold;
	font-size: 12px;
}
/*End Points*/

/*Catalogs*/
.container-docs {
}

.doc {
	padding: 15px;
	text-align: center;
}

.img-doc-cover {
	max-width: 170px;
}
/*End Catalogs*/

/*Modal*/
.modal-full {
    width: 90%;
    max-width: 1000px;
    margin: 10px auto 0 auto;
}

.modal-content {
	border-radius: 0;
}

.modal-header {
	background: #0081b3;
	padding: 5px 15px;
}

.modal-title {
	color: #ffffff;
	font-size: 24px;
}

.modal-header button.close {
	color: #ffffff;
	opacity: .75;
	margin-top: 0;
}

.modal-header button.close:hover {
	opacity: 1;
}
/*End Modal*/

/*Plugin: Slick Slider Mod*/
.slick-next:before, .slick-prev:before { 
	color: #0081b3;  
	opacity: 1;
	font-size: 30px;
	width: 30px;
	height: 30px;
}

.slick-prev {
	left: 0;
	margin-left: -35px;
}

.slick-next {
	right: 0;
	margin-right: -35px;
}

.slider .container-slide {
	padding: 0 15px 0 15px;
}

.photo-caption {
    padding: 5px 10px 0 10px;
    font-size: 12px;
    text-align: center;
} 
/*End Plugin: Slick Slider Mod*/

/*Medium*/
@media screen and (max-width: 1299px) {
	.hide-md, img.hide-md {
		display: none;
	}

	.show-md, img.show-md {
		display: block;
	}

	.video-container {
	    padding-bottom: 300px;
	}
	 
	.video-container iframe,
	.video-container object,
	.video-container embed {
	    height: 300px;
	}

	.section, .section-small {
		width: 100%;
	}

	.container-banner {
		height: 412px;
	}

	.container-banner-xsmall {
		height: 225px;
	}

	.container-banner-small {
		height: 318px;
	}

	.container-banner-large {
		height: 487px;
	}

	.container-banner-xlarge {
		height: 562px;
	}

	.banner {
		padding: 18px;
	}

	.banner-v-center {
		padding-top: 161px;
	}

	.container-banner-xsmall .banner-v-center {
		padding-top: 67px;
	}

	.container-banner-small .banner-v-center {
		padding-top: 114px;
	}

	.container-banner-large .banner-v-center {
		padding-top: 198px;
	}

	.container-banner-xlarge .banner-v-center {
		padding-top: 236px;
	}

	.banner-title {
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 45px;
	}

	.banner-title-xsmall {
		font-size: 30px;
	}

	.banner-title-small {
		font-size: 37px;
	}

	.banner-title-large {
		font-size: 52px;
	}

	.banner-title-xlarge {
		font-size: 60px;
	}

	.banner-header {
		font-size: 27px;
	}

	.banner-header-xsmall {
		font-size: 20px;
	}

	.banner-header-small {
		font-size: 24px;
	}

	.banner-header-large {
		font-size: 30px;
	}

	.banner-sub-header {
		padding-top: 12px;
		font-size: 17px;
	}

	.banner-sub-header-small {
		font-size: 12px;
	}

	.banner-sub-header-large {
		font-size: 20px;
	}

	.tabbed-nav img.img-displayed {
		max-width: 80px;
	}

	.overlay-hr {
		display: none;
	}

	.overlay-title, .overlay-header {
		font-size: 18px;
		line-height: 1.2;
		padding-bottom: 5px;
	}

	.col-double .overlay-header {
		font-size: 22px;
		padding-bottom: 0;
	}

	.col-double .overlay-title {
		font-size: 50px;
	}

	/*5 lines of text plus 5px*/
	.container-overlay:hover .overlay-details {
		height: 92px;
	}

	/*4 lines of text plus 5px*/
	.container-overlay:hover .col-double .overlay-details {
		height: 74px;
	}

	body#home .overlay-title {
		font-size: 40px;
	}

	 .scale-mobile-hide {
        display: none;
    }

    .scale-mobile {
        display: block;
    }

    .scale-label-right-lg {
        text-align: left;
    }
}
/*End Medium*/

/*Small*/
@media screen and (max-width: 991px) {
	.hide-sm, img.hide-sm {
		display: none;
	}

	.show-sm, img.show-sm {
		display: block;
	}

	.footer-question {
		padding-top: 15px;
	}

	.container-banner {
		height: 341px;
	}

	.container-banner-xsmall {
		height: 186px;
	}

	.container-banner-small {
		height: 263px;
	}

	.container-banner-large {
		height: 404px;
	}

	.container-banner-xlarge {
		height: 466px;
	}

	.banner {
		padding: 14px;
	}

	.banner-v-center {
		padding-top: 133px;
	}

	.container-banner-xsmall .banner-v-center {
		padding-top: 55px;
	}

	.container-banner-small .banner-v-center {
		padding-top: 94px;
	}

	.container-banner-large .banner-v-center {
		padding-top: 164px;
	}

	.container-banner-xlarge .banner-v-center {
		padding-top: 195px;
	}	

	.banner-title {
		padding-top: 6px;
		padding-bottom: 6px;
		font-size: 37px;
	}

	.banner-title-xsmall {
		font-size: 24px;
	}

	.banner-title-small {
		font-size: 30px;
	}

	.banner-title-large {
		font-size: 43px;
	}

	.banner-title-xlarge {
		font-size: 49px;
	}

	.banner-header {
		font-size: 22px;
	}

	.banner-header-xsmall {
		font-size: 18px;
	}

	.banner-header-small {
		font-size: 19px;
	}

	.banner-header-large {
		font-size: 24px;
	}

	.banner-sub-header {
		padding-top: 10px;
		font-size: 15px;
	}

	.banner-sub-header-small {
		font-size: 10px;
	}

	.banner-sub-header-large {
		font-size: 18px;
	}

	.tabbed-nav-title {
		font-size: 15px;
	}

	.tabbed-nav img.img-displayed {
		max-width: 60px;
	}

	.overlay, .container-overlay:hover .overlay {
		background: rgba(0,0,0,.5);
		background: -moz-linear-gradient(bottom,  rgba(0,0,0,.5) 0%, rgba(0,0,0,.5) 80%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(bottom,  rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 80%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to top,  rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 80%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	.overlay-title {
		font-size: 20px;
	}

	.overlay-details, .container-overlay:hover .overlay-details, 
	.container-overlay:hover .col-double .overlay-details {
		color: #ffffff;
		height: auto;
		padding-bottom: 3px;
	}

	.my-team-member-header .report-name,
	.my-team-member-header .report-date,
	.my-team-member-header .report-link,
    .report-sub-header .sub-header,
    .report-sub-header .sub-header-center,
    .report-sub-header .sub-header-right {
		text-align: center;
	}

	.report-name,
	.report-date,
	.report-link {
		text-align: center;
	}
}
/*End Small*/

/*X-Small*/
@media screen and (max-width: 767px) {
	.hide-xs, img.hide-xs {
		display: none;
	}

	.show-xs, img.show-xs {
		display: block;
	}

	.np {
		max-width: 500px;
		float: none;
	}

	.np, .section-bg {
		margin-bottom: 5px;
	}

	.header .np {
		margin-bottom: 0;
	}

	.video-container {
	    padding-bottom: 230px;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
	    height: 230px;
	}

	.section-small {
		padding: 15px;
	}

	.section {
		background: rgba(0,0,0,.5);
		color: #ffffff;
	}

	.section-border {
		border-top: none;
	}

	.section-border-header {
		padding: 0;
		background: transparent;
	}

	.section-border h2 {
		margin-top: 0;
	}

	.section-title {
		font-size: 22px;
	}

	.container-banner,
	.container-banner-xsmall,
	.container-banner-small,
	.container-banner-large,
	.container-banner-xlarge {
		height: auto !important;
	}

	.banner,
	.banner-right,
	.banner-bottom,
	.banner-v-center,
	.container-banner-xsmall .banner-v-center,
	.container-banner-small .banner-v-center,
	.container-banner-large .banner-v-center,
	.container-banner-xlarge .banner-v-center {
		position: relative;
		padding: 100px 15px;
		background: rgba(0,0,0,.3);		
		width: 100%;
	}

	.banner,
	.banner-right,
	.banner-bottom {
		left: 0 !important;
		top: 0 !important;
	}	

	.banner-title,
	.banner-title-xsmall,
	.banner-title-small,
	.banner-title-large,
	.banner-title-xlarge {
		font-size: 40px !important;
		padding: 15px 0 0 0 !important;
	}

	.banner-header,
	.banner-header-xsmall,
	.banner-header-small,
	.banner-header-large {
		font-size: 22px;
	}

	.banner-sub-header,
	.banner-sub-header-small,
	.banner-sub-header-large {
		padding-top: 10px;
		font-size: 18px;
	}

	.overlay-header, .overlay-title, .col-double .overlay-title {
		font-size: 24px;
		line-height: 1.2;
	}

	.col-double .overlay-details {
		width: 100%;
	}

	body#activities #activity1 {
		background: url(../images/activities/activity1.jpg) no-repeat center center;
		background-size: cover;
	}

	body#activities #activity2 {
		background: url(../images/activities/activity2.jpg) no-repeat top center;
		background-size: cover;
	}

	body#activities #activity3 {
		background: url(../images/activities/activity3.jpg) no-repeat center center;
		background-size: cover;
	}

	body#activities #activity4 {
		background: url(../images/activities/activity4.jpg) no-repeat center center;
		background-size: cover;
	}

	body#activities #activity5 {
		background: url(../images/activities/activity5.jpg) no-repeat center center;
		background-size: cover;
	}

	body#activities #activity6 {
		background: url(../images/activities/activity6.jpg) no-repeat center center;
		background-size: cover;
	}

	body#itinerary #itinerary1 {
		background: url(../images/itinerary/day1.jpg) no-repeat center center;
		background-size: cover;
	}

	body#itinerary #itinerary2 {
		background: url(../images/itinerary/day2.jpg) no-repeat center center;
		background-size: cover;
	}

	body#itinerary #itinerary3 {
		background: url(../images/itinerary/day3.jpg) no-repeat center center;
		background-size: cover;
	}

	body#itinerary #itinerary4 {
		background: url(../images/itinerary/day4.jpg) no-repeat center center;
		background-size: cover;
	}

	body#itinerary #itinerary5 {
		background: url(../images/itinerary/day5.jpg) no-repeat center center;
		background-size: cover;
	}

	body#itinerary #itinerary6 {
		background: url(../images/itinerary/day6.jpg) no-repeat center center;
		background-size: cover;
	}

	body#itinerary #itinerary7 {
		background: url(../images/itinerary/day7.jpg) no-repeat center center;
		background-size: cover;
	}

	body#itinerary #itinerary8 {
		background: url(../images/itinerary/day8.jpg) no-repeat center center;
		background-size: cover;
	}

	body#itinerary #itinerary9 {
		background: url(../images/itinerary/day9.jpg) no-repeat center center;
		background-size: cover;
	}

	body#itinerary #itinerary10 {
		background: url(../images/itinerary/day10.jpg) no-repeat center center;
		background-size: cover;
	}

	.modal-full {
	    width: 98%;
	}
}
/*End X-Small*/

/*XX-Small*/
@media screen and (max-width: 479px) {
	.hide-xxs, img.hide-xxs {
		display: none;
	}

	.video-container {
	    padding-bottom: 200px;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed {
	    height: 200px;
	}
}
/*End XX-Small*/