body {
	margin: 0;
	padding: 0;
	font-family: 'Cambay', sans-serif;
	font-size: 14px;
	color: #006FCF;
	
	outline: none;
}

* {
  margin: 0;
}
html, body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -100px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 102px; 
  background-color: #f6f6f6;
}

#footer{
	background-color:#002a5c;
	height:100px;
	width:100%;
	text-align:center;
	bottom:0;
}

	#footer p{
		font-size:12px;
		color:#fff;
		margin-top:25px;
	}
	
img {
	border: 0;
}

a {
	color: #002a5c;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
	-webkit-transition:  all 0.3s ease 0s;
}

a:hover {
	color: #006FCF;
}


/* HEADER
======================================================================================*/
.header {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	background-color: #0F1C3E;
	border-style: solid;
    border-top: thick double #0F1C3E;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	position: relative;
/* 	z-index: 9999 !important; */
}

.logo {
	width: 350px;
	height: 53px;
	display: block;
	background: url(../../images/logo.png) no-repeat center;
	background-size: 350px 53px;
	margin: 20px 0;
}

.logo-login {
	width: 700px;
	height: 103px;
	display: inline-block;
	background: url(../../images/logo-blue.png) no-repeat center;
	background-size: 700px 103px;
	margin: 20px 0;
}

.header .grid_9 {
	margin-top: 20px;
}

.header .grid_9 .row {
	width: 100%;
	display: table;
}

.header .welcome {
	font-size: 13px;
	color: #FFFFFF;
	display: inline-block;
}

.header .welcome span {
	color: #FFFFFF;
	margin-left: 5px;
}

.header .currency {
	font-size: 13px;
	color: #FFFFFF;
	display: inline-block;
	float: right;
	margin-right: 10px;
	position: relative;
	top: -4px;
}

.header .select,
.header .select dd,
.header .select dt,
.header .select ul {
	margin:0px;
	padding:0px;
	display: inline-block;
}
.header .select dd {
	position:relative;
}
.header .select a,
.header .select a:visited {
	color:#000;
	text-decoration:none;
	outline:none;
	padding: 5px;
	font-size: 12px;
}
.header .select a:hover {
	color:#000;
}
.header .select dt a:hover {
	color:#000; 
}
.header .select dt a {
	background: url(../../images/arrow.png) no-repeat scroll right center;
	display:inline-block;
	padding-right:10px;
	width:63px;
}
.header .select dd ul {
	background:#e6e6e6 none repeat scroll 0 0;
	border:1px solid #e0e0df;
	color:#000;
	display:none;
	left:-93px;
	padding:5px 0px;
	position:absolute;
	top:10px;
	width:88px;
	list-style:none;
	z-index: 9999;
}
.header .select dd ul li a {
	padding:5px; display:block;
}
.header .select dd ul li a:hover {
	background-color:#c1c1c1;
}

.header .top_menu {
	display: inline-block;
	float: right;
	list-style: none;
}

.header .top_menu li {
	float: left;
	margin-left: 24px;
}

.header .top_menu li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.header .top_menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.header .top_menu li a.home {
	background: url(../../images/home_out.png) no-repeat right center;
	padding-right: 25px;
}

.header .top_menu li a:hover.home {
	background: url(../../images/home_over.png) no-repeat right center;
}

.header .top_menu li a.logout {
	background: url(../../images/logout_out.png) no-repeat right center;
	padding-right: 25px;
	background-size: 25px 25px;
	padding-top: 5px;
}

.header .top_menu li a:hover.logout {
	background: url(../../images/logout_over.png) no-repeat right center;
	background-size: 25px 25px;
}

.header .booking {
	display: inline-block;
	margin-top: 22px;
	color: #FFFFFF;
	font-size: 13px;
}

@supports (-moz-appearance:meterbar) and (list-style-type:japanese-formal) {
	.header .booking {
		margin-top: 21px;
	}
   }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,
	.header .booking {
		margin-top: 20px;
	}
   }

