@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

html,
body {
	height: 100%;
}

body {
	color: #535353;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
}
a {
	outline: none;
}

.container {
	/*max-width: 970px;*/
	max-width: 970px;
}
ul.navbar-nav li.accent {
	padding-left: 10px;
	padding-right: 10px;
}
ul.navbar-nav li.last.accent {
	padding-right: 0;
}
ul.navbar-nav li.accent a {
	background-color: #1ca7fc;
	border-radius: 2px;
	color: #fff;
}
.loggedin {
	/*background-color: rgba(0,0,0,.15);
	border-radius: 3px;*/
}

/* Header styles start */
.header {
	background-color: #72777f;
	color: #fff;
    /*background-image: url('../images/gradient_dark.png');*/
    background-repeat: repeat-x;
    background-position: left top;	
}
.header .container {

}
.header .bg-overlay {
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.5)), color-stop(33%, rgba(0,0,0,0)), color-stop(70%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#99000000', GradientType=0);
    background-color: rgba(114,119,127,.75);	*/
}
.header a {
	color: #fff;
}
.header .navline {
	border-bottom: 2px solid rgba(255,255,255,.05);
	font-size: 13px;	
	padding-top: 28px;
	padding-bottom: 23px;
	text-transform: uppercase;	
}
.header .navline a.navbar-brand {
	font-weight: 400;
}
.header .navline a.navbar-brand span {
	font-weight: 100;
}
.header .navline nav {
	padding-right: 0;
	padding-left: 0;
}
.header .navline nav .nav-link {
	padding-left: 13px;
	padding-right: 13px;
}
.header .navline nav .nav-item.dropdown .dropdown-menu {
	border-radius: 3px;
	font-size: 13px;
	border: none;
	background-color: rgba(0,0,0,.3);
}
.header .navline nav .nav-item.dropdown .dropdown-menu a.dropdown-item {
	font-weight: 300;
	padding: 5px 13px;
}
.header .navline nav .nav-item.dropdown .dropdown-menu .dropdown-divider {
	border-top: 1px solid rgba(255,255,255,.3);
	margin: 3px 0;
}
.header .navline nav .loggedin .nav-link {
	padding-right: 12px;
}
.header .navline nav .last .nav-link {
	padding-right: 0;
}
.header .navline nav .accent .nav-link {
	padding-left: 20px;
	padding-right: 20px;
}

.header .navline nav .premium .nav-link {
	padding-right: 25px;
}
.header .navline nav .lang .nav-link {
	padding-left: 20px;
}

.header .heading {
    padding-top: 190px;
    padding-bottom: 70px;	
}
.hero.new .heading {
	padding-top: 170px;
	padding-bottom: 100px;
}
.header .heading h2 {
	/*padding-top: 45px;*/
}
.header .heading h3 {
	font-size: 26px;
}
.hero.new .heading h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.hero.new .heading h3 span {
	border-bottom: 2px solid;
}
body.HomePage .hero.new .heading h3 {
	padding-top: 40px;
	max-width: 410px;
}
body.HomePage .hero.new .heading p {
	max-width: 410px;
}
.header .heading img.world-map {
    max-width: 100%;
    opacity: .9;	
}
.hero.new .heading img.world-map {
	max-width: 105%;
	opacity: .9;
}

.header .services {
	background: rgba(0,0,0,.09);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;	
}
.header .services .item,
.hero.new .services .item {
	position: relative;
    background: rgba(0,0,0,.08);
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0,0,0,.1);	
}
.hero.new .services .item h4 {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom:0;	
}
.hero.new .services .item h5 {
	font-size: 15px;
	font-weight: 100;
	/* font-size: 13px; */
	font-family: 'Hind', sans-serif;
	color: rgba(255,255,255,.7);
	margin-top: 2px;
	display: inline-block;
	text-transform: uppercase;	
	margin-bottom: 0;
}
/*.header .services .item.pos-1:before,
.hero.new .services .item:nth-child(1):before {
    content: "";
    position: absolute;
    width: 54px;
    height: 122px;
    background-image: url(../images/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    top: -122px;
    left: -54px;
    opacity: .8;	
}*/
/*.header .services .item.pos-2,
.hero.new .services .item:nth-child(2) {
	border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);	
}*/

