@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300);

:root {
	--body-font-family: "Open Sans", "Helvetica Neue",Helvetica,Arial,sans-serif;
	--body-bg: #FFFFFF;
	--body-color: #333333;
	--primary: #FF9600;
	--primary-hover: #EA7F01;
	--secondary: #343434;
	--secondary-hover: #545454;
	--transition: all 0.3s ease;
}			
body {
	font-family:var(--body-font-family);
	font-weight:300;
}
a {color:#6cafd5;}
				
.breadcrumb {background-color: transparent;}

.btn-warning {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-warning:hover, .btn-warning:focus {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}
h3 {text-transform: uppercase;}

h4 {text-transform: uppercase; font-weight:400;}
			
nav {font-weight: 700;}

.navbar-nav>li>a {padding-left: 12px; padding-right: 12px;}
					
section {padding:2% 0;}

#specialties {padding-bottom: 4em;}

#whyUs {margin-top: 0;}
					
.clear{clear:both;}

.embed-ad {padding-bottom: 83%;}

.embed-ad a {display: block;}
					
.jumbotron {
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height:600px;
	position:relative;
	padding-top:80px!important;
	color:#ffffff;
	text-align: center;
}
.jumbotron.banner-home {margin: 0;}
					
.jumbotron h1 {font-weight: 700; font-size: 400%;}
				
.jumbotron p{font-weight:700;}

#jumbotron-form{
	margin-top: 2rem;
	position: absolute;
	bottom: 5rem;
	left:0;
	width:100%;
}
.learnMore {
	display: block;
	padding: 1em 0;
	text-align: center;
}          
.cta-form .form-group {
	margin: 0;
}
.cta-form .form-control {
	height: 50px;
}
.cta-form .btn {
	font-size: 120%;
	font-weight: 600;
	padding-left: 0;
	padding-right: 0;
}
.cta-bottom {
	padding: 2.5rem 0;
	background-color: var(--secondary);
}
.CTAtint {
	background-color:var(--secondary); opacity:.8;
	padding:10px;
	margin-top:40px;
}
.CTAtint .form-group {
	margin-bottom:0!important;
}
.CTAtint .btn-lg{
	height: 45px;
}
.cta-product.affix {
	background-color: rgba(0,0,0,.5);
	bottom: 0 !important;
	left: 0;
	padding: .2em 0;
	z-index:20;
	width: 100%;
}
.simple-form {
	padding: 1rem 0 3rem;
	background-color: #f8f8f8;
}

#bookingSearch .btn {margin-top:15px;}
					
.form-control{width:100%;}

.post-thumb {
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
	height: 380px;
	overflow: hidden;
}
.post-thumb h3 {
	font-size: 125%;
	margin-top: .85rem;
	margin-bottom: 0;
}
.lg-squares {
	min-height:300px;
	background-size: cover !important;
	background-repeat: no-repeat;
	color:#ffffff;
	position:relative;
	background-position: center;
}
.lg-squares > a {
	display: block;
	width: 100%;
	height: 100%;
}
.lg-squares h4 {
	padding:2%;
	position: absolute;
	bottom:0;
	left: 0;
	width:100%;
	background-color: #000000;
	opacity:.75;
}
					
.lg-squares:hover{box-shadow: 1px 1px 125px 10px #000000 inset;}

.lg-squares img.affluent-logo {
	z-index: 3;
	position: absolute;
	top: 5%;
	width: 80%;
	left: 10%;
}
.lg-squares:hover img.affluent-logo {box-shadow: none;}

/***** Hotel Chain Landing Page *****/
.brand-resort {
	position: absolute;
	top: 0;
	left: 5%;
}
.brand-resort img {
	max-height: 70px;
}
.brand-supplier {
	display: block;
	margin-bottom: 2rem;
}
.brand-supplier img {
	max-height: 90px;
	max-width: 100%;
	margin: 0 auto;
}
.supplier-search {
	display: block;
	padding: 1.5rem 0 2rem;
}
.resort_photo #headline {
	bottom: 10%;
}
.bg-specials {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.bg-specials h3 {color: #fff;}

.sectionBrands {
	display: block;
	padding: 3rem 0;
	background-color: #fff;
	color: #333;
}
.brands-list {
	display: inline-block;
	width: 100%;
}
.brands-list > a {
	display: inline-block;
	margin: .5rem .75rem;
}
.brands-list > a img {
	max-height: 50px;
}
.for-modals {padding: 2em 0;}

/* New Softvoyage */

#sv-form.sectionTint {margin: 0;}

.sv-form {background-color:#fff;}

.sv-form .nav-fill {display: flex;}

.sv-form .nav-pills > li {
	flex: 1 1 auto;
	text-align: center;
	display: inline-flex;
}
.sv-form .nav-pills > li > a {
	width: 100%;
	border-radius: 0;
	background-color: var(--primary);
	color: #fff;
}
.sv-form .nav-pills > li.active > a, .sv-form .nav-pills > li > a:hover {
	background-color: var(--primary-hover);
}
#sv-form, .sv-form .tab-content {padding: 3em 0;}

@media (max-width: 767px) {
	#sv-form {
		padding: 2em 0;
	}
	#sv-form iframe {
		height: 850px;
	}
	#sv-form #vacation iframe {
		height: 2050px;
	}
}
.admin-note {
	display: inline-block;
	width: 100%;
	font-size: 80%;
	color: #777;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #efefef;
	padding: .65rem;
	line-height: 1.5;
	margin: 1rem 0;
}
.affluent {display: block;}

.affluent img {
	max-height: 90px;
	max-width: 100%;
}					
#about-us-thumb{
	background-color:var(--secondary);
	background-image:url(https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/about-thumb.jpg);
}
#groups-thumb{
	background-color:#ebebeb;
	background-image:url(https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/group-thumb.jpg);
}
#specials-thumb{
 background-color:var(--secondary);
 background-image:url(https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/specials-thumb.jpg);
}
.navbar-nav{margin-left:5%;}

