﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
html, body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	background-color: #FFFFFF;
	color:#777777;
}
body > * { border-radius: 0px; }
p { margin-bottom: 20px; }
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	color: #005bbf;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #f47c00;
}

a.link-red{
	color: #ff0000;
}
a.link-red:hover, a.link-red:active, a.link-red:focus {
	text-decoration: none;
	color: #005bbf;
}

a.link-orange{
	color: #f47c00;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
a.link-orange:hover, a.link-orange:active, a.link-orange:focus {
	text-decoration: none;
	color: #005bbf;
}

img {
	margin: 0px auto;
	text-align: center;
}

/* Text Color  */
.text-white { color: #ffffff; }
.text-blue { color:#005bbf; }
.text-orange { color:#f47c00; }
.text-dark { color:#333333; }
.text-grey { color:#9a9a9a; }

a.text-white { color: #ffffff; }


/*  Border Color  */
.border-bottom-line{ 	border-bottom-color:#e0e0e0; }

/* BG Color */
.bg-dark { background-color: #282828; }
.bg-light { background-color: #e5e5e5; }
.bg-white { background-color: #fff; }
.bg-blue { background-color: #005bbf; }
.bg-orange { background-color: #f47c00; }

.height200 { height: 200px; }
.height150 { height: 150px; }
.height100 { height: 100px; }
.height50 { height: 50px; }
.height25 { height: 25px; }

.f-w-200 { font-weight: 200; }
.f-w-300 { font-weight: 300; }
.f-w-400 { font-weight: 400; }
.f-w-500 { font-weight: 500; }
.f-w-600 { font-weight: 600; }
.f-w-700 { font-weight: 700; }

.f-s-12 { font-size: 12px; }
.f-s-14 {
	font-size: 14px;
	line-height: 18px;
}
.f-s-16 {
	font-size: 16px;
	line-height: 24px;
}
.f-s-18 { font-size: 18px; }
.f-s-20 { font-size: 20px; }
.f-s-22 { font-size: 22px; }
.f-s-24 { font-size: 24px; }
.f-s-30 { font-size: 30px; }
.f-s-36 { font-size: 36px; }


.m-0  { margin: 0px;}
.m-5 { margin: 5px;}
.m-10 { margin: 10px;}
.m-15 { margin: 15px;}
.m-20 { margin: 20px;}
.m-25 { margin: 25px;}
.m-30 { margin: 30px;}

.m-t-0 { margin-top: 0;}
.m-t-5 { margin-top: 5px; }
.m-t-10 { margin-top: 10px; }
.m-t-15 { margin-top: 15px; }
.m-t-20 { margin-top: 20px; }
.m-t-30 { margin-top: 30px; }
.m-t-40 { margin-top: 40px; }
.m-t-50 { margin-top: 50px; }
.m-t-60 { margin-top: 60px; }
.m-t-70 { margin-top: 70px; }
.m-t-80 { margin-top: 80px; }

.m-b-0 { margin-bottom: 0;}
.m-b-5 { margin-bottom: 5px;}
.m-b-10 { margin-bottom: 10px; }
.m-b-15 { margin-bottom: 15px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-25 { margin-bottom: 25px; }
.m-b-30 { margin-bottom: 30px;}
.m-b-40 { margin-bottom: 40px; }
.m-b-50 { margin-bottom: 50px; }
.m-b-60 { margin-bottom: 60px; }
.m-b-70 { margin-bottom: 70px; }
.m-b-80 { margin-bottom: 80px; }

.m-l-0 { margin-left: 0px;}
.m-l-5 { margin-left: 5px;}
.m-l-10 { margin-left: 10px;}
.m-l-15 { margin-left: 15px;}
.m-l-20 { margin-left: 20px;}
.m-l-30 { margin-left: 30px;}

.m-r-0 { margin-right: 0px;}
.m-r-5 { margin-right: 5px;}
.m-r-10 { margin-right: 10px;}
.m-r-15 { margin-right: 15px;}
.m-r-20 { margin-right: 20px;}
.m-r-30 { margin-right: 30px;}

.p-0 { padding: 0;}
.p-5 { padding: 5px;}
.p-10 { padding: 10px;}
.p-15 { padding: 15px;}
.p-20 { padding: 20px;}
.p-25 { padding: 25px;}
.p-30 { padding: 30px;}
.p-40 { padding: 40px;}
.p-50 { padding: 50px;}
.p-60 { padding: 60px;}


.p-b-0 { padding-bottom: 0;}
.p-b-10 { padding-bottom: 10px;}
.p-b-15 { padding-bottom: 15px;}
.p-b-20 { padding-bottom: 20px;}
.p-b-30 { padding-bottom: 30px;}
.p-b-40 { padding-bottom: 40px;}
.p-b-50 { padding-bottom: 50px;}
.p-b-60 { padding-bottom: 60px;}
.p-b-70 { padding-bottom: 70px;}
.p-b-80 { padding-bottom: 80px;}

.p-t-0 { padding-top: 0;}
.p-t-10 { padding-top: 10px;}
.p-t-15 { padding-top: 15px;}
.p-t-20 { padding-top: 20px;}
.p-t-30 { padding-top: 30px;}
.p-t-40 { padding-top: 40px;}
.p-t-50 { padding-top: 50px;}
.p-t-60 { padding-top: 60px;}
.p-t-70 { padding-top: 70px;}
.p-t-80 { padding-top: 80px;}

.p-l-0 { padding-left: 0px;}
.p-l-5 { padding-left: 5px;}
.p-l-10 { padding-left: 10px;}
.p-l-15 { padding-left: 15px;}
.p-l-20 { padding-left: 20px;}
.p-l-30 { padding-left: 30px;}

.p-r-0 { padding-right: 0px;}
.p-r-5 { padding-right: 5px;}
.p-r-10 { padding-right: 10px;}
.p-r-15 { padding-right: 15px;}
.p-r-20 { padding-right: 20px;}
.p-r-30 { padding-right: 30px;}

.d-inline{
	display: inline;
}
.d-inline-block{
	display: inline-block;
}
.d-block{
	display: block;
}

/* -----------------------------
	Header and Navigation
	-------------------------------- */

	.header-top-navbar{
		background-color: #dcdbdb;
		font-size: 14px;
		line-height: 40px;
		color: #5e5e5e;
	}
	.header-top-navbar a{
		display: inline-block;
	}
	.left-pan{
		text-align: left;
	}
	.left-pan > a i{
		font-size: 12px;
	}
	.left-pan > a{
		color: #5e5e5e;
		font-size: 14px;
		margin-right: 15px;
		font-weight:600;
	}

	.right-pan{
		text-align: right;
	}
	.right-pan a{
		font-weight:600;
		text-transform: uppercase;
		padding: 0px 10px;
	}
	.link-block-blue{
		background-color: #005bbf;
		color: #fff;
	}
	.link-block-blue:hover, .link-block-blue:active, .link-block-blue:focus{
		background-color: #f47c00;
		color: #fff;
	}

	.link-block-orange{
		background-color: #f47c00;
		color: #fff;
	}
	.link-block-orange:hover, .link-block-orange:active, .link-block-orange:focus{
		background-color: #005bbf;
		color: #fff;
	}


	.happy-text{ font-size: 15px; font-weight: 600; color: #525252; display: inline-block; line-height: 20px; }
	.happy-number{ font-size: 22px; font-weight: 600; color: #303030; display: inline; line-height: 30px;  }

	.happy-customer-block{
		height: 50px;
	}
	.happy-customer-block > img{
		vertical-align:baseline;
		margin-right: 5px;
	}

	/* ------------------ Header and Navigation ------------------------- */
	.navbar-default {
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 0px solid transparent;
		background-color: #fff;
		padding-top: 25px;
		padding-bottom: 25px;
		transition: all 0.3s ease-out 0s;
	}
	.navbar-default.navbar-fixed-top {
		transition: all 0.3s ease-out 0s;
		border-bottom: 1px solid rgba(119,119,119,0.20) !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-default.navbar-innerpage {
		border-bottom: 1px solid rgba(119,119,119,0.20) !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar {
		transition: all .3s ease-out .3s;
		margin-bottom: 0px;
		min-height: auto;
		z-index: 999;
	}
	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; }
	.navbar-right {
		margin: 0px;
		transition: all 0.3s ease-out 0s;
		margin-right: 0px;
	}
	.navbar-right .dropdown-menu {
		left: 0;
		right: auto;
	}
	.navbar-nav > li {
		padding: 5px 0px;
		margin-top: 0px;
	}
	.navbar-nav > li > a {
		text-transform: uppercase;
		border: 0px;
		border-top: 0px;
		padding: 10px 5px 8px 5px;
		margin: 0px 8px;
		border-radius: 0px;
		font-weight: 500;
		font-size: 14px;
		color: #777777;
		background-color: transparent;
		position: relative;
		border-bottom: 2px solid rgba(255,255,255,0.00);
	}
	.navbar-nav > li:last-child > a { margin-right: 0px; }
	.navbar-default .navbar-nav > li > a { color: #777777; }
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		color: #f47c00;
		border-bottom: 2px solid rgba(255,154,122,1.00);
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #f47c00;
		background-color: transparent;
		border-bottom: 2px solid rgba(255,154,122,1.00);
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		color: #f47c00;
		background-color: transparent;
		border-bottom: 2px solid rgba(255,154,122,1.00);
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		color: #f47c00;
		background-color: transparent;
		border-bottom: 2px solid rgba(255,154,122,1.00);
	}
	.navbar-nav > li > .dropdown-menu { margin-top: 0px; }
	.open .dropdown-menu { transition: all 0.3s ease-out 0s; }
	.dropdown-menu {
		background-color: #fff;
		border-color: #fff;
		text-transform: capitalize;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
		transition: all 0.3s ease-out 0s;
	}
	.dropdown-menu > li > a { color: #525252; }
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		color: #f47c00;
		text-decoration: none;
		background-color: transparent;
	}
	.navbar-brand {
		display: block;
		padding: 0px 15px 0px 0px;
		height: auto;
		font-weight: 700;
		text-transform: uppercase;
	}
	.navbar-brand > span {
		padding: 2px 0px;
		display: inline-block;
	}
	.navbar-brand img {
		transition: all 0.3s ease-out 0s;
		height: auto;
		display: inline-block;
	}



	@media (max-width: 992px) and (min-width: 768px) {
		.navbar-header {
			float: none;
			text-align: center;
		}
		.navbar-brand {
			float: none;
			margin: inherit auto;
		}
		.navbar-right {
			display: inline-block;
			float: none !important;
		}
		.navbar-collapse { text-align: center; }

		.navbar-fixed-top .navbar-brand img {
			height: 30px;
			transition: all 0.3s ease-out 0s;
		}

		.navbar-fixed-top .navbar-nav > li {
			padding:0;
		}
		.navbar-default.navbar-fixed-top {
			padding-top:5px;
			padding-bottom:5px;
		}
	}

	@media (max-width: 768px) {
		.navbar-default {
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 15px; }
		.navbar-brand img {
			height:30px;
		}
	}



/*------------------------------
	Searchbar
	------------------------------*/
	.searchbar{
		background-color: #005bbf;
		color: #fff;
		padding: 23px 25px 24px 25px;
		margin-bottom: 30px;
	}

	.searchbar label{
		font-weight: normal;
		margin-bottom: 10px;
	}
	.searchbar .checkbox label{
		margin-bottom: 0px;
	}

	.searchbar .form-control, .searchbar .btn-white{
		height: 40px;
	}


	.amenities-block{
		position: relative;
		margin-bottom: 30px;
	}
	.amenities-img{

	}
	.amenities-name{
		position: absolute;
		width: 100%;
		padding: 0px 25px;
		height: 60px;
		background-color:rgba(0, 91,191, 0.85);
		color: #fff;
		font-size: 20px; font-weight: 600;
		bottom: 0px; left: 0;
		line-height: 60px;
	}


	.amenities-slider{
		position: relative;
	}

	.owl-theme.amenities-slider .owl-nav [class*="owl-"]{
		position: absolute;
		top: 50%;
		margin: 0px;
		font-size: 60px;
		padding: 0px;
		background: transparent;
		color: #6b6b6b;
		margin-top:-45px;
	}
	.owl-theme.amenities-slider .owl-nav [class*="owl-"]:hover{
		background: transparent;
		color: #f47c00;
	}


	.amenities-slider .owl-nav .owl-prev{
		left: -50px;
	}
	.amenities-slider .owl-nav .owl-next{
		right:-50px;
	}

	@media (max-width: 992px) {
		.owl-theme.amenities-slider .owl-nav [class*="owl-"]{
			position: relative;
			margin-top:-30px;
			top:0px;
		}
		.amenities-slider .owl-nav .owl-prev{
			left: -50px;
		}
		.amenities-slider .owl-nav .owl-next{
			right:-50px;
		}
		.owl-carousel.amenities-slider{
			margin-bottom: 30px;
		}
	}




/*------------------------------
	Searchbar
	------------------------------*/
	.blog-magazine{
		padding:40px 0px;
	}
	/*Magazine Text*/
	.magazine-item {
		position: relative;
	}
	.magazine-item .magazine-header h2 {
		margin: 0;
		color: #111111;
		font-weight: 300;
		font-size: 36px;
		line-height: 50px;  
	}
	.magazine-item .magazine-header ul {
		list-style: none;
		padding: 0;
		overflow: hidden;
		margin-top: 10px;
	}
	.magazine-item .magazine-header ul li {
		float: left;
		font-size: 16px;
		color: #333333;
		line-height: 30px;
		font-family: Georgia;
		font-style: italic;
	}
	.magazine-item .magazine-header ul li:first-child:before {
		display: none;
	}
	.magazine-item .magazine-header ul li:before {
		content: '-';
		padding: 0 5px;
	}
	.magazine-item .magazine-header ul li a {
		color: #333333;
		text-decoration: none;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
	}
	.magazine-item .magazine-header ul li a:hover {
		color: #e67d1c;
	}
	.magazine-item .magazine-header .hr {
		margin-top: 20px;
	}
	.magazine-item .magazine-body {
		margin: 20px 0 0 0;
		color: #333333;
		font-size: 14px;
		line-height: 25px;
		font-family: 'Open sans';
	}
	.magazine-item .magazine-body p {
		margin-bottom: 15px;
		line-height: 30px;
		font-size: 16px;
	}
	.magazine-item .magazine-body p:last-child {
		margin-bottom: 0;
	}
	.magazine-item .magazine-footer {
		margin-top: 20px;
		padding: 10px 0;
		overflow: hidden;
	}
	.magazine-item .magazine-footer .magazine-share a {
		margin-top: 8px;
	}

	.thumnail-item {
		position: relative;
		cursor: pointer;

		background-color: #fff;
		margin-bottom: 5px;
	}
	.thumnail-item:hover figure:before,
	.thumnail-item.active figure:before,
	.thumnail-item:hover figure:after,
	.thumnail-item.active figure:after {
		opacity: 1;
		visibility: visible;
	}
	.thumnail-item figure {
		position: relative;
		z-index: 1;
	}

	@media (min-width: 768px) {
		.thumnail-item figure:before {
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			content: '';
			position: absolute;
			border: 6px solid #e67d1c;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
		}
		.thumnail-item figure:after {
			content: '';
			position: absolute;
			height: 0;
			width: 0;
			top: 0;
			bottom: 0;
			right: -30px;
			margin: auto;
			border: 15px solid transparent;
			border-left-color: #e67d1c;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
		}
	}



	.thumnail-item .thumnail-text {
		padding: 15px 15px 15px 30px;
		display: table-cell;
	}
	.thumnail-item .thumnail-text h4 {
		color: #111111;
		font-size: 18px;
		margin: 0;
		line-height: 27px;
		font-weight: 300;
	}
	.thumnail-item .thumnail-text span {
		line-height: 30px;
		color: #666666;
		font-size: 16px;
		font-family: 'Georgia';
		font-style: italic;
	}


	.float-left {
		float: left;
	}
	.float-right {
		float: right;
	}
	.clear {
		clear: both;
	}


/*------------------------------
	Searchbar e67d1c
	------------------------------*/
	/* CSS used here will be applied after bootstrap.css */
	.tab-content .tab-pane {    
		position: relative;
	}

	.home-tab{
		z-index: 10;
	}

	.tab-content{
		padding: 15px 0px;
		overflow: hidden;
		margin-top: -1px; border-top: 1px solid #dadada;
	}

	.nav-tabs.nav-justified.home-tab > li > a {
		border: 0px;
		border-bottom: 4px solid transparent;
		border-radius: 0;
		font-size: 18px; font-weight: 600;
		color: #202020;
		padding: 10px 0px;
		text-transform: uppercase;
	}

	.nav-tabs.nav-justified.home-tab > li.active > a {
		border: 0px;
		border-color: transparent;
		border-bottom: 4px solid #e67d1c;
		color: #e67d1c;
	}
	.nav-tabs.nav-justified.home-tab > li:hover > a {
		border: 0px;
		border-color: transparent;
		background-color: transparent;
		border-bottom: 4px solid #e67d1c;
	}


	.hotel-block{
		display: block;
		margin-bottom: 30px;
	}
	.vertical-block .hotel-info{
		padding-top:10px;
	}

	.hotel-heading{
		font-size: 17px;
		color:#202020;
		margin-top: 0px;
		margin-bottom: 5px;
		line-height: 17px;
		font-weight: 600;
	}
	span.rating{
		font-size: 12px;
		color: #8d8d8d;
		margin-bottom:2px;
		line-height: 14px;
	}
	.hotel-info .rating{
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 14px;
		margin-top: 0px;
	}




	.text-yellow{
		color: #f5871f;
	}
	/*.list-info{
		margin: 0px;
		padding: 0px;
	}
	.list-info li{
		margin: 0px;
		padding: 0px;
		color: #3b3b3b;1
		text-align: left;
		font-size: 14px;
		line-height: 20px;
	}*/
	.hotel-info .list-info{ 
		min-height: 112px;
	}
	.list-info {
	    margin: 0 0 13px 0;
	    padding: 0;
	}
	.list-info li {
		color: #3b3b3b;
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 5px 0;                
		padding: 0;
	}
	.list-info li > span{
		margin: 0px;
		padding: 0px;
		color:#727272;
		width: 85px;
		display: inline-block;
	}
	.lbl-price{
		color: #f5871f;
		font-size: 24px; font-weight: 600;
	}

	@media (max-width: 768px) {
		.hotel-info{
			padding-top:10px;
		}
		span.rating{
			display: block;
			margin-top: 5px;
		}
	}


/*------------------------------
	section
	------------------------------*/
	.pad40tb{ padding: 40px 0px; }
	.city-row [class*='col-']{
		padding: 0px 1px;
	}
	.city-block{ border:1px solid #d9d9d9; margin: 1px 0px 1px 0px; }
	.city-info{ padding: 0px 15px; height: 75px; background-color: #fff; }
	.city-heading{ font-size: 22px; color: #1e1e1e; margin: 0px; padding: 0px; line-height: 40px; margin: 0px; display: block; width: 100%; }
	.city-sub-heading{ color: #6c6c6c; line-height:30px;  display: inline-block; }

	.heading-client{
		font-size: 26px; color: #353535; text-transform: uppercase; font-weight: 600; line-height: 80px; margin: 0px;
	}
	.clients-section{
		border-bottom: 3px solid #fff;
	}

/*------------------------------
	Footer
	------------------------------*/

	footer{
		padding: 40px 0px 20px 0px; 
	}
	.footer-heading{
		color: #5b5b5b;
		font-size: 20px;
		margin: 0px 0px 20px;
		padding-bottom: 20px; 
		position: relative;
		font-weight: 600;
	}
	.footer-heading:after{
		height: 2px; width: 50px; background-color: #e67d1c; content:""; position: absolute; bottom: 0px; left: 0px;
	}
	.footer-list li a{
		padding: 5px 0px;
		margin-bottom: 0px;
		color: #585858;
		display: block;
	}
	.footer-list li a:hover, .footer-list li a:active, .footer-list li a:focus{
		color: #e67d1c;
	}

	.newsletter{
		border-top: 1px solid #c0c0c0;
		border-bottom:1px solid #c0c0c0;
		padding: 20px 0px 15px 0px;
		margin: 20px 0px 20px 0px;

	}

	.copyright a{
		padding: 10px 0px;
		display: inline-block;
	}

	.social-link{}
	.social-link a {
		text-align: center;
		display:inline-block;
		margin-right: 10px;
		color: #999999;
		font-size: 18px;
		line-height:0px;
		border-radius:50%;
		border:1px solid #999999;
		margin:0px 5px 5px 0px;
		padding:10px;
	}
	.social-link a i{
		height:20px; width:20px; text-align:center; line-height:normal;
	}
	.social-link a.icon-facebook:hover { color: #3a559f; }
	.social-link a.icon-google:hover { color: #dd4b39; }
	.social-link a.icon-twitter:hover { color: #50abf1; }
	.social-link a.icon-youtube:hover { color: #dc472e; }

	@media (max-width: 768px) {
		.footer-heading{
			margin-top: 30px;
			text-align: center;
		}
		.footer-list{
			text-align: center;
		}
		.footer-heading:after{
			left: 0px; right: 0; margin: 0px auto;
		}
		.copyright{ text-align: center; }
		.social-icons{ text-align: center; }
	}

	.txt-date{ position: relative; }

	.txt-date:after{
		position: absolute;
		right: 5px;
		top: 5px;
		font-size: 16px;
		content: "\f01d";
		font-family: 'FontAwesome';
		color: #ff0000;
		z-index: 1070;
		height: 30px;
		width: 30px;
		display: block;
		background: url("../images/icon-date.png");
		background-repeat: no-repeat;
	}


/*---------------------------------------------

	Search Filter

	---------------------------------------------*/



	.filter-box a > i{
		transition: all 0.3s ease-out 0s;
		-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
		-webkit-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		transform:rotate(90deg)
	}
	.filter-box a.collapsed > i{
		-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
		-webkit-transform:rotate(00deg);
		-ms-transform:rotate(00deg);
		transform:rotate(00deg)
	}
	.border-top{
		border-top: 3px solid #005bbf;
	}
	.breadcrumb{
		background-color: transparent;
		font-size: 12px;
		margin: 0px;
	}

	.filter-block{
		background-color:#f1f1f1;
		padding: 10px 10px 00px 10px;
		margin-bottom: 30px;
	}
	.filter-box{
		background-color: #fff;
		margin-bottom: 10px;
		display: inline-block;
		width: 100%;
	}
	.filter-heading{
		padding: 5px 5px 5px 10px;
		display: block;
		color: #f47c00;
		font-weight: 600;
		font-size: 18px;
		border-bottom: 1px solid #f1f1f1;
		line-height: 30px;
	}
	.filter-heading > i{
		float:right;
		font-size: 20px;
		margin-right: 5px;
		line-height: 30px;
	}
	.filter-info{
		padding: 10px 10px;
	}
	.filter-info label{
		font-size: 14px; font-weight: 400; color: #444;
	}

	.filter-info.bg-blue label{
		color: rgba(255,255,255,0.8);
	}


	@media (max-width:992px) {
		.filter-info .p-r-5{
			padding-right: 15px;
		}
		.filter-info .p-l-5{
			padding-left:15px;
		}
	}

	.radio-line .radio:first-child{
		margin-top: 0px;
	}
	.checkbox-double .checkbox{
		margin-bottom: 5px;
		margin-top: 0px;
	}

	.amenities-block1{
		display: block;
		background-color: rgba(0,0,0,0.05);
		border:1px solid #e5e5e5;
		padding: 5px;
		border-radius: 6px;
		margin-bottom:10px; 
	}
	.amenities-block1 > i{
		font-size: 25px;
		text-align: center;
		display: block;
	}

	.amenities-block1 > span{
		display: block;margin-top: 5px;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
	}



	.amenities-block.active, .amenities-block:hover{
		border-color: #005bbf;
		color: #005bbf;
		background-color: rgba(0,91,191,0.05);
	}


	.amenities-cols > div:nth-child(even)
	{
		padding-left: 5px;
	}
	.amenities-cols > div:nth-child(odd)
	{
		padding-right: 5px;
	}

	.filter-selected-block{
		padding: 0px 0px 10px 0px;
		margin-bottom: 15px;
	}
	.filter-selected-block > a{
		border:1px solid rgba(0,0,0,0.05);
		padding: 5px 10px; display: inline-block;
		font-size:14px;
		color: #777;
		border-radius:6px;
		margin: 0px 5px 5px 0px;
		line-height: 18px;
		background-color: rgba(0,0,0,0.01);
	}
	.filter-selected-block > a > i{
		font-size: 10px; line-height: 18px;
		height: 18px; width: 5px; display: inline-block;
	}
	.filter-selected-block > a > span{ color: #333; }

	.filter-selected-block > a:hover{
		color: rgba(245,134,31,1);
		background-color: rgba(245,134,31,0.05);
		border-color: rgba(245,134,31,0.1);	
	}
	.filter-selected-block > a:hover > span{
		color: rgba(245,134,31,1);
	}


/*---------------------------------------------

	obj Info

	---------------------------------------------*/

	.obj-block{
		padding: 5px;
		border:1px solid #f1f1f1;
		background-color: #fff;
		border-bottom:2px solid rgba(0,0,0,0.1);
		margin-bottom: 20px;
	}

	.obj-block.odd{
		padding: 5px;
		background-color: #f9f9f9;
	}

	.obj-block.blue-border{
		border-bottom:2px solid #005bbf;
	}
	.obj-block.orange-border{
		border-bottom:2px solid #f47c00;
	}
	.obj-block.green-border{
		border-bottom:2px solid #5cb85c;
	}

	.obj-block.obj-block-premium.odd{
   		background-color: rgba(236, 189, 121, 0.40);
   	}

   	.obj-block.obj-block-premium .obj-heading{
   		border-bottom-color: rgba(236, 189, 121, 0.80);
   		color: #111;
   	}

   	.obj-block.obj-block-premium .obj-desc{
   		color: #333;
   	}


	.obj-list-image{
		position: relative;
	}
	.discount-info{
		padding:3px;
		background-color:#f47c00;
		color: #fff;
		position: absolute;
		top: 5px;
		left:5px;
		border-radius: 4px;
	}
	.discount-rate{

	}
	.like-icon{
		position: absolute;
		width: 30px;
		height: 30px;
		line-height: 29px;
		top: 5px;
		right:5px;
		text-align: center;
		background-color: #fff;
		color: #005bbf; border-radius: 4px;	
	}
	.like-icon a{
		color: #005bbf;
	}
	.recommendation-info{
		background-color: #fff;
		position: absolute;
		bottom:5px;
		left:5px;
		padding: 2px; border-radius: 4px;	
	}
	.obj-list-info{
		position: relative;
		margin-left: -10px;
	}
	.obj-rate{
		padding:5px 10px;
		position: absolute;
		top: 0px;
		right: 0px;
		color: #fff;
		background-color: #5493fa;
		letter-spacing: 1px;
	}
	.address-info{
		height: 16px;
		font-size: 12px;
		color:#999;
		line-height: 14px;
		display: block;
		margin-bottom: 5px;
	}
	.obj-heading{
		color: #333;
		margin-top: 0px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom:1px solid #e5e5e5;
	}
	.obj-desc{
		font-size:13px;  line-height: 20px;
		color: #888; margin-bottom:10px; 
		padding-right: 70px;
		min-height: 63px;
	}

	.obj-price-info{
		line-height: 18px;
		font-size: 12px;
		color: #fff;
		display: inline-block;
		/*position: absolute;*/
		float: right;

		bottom: 0px;
		right: 0px;
		text-align: right;
		font-weight:400;
		color: #f47c00; /*#005bbf; */
	}
	.obj-price-info > .text-muted{
		margin-bottom: 5px;
		display: inline-block;
	}

	.obj-amount{
		font-size: 26px;
		font-weight: 600;
		margin-right: 2px;
	}
	.sap{
		margin:10px 0px;
		border: 0px;
		height: 1px;
		width: 100%;
		background-color: #ccc;
		display: none;
	}

	.listing-thumb-bottom{

	}

	@media (max-width: 768px) {
		.discount-info, .like-icon, .recommendation-info, .obj-rate{
			display: none;
		}
		.obj-list-info{
			margin-left:0px;
			margin-top: 10px;
		}
		.obj-price-info{
			display: block;
			position:relative;
			text-align: right;
		}
	}




/*-----------------------------------------------

	property Info

	-------------------------------------------------*/
	.property-slider{
		margin-bottom: 30px;
	}
	.owl-theme.property-carousel .owl-nav [class*="owl-"] {
		background: #d6d6d6 none repeat scroll 0 0;
		border-radius: 0px;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		position: absolute;
		height: 70px;
		margin: -35px 0px 0px 0px;
		background-color:rgba(0,0,0,0.4);
		width: 70px;
		line-height: 58px;
		font-size: 60px;    
	}
	.owl-theme.property-carousel{
		position: relative;
	}
	.owl-theme.property-carousel .owl-dots{
		display: none; height: 0px; overflow: none;
	}
	.owl-theme.property-carousel .owl-nav .owl-prev{
		top:50%;
		left: 0;
		border-radius: 0px 35px 35px 0px;
	}
	.owl-theme.property-carousel .owl-nav .owl-next{
		top:50%;
		right: 0;
		border-radius: 35px 0px 0px 35px;
	}
	.owl-theme.property-carousel .owl-nav [class*='owl-']:hover {
		background:#005bbf;
		color: #FFF;
		text-decoration: none;
	}
	.owl-theme.property-carousel .owl-thumbs{
		background-color: #333;
	}

	@media (max-width: 992px) {
		.owl-theme.property-carousel .owl-thumbs{
			display: none !important;
		}
	}



	.property-details{
		transition: all 0.3s ease-out 0s;
	}

	.property-tab{
		z-index: 10;
		border-bottom: 0;
	}

	.property-details .tab-content{
		padding: 15px 0px;
		overflow: hidden;
		margin-top: -1px; 
		width: 100%;
	}

	.nav-tabs.property-tab > li {
		margin-bottom: -2px;
	}

	.nav-tabs.property-tab > li > a {
		border-bottom: 2px solid transparent;
		border-radius: 0;
		font-size: 15px;
		font-weight: 600;
		color:rgba(0,0,0,0.5);
		padding: 10px 10px;
		text-transform: uppercase;
	}

	.nav-tabs.property-tab > li.active > a , .nav-tabs.property-tab > li.active:hover > a {
		border-color:transparent;
		border-bottom: 2px solid #e67d1c;
		color: #e67d1c;
	}
	.nav-tabs.property-tab > li:hover > a {

		border-color: transparent;
		background-color: transparent;
		color:rgba(0,0,0,0.9);
	}

	.property-panel{
		height: auto;
		transition: all 0.3s ease-out 0s;
	}

	.property-panel h1, .property-panel h2, .property-panel h3, .property-panel h4, .property-panel h5, .property-panel h6{
		font-weight: 600;
		margin-top: 30px;
	}
	.property-panel h1:first-child, .property-panel h2:first-child, .property-panel h3:first-child, .property-panel h4:first-child, .property-panel h5:first-child, .property-panel h6:first-child{
		margin-top: 0px;
	}

	.property-panel p{
		font-size: 15px;
	}

	.property-panel ul.lists{
		margin:10px 20px 10px 40px;
	}
	.property-panel ul.lists li{
		padding:0px 0px 0px 5px;
		margin-bottom: 10px;
		list-style: initial;
	}


	.property-review-marks{
		height: 64px;
		width: 64px;
		background-color: #68c23a;
		color: #fff;
		font-size: 35px;
		line-height: 64px;
		text-align: center;
		font-weight: 600;
	}
	.property-review-marks > span{

	}


	.sort-navbar{
		border-bottom: 2px solid #005bbf;
		margin-bottom: 20px;
	}

	.sort-navbar.nav-pills > li > a {
		border-radius: 0px;
		color:rgba(0,0,0,0.6);
	}
	.sort-navbar.nav-pills > li.active > a, .sort-navbar.nav-pills > li.active > a:hover, .sort-navbar.nav-pills > li.active > a:focus {
		background-color: #005bbf;
		color: #fff;
	}

	.sort-navbar.nav .open > a, .sort-navbar.nav .open > a:hover, .sort-navbar.nav .open > a:focus {
		background-color: #eee;
		border-bottom: 0px;
		color: #005bbf;
	}


	.send-inquery-heading{
		margin: 5px 0px 15px 0px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		color: #fff;
	}
	.send-inquery-block{
		background-color: #005bbf;
		padding: 15px 15px;
		margin-bottom: 30px;
	}
	.send-inquery-block label{
		color: rgba(255,255,255,0.95);
		font-weight: 400;
		font-size: 14px;
		line-height: 14px;
	}
	/* , .send-inquery-block textarea */

	.send-inquery-block input[type="text"]{
		min-height: 40px;
		border:1px solid #004188;
	}
	.send-inquery-block .form-control{
		color: #333;
	}

	.send-inquery-block input[type="text"]:focus, .send-inquery-block input[type="text"]:active{
		-webkit-box-shadow: 0 0 12px #004188;
		box-shadow:0 0 12px #004188;
	}
	.send-inquery-block textarea{
		border:1px solid #004188;
	}
	.send-inquery-block textarea:focus, .send-inquery-block textarea:active{
		-webkit-box-shadow: 0 0 12px #004188;
		box-shadow:0 0 12px #004188;
	}


	.send-inquery-block .checkbox label{
		line-height: 22px;
	}
	.send-inquery-block .checkbox label a{
		color: #000;
	}





	.send-inquery-block-2{
		background-color: #e67d1c;
		padding: 15px 15px;
		margin-bottom: 30px;
	}
	.send-inquery-block-2 label{
		color: rgba(255,255,255,0.95);
		font-weight: 400;
		font-size: 14px;
		line-height: 14px;
	}
	/* , .send-inquery-block textarea */

	.send-inquery-block-2 input[type="text"]{
		min-height: 40px;
		border:1px solid #ce6d13;
	}
	.send-inquery-block-2 input[type="text"].input-sm{
		min-height: 30px;
	}


	.send-inquery-block-2 .form-control{
		color: #333;
	}

	.send-inquery-block-2 input[type="text"]:focus, .send-inquery-block-2 input[type="text"]:active{
		-webkit-box-shadow: 0 0 12px #ce6d13;
		box-shadow:0 0 12px #ce6d13;
	}
	.send-inquery-block-2 textarea{
		border:1px solid #ce6d13;
	}
	.send-inquery-block-2 textarea:focus, .send-inquery-block-2 textarea:active{
		-webkit-box-shadow: 0 0 12px #ce6d13;
		box-shadow:0 0 12px #ce6d13;
	}


	.send-inquery-block .checkbox label{
		line-height: 22px;
	}
	.send-inquery-block .checkbox label a{
		color: #000;
	}




	.page-header{
		position: relative;
	}

	@media (min-width: 992px) {
		.page-links{
			position: absolute;
			bottom: 5px; right: 5px;
			display: inline-block;	
			margin-top: 0px;
		}
	}
	.page-links{
		font-size: 16px;
		display:block;
		margin-top: 5px;
	}



	.border-b-blue{
		border-bottom:2px solid #005bbf;
	}
	.border-b-orange{
		border-bottom:2px solid #f47c00;
	}

	.news-block{
		padding: 0px 0px 10px 0px;
		margin-bottom: 25px;
		border-bottom:2px solid #ccc;
		margin-top: 5px;
		transition: all 0.3s ease-out 0s;
	}
	.news-block:hover{
		border-bottom:2px solid #005bbf;
	}

	.news-block .news-heading{
		font-size: 18px; font-weight:600; margin-bottom: 15px;
	}

	.news-block .news-info{
		font-size: 14px; margin-bottom: 15px;
	}


	.blog-block{
		padding: 0px 0px 10px 0px;
		margin-bottom: 25px;
		border-bottom:2px solid #ccc;
		margin-top: 5px;
		transition: all 0.3s ease-out 0s;
	}
	.blog-block img{
		margin-bottom: 15px;
	}
	.blog-block:hover{
		border-bottom:2px solid #f47c00;
	}

	.blog-block .blog-heading{
		font-size: 18px; font-weight:400; margin-bottom: 15px;
		color:#f47c00;
	}
	.blog-block .blog-heading small{
		display: block;
		font-size: 14px;
	}
	.blog-block .blog-heading small i{
		font-size: 12px;
	}
	.blog-block .blog-heading:hover{
		color:#005bbf;
	}

	.blog-block .blog-info{
		font-size: 14px; margin-bottom: 15px;
	}






	.login-block{
		border-top:2px solid #ccc;
		border-left: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
		border-bottom:4px solid #005bbf;
		padding: 15px 15px;
		margin-bottom: 30px;
		background-color: rgba(0,0,0,0.02);
	}

	.signup-block{
		border-top:2px solid #ccc;
		border-left: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
		border-bottom:4px solid #f47c00;
		padding: 15px 15px;
		margin-bottom: 30px;
		background-color: rgba(0,0,0,0.02);
	}

	.signup-block .form-group label{
		font-weight: 400;
		color: #333;
	}


	.signup-radio{
		padding: 8px 20px 8px 35px;
		border: 1px solid #ccc;
		background-color: #f1f1f1;
		transition: all 0.3s ease-out 0s;
	}

	.signup-radio:hover{
		background-color: #f47c00;
		border-color:#f47c00; 
	}
	.signup-radio:hover label{
		color: #fff;
	}

	.signup-radio.active{
		background-color: #f47c00;
		border-color:#f47c00; 
	}
	.signup-radio.active label{
		color: #fff;
	}



	.error{
		font-size: 12px;
		color: #ff0000;
		line-height: 12px;
	}



	.gallery a{
		border:4px solid #ccc;
		display: inline-block;
		margin-bottom: 20px;
	}
	.gallery a:hover,.gallery a:focus, .gallery a:active{
		border-color:#f47c00;
	}




	.que-mark{
		float: right;
		/*	color: #f47c00;*/
		margin-right: 5px;
		color: #fff;
		background-color:#f47c00;
		height: 16px;
		width: 16px;
		font-size: 12px;
		line-height: 15px;
		text-align: center;
		margin-top: 5px;
		border-radius: 4px;
	}
	.tooltip-inner {
		min-width: 150px;
	}


	.acco-block{
		border-bottom: 3px solid #ccc;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
	.acco-block:hover{
		border-bottom-color:#f47c00;
	}



	.footer-info{
		border:1px solid rgba(0,0,0,0.11);
		background-color: rgba(255,255,255,0.5);
		border-radius: 6px;
		padding: 15px;
		font-size: 14px;
		margin-bottom: 20px;
	}
	.footer-info > p{
		margin-bottom: 0px;
	}
	.lbl-subscribe{
		font-size: 18px;
		line-height: 20px;
		text-align: right;
		display: block;
	}

	@media (max-width: 992px) {
		.lbl-subscribe{
			text-align: left;
		}
	}

	.property-details.nearby-details{
		padding: 15px;
		background-color: #f2f2f2;
		margin-bottom: 30px;
	}
	.nearby-details a{
		display: block;
		width: 100%;
		color: #333;
		font-size: 14px;
	}
	.nearby-details a:hover{
		color: #f47c00;
	}
	.property-details.nearby-details .property-tab{
		background-color: #f2f2f2;

	}
	.property-details.nearby-details .tab-content{
		padding-top:0px;
	}

	.property-details.nearby-details .property-panel{
		background-color: #fff;	
		padding: 15px;
	}

	.nearby-heading{
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.20);
		display: block;
		font-weight: 600;
		cursor: pointer;
	}
	.nearby-heading span{
		float: right;
		display: block;
		height: 30px;
		width: 30px;
		background-color: rgba(0,0,0,0.20);
		color: #fff;
		text-align: center;
		line-height: 28px;
		transition: all 0.3s ease-out 0s;
	}

	.nearby-heading span i{
		transition: all 0.3s ease-out 0s;
	}
	.nearby-heading.collapsed span i{
		-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}


	.special-offer{
		border:1px solid rgba(0,0,0,0.11);
		background-color: rgba(0,0,0,0.03);
		border-radius: 6px;
		padding: 15px;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.special-offer > p{
		margin-bottom: 0px;
	}

	.special-offer.offer-blue{
		border:1px solid rgba(0,91,191,0.2);
		background-color: rgba(0,91,191,0.05);
		color:rgba(0,91,191,1);
	}
	.special-offer.offer-orange{
		border:1px solid rgba(244,124,0,0.2);
		background-color: rgba(244,124,0,0.05);
		color:rgba(244,124,0,1);
	}


.signup-radio label.error{
	position: absolute;
	bottom: -5px;
	color: #ff0000;
	line-height: 10px;
	height: 1px;
	overflow: visible;
	min-height: 1px;
}

.signup-radio label.error:before, .signup-radio label.error:after{
	content: "";
	height: 0px;
	width: 0px;
}

.signup-block .form-group label.error {
	color:#ff0000;
	font-size: 13px;
	padding: 6px 12px 0px;
}


 @media (min-width: 768px) {

	.obj-list-image img.list-img{
		width:259px !important;
		height:173px !important;
		object-fit: cover;
		object-position: 50% 50%;
		transition: all 0.4s ease 0s;	
	}

	.hotel-block img.hotel-block-img{
		width:263px !important;
		height:176px !important;
		object-fit: cover;
		object-position: 50% 50%;
		transition: all 0.4s ease 0s;	
	}

	.gallery img.galry-img{
		width:450px !important;
		height:170px !important;
		object-fit: cover;
		object-position: 50% 50%;
		transition: all 0.4s ease 0s;	
	}

	.magazine-thum img.blog-img{
		width:263px !important;
		height:150px !important;
		object-fit: cover;
		object-position: 50% 50%;
		transition: all 0.4s ease 0s;	
	}
}

 
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .gallery img.galry-img{
		width:750px !important;
		height:400px !important;
		object-fit: cover;
		object-position: 50% 50%;
		transition: all 0.4s ease 0s;	
	}
}

.property-contacts{
	margin-bottom: 5px;
}
.contacts-heading{
	background-color:rgba(244,124,0,1);
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	padding:0px 15px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	display: block;
	width: 100%;
	margin: 0px;
	cursor: pointer;
}

.contacts-heading i{
	transition: all 0.3s ease-out 0s;
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);	
}
.contacts-heading.collapsed i{
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}



.contacts-heading i{
	float: right;
	font-size: 30px;
	line-height: 50px;
}

.contacts-info{
	padding: 15px;
	border:1px solid rgba(244,124,0,0.5);
	font-size: 18px;
	font-weight: 600;
}
.contacts-info p:last-child{
	margin-bottom: 0px;
}
.contacts-info p i{
	margin-right: 5px;
}

	.mobile-footer-buttons{
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		background-color:#005bbf;	
		color: #fff;
		text-align: center;
	}
	.mobile-buttons{
		padding: 15px 0px;
		display: block;
		color: #fff;
	}
#div-chk-1, #div-chk-2{
	margin: 0px;
	padding-bottom: 20px;
}
