@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);
html {
	position: relative;
	min-height: 100%;
}
body {
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	padding-bottom:70px;
}

/**** sticky footer styles Ends ****/


/**** layout base style starts ****/

img {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	font-family: 'Roboto', sans-serif;
}
a {
	color:#708c9b;
}
a:hover {
	color:#ff0000;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	padding:0px 15px;
}
div[class^="col-xs-"] {
 min-height:0px;
}
.row {
	margin-left:0px;
	margin-right:0px;
}
.container {
	margin:0px auto;
}
@media (min-width: 320px) {
	div[class^="col-lg-"] div, div[class^="col-lg-"] span, div[class^="col-lg-"] li, div[class^="col-lg-"] p, div[class^="col-lg-"] td {
		font-size: 14px;
	}	
/*	div[class^="col-lg-"]:not(:first-child) {
		padding-top:30px;
	}
*/	
	div[class^="col-lg-"]:empty {
		padding-top:0px;
	}
	
	/** Only apply to Dnn Skin **/
	.DnnModule:not(:first-child) {
		padding-top:30px;
	}	
	/** Only apply to Dnn Skin **/

	h1 {	
		font-size:20px;
	}
	h2 {	
		font-size:19px;
	}
	h3 {	
		font-size:18px;
	}
	h4 {	
		font-size:17px;
	}
	h5 {	
		font-size:16px;
	}
	h6 {	
		font-size:15px;
	}
}

@media (min-width: 480px) {
	div[class^="col-lg-"] div, div[class^="col-lg-"] span, div[class^="col-lg-"] li, div[class^="col-lg-"] p, div[class^="col-lg-"] td {
		font-size: 14px;
	} 
}

@media (min-width: 580px) {
	div[class^="col-lg-"] div, div[class^="col-lg-"] span, div[class^="col-lg-"] li, div[class^="col-lg-"] p, div[class^="col-lg-"] td {
		font-size: 15px;
	} 
	.col-lg-3 {
		width:50%; 
		float:left;
	}
	.col-lg-3:nth-child(2) { 
		padding-top:0px !important;
	}
}

@media (min-width: 768px) {	
	div[class^="col-lg-"] div, div[class^="col-lg-"] span, div[class^="col-lg-"] li, div[class^="col-lg-"] p, div[class^="col-lg-"] td {
		font-size: 15px;
	} 	
	h1 {	
		font-size:25px;
	}
	h2 {	
		font-size:23px;
	}
	h3 {	
		font-size:21px;
	}
	h4 {	
		font-size:19px;
	}
	h5 {	
		font-size:17px;
	}
	h6 {	
		font-size:15px;
	}
}

@media (min-width: 992px) {
	div[class^="col-lg-"] div, div[class^="col-lg-"] span, div[class^="col-lg-"] li, div[class^="col-lg-"] p, div[class^="col-lg-"] td {
		font-size: 13px;
	} 
	div[class^="col-lg-"]:not(:first-child) {
		padding-top:0px;
	}
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float:left;
	}
	.col-lg-12 {
		width:100%;
	}
	.col-lg-11 {
		width:91.66666667%;
	}
	.col-lg-10 {
		width:83.33333333%;
	}
	.col-lg-9 {
		width:75%;
	}
	.col-lg-8 {
		width:66.66666667%;
	}
	.col-lg-7 {
		width:58.33333333%;
	}
	.col-lg-6 {
		width:50%;
	}
	.col-lg-5 {
		width:41.66666667%;
	}
	.col-lg-4 {
		width:33.33333333%;
	}
	.col-lg-3 {
		width:25%;
	}
	.col-lg-2 {
		width:16.66666667%;
	}
	.col-lg-1 {
		width:8.33333333%;
	}
	.container {
		width:950px;
	}
}

@media (min-width: 1200px) {
	.container {
		width:1040px;
	}
}

/**** layout base style ends ****/


/** Header Area Starts **/

.headerbg {
	background:url(images_new/headerbg.jpg) top center no-repeat;
}
.header {
	background:#f2f3f4;
	padding:20px 0px;
}
.phone h4 {
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	color:#0b69a8;
	text-align:center;
	margin-bottom:0px;
}
.phone span {
	font-size:28px !important;
	font-family: 'Roboto', sans-serif;
	color:#0b69a8;
	font-weight:bold;
}
.phone {
	float:right;
}
@media (min-width: 300px) and (max-width: 700px ) {
	.phone {
		text-align:center;
		padding-top:25px;
		float:none;
	}
	.logo {
		text-align:center;
	}
}
@media (min-width: 700px) and (max-width: 992px ) {
	.header .col-lg-6 {
		width:50%;
		float:left;
	}
}
/** Header Area Ends **/

