@charset "utf-8";
/* CSS Document */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		position: relative;
		padding: 0 0 10px 0;         
		font-weight:normal;
		/*line-height:1.8;*/
		pnl-color:#333;
	}
h1 {
		font-size: 28px; 
	}
h2 {
		font-size: 28px; 	
	}
h3{
		font-size: 18px; 
	}
h4{
		font-size: 16px; 		
	}
h5{
		font-size: 14px; 		
	}
h6{
		font-size: 14px;  	
	}
a {
		pnl-color:#696969;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		text-decoration:none !important; 
	}
p {
	    line-height: 19.5px;
	}
img.aligncenter{
		display:block;
		text-align:center;
		display: block;
		margin:0 auto 20px auto;
		padding:0px;
		border:0px;
		background:none;
	}
img.alignleft{
		float:left;
		margin: 6px 20px 6px 0;
		display: inline;
		border:0px;
		background:none;
		padding:0;
		display:block;
	}
img.alignright{
		padding:0;
		float:right;
		margin: 6px 0 6px 20px;
		border:0px;
		display:block;
		background:none;
	}
::selection {
		background: #333; /* Safari */
		color:#fff;
	}
::-moz-selection {
		background: #333; /* Firefox */
		color:#fff;
	}
blockquote {		 
		font-size:16px;
		line-height: 23px;
		font-family: 'Droid Serif', Georgia, "Times New Roman", serif;
		font-weight:normal;
		font-style:italic;	   
		position:relative;  
		width:auto;
	}
blockquote small {
		display: block;
		margin-top: 20px;
	}
pre {
		line-height:18px;
		margin-bottom:18px;
	}
.btn,
a {
		outline:0 !important;
		text-decoration: none !important;
	}
ins {
		text-decoration:none;
	}
sup {
		bottom: 1ex;
	}
sub {
		top: .5ex;
	}
p	{
		padding:0 0 15px 0;
	}	
.check li:before {
		content: "\f00c";
		font-family: "FontAwesome";
		font-size: 16px;
		left: 0;
		color:#242424;
		padding-right:5px;
		position: relative;
		top: 2px;
	}
.check li {
		font-size:14px;
		list-style:none;
		margin-bottom:4px;
	}
.check {
		margin-left:0; 
		padding-left:0
	}

ul { margin:0; padding:0; list-style:none; }
body { margin:0; padding:0;font-family: Arial, Helvetica, sans-serif;font-size:14px; }
a { outline:none; transition:ease-in .3s; }
.clear-left { clear:left;}
.clear-right { clear:right;}
.clear-both { clear:both;}

.pnl-container {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;box-sizing: border-box;}
@media (min-width: 768px) {
  .pnl-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .pnl-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .pnl-container {
    width: 1170px;
  }
}