.sectionTint{background-color:#ebebeb;
	margin-top:40px;
	padding: 20px 0;
}
.serviceIcon{
	text-align:center;
	margin:10px 0;
}
.serviceIcon span.glyphicon{font-size:40px;}

.serviceIcon .fa {font-size: 44px;}

#services a{color:#333333;}

footer{padding:30px 0;}

footer h4{margin-top:0;}

footer li{margin-right:10px;}
	
footer a{color:#333333;}
					
.footer-logos {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.footer-logos img {
	max-height: 40px;
	display: inline-block;
	margin: 1.5rem .78rem 0;
}
.footer-logos > a {
	display: inline-block;
	width: auto;
}					
#followUs ul{
	list-style: none;
	padding-left:0;
	font-size:20px;
}
#followUs li{display: inline;}

.navbar-brand{height:auto;}

.navbar-brand img{max-height:50px;}

.navbar-brand> span {
  display: inline-block;
  line-height: 1.1;
  font-size: 1.3em;
}
#ads img{
	width:100%;
	height:auto;
}
#ad{display:block;}

#ads>div{
	margin-top:1%;
	width:25%;
	padding-left:0;
	padding-right:0;
}
#personalityQuiz{
	background-color:#1e5196;
	margin-left:0!important;
	padding-left:0!important;
}
@media only screen and (min-width:846px){
  .navbar-brand>span {
    padding: .5em 0;
  }
	.navbar-nav>li>a{
		padding-top:30px;
		padding-bottom:30px;
	}
}							
@media only screen and (max-width: 991px){
	.lg-squares {
		min-height:200px;
	}
	.post-thumb {
		height: 280px;
	}
}					
@media only screen and (max-width: 767px){
	.lg-squares{
		min-height:400px;
	}
	#ads > div {
		display:inline-block;
		width: 100%;
	}
	.post479779 .articlePhoto {
		height: 380px;
	}
	footer h4{
		margin-top:30px;
	}
	#headline{display:none!important;}
						
	.jumbotron{min-height:500px;}
	
	.post-thumb {height: auto;}
}
@media only screen and (min-width: 768px){
	.jumbotron{
		 background-attachment: fixed;
	}
	.post479779 .articlePhoto {
		height: 600px;
	}          
}
/*******content page styles**********/
.thanks-message {
	margin-top: 90px;
}
.articlePhoto { 
	background-image: url(https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/family-hero.jpg);
	background-size: cover;
	background-position: center;
	height:400px;
	margin-top:80px;
	position:relative;
	color: #fff;
}
.post550708 .articlePhoto {
	background-position: center bottom;
}
.articlePhoto .articleTitle {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 5rem;
}
.articlePhoto h2 {
	font-weight: 600;
	text-shadow: 1px 1px rgba(0,0,0,.4);
	font-size: 250%;
}
.articlePhoto .btn-lg {
	font-size: 2.5rem;
}
article {padding: 2rem 0;}