/**** Menu Area Starts ****/

.navbar {
	clear:both;
}
/*.navbar-collapse {
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	border-top: 0;
}
*/.navbar-toggle {
	display: none;
}
.navbar-brand {
	display:none;
}
.navbar-nav {
	float:none !important;
}
.navbar-inverse {
	background:#0b69a8;
	border:none;
}
.navbar-inverse .navbar-nav>li>a {
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	font-size:15px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background:transparent;
	color:#3dddff;
}
.navbar-inverse .navbar-nav>li>a:hover {
	background:transparent;
	color:#3dddff;
}
.navbar-nav>li {
	padding:0px 4px;
}
.navbar-nav>li:first-child {
	padding-left:0px;
}
.navbar {
	margin-bottom:15px;
}
.navbar-inverse .navbar-brand { 
	color:#fff;
}
@media (min-width: 300px) and (max-width: 700px ) {
	.navbar-brand {
		display:block;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-nav > li {
		text-align:center;
		border-bottom:1px solid #fff;
	}
	.navbar-nav > li:last-child {
		border-bottom:none;
	}
}
@media (min-width: 700px) and (max-width: 992px ) {
	.navbar-nav > li {
		float: left;
	}
}

/**** Menu Area Ends ****/

/*** Search Box Starts **/

.search {
	padding-top:125px;
}
.search-form {
	background:#f4f4f2;
	padding:20px 10px;
}
.search-form h3 {
	text-align:center;
	color:#6d6d6d;
	font-weight:bold;
	font-size:32px;
	border-bottom:2px solid #2073aa;
	padding-bottom:10px;
}
.search-form label {
	color:#2073aa;
	font-size:20px;
}
label {
	color:#2073aa;
	font-size:20px;
}
.form-control {
	height:50px;
	font-size:16px;
	border:1px solid #b9b9b9;
}
.search-form select {
	height:50px;
	width:100%;
	color:#9b9b9b;
	padding:0px 10px;
    background:#fff url(images_new/arrow.png) right center no-repeat;
    -webkit-appearance: none;
	outline:none;
	border:1px solid #b9b9b9;
}
select {
	height:50px;
	width:100%;
	color:#9b9b9b;
	padding:0px 10px;
    background:#fff url(images_new/arrow.png) right center no-repeat;
    -webkit-appearance: none;
	outline:none;
	border:1px solid #b9b9b9;
}
.search-form .row {
	padding-bottom:20px;
}
.search-form .datepicker {
    background:#fff url(images_new/cal.png) right center no-repeat;
	outline:none;
}
.search-form .search {
	background:url(images_new/search_bg.png) top center no-repeat;;
	color:#fff;
	border:none;
	height:50px;
	padding:0px 20px;
	font-weight:bold;
	font-size:26px;
}

/*** Search Box Ends **/

/*** About Area Start **/

.about-area {
	background:#f5f5f5;
	padding-bottom:30px;
}
.about-area .description {
	background:#1f72a9;
	padding:12px 0px;
}
.about-area .description p {
	color:#fff;
	font-size:13px;
	padding-top:10px;
}
.about-area .description p.decp {
	color:#fff;
	font-size:13px;
	padding-top:20px;
}
.about-area .description span {
	font-weight:bold;
	font-size:14px !important;
}
.about-area .description .col-lg-4 img {
	float:left;
	margin-right:15px;
	padding-top:4px;
	margin-left:10px;
}
.about {
	background:#fff;
	margin-top:20px;
	padding:15px;
}
.about h2 {
	text-align:center;
	color:#0864a1;
	font-size:26px;
	padding-bottom:10px;
}
.about p {
	color:#6d6d6d;
	font-size:15px !important;
	text-align:center;
}
.about span {
	color:#0864a1;
	font-size:17px !important;
	font-weight:bold;
}
.about .green {
	background:url(images_new/green.png) top center no-repeat;
	min-height:179px;
	position:relative;
	padding:0px;
}
.about .orange {
	background:url(images_new/orange.png) top center no-repeat;
	min-height:179px;
	position:relative;
	padding:0px;
}
.about .pink {
	background:url(images_new/pink.png) top center no-repeat;
	min-height:179px;
	position:relative;
	padding:0px;
}
.about .content {
	text-align:center;
	position:absolute;
	top:90px;
	width:100%;
}
.about .content h3 {
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:2px;
}
.about .content h4 {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
}
.about .content a {
	color:#fff;
	font-size:14px;
	text-decoration:underline;
	text-transform:uppercase;
}
.about .content span {
	color:#fff;
}
@media (min-width: 300px) and (max-width: 700px ) {
	.description .col-lg-4 {
		min-height:75px;
	}
	.about-area .description .col-lg-4 img {
		padding-top:10px;
	}
	.about-area .description p {
		padding-top:15px;
	}
	.about .green, .about .orange, .about .pink {
		min-height:200px;
	}
}
@media (min-width: 700px) and (max-width: 992px ) {
	.description .col-lg-4 {
		min-height:70px;
	}
	.about .green, .about .orange, .about .pink {
		min-height:200px;
	}
}
/** About Area Ends **/

/** Gallery Area Starts **/

.gallery_bg {
	background:url(images_new/photo_bg.jpg) top center no-repeat;
	padding:35px 0px;
}
.gallery_bg h2 {
	color:#fff;
	text-align:center;
	font-size:26px;
	padding-bottom:40px;
}
.glyphicon-chevron-left:before,.glyphicon-chevron-right:before {
	content:" " !important;	
}
.carousel1 {
	 position:relative;
 }
.carousel1 .carousel-control {
	width:0%;
}
.carousel1  .carousel-indicators 
{
	position:relative;
}
.carousel1  .carousel-indicators li{
	background-color:#fff;
}
.carousel1  .carousel-indicators .active {
	background-color:transparent;
	border:2px solid #fff;
}
.carousel1 .carousel-inner>.active{
	width:100%
}
.slideinner .col-lg-3 {
	padding-left:0px;
}
.header_strip {
	text-align:center;
}
.hotel_listreview {	
	border: 1px solid rgba(0, 0, 0, 0.15);
	position:relative;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.05) none repeat scroll 0% 0%;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.17);
}
.hotel_listreview h3 {
	color: #FFF;
	padding: 8px 15px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	height: 40px;
	width: 100%;
	text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.6);
	font-family: "Roboto",sans-serif;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	line-height: 20px;
	text-align:left;
}
.hotel_list_description {
	display:none;
	background:rgba(0, 0, 0, 0.53);
	top:0px;
	height:100%;
	width:100%;
	transition:1s;
	position:absolute;
}
.hotel_listreview a {
	display:block;
	height:100%;
}
.hotel_listreview a img:hover .hotel_list_description {
	display:block;
	background:rgba(0, 0, 0, 0.53);
	top:0px;
	position:absolute;
}
.hotel_list_description {
	font-size:15px !important;
	line-height:22px !important;
	color:#fff;
	height:100%;
	padding:10px 15px 15px;
	overflow: hidden;
	text-align:left;
}
.hotel_list_description h4 {
	color:#fff;
	font-size: 18px;
}
@media (min-width: 300px) and (max-width: 992px ) {
	.hotel_listreview h3 {
		width:100%;
		padding:8px 30px;
	}
	.hotel_list_description {
		width:240px;
	}
	.navigation {
		bottom:-20px;
	}
	.overlay {
		width:240px;
		margin:0px auto;
	}
}
@media(min-width:240px) and (max-width:580px)
{
	.carousel1 .carousel-indicators 
	{
		bottom: 5px;
	}
}

