@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Source Sans Pro';
	font-size: 20px;
	color: #282828;
}
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
	color: #017abe;
	text-decoration: none;
}
hr {
    width: 100%;
	margin: 20px 0%;
    border: none;
	border-top: 1px dashed #c7c7c7 !important;
}
.imgsp1 { margin: 0 0 20px 20px; }
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto;}
.container {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: " 0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	float: left;
	width: 100%;
	background: #ffffff;
}
/* Start Top Header css*/
#topbar {
  background-color: #017abe;
  color: #999ea3;
}
#topbar .contact-info ul li {
  float: left;
}
#topbar .contact-info ul li {
  display: inline-block;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 48px;
  padding: 0 16px;
  font-weight: normal;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topbar .contact-info ul li a{
	color: rgba(255,255,255,0.7);
}
#topbar .contact-info ul li a:hover{
	color: rgb(255 255 255);
}
#topbar .contact-info ul li i.fa {
  font-size: 18px;
  margin-right: 5px;
}
#topbar .social{
  float: right;
}
#topbar .social ul {}
#topbar .social li{
  float: left;
}
#topbar .social a {
  display: inline-block;
  font-size: 18px;
  float: left;
  padding: 0 15px;
  color: #FFF;
  line-height: 48px;
  border-right: 1px solid #75accb;
  border-left: 1px solid #f05a4a
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/* End Top Header css*/
#header .logo {
	float: left;
	width: auto;
	margin: 50px 0;
	height: auto;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .right {
	float: right;
	width: auto;
	margin: 20px 0;
}
#header .right .social_icons {
    margin-bottom: 10px;
    text-align: right;
}
#header .right .social_icons li {
	display: inline-block;
	width: auto;
	padding-right: 6px;
}
#header .right .social_icons li:last-child {
	padding-right: 0;
}
#header .right .social_icons li a {
	display: block;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
#header .right .social_icons li a:hover {
	transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
