@charset "utf-8";
/* CSS Document */
/* fonts
font-family: 'ClanOT-NarrowMedium';
font-family: 'ClanOT-NarrowBook';
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Slab', serif;
*/
.big-style, .about-text-section{
	font-family: 'ClanOT-NarrowBook';
	text-align: center;
}
h1.big-style {
    font-size: 60px;
    
}
.text-inline-list li {
    display: inline-block;
    font-size: 18px;
    margin: 0 10px;
    font-weight: bold;
}
.text-inline-list li span { 
    margin-right: 10px;
}
.inner-header-section, .inner-body-content{
	padding: 0;
}
@font-face {
    font-family: 'ClanOT-NarrowMedium';
    src: url('../fonts/ClanOT-NarrowMedium.woff2') format('woff2'),
        url('../fonts/ClanOT-NarrowMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ClanOT-NarrowBook';
    src: url('../fonts/ClanOT-NarrowBook.woff2') format('woff2'),
        url('../fonts/ClanOT-NarrowBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
}
html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}
img{
	max-width: 100%;
}
.carousel,
.item {
    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;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Roboto+Slab:300,400');
h1,h2,h3,h4,h5,h6{ 
		letter-spacing:0px;
		font-family: 'Roboto Slab', serif;
		font-weight:normal;
		position: relative;
		padding: 0 0 10px 0;  
		/*line-height:1.8;*/
		color:#2c3f4b;
	}
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 {
		color:#696969;
		-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;

	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		text-decoration:none !important; 
	}
p {
	    line-height: 19.5px;
	}
section{
	overflow: hidden;
	padding: 40px 0 50px;
}
textarea{
	resize: vertical;
}
.grey-bg{
	background: #eee;
}
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: #80c435; /* Safari */
		color:#fff;
	}
::-moz-selection {
		background: #80c435; /* Firefox */
		color:#fff;
	}
blockquote {		 
		font-size:16px;
		line-height: 23px;
		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: 'Open Sans', sans-serif; font-size:14px; }
a { outline:none; /*transition:ease-in .3s;*/ }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clearBoth { clear:both; }

@media (max-width:1199px ) and (min-width: 768px) {
  .container { width: 100%;}}

.navbar-default{background-color: #41372d;}
.navbar{border: none;border-radius: 0;margin-bottom: 0;}
.navbar-brand{height: auto;padding-top: 23px;padding-bottom: 23px;}
.navbar-default .navbar-nav > li > a{color: #fff;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #f8bebe;background-color:transparent;}
.navbar-default .navbar-toggle{border-color: #fff;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navbar-nav > li > a{padding-top: 0;padding-bottom: 0;}
.top-list1 .navbar-nav > li:first-child > a:hover{
	background: transparent;
	color: #f18217;
}
.top-list1{font-size: 13px; float:right;}
.top-list1 li:nth-child(1) span{padding: 5px 0 6px;display: block; font-weight:400;}
.top-list2{font-size: 13px;}
.top-list2 li{margin: 12px 8px 13px;border-right: 1px solid #fff;}
.top-list1 li:nth-child(3) {
    margin: 0 0 0 15px;
}
.top-list1 li:nth-child(3) a{color: #fff;background: #cb0046;display: block;padding: 5px 15px;font-weight: 400;border-radius: 16px; font-size:14px;}
.top-list1 li:nth-child(3) a:hover{background: #333;}
@media(max-width:767px){
	.top-list1 li:nth-child(2) a{background: #333;padding: 5px 10px; font-weight:normal;}
		.top-list1 li:nth-child(3){display: none;}
}

/*
.top-list1 li:first-child{color:#666; padding-right:15px;}
.top-list2 li:last-child{border:none;}
*/
.top-list2 li a{padding: 0 16px 0 0; text-transform: uppercase;}
#languageBar{padding-top: 5px; display:none;}
#languageBar span{padding-right: 8px;font-size: 13px;}

.bottomnav{ padding:0px; margin:0 auto; width:100%; background:#41372d;}
.bottomnav ul{  padding:0px; margin:0 auto; text-align:center; }
.bottomnav ul li{ text-align:center; font-size:13px; padding:15px; display:inline-block;} 
.bottomnav ul li a{ color:#fff; font-size:13px;} 
.bottomnav ul li a:hover{ color:#bf8848; } 

#main-top{ /*background:#41372d;*/padding:15px 0;background: #fff;position: relative;}
.logo-small {display: none!important;}
/*@media(max-width:830px){
	.top-list1{position: absolute;bottom: -124px;left: 0;z-index: 10;}
	.top-list1 li{color: #fff;}
	#languageBar span{color: #fff;}
	.logo-tagline{font-size: 12px;}
}*/
	
@media(max-width:767px){
	/*.top-list1{bottom: -64px;left: 0px;}*/
	.top-list1 {
	    font-size: 13px;
	    float: none;
	    text-align: center;
	}
	#main-top{
		text-align: center;
	}
	.logo-tagline {
	    font-size: 14px;
	}
}
@media(max-width:455px){
	.logo-big{width: 100%;}
	#languageBar{display: none;}
}
@media(max-width:500px){
	/*.logo-big {display: none!important;}
	.logo-small {display: block!important;}
	.top-list1, .top-list2{font-size: 12px;}
	.top-list1 li{padding: 8px 0 9px}
	.top-list2 li{margin: 8px 8px 9px;*/
	/*.navbar-brand{padding-top: 30px;padding-bottom: 31px;}*/
}
	
.main-menu{background-color: #be393e;border-top: 1px solid #be393e;
	border-bottom: 1px solid #be393e;
/*
background: rgba(221, 112, 0,1);
background: -moz-linear-gradient(left, rgba(255, 2, 2,1) 0%, rgba(221, 112, 0,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 2, 2,1)), color-stop(100%, rgba(221, 112, 0,1)));
background: -webkit-linear-gradient(left, rgba(255, 2, 2,1) 0%, rgba(221, 112, 0,1) 100%);
background: -o-linear-gradient(left, rgba(255, 2, 2,1) 0%, rgba(221, 112, 0,1) 100%);
background: -ms-linear-gradient(left, rgba(255, 2, 2,1) 0%, rgba(221, 112, 0,1) 100%);
background: linear-gradient(to right, rgba(255, 2, 2,1) 0%, rgba(221, 112, 0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd6d00', endColorstr='#ff0707', GradientType=1 );
*/
}
.main-menu li a{font-family: 'Roboto Slab', serif;font-size: 15px;font-weight: 400;display: inline-block;}
.main-menu .navbar-nav > li{border-right: 1px solid #ffffff9c;}
.main-menu .navbar-nav > li:first-child{display: none;}
.main-menu .navbar-nav > li:last-child{border:none;}
.main-menu .navbar-nav > li > a {
    color: #fff;
    padding: 14px 18px;
    font-weight: 400;
}
ul.nav.navbar-nav {
    border-left: 1px solid #ffffff9c;
    border-right: 1px solid #ffffff9c;
    /*margin-bottom: 5px;*/
}
.main-menu .navbar-nav > li > a:hover {
    color: #be393e;
    background:#fff;
}

/* style for Change bootstrap navbar collapse breakpoint*/
@media (max-width: 991px) {
  .navbar-header {
      float: none;}
	  ul.nav.navbar-nav {
    border: none;}
    .bs-example-navbar-collapse-1{
    	margin: 0;
    	padding: 0;
    }
	.navbar-toggle-top{margin-top: 29px;}
	.main-menu .navbar-nav > li:first-child{display: inline-block;}
	
	.main-menu .navbar-nav > li{margin: 12px 0;width: 19.5%;text-align: center;display: inline-block;}
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;z-index: 21;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  }
  .collapse.in{
      display:block !important;
  }
}
/* ends here */
@media(max-width:1160px){
	.main-menu li a{font-size: 13px;}
	.main-menu .navbar-nav > li > a{padding: 14px 12px;}
}

@media(min-width:320px){
	.top-list1 .navbar-nav > li{display: inline-block;}
	.top-list1 .navbar-nav > li:nth-child(1), .top-list1 .navbar-nav > li:nth-child(2){display: inline-block;margin-top: 7px;}
	.logo-tagline{
		font-size: 12px;
		display: block;
	}
}

@media(max-width:991px)and (min-width:701px){
	.main-menu .navbar-nav > li:nth-child(5){border-right: none;}
	.main-menu .navbar-nav > li > a {
	    padding: 0 10px;
	}
}

@media(max-width:700px)and (min-width:450px){
	.main-menu .navbar-nav > li:nth-child(5){border-right: 1px solid #fff;}
	.main-menu .navbar-nav > li:nth-child(4), .main-menu .navbar-nav > li:nth-child(7){border-right: none;}
	.main-menu .navbar-nav > li:first-child{display: none;}
	.main-menu .navbar-nav > li{width: 32.5%;}
	.main-menu .navbar-nav > li > a {
	    padding: 0 10px;
	}
}

@media(max-width:449px){
	.main-menu .navbar-nav > li{border-right: 1px solid #CB5458;}
	.main-menu .navbar-nav > li > a{background: #A03034;padding: 10px 0;}
	.main-menu .navbar-nav > li{margin:1px 0;}
	.main-menu .navbar-nav > li:nth-child(2), .main-menu .navbar-nav > li:nth-child(4),
	.main-menu .navbar-nav > li:nth-child(6), .main-menu .navbar-nav > li:nth-child(8)
	{border-right: none;}
	.main-menu .navbar-nav > li:first-child{display: inline-block;}
	.main-menu .navbar-nav > li{width: 49%;}
	.main-menu .navbar-nav > li > a {
	    padding: 10px;
	    display: block;
	}
}

.tour-block{width: 100%; }

.tour-block img{width: 100%;}
.color1{background: #bf8848;}
.color2{background: #5d8447;}
.color3{background: #875331;}
.color4{background: #495071;}
.color5{background: #85686b;}
.color6{background: #204588;}
.color7{background: #bc8d37;}
.color8{background: #00525f;}
.color9{background: #7e333c !important;}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    background: #7e333c !important;
}
.owl-stage {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap:wrap;}
.owl-item{display: -webkit-flex;display: -ms-flexbox;display: flex;height: auto !important;}
.owl-prev{position:absolute;top:25%;margin-left:20px;display:block!IMPORTANT;border:solid black;border-width:0 5px 5px 0; background-color:transparent!important;padding:15px;  transform:rotate(135deg);-webkit-transform:rotate(135deg);  } 
.owl-next{position:absolute;top:25%;right:20px;display:block!IMPORTANT;border:0px solid black;  border-width:0 5px 5px 0; background-color:transparent!important;padding:15px;  transform:rotate(-45deg);-webkit-transform:rotate(-45deg);  } 
.owl-prev i,.owl-next i{transform:scale(1,6);color:#ccc;} 
.owl-dots{display:none;}  
.owl-theme .owl-nav{margin-top:0;}  
.text-wrapper li {
    position: relative;
    line-height: 190%;
    padding-left: 19px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
	}
.text-wrapper li a {color: #fff;font-weight:400;} 
.text-wrapper li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 7px;
    height: 6px;
    display: block;
    border: 2px solid #fff;
}
.text-wrapper li:first-child{
	display:none;
}
.text-wrapper li:hover{
   margin-left:-10px;
}
@media(max-width:500px){    .owl-prev, .owl-next{top:45%}  }
.tour-block .text-wrapper{/*min-height: 255px;*/padding: 20px; font-size:13px;}

.text-wrapper-mobile{background: #0d415a; /*background: rgba(174, 35, 206,1);
background: -moz-linear-gradient(left, rgba(174, 35, 206,1) 0%, rgba(239, 113, 255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(174, 35, 206,1)), color-stop(100%, rgba(239, 113, 255,1)));
background: -webkit-linear-gradient(left, rgba(174, 35, 206,1) 0%, rgba(239, 113, 255,1) 100%);
background: -o-linear-gradient(left, rgba(174, 35, 206,1) 0%, rgba(239, 113, 255,1) 100%);
background: -ms-linear-gradient(left, rgba(174, 35, 206,1) 0%, rgba(239, 113, 255,1) 100%);
background: linear-gradient(to right, rgba(174, 35, 206,1) 0%, rgba(239, 113, 255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b024ce', endColorstr='#fe4cd1', GradientType=1 );
	*/display: none;padding: 20px 30px;}
.text-wrapper-mobile ul{display: block;text-align: center;}
.text-wrapper-mobile li{display: inline-block;line-height: 45px;}
.text-wrapper-mobile li a{color: #fff;border:2px solid #fff;text-align: center;padding: 7px 20px;border-radius: 20px;transition: ease-in all .3s;font-size: 16px;}
.text-wrapper-mobile li a:hover{background-color: #CFE6F1;color: #000}

@media(max-width:499px){
	.text-wrapper-mobile{display: block;}
	.tour-block .text-wrapper{display: none;}
}

/*@media(max-width:1000px){
	.tour-block .text-wrapper{min-height: 300px;}
}
*/
.img-holder-home{width: 100%;}
.img-holder-home img{width: 100%;}

.destination-section{}
.destination-section .col-md-6 {padding-left: 0;padding-right: 0;}
.destination-text-wrapper{padding: 0 8% 0 5%}
.destination-text-wrapper h2{font-size: 30px;font-weight: 300;text-transform: uppercase;padding:0;margin: 18px 0 0px 0;}

.destination-text-wrapper ul{margin-top: 15px;
	-webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; /*3 in those rules is just placeholder -- can be anything*/
}
.destination-text-wrapper li{line-height: 26px;display: block;/*width: 33.3333%;float: left;*/background:url(../../images/bullet-style-gray.png) no-repeat 0 8px;padding-left:19px;}
.destination-text-wrapper li a{color: #000;}
.destination-text-wrapper li a:hover{color: #5d8447;}
.destination-text-wrapper .list-title, .destination-text-wrapper .list-title a{background: none;padding-left: 0;font-weight: 400;font-family: 'Roboto Slab', serif;color: #cb0046;}

.about-section{}
.about-section .col-md-6{padding-left: 0;padding-right: 0;}
.about-text-wrapper{padding: 0 8% 0 18%}
.about-text-wrapper h2{text-align: right;font-size: 42px;font-weight: 300;text-transform: uppercase;padding:0;margin: 40px 0 20px 0;}
.about-text-wrapper p{text-align: right;line-height: 24px;margin-bottom: 0;}
.about-text-wrapper ul li{display: block;float: left;width: 50%;font-size: 16px;line-height: 30px;background: url(../../images/star-bullet.gif) no-repeat 0 10px;padding: 0 0 0 25px;}
.about-text-wrapper ul li:first-child{display: block;width: 100%;font-size: 24px;font-weight: 300;font-family: 'Roboto Slab', serif;margin-bottom: 10px;padding: 0;background: none;}

@media(max-width:1322px){
	.destination-text-wrapper h2, .about-text-wrapper h2{font-size: 32px;margin-top: 25px;}
	.destination-text-wrapper h2 span{display: none;}
}
@media(max-width:1175px){
	.destination-text-wrapper h2, .about-text-wrapper h2{margin: 20px 0}
	.destination-text-wrapper li{line-height: 28px;}
}
@media(max-width:1046px){
	.destination-text-wrapper h2, .about-text-wrapper h2{font-size: 26px;}
	.destination-text-wrapper li{font-size: 13px;line-height: 24px;}
}
@media(max-width:991px){
	.destination-section .col-md-6 .img-holder-home{ display:none!important;}
	
}	
@media(max-width:500px){
	.destination-text-wrapper ul{
	-webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; /*2 in those rules is just placeholder -- can be anything*/}
}
@media(max-width:320px){
	.destination-text-wrapper ul{
	-webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; /*1 in those rules is just placeholder -- can be anything*/}
	.destination-text-wrapper .list-title{background: #cb0046;color: #fff;padding-left: 10px;}
	.destination-text-wrapper .list-title a {background: #cb0046;color: #fff;padding-left: 10px;}
}

@media(max-width:1550px){
	.about-text-wrapper ul li:nth-child(3), .about-text-wrapper ul li:nth-child(11){display: none;}
}

@media(max-width:1400px){
	.about-text-wrapper ul li:nth-child(9), .about-text-wrapper ul li:nth-child(10){display: none;}
}

@media(max-width:1320px){
	.about-text-wrapper ul{display: none;}
}
@media(max-width:991px){
	.about-text-wrapper, .destination-text-wrapper{padding: 0 30px}
	.about-text-wrapper h2, .about-text-wrapper p{text-align: left;}
}
@media(max-width:360px){
	.about-text-wrapper, .destination-text-wrapper{padding: 0 10px}
	.destination-text-wrapper h2, .about-text-wrapper h2{margin: 10px 0 0 0;}
}

.form-section .form-wrapper {padding: 15px 20px 5px 20px; }
.form-section .form-wrapper h2 {background: #be393ee6;font-size: 30px;font-weight: 400;text-transform: uppercase;margin: 0 0 0px 10px;padding: 7px 15px 10px !important;color: #fff;}
.form-section .form-wrapper h2 span{ font-size:12px; font-weight:300;  display:block;}
.form-section .col-md-6 {padding-left: 0;padding-right: 0;}
.form-section .form-wrapper .heading-h4{background: #be393ee6;}


@media(max-width:1200px){
	.form-section .form-wrapper{padding-right: 7%}
}

@media(max-width:1199px){
	.form-section .col-md-6:first-child{display: none;}
	/*.form-section .col-md-6:nth-child(2){width: 100%;background: #f1f4f6;}*/
	.form-section .form-wrapper{padding:20px 20px 5%;}
}
@media(max-width:767px){
	.form-section .form-wrapper h2{font-size: 22px;padding:15px 0px;}
	.top-list1 li:nth-child(3){
		display: none;
	}
}
@media(max-width:360px){
	.form-section .form-wrapper h2 {margin: 0;}
	.form-section .form-wrapper {padding: 10px;}
}

.footer-form-section {
    padding: 0;
    background: #f7d9ea;
}
@media(min-width:992px){
	/*.footer-form-section .row {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap:wrap;}
	.footer-form-section .col-md-6 {display: -webkit-flex;display: -ms-flexbox;display: flex;height: auto !important;}
	.footer-form-section .col-md-6:nth-child(3){display: none;}*/
}
/*@media(max-width:991px){
	.footer-form-section .col-md-6:nth-child(1){display: none;}
}
*/
.footer-form-section .col-md-6{padding: 0;}
.footer-form-section .form-wrapper{padding: 30px 30px 20px 20px;background: #f9e6fb;}
.footer-form-section .form-wrapper label{color: #000;}	
.footer-form-section .form-wrapper h2 {font-size: 28px;text-transform: uppercase;margin: 0 0 0px 10px;padding:10px;color: #fff;
background: rgba(174, 35, 206,1);
background: -moz-linear-gradient(left, rgba(174, 35, 206,1) 0%, rgba(239, 113, 255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(174, 35, 206,1)), color-stop(100%, rgba(239, 113, 255,1)));
background: -webkit-linear-gradient(left, rgba(174, 35, 206,1) 0%, rgba(239, 113, 255,1) 100%);
background: -o-linear-gradient(left, rgba(174, 35, 206,1) 0%, rgba(239, 113, 255,1) 100%);
background: -ms-linear-gradient(left, rgba(174, 35, 206,1) 0%, rgba(239, 113, 255,1) 100%);
background: linear-gradient(to right, rgba(174, 35, 206,1) 0%, rgba(239, 113, 255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b024ce', endColorstr='#fe4cd1', GradientType=1 );
}
.footer-form-section .form-wrapper h2 span{ font-size:12px;color: #fff;display:block;}
.heading-h4{padding: 8px 10px;margin: 10px 0;font-size: 15px;color: #fff;
background: rgba(174, 35, 206,1);
}
.pop-destinations{padding: 30px;background: #f7d9ea;width: 100%;}
.pop-destinations h2 {font-size: 28px;text-transform: uppercase;margin: 0;padding:10px;color: #fff;
background: rgba(201, 0, 67,1);
background: -moz-linear-gradient(left, rgba(201, 0, 67,1) 0%, rgba(255, 0, 142,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(201, 0, 67,1)), color-stop(100%, rgba(255, 0, 142,1)));
background: -webkit-linear-gradient(left, rgba(201, 0, 67,1) 0%, rgba(255, 0, 142,1) 100%);
background: -o-linear-gradient(left, rgba(201, 0, 67,1) 0%, rgba(255, 0, 142,1) 100%);
background: -ms-linear-gradient(left, rgba(201, 0, 67,1) 0%, rgba(255, 0, 142,1) 100%);
background: linear-gradient(to right, rgba(201, 0, 67,1) 0%, rgba(255, 0, 142,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb0046', endColorstr='#fd008b', GradientType=1 );
}
.pop-destinations h2 span{ font-size:12px;color: #fff;display:block;}
.pop-destinations ul{margin-top: 15px;
	-webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; /*3 in those rules is just placeholder -- can be anything*/
}
.pop-destinations li{position:relative;line-height: 30px;display: block;/*width: 33.3333%;float: left;*/padding-left:19px;}
.pop-destinations li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 1px solid #fa0087;
}
.pop-destinations .list-title {
    border-bottom: 1px solid;
}
.pop-destinations li.list-title:before{
	display: none;
}
.pop-destinations li a{color: #000;}
.pop-destinations li a:hover{color: rgba(201, 0, 67,1);}
.pop-destinations .list-title, .pop-destinations .list-title a{background: none;padding-left: 0;font-weight: 400;font-family: 'Roboto Slab', serif;color: #cb0046;}

@media(max-width:991px){
	.footer-form-section .col-md-6{width: 100%;}
	.pop-destinations, .footer-form-section .form-wrapper{padding: 30px;}
	.footer-form-section .form-wrapper h2 {margin: 0}
}
@media(max-width:500px){
	.pop-destinations, .footer-form-section .form-wrapper{padding: 10px;}
	.standardform .col-xs-6:nth-child(odd){padding-left: 0;padding-right: 5px}
	.standardform .col-xs-6:nth-child(even){padding-right: 0;padding-left: 5px;}
	.standardform .col-xs-12{padding-left: 0px;padding-right: 0px;}
	.pop-destinations ul{
	-webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; /*2 in those rules is just placeholder -- can be anything*/}
	/*.pop-destinations li{width: 50%;float: left;}*/
}
@media(max-width:360px){
	.pop-destinations ul{
	-webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; /*1 in those rules is just placeholder -- can be anything*/}
}

.standardform{clear: left;}
.standardform .col-sm-4, .standardform .col-sm-12 {margin-bottom: 3px; overflow:hidden; }
.standardform .form-control, .standardform .form-control1 {border:1px solid #d1b5db;border-radius: 0; box-sizing: border-box;box-shadow: none; color: #000; display: block; font-size: 12px; width: 100%;padding: 3px 4px;}
.form-control { height:28px !important;}
.standardform .col-sm-6:after{display:table; content:''; clear:both;}
.standardform .form-control1 { height:80px;padding: 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;font-size: 11px;}
.stdCode input:nth-child(3){width: 60%;float: left;}
.form-wrapper label{font-size: 12px;color: #333;width: 100%;}
.standardform .btnSubmit{ font-size:14px;text-transform: uppercase;font-weight: 400;padding:8px 18px; background-color: #ffcc29; border-color: #80c435; color: #000 !important; }
.standardform .btn-success, .standardform .btn-warning{padding: 12px 30px;margin-top: 10px;letter-spacing: 0.1em;text-transform: uppercase;border: none;border-radius: 0;transition: all 0.3s}
.standardform .btn-success {background: #FFBE00;    color: #000;
    border-radius: 10px;
    font-size: 16px;
    margin: 0 auto;
    display: block;}
.standardform .btn-success:hover{background: #61784a; color:#fff;}
h5.form-mandatory{background:#c9302c;border-color: #761c19;}
h5.form-optional{background:#ec971f;border-color: #985f0d;}
h5.form-mandatory, h5.form-optional{float: left;color: #fff;border-radius:4px;border: 1px solid transparent;padding: 5px 10px!important; text-transform: uppercase;clear: left;margin: 10px 0 10px 10px;}
h5.form-mandatory span, h5.form-optional span{font-size: 12px;text-transform:none;}

.standardformhome{margin-top: 10px;clear: left;}
.standardformhome .col-sm-4, .standardformhome .col-sm-12 {margin-bottom: 5px; overflow:hidden;}
.standardformhome .form-control, .standardformhome .form-control1 {/*border:1px solid #c2a388;*/border:0;border-radius: 0; box-sizing: border-box;box-shadow: none; color: #000; display: block; font-size: 12px; width: 100%;padding: 5px 8px;}

.standardformhome .col-sm-6:after{display:table; content:''; clear:both;}

.standardformhome .form-control1 { height:50px;padding: 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;font-size: 11px;}
.stdCode input:nth-child(3){width: 60%;float: left;}
.standardformhome .btnSubmit{ font-size:14px;text-transform: uppercase;font-weight: 400;padding:8px 18px; background-color: #ffcc29; border-color: #80c435; color: #000 !important; }
.standardformhome .btn-success, .standardformhome .btn-warning{padding: 12px 25px;letter-spacing: 0.1em;text-transform: uppercase;border: none;border-radius: 0;transition: all 0.3s}
.standardformhome .btn-success {background: #be393e;}
.standardformhome .btn-success:hover{background: #61784a;}
.formInfo { background:#fbfbfb; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border:1px solid #d9d9d9; margin:40px 0; padding:14px 18px; position:relative; }
.formInfo .title { margin:0; font-size:14px; font-weight:400; color:#fff; padding:8px 10px; position:absolute; top:-17px; left:0; background:#41372d; width:auto; }
.formInfo p { display:block; border-bottom:1px dashed #999; padding:0 0 10px 0; }

/* The container */
.container-input {display: block;position: relative;padding-left: 30px;margin-bottom: 12px;cursor: pointer;
    font-size: 14px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}

/* Hide the browser's default checkbox */
.container-input input {position: absolute;opacity: 0;cursor: pointer;}

/* Create a custom checkbox */
.checkmark {position: absolute;top: 2px;left: 0;height: 20px;
    width: 20px;background-color: #eee;border: 1px solid #a8a8a8;
}

/* On mouse-over, add a grey background color */
.container-input:hover input ~ .checkmark {background-color: #ccc;}

/* When the checkbox is checked, add a blue background */
.container-input input:checked ~ .checkmark {background-color: #2196F3;}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {content: "";position: absolute;display: none;}

/* Show the checkmark when checked */
.container-input input:checked ~ .checkmark:after {display: block;}

/* Style the checkmark/indicator */
.container-input .checkmark:after {left: 6px;top: 3px;width: 5px;height: 10px;border: solid white;
    border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);
}
/*
@media(max-width:1489px) and (min-width:600px){
	.standardformhome .col-xs-3{width: 33.33333%;}
}
 @media(max-width:767px){
	.pnl-optional .col-xs-3{width: 33.3333%}
} */
.tableHeadmain{ font-size: 14px; font-weight: bold!important; text-align: left; background: #fff !important;}
.tableStylemain td.tableHeadmain {
 background: #be393e !important;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
  height: 40px;
}
.tableStylemain td {
  border: solid 1px #d4d4d4;
  background: #fff;
  padding: 6px;
  line-height: 28px;
}
.tableStylemain td p{margin: 5px 0 5px; color: #313131;}
.tableStylemain td{}
.tableStylemain td img{ width: auto; margin: 0 auto; text-align: center;}




@media(max-width:599px){
	.pnl-optional .col-xs-3{width: 50%}
	.standardformhome .col-xs-3{width: 50%;}
}
@media(max-width:360px){
	.standardformhome .col-sm-6:nth-child(even), .standardformhome .col-xs-6:nth-child(even){padding-left: 5px;padding-right: 0}
	.standardformhome .col-sm-6:nth-child(odd), .standardformhome .col-xs-6:nth-child(odd){padding-left: 0;padding-right: 5px;}
	.standardformhome .col-sm-12{padding: 0;}
}

@media(max-width:991px){
	.form-section .img-holder-home{display: none;}
}

.pnl-footer{background: #41372d;padding: 40px 0;}
/*.pnl-footer .col-sm-6{padding-top: 20px;padding-bottom: 20px;color: #fff;}*/
.pnl-footer a{color: #fff;}
/*.pnl-footer .col-sm-6:nth-child(2){text-align: right;}*/

.footer-logo{}
.footer-logo img{width: 100%;}
.footer-logo span{color: #fff;font-size: 12px;}
.footer-links{}
.footer-links ul li{line-height: 26px;font-size: 13px;display: inline-block;width: 100%;}
.footer-links ul li a{color: #fff;}
.footer-links ul li a:hover{color: #D3B9A0;}
.footer-text{}
.footer-text p{line-height: 24px;margin: 0;padding: 0;font-size: 13px;}
.footer-text p, .footer-text a{color: #fff;}
.palign1{text-align: left;}
.palign2{text-align: right;}
.palign2 a{color: #D3B9A0;}
@media(max-width:450px){
	.footer-logo img{width: 100%;}
}
@media(max-width:767px){
	.footer-text p{padding-top: 15px;}
	.palign1{text-align:center;}
	.palign2{text-align: center;}
}

@media(max-width:991px){
	.footer-links{text-align: center;}
}

.logo-strip{text-align: center;margin-top: 30px;border-top: 1px solid #D3B9A0;padding-top: 30px;}
.logo-strip img{min-width: 600px;}
@media(max-width:1000px){
	.logo-strip{overflow: scroll;}
}
@media(max-width:767px){
	.pnl-footer{padding-bottom: 60px;}
}
.inner-header-section .col-md-3, .inner-header-section .col-md-9{padding-right: 0;padding-left: 0;}
.inner-header-section .tour-block img{width: 100%;}
/*@media(max-width:991px) and (min-width:560px){
	.inner-header-section .tour-block img{height: 100%; width: auto;}
	.inner-header-section .col-md-3, .inner-header-section .col-md-9{width: 50%;float: left;max-height: 340px;overflow: hidden;}
	.clear-field{clear: both;}
}

@media(max-width:1358px) and (min-width:992px){
	.inner-header-section .tour-block img{height: 100%;}
	.inner-header-section .col-md-3, .inner-header-section .col-md-9{max-height: 450px;}
}
@media(min-width:992px){
	.inner-header-section .row {display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap:wrap;}
	.inner-header-section .col-md-3, .inner-header-section .col-md-9 {display: -webkit-flex;display: -ms-flexbox;display: flex;height: auto !important;}
}*/
.form-wrapper h2 a{display: none;}

@media(max-width:991px){
	.form-wrapper h2 a{float: right;display: block; background: #fff;color: #000;padding: 12px 15px;font-size: 16px;font-weight: 400;margin-top: 10px;}
	.form-wrapper h2 a:hover{background: #000;color: #fff;}
}

.inner-body-content .text-wrapper{padding: 50px 30px;}

@media (max-width:559px){
.inner-body-content .text-wrapper{min-height:100px !important; }
.text-wrapper li br{ display:none !important;}
.inner-header-section .col-md-3 .tour-block img{  display:none !important;}
}

.inner-body-content .text-wrapper li:first-child{font-size: 26px;font-weight:400;}
.inner-body-content .text-wrapper li{line-height: 26px;color: #fff;}

@media(max-width:1199px) and (min-width:992px){
	.inner-header-section .standardform .col-sm-3{width: 33.33333%;}
	.inner-header-section .standardformhome .col-sm-3{width: 33.33333%;}
	.inner-body-content .text-wrapper li{line-height: 24px;}
}

.inner-body-content{}
.breadCrumb{background: #ebebeb;padding: 15px;border-radius: 0;margin-top: 15px;}
.breadCrumb a, .breadCrumb span{display: inline-block;margin-right: 15px;border-right: 1px solid #a5a5a5;padding-right: 17px;}
@media(max-width:1199px){
	.breadCrumb{margin-top: 0;}
}
.body-wrapper{padding: 20px 0;position: relative;}
.body-wrapper h1{font-size: 38px;font-weight: 300;position: static;}
.body-wrapper h1 small{color:#1273EB; font-size:22px}

.body-wrapper p{ line-height:24px;}
.body-wrapper p span {
    color: #41372d;
    
}
.body-wrapper p.day-block, .subheadingtext {
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
    font-weight: 600;
    font-size: 17px;
}
p.day-block span, p.subheadingtext span{font-size:14px;display: inline-block;padding: 4px 12px;background: #1273EB;color: #fff;margin-right: 5px;/*border: 1px solid #e3e3e3;*/}

.quick-links{float: right;background: url(../../images/corner.png) no-repeat #ff681a bottom right;margin-left: 30px;box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);padding-bottom: 24px;}
.quick-links li:first-child{font-size: 18px;font-weight: 400;margin-bottom: 10px;color: #fff;background: #e84302;display: block;padding: 14px 30px;}
.quick-links li{line-height: 26px;display: block;padding-left:36px;padding-right: 30px;background: url(../../images/circle-bullet.png) no-repeat 12px 9px;}
.quick-links li a{color: #fff;font-weight: 400;}
.quick-links li a:hover{color: #f5db73;}

@media(max-width:550px){
	.quick-links{width: 100%;margin-left: 0;margin-bottom: 15px;}
}

.section-head{margin:2.1em 0;}
.section-head h6{color: #be393e;margin: 0 0 0.5em;font-size: 12px;line-height: 1em;font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.65em;text-transform: uppercase;text-align: center;}
.section-head h2{color: #2c3f4b;margin: 0 0 0.39em;text-align: center;font-size: 3em;
	line-height: 1em;}
.section-head:not(.no_image)::after{content: ' ';display: block;width: 220px;height: 36px;margin: 0.35em auto 1.2em;
	background-image: url(../../images/title_line.png);background-size: cover;background-position: center;}
/*.section-head:not(.no_image)::before{content: ' ';display: block;width: 220px;height: 36px;margin: 0.35em auto 1.2em;
	background-image: url(../../images/title_line1.png);background-size: cover;background-position: center;}*/

.duraction{ border:dashed 1px #D2D2D2; padding:5px 12px; margin-top:10px;}
.imgRight { float:right; padding:5px 0 10px 10px; }


.tourDays { border-bottom:1px dashed #cecece; display:inline-block; width:100%; box-sizing:border-box;  padding:0px; font-weight:400; color:#000;} 
.tourDays p { margin:0; padding:0; float:left; }
a.gototop{ background:#a84246; margin:3px 0px 0 0; padding:5px 10px; float:right; color:#fff;}
a.gototop:hover{ background:#f0ad4e; color:#fff;}

#tablestyle{ background:#c9cbca; margin-bottom:15px; margin-top:-11px;}
#tablestyle td{ background:#fff; font-size:13px; padding:8px 10px; border: solid 1px #D2D2D2;}
#tablestyle td#tablehead{ background:#ebebeb; font-weight:400;  font-size:14px; color:#000; padding:10px 12px;}
#tablebg{ font-weight:400; font-size:13px; color:#333; background:#f4f4f4 ;}

.orangeLink:hover { text-decoration:underline; }
ul.contentList { margin:0; padding:5px 0; list-style:square; margin-left:20px; line-height:20px; margin-top:-20px !important; }
ul.contentList li { background:url(../../images/gray-bullet.gif) no-repeat 0 9px; line-height:24px; padding:0 10px; }

.tableBorder { background:#CCC; }
.tableBorder td { background:#FFF; }
.tableFormat { border:1px solid #FFB417; border-top:5px solid #FFB417; border-bottom:5px solid #FFB417; font-size:11px; }
.tableFormat td { background:#fff; }
.tableFormat td.tableHead { border-bottom:2px solid #B8DDEF; background:#E7F6FD; font-size:12px; font-weight:400; }
.tableFormat .boldText { font-size:14px; }

.requiredField { color:#F00; font-weight:normal; }
.formElementBorder { border:1px solid #999; }

#otherReqText { padding:5px 5px 5px 20px; height:101px; background:url(../../images/other-req-text-img.gif) no-repeat; } 
#otherReqText p { margin:0px; padding:0px; line-height:18px; }

.page404 { display:block; float:left; width:400px; font-size:16px; padding:80px 0 0 40px; }
.image404 { float:right; margin:0 40px 100px 20px; }

.contentHeading1, .body-wrapper h2, .headingtext {font-weight:bold; font-weight:400; font-size:20px;font-family: 'Roboto Slab', serif;color:#204588;margin:0;}
.content-heading3, .body-wrapper h3, .contentHeading1{font-weight:bold;font-size: 17px;font-family: 'Roboto Slab', serif;color: #be393e;}
.content-heading4, .body-wrapper h4, .contentHeading2{font-weight:bold;color: #ff681a;}
.content-list {margin: 0 0 25px 15px;}
.content-list li{list-style: circle;padding: 0 0 0 7px;line-height: 24px;}
.get-quote{text-align: right;font-size: 12px;}
.get-quote a{background: #FFBE00;padding: 5px 10px;border-radius: 4px;color: #000;text-transform: uppercase;transition: ease-in all .3s;}
.get-quote a:hover{background: #be393e;color: #fff;}
@media(max-width:767px){
	.get-quote{display: none;}
}


/*ul.lTrains { margin:0; padding:0; list-style:none; overflow:hidden; margin-bottom:20px}
ul.lTrains li { float:left; margin:0 2px 2px 0px; background:url() }
ul.lTrains li a { display:inline-block; padding:4px 30.8px;   font-size:12px; background:#EC7F6D; border:1px solid #C74732; font-weight:400; text-decoration:none; color:#333333; color:#FFF }
ul.lTrains li a.active, ul.lTrains li a:hover { background:#FFCC66; color:#000 }
ul.lTrains li:nth-child(7) a, ul.lTrains li:nth-child(8) a, ul.lTrains li:nth-child(9) a, ul.lTrains li:nth-child(10) a{padding:4px 50.8px; margin-bottom:7px;}
ul.lTrains li:nth-child(11) a, ul.lTrains li:nth-child(12) a{padding:4px 152.3px; background:#3A5FA7; color:#FFF; border:1px solid #003366;}
*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
/*ul.lTrains li:nth-child(7) a, ul.lTrains li:nth-child(8) a, ul.lTrains li:nth-child(9) a, ul.lTrains li:nth-child(10) a{padding:4px 50.4px; margin-bottom:7px;}
ul.lTrains li:nth-child(11) a, ul.lTrains li:nth-child(12) a{padding:4px 152px;}
}

ul.lTrains ~ ul > li{margin:0 0 0 15px; padding:0px; line-height:19px;list-style-type: square; background: url('../../images/goa-tourism-sprite.png') no-repeat scroll 5px -550px transparent; font-weight:normal}
*/.tableStyle { background:#999999; margin-top:10px;}
.tableStyle td { background:#F9F9F9; padding:5px;border:1px solid #ddd; }
/*.tableStyle tr:first-child td{ background:#5FBEED; font-weight:400; font-size:13px; color:#FFFFFF; padding:5px; }*/

/*.contentHeading2{font-weight:400; margin: 15px 0 -4px 10px; font-size:13px;}*/
.tour-width{ width:70%; margin-right:25%;}

@media(max-width:1199px){
	.body-wrapper{padding: 0 30px;}
	.tour-width{ width:100%;}
}
@media(max-width:767px){
	.body-wrapper{padding: 0 10px;}
}


.margin30{ margin-bottom:30px;}
.borderpackages{border: solid 1px #eeeeee; padding:10px; font-family: 'Open Sans', sans-serif; margin-bottom:30px; position:relative;-webkit-box-shadow: 0 10px 6px -6px #777;-moz-box-shadow: 0 10px 6px -6px #777;box-shadow: 0 10px 6px -6px #777;}

@media (min-width: 524px) and (max-width: 768px) {
	.borderpackages{ min-height:330px;}}

@media (min-width: 769px) and (max-width: 923px) {
	.borderpackages{ min-height:450px;}}
	
@media (min-width: 992px) and (max-width: 1199px) {
.borderpackages{ min-height:350px;}}

.borderpackages h5{font-family: 'Open Sans', sans-serif; padding:10px 0px 8px 0px; margin:0px; font-size:15px; color:#1f1f1f; text-align:left; line-height:20px; font-weight:400; display:block; width:100%;}
.borderpackages  span{
	background: #41372d url(../../images/greenwatch.png) 5px 5px no-repeat;
	padding: 5px 10px 6px 25px;
	margin: 0px;
	font-size: 13px;
	color: #fff;
	position:absolute;
	right: 10px;
	top:20px;
}
.borderpackages p{padding:0px; margin:0px; text-align:left; font-size:13px; color:#717171; line-height:normal !important;}

.details { background:#ebebeb ; margin: 8px 0 8px 0px !important; display:block; width:100%; font-weight:400;}

a.booknow{color:#363636; font-size:14px; background:#ebebeb; width:50%; float:right; padding:7px 0px; text-align:center;}
a.booknow:hover{color:#000; font-size:14px; background:#e6e5e5;}
a.viewdeatls {color:#fff; font-size:14px; background:#be393e; width:50%; float:left; padding:7px 0px; text-align:center;}
a.viewdeatls:hover {color:#fff; font-size:14px; background:#a84246;}
.borderpackages img{width:100% !important;}

@media (max-width: 384px) {
#explorepack .col-xs-12{ width:100%;padding-left: 0;padding-right: 0;}}

@media (min-width: 500px) and (max-width: 767px) {
#explorepack .col-xs-12 { width:49%; }}

@media (max-width: 499px) {
.imgRight{ display:none;}}

.site-map { padding:10px 25px; }
.site-map > ul{width:50%; float:left; margin-bottom:25px !important;}
.site-map ul { padding:0; margin:0px 0px 25px 0px;}
.site-map ul li { list-style:none; padding:10px 0 0 0;color:#8d1b0f;}
.site-map ul li a { text-decoration:none; color:#8d1b0f;}
.site-map ul li a:hover { text-decoration:underline; }
.site-map ul li ul li { background:url(../../images/gray-bullet.gif) no-repeat 10px 13px; text-decoration:none; padding:5px 22px; border:none;}
.site-map ul li ul li a { color:#000;}

.newstd label{ display:block !important;}
.contentPanel{padding:10px; margin-bottom:25px !important;}
ul.externalURL{margin:0px 0px 30px 0px!important; padding:0; list-style:none;}
ul.externalURL li{margin:0 19px 5px 0 !important; float:left; padding:0 !important; background:none !important; width:23%; float:left;}
ul.externalURL li a{display:block; float:left; padding:9px 30px;  background:#000; color:#fff !important; text-decoration:none; width:100%; text-align:center;}
ul.externalURL li a:hover{background:#999;}
.tour-width h1{ padding:0 15px;}

@media(max-width:991px){
	.about-text-wrapper h2, .destination-text-wrapper h2{ font-size:20px;font-weight: 400;text-align: center;background: #eaeaea;padding: 8px 0;}
}
@media(max-width:767px){
	.body-wrapper h1{ font-size:24px;}	
	.inner-header-section .text-wrapper li:first-child {font-size: 24px;}
	.pnl-footer .col-sm-6{text-align: center!important;}
	.pnl-footer .col-sm-6:nth-child(1){padding-bottom: 0;}
	.pnl-footer .col-sm-6:nth-child(2){padding-top: 0;}
	.form-section .form-wrapper h2{font-size: 22px !important;font-weight: 400; padding:15px 10px !important;}
}

@media(max-width:500px){
	.about-section .img-holder-home{ display:none!important;}
}	
		
@media(max-width:360px)
{
	.tour-width h1{ padding:0;}
	h5.form-mandatory, h5.form-optional{margin-left: 0;}
	.standardformhome .col-xs-3{padding-right: 0;}
	.standardformhome .col-xs-3 label{font-size: 12px;}
}

.body-wrapper h5{ font-size:18px; padding:15px 0 8px 0px; border-bottom:dotted 1px #E5E5E5;}
.global-link, .global-link1{display: none;}
@media(max-width:767px){
	.global-link-section{position: fixed;bottom: 0;z-index: 1000;width: 100%;}
.global-link, .global-link1{display: block;text-align: center;width: 50%;padding: 9px 0;box-sizing: border-box;float: left;text-transform: uppercase;font-weight: 400;}
	.global-link1 {
    background: #b73238;
    color: #fff;
}
	.global-link{background: #111111;color: #000;
font-weight: bold;
	background: rgba(242,135,5,1);
background: rgba(242,135,5,1);
background: -moz-linear-gradient(-45deg, rgba(242,135,5,1) 0%, rgba(224,125,4,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 78%, rgba(40,173,10,1) 80%, rgba(8,161,44,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(242,135,5,1)), color-stop(20%, rgba(224,125,4,1)), color-stop(20%, rgba(255,255,255,1)), color-stop(78%, rgba(255,255,255,1)), color-stop(80%, rgba(40,173,10,1)), color-stop(100%, rgba(8,161,44,1)));
background: -webkit-linear-gradient(-45deg, rgba(242,135,5,1) 0%, rgba(224,125,4,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 78%, rgba(40,173,10,1) 80%, rgba(8,161,44,1) 100%);
background: -o-linear-gradient(-45deg, rgba(242,135,5,1) 0%, rgba(224,125,4,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 78%, rgba(40,173,10,1) 80%, rgba(8,161,44,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(242,135,5,1) 0%, rgba(224,125,4,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 78%, rgba(40,173,10,1) 80%, rgba(8,161,44,1) 100%);
background: linear-gradient(135deg, rgba(242,135,5,1) 0%, rgba(224,125,4,1) 20%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 78%, rgba(40,173,10,1) 80%, rgba(8,161,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28705', endColorstr='#08a12c', GradientType=1 );}
	.global-link:hover, .global-link1:hover{background: #be393e;color: #fff;text-decoration: none;}	
.bottomfooter{margin-bottom: 38px;}
.tourbooking{display: none;}
}
ul.content_list { padding:0; margin-left:15px;}
ul.content_list li{ list-style:circle; padding-left:10px;}

.main-heading{text-align: center;position: relative;margin: 35px 0}
.main-heading::before{content: "";background: #be393e;width: 99%;height: 1px;position: absolute;text-align: center;
margin: 0 auto;right: 0;left: 0;bottom: 11px;z-index: -10;}
.main-heading span{background: #fff;padding: 0 15px;font-size: 26px;font-weight: 400;color: #be393e;}
.borderpackages-new{ background:#fff;position: relative;width:100%; display:table;border: solid 1px #eeeeee; padding:5px; font-family: 'Open Sans', sans-serif; margin-bottom:30px; }
.borderpackages-new:before
{
   z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.borderpackages-new a {
    display: table-cell;
    width: 120px;
    overflow: hidden;
    float: left;
}
.borderpackages-new .tourheading {
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px 0px 5px 0;
    font-size: 13px;
    color: #1f1f1f;
    text-align: left;
    font-weight: 400;
    display: block;
    width: 100%;
    font-weight: bold;
}
.borderpackages-new span {
    margin: 0px;
    font-size: 11px;
    color: #000;
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #000000a6;
    color: #fff;
    padding: 5px;
    width: 114px;
}
.borderpackages-new p{padding:3px 0px 5px 0; margin:0px; text-align:left; font-size:13px; color:#717171; line-height:normal !important;}

.borderpackages-new .details { background:#ebebeb ; margin: 8px 0 8px 0px !important; display:block; width:100%; font-weight:400;}

.borderpackages-new  a.booknow{color:#363636; font-size:13px; background:#ebebeb; width:50%; float:right; padding:5px 0px; text-align:center;}
.borderpackages-new  a.booknow:hover{color:#000;  background:#e6e5e5;}
.borderpackages-new  a.viewdeatls {clear:left;color:#fff; font-size:13px; background:#be393e; width:50%; float:left; padding:5px 0px; text-align:center;}
.borderpackages-new  a.viewdeatls:hover {color:#fff;  background:#a84246;}
.borderpackages-new img{width:120px; padding-right:6px; height:114px}
.borderpackages-new  div{ display: table-cell; vertical-align: middle; }
@media (max-width: 991px) {
.main-heading {font-size: 24px; }
}



@media (min-width: 1016px) and (max-width: 1199px) {
	.borderpackages-new{ height:151px;}
	}


	@media (min-width: 678px) and (max-width: 1015px) {	
.borderpackages-new  a.booknow, .borderpackages-new  a.viewdeatls{ font-size:12px;}
/*.borderpackages-new img{width:100px; }*/
.borderpackages-new p{font-size:12px;}
#explorepack-new .col-xs-12 { width:49%; }

}
@media (min-width: 531px) and (max-width: 767px) {	
.borderpackages-new{ height:auto;}
.borderpackages-new .tourheading{ border:none;}
.borderpackages-new span {
    bottom: auto;
    top: 5px;
}
.borderpackages-new  div{ display:inline; vertical-align: middle; }
.borderpackages-new  a.booknow, .borderpackages-new  a.viewdeatls{ font-size:12px;}

.borderpackages-new img {
    width: 120px;
    height: auto;
    float: left;
}

.borderpackages-new p{font-size:12px;}
#explorepack-new .col-xs-12 { width:49%; }}

@media (min-width: 329px) and (max-width: 338px) {
.borderpackages-new  a.viewdeatls {padding:14px 0px !important; }
}

@media (max-width: 530px) {
	.borderpackages-new img{height:auto; float:left;  }
	.borderpackages-new .tourheading{ border:none;}
.borderpackages-new  div{ display:inline; vertical-align: middle; }
#explorepack-new .col-xs-12{ width:100%; padding:0px !important; }}
.borderpackages-new span{
	bottom: auto;
	top: 5px;
}
.phoneicon, .mailicon {
    background: url(../../images/icons.png) no-repeat;
    padding: 4px 8px;
    margin: 0 6px 0 10px;
    height: 26px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}
.phoneicon{ background-position:0 4px}
.mailicon{background-position:0px -16px}
.relative{
	position:relative;
}
.sub-links {
    padding: 10px;
    text-align: center;
    background: #eee;
    position: relative;
    /*margin-top: 10px;*/
}
.sub-links li {
    display: inline-block;
}
.sub-links li a{
	color: #be393e;
	padding: 5px 20px;
	margin: 2px;
	display: block;
	border-radius: 90px;
	background: #fff;
	border: 1px solid #be393e;
	font-size: 16px;
}
.sub-links li a:hover{
	color: #fff;
	background: #be393e;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:400px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.effect2:after
{
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 10px;
  left: auto;
}

@media(max-width:991px){
	/*.footer-links ul li {
		width: 49%;
	}*/
	/*.img-holder-home img{
		display:none;
	}*/
	.effect2:before, .effect2:after{
		display: none;
	}
}	 
@media(max-width:500px){
	.pnl-footer .col-xs-6, .footer-links ul li {
		width: 100%;
		text-align:center;
		margin-bottom: 10px;
	}
	
}	
.sub-links-block h5 {
    background: #be393e;
    padding: 10px;
    margin: 10px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
label span{
	font-weight: normal;
}
.footer-links h5 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid #dddddd24;
    margin-bottom: 5px;
}
.borderpackages a:hover{
	opacity: 0.8;
}
/*new home page*/
h2.home-style {
    font-size: 40px;
    text-align: center;
    margin-top: 0;
    line-height: 100%;
}
h3.home-style{
	font-size: 30px;
	text-align: center;
	margin-top: 0;
}
.red-strong {
    font-weight: 600;
    color: #be393e;
}
h2.home-style small, h3 small,  .form-section h1 small {
    display: block;
    font-size: 0.45em;
    color: #000;
    margin: 7px 0;
    /*font-style: italic;*/
    font-weight: 300;
    line-height: 140%;
}
.banner-area{
	padding: 0;
}
.banner-heading {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
}
.banner-heading a {
    padding: 30px 10px;
    font-size: 18px;
    display: block;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    z-index: 6;
    position: relative;
}
.banner-heading a:hover {
    background: rgba(0, 0, 0, 0.8);
	color:#fff;
}
.banner-heading a:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 60%;
    top: 20%;
    left: 10%;
    border: 1px dashed;
    background: #00000047;
    z-index: -1;
}
.banner-heading span {
    font-weight: 600;
}
/*footer style*/ 
.footer-links-area {
    padding: 50px 0 0;
     background: url(../../images/footer-bg.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.footer {
    background: #822125;
    text-align: center;
    padding:20px 0;
}
.border-right {
    /*border-right: 1px solid #ffffff2e;*/
    padding-bottom: 20px;
}
.footer-list.half-col li {
    display: inline-block;
    width: 32%;
}
/*.footer-list.half-col li:nth-child(2n) {
    margin-left: 7%;
}*/
.footer-list{
	margin-left: 10px;
}
.footer-list li{
	display: inline-block;
	/*border-bottom: 1px solid #ffffff21;*/
	position: relative;
	width: 49%;
}
.footer-list li:before {
    content: ">";
    position: absolute;
    left: -10px;
    top: 14px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
}
.footer-links-area li a {
    color: #fff;
    display: block;    
    margin: 0;
    padding: 5px;
    font-size: 13px;
}
.footer-links-area li a:hover {
    /*background: #000;*/
    color: #f7d9ea;
}
.footer-links-area h5 a {
    border: none;
    font-size: 20px;
    color: #fff;
    background: transparent;
    padding-top: 10px;
    display: block;
}
.footer-links-area h5 a:hover{
	background: transparent;
	color: #000;
}
.footer-links-area h5 {
    color: #fff;
    font-size: 19px;
    line-height: 150%;
    margin: 0;
    border-bottom: 1px solid #eeeeee3d;
}
.footer a:hover{
	color: #000;
}
.footer-list.inline-list li {
    display: inline-block;
    border-bottom: none;
    border-right: 1px solid #ffffff2e;
    padding: 0 10px;
    line-height: 100%;
    width: auto;
}
.footer-list.inline-list li:before{
	display: none;
}
.footer-list li:last-child, .footer-list.half-col li:nth-child(11n) {
	border: none;
}
.footer-list.inline-list {
    text-align: center;
    border-top: 1px solid #ffffff2e;
    padding: 10px 0;
}
/*form*/
.pnl-why-us img{
	width:auto;
}
.pnl-why-us {
    position: relative;
    z-index: 2;
    padding: 18px;
    color: #000;
}
.pnl-why-us .col-md-2{
	padding: 0;
}
.services1, .services2, .services3 {
    text-align: center;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}
.services1 h6, .services2 h6, .services3 h6 {
    margin: 10px 0;
    padding: 0;
    font-size: 22px;
}
.pnl-why-us h5, .heading-red {
    text-align: center;
    color: #be393e;
    margin: 15px 0;
    padding: 0;
    font-size: 34px;
}
.form-section {
    padding: 0 0 50px;
}
.sre-icon-holder {
    background: #eee;
    width: 100%;
    padding: 50px 0;
}
.form-section .form-wrapper {
    padding: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #ddd;
}
#homeForm {
    background: #eee url(../../images/form-bg.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
    margin: 5px;
    padding: 10px 0;
}
.footer-form-section #homeForm{
	background: transparent;
}
.form-section .form-wrapper h3, .form-section h1 { 
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #be393e;
    margin: 0;
    padding: 10px;
}
.form-section .form-wrapper h3 .red-strong, .form-section h1 .red-strong{
	color: #000
}
/*testimonial*/
.testimonial-area h3 {
    margin-top: 0;
}
.testimonial-block {
    padding: 20px 30px 10px;
    text-align: center; 
}
.testimonial-title {
    color: #be393e;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-style: italic;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}
.testimonial-area ol.carousel-indicators {
    bottom: 0px;
    background: #ffffff4d;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px 0 15px;
    margin: 0;
}
.carousel-control{
	color: #be393e;
}
.carousel-control:hover{
	color: #000;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -25px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -25px;
}
.testimonial-user {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #be393e;
    border-bottom: 1px solid #be393e;
    display: inline-block;
    vertical-align: middle;
}
.test-user-img {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}
.testimonial-name { 
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-family: 'Roboto Slab', serif;
}
.testimonial-name strong{
	display: block;
}
.testimonial-block p{
	font-size: 16px;
	max-width: 900px;
	margin: 10px auto;
}
.testimonial-area .carousel-control, .state-region-section .carousel-control {
    box-shadow: none;
    background: transparent;
    text-shadow: none;
}
/*pacakes on home*/
.packages-area .borderpackages-new > a{
	width: 160px;
	margin-right: 15px;
	overflow: hidden;
	display: block;
} 
.packages-area .borderpackages-new img{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.packages-area .borderpackages-new:hover img{
	transform: scale(1.1);
}
.packages-area .borderpackages-new {
    margin-bottom: 20px;
    min-height: 135px;
}
.packages-area .borderpackages-new .tourheading {  
    font-size: 16px; 
}
.packages-area .col-md-4{
	padding: 0 10px;
}
/**/
h2.home-style.text-left {
    text-align: left;
}
.neighbouring-area .col-md-3{
	padding: 0 5px;
}
.neighbouring-block{
	display: block;
}
.neighbouring-block-name {
	font-family: 'Roboto Slab', serif;
    background: #be393e;
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-size: 20px;
    width: 69%;   
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
} 
.neighbouring-block-img, .theme-block-images{
	overflow: hidden;
}
.neighbouring-block-img img, .luxury-train-block img, .state-block img, .theme-block-images img, .region-block img{
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.neighbouring-block:hover img, .luxury-train-block:hover img, .state-block:hover img, .theme-block-images:hover img, .region-block:hover img{
	transform: scale(1.1);
}
.neighbouring-block:hover .neighbouring-block-name{
	width: 100%;
} 
/*train*/
.luxury-train-block{
	display: block;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.luxury-train-area .col-md-4{
	padding: 0 7px;
}
.luxury-train-block-name, .state-block-name {
    color: #fff;
    background: #00000073;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 7px;
    width: 250px;
    height: 40px;
    font-size: 17px;
    margin: -20px 0 0 -125px;
    border: 1px dashed #ffffff9e;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.state-block-name{
	width: 170px;
	margin-left: -85px;
	border-width: 0;
}
.luxury-train-block:hover .luxury-train-block-name, .state-block:hover .state-block-name{
	top: 87%;
	background: #fff;
	color: #000;
}
/*theme*/
.theme-slider{
	overflow: hidden;
}
.theme-block {
    background: #fff;
    display: block;
    margin: 0 5px;
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
}
.theme-block:hover{
	background: #be393e;
	color: #fff;
}
.theme-block:hover .red-strong{
	color: #fff;
}
.a-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}
.theme-block-name, .region-block-name {
   font-size: 22px;
    margin: 10px;
    font-family: 'Roboto Slab', serif;
    display: block;
}
.theme-block-text {
    margin: 0 20px 10px;
    font-size: 13px;
    height: 35px;
    overflow: hidden;
    font-family: 'Roboto Slab', serif;
    /*font-style: italic;*/
    color: #777;
}
.theme-block:hover .theme-block-text {color: #fff;}
.theme-section .owl-prev, .theme-section .owl-next {
    top: 40%;
    border: solid #be393e;   
    border-width: 0 5px 5px 0; 
    padding: 10px;
    margin-right: -30px;
}
.theme-section .owl-prev{
	margin-left: -30px;
	margin-right: 0;
}

/*state*/
.state-area .col-md-4, .state-area .col-md-2{
	padding: 5px;
}
.state-block{
	display: block;
	position: relative;
	overflow: hidden;
	max-height: 200px;
}
.state-block:before{
	content: "";
	border: 1px solid #fff;
	left: 7px;
	right: 7px;
	bottom: 7px;
	top: 7px;
	position: absolute;
	z-index: 9;
}
/*regions*/
.region-block {
    width: 19%;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0.5%;
    text-align: center;
    min-height: 340px;
    position: relative;
  
}
.region-block-img{
	  overflow: hidden;
	  display: block;
}
.region-action.red-btn {
    border: 1px solid #be393e;
    color: #be393e;
    padding: 5px 10px;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: 10px;
    width: 100px;
    margin-left: -50px;
}
.red-btn:hover{
	color: #fff;
	background: #be393e;
}
.region-block-list li {
    display: inline-block;
    margin: 2px;
    line-height: 125%;
}
.region-block-list li a:hover{
	color: #be393e;
}

.packages-area  .col-sm-6:nth-child(3n+1){
	clear: left;
}
.theme-block-name {
    border-bottom: 1px solid #ddd;
    padding: 0 0 5px;
    
}
.gallery li {
    width: 32%;
    display: inline-block;
    max-height: 250px;
    overflow: hidden;
    vertical-align: bottom;
    margin: 5px 0.3%;
    border: 1px solid #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	    background: #be393e;
	    color: #fff;
}
.nav-tabs>li>a {
    color: #be393e;
    background: #ddd;
    font-weight: 600;
}
.nav-tabs>li>a:hover{
	background-color: #fff;
}
.lTrains1,
.lTrains2,
.lTrains3,
.lTrains{
	margin-bottom: 20px;
	border:none;
}
.lTrains1.nav-tabs>li>a:hover,
.lTrains2.nav-tabs>li>a:hover,
.lTrains3.nav-tabs>li>a:hover,
.lTrains.nav-tabs>li>a:hover{
	background-color: #ddd;
}
.lTrains1.nav-tabs>li>a,
.lTrains2.nav-tabs>li>a,
.lTrains3.nav-tabs>li>a,
.lTrains.nav-tabs>li>a{
    color: #000000;
    border: 1px solid #888;
    border-radius: 0;
    padding: 5px 10px;
    background-color: #fff;
    margin-bottom: 5px;
}
.lTrains1.nav-tabs>li.active>a, .lTrains1.nav-tabs>li.active>a:focus, .lTrains1.nav-tabs>li.active>a:hover, 
.lTrains2.nav-tabs>li.active>a, .lTrains2.nav-tabs>li.active>a:focus, .lTrains2.nav-tabs>li.active>a:hover ,
.lTrains3.nav-tabs>li.active>a, .lTrains3.nav-tabs>li.active>a:focus, .lTrains3.nav-tabs>li.active>a:hover,
.lTrains.nav-tabs>li.active>a, .lTrains.nav-tabs>li.active>a:focus, .lTrains.nav-tabs>li.active>a:hover  {
    background: #666;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
}

.packages-banner {
    text-align: center;
    margin: 10px 0;
}
.small-img{
	display: none;
}
a.booknow.banner-btn{
	padding: 0;
	background-color: transparent;
	display: block;
	width: 100%;
	text-align: center;
	float: none;
}
.search-btn {
    background: url(../../images/search-icon.png) no-repeat center center #be393e;
    font-size: 0;
    width: 30px;
    height: 25px;
    border: 1px solid #be393e;
    vertical-align: middle;
}
.search-input {
    width: 200px;
    height: 25px;
    border: 1px solid #be393e;
    vertical-align: middle;
    padding: 5px;
}
.seach-form {
    text-align: right;
    margin-top: 5px;
    display: block;
}
.show-sm{
	display: none;
}
.top-list1 > ul{
	margin-bottom: 10px;
}
    
.luxtable td, .luxtable th  {  border: 1px solid #ccddd4 !important; text-align: center !important;}
    .luxBooking{ margin-top: 15px !important;}
    .lux-contant p.lux2{ padding-bottom: 15px !important;}
    ul.lux{ display: none !important;}
/*responsive*/
@media(max-width:1200px){
	.banner-heading {
		top: 40%;
	}
	.form-section .col-md-6:first-child, .form-section .col-md-6:nth-child(2){
		display: block;
		width: 50%;
	}
	.packages-area .borderpackages-new > a{
		width: 125px;
	}
	.packages-area .borderpackages-new .tourheading {
	    font-size: 14px;
	}
	.borderpackages-new {
	    height: 127px;
	}
	.borderpackages-new p {
	    height: 40px;
	    overflow: hidden;
	}
	.borderpackages-new a{
		font-size: 12px;
	}
	h2.home-style.text-left{
		font-size: 35px;
	}
	h1.big-style {
	    font-size: 30px;
	}
	.text-inline-list li{
		font-size: 16px;
	}
	.theme-section .owl-prev{
		left: 70px;
	}
	.theme-section .owl-next{
		right: 70px;
	}
}
@media(max-width:991px){
	.footer-list li:before {
		display: none;
	}
	.footer-links-area h5{
		border-bottom: 0;
	}
	h2.home-style, h2.home-style.text-left{
		font-size: 35px;
	}
	.footer-links-area{
		text-align: center;
	}
	.border-right{
		border: 0;
	}
	.footer-list li, .footer-list.half-col li {
	    width: auto;
	    display: inline-block;
	    padding: 0 1%;
	    border: 1px solid #ffffff21!important;
	    margin-bottom: 1%;
	}
	.footer-list.half-col li:nth-child(2n){
		margin-left: 0;
	}
	.state-block {
	    max-height: 180px;
	}
	.packages-area .borderpackages-new p {
	    height: auto;
	}
	.packages-area .borderpackages-new {
		min-height: 0;
	    height: 105px;
	}
	.packages-area  .col-sm-6:nth-child(3n+1){
		clear: none;
		float: left;
	}
	.packages-area  .col-sm-6:nth-child(2n+1){
		clear: left;
	}
	.neighbouring-area h2.home-style.text-left{
		text-align: center;
	}
	.region-state-name, .region-action.red-btn{
		display: none;
	}
	.region-block{
		min-height: 0;
	}
	.text-inline-list li:first-child{
		display: block;
		margin-bottom: 10px;
	}
	.gallery li {
	    width: 49%;
	    display: inline-block;
	}
	.hide-sm{
		display: none;
	}
	.show-sm {
	    display: inline-block;
	    border: 1px solid #fff;
	    margin: 12px 10px 0;
	}
}
@media(max-width:767px){
	h2.home-style, h2.home-style.text-left{
		font-size: 30px;
	}
	.state-block {
	    max-height: 120px;
	}
	.region-block {
	    width: 24%;
	}
	.region-block:nth-child(4n+1) {
	    clear: left;
	}
	.form-section .col-md-6:first-child, .form-section .col-md-6:nth-child(2){
		display: block;
		width: 100%;
	}
	.neighbouring-block-name {
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
	.packages-area .borderpackages-new > a {
	    width: 100%;
	    margin: 0 auto 10px;
	    float: none;
	}
	.borderpackages-new span {
	    bottom: auto;
	    top: 5px;
	    margin-left: -62px;
	    left: 50%;
	    width: 125px;
	}
	.packages-area .borderpackages-new .tourheading, .packages-area .borderpackages-new p{
		text-align: center;
	}
	.packages-area  .col-sm-6:nth-child(2n+1){
		clear: none;
		float: left;
	}
	.packages-area  .col-sm-6:nth-child(3n+1){
		clear: left;
	}
	.nav-tabs {
	    border-bottom: none;
	}
	.nav-tabs>li a {
	    float: left;
	    margin-bottom: 5px;
	    border-radius: 10px;
	    overflow: hidden;
	}
}
@media(max-width:550px){
	section{
		padding: 30px 0;
	}
	h2.home-style, h2.home-style.text-left{
		font-size: 25px;
	}
	h2.home-style small{
		font-size: 0.6em;
	}
	.state-area .col-xs-6, .luxury-train-area .col-xs-6{
		width: 100%
	}
	.luxury-train-area .col-xs-6:nth-child(2){
		display: none;
	}
	.state-area .col-xs-3{
		width: 50%
	}
	.state-block {
	    max-height: 220px;
	}
	.luxury-train-block{
		max-width: 350px;
		margin: 0 auto 10px;
	}
	.region-block {
	    width: 32%;
	}
	.region-block:nth-child(4n+1) {
	    clear: none;
	    float: left
	}
	.packages-area .col-xs-4{
	    width: 50%;
	}
	.packages-area  .col-sm-6:nth-child(3n+1){
		clear: none;
		float: left;
	}
	.packages-area  .col-sm-6:nth-child(2n+1){
		clear: left;
	}
	h1.big-style {
	    font-size: 25px;
	    line-height: 150%
	}
	.text-inline-list li{
		display: block;
		margin-bottom: 10px;
	}
	.luxury-train-block .luxury-train-block-name, .state-block .state-block-name {
	    top: auto;
	    bottom: 7px;
	    background: #fff;
	    color: #000;
	}
	.neighbouring-area .col-xs-4 {
	    width: 100%;
	}
	.neighbouring-block{
	    max-width: 300px;
	    margin: 0 auto 10px;
	    float: none;
	}
	.neighbouring-block-name {
	    position: absolute;
	    max-width: 300px;
	    bottom: 10px;
	    background: #be393ebf;
	}
}
@media(max-width:500px){
	.banner-heading{
		top: auto;
		bottom: 0;
	}
	.gallery li {
	    width: 100%;
	    display: inline-block;
	    height: auto;
	    max-height: none;
	}
	.small-img{
		display: block;
		width: auto;
		margin: 0 auto;
	}
	.big-img{
		display: none;
	}
	
}
@media(max-width:450px){
	.pnl-optional .col-xs-4{
		width: 50%;
	}
}
@media(max-width:420px){
	.test-user-img {
	    width: 50px;
	}
	.region-block {
	    width: 49%;
	}
	.region-block:nth-child(2n+1) {
	    clear: left;
	}
	.standardformhome {
	    padding: 10px;
	}
}


    
    
    