form.signup-form,
form.subscribe {
	position: relative;
	max-width: 360px;
}
form.signup-form input[type=text],
form.subscribe input[type=email] {
	border: 1px solid #fff;
	background-color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	font-weight: 300;
	border-radius: 2px;
}
form.signup-form input[type=submit],
form.subscribe input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #02a5ff;
	background-color: #02a5ff;
	color: #fff;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 9px;
	padding-bottom: 7px;
	font-weight: 500;
    font-family: 'Hind', sans-serif;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
/* Header styles end */

/* new navigation line */
nav.navbar.new {
	font-size: 13px;
	text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,.1);
    background-image: url('../images/gradient_dark.png');
    background-repeat: repeat-x;
    background-position: left bottom;	
    padding: 0;
}
nav.navbar.new .navlin {
	padding: 22px 0;
}
body.DealsPage nav.navbar.new,
body.ExplorePage nav.navbar.new {
	background-color: #767676;
	background-image: none;
}
body.DealsPage,
body.ExplorePage {
	padding-top: 86px;
}
body.DealsPage h1,
body.ExplorePage h1 {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 40px;
}
.HomePage nav.navbar.new {
	border-bottom: none;
}
nav.navbar.new a {
	color: #fff;
}
nav.navbar.new .navbar-nav .nav-link {
	padding-left: 12px;
	padding-right: 12px;
}
nav.navbar-dark.new .navbar-nav .nav-link {
	color: #fff;
}
nav.navbar.new a.navbar-brand {
	font-weight: 400;
	position: relative;
	padding-right: 30px;
}
/*nav.navbar.new a.navbar-brand:after {
	content: "beta";
	text-transform: uppercase;
	font-size: 10px;
	position: absolute;
	top: 3px;
	right: 0;
	font-weight: 100;
}*/
nav.navbar.new a.navbar-brand i:before {
	margin-left: 0;
}
nav.navbar.new a.navbar-brand span {
	font-weight: 100;
}
.hero.new {
	/*border-top: 20px solid #555;*/
	padding-top: 20px;
	color: #fff;
	position: relative;
	background-color: #424242;
	min-height: 400px;
	overflow: hidden;
	margin-bottom: 100px;
	/*background-image: url('../images/slider-top-bottom-gradient.png');
	background-size: contain;
	background-repeat: repeat-x;*/
	/*background-image: url('../images/hero-bgr.jpg');
    background-size: cover;
    background-position: center -60px;*/
}
.hero.new .bgr-overlay {
	/*background-image: url('../images/slider-top-bottom-gradient.png');
	background-size: contain;
	background-repeat: repeat-x;*/
	/*min-height: 640px;	*/

	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.5)), color-stop(33%, rgba(0,0,0,0)), color-stop(70%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#99000000', GradientType=0);
	background-color: rgba(114,119,127,.75);

	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
body.JourneyPage .hero.new {
	max-height: 428px;	
}
nav.navbar.new .container,
.hero.new .container {
	padding-left: 40px;
	padding-right: 40px;
}
body.no-slider nav.navbar.new .container,
body.no-slider .hero.new .container {
	padding-left: 15px;
	padding-right: 15px;
}
.HomePage nav.navbar.new .container .navlin {
	border-bottom: 2px solid rgba(255,255,255,.05);
	padding-top: 35px;
	padding-bottom: 25px;
	/*padding-top: 15px;
	padding-bottom: 25px;*/
}
.hero.new .item {
	max-width: 940px;
}
.hero.new .item img {
	max-height: 380px;
}
.hero.new .item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../images/slider-top-bottom-gradient.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-size: contain;
}
.hero.new .item .city-detail {
	position: absolute;
	bottom: 30px;
	right: 25px;
	z-index: 9;
	display: none;
	text-align: right;
	line-height: 16px;
	font-weight: 200;
	font-size: 12px;
	text-transform: uppercase;
}
.hero.new .item .city-detail b {
	display: block;
	font-size: 14px;
	padding-top: 5px;
}
.hero.new .item .city-detail span {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	width: 22px;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	margin-left: 4px;
}
.hero.new .owl-item.active.center .item .city-detail {
	display: block;
}
.hero.new .caption {
	position: absolute;
	width: 100%;
	bottom: 20px;
	z-index: 9;
}
.hero.new .caption h5,
.hero.new .caption h1 {
	text-shadow: 1px 1px #555;
    font-size: 22px;
    padding-top: 15px;	
}
.hero.new .caption i {
	text-shadow: 1px 1px #555;
    font-size: 13px;	
}
.slider-menu {
	background-color: #f4f4f4;
	margin-bottom: 50px;
}
body.JourneyPage .slider-menu {
	margin-bottom: 0;
}
.slider-menu a,
.slider-menu span {
	display: inline-block;
	color: #535353;
	padding: 20px 25px;
	border-right: 1px solid rgba(0,0,0,.05);
}
.slider-menu a.current,
.slider-menu span.current {
	border-right: none;
	background-color: #fff;
}
.slider-menu a.last {
	border-right: none;
}