article p {font-size: 16px; line-height: 1.4; margin-bottom: 1rem;}

article figure {text-align: center; margin-bottom: 1em;}

article img {max-width: 100%;}

article iframe {width: 100%;}

article table {
	width: 100%;
	margin-bottom:2em;
}
article table td, article table th {
	padding: 4px;
	line-height: 1.5;
}
.price-info {
	color: rgba(0,0,0,.5);
	font-size: 90%;
	padding: 1em 0;
	display: block;
}
.price-info strong, .price-info p {
	color: rgba(0,0,0,.5);
	font-size: 90%;
}
/*** product Page ***/
.more-images img {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	max-width: 100%;
}

#family-offer-1{background-image: url(https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/tauck-family-offer.jpg);}
#family-offer-2{background-image: url(https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/mexico-family-offer.jpg);}
#family-offer-3{background-image: url(https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/ireland-family-offer.jpg);}
#family-offer-4{background-image: url(https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/cuba-family-offer.jpg);}

/*******contact us page styles********/
.contactPhoto{ 
	background-image: url(https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/hero-contact.jpg);
	background-size: cover;
	background-position: center;
	height:500px;
	margin-top:80px;
	position:relative;
}
.agentPhotoThumb{
	display: block;
	height: 230px;
	margin-top: 1rem;
}   
.agentPhotoThumb img{
	width: 100%;
}
.agentPhoto{
	width:100%;
	height:auto;
}
/********BestTripTV******/
.besttriptv {
	padding: 4em 0 3em;
	background-size: cover;
	background-image: url(https://cdn1.gttwl.net/attachments/travelsavers1.gttwl2.com/ltmq6z/1518633655_original.jpeg);
}
.besttriptv img {max-width: 100%; margin-bottom: 1em;}

.besttriptv p {margin-bottom: 1em; font-size: 110%;}

.besttriptv .btn {
	background-color: #000;
	color: #fff;
	font-size: 135%;
	padding: .65em 2em;
	margin-bottom: 1em;
}
.besttriptv .btn:hover {
	background-color: #444;
}
/********agent profile styles******/

#agentProfile{
	background: #eee none repeat scroll 0 0;
	margin-top: 90px;
	min-height: 600px;
}
.profilePhoto, .profileSocial {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.5rem;
}
.profilePhoto img{
	width:100%;
	height:auto;
}
.profileSocial a {
	display: inline-block;
	width: auto;
	margin-left: 1rem;
	font-size: 200%;
}
@media only screen and (min-width: 768px){
	article .container{
		width:60%;
		max-width:960px;
	}
}
/********Blog styles**********/

#blogListings{margin-top:80px;}

#blogListings h2 a{color:var(--secondary);}

.m_top{margin-top:15px;}

.inner_wrap{margin-top:80px;}

.thank_wrap{min-height:500px;}

.go_bg{
 background:url('https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/venice-hero.jpg') no-repeat;
 background-position:bottom center;
 min-height:600px;
}
.comment_box{
	padding-bottom: 20px;
	padding-top: 20px;
}
/*******contact us page styles********/
.contactPhoto{ 
	background-image: url(https://cdn1.gttwl.net/travesavers1.gttwl2.com/images/hero-contact.jpg);
	background-size: cover;
	background-position: center;
	height:500px;
	margin-top:80px;
	position:relative;
}
.agentPhotoThumb{overflow-y: hidden;}   

.agentPhoto{
	width:100%;
	height:auto;
}
/********agent profile styles******/

#agentProfile{margin-top:90px;}
				
.profilePhoto img{
	width:100%;
	height:auto;
}
@media only screen and (min-width: 768px){
	article .container{
		width:60%;
		max-width:960px;
	}
}
/********Blog styles**********/  
#blogPostPhoto{text-align:center;}

#blogListings{margin-top:80px;}
		
#blogListings h2 a{color:var(--secondary);}

.blogListingPhoto {margin:15px 0; }

.blogListingPhoto img {width: 100%;}
		
#blogPostPhoto{margin-top:80px;}

/********Destination Page styles**********/
		
.subNav{margin-top:80px;}

.subNav ul li{
	list-style: none;
	display:inline-block;
	margin-right:15px;
}
.subNav ul{padding-left:0;} 

.lg-squares img{z-index:0;}

.lg-squares img:hover{box-shadow: 1px 1px 125px 10px #000000 inset;}

.lg-squares h4{z-index:5;}

#nearbyDestinations{text-align: center;}
		
#nearbyDestinations li{
	display:inline-block;
	margin-right :15px;
}
.destinationHero { 
	max-height:500px;
	overflow: hidden;
	margin-top:80px;
	text-align:center;
}
.destinationHero img {height:100%;}

.videoHero {margin-top:80px;}

/*===================Go wrap style===================*/
.container.go_wrap {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	padding: 40px 0;
}
.go_wrap .input-group-addon i {width: 20px;}

.testimonials{
	padding:65px;
}
/*=============================step-form-css=============================*/
.stepwizard-step p {margin-top: 10px;}

.stepwizard-row {display: table-row;}

.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
} 
.rel{position:relative;}