.header .booking ul {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.header .booking ul li {
	float: left;
}

.header .booking ul li:after {
	content: "|";
	margin: 0 10px;
}

.header .booking ul li:last-child:after {
	content: "";
	margin: 0;
}

.header .booking ul li a {
	color: #002a5c;
	text-decoration: none;
}

.header .booking ul li a:hover {
	color: #28b1a4;
	text-decoration: none;
}

.header .tools {
	display: inline-block;
	float: right;
	margin-top: 15px;
	position: relative;
}

.header .tools a {
	background: #28b1a4;
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
	font-size: 14px;
	padding: 0 25px;
	
}

.header .tools a {
	background: #006FCF;
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
	font-size: 14px;
	padding: 0 25px;
}

.header .tools a:hover{
	background: #002a5c;
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
	font-size: 14px;
	padding: 0 25px;
}

.header .tools img {
	vertical-align: top;
	margin: 1px 0;
}

.header .tools a span {
	display: inline-block;
	line-height: 30px;
}

.header .tools a span:first-child {
	margin-right: 20px;
}

.header .tools a span:last-child {
	margin-left: 30px;
}

.header .tools #objDIV5000 {
	position: absolute;
	right: 0;
	background: #28b1a4;
	width: 100%;
	z-index: 9999 !important;
	display: none;
}

.header .tools #objDIV5000 ul {
	width: 100%;
}

.header .tools #objDIV5000 ul li {
	border-bottom: 1px dotted #f7af9d;
}

.header .tools #objDIV5000 ul li:last-child {
	border: 0;
}

.header .tools #objDIV5000 ul li a {
	margin: 0;
	padding: 10px;
	display: block;
}

.header .tools #objDIV5000 ul li a:hover {
	color: #fff;
}

.header .tools #objDIV5000 ul li a span {
	float: right;
	margin: -6px 0 0 0;
	padding: 0;
}

.header .tools #objDIV6000 {
	position: absolute;
	right: 0;
	background: #28b1a4;
	width: 100%;
	z-index: 9999 !important;
	display: none;
}

.header .tools #objDIV6000 ul {
	width: 100%;
}

.header .tools #objDIV6000 ul li {
	border-bottom: 1px dotted #f7af9d;
}

.header .tools #objDIV6000 ul li:last-child {
	border: 0;
}

.header .tools #objDIV6000 ul li a {
	margin: 0;
	padding: 10px;
	display: block;
}

.header .tools #objDIV6000 ul li a:hover {
	color: #fff;
}

.header .tools #objDIV6000 ul li a span {
	float: right;
	margin: -6px 0 0 0;
	padding: 0;
}

/* CONTAINER
======================================================================================*/
.wrapper {
	margin: 0;
	padding: 15px 0 0px 0;
	width: 100%;
    min-height: 100%;
    position:relative;
	display: block;
	background: #f6f6f6;
}

.footer, .wrapper:after {
  height: 100px !important; 
}

/* CONTAINER
   Services
======================================================================================*/
.services {
	background: #0F1C3E;
	margin-bottom: 15px;
	box-shadow: 3px 3px 1px #CCC;
	border-radius: 5px;
	height:64px;
}

.services ul li {
	float: left;
	padding: 20px 20px;
}

.services ul li:last-child {
	border: 0;
}

.services ul li a {
	font-size: 15px;
	text-decoration: none;
 	color: #ffffff;
}

.services ul li a:hover,
.services ul li a.selected {
	color: #00cfcf;
}

.services ul li img {
	vertical-align: middle;
	margin-right: 10px;
}

.services .hotel {
	background: url(../../images/hotel_icon.png) no-repeat center left;
	padding-left: 37px;
	background-size: 30px 30px;
}
.services .hotel:hover,
.services .selected.hotel {
	background: url(../../images/hotel_icon_over.png) no-repeat center left;
	background-size: 30px 30px;
}

.services .flights {
	background: url(../../images/flights_icon.png) no-repeat center left;
	padding-left: 38px;
	background-size: 30px 30px;
}
.services .flights:hover,
.services .selected.flights {
	background: url(../../images/flights_icon_over.png) no-repeat center left;
	background-size: 30px 30px;
}

.services .cars {
	background: url(../../images/cars_icon.png) no-repeat center left;
	padding-left: 38px;
	background-size: 30px 30px;
}
.services .cars:hover,
.services .selected.cars {
	background: url(../../images/cars_icon_over.png) no-repeat center left;
	background-size: 30px 30px;
}

