/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  /*font-family: "Roboto Slab", serif;*/
  font-family:Arial, Helvetica, sans-serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 750px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: #fff;
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
section.module.parallax p{
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  margin-top:-230px;
  padding:10px;
  background: rgba(0,0,0,0.2);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
section.module.parallax-1 {
  background-image: url("../images/adventure.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax-2 {
  background-image: url("../images/beaches.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax-3 {
  background-image: url("../images/heritage.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax-4 {
  background-image: url("../images/hills.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax-5 {
  background-image: url("../images/leisure.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax-7 {
  background-image: url("../images/romantic.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax-8 {
  background-image: url("../images/wildlife.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax-9 {
  background-image: url("../images/family-vacation.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax-10 {
  background-image: url("../images/pilgrimage.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.parallax-9 h1{
	font-size:90px !important;
	line-height:600px !important;
}
@media only screen and (max-width: 767px) {
	section.module.parallax-1 {
  	background-image: url("../images/adventure-res.jpg");}
	section.module.parallax-2 {
  	background-image: url("../images/beaches-res.jpg");}
	section.module.parallax-3 {
  	background-image: url("../images/heritage-res.jpg");}
	section.module.parallax-4 {
  	background-image: url("../images/hills-res.jpg");}
	section.module.parallax-5 {
  	background-image: url("../images/leisure-res.jpg");}
	section.module.parallax-7 {
  	background-image: url("../images/romantic-res.jpg");}
	section.module.parallax-8 {
  	background-image: url("../images/wildlife-res.jpg");}
	section.module.parallax-9 {
  	background-image: url("../images/family-vacation-res.jpg");}
	section.module.parallax-10 {
  	background-image: url("../images/pilgrimage-res.jpg");}
	.parallax-9 h1{
	font-size:48px !important;
	line-height:60px !important;
	margin-top:75px !important;
}
section.module.parallax-9 p{ margin-top:0px !important;}
	
}
@media only screen and (max-width: 800px){
	.parallax-9 h1{
	font-size:48px !important;
	line-height:60px !important;
	margin-top:75px !important;
}
section.module.parallax-9 p{ margin-top:0px !important;}
}
.know-more{
	text-align: center;
	width:auto;
	margin:0 auto;
	font-size:21px;
	}
.know-more a{
	border:none;
	padding:10px;
	color:#3a3a3a;
	background-color:#e6e6e6;
	text-decoration:none;
}
.know-more a:hover{
	/*border:dashed 1px #FFFFFF;
	padding:10px;
	color:#fff;
	background-color: transparent;*/
	text-decoration:none;	
}

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 140px;
  }  
}
.theme-menus{
	position: fixed;
	z-index:999;
	width:220px;	
	margin:10px;
	padding:10px;
	float:right;
	margin-left:10px;
}
.theme-menus a{font-size:16px;color:#CCC;line-height:25px;display:block;padding:5px;background:#000;background: rgba(0,0,0,0.6);margin-bottom:10px;text-align:center;border-radius:8px;width:200px;}
.theme-menus a:hover{background-color:#ee8221;color:#FFF !important;}
.theme-menus a.last{ border-bottom:none;}
.theme-menus hr {height:1px;border:none;color:#000;background-color:#000;width:12.6%;float:left;margin-left:-25px;}
.destination-border{border:solid 1px #d2d2d2;max-width:360px;min-height:235px;margin-bottom:15px;float:left;}
.destination-border h2{font-size:22px;}
.btn-booknow{margin-top:45px;text-align: center;}
.poi{border:solid 1px #dbdbdb;width:270px;float:left;}
.poi h2{font-size:14px;color:#000;border-bottom:solid 1px #dbdbdb;font-weight:normal;line-height:40px;padding:10px 0px 5px 15px;}
.poi ul{max-width:250px;margin:15px 0px 25px 15px;}
.poi li{
	font-size:14px;
	list-style: none;
	background-image: url(../images/poi-bg.png);
	background-repeat: no-repeat;
	padding: 0px 8px 0px 15px;
	background-position: 0px 5px;
	line-height:15px !important;
	margin-bottom:13px !important;
}
.poi li a{color:#6d57e8;}
.other-theme h2{padding-left:-5px !important;}
@media screen and (max-width: 800px) {
	.theme-menus{display:none;}
	.destination-border{width:280px;margin-right:15px;}
	}
@media screen and (max-width: 720px) {
	.theme-menus{display:none;}
	}
@media screen and (max-width: 640px) {
	.theme-menus{display:none;}
	}
@media screen and (max-width: 480px) {
	.theme-menus{display:none;}
	}
@media screen and (max-width: 320px) {
	.theme-menus{display:none;}
	.sub-heading{font-size:36px !important;}
	}
	.be {
    background: rgba(46, 44, 33, 0.8);
}
.yt-booking-engine .be-container{margin-top:0px !important;}
.site-search-module-inside {
    background: none !important;
}
.breadcrumb > .active{
	color:#3a3a3a !important;
}
.breadcrumb a{
	color:#6f6f6f;
}
.margin-top-20{margin-top:20px;}
.page-header section{height:220px !important;}
.page-header h1{font-size:50px !important;}
.yt-booking-engine .journey-details .pax-details{z-index:999 !important;}
.lead{font-size:14px !important; text-align:justify;line-height:21px !important;}
/*.fd-container{float:left;margin:0px;border:solid 1px #FF0000;}
.fd{width:270px;height:108px;margin-bottom:15px;}*/	
.sub-heading{font-size:80px;color:#FFF;text-align:center;}
.nav-tabs li {width:auto !important}
.nav > li > a{padding: 10px 12px !important;}
.destination-border h2{line-height:20px;}
.breadcrumb {position:absolute;z-index:999;background: rgba(245, 245, 245, 0.8)!important;}
.breadcrumb > li + li:before {content: "\003e" !important;color:#6f6f6f !important;}
.yatra-header .category-ddn ul li a:hover {text-decoration:none;}
.yatra-header .moreNav:hover .dropdown-toggle:hover {text-decoration:none;}
.yatra-header li.simple-dropdown a:hover {text-decoration:none;color:#fff !important;}
