/*Insight Vaction*/
.invac {
	
}
	.invac h3 {
		padding-top: 10px;
		padding-bottom: 10px;
		background: rgb(255, 244, 250);
		text-align: center;
		color: rgb(182, 105, 147);
		/*font-weight: bold;*/
	}
	.invac h2 {
		font-size: 20px;
		font-weight: bold;
		color: #b6016e;
		margin: 15px 0 0;
	}
	
	.invac img.photoup {
		padding: 13px;
		background: #E5E5E5;
		margin-top: 15px;
		margin-bottom: 25px;
	}

.vacationlist {
	width: 545px;
	margin-top: 15px;
}
	.vacationlist > .line {
		padding-top: 5px;
		border-bottom: 1px solid #EDEDED;
		padding-left: 15px;
		padding-bottom: 5px;
		display: block;
		
		color: inherit;
		text-decoration: none;
		position: relative;
		
	}
		.linkbg {
			background: url(../../../../assets/images/link-icon.png) no-repeat center right;
			display: block;
			padding: 0;
			width: 33px;
			height: 100%;
			position: absolute;
			top: 0;
			right: 0;
		}
	
	.vacationlist > .line:hover {
		background: #efefef; /* Old browsers */
		background: -moz-linear-gradient(left,  #efefef 0%, #feffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#efefef), color-stop(100%,#feffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #efefef 0%,#feffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #efefef 0%,#feffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #efefef 0%,#feffff 100%); /* IE10+ */
		background: linear-gradient(to right,  #efefef 0%,#feffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#feffff',GradientType=1 ); /* IE6-9 */
	}
	.vacationlist > .line:hover > span {
		opacity: 0.5;
	}
	.vacationlist h4 {
		color: #b6016e;
		font-size: 15px;
		font-weight: bold;
	}
	
/*Contiki + Turkish*/
.contiki, .turkish, .extrapage {
	
}
.contiki h2,
.turkish h2,
.extrapage h2 {
	font-size: 19px;
	margin: 25px 0;
	color: #b6016e;
}
.contiki h2 > strong,
.turkish h2 > strong,
.extrapage h2 > strong {
	font-size: 24px;
}

.contiki h3,
.turkish h3,
.extrapage h3 {
	margin: 25px 0 10px;
	color: #b6016e;
	font-size: 19px;
	font-weight: bold;
	
	padding-top: 10px;
	border-top: 1px solid #f2f2f2;
}

.turkish h5.tcenter{
	margin: 25px 0 10px;
	color: #b6016e;
	font-size: 16px;
	font-weight: bold;
	
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.contiki ul,
.turkish ul,
.extrapage ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.contiki .imgwrap > img {
	width: 100%;
	max-width: 100%;
}
	.extrapage .imgwrap > img {
		
	}
.contiki .photoup {
	/*width: 40%;*/
	/*margin-left: 20px;*/
	margin-bottom: 20px;
	padding: 8px;
	background: #F2F2F2;
}
.contiki .termswrap,
.turkish .termswrap,
.extrapage .termswrap {
	text-align: justify;
}

#main_wrapper #main_content .contiki .unit p {
	margin-bottom: 25px;
}
	#main_wrapper #main_content .contiki .unit.regional {
		width: 61%;
	}
	#main_wrapper #main_content .contiki .unit > .size1of2 {
		width: 48%;
		margin-right: 1%;
	}