.services .package {
	background: url(../../images/package_icon.png) no-repeat center left;
	padding-left: 31px;
}
.services .package:hover,
.services .selected.package {
	background: url(../../images/package_icon_over.png) no-repeat center left;
}

.services .visa {
	background: url(../../images/visa_icon.png) no-repeat center left;
	padding-left: 25px;
}
.services .visa:hover,
.services .selected.visa {
	background: url(../../images/visa_icon_over.png) no-repeat center left;
}

.services .insurance {
	background: url(../../images/insurance_icon.png) no-repeat center left;
	padding-left: 30px;
}
.services .insurance:hover,
.services .selected.insurance {
	background: url(../../images/insurance_icon_over.png) no-repeat center left;
}

.services .transfer {
	background: url(../../images/transfer_icon.png) no-repeat center left;
	padding-left: 34px;
}
.services .transfer:hover,
.services .selected.transfer {
	background: url(../../images/transfer_icon_over.png) no-repeat center left;
}

.services .activity {
	background: url(../../images/activity_icon.png) no-repeat center left;
	padding-left: 34px;
}
.services .activity:hover,
.services .selected.activity {
	background: url(../../images/activity_icon_over.png) no-repeat center left;
}


/* CONTAINER
   Slideshow
======================================================================================*/
#bxslider1 {
	z-index: 50;
}

#bxslider1 .slide {
	position: relative !important;
	z-index: 50;
	text-decoration: none !important;
}

#bxslider1 a {
	text-decoration: none !important;
}

#bxslider1 .slide h1,
#bxslider1 .slide h2 {
	position: absolute !important;
	left: 260px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	z-index: 50;
	text-decoration: none !important;
}

#bxslider1 .slide h1 {
	background: rgba(32, 196, 244, 0.8) !important;
	padding: 10px;
	color: #fff;
	top: 30%;
}

#bxslider1 .slide h2 {
	background: rgba(0, 42, 92, 0.8) !important;
	padding: 10px;
	top: 49%;
}

/* CONTAINER
   Top Sellers
======================================================================================*/
.top_sellers {
	margin-top: 25px;
}

.top_sellers h1 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background: #002a5c;
	box-shadow: 5px 0px 5px #888888;
	padding: 10px;
	margin-bottom: 10px;
}

.top_sellers h1:hover {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
    background-color: #28b1a4;
    box-shadow: 5px 0px 5px #888888;
	padding: 10px;
	margin-bottom: 10px;
}
.top_sellers ul {
	width: 174px;
	display: inline-block;
	margin-right: 5px;
}

.top_sellers ul:last-child {
	margin-right: 0;
}

.top_sellers ul li {
	border-bottom: 1px solid #20c4f4;
}

.top_sellers ul li:hover {
	border-bottom: 1px solid #28b1a4;
}

.top_sellers ul li a {
	margin: 0;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	color: #002a5c;
	font-size: 12px;
}

.top_sellers ul li a:hover {
	color: #28b1a4;
}

.top_sellers ul li a span {
	float: right;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* CONTAINER
   Top Destinations
======================================================================================*/
.top_destinations {
	margin-top: 25px;
}

.top_destinations h1 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background: #002a5c;
	box-shadow: 5px 0px 5px #888888;
	padding: 10px;
	margin-bottom: 10px;
}
.top_destinations h1:hover{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background: #28b1a4;
	box-shadow: 5px 0px 5px #888888;
	padding: 10px;
	margin-bottom: 10px;
}

.top_destinations ul {
	width: 185px;
	display: inline-block;
	margin-right: 5px;
}

.top_destinations ul:last-child {
	margin-right: 0;
}

.top_destinations ul li {
	border-bottom: 1px solid #20c4f4;
}

.top_destinations ul li a {
	margin: 0;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	color: #002a5c;
	font-size: 12px;
}

.top_destinations ul li a:hover {
	color: #28b1a4;
}

