/**************************************** 
    *Document   : css
    *Created on : March 19, 2015, 12:15:32pm
    *Author     :  Budget Adventure Treks and Expedition  Pvt. Ltd.
	*Description:
       Purpose of the stylesheet follows.
	  
******************************************/

@import"layot.css";
@import"template.min.css";
@import"font-awesome.min.css";
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@font-face {
	font-family: 'arial-block';
	src: url('../fonts/fonts/ARIBL0.eot');
	src: local('☺'), url('../fonts/ARIBL0.woff') format('woff'), url('../fonts/ARIBL0.ttf') format('truetype'), url('../fonts/ARIBL0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font: 14px 'Droid Sans', sans-serif;
	color: #525252;
	line-height: 24px;
	background-color:#fafafa;
	}
.wrap {
	width: 100%;
	overflow: hidden;
	min-width: 320px;
	position: relative;
	}
hr{
	border-color:#e1e1e1;
	}
*:focus {
	outline: none
	}
a:focus {
	outline: none
	}
a {
	color: #2964b7;
	}
html {
	overflow-y: scroll;
	}
a, button{	
	transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	}
h1, h2 {
	margin-top: 0;
	padding: 0;
	margin-bottom: 15px;
	}
h1 {
	font-size: 24px;
	color: #333;
	}
h2 {
	color: #0072bc;
	font-size: 18px;
	text-transform:uppercase;
	}
ul, ol{
	padding-left:20px;
	}
h3 {
	font-size: 16px;
	color: #213a71;
	margin: 0 0 15px 0;
	}
h4 {
	margin-top: 0;
	color: #39362e;
	font-size: 16px;
	}
img.img-thumbnail {
	border-radius: 2px;
	}
.box {
	margin-bottom: 40px;
	}
.box p:last-child {
	margin-bottom: 0;
	}
a.btn, button.btn {
	border: none;
	border-radius: 2px;
	color: #fff;
	padding: 7px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	}
a.btn-primary, button.btn-primary {
	background-color: #0072bc;
	padding: 9px 15px;
	font-size:13px;
	text-transform: uppercase;
	}
a.btn-default, button.btn-default {
	background-color: #6f6c63;
	padding: 9px 15px;
	font-size:13px;
	text-transform: uppercase;
	position:relative;
	}
a.btn-default:after, button.btn-default:after {
	display: inline-block;
	vertical-align: middle;
	content: "\e092";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height:14px;
	font-size: 9px;
	margin-left: 6px;
	-webkit-font-smoothing: antialiased;
	}
.white-box{
	padding:0 15px 15px;
	border:1px solid #e1e1e1;
	border-top:none medium;
	border-radius:3px;
	background-color:#fff;
	margin-bottom:40px;
	}
.white-box h2, .category h2{
	color:#fff;
	font-size:16px;
	background-color:#525252;
	padding:14px 15px;
	border-radius:3px 3px 0 0;
	position:relative;
	}
.white-box h2{
	margin-left:-16px;
	margin-right:-16px;
	}
.white-box h2:after, .category h2:after{
	position:absolute;
	left:0;
	top:97%;
	content:'';
	border-right:12px solid transparent;
	border-top:12px solid #525252;
	}
/* --------------------------------------------------------------
 * Separate css for Media Screen
 *--------------------------------------------------------------- */		
@media (min-width: 768px) {
.main-menu .navbar-nav .open ul {
	display: none;
	}
.main-menu .navbar-right .dropdown-menu {
	right: auto;
	}
.main-menu .navbar-nav li:hover> .dropdown-menu {
	display: block;
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: transform .3s ease, opacity .2s ease .1s;
	-webkit-transition: -webkit-transform .3s ease, opacity .2s ease .1s;
	}
.dropdown-menu {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	display: block;
	opacity: 0;
	transition: transform .5s ease, opacity .2s ease;
	-webkit-transition: -webkit-transform .5s ease, opacity .2s ease;
	}
.main-menu .navbar-nav > li.active a, .main-menu .navbar-nav > li:hover> a, .main-menu .navbar-nav > li:hover> a:hover, .main-menu .navbar-nav > li:hover> a:focus{
	color: #fff;
	background-color: #192b2b;
	}
.main-menu .navbar-default .navbar-nav .dropdown-menu li:hover> a, .navbar-default .navbar-nav .dropdown-menu li:hover> a:hover, .navbar-default .navbar-nav .dropdown-menu li:hover> a:focus{
	background-color: rgba(255,255,255,0.05);
	color: #fff;
	}
.dropdown-menu .sub-menu{
	left: 100%;
	position: absolute;
	top: 0 !important;
	visibility: hidden;
	}
.dropdown-menu .dropdown-menu:before {
	}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
	display: block;
	}
.dropdown ul li {
	position: relative;
	}
.main-menu .navbar-default .navbar-nav > li:first-child {
	margin-left: 0;
	}
.main-menu .navbar-default .navbar-nav > li:last-child {
	margin-right: 0;
	}
.main-menu .navbar-nav.navbar-right:last-child {
	margin-right: 0;
	padding-right: 0;
	}
.main-menu .container-fluid {
	padding-left: 0;
	padding-right: 0;
	margin-left:160px;
	}
.text-area {
	padding-left: 5px;
	}
.header-right {
	text-align: right;
	}
.modal-dialog{
	z-index:9999;
	}
	}