.call-for-action{background: #290a59;height: 30px;}
.call-for-action ul.pull-right{float: right;}
.call-for-action ul.pull-left{float: left;}
.call-for-action li{display: inline-block;float: left;font-size: 12px;color: #fff;padding: 7px 15px;}
.call-for-action li a{color: #fff;}
.call-for-action li a:hover{color: #ff7c00; }

@media(max-width:500px){
	
}

#language-bar span{padding-right: 8px;}
.flag-menu {position:relative;float: right;display: none;}
.flag-menu > a{/*width: 150px;*/display: block;text-align: right;}
.flag-menu ul {
	background:#333 none repeat scroll 0 0;opacity:0;padding:0;right:-14px;top:13px;
	position:absolute;transform:scaleY(0);transform-origin:0 0 0;transition:all .3s ease 0;width:150px;
	z-index:99999;padding:5px 0}
.flag-menu ul li {padding:0}
.flag-menu ul li a {display:inline-block;padding:5px 15px;text-decoration:none;color:#fff;font-size: 12px;}
.flag-menu ul li a img {width:20px;margin-right:8px}
.flag-menu:hover ul {opacity:1;transform:scaleY(1)}
.flag-menu:hover ul li {display:block;border:0!important;padding:0}
.flag-menu:hover ul li:last-child {border:0!important}
.flag-menu:hover ul li a {display:block;color:#fff;text-transform:inherit;font-size:12px;text-transform:uppercase}
.flag-menu:hover ul li a:hover {color:#1f83b1}
@media(max-width:991px) and (min-width:768px){
	#language-bar span{display: none;}
}
@media(max-width:767px){
	#language-bar{display: none;}
	.flag-menu {display: block;}
}

.pnl-logo-menu{background: #fff;}
.pnl-logo-menu .pnl-container{position: relative;}
.pnl-logo-menu .logo img{float: left;}
.pnl-logo-menu .logo{position: absolute;left:0;right:0;margin-left: auto;margin-right: auto;width: 139px;text-align: center;z-index: 1;
 background: linear-gradient(180deg, #290a59, #ff7c00);
background-size: 200% 200%;

-webkit-animation: AnimationName 4s ease infinite;
-moz-animation: AnimationName 4s ease infinite;
animation: AnimationName 4s ease infinite;
	
}
 @-webkit-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes AnimationName {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}

.main-menu{display: block;}
.main-menu .pnl-left, .main-menu .pnl-right{float: left;width: 50%;box-sizing: border-box;}
.main-menu .pnl-left{text-align: right;padding-right: 90px;}
.main-menu .pnl-right{text-align: left;padding-left: 90px;}
{float: left;width: 50%;}
.main-menu li{display: inline-block;margin: 7.5% 4%;}
.main-menu li:nth-child(4){width: 139px;}
.main-menu li a{color: #000;font-size: 12px;text-transform: uppercase;}
.main-menu li a:hover{color: #ff7c00;}

.pnl-logo-menu-m{display: none;text-align: center;padding: 10px 0;}
.pnl-logo-menu-m .logo{display: inline-block;}
.top-nav{margin-top: 10px;}
.top-nav a{white-space: nowrap;font-size: 12px;text-transform: uppercase;color: #fff;background: #ff7c00;
text-decoration: none;padding: 5px 10px;border-radius: 15px;line-height: 32px;}
.top-nav a:hover{background: #290a59;}

@media(max-width:767px){
	.main-menu li{margin: 4.5% 4%;}
	.pnl-logo-menu{display: none;}
	.pnl-logo-menu-m{display: block;}
}

.page-header{position: relative;}
.page-header img{width: 100%;}
.page-header .wrapper{position: absolute;width: 100%;height: 100%;top: 0;}
.page-header .header-content{display: table;height: 100%;width: 100%;}
.page-header .wrapper-text{display: table-cell;vertical-align: middle;text-align: center;
}
.page-header .wrapper-text h5{/*font-size: 9vh;*/font-size:42px;color: #fff;display: inline-block;padding: 10px 15px;margin: 0;font-weight: 100;text-shadow: 2px 2px 10px rgba(0, 0, 0, .7);}
.page-header .wrapper-text p{font-weight: bold;color: #fff;font-size: 18px;background: rgba(41, 10, 89, .8);line-height: 28px;margin: 0 0 20px 0;padding: 10px 15px;display: inline-block;}
.page-header .wrapper-text p span{font-size: 30px;color: #ffc000;}
.page-header .wrapper-text a{border-radius: 15px;padding: 8px 15px;text-transform: uppercase;color: #fff;font-size: 12px;font-weight: bold;}
.page-header .wrapper-text .link1{background: #f18217;}
.page-header .wrapper-text .link2{background: #233960;}

@media(max-width:991px){
	.page-header .wrapper-text h5{font-size: 6vh;}
}
@media(max-width:767px){
	.page-header .wrapper-text p{font-size: 15px;line-height: 22px;}
}

.section-body {}
@media (min-width: 1400px) {
  .section-body .pnl-container {width: 1370px;}
}
.left-body{width:64%;margin-right: 3%;float: left;box-sizing: border-box;}
.left-body h1{font-weight:normal; display:block; font-size:31px; line-height:normal;color:#1f7122; margin:30px 0 10px;}
.left-body p, .left-body ul{font-family: Arial, Helvetica, sans-serif;line-height: 24px;color: #606060;font-size: 13px;}
.tour-pkg-btn{float: right;padding: 15px;color: #fff;margin: 0 0 20px 30px;
	text-transform: uppercase;font-weight: 700;font-size: 11px;background: #290a59;
	transition: all .25s ease-in;text-align: center;box-shadow: 0px 0px 74px -20px #223559;
}
.tour-pkg-btn span{font-size: 18px;}
.tour-pkg-btn:hover{background: #5ec23f;}
.landing-wrapper{padding: 15px 0 30px 0;}
.landing-wrapper .landing-block{width: 33.333%;float: left;box-sizing: border-box;margin-bottom: 20px;padding: 0 10px}
.landing-block a{display: block;background: #f7f7f7;-webkit-box-shadow: 0px 0px 15px rgba(54, 54, 54, 0.4);box-shadow: 0px 0px 15px rgba(54, 54, 54, 0.4);}
.landing-block a:hover{-webkit-box-shadow: 0px 0px 30px rgba(54, 54, 54, 0.6);box-shadow: 0px 0px 30px rgba(54, 54, 54, 0.6);}
.landing-block .landing-img{}
.landing-block .landing-img img {width: 100%;float: left;}
.landing-block .landing-title{clear: left;text-align: center;padding: 15px 0 15px;text-transform: uppercase;font-size: 14px;color: #333;font-weight: 700;transition: ease-in all .3s;}
.landing-block a:hover .landing-title{background: #ff7c00;color: #fff;}
@media(max-width:767px){
	.landing-wrapper .landing-block{width: 50%;}
}
@media(max-width:500px){
	.landing-wrapper .landing-block{padding: 5px;margin-bottom: 5px;}
	.landing-title {font-size: 13px;}
}
@media(max-width:400px){
	.landing-title{font-size: 11px;}
}

.right-body{width:33%;float: left;box-sizing: border-box;margin-top: 50px;}
@media(max-width:1099px){
	.left-body{width: 100%;}
	.right-body{width: 100%;margin-top: 0;}
}

.breadcrumb{display: block;border-bottom: 1px solid #D5D5D5;margin-bottom: 25px;padding-bottom: 5px;margin-top: 10px;}
.breadcrumb a{ color:#333; text-decoration:none; font-size: 14px; padding-right:20px; background:url(../../images/breadcrumb-arrow.jpg) right no-repeat; margin-right:8px;}
.breadcrumb a:last-child{ background:none;}

.inner-right-form{box-shadow: 0px 0px 74px -20px #223559;}
.inner-right-form span.textBlock {display: inline-block;font-size: 12px;color: #fff;margin: 10px 0 5px 0;
	margin-top: 10px;padding: 4px 8px;width: auto;
}
.query-form{background: #fff;}
.query-form h6{color: #fff;background: #1e79d6;text-transform: uppercase;font-size: 11px;float: left;margin: 20px 0 0 20px;padding: 8px 20px;border-radius: 15px;}
.query-form form{padding: 24px 13px 13px;clear: both}
.query-form .col-6{width: 25%;float: left;box-sizing: border-box;}
.query-form .col-6-12{width: 25%;float: left;box-sizing: border-box;}
.query-form .col-12 {width: 75%;float: left;box-sizing: border-box;}
.standardform .col-6:after{display:table; content:''; clear:both;}
.query-form .col-6,
.query-form .col-12,
.query-form .col-6-12{margin-bottom: 15px;padding: 0 12px;}
.form-control-wrapper{position: relative;}

.query-form label{font-size: 11px;width: 100%;display: block;margin-bottom: 8px;text-transform: uppercase;color: #000;text-align: left;}
.query-form .form-control, .query-form .form-control1 {display: block;width: 100%;height: 32px;padding: 6px 10px;line-height: 1.42857143;background: #fff;border:none;box-sizing: border-box;color: #000;font-size: 13px;}

.query-form .form-control1 { height:39px;padding: 6px 10px; }
.inputHolder .form-control { width:33.333% !important; float:left;}
.inputHolder1 .form-control { width:50% !important; float:left;}
.inputHolder2 .form-control { width:100% !important; float:left;}
.stdCode input:nth-child(2){width: 40%;float: left;border-right: 1px solid #f68c04;}
.stdCode input:nth-child(3){width: 60%;float: left;padding-left: 5px;}
.query-form textarea{font-family: 'Lato', sans-serif;font-size: 13px;}
.stdCode .form-control:last-child{border-left: 1px solid #c2a388;}
.form-control[readonly]{background-color: #eee;opacity: 1;}
.form-buttun-control{text-align: center;position: relative;}

.query-form span.textBlock {display: inline-block;font-size: 12px;color: #fff;margin: 10px 0 5px 0;
	margin-top: 10px;padding: 5px 10px;border-radius: 13px;box-sizing: border-box;text-align: center;
}
.query-form .colorOrange {background: #5ec23f;}
.query-form .colorRed {background: #c03832;}
.query-form .form-optional i {display: inline-block;width: 50%;float: left;font-style: normal;margin-bottom: 5px;}
.query-form .form-optional i span{color: #fff;}

.query-form .btn-submit{transition: 0.5s;color: #fff;border-radius: 0;cursor: pointer;
	background: #ff7c00;	
	width: 100%;padding: 10px 25px 10px;font-size: 13px;font-weight: bold;line-height: 1.42857143;
	text-align: center;white-space: nowrap;vertical-align: middle;
	border: none;text-transform: uppercase;
}

.inner-right-form .form-heading{background: #5ec23f;padding: 10px;border:10px solid #223559;
	text-transform: uppercase;text-align: center;
}
.form-heading p{margin: 0;padding: 0;color: rgba(255, 255, 255, .8);text-align: center;font-size: 13px;}
.form-heading h5{padding: 0;margin: 0;font-size: 22px;color: #fff;}
.inner-right-form .query-form{border: 0;background: #223559;}
.inner-right-form .query-form form{padding: 10px 6px 0;}
.inner-right-form .col-6{width: 50%;float: left;box-sizing: border-box;}
.inner-right-form .col-12 {width: 100%;float: left;box-sizing: border-box;}
.inner-right-form .col-6,
.inner-right-form .col-12,
.inner-right-form .col-6-12{margin-bottom: 10px;padding: 0 6px;}
.inner-right-form .query-form label{font-size: 10px;font-weight: 700;color: #fff;}


@media(max-width:1099px) and (min-width:600px){
	.inner-right-form .col-6, .inner-right-form .col-12:nth-child(6), .inner-right-form .col-12:nth-child(9){width: 33.3333%;}
	.inner-right-form .form-optional i {width: 25%;}
}

.footerinner{text-align:center; line-height:20px; margin:10px 0 0 0; padding:20px 0 10px; overflow: hidden; clear: both;
	background: -webkit-linear-gradient(top left, #290a59 10%, #ff7c00 100%);
	background: -o-linear-gradient(top left, #290a59 10%, #ff7c00 100%);
	background: linear-gradient(to bottom right, #290a59 10%, #ff7c00 100%);
}
.footerinner a{color:#fff; text-decoration:none;margin: 0 5px;font-size: 12px;}
.footerinner a:hover{text-decoration: underline;}
.footer-copyrgt{text-align:center; color:#fff; background:#1B3A56; padding:15px;}
.footer-copyrgt a{color:#FFF; text-decoration:none;}

.ftrbd{ background:#F8F8F8}
.ftrbdr, .ftrbd{border-top:#ddd solid 1px;}

.copyrgt, .powred{ float:left; width:100%; text-align:center;color: #fff;font-size: 12px;}
.powred{text-align:right;}
.powred img{ width:90%; margin-top:10px;}

@media (max-width:770px){
	.affi{width:80%;}
}

.dest-body-inner{padding: 25px 0;}
@media (min-width: 1400px) {
.dest-body-inner .pnl-container {
    width: 1370px;
	}
}
.dest-body-inner h2 {text-align: center;margin: 10px;}
.dest-body-inner .lp-tour {margin: 10px 0.5%;width:49%;float:left;color: #696969;padding:10px;font-size: 12px;
	border:#CCC solid 1px;position:relative;background: #f7f2ed;box-sizing: border-box;
	-webkit-box-shadow: 5px 5px 13px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 13px -7px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 13px -7px rgba(0,0,0,0.75);
}
.dest-body-inner  .lp-tour span, .dest-body-inner  .lp-tour a {font-size: 15px;font-weight: bold;text-decoration: none;color: #f18217;}
.dest-body-inner .lp-tour img {
    float: left;
    margin-right: 10px;
    max-width: 130px;
}
.bookNow, .getQuote{padding:8px 15px;border-radius: 15px; margin: 10px 5px 0 0; color:#FFF !important; display:inline-block; text-decoration:none; text-align: center;  text-transform:uppercase; font-size:12px
	!important;float:left;}
.bookNow{background:#233960;}
.bookNow:hover{background:#f18217;}
.getQuote{background: #f18217;}
.getQuote:hover{background: #233960;}

.dest-body-inner .lp-tour .toubtnclr{display: block;float: none;width: 100%;height: 0px;
    padding: 0;background: none;border: none;}

@media all and (max-width:990px){
	.dest-body-inner .lp-tour .toubtnclr{clear:both;}
}
@media all and (max-width:620px){
	.dest-body-inner .lp-tour {width:100%; margin:10px 0; clear:both}
	.dest-body-inner .lp-tour img {width: 70px;height: auto;}
}



h6 strong{color:#20a900}
h6{background:#efefef; font-size:16px; padding:5px; text-align:center; margin:30px 0 0; border:#d2d0d0 solid 1px; font-weight:bold;}
ul.desti {margin:0 0 15px 0; padding:0; list-style:none;border: 1px solid #ccc; overflow:hidden; padding:5px; background: #e7f7e7;}
ul.desti li {width:32.33%;float: left; margin:0.5%; background:#339233; color:#FFF; font-size:13px; display:block; padding:0px; text-align:center;}
ul.desti li a{color:#FFF; text-decoration:none; font-weight:bold; display:block;padding:5px;} 
@media(max-width:600px){
	ul.desti li {width:49%;}
}

.tourquotebtn{clear: left;overflow: hidden;}
.tourquotebtn a{float: right;padding: 10px 20px;color: #000;border-radius: 20px;
	text-transform: uppercase;font-weight: 700;font-size: 11px;
	background: #FFCE00;transition: all .25s ease-in;
}
.tourquotebtn a:hover{background: #000;color: #fff;}
.content-heading1{font-size: 18px;color: #ff7c00;}
.content-heading2{margin-bottom: 0;padding-bottom: 0;}
.content-heading2 strong{color: #fff;padding: 8px 15px;
	background: #290a59;
}

.content-list li{line-height: 27px;color: #333;position: relative;padding-left: 20px}
.content-list li::before{content: '\25CF';color: #f7775e;opacity: 1;position: absolute;left: 0;}


.fiftyper:after{content:''; display:table; clear:both;}
.fiftyper{margin:0; width:100%; display: flex;   flex-flow: row wrap;}
.fiftyper .tour-pkg{width:31%; float:left; background:#FFF; padding:10px; margin:1% 1%; box-shadow:0 0 8px #ccc; border-radius:5px; position:relative; font-size:12px; line-height:17px;border: none;transition: all .5s ease;box-sizing: border-box;
}
.tour-pkg .tour-title{font-size: 16px;font-weight: bold;color: #f18217;}
.tour-pkg .tour-title:hover{color: #233960;}
.fiftyper .tour-pkg:hover{box-shadow: 0 0 31px #9E9EC2;     transition: all .5s ease;}
.fiftyper .tour-pkg:hover img{transform: scale(1.05, 1.08);     transition: all .5s ease;}
.fiftyper .tour-pkg:hover .bookNow{ background:#066}
.fiftyper .tour-pkg img{width:100%; margin-bottom:10px; border-radius:5px 5px 0 0 ;    transition: all .5s ease;}
@media(max-width:620px){
	.fiftyper .tour-pkg{width: 48%;}
}
@media(max-width:420px){
	.fiftyper .tour-pkg{width: 100%;margin: 5% 0}
}

.quick-fixed-nav{width: 100%;z-index: 12;position: fixed;bottom: 0;display: none;}
.quick-fixed-nav li{display: inline-block;width: 25%;float: left;box-sizing: border-box;}
.quick-fixed-nav li a{padding: 8px 0;display: block;text-align: center;color: #fff;font-size: 10px;text-transform: uppercase;}
.quick-fixed-nav li:nth-child(1) a{background: #4582ff}
.quick-fixed-nav li:nth-child(2) a{background: #009673}
.quick-fixed-nav li:nth-child(3) a{background: #f86923}
.quick-fixed-nav li:nth-child(4) a{background: #d91897}
.quick-fixed-nav li a{border-right: 1px solid #fff;}
.quick-fixed-nav li:last-child a{border: none;}
.quick-fixed-nav li a:hover{background: #333;}
@media(max-width:767px){
	.footerinner{margin-bottom: 47px;}
	.quick-fixed-nav{display: block;}
}
.tableBorder { border:0; background:#fff;}
.tableBorder td { border:1px solid #BDBCBD; padding:1px 3px; }

.tableBorder td.tableHead { padding:5px; font:bold 14px Arial, Helvetica, sans-serif; color:#D31311; }
.content-link{color: #f00;}
.day-block{
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}