.carousel-indicators .active{ background: #31708f;}
.thumbnail{background:none!important;border:none!important;}
.content{ margin-top:20px; } .adjust1{ float:left; width:100%; margin-bottom:0; } 
.adjust2{ margin:0; } .carousel-indicators li{ border :1px solid #ccc; } 
.carousel-control{ color:#31708f; width:5%; } .carousel-control:hover, 
.carousel-control:focus{ color:#31708f; } 
.carousel-control.left, .carousel-control.right { background-image: none; } 
.media-object{ margin:auto; margin-top:15%; } 

.media-place {text-align: left;}

.media-place .media-object {margin: 0 5px 15px 0; width: 100px; max-width: 100px;}

.media-place .media-body p {font-size: 87%; line-height: 1.5;}

.supplier-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
	margin-bottom: 1em;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	transition: all 0.2s linear;
}
.supplier-wrapper .supplier-logo {
	background-color: rgba(255,255,255,.65);
	position: absolute;
	width: 100%;
	height: 50%;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	transition: all 0.2s linear;
}
.supplier-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 90%;
	margin: 0;
}
.sectionBrands a:hover .supplier-wrapper .supplier-logo {
	background-color: #fff;
}
/* OVERLAY BOXES
-------------------------------------------------- */
.search-destinations {
	background-color: #f6f6f6;
	padding:1em 0;
	color: #333;
}
.search-destinations h4 {
	margin-bottom: 1em;
	font-weight: 700;
}
.image-wrapper {
	width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.04);
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 1em;
}
.image-overlay-content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding-top: 15%;
}
.overlay-fade-in img {
	transition: all 0.2s linear;
	width: 100%;
}
.overlay-fade-in .image-overlay-content {
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.4s ease-in-out;
}
.overlay-fade-in h3 {
	color: #fff;
	line-height: 1.2;
	margin: 0;
}
.overlay-fade-in p {
	color: #fff;
	line-height: 1.2;
	font-family: Georgia, Times, serif;
	font-style: italic;
	margin: 0;
}
.overlay-fade-in .btn:hover {
	box-shadow: 0 0 5px #000; 
}
.overlay-fade-in:hover img {
	transform: scale(1.2);
}
.overlay-fade-in:hover .image-overlay-content {
	opacity: 1;
}
.overlay-fade-in:hover h3, .overlay-fade-in p {
	opacity: 1;
}
/********Cruises Grid******/
.cruise-products {
	display: block;
	background-color: #fff;
	color: #333;
	text-align: left;
}
.api-products {
	display: block;
	background-color: #5B1A13;
}
.cruise-products a {color: #333;}

.cruise-products .list-title h4 {margin: 1.3em 0;}

.cruise-grid .btn-info {
	color: #fff; 
	background-color:#1184bd;
	max-width: 100%;
}
.cruise-grid .btn-info:hover {
	background-color:#46b8da;
}
.cruise-img-grid {position: relative;}

.cruise-img-grid img {width: 100%;}

.cruise-img-grid img.cruise-line {
	width: 40%;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #fff;
}
.cruise-grid {
	display: block;
	width: 100%;
	padding: 1.35em 0 1em;
	border-top: 1px solid #dfdfdf;
	background: #fff;
	background: -webkit-linear-gradient(#e4f7ff 0%, #fff 10%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#e4f7ff 0%, #fff 10%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#e4f7ff 0%, #fff 10%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#e4f7ff 0%, #fff 10%); /* Standard syntax */
}
.cruise-top-grid {
	display: block;
	width: 100%;
	padding-bottom: 1em;
}
.cruise-top-grid h2 {font-size: 140%;}

.cruise-top-grid h2, .cruise-top-grid p {margin: 0;}

.cruise-numbInfo {font-size: 22px; line-height: 1;}

.cruise-theInfo {font-size: 75%;}

.cruise-img-grid {display: block;}

.cruise-price-grid {margin-bottom: 1em;}

.cruise-price-grid > span {display: block; font-size: 75%; line-height: 1.2;}

.cruise-price-grid > p {font-size: 150%; margin: 0;}

.cruise-price-grid > p > small {font-size: 50%;}

@media screen and (max-width: 768px) {
	.media-object {margin-top:0;}
}
.about_trip{
	height:8em !important;
}
.contact_us_wrap {
	background: rgba(255, 255, 255, 0.8);
	margin-top: -70px;
	padding: 30px;
	position: relative;
	z-index: 9;
	color:#000;
}
.contact_us_wrap #message{
	height:260px !important;
}
.inner_wrap .jumbotron h1{position: relative;top:-50px;}
.inquire-product-title { color:#fff; margin: 3px 0; text-transform: capitalize; }
.road_trip {
		background-image: url("https://cdn1.gttwl.net/attachments/global/1431114492_large.jpeg");
		background-position: center center;
		background-size: cover;
		height: 500px;
		margin-top: 80px;
		position: relative;
}
/******** videos ********/
.videos {
	padding: 3.7em 0 2.35em;
}
.video-post {
	display: inline-block;
	width: 100%;
	margin-bottom: 2em;
}
.video-post h2 {
	line-height: 1.2;
	font-size: 120%;
	margin: 0;
}
.video-detail {
	padding: .65em;
	background-color: var(--secondary);
	color: #ededed;
}
.main-video {
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}
#Video {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: transform linear;
	background-size: cover;
	background-position: center;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}
/********vacationport styles**********/

#vacationport-form {
	position:absolute;
	top:25%;
}
#vacationport-form {
	padding-top:15px;
	padding-bottom:15px;
	background-color:#222222;
	opacity:.8;
}
#bookingSearch .btn{color:#333333!important;}