#header .right .email_us {
	float: left;
	width: auto;
	font-size: 18px;
    color: #017abe;
    font-weight: 600;
	line-height: 26px;
	padding-right:200px;
}
#header .right .email_us a {
    color: #444444;
}
#header .right .call_no {
	float: right;
    width: auto;
	font-size: 22px;
	color: #444444;
    font-weight: 400;
	line-height: 26px;
	text-align:right;
}
#header .right .call_no a {
    color: #444444;
}
#header .right .call_no span{
    display:block;
    font-size:12px;
    color: #e40000;
}
.menu_box {
    border-top: 1px solid #017abe;
}
.navigation {
	float: left;
	width: 100%;
	height: auto;
}
.navigation ul li {
	float: left;
}
.navigation ul li:hover {
    background: #017abe;
}
.navigation ul li:hover > a {
    color: #fff;
}
.navigation ul a {
	padding: 14px 6px;
	font-size: 17px;
	font-weight: 400;
}
.navigation ul ul {
	background: #017abe;
	border: none;
	opacity: 1;
}
.navigation ul ul li {
	width: 220px;
	border-bottom: 1px solid #0088d4;
}
.navigation ul ul a {
    padding: 10px 8px;
	font-size: 16px;
	color: #ffffff;
}
.navigation ul ul li:hover {
    background: #333333;
}
.navigation ul ul li:hover > a {
    background: #333333;
}
.dl-menuwrapper {
	width: 260px;
	position: absolute;
	right: 15px;
	top: 40px;
	z-index: 10000;
}
.dl-menuwrapper button {
	background: #0088d4;
	border-radius: 4px;
	top: 0;
}
.dl-menuwrapper button.dl-active,
.dl-menuwrapper button:hover {
	background: #333333;
}
.dl-menuwrapper .dl-menu {
	margin: 36px 0 0;
}
.dl-menuwrapper li {
	background: #0088d4;
}
.dl-menuwrapper li:hover {
	background: #333333;
}
.dl-menuwrapper li a {
	font-size: 16px;
}
.dl-menuwrapper li:hover a {
	color: #ffffff;
}
#slider {
	float: left;
	width: 100%;
	height: auto;
}
.loader {
	float: left;
	width: 100%;
	height: 450px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.feedback-button {
	left: auto;
	right: 0;
	padding: 10px 15px;
	margin-left: 0px;
	margin-right: -84px;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}
.feedback-button span {
	padding-right: 0px;
    background: none;
}
.responsive-slider {
	height: auto;
}
.responsive-slider ul.bxslider-top li {
	height: auto;
}
.responsive-slider ul.bxslider-top li img {
	vertical-align: top;
}
.responsive-slider .caption {
    top: 50%;
    left: 0;
	width: 100%;
    padding: 0px;
    border-radius: 0px;
}
.responsive-slider .caption h1 {
    font-family: 'Cinzel';
    font-size: 48px;
    color: #ffffff;
}
.responsive-slider .caption .form-button .contact-btn {
	margin: 10px 0 0 0;
	padding: 12px 53px;
	background: none;
    border-radius: 0px;
    border: 2px solid;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
}
.responsive-slider .caption .form-button .contact-btn:hover {
	background: #017abe;
	border-color: #017abe;
	color: #ffffff;
}
.responsive-slider .bottom-caption {
	bottom: 40px;
	height: auto;
	background: none;
	padding: 0px;
}
.responsive-slider .bottom-caption .desc {
	font-size: 15px;
	color: #ffffff;
}
#middle {
	float: left;
	width: 100%;
}
.main_section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.main_section .content_left {
    float: left;
	width: 60%;
}
.main_section .content_left span {
	display: block;
    margin-bottom: 10px;
    font-size: 22px;
	color: #282828;
	font-weight: 600;
	line-height: normal;
}
.main_section .content_left p {
	margin-bottom: 20px;
    font-size: 20px;
	color: #282828;
	line-height: 27px;
}
.main_section .content_left p:last-child {
	margin-bottom: 0px;
}
.main_section .content_left .readmore {
	display: inline-block;
    padding: 12px 22px;
    background-color: #017abe;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}
.main_section .content_right {
    float: left;
	width: 40%;
	padding-left: 40px;
}
.main_section .content_right .they_say {
	padding: 30px;
	background-color: #f3f3f3;
	border-radius: 10px;
}
.main_section .content_right .they_say p {
    font-size: 24px;
	color: #282828;
	line-height: 36px;
}
.main_section .content_right .they_say span {
	display: block;
    margin-top: 20px;
    font-size: 24px;
	color: #017abe;
	font-weight: 600;
	line-height: 36px;
}
.package_section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.package_section h1 {
	margin: 0 0 20px 0;
	font-family: 'Cinzel';
	font-size: 28px;
	color: #444444;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.package_section h1:after {
	content: "";
	display: block;
	width: 143px;
	height: 5px;
	margin: 0 auto;
	margin-top: 8px;
	background-color: #017abe;
}
.package_section .content {
	float: left;
    width: 100%;
    padding-top: 30px;
}
.package_section .content .row {
	margin: 0 -7px;
}
.package_section .content .row:after,
.package_section .content .row:before {
	content: "";
	display: table;
	clear: both;
}
.package_section .content .col {
	float: left;
    width: 25%;
	padding: 7px 7px;
}
.package_section .content .package {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.package_section .content .package * {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.package_section .content .package img {
    width: 100%;
	height: auto;
}
.package_section .content .package .info {
    position: absolute;
    top: 78%;
	width: 100%;
	padding: 0 10px;
}
.package_section .content .package h3 {
    font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	line-height: normal;
}
.package_section .content .package h3:after {
	content: none;
	display: block;
	width: 96px;
	height: 1px;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #ffffff;
}
.package_section .content .package ul {
	height: 0;
	opacity: 0;
	padding: 0;
	margin: 0;
    list-style: none;
}
.package_section .content .package ul li {
    font-size: 18px;
	color: #ffffff;
	line-height: 36px;
}
.package_section .content .package ul li a {
	color: #ffffff;
	text-decoration: none;
}
.package_section .content .package ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.package_section .content .package:hover .info {
	top: 12%;
}
.package_section .content .package:hover h3:after {
	content: "";
}
.package_section .content .package:hover ul {
    height: auto;
	opacity: 1;
	margin-top: 20px;
}
.package_section .content .package.make_booking .info {
    top: 30.7%;
}
.package_section .content .package.make_booking .booking_btn {
	display: inline-block;
    width: 110px;
	height: 110px;
	margin-bottom: 45px;
	border: 2px solid;
	border-radius: 100%;
	font-size: 80px;
	color: #ffffff;
	font-weight: 600;
}
.as_seen_in_section {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
}
.as_seen_in_section h1 {
	margin: 0 0 20px 0;
	font-family: 'Cinzel';
	font-size: 28px;
	color: #444444;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.as_seen_in_section h1:after {
	content: "";
	display: block;
	width: 143px;
	height: 5px;
	margin: 0 auto;
	margin-top: 8px;
	background-color: #017abe;
}
.as_seen_in_section .content {
	float: left;
    width: 100%;
    padding-top: 10px;
}
.as_seen_in_section .content ul {
	padding: 0;
	margin: 0;
    list-style: none;
	text-align: center;
}
.as_seen_in_section .content ul li {
	display: inline-block;
    width: auto;
	padding: 20px 17px 0;
}
.as_seen_in_section .content ul li a {
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
    opacity: 0.4;
}
.as_seen_in_section .content ul li a:hover {
	filter: none;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
    opacity: 1;
}
.as_seen_in_section .content ul li img {
    max-width: 100%;
	height: auto;
}
.insta {
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
}
.insta h1 {
	margin: 0 0 20px 0;
	font-family: 'Cinzel';
	font-size: 28px;
	color: #444444;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.insta h1:after {
	content: "";
	display: block;
	width: 143px;
	height: 5px;
	margin: 0 auto;
	margin-top: 8px;
	background-color: #017abe;
}
.insta .col{
    float: left;
	width: 50%;
}
.trip_section {
	float: left;
	width: 100%;
	padding-top: 170px;
	padding-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/trip_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.trip_section h1 {
	margin: 0 0 20px 0;
	font-family: 'Cinzel';
	font-size: 48px;
	color: #ffffff;
	font-weight: 400;
	line-height: 60px;
}
.trip_section .content {
	float: left;
    width: 100%;
    padding-top: 50px;
}
.trip_section .content .bx-viewport {
	background: none;
}
.trip_section .content .trip {
	position: relative;
    margin: 0 10px;
	text-align: center;
}
.trip_section .content .trip:before {
	width: 100%;
    height: 32%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.trip_section .content .trip h3 {
    position: absolute;
    bottom: 12%;
	width: 100%;
	padding: 0 5px;
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	line-height: normal;
}
.trip_section .content .bx-controls-direction a {
	bottom: auto;
	top: -158px !important;
}
.how_it_works_section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.how_it_works_section h1 {
	margin: 0 0 20px 0;
	font-family: 'Cinzel';
	font-size: 28px;
	color: #444444;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.how_it_works_section h1:after {
	content: "";
	display: block;
	width: 143px;
	height: 5px;
	margin: 0 auto;
	margin-top: 8px;
	background-color: #017abe;
}
.how_it_works_section h1 + p {
	font-size: 25px;
	color: #444444;
	line-height: normal;
	text-align: center;
}
.how_it_works_section .content {
	float: left;
    width: 100%;
    padding-top: 30px;
}
.how_it_works_section .content ul {
	display: flex;
	float: left;
    width: 100%;
	padding: 0;
	margin: 0;
    list-style: none;
}
.how_it_works_section .content ul li {
	position: relative;
	float: left;
    width: 20%;
	padding: 0 20px;
	text-align: center;
}
.how_it_works_section .content ul li:before {
	content: "\F05C";
	font-family: "Material Design Icons";
	font-size: 35px;
	color: #444444;
	position: absolute;
	top: 25px;
	right: -18px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.how_it_works_section .content ul li:last-child:before {
	content: none;
}
.how_it_works_section .content ul li img {
	max-width: 100%;
	margin: 0 0 20px 0;
}
.how_it_works_section .content ul li p {
	font-size: 16px;
	color: #1f1f1f;
	line-height: 22px;
}
.how_it_works_section .content .booknow_btn {
	float: left;
    width: 100%;
	margin-top: 40px;
	text-align: center;
}
.how_it_works_section .content .booknow_btn a {
    display: inline-block;
    padding: 12px 50px;
    background-color: #017abe;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}
.testimonial_section {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 200px;
	background-color: #ffffff;
	background-image: url(../images/testimonials_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.testimonial_section h1 {
	margin: 0 0 20px 0;
	font-family: 'Cinzel';
	font-size: 28px;
	color: #444444;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.testimonial_section h1:after {
	content: "";
	display: block;
	width: 143px;
	height: 5px;
	margin: 0 auto;
	margin-top: 8px;
	background-color: #017abe;
}
.testimonial_section .content {
	float: left;
    width: 100%;
    padding-top: 30px;
}
.testimonial_section .content .bx-wrapper {
	padding: 20px 20px 53px 20px;
	margin: 0 84px;
	background: rgba(255, 255, 255, .65);
	border-radius: 8px 8px 0 0;
}
.testimonial_section .content .bx-viewport {
	background: none;
}
.testimonial_section .content ul li {
	text-align: center;
}
.testimonial_section .content ul li p {
	margin-bottom: 25px;
	font-size: 18px;
	color: #282828;
	line-height: 27px;
}
.testimonial_section .content ul li span {
	font-size: 18px;
	color: #282828;
	font-weight: 700;
	line-height: 27px;
}
.testimonial_section .content .bx-pager {
	left: 0px;
	right: 0px;
	bottom: 20px;
	padding-top: 0px;
}
.testimonial_section .content .view_more {
	padding: 20px 20px;
	margin: 0 84px;
	background: rgba(255, 255, 255, .65);
	border-radius: 0 0 8px 8px;
	text-align: center;
}
.testimonial_section .content .view_more a {
    display: inline-block;
    padding: 12px 30px;
    background-color: #017abe;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}
#footer {
	float: left;
	width: 100%;
	background: #006095;
}
.footer_top {
	float: left;
	width: 100%;
	padding-top: 40px;
}
.footer_top .columns {
	float: left;
	width: 20%;
	padding: 0 10px;
}
.footer_top h4 {
	margin-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
	font-weight: 700;
}
.footer_top h4 a {
	color: #ffffff;
	text-decoration: none;
}
.footer_top h4 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.footer_top ul.footer_menu {
    margin-bottom: 30px;
}
.footer_top ul.footer_menu li {
	font-size: 18px;
	color: #ffffff;
	line-height: 27px;
}
.footer_top ul.footer_menu li a {
	color: #ffffff;
	text-decoration: none;
}
.footer_top ul.footer_menu li a:hover {
	color: #cccccc;
	text-decoration: none;
}
.footer_bottom {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.footer_bottom .columns_r {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.footer_bottom .columns_r ul.social_icons {
    margin-bottom: 10px;
}
.footer_bottom .columns_r ul.social_icons li {
	display: inline-block;
	width: auto;
	padding-right: 6px;
}
.footer_bottom .columns_r ul.social_icons li:last-child {
	padding-right: 0;
}
.footer_bottom .columns_r ul.social_icons li a {
	display: block;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}
.footer_bottom .columns_r ul.social_icons li a:hover {
	transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.footer_bottom .columns_r p {
	font-size: 18px;
	color: #ffffff;
}
.footer_bottom .columns_l {
	float: left;
	width: 50%;
	padding: 0 10px;
	text-align: right;
}
.footer_bottom .columns_l .satisfaction {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}
.footer_bottom .columns_l .secured_payment {
	display: inline-block;
	vertical-align: middle;
}
.footer_bottom .columns_l .secured_payment p {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

/*----------------- inner pages -----------------*/
#middle_inner {
	float: left;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
	position: relative;
}
#middle_inner .title {
	margin: 0 0 30px 0;
	font-family: 'Cinzel';
	font-size: 28px;
	color: #444444;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
#middle_inner .title:after {
	content: "";
	display: block;
	width: 200px;
	height: 5px;
	margin: 0 auto;
	margin-top: 8px;
	background-color: #017abe;
}
#middle_inner .readmore {
	display: inline-block;
	margin-bottom: 20px;
    padding: 12px 22px;
    background-color: #017abe;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}
.orange.gray {
	margin: 0 0 20px 0;
	padding: 30px !important;
	background: #f3f3f3 !important;
	border-radius: 10px;
    font-size: 24px !important;
	color: #282828 !important;
	font-weight: 400;
    line-height: 36px !important;
}
.orange.gray strong {
	display: block;
	color: #017abe !important;
	font-weight: 600;
}
.ptext1 {
	margin: 0 0 20px 0;
	line-height: 30px;
}
.ptext1 a {
    color: #017abe;
    text-decoration: none;
}
div.tabBox {
	float: left;
	width: 100%;
}
ul.tabs,
ul.tabs2 {
	width: 100% !important;
}
ul.tabs#tabs li {
	display: table;
	min-height: 200px;
	padding: 2px;
}
ul.tabs li {
	width: 8.33%;
	margin-top: 0px;
}
ul.tabs li.tab_5 {
    width: 20%;
    margin: 0px;
}
ul.tabs li.tab_4 {
    width: 25%;
    margin: 0px;
}
ul.tabs#tabs li a {
	display: table-cell;
    vertical-align: middle;
	min-height: inherit;
    padding: 8px;
	border: 1px solid #282828;
	background: #ffffff;
    border-radius: 0px;
	font-size: 22px !important;
	color: #282828;
	font-weight: 700;
	line-height: 27px;
}
ul.tabs#tabs li a:hover {
    background: #017abe;
	color: #ffffff;
}
ul.tabs#tabs li a span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}
div.tabContainer {
	width: 100%;
	margin-bottom: 20px;
}
.tabContent:after,
.tabContent:before {
	content: "";
	display: table;
	clear: both;
}
div.tabContainer2 {
	border: none;
	margin-bottom: 0px;
}
div.tabContainer2 .tabContent {
	padding: 0px;
}
.notes {
	margin: 30px 0 0 0;
}
.notes span {
	float: none;
	display: block;
	font-size: 22px;
	color: #282828;
}
.notes ul {
	margin-bottom: 30px;
}
.notes ul:last-child {
	margin-bottom: 0px;
}
.notes ul li {
	padding-left: 25px;
    padding-bottom: 8px;
    line-height: 22px;
}
.left_travel {
	width: 66%;
	padding-right: 30px;
}
.left_travel span {
	float: none;
	display: block;
	font-size: 22px;
	color: #282828;
}
.left_travel ul {
	margin-bottom: 30px;
}
.left_travel ul:last-child {
	margin-bottom: 0px;
}
.left_travel ul li {
	padding-left: 25px;
    padding-bottom: 8px;
	background-position: left 6px;
    line-height: 22px;
}
.left_travel ul li a {
    color: #017abe;
}
.left_travel .day_bg {
	width: auto;
	margin-top: 0px;
    padding: 20px;
	border: 1px solid #282828;
	background-color: transparent;
	border-radius: 0px;
}
.left_travel .label {
    float: none;
	display: block;
	padding: 0 0 10px 0;
	font-size: 22px;
	color: #282828;
}
.right_travel {
	width: 34%;
    padding: 20px;
	border: none;
	background: #f3f3f3;
	border-radius: 10px;
}
.right_travel span {
	float: none;
	display: block;
	margin-top: 0px;
	font-size: 24px;
	color: #017abe;
	font-weight: 600;
}
.right_travel .label {
    float: none;
	display: block;
	padding: 0 0 10px 0;
	font-size: 22px;
	color: #282828;
}
.right_travel form {
	margin-bottom: 30px;
}
.right_travel form:last-child {
	margin-bottom: 0px;
}
.booking div {
	display: flex;
	float: left;
    width: 100%;
    margin: 8px 0 0 0 !important;
	font-size: 20px;
}
.booking div a {
    color: #017abe;
}
.booking div input[type=radio] {
    width: auto;
	margin-top: 6px;
    margin-right: 10px;
}
.booking div.date,
.booking div.persons {
	display: block;
	margin: 20px 0 0 0 !important;
}
.booking div.date label,
.booking div.persons label {
	float: left;
	width: 100%;
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 700;
}
.booking select,
.booking input[type=date] {
    float: left;
    width: 100%;
	height: 53px;
	padding: 13px 15px;
    margin: 0;
	outline: 0;
	border: none;
	background-color: #ffffff;
	border-radius: 4px;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .14);
	font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #282828;
	font-weight: 400;
}
.booking .booknow {
    padding: 14px 20px;
    width: 100%;
    margin: 20px 0 0 0 !important;
    background: #017abe;
    border-radius: 4px;
    font-family: 'Source Sans Pro';
    font-size: 22px;
    color: #ffffff;
	font-weight: 700;
	text-transform: none;
}
.booking .booknow:hover {
    background: #017abe;
    color: #ffffff;
    transition: all .3s linear;
}
.sidebar {
	width: 34%;
    padding: 20px;
	margin-right: 0%;
	border: none;
	background: #f3f3f3;
	border-radius: 10px;
}
.sidebar .custom-sidebar-title-wrapper {
	margin-bottom: 0px;
}
.sidebar .custom-sidebar-title-wrapper h3 {
    padding-bottom: 15px;
    border: none;
    font-size: 24px;
	color: #017abe;
	font-weight: 600;
    text-transform: none;
    line-height: normal;
}
.sidebar .custom-sidebar-title-wrapper h3 a {
    color: #017abe;
}
.sidebar .newlisting {
    padding-top: 0px;
    margin-bottom: 30px;
}
.sidebar .newlisting:last-child {
    margin-bottom: 0px;
}
.sidebar .newlisting li {
    background-color: transparent;
    padding: 6px 10px 6px 20px;
    margin-bottom: 0px;
    background-position: 2px 13px;
}
.sidebar .newlisting li:hover {
    background-color: transparent;
	background-image: url(../images/li-arrow.png);
	background-position: 2px 13px;
    color: initial;
}
.sidebar .newlisting li:hover a {
    color: initial;
}
.sidebar .newlisting li a {
    color: #282828;
}
.sidebar .newlisting li a:hover {
    color: #017abe;
}
/*.new_pan {
	width: 66%;
	padding-left: 30px;
}*/
.new_pan {
	width: 100%;
	padding-left: 0px;
}
.new_pan p a {
    color: #017abe;
    text-decoration: none;
}
h1.blue {
	margin: 0 0 20px 0;
    font-size: 25px;
    color: #017abe;
	font-weight: 700;
    line-height: normal;
}
h2.orange {
	margin: 0 0 20px 0;
	padding: 0px !important;
    background: transparent !important;
    border-radius: 0px;
    font-size: 22px !important;
    color: #017abe !important;
	font-weight: 700;
    line-height: normal !important;
}
.contact-form {
	margin: 0;
}
.contact-form ol {
	float: left;
    width: 100%;
}
.contact-form ol li {
	float: left;
    width: 100%;
	margin-bottom: 20px;
}
.contact-form ol li.half {
    width: 49%;
}
.contact-form ol li.half:nth-child(2n+2) {
    margin-left: 2%;
}
.contact-form ol li.half:nth-child(2n+3) {
    clear: both;
}
.form-input div.details {
    width: 100%;
	padding: 13px 15px;
	border: 1px solid;
	border-radius: 4px;
}
.order-detail .forms span {
	width: 30%;
	color: #282828;
}
.order-detail .form-input .order_d {
	width: 70%;
}
.contact-form label {
	float: left;
	width: 100%;
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 700;
}
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=email],
.order-detail .contact-form .address li input[type=email],
.contact-form input[type=date],
.contact-form input[type=url],
.contact-form input[type=number],
.contact-form select,
.contact-form textarea {
    float: left;
    width: 100%;
	height: 53px;
	padding: 13px 15px;
    margin: 0;
	outline: 0;
	border: 1px solid;
	background-color: #ffffff;
	border-radius: 4px;
    box-shadow: none;
	font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #282828;
	font-weight: 400;
}
.contact-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/arrow-select.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.contact-form textarea {
	width: 100% !important;
	height: auto;
}
.form-button .btn {
    padding: 14px 40px;
    width: auto;
    margin: 10px 0 0 0;
	border: none;
    outline: 0;
    background: #017abe;
    border-radius: 4px;
    font-family: 'Source Sans Pro';
    font-size: 22px;
    color: #ffffff;
	font-weight: 700;
	text-transform: none;
}
.form-button .btn:hover {
    color: #ffffff;
    transition: all .3s linear;
}
.booknow {
    padding: 14px 40px;
    width: auto;
    margin: 20px 0 0 0 !important;
    background: #017abe;
    border-radius: 4px;
    font-family: 'Source Sans Pro';
    font-size: 22px;
    color: #ffffff;
	font-weight: 700;
	text-transform: none;
}
.booknow:hover {
    background: #017abe;
    color: #ffffff;
    transition: all .3s linear;
}
.collapse,
.expand {
	border-color: #282828;
}
.expand a {
	color: #282828;
}
.expand a.open:link,
.expand a.open:visited {
	background-color: #f3f3f3;
}

/*----------------- currency page -----------------*/
#demo-rate-convert .page_header {
	display: none;
}
#demo-rate-convert .form-group {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#demo-rate-convert .form-group:nth-last-of-type(-n+2) {
    margin-bottom: 0px;
}
#demo-rate-convert .form_label_cell label {
    float: left;
    width: 100%;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 700;
}
#demo-rate-convert input[type=number],
#demo-rate-convert select {
	float: left;
    width: 100%;
    height: 53px;
    padding: 13px 15px;
    margin: 0;
    outline: 0;
    border: 1px solid;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: none;
    font-family: 'Source Sans Pro';
    font-size: 18px;
    color: #282828;
    font-weight: 400;
	text-align: left !important;
}
#demo-rate-convert select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-select.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
#demo-rate-convert input[type=submit] {
    width: auto;
    margin: 0;
    padding: 14px 40px;
    background: #017abe;
    border-radius: 4px;
	border: none;
    outline: 0;
    font-family: 'Source Sans Pro';
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    text-transform: none;
	cursor: pointer;
}
#demo-rate-convert .form_under_info {
	margin-top: 20px;
}
#demo-rate-convert #currency_converter_csrf_row {
	display: none;
}
#demo-rate-convert .rate_calc_result {
	height: 0;
	overflow: hidden;
}
#demo-rate-convert #currency_converter_menu_links {
	display: none !important;
}