.top_destinations ul li a span {
	float: right;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* CONTAINER
   Features
======================================================================================*/
.features h1 {
	color: #002a5c;
	font-size: 16px;
	background: #d6d6d6;
	padding: 10px;
	margin: 20px 0 10px 0;
}

.features .item {
	width: 180px;
	margin: 0 6px 0 0;
	padding: 0;
	background: #efefef;
	display: inline-block;
	position: relative;
}

.features .item:last-child {
	margin-right: 0;
}

.features .item span {
	position: absolute;
	display: inline-block;
	background: #28b1a4;
	color: #fff;
	right: 0;
	top: 117px;
	text-align: right;
	padding: 5px 8px;
	font-size: 10px;
}

@supports (-moz-appearance:meterbar) and (list-style-type:japanese-formal) {
	.features .item span {
		top: 113px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,
	.features .item span {
		top: 113px;
	}
}

@supports (-webkit-appearance:none) {
	.features .item span {
		top: 113px;
	}
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .01dpcm) {
	.features .item span {
		top: 117px;
	}
}

.features .item span p {
	font-size:24px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.features .item h3 {
	font-size: 18px;
	color: #002a5c;
	font-weight: 400;
	margin: 10px;
}

.features .item p {
	margin: auto 10px 10px 10px;
	font-size: 12px;
}

.features .item a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	display: block;
	background: #002a5c;
	font-weight: bold;
	text-align: center;
	line-height: 39px;
}

.features .item a:hover {
	background: #28b1a4;
}

/* CALENDAR
======================================================================================*/
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #fff !important;
	font-weight: bold;
}

.ui-datepicker-trigger {
	margin-left: 5px;
	cursor: pointer;
}

.ui-widget-header {
	border: 0 !important;
	background: #0F1C3E !important;
	color: #222;
	font-weight: bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0 !important;
	background: #e0e0e0 !important;
	font-weight: normal;
	color: #555;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 0 !important;
	background: #0F1C3E !important;
	color: #fff !important;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
	border: 0 !important;
	background: #002a5c !important;
	color: #fff !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 0 !important;
	background: transparent !important;
	font-weight: normal;
	color: #555;
	cursor: pointer;
}

.ui-widget-header .ui-icon {
	background-image: url(../../images/arrows.png) !important;
}

.ui-icon-circle-triangle-w {
	background-position: 0px 0px !important;
}

.ui-icon-circle-triangle-e {
	background-position: 0px -16px !important;
}


/* FOOTER
======================================================================================*/
.footer {

/* padding: 0;

width: 100%;

display: block; */

font-family: 'Open Sans', sans-serif;
font-size: 13px;
color: #fff;
background-color: #0F1C3E;
border-top: 3px solid #f2f2f2;  
bottom:0;
height: 112px !important;
}
.footer .container_12 .grid_10 ul {
	margin: 11px 0 0 0;
	padding: 0;
	list-style: none;
}

.footer .container_12 ul li {
	float: left;
}

.footer .container_12 ul li a {
	color: #ffffff;
	text-decoration: none;
}

.footer .container_12 ul li a:hover {
	color: #f5f5f5;
}

.footer .container_12 .grid_10 ul li:after {
	color: #002a5c;
	content: "|";
	margin: 0 10px;
}

.footer .container_12 .grid_10 ul li:last-child:after {
	content: "";
	margin: 0;
}

.footer .container_12 .grid_12 {
	margin: -2px 0px 18px 10px;
}

.footer .container_12 .grid_6 {
	font-size: 12px;
	margin-bottom: 20px;
	background-color: #0F1C3E;
}

.footer .right {
	text-align: right !important;
}

.footer .container_12 .grid_2 ul {
	margin: 20px 0px 10px 0px;
	width: 100%;
}

.footer .container_12 .grid_2 ul li {
	width: 46px;
	text-align: right;
}

.footer .container_12 .grid_2 ul li a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.infospan {
	font-weight:normal; 
	font-style:italic; 
	font-size: 12px; 
	color: #8f8f8f;
}


/* CONTAINER
   Specialists
======================================================================================*/

.specialists {
	padding-bottom: 30px;
}
.specialists h1{
	margin-left: 10px;
	margin-top: 20px;
	color: #1c74bb;
	font-size: 34px;
    font-weight: 300;
}
.specialists .specialist{
	padding-top: 25px;
	clear: both;
}
.specialists .specialist .photo{
	float: left;
	background: #faf5f1;
	padding: 5px;
	border: 1px solid #dbdbdb;
	margin-right: 20px;
}
.specialists .specialist h3{
	color: #444444;
	font-size: 20px;
    font-weight: 300;
    margin: 20px 0 10px;
}
.specialists .specialist p{
	color: #002a5c;
	font-size: 13px;
}


/* CONTAINER
   Bonus
======================================================================================*/
.bonus{
	font-size: 18px;
}
.bonus p{
    line-height: 26px;
}
.bonus h2{
    font-size: 54px;
    color: #002a5c;
    letter-spacing: -1px;
    margin-top: 20px;
}
.bonus h2 span{
	color: #ee651d;
}
.bonus h2 img{
    float: right;
    margin-top: 8px;
}

.btn-download-presentation{
	width: 284px;
	height: 45px;
	float: right;
    margin-top: 7px;
	background: transparent url(../../images/btn-download-presentation.png) no-repeat left top;

	transition: none;
	-webkit-transition:  none;
}
.btn-download-presentation:hover{
	background-position: left bottom;
}

.bonus ul.orange-marks {
    padding-top: 20px;
    margin-bottom: 20px;
	background: transparent url(../../images/coins.png) no-repeat 92% bottom;
}
.bonus ul.orange-marks li{
	padding-left: 50px;
	background: transparent url(../../images/list-checkmark.png) no-repeat top left;
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 5px;
    line-height: 24px;
}

.bonus .block_1 {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ececec+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #ececec 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 0%,#ececec 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 0%,#ececec 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 0%,#ececec 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #dedede;
	position: relative;
}
.bonus .container_12{
	position: relative;
}
.bonus .block_1 table{
	font-size: 16px;
    line-height: 24px;
	background: #fff;
	width: 100%
}
.bonus .block_1 table tr.head{
	background-color: #002a5c;
	color: #fff;
	font-size: 18px;
}
.bonus .block_1 table td{
	padding: 8px 50px;
	border: 2px solid #fafafa;
	vertical-align: middle;
}
.bonus .block_1 table h4{    
	font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
}

.bonus .add-bonus{
	padding: 50px 50px;
}
.bonus .add-bonus h4{
    font-size: 28px;
    font-weight: normal;
    color: #002a5c;
}
.bonus .l-o-t{
	color: #ee651d;
	font-size: 46px;
	line-height: 60px
}
.bonus .m-o-t{
	color: #ee651d;
	font-size: 36px;
	line-height: 50px
}

.bonus .block_1 .bg-arrow{
	width: 211px;
	height: 23px;
	background: #fff url(../../images/bg-inverse-arrow-gray.png) no-repeat;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.bonus .block_1 .cherry{
	width: 379px;
	height: 261px;
	background: transparent url(../../images/cherry.png) no-repeat;
	position: absolute;
	bottom: -30px;
	right: 0;
}



.bonus .block_2 {
	background: #fff;
	padding: 20px 0 60px;
}
.bonus .block_2 h2{
	margin-bottom: 20px;
}
.bonus .block_2 .smalltext{
	font-size: 14px;
	display: block;
	margin-top: 35px;
}


.bonus .block_3 {
	border-top: 1px solid #dedede;
	position: relative;
}
.bonus .block_3 .grid_12{
	position: relative;
	z-index: 2;
}
.bonus .block_3 .container_12{
	padding-bottom: 50px;
}
.bonus .block_3 h2{
    margin: 75px 0 50px;
}
.bonus .block_3 p{
	color: #002a5c;
    font-size: 24px;
    line-height: 30px;
}
.bonus .block_3 .blue-bg-text{
    background: #002a5c;
    color: white;
    display: inline-block;
    padding: 12px 26px;
    /* float: left; */
    font-size: 38px;
    margin: 20px 0;
}
.bonus .block_3 .bg-happy-people{
	position: absolute;
	right: 0;
	bottom: 0;
    margin-right: -180px;
    margin-bottom: -20px;
    z-index: 0;
}
.bonus .block_3 .bg-arrow{
	width: 212px;
	height: 23px;
	background: #fff url(../../images/bg-arrow-gray.png) no-repeat;
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-bottom: -1px;
}

.pricing .inside_search{
z-index: 1;
width: 220px;
position: fixed;
margin: -1px -10px -10px 720px;
}

.pricing .inside_search .container {
	padding: 5px !important;
}