#bookingSearch div{margin-bottom:15px;}

/********softvoyage styles**********/

.booking #container, .booking #container ul {
	display: inline-block;
	width: 100%;
}
.booking #container ul {
	padding: 0;
}
.booking #container ul li {
	border-collapse: collapse;
	display: inline-block;
	font-size: 0;
	height: auto;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: 19.5%;
	text-align: center;
}
.booking #container li a {
	display: block;
}
.booking #container li img {
	width: 80%;
	margin: auto;
	height: auto;
}
#softvoyage-form{
	padding:15px;
	background-color:#ebebeb;
	opacity:.9;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (min-width: 768px){
	#softvoyage-form{
		margin-left:0;
		margin-right:0;
	}	
}
#container {
	height: 77px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#container li {
	border-collapse: collapse;
	display: block;
	float: left;
	font-size: 0;
	height: 77px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#specialties h3 a{
	color: #333;
	text-decoration: none;
}
/*18-may*/
#bottom_blogs iframe {
	height: 190px;
	margin: 15px 0;
	width: 100%;
}
.nearby-products a.title {
	background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	left: 0;
	margin: 15px 15px 0;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: left;
}
/*22-may*/
#user-info{
	padding:15px;
}
/****** For ads module ******/
#containerb ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
#containerb ul li {
	list-style: none;
	display: inline-block;
}
/*******cruise page styles**********/
.articlePhoto#cruiseHero{ background-image:none;}

.articlePhoto#cruiseexpressHero{ background-image:none;}

#cruiseexpress-body{
	float:none;
	margin-left:auto;
	margin-right:auto;
}
#cruiseexpress-wrap iframe{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (min-width: 768px){
	#cruiseexpress-body{
		float:left;
		max-width:70%;
	}
	#cruiseexpress-wrap{
		margin-top:0px;
		padding-bottom:10px; 
		border:solid 1px #333333;
		background:#fff;
	}
	.articlePhoto#cruiseexpressHero{height:562px;}
}
@media only screen and (min-width: 1200px){
	#cruiseexpress-wrap{
		width:250px;
		float: right;
	}
	.articlePhoto#cruiseexpressHero{ width:886px;}
}
/*******cruise page styles**********/

/*****TravelClub page styles*****/
.stackedForm input{margin-bottom:15px;}

#travelClub-form{margin-top:30px!important;}

#travelClub-hero{background-image:none;}

