@charset "utf-8";
/* ------------------------------------------------------
this area is for media styles (mobile displays, etc.) */


/* the following adjustment overrides bootstraps default padding of 48px */
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
  }
	.branding {display: none}
}
@media screen and (min-width: 992px) {
	.nopadding-left {padding-left: 0 !important;}
}

@media screen and (max-width: 767px) {
	.hide768 {
		display:none;
	}
	.show768 {
		display: block;
	}
	#navbar2Close {
		display:inline;
	}
	#myCarousel h3 a {
		color: white;
		background-color: #19619D;
		border: 1px solid #19619D;
  		border-radius: 10px;
		padding: 5px;
	}
	.carousel-caption {
	width: 60%;
		left: 20%;
	}
	.CTLogo {
		margin: 0px auto;
	}
	.footer-list {
		padding: 0;
		line-height: 1;
	}
	.footer-list li {
		margin-bottom: 10px;
	}
	.tour-price-actions {
    	position: relative;
    	bottom: 0;
    	padding: 10px;
    	margin: 0;
		flex-flow: row;
		width: auto;
	}
	.tour-body {
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.tour-info {
		margin-bottom: 0px;
	}
	.tour-price {
		margin-bottom: 0px;
		padding: 10px;
	}
	.tour-image-container img {
		padding-left: 6px;
	}
	
	h3 {
		font-size: 20px;
	}
	.webform {
    	padding: 18px 18px 18px 18px;
	}
	.logos {
		padding-top: 10px;
/*	background-image: url('./imgs/header_bg_sm.jpg');
	background-position: 0% 25%;*/
		
    
	}
	/* the following hides the main carousel and google translate menu on all pages that have these elements */
	#carousel1, #google_translate_element {
		display: none;
	}
	#carouselMobile {display:block; padding-top: 10px; padding-bottom: 10px; /*margin-bottom: -50px;*/
/*	.pricing_section {
		margin-top: 0px;
	}*/
}
	.dreams {margin: 0 30px;} /* adjust dreams slogan margin to wrap text more netaly */

	.sponsors {		/* hide sponsors information in website footer for smaller displays */
		display:none;
	}
	#dismiss {
		line-height: 35px;	
		top: 5px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav > li > a {font-size: 0.94rem;}
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
	.headerright {
		margin-top: 0px;
	}
}