#customNav {
	display: none;
}

/* end new navigation line */

/* Intro text styles start */
.introtext {
    padding-top: 60px;
    padding-bottom: 10px;	
}
/* Intro text styles end */

/* past deals styles start */
.pastdeals {
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}
.pastdeals .deal,
.pastdeals .deal2 {
	background-color: #fafafa;
	margin-top: 25px;
	box-shadow: 1px 1px 0px rgba(204, 204, 204, 0.35);
    border-radius: 1px;	
    width: 96.5%;
}
.pastdeals .deal .overview,
.pastdeals .deal2 .overview {
	background-color: #f4f4f4;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 22px;
}
.pastdeals .deal .overview ul,
.pastdeals .deal2 .overview ul {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}
.pastdeals .deal .overview ul li b,
.pastdeals .deal2 .overview ul li b {
	display: inline-block;
	width: 20px;
	font-size: 17px;
    color: #777777;
    font-weight: 700;	
}
.pastdeals .deal .overview .price,
.pastdeals .deal2 .overview .price {
	margin-top: 10px;
	margin-bottom: 10px;
}
.pastdeals .deal .overview .price span,
.pastdeals .deal2 .overview .price span {
	display: block;
	font-size: 20px;
}
.pastdeals .deal .overview .price span b,
.pastdeals .deal2 .overview .price span b {
	color: #777;
}
/*table.preview {
	table-layout: fixed;
    line-height: 22px;
    margin-top: 10px;
    text-transform: uppercase;	
    font-weight: 100;
}
table.preview tr td:first-child {
	width: 25px;
	font-size: 17px;
    color: #777777;
    font-weight: 700;	
}*/
table.flights,
table.flights2 {
	width: 100%;
	table-layout: fixed;
}
table.flights tr,
table.flights2 tr {
	background-image: url('../images/border-bottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;	
}
table.flights tr:last-child,
table.flights2 tr:last-child {
	background-image: none;
}
table.flights td,
table.flights2 td {
	padding: 8px 0;
}
table.flights tr:first-child td,
table.flights2 tr:first-child td {
	padding-top: 15px;
}
table.flights tr:last-child td {
	padding-bottom: 10px;
}
table.flights td:nth-child(1),
table.flights2 td:nth-child(1) {
	width: 50px;
}
table.flights td:nth-child(2),
table.flights2 td:nth-child(2) {
	width: 75px;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 13px;
	color: #777;
}
table.flights td:nth-child(2) b,
table.flights2 td:nth-child(2) b {
	font-weight: 400;
	font-size: 15px;
	color: #888;
}
table.flights td:nth-child(3) {
	text-align: right;
}
table.flights td:nth-child(3),
table.flights td:nth-child(5),
table.flights2 td:nth-child(3) {
	color: #777;
	text-transform: uppercase;
	line-height: 16px;
}

table.flights2 td:nth-child(3) > div {
	display: table;
	table-layout: fixed;
	width: 100%;
}
table.flights2 td:nth-child(3) > div > div {
	display: table-cell;
	vertical-align: middle;
}
table.flights2 td:nth-child(3) > div > div:nth-child(1) {
	text-align: right;
}

table.flights td:nth-child(3) b,
table.flights td:nth-child(5) b,
table.flights2 td:nth-child(3) b {
	display: block;
	font-size: 16px;
	font-weight: 700;
}
table.flights td:nth-child(4),
table.flights2 td:nth-child(3) > div > div:nth-child(2) {
	width: 65px;
	text-align: center;
	font-size: 18px;
	color: #777;
}
table.flights td:nth-child(4):before,
table.flights2 td:nth-child(3) > div > div:nth-child(2):before {
	font-family: "fontello";	
	content: '\e801';	
}
table.flights td:last-child,
table.flights2 td:last-child {
	width: 75px;
	text-align: right;
	font-weight: 200;
	font-size: 13px;
	color: #777;
	position: relative;
}
table.flights td:last-child b,
table.flights2 td:last-child b {
	font-size: 15px;
	font-weight: 400;
	color: #888;
}
table.flights td:last-child img,
table.flights2 td:last-child img {
	position: absolute;
	right: -62px;
	top: 3px;
	width: 38px;
	height: 38px;
	border-radius: 4px;
	opacity: 0.6;
}
table.flights tr:nth-child(1) td:last-child img,
table.flights2 tr:nth-child(1) td:last-child img {
	top: 12px;
}
/* past deals styles end */

/* group deals styles start */
.message-box {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;	
}
.group-deals .message-box {
	margin-bottom: 70px;
}
.message-box.orange {
	background-color: #FFF8E1;
	border: 1px solid #fdf0c4;	
}
.message-box.blue {
	background-color: #E0F7FA;
}
.group-deals .message-box a {
	color: inherit;
	text-decoration: underline;
}
.group-deals .deal {
	/*border-top: 2px solid #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;	*/
	padding-bottom: 60px;
    /*border-bottom: 1px solid #f4f4f4;*/
    margin-bottom: 60px;    
    background-image: url('../images/border-bottom.png');
    background-repeat: repeat-x;
    background-position: left bottom;
}
body.JourneyPage .group-deals .deal {
	background-image: none;
}
.group-deals .deal:first-child {
	/*padding-top: 80px;*/
}
.group-deals .deal .col-4 {
	padding-right: 0;
}
.group-deals .deal .map {
    position: relative;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    min-height: 300px;
    border-radius: 3px;
    /* border: 1px solid #eee; */	
}
.group-deals .deal .city-images {
	font-size: 0;
	margin-left: 15px;
	/*margin-right: 20px;*/
}
.group-deals .deal .city-images img {
    width: 13%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 1.5%;
    min-height: 38px;
    border-radius: 2px;
    opacity: .4;
    /*border: 1px solid rgba(0,0,0,.35);*/	
}
.group-deals .deal .city-images img:nth-child(7) {
	margin-right: 0;
}
.group-deals .deal .map .priceinfo {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 13px;
    background: rgba(0,0,0,.3);
    color: #fff;
    padding: 4px 12px;
    border-radius: 2px;	
}
.group-deals .deal .map .map-text {
	position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px #555;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(0,0,0,0.3) 100%);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 80px;
    padding-top: 50px;
    padding-left: 20px;	
}
.group-deals .deal .map img {
	max-width: 100%;
    opacity: .7;
    border: 1px solid #eee;
    border-radius: 3px;	
}
.group-deals .deal ul.timeline {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	font-size: 13px;
	color: #777;
	text-transform: uppercase;
	line-height: 24px;
}
body.JourneyPage .group-deals .deal ul.timeline {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}
body.JourneyPage .group-deals .deal ul.timeline.journeylist {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.group-deals .deal ul.timeline li {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #eee;
	/*padding-left: 20px;*/
}

.group-deals .deal ul.timeline li.icon-dot {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.group-deals .deal ul.timeline li:before {
	color: #ccc;
	width: 36px;	
	margin-left: -18px;
	/*content: '\e802';	*/
}
.group-deals .deal ul.timeline li.icon-genderless:before {
	font-size: 16px;
}
.group-deals .deal ul.timeline b {
	font-size: 16px;
	font-weight: 700;
}
.group-deals .deal ul.timeline li table tr td b {
	font-size: 15px;
	font-weight: 400;
	color: #888;
}
.group-deals .deal ul.timeline li table {
	width: 100%;
	table-layout: fixed;
	/*background-color: #fafafa;*/
	background-color: #fdfdfd;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}

.group-deals .deal .dealdates {
	padding-top: 40px;
	padding-left: 20px;
}


table.datestb {
	width: 100%;
	table-layout: fixed;
}
table.datestb tr.odd {
	background-color: #fafafa;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}
table.datestb td,
ul.timeline li table tr td {
	padding: 10px 0;
	font-weight: 300;
	font-size: 13px;
	color: #999;
	text-transform: uppercase;
}
ul.timeline li table tr td {
	padding: 18px 0;
	line-height: 16px;
	color: #777;
}
ul.timeline li table tr td:nth-child(3) i:before {
	font-family: "fontello";	
	content: '\e801';	
	font-style: normal;
}
ul.timeline li table tr td:nth-child(3) i {
	margin-left: 3px;
	margin-right: 3px;
}
table.datestb td b {
	font-size: 15px;
	font-weight: 400;
	color: #888;
}
table.datestb td:first-child {
	padding-left: 10px;
	width: 45px;
}
table.datestb td:first-child:before {
	font-family: "fontello";	
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\f133';
}
table.datestb tr.status-9 td:first-child:before {
	content: '\e804';
}
table.datestb td:first-child i {
	font-size: 14px;
}
table.datestb td:nth-child(2) {
	width: 220px;
}
table.datestb td:nth-child(2) .expired {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 0;
	color: #777;
	background-color: rgba(255,255,255,.6);
	z-index: 99;
	display: none;
}
table.datestb tr.odd td:nth-child(2) .expired {
	background-color: rgba(250,250,250,.6);
}
table.datestb tr.status-9.expiredlabel .expired {
	display: block;
}
table.datestb td:nth-child(3) {
	text-align: right;
}


table.datestb tr.status-9 td:nth-child(1),
table.datestb tr.status-9 td:nth-child(2),
table.datestb tr.status-9 td:nth-child(3),
table.datestb tr.status-9 td:nth-child(4),
table.datestb tr.status-9 td:nth-child(5) {
	position: relative;
}
table.datestb tr.status-9 td:nth-child(1):after,
table.datestb tr.status-9 td:nth-child(2):after,
table.datestb tr.status-9 td:nth-child(3):after,
table.datestb tr.status-9 td:nth-child(4):after,
table.datestb tr.status-9 td:nth-child(5):after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: rgba(255,255,255,.7);
}
table.datestb tr.status-9 td:nth-child(1):after {
	background-color: rgba(255,255,255,.6);
}
table.datestb tr.status-9.expiredlabel td:nth-child(1):after {
	background-color: rgba(255,255,255,.1);
}
table.datestb tr.odd.status-9 td:nth-child(2):after,
table.datestb tr.odd.status-9 td:nth-child(3):after,
table.datestb tr.odd.status-9 td:nth-child(4):after,
table.datestb tr.odd.status-9 td:nth-child(5):after {
	background-color: rgba(250,250,250,.7);
}
table.datestb td.odd.status-9 td:nth-child(1):after {
	background-color: rgba(250,250,250,.6);
}

table.datestb td:nth-child(4) {
	text-align: right;
	font-weight: 200;
}
/*table.datestb tr.status-9 td:nth-child(2) {
	color: #e0e0e0;
	position: relative;
}
table.datestb tr.status-9 td:nth-child(2) b {
	color: #d5d5d5;
}*/
/*table.datestb tr.status-9 td:nth-child(2) div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	background-color: rgba(255,255,255,.5);
	color: #aaa;
}
table.datestb tr.odd.status-9 td:nth-child(2) div {
	background-color: rgba(250,250,250,.5);
}*/
table.datestb td:nth-child(5) {
	width: 15px;
	color: #F44336;
}
table.datestb tr.status-5 td:nth-child(4) {
	text-decoration: line-through;
}
table.datestb tr.status-5 td:nth-child(5):after {
	content: '\2191';
	padding-left: 5px;
}
table.datestb td:last-child {
	font-size: 12px;
	width: 135px;
	text-align: right;
	/*padding-right: 10px;*/
}
table.datestb td:last-child a,
ul.timeline li table td:last-child a {
	padding: 5px 8px;
	border: 1px solid #a5a5a5;
	background-color: #bababa;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
table.datestb tr.status-9 td:last-child a {
	background-color: #eaeaea;
	border-color: #e4e4e4;
}
table.datestb tr.status-9 td:last-child a:hover {
	background-color: #dadada;
	border-color: #d4d4d4;
}
table.datestb tr.odd.status-9 td:last-child a {
	background-color: #e6e6e6;
	border-color: #e0e0e0;
}
table.datestb tr.odd.status-9 td:last-child a:hover {
	background-color: #dedede;
	border-color: #d8d8d8;
}
/*table.datestb tr.status-9 td:last-child a:hover {
	background-color: #cecece;
	border-color: #b5b5b5;
}*/
ul.timeline li table td:last-child {
	font-size: 12px;
	width: 110px;
	/*padding-right: 10px;*/
	text-align: right;
}
table.datestb td:last-child a:hover,
ul.timeline li table td:last-child a {
	background-color: #1ca7fc;
	border: 1px solid #1691dd;
	color: #fff;
}

ul.timeline li table tr td:nth-child(1) {
	width: 30px;
}
ul.timeline li table tr td:nth-child(1) img {
	border-radius: 3px;
}
ul.timeline li table tr td:nth-child(2) {
	width: 80px;
	text-align: center;
	line-height: 14px;
	font-weight: 200;
}
ul.timeline li table tr td:nth-child(2) b {
	display: block;
}
ul.timeline li table tr td:nth-child(3) span {
	display: block;
	font-size: 12px;
	color: #aaa;
}
ul.timeline li table tr td:nth-child(4) {
	font-weight: 200;
	text-align: right;
	width: 40px;
}
/* group deals styles end */

/* Form log/reg styles start */
.form_logreg {
	padding-top: 100px;
	text-align: center;
}
.form_logreg a.logo {
	display: block;
	font-size: 22px;
	font-weight: 100;
	text-transform: uppercase;
	color: #535353;
	text-decoration: none;
}
.form_logreg .wform {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #fafafa;
	border: 1px solid #f5f5f5;
	margin-top: 30px;
}
.form_logreg form {
	/*max-width: 400px;
	margin-top: 40px;*/
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.form_logreg form p.message {
	padding: 10px;
}
.form_logreg form p.message a {
	color: inherit;
	font-weight: bold;
}
.form_logreg form p.message.bad {
	color: #c48a8a;
	background-color: #fde1e1;
}

.form_logreg form input {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 300;
	margin-bottom: 15px;
	padding-left: 15px;
	line-height: 44px;
	outline: none;
	border-radius: 2px;
}
.form_logreg form input[type=text],
.form_logreg form input[type=email],
.form_logreg form input[type=password] {
	background-color: #ffffff;
	border: 1px solid #f4f4f4;
}
.form_logreg form input[type=submit] {
	background-color: #1ca7fc;
	border: 1px solid #1695e3;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 0;
}
.form_logreg form input[type=submit]:after {
	content: "a";
}
/* Form log/reg styles end */

/* test new hero */
.hero {
	/*color: #fff;
    position: relative;
    background-color: #6c6e73;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;	*/
}
.bg-overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 150px, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.5)), color-stop(150px, rgba(0,0,0,0)), color-stop(70%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 150px, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 150px, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 150px, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 150px, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#99000000', GradientType=0);	
    min-height: 550px;
}
/* test new hero end */

/* pricing page */
.membership-preview {
	background-color: rgba(255,255,255,.04);
    padding: 15px 25px;
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
    color: rgba(255,255,255,.9);	
}
.membership-preview h4 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding-bottom: 17px;
    margin-top: 5px;
    margin-bottom: 15px;	
}
.membership-preview ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: rgba(255,255,255,1);
    font-family: 'Hind', sans-serif;	
}
.cta-buttons {
	max-width: 360px;
    padding-top: 15px;	
}
.cta-buttons a {
	display: block;
    color: #fff;
    font-weight: 200;
    padding: 13px 20px;
    margin-bottom: 5px;
    border-radius: 3px;	
}
.cta-buttons a.premium {
    background-color: #02a5ff;
    border: 1px solid #02a5ff;
    text-transform: uppercase;	
}
.cta-buttons a.free {
    border: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.02);
    font-size: 13px;
    margin-bottom: 50px;	
}

.pricing {
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
    padding-top: 40px;	
}
.pricing .item.pos-1 {
	padding-right: 0;
}
.pricing .item.pos-2 {
	padding: 0;
	box-shadow: 0px 10px 20px rgba(204, 204, 204, 0.35);
    position: relative;
    z-index: 99;	
}
.pricing .item.pos-3 {
	padding-left: 0;
}
.pricing .item.three {
	padding-left: 0;
}
.pricing .item .item-panel {
    background-color: #fafafa;
    border-radius: 3px;
    padding-bottom: 15px;	
}
.pricing .item .item-panel h4 {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px;
    background-color: #f4f4f4;
    font-weight: 700;
    border-radius: 3px;	
    margin-top: 10px;
    margin-bottom: 10px;
}
.pricing .item.pos-2 .item-panel h4 {
	margin-top: 0;
	padding: 19px 15px;
	font-size: 16px;	
}
.pricing .item .item-panel .price {
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
    font-weight: 100;	
}
.pricing .item.pos-2 .item-panel .price {
	font-size: 33px;
}
.pricing .item .item-panel .price strong {
	font-weight: 300;
	font-size: 34px;
}
.pricing .item .item-panel .price span {
	font-size: 16px !important;
}
.pricing .item.pos-2 .item-panel .price strong {
	font-size: 38px;
}

.pricing .item ul.included {
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.pricing .item ul.included li {
	border-top: 1px solid #efefef;
	padding: 10px 0;
}
.pricing .item ul.included li:nth-child(1) {
	border-top: none;
}

.pricing .item .item-panel .desc {
    text-align: center;
    font-weight: 100;
    padding-top: 25px;
    text-transform: uppercase;	
}
.pricing .item.pos-2 .item-panel .desc {
	font-size: 15px;
}
.pricing .item .item-panel .desc strong {
	font-weight: 300;
}
.pricing .item .item-panel .desc span {
	font-size: 13px;
	text-transform: none;
}
.pricing .item.pos-2 .item-panel .desc span {
	font-size: 14px;
}
.pricing .item .item-panel .btn {
	display: block;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.pricing .item .item-panel .btn a {
    display: block;
    font-size: 14px;
    text-align: center;
    background-color: #02a5ff;
    font-weight: 300;
    color: #fff;
    padding: 12px 0;
    border-radius: 3px;	
}
.pricing .item .item-panel .btn a span {
	display: none;
}
.pricing .item .item-panel .tagline {
    display: block;
    text-align: center;
    font-weight: 100;
    padding-top: 30px;
    padding-top: 13px;
    margin-top: 20px;
    border-top: 1px dashed #eaeaea;	
}
.pricing .item.pos-2 .item-panel .tagline {
	padding-top: 16px;
}
.pricing .item .item-panel .tagline strong {
	font-weight: 300;
}
/* end pricing page */

/*@media only screen and (max-width: 840px) {
	body.HomePage .hero.new .heading h3 br { display: none; }
}*/

@media only screen and (max-width: 768px) {
	.hero.new .heading {
		padding-top: 150px;
		padding-bottom: 90px;
	}
	.header .services .item, 
	.hero.new .services .item {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pastdeals .deal .overview ul li { display: inline; }
	.pastdeals .deal2 .overview { line-height: 18px; }
	.pastdeals .deal2 .overview ul { margin-top:10px; margin-bottom: 10px; }
	.pastdeals .deal2 .overview .price { margin-top:10px; }
	.pastdeals .deal2 .overview .price span { display: inline-block; font-size: 16px; }
	.pastdeals .deal2 .overview ul li { display: inline-block; margin-right: 5px; }
	.pastdeals .deal2 .overview ul li b { width: auto; font-weight: 300; font-size: 15px; }
	.pastdeals .deal2 .overview .price { text-align: right; }
	.group-deals .deal ul.timeline { padding-left: 0; padding-top: 50px; }
	.pastdeals .deal2 .overview ul li {
		display: block;
	}
	table.flights2 td {
		padding: 5px 0;
	}
	table.flights2 tr:first-child td {
		padding-top: 5px;
	}
	table.flights2 td:nth-child(1) {
		width: 45px;
	}
	table.flights2 td:nth-child(3) { line-height: 18px; }
	table.flights2 td:nth-child(3) > div,
	table.flights2 td:nth-child(3) > div > div { display: block; }
	table.flights2 td:nth-child(3) > div { position: relative; padding-left: 35px; }
	table.flights2 td:nth-child(3) > div > div:nth-child(1) { text-align: left; }
	table.flights2 td:nth-child(3) > div > div:nth-child(2) { position: absolute; left: 0; top: 8px; text-align: left; width: 35px; }	
	table.flights2 td:nth-child(3) b { display: inline-block; }

	.group-deals .deal {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.group-deals .deal ul.timeline {
		columns: 1;
	    -webkit-columns: 1;
	    -moz-columns: 1;		
	    padding-top: 20px;
	}
	.group-deals .deal .dealdates {
		padding-left: 0;
		padding-top: 20px;
	}
	table.datestb td:first-child {
		display: none;
	}
	table.datestb td:nth-child(2) {
		width: 150px;
		padding: 0 10px;
	}
	table.datestb td:nth-child(2) span {
		display: none;
	}
	table.datestb td:nth-child(3),
	table.datestb td:nth-child(5) {
		display: none;
	}

	ul.timeline li table tr td:nth-child(1),
	ul.timeline li table tr td:nth-child(2),
	ul.timeline li table tr td:nth-child(3),
	ul.timeline li table tr td:nth-child(4),
	ul.timeline li table tr td:nth-child(5) {
		display: block;
		text-align: left;
		padding: 5px 0;
	}
	ul.timeline li table tr td:nth-child(1) img {
		width: 25px;
	}
	ul.timeline li table tr td:nth-child(2) b {
		display: inline-block;
	}
	ul.timeline li table td:last-child a {
		display: block;
	}
}

@media only screen and (max-width: 640px) {
	.header .services .item, 
	.hero.new .services .item {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 576px) {
	.group-deals .deal .city-images {
		margin-left: 0;
	}
}

@media only screen and (max-width: 468px) {
	.hero.new .heading {
		padding-top: 120px;
		padding-bottom: 70px;
	}
	.pastdeals .deal2 {
		width: auto;
	}
	.pastdeals .deal2 .overview .price span {
		display: block;
		font-size: 22px;
		line-height: 24px;
	}
	.pastdeals .deal2 .overview ul li b {
		font-weight: 700;
		font-size: 18px;
	}
	table.flights2,
	table.flights2 tbody,
	table.flights2 tr,
	table.flights2 tr td {
		display: block;
		width: 100%;
	}
	table.flights2 tr:first-child td {
		padding: 0;
	}
	table.flights2 tr td {
		padding: 0;
	}
	table.flights2 tr {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	table.flights2 td:nth-child(1) {
		width: 30px;
		display: inline-block;
	}
	table.flights2 td:nth-child(2) {
		display: inline-block;
	}
	table.flights2 td:nth-child(3) > div > div:nth-child(2) {
		/*display: none;*/
	}
	table.flights2 td:nth-child(3) > div {
		/*padding-left: 0;*/
	}
	table.flights2 td:nth-child(3) {
		display: inline-block;
		width: 75%;
	}
	table.flights2 td:last-child {
		display: inline-block;
		width: 22%;
	}
	table.flights2 td:last-child b {
		font-size: 18px;
	}
	table.flights2 td:last-child img {
		display: none;
	}
	table.flights2 td:nth-child(1) img {
		max-width: 20px;
	}

}