#why-travelClub{ 
	text-align:center;
	margin-bottom: 30px;
}
#why-travelClub ul{padding:0;}

#why-travelClub li{
	display:inline-block;
	border-left: 1px solid #333333;
	padding: 0 15px;
	font-weight:700;
}
#why-travelClub li.first{border:none;}

#threeBenefits span{font-size:40px!important;}

.articlePhoto h1{  
	font-weight:700;
	text-align: center;
	color:#fff;
	padding-top:50px;
	font-size:63px;
}		
.articlePhoto .container{
	text-align: center;
	margin-top:50px;
}
/***FEED****/   
.rssBody h4{
	position:relative;
	top:10;
}
.rssBody img{
	width:140px;
	position:absolute;
	left:-155px;
	top:0;
	bottom:0;
	margin:auto;
}
.rssBody{
	font-size:14px;
	line-height:1em;
}
.rssRow{
	position:relative;
	margin-left:155px;
}
.rssRow div{
	margin-top:0;
	margin-bottom:0;
}
#travelclubFeed{margin:0 auto;}

#header{
	border-bottom:1px solid #0685ca;
	padding:30px;
	margin-bottom:5px;
}
.rssFeed a{color:#337ab7;}
								
@media only screen and (max-width: 767px){
	#header{
		text-align: center;
	}
	.cruise-grid .text-right {
		text-align: left !important;
	}
	.cruise-img-grid {
		margin-bottom: 1em;
	}
	.cruise-img-grid img {
		width: 80%;
	}
	.overlay {
		padding-top: 0;
	}
	.filter-search {
		padding: 1em 0 0;
	}
	.filter-search .btn-default {
		background-color: #fff;
		border-color: #555;
		color: #555;
		margin-bottom: .5em;
	}
	.filter-search dl {
		padding: .5em 1em;
	}
	.affix#search_affix {
		background-color: #fff;
		left: 0;
		top: 50px;
		width: 100%;
		padding: .5em .6em .15em;
		z-index: 9;
	}
	.logo-wrapper {
		height: 250px;
	}        
}						
@media only screen and (max-width: 480px){
								 
	.rssbody{text-align:center;}
								 
	.sectionHeader{text-align:center;}
								 
	.rssBody img{
		width:100px;
		position:absolute;
		left:0;
		right:0;
		bottom: 10;
		top:auto;
		margin-top: 40px;
		max-height: 50px;
		width: auto;
	}
	.rssRow{
		position:relative;
		margin-left:0;
		padding-bottom:65px;
		border-bottom: dotted gray 1px;
	}
	#travelclubFeed{width:100%;}
}
@media only screen and (min-width: 922px){
	#travelclubFeed{
		width:65%;
		margin:0 auto;
	}
	#specialties .col-sm-3 a h3 {
		height: 100px;
	}
	.video-detail {
		height: 4.45em;
	}
}
@media only screen and (min-width: 1023px){
	.agentThumb {
		min-height: 400px;
	}
}
@media only screen and (min-width: 1200px){
	#threeBenefits{
		max-width:960px;
	}
}
/* Club Med Iframe */
@media only screen and (max-width:550px) {
	.clubmed-iframe {
		height: 6100px !important;
	}
}
@media only screen and (min-width:551px) and (max-width: 768px) {
	.clubmed-iframe {
		height: 4400px !important;
	}
}
@media only screen and (min-width:769px) and (max-width: 993px) {
	.clubmed-iframe {
		height: 5900px !important;
	}
}
@media only screen and (min-width:994px) and (max-width: 1199px) {
	.clubmed-iframe {
		height: 4400px !important;
	}
}
@media only screen and (min-width: 1200px){
	.clubmed-iframe {
		height: 3900px !important;
	}
}
/**** COVID ****/
.alert.covid {
	margin: 0;
	font-weight: normal;
	text-align: center;
	font-size: 105%;
	display: block;
}
/**** Holland Campaign ****/
.group-campaign {
	padding-bottom: 3em;
}
.group-campaign .image-wrapper {margin-bottom: .5em;}

.group-campaign h3 {
	text-transform: capitalize;
	font-size: 100%;
	margin: 0 0 1.5em;
}
.group-campaign .image-overlay-content {
	bottom: -80px;
	background-color: transparent;
	padding: 0 15px;
	height: auto;
	top: auto;
}
.group-campaign .image-wrapper:hover .image-overlay-content {
	bottom: 0;
}
.group-campaign .btn {margin-bottom: .65em;}