/*Philippine Hotels and Resorts*/
.phlist{
	margin: 0;
}
.phlist > li{
	float: left;
	list-style: none;
	margin: 10px 32px;
}
.listborder{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCDCD;
}
p.destination_btn{
	background: #d21788; /* Old browsers */
	background: -moz-linear-gradient(top, #d21788 0%, #d21788 49%, #cd007b 50%, #cd007b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d21788), color-stop(49%,#d21788), color-stop(50%,#cd007b), color-stop(100%,#cd007b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d21788 0%,#d21788 49%,#cd007b 50%,#cd007b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d21788 0%,#d21788 49%,#cd007b 50%,#cd007b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d21788 0%,#d21788 49%,#cd007b 50%,#cd007b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d21788 0%,#d21788 49%,#cd007b 50%,#cd007b 100%); /* W3C */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-oz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
}
p.destination_btn > a{
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
#hotels_resto h1{
	color: #B6016E;
	font-size: 18px;
}
#hotels_resto h2{
	color: #000;
	font-size: 14px;
}
.pink{
	color: #B6016E !important;
	font-weight: bold;
}
.black{
	color: #000;
	line-height: 15px !important;
	margin-bottom: 10px !important;
}
.details{
	margin-bottom: 20px;
}
.details th{
	padding: 10px;
	font-weight: bold;
	color: #B6016E;
}
.details th:first-child{
	color: #000;
}
.details td{
	text-align: center;
	padding: 10px 0;
	width: 75px;
}
.details td:first-child{
	padding-left: 50px;
}
.details th:first-child, .details td:first-child{
	width: 400px;
}
.details th:last-child, .details td:last-child{
	width: 250px;
}
.details td:first-child, .details td:last-child{
	text-align: left;
}

.hotels-resorts-table {
    width: 100%;
}
.hotels-resorts-table > tbody > tr > td{
    border: 1px solid #ececec;
    width: 115px;
}
.validity-width{
    width: 220px;
}
.hotels-resorts-table > tbody > tr > td.tcenter{
    text-align: center;
}
.hotels-resorts-table > tbody > tr > td:first-child{
    padding-left: 25px;
    padding-right: 5px;
}
.hotels-resorts-table > tbody > tr > td:last-child{
    padding: 10px;
}
.hotels-resorts-table > tbody > tr > td.extra-item{    
    border-right: none;
    padding: 10px 0; 
    text-align: center;
    width: 75px;
}

.text-invisible {
    opacity: 0;    
}


.contiki.eurotour hr {
	border-top: 1px solid #ccc;
}

.contiki.eurotour p {
	margin-bottom: 10px !important;	
}