@media(max-width:768px) {
header {
	background-color:transparent !important;
	}
.logo a{
	width:60px;
	height:60px;
	background-size:100%;
	top:10px;
	top:0;
	}
.sticky .logo a{
	top:0;
	}
.navbar-header .navbar-brand.title{
	float:right;
	padding-right:20px !important;
	}
.main-menu .navbar-nav {
	margin: 0;
	padding: 0 15px 0 0;
	margin-top:40px;
	}
.main-menu .navbar-default .navbar-collapse {
	border: none medium;
	}
.main-menu .navbar-default .navbar-nav > li > a {
	padding: 8px 35px;
	font-size: 15px;
	border: none;
	}
.main-menu .navbar-default .navbar-toggle {
	border: 1px solid transparent;
	}
.main-menu .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	display: block;
	width: 28px;
	height: 4px;
	border-radius: 1px;
	}
.main-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
	padding-left: 50px;
	}
.main-menu .navbar-default .navbar-nav .open .dropdown-menu>li:last-child a {
	border-bottom: none;
	}
.main-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	opacity: 0.8;
	}
.main-menu .navbar-default .navbar-toggle:hover, .main-menu .navbar-default .navbar-toggle:focus {
	background-color: transparent;
	border-color: #fff;
	}
.main-menu .navbar-default .navbar-brand {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0 0 25px;
	margin-right:10px;
	float:right;
	}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,  .main-menu .navbar-default .navbar-nav>li>a:hover,  .main-menu .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color:#1a437e;
	}
.navbar-default .navbar-nav>.active>a:after{
	display:none;
	}
.slide-show img.fill{
	min-height:250px;
	}
.slide-show .carousel-caption p{
	font-size:24px;
	text-align:left;
	}
.slide-show .carousel-caption, .slide-show .carousel-indicators{
	width:100%;
	text-align:center;
	}
.slide-show .carousel-caption{
	bottom:60px;
	}
.slide-show .carousel-caption p{
	text-align:center;
	}
.news-letter{
	text-align:left;
	} 
.news-letter h3{
	padding-left:15px;
	}
.news-letter .form-control{
	margin-bottom:15px;
	display:block;
	}
.modal-dialog{
	z-index:9999;
	}
span.reg{
	display:none;
	}
	}

@media(min-width:990px) {
.page-right{
	padding-left:10px;
	}
	}

@media(max-width:990px) {
.tripadvisor{
	text-align:left;
	margin-bottom:40px;
	}
.tripadvisor:before{
	display:none;
	}
.nivo-caption{
	bottom:20px;
	}
.nivo-caption .caption-title{
	font-size:20px;
	margin-bottom:15px;
	}
.nivo-caption a.btn{
	font-size:13px;
	padding:5px 10px;
	}
	}
@media(max-width:500px) {
.logo a.cname{
	font-size:14px;
		line-height:normal;
		margin-bottom:0;
		padding-bottom:0;
	}
.slogan{
		font-size:12px;
		line-height:normal;
		padding-top:0;
	}
	}
	
@media(min-width:768px) and (max-width:990px) {
.main-menu .navbar-default .navbar-nav > li > a {
	padding: 17px 8px;
	font-size:14px;
	}
.trip-search h2{
	font-size:18px;}
.nivo-caption{
	bottom:85px;
	}
	}

@media(min-width:991px) and (max-width:1200px) {
.top-menu ul li a{
	font-size:11px;
	padding-right:5px;
	padding-left:0;
	line-height:10px;
	}
span.reg{
	font-size:10px;
	}
.info a{
	font-size:14px;
	}
.main-menu .navbar-default .navbar-nav > li > a{
	font-size:14px;
	}
.trip-search h2{
	font-size:20px;
	}
.trip-search .jcf-select{
	width:21%;
	}
.tripadvisor:before{
	left:4px;
	right:4px;
	}
.featured-review .trip-advisor:before{
	background-size:100%;
	height:15px;
	width:95px;
	}
	}