@media (max-width: 580px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next { left:  100%; }
	.carousel-inner .prev { left: -100%; }
	.carousel1 .active > div { display:none; }
	.carousel1 .active > div:first-child { display:block; }
}
@media (min-width: 580px) and (max-width: 991px ) {
	.carousel-inner .active.left { left: -50%}
	.carousel-inner .active.right { left: 50%; }
	.carousel-inner .next { left:  50%; }
	.carousel-inner .prev { left: -50%; }
	.carousel1 .active > div:first-child + div { display:block; }	
	.carousel1 .active > div:first-child { display:block; }
	.carousel1 .active > div { display:none; }	
}
@media (min-width: 992px )
{
	.carousel-inner .active.left { left: -25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev        { left: -25%; }
	.carousel1 > .carousel-inner>.active.right {left:25%;}
	.carousel1 .item .col-md-2{ width:25%}
}

@media(min-width: 240px) {
	.carousel1 .carousel-control.left {
		left:35%;
		z-index:55;
	}
	.carousel1 .carousel-control.right {
		right:35%;
		z-index:55;
	}
	.navigation .carousel-control {
		top:25px;
	}
	.navigation {
		position:relative;
		padding-top:35px;
	}
}
@media(min-width: 580px) {
	.navigation .carousel-control {
		top:40px;
	}
}
@media(min-width: 768px) {
	.carousel-indicators {
		bottom:-15px;
	}
}
@media(min-width: 992px) {
	.carousel1  .carousel-control.left {
		left:1%;
	}
	.carousel1  .carousel-control.right {
		right:0%;
	}
	.carousel1 .carousel-indicators {
		padding-top:35px;
		bottom:-10px;
	}
	.navigation {
		position: initial;
		padding-top: 0px;
	}
	.navigation .carousel-control {
		top:0px;
		bottom:50px;
	}
}
@media(min-width: 1200px) {
	.carousel1  .carousel-control.left {
		left:-5%;
	}
	.carousel1  .carousel-control.right {
		right:-6%;
	}
}

/** Gallery Area Ends **/  

/** News Area Starts **/
  
.news_bg {
	background:#fff;
	padding:40px 0px;
}
.news h2 {
	text-align:center;
	color:#0864a1;
	font-size:26px;
	padding-bottom:40px;
}
.news .col-lg-4 {
	padding-left:0px;
}
.news .date {
	background-color:#40c0cb;
	text-align:center;
	color:#fff;
	font-size:25px;
	float:left;
	width:75px;
	margin-right:30px;
	box-shadow: 4px 4px #39abb5;
	margin-bottom:20px;
}
.news .date span {
	color:#fff;
	font-size:25px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
}
.news h4 {
	color:#29abb6;
	font-size:24px;
	padding-top:10px;
}
.news p {
	color:#657273;
	font-size:17px !important;
	text-align:justify;
}
.news a {
	color:#de6e00;
}
@media (min-width: 300px) and (max-width: 700px ) {
	.news .col-lg-4 {
		padding-bottom:20px;
	}
}
@media (min-width: 700px) and (max-width: 992px ) {
	.news .col-lg-4 {
		padding-bottom:20px;
	}
}
/** News Area Ends **/

/** Footet Area Starts **/

.footer {
	background:#03568d;
	position:absolute;
	width:100%;
	bottom:0px;
	height:70px;
}
.footer p {
	color:#fff;
	line-height:70px;
	font-size:14px !important;
	margin-bottom:0px;
	font-weight:400;
}
.footer .share {
	line-height:70px;
	float:right;
}
.footer  .col-lg-6 {
	padding-left:0px;
}
@media (min-width: 300px) and (max-width: 700px ) {
	.footer p {
		line-height:20px;
		text-align:center;
		padding-bottom:10px;
	}
	.footer .share {
		line-height:20px;
		float:none;
		text-align:center;
	}
	.footer {
		height:115px;
		padding:20px 0px;
	}
}
@media (min-width: 700px) and (max-width: 992px ) {
	.footer .col-lg-6 {
		padding-left: 0px;
		width: 50%;
		float: left;
	}
}

/** Footet Area Ends **/



/**inner **/

/*.main {
    background: #95d2f4 url(http://budgetinn.com/images/main_bg.gif) repeat-x top left;
}
*/.main .container {
	background:#fff;
	padding:15px;
}
.searchbg {
	background:#dbf1fd;
	padding:20px 20px 20px 20px;
}
.right .price {
	float:right;
	padding-top:15px;
}
.left .img {
	float:left;
	margin-right:15px;
	margin-bottom:30px;
	margin-top:10px;
}
.desc {
	padding-top:10px;
}
.hotel {
	border:1px solid #cfcfcf;
	margin-top:20px;
	padding:10px;
}
.tab-content {
	background:#f0f0f0;
	padding:20px;
	border-top:2px solid #28C0E9;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background:#28C0E9;
	color:#fff;
}
.nav-pills>li>a {
	background:#F07308;
	color:#fff;
	border-radius:5px 5px 0px 0px;
}
#exTab1 {
	padding-top:20px;
}
.col6 ul {
	padding-left:15px;
	list-style-image:url(images_new/aero.png);
}
.col6 ul li {
	padding-left:5px;
	line-height:20px;
}
.col6 {
	float:left;
	width:50%;
}
#hot-search-params {
	width:320px;
}

@media (min-width: 300px) and (max-width: 700px ) {
	.search-form label {
		color: #2073AA;
		font-size: 14px;
	}
	.main {
		padding-bottom:50px;
	}
	.col6 {
		float:none;
		width:100%;
	}
	#hot-search-params {
		width:inherit;
	}

}
@media (min-width: 700px) and (max-width: 992px ) {
	.search-form label {
		color: #2073AA;
		font-size: 14px;
	}
}