.contiki.eurotour .nomargin.pbottom4 {
	margin: 0;
	padding-bottom: 20px;
}
/*Added for Destination CSS*/
.destination_pads{
	padding: 0px 60px;
}
.dayspan{
	display: block;
	margin-bottom: 28px;
	font-size: 15px;
}
.contiki{
	color: #000;
}
.contiki table.destinations2 td{
	text-align: center;
}
.contiki h4{
	font-size:17px;
}
.uniworld-bookings-savings .intro img{
	max-width: 100%;
}
.uniworld-bookings-savings .intro .wrap{
	position: absolute;
	padding: 45px 15px 15px 15px;
}
.uniworld-bookings-savings .intro .wrap h2, .uniworld-bookings-savings .intro .wrap h3{
	color: #ffffff;
	font-size: 22px;
	font-family: "Verdana", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
.uniworld-bookings-savings .intro .wrap h2{
	font-size: 26px;
	text-align: center;
	top: 440px;		
	position: relative;
	left: 100px;
	
}
.uniworld-bookings-savings table{	
	border: 1px solid #008080;
	font-family: "Verdana", sans-serif;
}
.uniworld-bookings-savings table th,.uniworld-bookings-savings table td{
	border: 1px solid #008080;
	padding: 10px 15px;	
	color: #004586;
	text-align: center;
	font-weight: bold;
}
.uniworld-bookings-savings table th{
	font-size: 15px;
	
	
}
.uniworld-bookings-savings table td{
	font-size: 13px;
}

.uniworld-bookings-savings table td.tours{
	text-align: left;
}
.uniworld-bookings-savings p{
	color: #004586;
	font-weight: bold;
}

/* Contiki iPod Giveaway Page Styles */
.contiki-ipod{
	font-family: 'FS Albert Light', Verdana, sans-serif;
	color: #000;
}
.contiki-ipod p{
	font-family: 'FS Albert Light', Verdana, sans-serif;
}
.contiki-ipod h1{
	color: #76b531;
	font-family: 'Futura Extra Bold', serif;
	font-weight: bold;
	font-size: 38px;
	text-transform: uppercase;
}
.contiki-ipod h2{
	color: #000000;
	font-family: 'Futura Extra Bold', serif;
	font-weight: bold;
	font-size: 36px;	
	text-transform: uppercase;
}.contiki-ipod .description{
	width: 70%;
	float:left;
}
.contiki-ipod .description p{
	font-size: 18px;
}
.contiki-ipod .promo-image{
	width: 30%;
	float: right;
}
.contiki-ipod .img-main{
	width: 872px;
	height: 327px;
}
.contiki-ipod img{
	max-width: 100%;
}
.contiki-ipod .choices img{
	width: 200px;
	padding: 5px;
	box-shadow: 1px 1px 1px #cccccc;
	margin-bottom: 10px;
	transition: background 0.05s ease-in 0.05s;
}
.contiki-ipod .choices img:hover{
	background: #CE007C;
	transition: background 0.25s ease-in 0.10s;
}
.contiki-ipod p.tcenter a{
	color: #000000;
	font-family: 'FS Albert Light', Verdana, sans-serif;
	font-size: 20px;
}
/* Insight 2015 Vacations */
.insights-early-payment{
	font-family: 'Verdana', sans-serif;
	color: #000;	
}
.insights-early-payment h2, .insights-early-payment h3{		
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.insights-early-payment h3{	
	font-size: 22px;
	margin-bottom: 10px;
}
/* Contiki Early Payment Discount */
.contiki-early-payment{
	color: #000;	
	text-align: center;
}
.contiki-early-payment h1, .contiki-early-payment h2{
	font-family: 'FS Albert Light', Verdana, sans-serif;
	font-weight: 800;
}
.contiki-early-payment h1{
	font-size: 32px;
}
.contiki-early-payment h2{
	font-size: 36px;
}
.contiki-early-payment h3{
	font-family: 'FS Albert Light', Verdana, sans-serif;
	font-size: 24px;
}

/* 9 Awesome Ways to Travel Japan */
.travel-japan h3{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 18px;
}
.travel-japan a{
	color: #666666;
	text-decoration: underline;
}
.travel-japan a:hover,
.travel-japan a:focus{
	color: #333333;
	text-decoration: none;
}

/* Contiki Latin Ameriaca */
.contiki-latin{
	color: #333333;
}
.contiki-latin h1{	
	font-family: 'Futura Extra Bold', serif;
	font-size: 20px;
}
.contiki-latin h2{
	color: #000;	
	font-family: 'fs_meheavy', serif;
	font-size: 18px;
}
.contiki-latin .featured-title{	
	font-size: 45px;
	width: 370px;
}
.contiki-latin .destinations2 td,
.contiki-latin .destinations2 a,
.contiki-latin p{
	font-family: 'fs_meheavy', serif;
}
.contiki-latin .destinations2 td,
.contiki-latin .destinations2 a{
      color: #000;
      font-size: 15px;
      text-decoration: none;
      border-bottom: 1px solid #000;
      text-align: left;
}
table.cla.destinations2 td:first-child, table.cla.destinations2 td:first-child{ text-align: left; }
.contiki-latin p{
	line-height: normal;
    margin-bottom: 20px !important;
    font-size: 16px;
}
.sub-note{
	background: #00b0f0;
	color: #ffffff;
	display: inline-block;
	float: right;
	font-family: 'Futura Extra Bold', serif;
	padding: 10px 35px;
	text-align: center;
}
.savings-table{
	width: 600px;
	margin: 0 auto;
}
.savings-table td{
	background: #f1f1f1;
	border: 1px solid #d2d2d2;
	text-align: center;
	padding: 10px 0;
}
.savings-table h2{
	color: #faa61a;
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 5px;
}
.savings-table span{
	color: #faa61a;
	font-size: 16px;
	font-family: Arial;
}
.savings-table h4{
	font-family: 'fs_meheavy', serif;
	color: #333333;
	line-height: 16px;
}
.contiki-tagline{
	color: #000000;
	padding-top: 25px;
}
.contiki-tagline img{
	float: right;
}
.contiki-tagline h3{
	font-family: 'fs_meheavy', serif;
	font-size: 18px;
}
.contiki-tagline h4{
	font-family: 'Futura Extra Bold', serif;
	font-size: 18px;
}
/* Insight Vacaction Luxury */
.premium-header {
    background: rgba(0,96,214,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,96,214,1) 0%, rgba(0,96,214,1) 19%, rgba(0,66,153,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,96,214,1)), color-stop(19%, rgba(0,96,214,1)), color-stop(100%, rgba(0,66,153,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,96,214,1) 0%, rgba(0,96,214,1) 19%, rgba(0,66,153,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,96,214,1) 0%, rgba(0,96,214,1) 19%, rgba(0,66,153,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,96,214,1) 0%, rgba(0,96,214,1) 19%, rgba(0,66,153,1) 100%);
    background: radial-gradient(ellipse at center, rgba(0,96,214,1) 0%, rgba(0,96,214,1) 19%, rgba(0,66,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060d6', endColorstr='#004299', GradientType=1 );
    margin-bottom: 20px;
    padding: 10px 15px;
}
.premium-header h1 {
    color: #ffffff;
    font-family: 'Futura Extra Bold', serif;
    font-size: 48px;
    text-transform: uppercase;
}
.premium-header h1 span {
    color: #ff9900;
    display: block;
    text-align: center;
}
.insight-vacation.premium p.premium-promo{
    color: #002060;
    font-family: 'Futura Extra Bold', serif;
    font-size: 28px;
    text-transform: uppercase;
}
.premium-promo strong{
    color: #ff9900;
    font-size: 34px;
}
.premium-terms h3{
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    text-decoration: underline;
}
insight-vacation.premium .premium-terms p,
.premium-terms p{
    font-size: 18px;
    text-align: left!important;    
}

/* Start your Vacation */

.adventure-start .adventure-background{
    background-image: url(../../../../assets/images/contiki-start-your-adventure.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 1130px;
    position: relative;
    width: 100%;    
}
.adventure-start .adventure-background a{
    color: #000;
    display: block;
    font-family: 'Futura Extra Bold', serif;
    font-size: 75px;
    position: absolute;
    text-decoration: underline;
    text-transform: uppercase;    
    width: 275px;
    top: 355px;
    left: 25px;    
}
.adventure-start .adventure-background a:hover,
.adventure-start .adventure-background a:focus {
    color: #ce007c;
}

.adventure-start .promo-box {
    border: 6px solid #000000;
    display: table;
    margin-top: 135px;
    text-align: center;
}

.adventure-start .promo-logo {
    background-image: url(../../../../assets/images/start-adventure-sprite.png);
    background-repeat: no-repeat;
    background-size: 1080px 180px;
    display: inline-block;
    height: 180px;
    width: 180px;    
}

.adventure-start .promo-logo.trips {
    background-position: 0 0;
}
.adventure-start .promo-logo.friends {
    background-position: -180px 0;
}
.adventure-start .promo-logo.triple-share {
    background-position: -360px 0;
}
.adventure-start .promo-logo.team {
    background-position: -540px 0;
}
.adventure-start .promo-logo.travelling {
    background-position: -720px 0;
}
.adventure-start .promo-logo.pay {
    background-position: -900px 0;
}
.adventure-start .promo-box h2 {    
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    font-family: 'Futura Extra Bold', serif;
    font-size: 235px;
    font-weight: 800;
    padding: 0 2px;
    margin: -150px auto 0;
    text-align: center;
}

.adventure-start .promo-box h3 {
    color: #000;
    font-family: 'fs_meheavy', serif;
    text-transform: uppercase;
    font-size: 56px;
}

.adventure-start .promo-box p {   
    font-family: 'fs_meheavy', serif;
    font-size: 24px;
    color: #000;
}

.adventure-start .promo-box .notes {
    color: #000;
    font-family: 'Futura Extra Bold', serif;
    margin-top: 40px!important;
    text-align: center;
    font-size: 16px;  
}

.adventure-start .promo-box .trip-item {
    display: block;
    font-family: 'Futura Extra Bold', serif;
    float: left;
    margin-left: 8px;
    min-height: 370px;
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;    
}

.adventure-start .promo-box .trip-item h4 {
    color: #000;
    font-family: 'Futura Extra Bold', serif;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
}
.adventure-start .promo-box .trip-item p {
    color: #000;
    font-family: 'fs_meheavy', serif;
    font-size: 15px;
    line-height: 16px;
}    
.adventure-start .promo-box .trip-item:nth-of-type(1),
.adventure-start .promo-box .trip-item:nth-of-type(3),
.adventure-start .promo-box .trip-item:nth-of-type(4),
.adventure-start .promo-box .trip-item:nth-of-type(6) {
    padding-top: 60px;
}

