/*------------------------------------------------------------------
Project:        Extretion
Author:         Crenoveative
URL:            http://themeforest.net/user/crenoveative/portfolio
Created:        27/05/2015
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
* Table of Content
* 1. Header
* 2. Sticky Header
* 3. Navbar Mini
* 4. Hero Header
* 5. Thank you
* 6. Main Search Form
* 7. Top Destination
* 8. Hotel
* 9. Breadcrumb
* 10. Payment Page
* 11. Detail Page
* 12. Room Page
* 13. Result Page
* 14. Tab
* 15. Travel Quotes
* 16. Testimonial
* 17. Hot Deal
* 18. Faq
* 19. Sidebar
* 20. Featured
* 21. Team
* 22. Blog
* 23. Newsletter
* 24. Contact
* 25. Footer
* 26. Error Page
* 27. Login/Signup
* 28. Message for dashboard inbox
* 29. Dashboard
* 30. Miscellaneous
-------------------------------------------------------------------*/

/**
 * Hero Header
 */

.hero {
	position: relative;
	padding: 80px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(
		top,
		rgba(108, 91, 123, 0.6) 0%,
		rgba(53, 92, 125, 0.6) 100%
	);
	background-image: -o-linear-gradient(
		top,
		rgba(108, 91, 123, 0.6) 0%,
		rgba(53, 92, 125, 0.6) 100%
	);
	background-image: linear-gradient(
		to bottom,
		rgba(108, 91, 123, 0.6) 0%,
		rgba(53, 92, 125, 0.6) 100%
	);
	background-repeat: repeat-x;
	content: '';
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc6c5b7b', endColorstr='#cc355c7d', GradientType=0);
}

.hero.stellar-parallax-bg {
	background-position: bottom center;
}

.hero-texting {
	padding: 0 40px;
}

.hero h1 {
	margin-top: 0;
	margin: 0 0 10px;
	color: #fff;
	font-weight: 300;
	font-size: 56px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.hero p {
	margin-bottom: 15px;
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
	text-align: center;
}

.hero.width-sign-up-form {
	padding: 120px 0 50px;
}

.hero.width-sign-up-form label {
	margin: 0 0 5px;
	margin-left: 15px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.hero.width-sign-up-form .form-control {
	border-color: #fff;
}

.hero.width-sign-up-form p.p-title {
	margin-top: -20px;
}

.post-hero {
	padding-top: 76px;
	padding-bottom: 50px;
	background: #fff;
}

.slick-hero-slider .image-bg {
	position: relative;
	background-position: center center;
	background-size: cover;
}

.slick-hero-slider .image-bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(
		top,
		rgba(108, 91, 123, 0.6) 0%,
		rgba(53, 92, 125, 0.6) 100%
	);
	background-image: -o-linear-gradient(
		top,
		rgba(108, 91, 123, 0.6) 0%,
		rgba(53, 92, 125, 0.6) 100%
	);
	background-image: linear-gradient(
		to bottom,
		rgba(108, 91, 123, 0.6) 0%,
		rgba(53, 92, 125, 0.6) 100%
	);
	background-repeat: repeat-x;
	content: '';
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc6c5b7b', endColorstr='#cc355c7d', GradientType=0);
}

.slick-hero-slider-caption {
	padding-top: 150px;
	padding-bottom: 150px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.slick-hero-slider-caption h2 {
	margin-top: 0;
	margin: 0 0 20px;
	color: #fff;
	font-weight: 300;
	font-size: 50px;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.slick-hero-slider-caption p {
	margin-bottom: 20px;
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
	text-align: center;
}

.slick-hero-slider-caption a span {
	display: inline-block;
	display: inline-block;
	margin-top: 10px;
	padding: 7px 25px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.slick-hero-slider-caption a span.bg-primary {
	padding: 8px 25px;
	border: #005294;
}

.slick-hero-slider-caption a:hover span {
	border-color: #004680 !important;
	background: #004680 !important;
	text-decoration: none;
}

.slick-hero-slider.slick-inner-dot .slick-dots {
	bottom: 0;
}

.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
	bottom: 205px;
}

.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {
	padding-top: 130px;
	padding-bottom: 275px;
}

@media only screen and (max-width: 1199px) {
	.hero {
		background-size: auto;
	}
}

@media only screen and (max-width: 991px) {
	.hero h1 {
		font-size: 50px;
		line-height: 1.4;
	}
	.hero p {
		font-size: 22px;
		line-height: 1.4;
	}
	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {
		padding-bottom: 325px;
	}
	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
		bottom: 255px;
	}
}

@media only screen and (max-width: 767px) {
	.hero {
		padding: 40px 0;
	}
	.hero-texting {
		padding: 15px;
	}
	.hero h1,
	.slick-hero-slider-caption h2 {
		margin-bottom: 20px;
		font-size: 35px;
		line-height: 1.2;
		text-align: left;
	}
	.hero p,
	.slick-hero-slider-caption p {
		font-size: 20px;
		line-height: 1.2;
		text-align: left;
	}

	.slick-hero-slider-caption {
		padding: 50px 30px 70px;
	}

	.slick-hero-slider-caption h2,
	.slick-hero-slider-caption p {
		text-align: center;
	}

	.slick-hero-slider .slick-prev {
		left: 10px;
	}

	.slick-hero-slider .slick-next {
		right: 10px;
	}

	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-hero-slider-caption {
		padding: 50px 30px 70px;
	}
	.alt-dot-position.slick-hero-slider.slick-inner-dot .slick-dots {
		bottom: 0;
	}
}

@media (max-width: 479px) {
	.hero h1,
	.slick-hero-slider-caption h2 {
		font-size: 30px;
		line-height: 1.2;
	}
	.hero p,
	.slick-hero-slider-caption p {
		font-size: 16px;
		line-height: 1.2;
	}
}

/**
 * Thank you
 */

.thank-you {
	position: relative;
	padding: 80px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

.thank-you::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(
		top,
		rgba(108, 91, 123, 0.6) 0%,
		rgba(53, 92, 125, 0.6) 100%
	);
	background-image: -o-linear-gradient(
		top,
		rgba(108, 91, 123, 0.6) 0%,
		rgba(53, 92, 125, 0.6) 100%
	);
	background-image: linear-gradient(
		to bottom,
		rgba(108, 91, 123, 0.6) 0%,
		rgba(53, 92, 125, 0.6) 100%
	);
	background-repeat: repeat-x;
	content: '';
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cc6c5b7b', endColorstr='#cc355c7d', GradientType=0);
}

.thank-you.stellar-parallax-bg {
	background-position: bottom center;
}

.thank-you .inner {
	padding: 40px;
	background: rgba(0, 0, 0, 0.4);
}

.thank-you h1 {
	margin-top: 0;
	margin: 0 0 10px;
	color: #fff;
	font-weight: 600;
	font-size: 38px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
}

.thank-you p {
	margin: 25px 0 30px;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	text-align: center;
}

.thank-you .btn {
	padding-right: 85px;
	padding-left: 45px;
}

.thank-you .btn .icon {
	padding-top: 10px;
	font-size: 24px;
}

/**
 * Main Search
 */

.main-search-wrapper {
	z-index: 9;
	width: 100%;
}

.main-search-wrapper .inner {
	width: 73.5%;
	margin: 0 auto;
	margin-top: 30px;
	padding: 30px;
	background: rgba(0, 0, 0, 0.4);
}

.main-search-wrapper .form-control {
	border-color: #fff;
}

.main-search-wrapper label {
	margin: 0 0 8px;
	color: #fff;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	text-align: left !important;
	text-transform: uppercase;
}

.main-search-wrapper .fancy-select .form-control.open {
	border-color: #fff;
}

.main-search-wrapper-2 {
	padding-top: 20px;
	padding-bottom: 5px;
}

.main-search-wrapper-2 .inner {
	position: relative;
	padding-right: 180px;
}

.main-search-wrapper-2 .form-control {
	border-color: #fff;
}

.main-search-wrapper-2 .btn-absolute {
	position: absolute;
	right: 0;
	bottom: 21px;
	width: 150px;
}

.main-search-wrapper-2 .btn-absolute .btn {
	height: 34px;
	padding-top: 7px;
}

.main-search-wrapper-2.absolute-in-hero-slider {
	z-index: 999;
	position: relative;
	margin-top: -125px;
	padding-top: 30px;
	padding-bottom: 15px;
	background: rgba(0, 0, 0, 0.4);
}

.main-search-wrapper-2.absolute-in-hero-slider label {
	color: #fff;
}

@media only screen and (max-width: 1199px) {
	.main-search-wrapper .inner {
		width: 80%;
	}
	.main-search-wrapper-2 .inner {
		padding-right: 130px;
	}

	.main-search-wrapper-2 .btn-absolute {
		width: 100px;
	}
}

@media only screen and (max-width: 991px) {
	.main-search-wrapper .inner {
		width: 93%;
	}
	.main-search-wrapper-2 .inner {
		padding-right: 0;
	}
	.main-search-wrapper-2.absolute-in-hero-slider {
		margin-top: -185px;
		padding-top: 20px;
		padding-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.main-search-wrapper .inner {
		margin-top: 0;
	}

	.main-search-wrapper-2 .inner {
		padding-bottom: 70px;
	}

	.main-search-wrapper-2 .btn-absolute {
		right: auto;
		left: 50%;
		width: 150px;
		margin-left: -75px;
	}

	.main-search-wrapper-2.absolute-in-hero-slider {
		margin-top: 0;
		background: rgba(0, 0, 0, 0.6);
	}
}

@media (max-width: 479px) {
	.main-search-wrapper .inner {
		padding: 20px;
	}
	.main-search-wrapper .form-lg label {
		font-size: 15px;
	}
	.main-search-wrapper label {
		font-size: 13px;
	}
	.main-search-wrapper .form-control {
		margin: 0 0 0;
	}
}

/**
 * Top Destination
 */

.top-destination-item {
	margin: 0 0 20px;
	padding-top: 1px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #dedede;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.top-destination-item:hover {
	border-bottom: 2px solid #d60d45;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.top-destination-item a {
	display: block;
	color: #777;
}

.top-destination-item .image {
	margin: 4px 5px 0;
	overflow: hidden;
}

.top-destination-item .image img {
	transition: all 0.3s ease-in-out;
}

.top-destination-item:hover .image img {
	transform: scale(1.15) rotate(5deg);
	-ms-transform: scale(1.15) rotate(5deg);
	-ms-transform: scale(1.15) rotate(5deg);
}

.top-destination-item .content {
	padding: 17px 5px 12px;
}

.top-destination-item h4 {
	margin: 0 0 2px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}

.top-destination-item .price {
	padding-top: 1px;
	text-align: right;
}

.top-destination-item .price p {
	margin: 0;
	line-height: 14px;
}

.top-destination-item .price p:not(.icon) {
	margin-bottom: 6px;
}

.destination-list-wrapper {
	margin-top: -5px;
	margin-right: -15px;
	margin-bottom: -10px;
	margin-left: -15px;
}

ul.destination-list li {
	width: 20%;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

ul.destination-list li a {
	display: block;
	margin: 0 0 10px;
	color: #5d5d5d;
	line-height: 1.2;
}

ul.destination-list li a:hover {
	padding-left: 5px;
	color: #c70c41;
}

ul.destination-list li.more-link {
	padding-top: 1px;
}

ul.destination-list li.more-link a {
	display: inline-block;
	margin-top: -3px;
	padding: 3px 7px;
	background: #005294;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

ul.destination-list li.more-link a:hover {
	padding: 3px 10px;
	background: #004680;
}

.navbar-nav ul.destination-list {
	display: block !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	margin: 20px 0 5px !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none;
}

.navbar-nav ul.destination-list li a {
	display: block !important;
	margin: 0 0 8px !important;
	padding: 0 0 10px !important;
	line-height: 1.2 !important;
}

.navbar-nav ul.destination-list li a:hover {
	padding-left: 5px !important;
}

.navbar-nav ul.destination-list li.more-link {
	padding-top: 2px !important;
}

.navbar-nav ul.destination-list li.more-link a {
	display: inline-block !important;
	padding: 3px 7px !important;
}

.navbar-nav ul.destination-list li.more-link a:hover {
	padding: 3px 10px !important;
}

.destination-grid-sm-item {
	display: block;
	padding-top: 1px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #dedede;
	background: #fff;
	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}
.destination-grid-sm-item:hover {
	border-bottom: 2px solid #d60d45;
	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
}
.destination-grid-sm-item .image {
	margin: 4px 5px 0;
	overflow: hidden;
}
.destination-grid-sm-item .image img {
	transition: all 0.3s ease-in-out;
}
.destination-grid-sm-item:hover .image img {
	transform: scale(1.15) rotate(5deg);
	-ms-transform: scale(1.15) rotate(5deg);
	-ms-transform: scale(1.15) rotate(5deg);
}
.destination-grid-sm-item .content {
	padding: 14px 5px 8px;
	text-align: center;
}
.destination-grid-sm-item h5 {
	margin: 0 0 2px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.destination-grid-sm-item p {
	font-size: 13px;
	letter-spacing: 0.5px;
}

.destination-list-sm-wrapper.mmb-10 {
	margin-bottom: -10px;
}
.destination-list-sm-item {
	position: relative;
	padding-top: 1px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #dedede;
	background: #fff;
	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}
.destination-list-sm-item:hover {
	border-bottom: 2px solid #d60d45;
	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
}
.destination-list-sm-item a {
	display: block;
	position: relative;
	padding: 5px;
	line-height: 1;
}
.destination-list-sm-item .image-bg {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.destination-list-sm-item .content {
	display: inline-block;
	vertical-align: middle;
}
.destination-list-sm-item h5 {
	margin: 2px 0 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.destination-list-sm-item p {
	font-size: 13px;
	letter-spacing: 0.5px;
}

/**
 * Hotel
 */

.top-hotel-grid-wrapper > .row > div {
	margin: 0 0 20px;
}

.top-hotel-grid-wrapper > .row.gap-15 > div {
	margin: 0 0 15px;
}

.top-hotel-grid-wrapper > .row.gap-10 > div {
	margin: 0 0 10px;
}

.hotel-item-grid {
	position: relative;
	height: 100%;
	min-height: 330px;
	padding-top: 1px;
	padding-bottom: 12px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #dedede;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.bg-white .hotel-item-grid {
	background: #f2f2f2;
}

.hotel-item-grid:hover {
	border-bottom: 2px solid #d60d45;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.hotel-item-grid .hotel-tag {
	z-index: 29;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 13px;
}

.hotel-item-grid a {
	display: block;
	color: #636363;
}

.hotel-item-grid:hover a,
.hotel-item-grid a:hover {
	text-decoration: none;
}

.hotel-item-grid .image {
	margin: 4px 5px 0;
	overflow: hidden;
}

.hotel-item-grid .image img {
	transition: all 0.3s ease-in-out;
}

.hotel-item-grid:hover .image img {
	transform: scale(1.15) rotate(5deg);
	-ms-transform: scale(1.15) rotate(5deg);
	-ms-transform: scale(1.15) rotate(5deg);
}

.hotel-item-grid .heading {
	margin: 0 0 55px;
	padding: 17px 15px 12px;
}

.hotel-item-grid h4 {
	margin: 4px 0 2px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}

.hotel-item-grid .heading p {
	margin-bottom: 5px;
}

.hotel-item-grid .content {
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	padding: 15px 15px 17px;
	border-top: 1px solid #dedede;
}

.hotel-item-grid .content:after {
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 2px;
	width: 1px;
	background: #dedede;
	content: '';
}

.hotel-item-grid .content p.price {
	line-height: 1;
	text-align: right;
}

.hotel-item-grid .content p.price .block {
	margin: 0;
}

.hotel-item-grid .content p.price .number {
	color: #005294;
	font-weight: 500;
	font-size: 21px;
	font-family: Roboto;
}

.hotel-item-grid .raty-wrapper {
	margin-top: 3px;
}

.min-height-alt .hotel-item-grid {
	min-height: 315px;
}

.infobox-hotel-item {
	z-index: 9999999;
	position: relative;
	width: 260px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	font-size: 13px;
}

.infobox-hotel-item a {
	display: block;
	color: #636363;
}

.infobox-hotel-item .image img {
	display: block;
	width: 100%;
}

.infobox-hotel-item .tripadvisor-module div {
	font-weight: 400;
	font-size: 13px;
}

.infobox-hotel-item .tripadvisor-rate i {
	margin-right: 3px;
}

.infobox-hotel-item:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border: solid transparent;
	border-width: 10px;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #c7c7c7;
	content: ' ';
	pointer-events: none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.infobox-hotel-item:hover:after {
	border-top-color: #d60d45;
}

.infobox-hotel-item.hotel-item-grid .content {
	bottom: -2px;
}

.hotel-item-list {
	position: relative;
	min-height: 223px;
	margin: 0 0 20px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #dedede;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.hotel-item-list:hover {
	border-bottom: 2px solid #d60d45;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.hotel-item-list a {
	display: block;
}

.hotel-item-list .image {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	width: 250px;
	background-position: center center;
	background-size: cover;
}

.hotel-item-list .content {
	position: relative;
	margin-right: 125px;
	margin-left: 255px;
	padding: 20px 20px 0;
}

.hotel-item-list .heading {
	margin: 0 0 12px;
}

.hotel-item-list .heading h4 {
	margin: 0 0 2px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.hotel-item-list .short-info {
	margin-bottom: 50px;
	line-height: 1.5;
}

.hotel-item-list .absolute-bottom {
	position: absolute;
	right: 125px;
	bottom: 0;
	left: 276px;
	padding: 15px 15px 17px;
	padding-left: 0;
	border-top: 1px solid #e8e8e8;
	line-height: 1;
}

.hotel-item-list .absolute-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 125px;
	border-left: 1px solid #e8e8e8;
	line-height: 1.3;
	text-align: right;
}

.hotel-item-list .meta-option {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 13px;
}

.hotel-item-list .absolute-right .star-rate {
	float: right;
}

.hotel-item-list .price-wrapper {
	position: absolute;
	right: 20px;
	bottom: 15px;
}

.hotel-item-list .price .number {
	color: #005294;
	font-weight: 500;
	font-size: 26px;
	font-family: Roboto;
}

.hotel-item-list .star-rate {
	margin-top: 5px;
	float: left;
}

.hotel-item-list .btn-sm {
	padding-right: 10px;
	padding-left: 10px;
}
.hotel-item-list-2 {
	position: relative;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #dedede;
	background: #fff;
	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.15);
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.hotel-item-list-2:last-child {
	margin-bottom: 0;
}

.hotel-item-list-2:hover {
	border-bottom: 2px solid #d60d45;
	-webkit-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 12px -3px rgba(0, 0, 0, 0.4);
}

.hotel-item-list-2 .content {
	position: relative;
	margin-right: 125px;
	margin-bottom: 50px;
	margin-left: 250px;
	padding: 10px 15px 0;
	padding-right: 5px;
	line-height: 1.2;
}

.hotel-item-list-2 .heading {
	margin: 0 0 12px;
}

.hotel-item-list-2 .heading h4 {
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.hotel-item-list-2 .heading p {
	line-height: 1.2;
}

.hotel-item-list-2 .heading p .star-rate {
	margin-top: 1px;
	float: left;
}

.hotel-item-list-2 .image {
	width: 250px;
	float: left;
}

.hotel-item-list-2 .content .short-info {
	position: relative;
	padding-left: 60px;
	line-height: 1.5;
}

.hotel-item-list-2 .content .short-info .absolute {
	font-weight: 700;
}

.hotel-item-list-2 .total-price {
	position: absolute;
	bottom: 10px;
	left: 250px;
	margin-top: 10px;
	padding-left: 20px;
}

.hotel-item-list-2 .total-price .price {
	color: #005294;
	font-weight: 500;
	font-size: 26px;
	font-family: Roboto;
}

.hotel-item-list-2 .absolute-right-top {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 210px;
	padding: 10px;
	border-left: 1px solid #e8e8e8;
}

.hotel-item-list-2 .absolute-right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 210px;
	padding: 10px;
	text-align: right;
}

.hotel-item-list-2 .absolute-right-bottom p {
	margin: 0 0 9px;
	line-height: 1.2;
}

ul.check-in-out {
	margin-right: -5px;
	margin-left: -5px;
}

ul.check-in-out li {
	width: 50%;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	line-height: 1;
	text-align: center;
}

ul.check-in-out li span {
	display: block;
	margin: 1px 0;
}

.check-in-out-item {
	padding: 14px 8px 7px;
	background: #ebebeb;
	font-weight: 700;
	font-size: 12px;
}

.check-in-out-item .date {
	margin: 4px 0;
	color: #005294;
	font-weight: 700;
	font-size: 26px;
}

.check-in-out-item .day {
	color: #333;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 1.5px;
}

.check-in-out-item .month-year {
	color: #999;
	font-style: italic;
	font-weight: 400;
}

a.tripadvisor-module {
	color: #787878;
	line-height: 16px;
	text-decoration: none;
}

a.tripadvisor-module:hover {
	color: #db542e;
}

.tripadvisor-module {
	line-height: 16px;
}

.tripadvisor-module .texting {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #d60d45;
	font-weight: 400;
	font-size: 16px;
	font-family: Roboto;
}

.tripadvisor-rate {
	line-height: 16px;
}

.tripadvisor-rate i {
	color: #b2b2b2;
	font-size: 13px;
}

.tripadvisor-rate i.rated {
	color: #469c3b;
}

@media only screen and (max-width: 1199px) {
	.hotel-item-list .image {
		bottom: auto;
		width: 150px;
		height: 120px;
	}
	.hotel-item-list .content {
		margin-bottom: 75px;
		margin-left: 158px;
		padding: 10px 10px 0;
	}
	.hotel-item-list .absolute-bottom {
		left: 175px;
	}
	.hotel-item-list-2 {
		min-height: 180px;
	}

	.hotel-item-list-2 .content {
		margin-left: 100px;
		padding-top: 5px;
	}

	.hotel-item-list-2 .image {
		width: 100px;
		margin-top: 5px;
		margin-left: 5px;
	}

	.hotel-item-list-2 .total-price {
		left: 100px;
	}
}

@media only screen and (max-width: 991px) {
	.hotel-item-list-2 {
		min-height: 0;
	}

	.hotel-item-list-2 .image {
		width: 130px;
		margin-top: 5px;
		margin-left: 5px;
	}

	.hotel-item-list-2 .content {
		margin-right: 10px;
		margin-bottom: 5px;
		margin-left: 130px;
	}

	.hotel-item-list-2 .total-price {
		position: relative;
		padding-top: 15px;
		padding-left: 45px;
	}

	.hotel-item-list-2 .absolute-right-top {
		position: relative;
		bottom: auto;
		width: auto;
		margin: 5px 0 0;
		margin-left: 145px;
		padding: 0;
		padding-right: 10px;
		border-left: 0;
	}

	.hotel-item-list-2 .absolute-right-bottom {
		position: relative;
		width: auto;
		margin-top: -25px;
		margin-left: 135px;
		text-align: left;
	}
}

@media only screen and (max-width: 767px) {
	.hotel-item-grid {
		min-height: 280px;
	}
	.hotel-item-list .image {
		width: 100px;
		height: 80px;
	}
	.hotel-item-list .content {
		margin-left: 108px;
	}
	.hotel-item-list .absolute-bottom {
		left: 115px;
	}
}

@media (max-width: 479px) {
	.hotel-item-grid {
		min-height: 345px;
	}
	.hotel-item-list .image {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 180px;
	}
	.hotel-item-list .content {
		margin: 0;
	}
	.hotel-item-list .short-info {
		margin-bottom: 10px;
	}
	.hotel-item-list .absolute-bottom {
		position: relative;
		top: 0;
		bottom: auto;
		left: 0;
		width: 100%;
		padding: 15px;
		padding: 6px 10px 8px;
		border-bottom: 1px solid #e8e8e8;
		line-height: 1.4;
	}
	.hotel-item-list .absolute-right {
		position: relative;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 10px 10px 0;
		border-left: 0;
		line-height: 1.3;
		text-align: left;
	}
	.hotel-item-list .meta-option {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		font-size: 13px;
	}
	.hotel-item-list .meta-option .tripadvisor-module {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.hotel-item-list .meta-option .tripadvisor-module > div {
		display: inline-block;
	}
	.hotel-item-list .absolute-right .star-rate {
		float: left;
	}
	.hotel-item-list .price-wrapper {
		position: relative;
		right: auto;
		bottom: 10px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.hotel-item-list .price-wrapper p.price {
		margin: 0 0 5px;
	}
	.hotel-item-list .price-wrapper span.block {
		display: inline-block !important;
	}

	.hotel-item-list-2 .image {
		width: 100%;
		margin-top: 5px;
		margin-left: 5px;
		padding-right: 10px;
		float: none;
	}

	.hotel-item-list-2 .content {
		margin: 0;
		padding: 10px 5px 0;
	}

	.hotel-item-list-2 .total-price {
		left: 0;
		padding: 10px 0 0;
		padding-left: 5px;
	}

	.hotel-item-list-2 .absolute-right-top {
		margin-left: 5px;
		padding: 0;
		padding-right: 5px;
	}

	.hotel-item-list-2 .absolute-right-bottom {
		margin-top: -25px;
		margin-left: 0;
		padding-left: 5px;
	}
}

/**
 * Breadcrumb
 */

.breadcrumb-wrapper {
	padding-top: 15px;
	padding-bottom: 13px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #ededed;
}

.breadcrumb-wrapper h1.page-title {
	margin: 0;
	font-size: 26px;
	line-height: 28px;
}

.breadcrumb-wrapper .hot-line {
	margin: 0;
	font-weight: 500;
	font-size: 12px;
	text-align: right;
}

.breadcrumb-wrapper .breadcrumb {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 12px;
}

.breadcrumb-wrapper .breadcrumb a {
	color: #555;
}

.breadcrumb-wrapper .breadcrumb .active {
	color: #aaa;
}

.btn-change-search {
	margin: 0;
	border: 1px solid #ccc;
	background: transparent;
	color: #555;
	font-weight: 600;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

.change-search-wrapper > div {
	padding-top: 15px;
}

.change-search-wrapper > div .sub-inner {
	padding: 10px;
	background: #dddddd;
}

.change-search-wrapper .form-group {
	margin: 0;
}

.change-search-wrapper .form-control {
	margin: 0;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

@media (max-width: 479px) {
}

/**
 * Payment Page
 */

.success-box {
	position: relative;
	margin: 0 0 30px;
}

.success-box .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 100%;
	border: 1px solid #358d44;
	background: #358d44;
	text-align: center;
}

.success-box .icon span {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -28px;
	color: #fff;
	font-size: 56px;
}

.success-box .content {
	margin-left: 121px;
	padding: 30px;
	border: 1px solid #358d44;
	background: #fff;
	color: #555;
	line-height: 20px;
}

.success-box .content h4 {
	margin: 0 0 10px;
	line-height: 1.3;
}

.metro-box-wrapper {
	margin: 0 0 30px;
	background: #fff;
}

.metro-box-wrapper.equal-height {
	height: 100%;
}

.metro-box-wrapper > .heading {
	padding: 24px 20px 18px;
	border-bottom: 1px solid #dedede;
	background: #e6e6e6;
	line-height: 18px;
}

.metro-box-wrapper > .heading h3 {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;
	text-transform: uppercase;
}

.metro-box-wrapper > .heading p {
	margin-top: 5px;
	margin-left: 45px;
}
.metro-box-wrapper > .heading a {
	margin-top: 5px;
}

.metro-box-wrapper > .heading a:hover {
	text-decoration: underline;
}

.metro-box-wrapper .control-label h4 {
	margin-top: 0;
	line-height: 1;
}

.metro-box-wrapper > .content {
	padding: 40px 25px 25px;
	background: #fff;
}

.metro-box-wrapper .granted-by {
	display: block;
	width: 287px;
}

.metro-box-wrapper .another-toggle {
	margin-top: -5px;
}

.metro-box-wrapper .another-toggle h4 {
	font-family: PT Sans;
}

.metro-box-wrapper .control-label {
	line-height: 20px;
}

.metro-box-wrapper > .heading.with-number .number {
	position: relative;
	width: 34px;
	height: 34px;
	margin-top: -3px;
	margin-right: 10px;
	float: left;
	border-radius: 50%;
	background: #005294;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
}

ul.payment-tab-nav {
	margin: 0;
	margin-bottom: 5px;
	background: #00b279;
}

ul.payment-tab-nav li {
	width: 25%;
	float: left;
}

ul.payment-tab-nav li a {
	display: block;
	position: relative;
	padding: 8px 20px;
	border: 1px solid #00b279;
	border-bottom: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

ul.payment-tab-nav li a:after {
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	width: 1px;
	background: #fff;
	content: '';
}

ul.payment-tab-nav li:last-child a:after {
	width: 0;
}

ul.payment-tab-nav li.active a:after {
	right: 1px;
	background: #00b279;
}

ul.payment-tab-nav li.active a {
	background: #fff;
	color: #555;
}

ul.payment-tab-nav li:hover a {
	background: #009969;
	color: #fff;
}

.payment-congrate {
	margin: 0 0 30px;
	border: 1px solid #e80e4c;
	background: #e80e4c;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.payment-congrate > .inner {
	padding: 50px 100px 30px;
	border: 3px double #fff;
}

.payment-congrate .lead {
	margin: 0 0 10px;
	font-size: 24px;
}

.payment-congrate .payment-term {
	font-size: 13px;
}

.payment-congrate a {
	color: #fff;
	text-decoration: underline;
}

.payment-congrate a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.payment-congrate .btn {
	margin: 10px 0 20px;
	padding-right: 25px;
	padding-left: 25px;
	border: 3px double #e80e4c;
	background: #fff;
	color: #e80e4c;
	font-weight: 600;
	font-size: 18px;
}

.payment-congrate .btn:hover {
	opacity: 0.8;
}

.coupon.another-toggle h4 {
	margin: 0 0 5px;
	font-weight: 600;
	font-size: 16px;
}

.coupon.another-toggle h4:after {
	position: relative;
	top: -1px;
	margin-left: 10px;
	content: '\f103';
	font-size: 12px;
}

.coupon.another-toggle h4.active {
	color: #555;
}

.coupon.another-toggle h4.active:after {
	content: '\f102';
	color: #555;
}

.coupon.another-toggle .another-toggle-content {
	padding-top: 10px;
}

.coupon.another-toggle .another-toggle-inner {
	padding: 15px 20px 20px;
	background: #ededed;
}

.payment-select {
	margin-left: -15px;
}

.payment-select label {
	color: #333;
	font-size: 16px;
}

.payment-option-wrapper {
	margin-left: -10px;
}

.payment-option-wrapper .radio-block {
	margin-left: 10px;
	line-height: 40px;
}

.payment-option-wrapper .radio-block span {
	display: block;
	float: left;
	color: #555;
	font-weight: 700;
	font-size: 16px;
}

.payment-option-wrapper .radio-block img {
	display: block;
	margin-top: -7px;
	margin-left: 5px;
	float: left;
}

.payment-option-form {
	margin: 20px 0 0;
	padding: 30px 20px;
	background: #ededed;
}

.payment-option-form label {
	line-height: 16px;
}

small.of-label {
	display: block;
	color: #f65c33;
	font-weight: 400;
	font-size: 12px;
}

.confirm-summary {
	margin-top: 50px;
	padding: 20px;
	border-bottom: 2px solid #c7c7c7;
	background: #fff;
}

.confirm-summary .image {
	width: 285px;
	float: left;
}

.confirm-summary .heading {
	margin-left: 300px;
}

.confirm-summary .heading h4 {
	margin: 0 0 7px;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-transform: uppercase;
}

.confirm-summary .heading p {
	margin: 0 0 7px;
	line-height: 18px;
}

.confirm-summary .content {
	margin-left: 300px;
}

.confirm-summary .content .tripadvisor-module {
	margin: 10px 0 15px;
}

.confirm-summary .content .tripadvisor-module > div {
	float: left;
}

.confirm-date {
	position: relative;
	padding: 20px;
	background: #e8eaeb;
}

.confirm-date .icon {
	display: block;
	position: absolute;
	top: 18px;
	left: 10px;
	width: 80px;
	font-size: 48px;
	text-align: center;
}

.confirm-date .content {
	margin: 0;
	margin-left: 80px;
}

.confirm-date ul {
	margin: 1px 0 0;
}

.confirm-date ul li {
	position: relative;
	padding-left: 100px;
}

.confirm-date ul li .absolute {
	font-weight: 600;
}

ul.confirm-list {
	margin: 0;
	padding: 0;
}

ul.confirm-list li {
	position: relative;
	margin: 0;
	margin-bottom: 15px;
	padding-left: 180px;
	line-height: 18px;
}

ul.confirm-list.inverse li {
	position: relative;
	padding-right: 180px;
	padding-left: 0;
}

ul.confirm-list.inverse li .absolute {
	top: 10px;
	right: 0;
	left: auto;
	color: #333;
	font-weight: 600;
	font-size: 15px;
}

ul.confirm-list.inverse li.subtotal {
	margin: 0 0 5px;
	text-align: right;
}

ul.confirm-list.inverse li.bt {
	margin-top: 20px;
	padding-top: 30px;
}

ul.confirm-list.inverse li.bt .absolute {
	top: 30px;
}

ul.confirm-list.inverse li.total {
	color: #555;
	font-size: 24px;
	text-align: right;
}

ul.confirm-list.inverse li.total .absolute {
	font-weight: 600;
	font-size: 13px;
}

ul.confirm-list.inverse li.total .absolute span {
	font-weight: 700;
	font-size: 24px;
}

ul.confirm-list li:last-child {
	margin: 0;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	.metro-box-wrapper > .content {
		padding: 10px 25px;
	}
	.confirm-summary {
		padding: 15px;
	}
	.confirm-summary .image {
		width: 100%;
		float: none;
	}
	.confirm-summary .heading {
		margin-top: 15px;
		margin-left: 0;
	}
	.confirm-summary > .content {
		margin-left: 0;
	}
	ul.confirm-list {
		margin: 0;
		margin-left: -10px;
	}
	ul.confirm-list li {
		padding-left: 0;
	}
	ul.confirm-list li .absolute {
		position: relative;
	}
	ul.confirm-list.inverse li {
		padding-right: 0;
	}
	ul.confirm-list.inverse li .absolute {
		display: block;
		float: right;
	}
	ul.confirm-list.inverse li.subtotal {
		text-align: left;
	}
	ul.confirm-list.inverse li.subtotal .absolute {
		float: right;
		text-align: right;
	}
	ul.confirm-list.inverse li.subtotal.bt .absolute {
		margin-top: -15px;
	}
	ul.confirm-list.inverse li.total {
		padding-bottom: 40px;
		text-align: left;
	}
	ul.confirm-list.inverse li.total .absolute {
		margin-top: -10px;
	}
	.payment-congrate > .inner {
		padding: 30px;
	}
}

@media (max-width: 479px) {
	.payment-congrate {
		padding: 30px 20px 30px;
	}
	.payment-option-wrapper,
	.coupon.another-toggle,
	.payment-select {
		margin-right: -10px;
		margin-left: -10px;
	}
	.payment-option-wrapper .radio-block img {
		display: block;
		margin-top: 5px;
		margin-left: 0;
		float: none;
	}
	.payment-select {
		margin-left: -15px;
	}
	.payment-congrate p {
		line-height: 16px;
	}
	.payment-congrate p.lead {
		line-height: 26px;
	}
	.success-box {
		text-align: center;
	}
	.success-box .icon {
		position: relative;
		width: 100%;
		height: 80px;
	}
	.success-box .content {
		margin-left: 0;
	}
	.confirm-date .icon {
		display: none;
	}
	.confirm-date .content {
		margin-left: 0;
	}
}

/**
 * Detail Page
 */

.detail-tab-wrapper {
	margin: 0 0 30px;
}

.detail-header {
	margin-bottom: 20px;
}

.detail-header h2 {
	margin: 0;
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
}

.detail-header h2 .star-rate {
	display: inline-block;
}

a.tripadvisor-module {
	display: block;
	margin-top: 15px;
	float: right;
	line-height: 16px;
	text-decoration: none;
}

a.tripadvisor-module:hover {
}

.tripadvisor-rate {
	line-height: 16px;
}

.tripadvisor-rate i {
	color: #b2b2b2;
	font-size: 13px;
}

.tripadvisor-rate i.rated {
	color: #005294;
}

.review-item-wrapper {
	border: 1px solid #ebebeb;
}

.review-item {
	position: relative;
	padding: 25px 5px;
	border-bottom: 1px solid #ebebeb;
}

.review-item:last-child {
	margin: 0;
	border-bottom: 0;
}

.review-item .content-left {
	width: 150px;
	float: left;
	color: #a1a1a1;
	text-align: right;
}

.review-item .content-left img {
	width: 60px;
	margin: 5px 0 10px;
	float: right;
	border-radius: 50%;
}

.review-item .content-left h4 {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
}

.review-item .content {
	margin-right: 160px;
	margin-left: 180px;
	padding-left: 30px;
	border-left: 1px solid #ebebeb;
	line-height: 24px;
}

.review-item .content h5 {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
}

.review-item .content-right {
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	width: 130px;
	border: 3px double #005294;
}

.review-item .content-right .outer {
	height: 100%;
	text-align: center;
}

.review-item .content-right .inner {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.review-item .content-right .inner p {
	margin-top: 7px;
	line-height: 26px;
}

.review-item .content-right .inner p span {
	display: block;
	font-weight: 700;
	font-size: 24px;
}

ul.hotel-featured-list > li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 150px;
	line-height: 22px;
}

ul.hotel-featured-list li .absolute {
	top: 0;
	left: 0;
	font-weight: 600;
}

ul.list-col-2 li {
	width: 50%;
	padding-right: 15px;
	float: left;
	line-height: 18px;
}

ul.list-col-3 li {
	width: 33.3333%;
	padding-right: 15px;
	float: left;
	line-height: 18px;
}

ul.list-with-icon li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 20px;
}

ul.list-with-icon li i {
	position: absolute;
	top: 4px;
	left: 0;
}

ul.list-with-icon.font-lg li {
	padding-left: 23px;
	font-size: 15px;
	line-height: 23px;
}

ul.list-with-icon.font-lg li i {
	font-size: 13px;
}

ul.list-bullet-circle li {
	list-style-type: circle;
}

ul.list-bullet-circle-2 li {
	list-style-type: inherit;
}

ul.border-bottom {
	border-bottom: 0;
}

ul.border-bottom li {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

ul.border-bottom.dotted li {
	border-bottom: 1px dotted #ccc;
}

ul.border-bottom li:last-child {
	border-bottom: 0;
}

.detail-right-sidebar {
}

.detail-right-sidebar .form-control {
	border-color: #fff;
}

.detail-right-sidebar .form-control:focus {
	border-color: #f65c33;
}

.detail-right-sidebar .price {
	padding: 20px 20px 15px;
	background: #303030;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

.detail-right-sidebar .price span.number {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}

.detail-right-sidebar .or-text {
	position: relative;
	margin: 30px 0 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	background: #303030;
	color: rgba(255, 255, 255, 0.7);
}

.detail-right-sidebar .or-text > span {
	display: block;
	position: absolute;
	top: -13px;
	right: 0;
	left: 0;
	text-align: center;
}

.detail-right-sidebar .or-text > span > span {
	padding: 0 10px;
	background: #303030;
}

.detail-right-sidebar label {
	margin: 0 0 5px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
}

.detail-search-form {
	padding: 0 15px 20px;
	background: #303030;
	color: rgba(255, 255, 255, 0.7);
}

.detail-subtotal-price {
	margin-top: 20px;
	background: #fff;
}

.detail-subtotal-price h4 {
	margin: 0;
	padding: 18px 20px 15px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7;
	color: #555;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.detail-subtotal-price h4 a {
	margin: 0;
	float: right;
	font-weight: 300;
	font-size: 12px;
	text-transform: capitalize !important;
}

.detail-subtotal-price h4 a:hover {
	color: #d60d45;
}

.price-subtotal span {
	font-weight: 500;
	font-size: 18px;
}

.detail-subtotal-price > .content {
	padding: 20px;
}

.room-type-wrapper {
}

.room-type-item {
	position: relative;
	min-height: 122px;
	margin: 0 0 20px;
	border-bottom: 1px solid #dedede;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.room-type-item .image {
	width: 150px;
	float: left;
}

.room-type-item .content {
	margin-right: 215px;
	margin-bottom: 33px;
	margin-left: 165px;
}

.room-type-item .content h3 {
	margin: 5px 0 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.room-type-item .content p {
	margin: 0 0 3px;
	line-height: 16px;
}

.room-type-item .content-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 20px;
	width: 200px;
	line-height: 18px;
	text-align: right;
}

.room-type-item .content-right .number {
	display: block;
	margin-bottom: 5px;
	color: #005294;
	font-weight: 700;
	font-size: 18px;
}

.room-type-item .content-right .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-top: 7px;
	padding-right: 13px;
	padding-left: 15px;
}

.room-type-item p.absolute {
	top: auto;
	bottom: 20px;
	left: 165px;
}

.review-score-wrapper {
	margin: 0 0 20px;
	padding: 40px 20px 30px;
	background: #f7f7f7;
}

.review-score-heading {
	text-align: center;
}

.review-score-heading h4 {
	margin: 0 0 10px;
	font-size: 20px;
}

.review-score-heading .score {
	margin-bottom: 10px;
	line-height: 20px;
}

.review-score-heading .score .this {
	font-weight: 700;
	font-size: 26px;
}

.review-score-heading .recommend-this {
	margin: 0 40px;
	padding-top: 10px;
	border-top: 1px solid #dedede;
}

.detail-review-wrapper .tripadvisor-module {
	display: inline;
}

ul.review-score-list li {
	position: relative;
	margin-bottom: 2px;
}

ul.review-score-list.with-progress li .progress {
	margin: 5px 0 14px;
	margin-right: 60px;
	margin-left: 30px;
}

ul.review-score-list.with-progress li:last-child .progress {
	margin-bottom: 0;
}

ul.review-score-list.with-progress li .absolute {
	top: -6px;
}

ul.review-score-list.with-progress li .absolute.full {
}

ul.review-score-list.with-progress li .absolute.people-count {
	right: 10px;
	left: auto;
}

.map-wrapper img {
	max-width: none;
}

#map-and-friends {
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
}

ul.map-neighbour-label {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	float: right;
}

ul.map-neighbour-label li {
	position: relative;
	margin-left: 30px;
	padding-left: 15px;
	float: left;
	line-height: 1;
}

ul.map-neighbour-label li:before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 6px;
	background: #005294;
	content: '';
}

ul.map-neighbour-label li.color-01:before {
	background: #469c3b;
}

ul.map-neighbour-label li.color-02:before {
	background: #507299;
}

ul.map-neighbour-label li.color-03:before {
	background: #ff8e01;
}

#map-and-friends input[type='button'] {
	display: block;
	width: 100%;
	margin: 0 0 1px;
	padding: 8px;
	float: left;
	border: 1px solid transparent;
	background-image: none;
	font-weight: 400;
	font-weight: 600;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.map-detail-info-window {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.map-detail-info-window .image {
	width: 60px;
	float: left;
}

.map-detail-info-window .image img {
	width: 100%;
}

.map-detail-info-window .content {
	margin-left: 75px;
}

.map-detail-info-window .content h3 {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}

.map-detail-info-window .content p {
	margin: 0 0 3px;
	line-height: 1.1;
}

.map-detail-info-window .content a {
	padding: 2px 10px;
	background: #005294;
	color: #fff;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}

.map-detail-info-window .content a:hover {
	opacity: 0.7;
}

#map-and-friends input[type='checkbox'] {
	display: block;
	width: 18px;
	margin-top: 3px;
	float: left;
	opacity: 1;
}

#map-and-friends label {
	display: block;
	margin: 3px 0;
	clear: both;
	font-weight: 400;
	font-size: 12px !important;
	line-height: 14px;
}

#map-and-friends label:hover {
	cursor: pointer;
}

@media only screen and (max-width: 1199px) {
	.room-type-item {
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.room-type-item {
		min-height: 60px;
		padding: 10px 0;
		padding-bottom: 20px;
	}
	.room-type-item .image {
		width: 115px;
	}
	.room-type-item .content {
		margin-right: 170px;
		margin-bottom: 0;
		margin-left: 125px;
		line-height: 14px;
	}
	.room-type-item .content p {
		margin: 0 0 5px;
		line-height: 14px;
	}
	.room-type-item .content h3 {
		font-size: 15px;
		line-height: 17px;
	}
	.room-type-item .content-right {
		width: 160px;
		font-size: 12px;
		line-height: 14px;
	}
	.room-type-item .content-right .btn {
		margin-top: 7px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.room-type-wrapper p.absolute {
		position: relative;
		left: 0;
		margin-top: 15px;
	}
	.room-type-item p.absolute {
		bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.review-item {
		padding: 0;
	}
	.review-item .content-left {
		width: 100%;
		margin: 0 0 10px;
		float: none;
		text-align: left;
	}
	.review-item .content-left img {
		float: left;
	}
	.review-item .content-left h4 {
		margin: 0;
		line-height: 1.3;
	}
	.review-item .content {
		margin-right: 0;
		margin-left: 0;
	}
	.review-item .content-right {
		position: relative;
		top: 45px;
		right: 15px;
		bottom: 15px;
		left: 0;
		width: 100%;
		margin: 0 0 15px;
		padding: 20px;
		clear: both;
	}
	.review-item .content-right .inner {
		position: relative;
		top: auto;
		left: 15px;
		transform: none;
	}
}

@media (max-width: 479px) {
	.room-type-item .image {
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	.room-type-item .content {
		margin-right: 170px;
		margin-left: 0;
	}
	.room-type-item .content-right {
		top: 220px;
	}
	ul.hotel-featured-list > li {
		padding-left: 0;
	}
	ul.hotel-featured-list li .absolute {
		display: block;
		position: relative;
	}
	ul.list-col-2 li,
	ul.list-col-3 li {
		width: 100%;
	}
	.detail-header .tripadvisor-module.text-right {
		float: none;
		text-align: left !important;
	}
	.detail-header .tripadvisor-module > div {
		display: inline-block;
	}
	.review-item {
		padding-bottom: 10px;
	}
	.review-item .content-left {
		position: relative;
		margin-top: 5px;
		margin-left: 10px;
		padding-top: 8px;
		padding-left: 50px;
	}
	.review-item .content-left .image {
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
	}
	.review-item .content {
		padding-left: 10px;
		border-left: 0;
	}
	.review-item .content-right {
		top: 10px;
		right: 4%;
		bottom: 10px;
		left: 4%;
		width: 92%;
		margin: 0 0 15px;
		padding: 20px 15px 10px;
	}
	.review-item .content-right .inner {
		left: 0;
	}
}

/**
 * Room Page
 */

.booking-step {
	margin-top: 35px;
	margin-bottom: 10px;
}

.step-item {
	display: block;
	color: #636363;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

.step-item .line {
	width: 100%;
	height: 1px;
	background: #d1d1d1;
}

.step-item .step-item {
	margin-top: -26px;
	margin-bottom: 5px;
}

.step-item .number {
	width: 40px;
	height: 40px;
	margin: 5px auto 0;
	padding: 5px;
	border-radius: 50%;
	background: #ededed;
}

.step-item .number .inner {
	height: 100%;
	border-radius: 50%;
	background: #d1d1d1;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
}

.step-item.active a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
}

.step-item.active .line {
	background: #d60d45;
}

.step-item.active .number .inner {
	background: #d60d45;
}

.room-page-right-sidebar {
}

.room-page-right-sidebar h4 {
	margin: 2px 0 8px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	text-transform: uppercase;
}

.room-page-right-sidebar p {
	margin: 0 0 7px;
	line-height: 18px;
}

.room-page-right-sidebar h5 {
	margin: 0 0 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c4c4c4;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.room-page-right-sidebar h5 a {
	margin-top: 2px;
	float: right;
	font-size: 12px;
	text-transform: capitalize;
	opacity: 0.8;
}

.room-page-right-sidebar h5 a:hover {
	opacity: 1;
}

.room-page-right-sidebar .meta-option {
	line-height: 16px;
}

.room-page-right-sidebar .meta-option .star-rate {
	margin-right: 7px;
	float: left;
}

.room-page-right-sidebar .meta-option p {
	line-height: 14px;
}

.room-page-right-sidebar .image {
	margin: 20px 0 20px;
}

.room-page-right-sidebar .content {
	font-size: 13px;
}

.room-page-right-sidebar .content p {
	margin-top: 15px;
}

.room-page-right-sidebar .content ul {
	margin: 10px 0 0;
}

.room-page-right-sidebar .content ul li {
	position: relative;
	margin: 0 0 12px;
	padding-left: 70px;
	font-size: 14px;
	line-height: 15px;
	text-align: right;
}

.room-page-right-sidebar .content ul li .absolute {
	font-weight: 600;
}

.room-page-right-sidebar .content ul.inverse li {
	padding-right: 70px;
	padding-left: 0;
	text-align: left;
}

.room-page-right-sidebar .content ul.inverse li .absolute {
	right: 0;
	left: auto;
}

.room-page-right-sidebar .content.total-price h5 {
	padding-bottom: 10px;
	border-bottom: 3px double #c4c4c4;
	font-size: 18px;
}

.room-page-right-sidebar .content.total-price h5 span {
	display: block;
	margin-top: 0px;
	margin-top: -2px;
	float: right;
	font-weight: 500;
	font-size: 18px;
}

.room-page-right-sidebar.alt {
	padding: 20px;
	background: #005294;
	color: rgba(255, 255, 255, 0.8);
}

.room-page-right-sidebar.alt h4 {
	margin: 0 0 7px;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	text-transform: uppercase;
}

.room-page-right-sidebar.alt p {
	margin: 0 0 7px;
	line-height: 18px;
}

.room-page-right-sidebar.alt h5 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.room-page-right-sidebar.alt h5 a {
	margin-top: 5px;
	float: right;
	color: #fff;
	font-size: 12px;
	text-transform: capitalize;
	opacity: 0.8;
}

.room-page-right-sidebar.alt h5 a:hover {
	opacity: 1;
}

.room-page-right-sidebar.alt .meta-option {
	line-height: 16px;
}

.room-page-right-sidebar.alt .meta-option .star-rate {
	margin-right: 7px;
	float: left;
}

.room-page-right-sidebar.alt .meta-option p {
	line-height: 14px;
}

.room-page-right-sidebar.alt .image {
	margin: 20px 0 30px;
	border: 1px solid #f7f7f7;
}

.room-page-right-sidebar.alt .content {
	font-size: 13px;
}

.room-page-right-sidebar.alt .content p {
	margin-top: 15px;
}

.room-page-right-sidebar.alt .content ul {
	margin: 10px 0 0;
}

.room-page-right-sidebar.alt .content ul li {
	position: relative;
	margin: 0 0 10px;
	padding-left: 70px;
	font-size: 13px;
	line-height: 15px;
	text-align: right;
}

.room-page-right-sidebar.alt .content ul li .absolute {
	color: #fff;
}

.room-page-right-sidebar.alt .content ul.inverse li {
	padding-right: 70px;
	padding-left: 0;
	text-align: left;
}

.room-page-right-sidebar.alt .content ul.inverse li .absolute {
	right: 0;
	left: auto;
}

.room-page-right-sidebar.alt .content.total-price h5 {
	padding-bottom: 10px;
	border-bottom: 3px double rgba(255, 255, 255, 0.7);
	font-size: 18px;
}

.room-page-right-sidebar.alt .content.total-price h5 span {
	margin-top: 2px;
	color: #fff;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	.step-item .step-item {
		margin-bottom: 25px;
	}
}

@media (max-width: 479px) {
}

/**
 * Result Page
 */

.result-status {
	position: relative;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e6e6e6;
}

.result-status p {
	margin: 0;
	font-size: 16px;
}

.result-status a.show-on-map {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -2px;
	width: 93px;
	border-left: 5px solid #f7f7f7;
	background-position: 50% 50%;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}

.result-status a.show-on-map img {
	width: 30px;
	margin: 0 auto;
	margin-top: -15px;
}

.result-status a.show-on-map .absolute {
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 5px;
}

.result-status .back-to-list {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -2px;
	width: 80px;
	padding-top: 5px;
	border-left: 5px solid #f7f7f7;
	background: #d60d45;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

.result-status .back-to-list span {
	display: block;
	text-transform: uppercase;
}

.result-status .back-to-list a {
	color: #fff;
	font-size: 14px;
}

.result-status .back-to-list a:hover {
	color: rgba(255, 255, 255, 0.7);
}

.result-status .back-to-list a + a {
	margin-left: 5px;
}

.sort-wrapper {
	margin: 0 0 5px;
	margin-bottom: 28px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #ededed;
	color: #5d5d5d;
}

.sort-wrapper > ul {
	margin: 0;
}

.sort-wrapper > ul > li {
	display: block;
	float: left;
}

.sort-wrapper > ul > li > a {
	display: block;
	padding: 10px 15px;
	border-right: solid 1px #e5e5e5;
	color: #5d5d5d;
}

.sort-wrapper > ul > li.text {
	padding: 10px 15px;
	border-right: solid 1px #e5e5e5;
	text-transform: uppercase;
}

.sort-wrapper > ul > li.list-grid {
	float: right;
}

.sort-wrapper > ul > li.list-grid a {
	float: right;
	border-right: 0;
	border-left: solid 1px #e5e5e5;
	color: #5d5d5d;
}

.sort-wrapper > ul > li.active > a,
.sort-wrapper > ul > li > a:hover {
	color: #d60d45;
}

.sort-wrapper .dropdown-menu {
	min-width: 80px;
	margin: 0;
}

.result-search-form-wrapper {
	background: #303030;
	color: rgba(255, 255, 255, 0.7);
}

.result-search-form-wrapper h3 {
	margin: 5px 0 0;
	padding: 14px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
}

.result-search-form-wrapper > .inner {
	padding: 20px 15px;
}

.result-search-form-wrapper .form-control {
	border-color: #fff;
}

.result-search-form-wrapper .form-control:focus {
	border-color: #f65c33;
}

.result-search-form-wrapper label {
	margin: 0 0 5px;
	color: rgba(255, 255, 255, 0.95);
	font-weight: 400;
}

.result-search-form-wrapper .tooltip-inner {
	max-width: 240px;
}

.result-filter-wrapper {
	margin-top: 30px;
	background: #fff;
}

.result-filter-wrapper h3 {
	position: relative;
	margin: 20px;
	margin-bottom: 15px;
	margin-left: 40px;
	padding-top: 15px;
	padding-bottom: 2px;
	padding-left: 27px;
	border-bottom: 1px solid #d60d45;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.result-filter-wrapper h3 .icon {
	display: block;
	position: absolute;
	top: -13px;
	left: -20px;
	width: 36px;
	height: 36px;
	border: 1px solid #d60d45;
	border-radius: 50%;
	color: #d60d45;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
}

.filter-toggle {
	margin: 0;
	padding: 0;
	background: #fff;
}

.filter-toggle h4 {
	margin: 0;
	padding: 18px 20px 15px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7;
	color: #333;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.filter-toggle h4.active {
	color: #333;
}

.filter-toggle h4:after {
	top: 12px;
	right: 20px;
	width: 20px;
	height: 20px;
	padding-left: 2px;
	border: 1px solid #999;
	border-radius: 50%;
	color: #999;
	font-size: 8px;
	line-height: 18px;
	text-align: center;
}

.filter-toggle .another-toggle-inner {
	padding: 15px 20px;
}

.filter-toggle .range-slider-wrapper {
	margin-bottom: -10px;
}

.result-paging-wrapper {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 2px solid #e6e6e6;
}

.result-paging-wrapper ul.paging {
	float: right;
}

ul.paging li {
	margin-left: 2px;
	float: left;
}

ul.paging li a {
	padding: 2px 10px;
	color: #636363;
}

ul.paging li.active a,
ul.paging li a:hover {
	background: #d60d45;
	color: #fff;
}

ul.paging li.disable a {
	background: transparent;
	color: #636363;
	cursor: not-allowed;
}

.text-center ul.paging {
	float: none;
	text-align: center;
}

.text-center ul.paging li {
	display: inline-block;
	margin-left: 2px;
	float: none;
}

#bali-map {
	height: 800px;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
	.result-status {
		padding-right: 90px;
		line-height: 16px;
	}
	.result-search-form-wrapper {
		margin-top: -5px;
	}
}

@media (max-width: 767px) {
	.sort-wrapper > ul > li > a,
	.sort-wrapper > ul > li.text {
		padding: 5px 10px;
	}
	.result-paging-wrapper {
		text-align: center;
	}
	.result-paging-wrapper ul.paging {
		margin: 10px 0 0;
		padding: 0;
		float: none !important;
	}
	.result-paging-wrapper ul.paging li {
		display: inline-block;
		margin: 0;
		float: none;
	}
}

@media (max-width: 479px) {
	.pagination > li > a,
	.pagination > li > span {
		padding: 8px 12px;
	}
	.sort-wrapper > ul > li > a,
	.sort-wrapper > ul > li.text {
		padding: 5px 5px;
		border-right: 0;
	}
	.sort-wrapper > ul > li > a,
	.sort-wrapper > ul > li.text {
		padding: 5px 5px;
	}
	.sort-wrapper > ul > li.list-grid a {
		border-right: 0;
		border-left: none;
	}
	.sort-wrapper > ul > li.list-grid a {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/**
 * Tab
 */

.tab-style-01-wrapper ul.tab-nav {
	margin: 0;
	border-bottom: 1px solid #d60d45;
	background: #ededed;
}

.tab-style-01-wrapper ul.tab-nav li {
	float: left;
}

.tab-style-01-wrapper ul.tab-nav li a {
	display: block;
	position: relative;
	padding: 10px 20px;
	padding-top: 13px;
	border-top: 2px solid #ededed;
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
}

.tab-style-01-wrapper ul.tab-nav li a:after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 1px;
	background: transparent;
	content: '';
}

.tab-style-01-wrapper ul.tab-nav li a:hover {
	border-top: 2px solid #dbdbdb;
	background: #dbdbdb;
	text-decoration: none;
}

.tab-style-01-wrapper ul.tab-nav li.active a {
	border-top: 2px solid #d60d45;
	background: #fff;
	color: #d60d45;
}

.tab-style-01-wrapper ul.tab-nav li.active a:after {
	background: #fff;
}

.tab-style-01-wrapper .tab-content {
	background: #fff;
}

.tab-style-01-wrapper .tab-content-inner {
	padding: 20px;
	padding-top: 25px;
}

.tab-style-01-wrapper .tab-content-inner h5:first-child {
	margin-top: 0;
}

.vertical-tab-style-01-wrapper ul.tab-nav li a {
	display: block;
	margin: 0 0 1px;
	padding: 8px 15px 7px;
	border: 1px solid #f2f2f2;
	border-right: 0;
	background: #f2f2f2;
	color: #222222;
	font-size: 13px;
	font-family: Roboto;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.vertical-tab-style-01-wrapper ul.tab-nav li.active a,
.vertical-tab-style-01-wrapper ul.tab-nav li a:hover {
	background: none;
}

.navbar-nav .vertical-tab-style-01-wrapper ul.tab-nav {
	display: block !important;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 0 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.navbar-nav .vertical-tab-style-01-wrapper ul.tab-nav li a {
	padding: 8px 15px 7px !important;
	border-bottom: 1px solid #f2f2f2 !important;
	color: #222222 !important;
	font-family: Roboto !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
}

.navbar-nav .vertical-tab-style-01-wrapper ul.tab-nav li a:hover {
	padding-left: 8px;
}

.vertical-tab-style-02-wrapper ul.tab-nav li a {
	display: block;
	display: block;
	position: relative;
	margin: 0 1px 1px 0;
	padding: 12px 15px 10px;
	border: 1px solid #e5e5e5;
	background: #f2f2f2;
	color: #222;
	font-size: 13px;
	font-family: Roboto;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.vertical-tab-style-02-wrapper ul.tab-nav li.active a,
.vertical-tab-style-02-wrapper ul.tab-nav li a:hover {
	background: none;
}
.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav {
	display: block !important;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 0 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}
.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav li a {
	padding: 8px 15px 7px !important;
	border-bottom: 1px solid #e5e5e5 !important;
	color: #222 !important;
	font-family: Roboto !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
}
.navbar-nav .vertical-tab-style-02-wrapper ul.tab-nav li a:hover {
	padding-left: 8px;
}
.vertical-tab-style-02-wrapper ul.tab-nav li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: transparent;
	content: '';
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.vertical-tab-style-02-wrapper ul.tab-nav li.active a:before,
.vertical-tab-style-02-wrapper ul.tab-nav li a:hover:before {
	background: #d60d45;
}
.vertical-tab-style-02-wrapper ul.tab-nav li a:after {
	z-index: 2;
	position: absolute;
	top: 0;
	right: -3px;
	bottom: 0;
	width: 3px;
	background: transparent;
	content: '';
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.vertical-tab-style-02-wrapper ul.tab-nav li.active a:after {
	background: #fff;
}
.vertical-tab-style-02-wrapper .tab-content-inner {
	padding: 30px;
	padding-left: 40px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background: #fff;
}
.vertical-tab-style-02-wrapper .tab-content-inner h3:first-child {
	margin-top: 0;
}
.vertical-tab-style-02-wrapper ul.tab-nav li.active a {
	background: #fff;
}
.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li {
	margin-bottom: 10px;
}
.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li:last-child {
	margin-bottom: 0;
}
.vertical-tab-style-02-wrapper .tab-content-inner ul.list-with-icon li i {
	top: 3px;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
	.vertical-tab-style-02-wrapper .tab-content-inner {
		padding: 0;
		border: 0;
	}
}

@media only screen and (max-width: 767px) {
}

@media (max-width: 479px) {
}

/**
 * Travel Quotes
 */

.travel-quotes {
	height: 500px;
	overflow: hidden;
}

.travel-quotes .top-content {
	width: 100%;
	height: 50%;
}

.travel-quotes .bottom-content {
	width: 100%;
	height: 50%;
}

.travel-quotes .saying-content {
	height: 100%;
	background: #fff;
}

.travel-quotes > div > .row {
	height: 100%;
}

.travel-quotes .inner {
	position: relative;
	top: 50%;
	left: 50%;
	padding: 0 50px;
	transform: translate(-50%, -50%);
}

.travel-quotes .bottom-content .inner {
	text-align: right;
}

.travel-quotes .saying {
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
}

.stripe-grid-item {
	height: 300px;
}

.stripe-grid-item .image-bg {
	width: 50%;
	height: 100%;
}

.stripe-grid-item .content {
	position: relative;
	padding: 25px;
}

.stripe-grid-item .content h4 {
	font-weight: 500;
}

.stripe-grid-item .content:after {
	position: absolute;
	top: 30px;
	left: -20px;
	width: 0;
	height: 0;
	border-width: 15px 20px 15px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	content: '';
}

.stripe-grid-item .content.bg-primary:after {
	border-color: transparent #7f4681 transparent transparent;
}

.stripe-grid-item .content.bg-color-02:after {
	border-color: transparent #87495b transparent transparent;
}

.row > div:nth-child(3) .stripe-grid-item .content:after,
.row > div:nth-child(4) .stripe-grid-item .content:after {
	right: -15px;
	left: auto;
	border-width: 15px 0 20px 15px;
	border-color: transparent transparent transparent #fff;
}

.row > div:nth-child(3) .stripe-grid-item .content.bg-primary:after,
.row > div:nth-child(4) .stripe-grid-item .content.bg-primary:after {
	border-color: transparent transparent transparent #7f4681;
}

.row > div:nth-child(3) .stripe-grid-item .content.bg-color-02:after,
.row > div:nth-child(4) .stripe-grid-item .content.bg-color-02:after {
	border-color: transparent transparent transparent #87495b;
}

.row > div:nth-child(3) .image-bg,
.row > div:nth-child(4) .image-bg {
	margin-left: 50%;
}

.row > div:nth-child(3) .content,
.row > div:nth-child(4) .content {
	left: 0;
}

/**
 * Testimonial
 */

.slick-testimonial-wrapper {
}

.slick-testimonial-wrapper .slick-prev:before,
.slick-testimonial-wrapper .slick-next:before {
	color: #333;
}

.slick-center {
}

.slick-testimonial-wrapper .testimonial-man {
	margin: 25px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.slick-testimonial-nav {
	margin: 20px 250px;
}

.slick-testimonial-wrapper .testimonial-man {
	margin: 15px;
	padding: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.slick-testimonial-wrapper .testimonial-man .image {
	margin-top: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	padding: 3px;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.slick-testimonial-wrapper .testimonial-man .image:after {
	display: none;
}

.slick-testimonial-wrapper .testimonial-man img {
	border-radius: 50%;
}

.slick-testimonial-wrapper .testimonial-man .image:hover {
	cursor: pointer;
}

.slick-testimonial-wrapper .slick-center .testimonial-man {
	margin: 10px;
}

.slick-testimonial-wrapper .slick-center .image {
	border: 1px solid #d60d45;
}

.slick-testimonial-wrapper .slick-center .image:hover {
	cursor: default;
}

.slick-gallery-slideshow.slick-testimonial-wrapper .slick-prev {
	left: -40px;
}

.slick-gallery-slideshow.slick-testimonial-wrapper .slick-next {
	right: -40px;
}

@media only screen and (max-width: 1199px) {
	.slick-testimonial-nav {
		margin: 30px 200px 20px;
	}
}

@media only screen and (max-width: 991px) {
}

@media (max-width: 767px) {
	.slick-testimonial-nav {
		margin: 30px 100px 20px;
	}
}

@media (max-width: 479px) {
	.slick-testimonial-nav {
		margin: 30px 40px 20px;
	}
}

/**
 * Hot Deal
 */

.slick-hot-deal-item {
	display: table;
	z-index: 99;
	position: relative;
	padding: 230px 130px 130px;
}

.slick-hot-deal-item h4 {
	margin-top: 0;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}

.slick-hot-deal-item .table-cell {
	display: table-cell;
}

.slick-hot-deal-item > div {
	width: 50%;
}

.slick-hot-deal-item .content {
	position: relative;
	padding: 40px;
	background: #fff;
}

.slick-hot-deal-item .content p {
	margin-bottom: 25px;
}

.slick-hot-deal-item .image-bg-wrapper {
	position: relative;
}

.slick-hot-deal-item .image-bg-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
}

.slick-hot-deal-wrapper .slick-prev,
.slick-hot-deal-wrapper .slick-next {
	top: 60%;
}

@media only screen and (max-width: 1199px) {
	.slick-hot-deal-item {
		padding: 230px 60px 130px;
	}
}

@media only screen and (max-width: 991px) {
}

@media (max-width: 767px) {
	.slick-hot-deal-item {
		padding: 230px 40px 75px;
	}
	.slick-hot-deal-item > div {
		width: 100%;
	}
	.slick-hot-deal-item .image-bg-wrapper {
		display: none;
	}
}

@media (max-width: 479px) {
	.slick-slider-center-mode.slick-hot-deal-wrapper .slick-prev {
		left: 5px;
	}
	.slick-slider-center-mode.slick-hot-deal-wrapper .slick-next {
		right: 5px;
	}
	.slick-hot-deal-item {
		padding: 230px 20px 75px;
	}
	.slick-hot-deal-item .content {
		padding: 20px 20px;
	}
}

/**
 * Faq
 */

.faq-category {
	margin-top: 10px;
	background: #fff;
}

.faq-category h4 {
	margin: 0;
	padding: 18px 20px 15px;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7;
	color: #555;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.faq-category span {
	font-weight: 500;
	font-size: 18px;
}

.faq-category > .content {
	padding: 15px 20px;
}

.faq-category ul {
	margin: 0;
}

.faq-category ul li a {
	display: block;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e8e8e8;
	color: #636363;
}

.faq-category ul li.active a {
	color: #d60d45;
}

.faq-category ul li:last-child a {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.faq-category ul li a:hover {
	padding-left: 5px;
	text-decoration: none;
}

.faq-accordion-wrapper .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.faq-accordion-wrapper .accordion-heading {
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}

.faq-accordion-wrapper .accordion-heading .panel-title {
	margin: 0;
	padding: 1px 0;
	color: #636363;
	font-size: 16px;
}

.faq-accordion-wrapper .accordion-heading .panel-title a {
	font-weight: 400;
	font-size: 16px;
}

.faq-accordion-wrapper .accordion-heading .panel-title a:hover {
	color: #d60d45;
}

.faq-accordion-wrapper .accordion-inner {
	margin: 0;
	padding: 20px 30px;
	border-bottom: 1px solid #e5e5e5;
}

.faq-accordion-wrapper .panel.accordion-item .panel-title a:after {
	margin-top: 2px;
	margin-right: 10px;
	padding: 5px 6px;
	float: left;
	background: #d60d45;
	content: '\f068';
	color: #fff;
	font-size: 10px;
	line-height: 10px;
}

.faq-accordion-wrapper .panel.accordion-item .panel-title a.collapsed:after {
	content: '\f067';
}

.faq-accordion-wrapper.style-2 .accordion-heading {
	margin: 0 0 2px;
	padding: 15px 20px 15px;
	border-bottom: 2px solid #d6d6d6;
	background: #e8e8e8;
}

.faq-accordion-wrapper.style-2 .accordion-heading .panel-title {
	margin: 2px 0 0;
}

.faq-accordion-wrapper.style-2 .accordion-inner {
	margin: 0 0 10px;
	padding: 20px 30px;
	border-bottom: 1px solid #d6d6d6;
	background: #fff;
}

.faq-accordion-wrapper.style-2 .panel.accordion-item .panel-title a:after {
	margin-right: 0;
	float: right;
}

.faq-accordion-wrapper.style-2 .panel.accordion-item .panel-title a.collapsed:after {
}

.faq-accordion-wrapper.faq-accordion-sm-wrapper .panel-title a {
	display: block;
	position: relative;
	margin: 0;
	padding-left: 35px;
	color: #636363;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
}

.faq-accordion-wrapper.faq-accordion-sm-wrapper .panel-title a:after {
	position: absolute;
	top: 2px;
	left: 0;
	margin: 0;
	float: none;
}

.faq-accordion-wrapper.faq-accordion-sm-wrapper .accordion-inner {
	padding: 20px 0;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
	.faq-category {
		margin: 5px 0;
	}
}

@media (max-width: 767px) {
}

@media (max-width: 479px) {
}

/**
 * Sidebar
 */

#show-on-map {
	height: 250px;
}

.map-click-box {
	position: relative;
	margin: 0 0 20px;
	background: #f3f3f3;
}

a.map-click {
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 10px 15px;
	padding-right: 40px;
	background: #87495b;
	color: #fff;
	font-weight: 500;
	line-height: 1;
}

a.map-click:hover {
	background: #a1576c;
}

a.map-click i {
	position: absolute;
	right: 10px;
	bottom: 0;
	font-size: 52px;
	text-shadow: 3px 1px 3px rgba(150, 150, 150, 1);
}

.sidebar.mt {
	margin-top: 50px;
}

.sidebar .widget {
	margin: 0 0 30px;
}

.quick-search {
	position: relative;
	margin: 0 0 40px;
}

.quick-search .form-control {
	height: 40px;
}

.quick-search .btn {
	position: absolute;
	top: 1px;
	right: 1px;
	height: 38px;
	background: #005294;
	color: #fff;
}

.quick-search .btn:hover {
	background: #51658c;
}

.quick-search .form-control {
	padding-right: 50px;
}

ul.sidebar-cat li {
	position: relative;
	border-bottom: 1px dotted #dbdbdb;
	line-height: 14px;
}

ul.sidebar-cat li:last-child {
	border-bottom: 0;
}

ul.sidebar-cat li a {
	display: block;
	padding: 10px 0;
	color: #636363;
}

ul.sidebar-cat li:first-child a {
	padding-top: 0;
}

ul.sidebar-cat li a:hover {
	padding-left: 5px;
}

ul.sidebar-cat li .absolute {
	top: 11px;
	right: 0;
	left: auto;
	font-size: 12px;
}

ul.sidebar-cat li:first-child .absolute {
	top: 0px;
}

ul.archive li {
	position: relative;
	margin-bottom: 10px;
}

ul.archive li a {
	color: #636363;
}

ul.archive li a:hover {
	text-decoration: underline;
}

ul.archive li .absolute {
	top: 0px;
	right: 0;
	left: auto;
	font-size: 12px;
}

.tag-cloud a {
	display: block;
	margin-bottom: 5px;
	margin-left: 3px;
	padding: 5px;
	float: left;
	border: 3px double #dbdbdb;
	color: #777;
	font-size: 12px;
	line-height: 1;
}

.tag-cloud a:hover {
	border-color: #ededed;
	background: #d60d45;
	color: #fff;
}

.tag-cloud-wrapper {
	position: relative;
	margin: 20px 0 0;
	padding: 10px 0 0;
	border-top: 2px solid #e6e6e6;
}

.tag-cloud-wrapper .tag-cloud-heading {
	margin-top: 7px;
	float: left;
	text-transform: uppercase;
}

.tag-cloud-wrapper .tag-cloud {
	margin-top: 5px;
	margin-left: 50px;
}

ul.sidebar-menu-list li a {
	display: block;
	display: block;
	position: relative;
	margin: 0 1px 1px 0;
	padding: 10px 15px 8px;
	border: 1px solid #e5e5e5;
	background: #f2f2f2;
	color: #222;
	font-size: 13px;
	font-family: Roboto;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
ul.sidebar-menu-list li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	background: transparent;
	content: '';
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
ul.sidebar-menu-list li.active a:before,
ul.sidebar-menu-list li a:hover:before {
	background: #d60d45;
}
ul.sidebar-menu-list li a:after {
	position: absolute;
	top: -1px;
	right: -33px;
	bottom: -1px;
	width: 33px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	background: transparent;
	content: '';
}
ul.sidebar-menu-list li.active a,
ul.sidebar-menu-list li a:hover {
	background: #f7f7f7;
}
ul.sidebar-menu-list li.active a:after {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	ul.sidebar-menu-list li a:after {
		display: none;
	}
}

@media (max-width: 479px) {
}

/**
 * Featured
 */

.featured-item-text {
	margin: 15px 0;
}

.featured-item-text h4 {
	margin: 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b270b5;
	letter-spacing: 2px;
}

.featured-item {
	margin-bottom: 20px;
	line-height: 20px;
}

.featured-item .icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #d60d45;
	color: #fff;
	font-size: 24px;
	line-height: 46px;
	text-align: center;
}

.featured-item h3 {
	margin: 20px 0 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featured-item-2 {
	margin-bottom: 15px;
	line-height: 20px;
}

.featured-item-2 .icon {
	margin-top: -4px;
	margin-right: 15px;
	float: left;
	color: #d60d45;
	font-size: 30px;
}

.featured-item-2 p {
	margin-top: 4px;
	margin-left: 15px;
}

.featured-item-2 .content {
	margin-bottom: 25px;
	margin-left: 45px;
}

.featured-item-2 .content h5 {
	margin: 0 0 10px;
	font-size: 15px;
	text-transform: uppercase;
}

.featured-item-2 .content p {
	margin: 0;
	line-height: 18px;
}

.featured-item-03 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.featured-item-03 .icon {
	width: 46px;
	padding-top: 5px;
	float: left;
	color: #d60d45;
	font-size: 40px;
	line-height: 40px;
}

.featured-item-03 .content {
	margin-left: 65px;
}

.featured-item-03 h5 {
	margin: 0 0 15px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sell-or-buy {
	padding: 80px 120px;
	text-align: center;
}

.sell-or-buy h3 {
	margin: 28px 0 25px;
	font-size: 26px;
	line-height: 1;
}

.sell-or-buy .icon {
	margin: 0;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
}

.sell-or-buy .content a {
	display: inline-block;
	display: inline-block;
	margin-top: 10px;
	padding: 7px 25px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: #fff;
	text-transform: uppercase;
}

.sell-or-buy .content a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.featured-box {
	margin: 30px 0 10px;
	padding: 30px;
	border: 1px solid #e5e5e5;
	background: #ededed;
	text-align: center;
}

.featured-box .icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 30px;
	margin-top: -60px;
	border-radius: 50%;
	font-size: 24px;
	line-height: 60px;
}

.featured-box h4 {
	margin: 0 0 15px;
}

.featured-box p {
	margin: 0 0 15px;
}

.featured-box a {
	font-weight: 600;
	font-size: 12px;
}

.featured-box a {
	color: #636363;
}

.featured-box a:hover {
	color: #d60d45;
	text-decoration: none;
}

.featured-bg {
}

.featured-bg {
	position: relative;
	padding: 120px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.featured-bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	content: '';
}

.featured-bg.stellar-parallax-bg {
	background-position: bottom center;
}

.featured-bg h3 {
	margin-top: 0;
	margin: 0 0 10px;
	color: #fff;
	font-weight: 600;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}

.featured-bg p {
	color: #fff;
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
	text-align: center;
}

.featured-timeline {
	position: relative;
}

.featured-timeline:after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e8e8e8;
	content: '';
}

.featured-timeline ul {
	margin: 0;
	padding: 0;
}

.featured-timeline ul li {
	position: relative;
	width: 50%;
	padding: 30px 0;
	padding-right: 30px;
	padding-left: 110px;
	float: left;
	border-bottom: 1px solid #e8e8e8;
}

.featured-timeline ul li:last-child,
.featured-timeline ul li:nth-last-child(2) {
	border-bottom: 0;
}

.featured-timeline ul li h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
}

.featured-timeline ul li .icon {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 50px;
	height: 50px;
	border: 2px solid #d60d45;
	border-radius: 50%;
	color: #d60d45;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
}

.featured-timeline ul li:nth-child(odd) {
	padding-right: 110px;
	padding-left: 30px;
	text-align: right;
}

.featured-timeline ul li:nth-child(odd) .icon {
	right: 30px;
	left: auto;
}

@media only screen and (max-width: 1199px) {
	.sell-or-buy {
		padding: 80px 80px;
		padding-right: 120px;
	}
	.sell-or-buy.text-right {
		padding-left: 120px;
	}
}

@media only screen and (max-width: 991px) {
	.sell-or-buy {
		padding: 40px;
		padding-right: 40px;
	}
	.sell-or-buy.text-right {
		padding: 40px;
		padding-left: 40px;
	}
}

@media only screen and (max-width: 767px) {
}

@media (max-width: 479px) {
}

/**
 * Team
 */

.team-item {
	text-align: center;
}

.team-item h4 {
	margin: 25px 0 10px;
	line-height: 1.1;
}

.team-item p {
	margin: 0 0 8px;
	line-height: 1.1;
}

.team-item ul.social {
	margin: 0;
}

.team-item ul.social li {
	display: inline-block;
	margin: 0 5px;
}

/**
 * Blog
 */

.blog-item-full {
	margin: 0 0 50px;
}

.blog-item-full .image {
	margin: 0 0 30px;
}

.blog-item-full .content {
}

.blog-item-full .meta {
	margin: 0 0 10px;
	color: #919191;
	font-size: 13px;
	line-height: 18px;
}

.blog-item-full .meta a {
	color: #555;
	font-weight: 500;
	text-transform: uppercase;
}

.blog-item-full .meta a:hover {
	text-decoration: underline;
}

.blog-item-full .meta i {
	margin-right: 5px;
}

.blog-item-full .content h3.blog-title {
	position: relative;
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.4;
}

/* .blog-item-full .content h3.blog-title:after { content:""; position: absolute; bottom: -15px; left: 0; width: 40px; height: 2px; background: #005294; } */

.blog-item-full .btn-read-more {
	padding: 0 0 3px;
	border-bottom: 2px solid #d60d45;
	font-size: 12px;
	text-transform: uppercase;
}

.blog-item-full .btn-read-more:hover {
	padding: 0 5px 3px;
	text-decoration: none;
}

.blog-wrapper.blog-single .blog-item-full .content {
	margin-left: 0 !important;
}

.blog-wrapper.blog-single .blog-item-full {
	margin-bottom: 20px;
}

.recent-post-wrapper .row > div {
	margin: 0 0 20px;
}

.recent-post {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 150px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #dedede;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

.recent-post:hover {
	border-bottom: 2px solid #d60d45;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.recent-post .image {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	width: 230px;
	background-position: center center;
	background-size: cover;
}

.recent-post .content {
	margin-left: 240px;
	padding: 20px 15px;
	line-height: 1.5;
}

.recent-post .content .meta {
	color: #919191;
	font-size: 13px;
}

.recent-post .content .meta a {
	color: #555;
}

.recent-post .content .meta a:hover {
	text-decoration: underline;
}

.recent-post .content .meta i {
	margin-right: 5px;
}

.recent-post .content h4 {
	margin: 20px 0 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
}

.recent-post .content p {
	margin: 0 0 15px;
	line-height: 1.5;
}

.recent-post .content a {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.recent-post .content a.btn-read-more {
	transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
}

.recent-post .content a.btn-read-more:hover {
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}

.blog-entry ul {
	margin-bottom: 20px;
	margin-left: 35px;
	list-style-type: inherit;
}

.blog-entry ol {
	margin-bottom: 20px;
	margin-left: 35px;
	list-style-type: decimal;
}

.blog-entry ul li,
.blog-entry ol li {
	margin-bottom: 7px;
}

.blog-entry ul li:last-child,
.blog-entry ol li:last-child {
	margin-bottom: 0;
}

.blog-entry h1,
.blog-entry h2,
.blog-entry h3,
.blog-entry h4,
.blog-entry h5,
.blog-entry h6 {
	margin: 30px 0 18px;
}

ul.recent-post-sm li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
}

ul.recent-post-sm li h3 {
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}

ul.recent-post-sm li .image {
	width: 80px;
	float: left;
}

ul.recent-post-sm li .image img {
	display: block;
}

ul.recent-post-sm li .content {
	margin-left: 90px;
}

ul.recent-post-sm li .recent-post-sm-meta {
	margin: 0;
	color: #555;
	font-style: italic;
	font-size: 13px;
}

ul.recent-post-sm li a:hover h3 {
	color: #005294;
}

#comment-wrapper {
	position: relative;
}

ul.comment-item {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

ul.comment-item li {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

ul.comment-item li li {
	margin-left: 40px;
}

ul.comment-item li li:last-child,
ul.comment-item li li li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

ul.comment-item li > ul {
	margin-top: 20px;
	padding-top: 20px;
}

.comment-item .comment-avatar {
	position: absolute;
	top: 0px;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.comment-item .comment-avatar img {
	width: 100%;
	width: 100%;
	border-radius: 50%;
}

ul.comment-item li .comment-header {
	margin-left: 60px;
}

ul.comment-item li .comment-header a {
	color: #333;
}

ul.comment-item li .comment-header .comment-reply {
	color: #fff;
}

.comment-item .comment-time {
	display: block;
	margin-bottom: 10px;
	color: #989b8e;
	font-style: italic;
	font-weight: 300;
	font-size: 13px;
}

.comment-item a.comment-reply {
	padding: 3px 12px 2px;
	float: right;
	background: #d60d45;
	color: #fff;
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.comment-item a.comment-reply:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.comment-form .form-control:hover,
.comment-form .form-control:focus {
}

/* in color file */

.comment-form .form-control:-moz-placeholder {
}

.comment-form .form-control::-moz-placeholder {
}

.comment-form .form-control:-ms-input-placeholder {
	color: #fff;
}

.comment-form .form-control::-webkit-input-placeholder {
}

.comment-content {
	margin-top: 20px;
}

.comment-content ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style: none !important;
}

.comment-content ol {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style: decimal !important;
}

.comment-content ul li,
.comment-content ol li {
	margin-bottom: 7px;
	padding: 0;
}

.comment-content ul li {
	position: relative;
}

.comment-content ul li:before {
	content: '- ';
}

.comment-content ul li:last-child,
.comment-content ol li:last-child {
	margin-bottom: 0;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	margin: 30px 0 18px;
}

.comment-form label {
	margin: 0 0 7px;
	font-weight: 400;
}

@media only screen and (max-width: 1199px) {
	.recent-post .image {
		width: 200px;
	}

	.recent-post .content {
		margin-left: 210px;
	}
}

@media only screen and (max-width: 991px) {
	.recent-post {
		padding: 5px;
	}
	.recent-post .image {
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 150px;
		background-position: center center;
		background-size: cover;
	}

	.recent-post .content {
		margin-left: 0;
		padding: 20px 10px 15px;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 767px) {
	.blog-item-full .content {
		margin-left: 0;
	}
}

@media (max-width: 479px) {
}

/**
 * Newsletter
 */

.home-news-letter {
	margin-top: 50px;
	padding: 10px;
	background: #575757;
	color: #fff;
}

.home-news-letter > .inner {
	padding: 50px;
	border: 3px double rgba(255, 255, 255, 0.8);
}

.home-news-letter h3 {
	position: relative;
	margin: 0;
	margin-right: 50px;
	float: left;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.home-news-letter h3:after {
	position: absolute;
	top: -5px;
	right: -30px;
	width: 3px;
	height: 30px;
	border-right: 3px double rgba(255, 255, 255, 0.8);
	content: '';
}

.home-news-letter .text-holder {
	margin-top: 5px;
}

.home-news-letter .form-control {
	height: 35px;
	border: none;
}

.newsletter-wrapper {
	padding-top: 45px;
	padding-bottom: 25px;
}

.newsletter-wrapper .text-holder {
	margin-bottom: 25px;
}

.newsletter-wrapper .text-holder h3 {
	margin: 0 0 10px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.newsletter-wrapper .text-holder p {
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.2;
	font-family: 'Merriweather', serif;
	letter-spacing: 1px;
}

.newsletter-wrapper .footer-newsletter {
	margin-top: -15px;
}

.newsletter-wrapper .form-control {
	height: 40px;
	margin: 0;
	border: none;
}

.newsletter-wrapper .btn {
	height: 40px;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
	.home-news-letter .text-holder {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.newsletter-wrapper .footer-newsletter {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.home-news-letter > .inner {
		padding: 20px;
	}
	.home-news-letter h3 {
		float: none;
	}
	.home-news-letter h3:after {
		display: none;
	}
}

@media (max-width: 479px) {
}

/**
 * Contact
 */

.full-contact-map-wrapper {
	position: relative;
	margin-top: -1px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}

.map-wrapper {
}

.map-wrapper img {
	max-width: none !important;
}

.full-contact-map {
	height: 400px;
}

.absolute-contact-info {
	position: absolute;
	right: 50px;
	bottom: 0;
	left: 50px;
}

.absolute-contact-info .content {
	padding: 30px;
	border: 1px solid #e8e8e8;
	border-bottom: 0;
	background: #fff;
}

.absolute-contact-info .content .item {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
}

.absolute-contact-info .content .item.more-pl {
	padding-left: 35px;
}

.absolute-contact-info .content .item i {
	position: absolute;
	top: 0;
	left: 2px;
	padding-left: 2px;
	font-size: 22px;
}

.contact-form input.form-control {
	height: 36px;
	margin: 0;
	padding-left: 15px;
}

.contact-form textarea.form-control {
	padding-bottom: 31px;
}

.contact-form .form-control {
	padding-left: 15px;
}

.travel-quote-banner {
	padding: 50px 0;
	background-position: center center;
	background-size: cover;
}

.travel-quote-banner .content {
	width: 40%;
	margin: 50px auto;
	color: #fff;
	text-align: right;
}

.travel-quote-banner .saying {
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
}

.travel-quote-banner .sayer {
	font-size: 16px;
}

.travel-quote-banner .sayer span {
	position: relative;
	padding-left: 12px;
}

.travel-quote-banner .sayer span:after {
	position: absolute;
	top: 2px;
	left: 0;
	width: 2px;
	height: 16px;
	background: #fff;
	content: '';
}

.travel-quote-banner .content a {
	padding: 10px 15px;
	border: 2px solid #fff;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.travel-quote-banner .content a:hover {
	background: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	.travel-quote-banner .content {
		width: 80%;
		margin: 30px auto;
	}
	.travel-quote-banner .saying {
		font-size: 24px;
		line-height: 1.4;
	}
	.travel-quote-banner .sayer {
		font-size: 14px;
	}
}

@media (max-width: 479px) {
	.full-contact-map-wrapper {
		border-bottom: 0;
	}
	.absolute-contact-info {
		position: relative;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.absolute-contact-info .content {
		margin-top: 20px;
		margin-bottom: -30px;
		padding: 20px;
		border: 1px solid #e8e8e8;
	}
	.absolute-contact-info .content .item {
		padding-left: 30px !important;
		font-size: 13px;
	}
	.absolute-contact-info .content .xs-pull-left {
		float: left !important;
	}
	.absolute-contact-info .content .item i {
		top: 5px;
		font-size: 13px;
	}
}

.my_listings_edit_options a {
	display: inline-block;
	margin: 0 0 0 5px;
	margin-left: 0px;
	padding: 5px 7px;
	color: #fff;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0;
}
.guide_delete {
	background-color: #dd3333;
}

/**
 * Footer
 */

.main-footer {
	padding-top: 75px;
	padding-bottom: 70px;
	background: #f5f5f5;
}

.not-home .main-footer {
	border-top: 1px solid #e5e5e5;
}

.main-footer a {
	color: #5d5d5d;
	font-weight: 400;
}

.main-footer a:hover {
	color: #d60d45;
}

.footer-title {
	margin: 0 0 25px;
	color: #fff;
}

.footer-logo {
	margin: 0 0 30px;
	color: #fff;
	font-size: 30px;
}

.about-us-footer {
	padding-right: 15px;
}

ul.menu-footer {
	margin: 0;
}

ul.menu-footer li {
	margin-bottom: 3px;
}

ul.menu-footer li a {
	font-size: 13px;
	text-transform: uppercase;
}

.footer-newsletter .form-control {
	border-color: transparent;
}

.footer-newsletter .form-control:focus {
	border-color: #8f37fe;
}

.newsletter-footer {
	margin: 0 0 50px;
}

.newsletter-footer .form-group {
	position: relative;
	margin: 0;
}

.newsletter-footer .form-control {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: none;
	color: #fff;
}

.newsletter-footer .btn-submit {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: rgba(255, 255, 255, 0.7);
}

.newsletter-footer .btn-submit:hover {
	color: #fff;
}

.social-footer {
	float: right;
}

.social-footer a {
	display: block;
	margin-top: 5px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
	color: #888;
	font-size: 20px;
}

.social-footer a:hover {
	color: #284580;
}

h4.footer-title {
	position: relative;
	margin: 0 0 20px;
	color: #343434;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4.footer-title:after {
	position: absolute;
	bottom: -11px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #005294;
	content: '';
}

.secondary-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #eee;
	color: #888;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 479px) {
	ul.menu-footer.for-social li {
		width: 50%;
		float: left;
	}
}

/**
 * Error Page
 */

.error-404-wrapper {
	text-align: center;
}

.error-404-wrapper .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.error-404-wrapper h2 {
	margin: 0 0 15px;
	font-weight: 500;
	font-size: 84px;
	line-height: 1;
}

.error-404-wrapper h3 {
	margin: 0 0 15px;
	font-size: 28px;
	line-height: 1;
}

.error-menu {
	margin: 0 0 5px;
	text-align: left;
}

.error-menu i {
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	font-size: 10px;
}

/**
 * Login/Signup
 */

.modal.modal-border-transparent .modal-content {
	padding: 0;
	border: 5px solid rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal.modal-login .modal-content {
	position: relative;
	width: 380px;
	margin: 0 auto;
	padding: 0 0 5px;
}

.modal.modal-login .modal-content h3 {
	margin: 0 0 15px;
}

.modal.modal-login .modal-body {
	padding: 20px;
	padding-top: 0;
}

.modal.modal-login .modal-content .form-control {
	height: 36px;
	padding-top: 6px;
}

.modal.modal-login .form-control::-moz-placeholder {
}

.modal.modal-login .form-control:-ms-input-placeholder {
}

.modal.modal-login .form-control::-webkit-input-placeholder {
}

.modal.modal-login .modal-footer {
	margin-top: 5px;
	padding: 20px 20px 30px;
	border-top: 1px solid #e5e5e5;
}

.modal .modal-content .btn-close {
	z-index: 1052;
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 12px;
}

.modal-seperator {
	position: relative;
	margin: 25px 0 40px;
	margin-right: -20px;
	margin-left: -20px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.modal-seperator span {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: -20px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	background: #fff;
	font-weight: 700;
	line-height: 38px;
	font-family: 'thaisans', sans-serif;
}

.login-modal-tab-wrapper {
}

ul.login-modal-tab-nav {
	margin: 0;
	padding: 0;
	background: #eaeaea;
}

ul.login-modal-tab-nav li {
	width: 50%;
	float: left;
	text-align: center;
}

ul.login-modal-tab-nav li a {
	display: block;
	padding: 10px;
	color: #565656;
	font-weight: 600;
	font-size: 15px;
}

ul.login-modal-tab-nav li.active a {
	background: #fff;
}

ul.login-modal-tab-nav li a:hover {
	color: #489ff0;
}

.btn.btn-facebook {
	background: #3b5998;
	color: #fff;
}

.btn.btn-facebook:hover {
	opacity: 0.8;
}

.login-modal-tab-wrapper .form-control {
	height: 40px;
	background: #fff;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
}

@media (max-width: 479px) {
	.modal.modal-login .modal-content {
		width: 100%;
	}
}

/**
 * Message for dashboard inbox
 */

ul.hotel-message-list {
	margin: 0;
}

ul.hotel-message-list > li {
	position: relative;
	min-height: 180px;
	margin: 0 0 20px;
	padding: 5px;
	border: 1px solid #e6e6e6;
	border-bottom: 2px solid #dedede;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
}

ul.hotel-message-list > li:last-child {
	margin: 0;
}

ul.hotel-message-list > li .image {
	width: 250px;
	float: left;
}

ul.hotel-message-list > li .content {
	position: relative;
	margin-left: 250px;
	padding: 10px 15px 0;
	padding-right: 5px;
	line-height: 1.2;
}

ul.hotel-message-list > li .action-label {
	position: absolute;
	top: 0;
	right: 0;
}

ul.hotel-message-list > li .action-label.label {
	font-weight: 600;
	letter-spacing: 1.5px;
}

ul.hotel-message-list > li .content h4 {
	margin: 0 0 2px;
	margin-right: 130px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

ul.hotel-message-list > li .content .location {
	margin-right: 130px;
}

ul.hotel-message-list > li .man {
	margin: 0 0 25px;
}

ul.hotel-message-list > li .man .avatar {
	width: 50px;
	padding: 3px;
	float: left;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.35);
}

ul.hotel-message-list > li .man h5 {
	margin: 0 0 7px;
	margin-left: 50px;
	padding: 1px 0 7px;
	padding-left: 10px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1;
}

ul.hotel-message-list > li .man p {
	margin-left: 50px;
	padding-left: 10px;
	line-height: 1.2;
}

ul.hotel-message-list > li .date {
	margin-top: 6px;
}

ul.hotel-message-list > li .action-btn {
	text-align: right;
}

.btn-hotel-message.collapsed:before {
	content: 'view';
}

.btn-hotel-message:before {
	content: 'close';
}

.message-item:not(:last-child) {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #e5e5e5;
}

.message-item .message-author {
	color: #a8a8a8;
	font-size: 13px;
	line-height: 1.2;
}

.message-item .message-author .avatar {
	width: 50px;
	margin: 5px 0 0;
}

.message-item .message-author h5 {
	margin: 10px 0 5px;
	line-height: 1;
}

.message-entry ul {
	margin-bottom: 20px;
	margin-left: 35px;
	list-style-type: inherit;
}

.message-entry ol {
	margin-bottom: 20px;
	margin-left: 35px;
	list-style-type: decimal;
}

.message-entry ul li,
.blog-entry ol li {
	margin-bottom: 7px;
}

.message-entry ul li:last-child,
.blog-entry ol li:last-child {
	margin-bottom: 0;
}

.hotel-message-read {
	margin: 5px 0 -5px;
	margin-right: -5px;
	margin-left: -5px;
	padding: 20px;
	border-top: 1px solid #e5e5e5;
	background: #f5f5f5;
}

@media only screen and (max-width: 1199px) {
	ul.hotel-message-list li .image {
		width: 180px;
		margin-top: 5px;
		margin-left: 5px;
	}
	ul.hotel-message-list li .content {
		margin-left: 185px;
	}
}

@media only screen and (max-width: 991px) {
	ul.hotel-message-list li .image {
		margin-bottom: 5px;
		float: none;
	}
	ul.hotel-message-list li .content {
		margin-left: 0;
		padding-left: 5px;
	}
	ul.hotel-message-list li .date {
		font-size: 13px;
	}
	ul.hotel-message-list li .action-label {
		top: -5px;
	}
}

@media (max-width: 767px) {
	.message-item .message-author {
		margin: 0 0 15px;
	}
	ul.hotel-message-list li .action-btn {
		margin: 10px 0 5px;
		text-align: left;
	}
}

@media (max-width: 479px) {
	ul.hotel-message-list li .image {
		width: auto;
		margin-right: 5px;
	}
	ul.hotel-message-list li .action-label {
		position: relative;
		top: 0;
		right: auto;
		left: 0;
	}
	ul.hotel-message-list li .content h4 {
		margin-right: 0;
	}
	ul.hotel-message-list li .content .location {
		margin-right: 0;
	}
}

/**
 * Dashboard
 */

.dashboard-avatar {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #f7f7f7;
	line-height: 1.2;
	text-align: center;
}

.dashboard-avatar .image {
	width: 100px;
	margin: 30px auto 15px;
	padding: 3px;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);
	box-shadow: 0px 0px 5px 0px rgba(214, 13, 69, 1);
}

.dashboard-avatar .content h4 {
	margin: 0 0 5px;
	line-height: 1;
	text-transform: uppercase;
}

.dashboard-avatar .content p {
	margin: 0 0 10px;
}

.dashboard-avatar ul.meta {
	margin: 25px 0 0;
	border-top: 1px solid #e5e5e5;
}

.dashboard-avatar ul.meta li {
	width: 50%;
	padding: 14px 0 15px;
	float: left;
	border-right: 1px solid #e5e5e5;
	font-size: 12px;
}

.dashboard-avatar ul.meta li span {
	display: block;
	font-weight: 700;
	font-size: 13px;
}

.dashboard-avatar ul.meta li:last-child {
	border-right: 0;
}

.dashboard-menu-wrapper {
	background: #fff;
}

ul.dashboard-menu-list li a {
	display: block;
	padding: 12px 17px;
	padding-left: 50px;
	border-bottom: 1px solid #e5e5e5;
	color: #5d5d5d;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.5px;
}

ul.dashboard-menu-list li a:hover,
ul.dashboard-menu-list > li:hover a {
	padding-right: 12px;
	padding-left: 55px;
	color: #c70c41;
}

ul.dashboard-menu-list li a i {
	margin-right: 3px;
	font-size: 12px;
}

ul.dashboard-menu-list li:last-child a {
	border-bottom: 0;
}

ul.dashboard-menu-list li a > span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 37px;
	padding-left: 4px;
	border-right: 1px solid #e5e5e5;
	line-height: 37px;
	text-align: center;
}

ul.dashboard-menu-list li ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.navbar-vertical ul.navbar-vertical-menu {
	margin: 0;
}
.navbar-vertical ul.navbar-vertical-menu li {
	position: relative;
}
.navbar-vertical ul.navbar-vertical-menu li ul {
	display: none;
	z-index: 9999;
	position: absolute;
	top: -1px;
	left: 100%;
	width: 190px;
	margin: 0;
	margin-left: 0;
	padding: 0;
	padding: 0;
	background: #005294;
}
.navbar-vertical ul.navbar-vertical-menu li ul:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-width: 8px 8px 8px 0;
	border-style: solid;
	border-color: transparent #005294 transparent transparent;
	content: '';
	o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
}
.navbar-vertical ul.navbar-vertical-menu li ul li a {
	display: block;
	padding: 10px 15px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.2;
}
.navbar-vertical ul.navbar-vertical-menu li ul li:hover > a {
	padding-right: 10px;
	padding-left: 20px;
	color: rgba(255, 255, 255, 1);
}
.navbar-vertical ul.navbar-vertical-menu li ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
}
.dashboard-menu-wrapper .slicknav_menu {
	display: none;
}
.dashboard-content .dashboard-heading {
	position: relative;
	margin: 0 0 45px;
}
.dashboard-content .dashboard-heading h3 {
	margin: 0;
	font-size: 26px;
	line-height: 1.2;
	text-transform: uppercase;
}
.dashboard-content .dashboard-heading p {
	margin-top: 5px;
}
.dashboard-content .dashboard-heading h3:after {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #005294;
	content: '';
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {
}
@media (max-width: 767px) {
	.navbar-vertical ul.navbar-vertical-menu {
		display: none;
	}

	.dashboard-menu-wrapper .slicknav_menu {
		display: block;
		width: 100%;
		background: #fff;
	}

	.dashboard-menu-wrapper .slicknav_btn {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
	}

	.dashboard-menu-wrapper .slicknav_btn:before {
		position: absolute;
		top: 0;
		right: 15px;
		color: #333;
	}

	.dashboard-menu-wrapper .slicknav_nav {
		position: relative;
		top: 0;
	}

	.dashboard-menu-wrapper .slicknav_nav a {
		font-size: 12px;
	}

	.dashboard-menu-wrapper .slicknav_nav a i {
		margin-right: 5px;
		font-size: 11px;
	}

	.dashboard-menu-wrapper .slicknav_menu .slicknav_menutxt {
		position: absolute;
		top: 7px;
		left: 15px;
		color: #333;
		font-size: 12px;
	}
}
@media (max-width: 479px) {
}

/**
 * Miscellaneous
 */

.widget {
}

.widget-title {
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
}

.filter-toggle {
}

.filter-toggle h4 {
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.filter-toggle h4.active {
	color: #333;
}

.filter-toggle .btn-more-less {
	margin-top: 5px;
	color: #d60d45;
	font-size: 10px;
}

.filter-toggle .form-group.mt,
.filter-toggle .range-slider-wrapper {
	padding-top: 7px;
}

.filter-toggle .fancy-select .form-control {
	padding-top: 7px;
	font-size: 12px;
}

.review-widget-sm {
	font-size: 13px;
	line-height: 1;
	text-align: left;
}

.review-widget-sm .score {
	width: 40px;
	height: 40px;
	float: left;
	font-weight: 400;
	font-size: 22px;
	line-height: 40px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
}

.review-widget-sm .widget-content {
	margin-left: 50px;
}

.review-widget-sm .widget-content h5 {
	margin-top: 2px;
	margin-bottom: 7px;
	font-weight: 500;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
}

.widget-search .form-control {
	font-size: 12px;
}

.lighhight-box {
	position: relative;
	padding: 20px 15px;
	padding-left: 50px;
	background: #7f4681;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
}

.lighhight-box i {
	position: absolute;
	top: 6px;
	left: -2px;
	font-size: 44px;
}

.attraction-list-item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede;
}
.attraction-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.attraction-list-item h3,
.attraction-list-item h4 {
	margin-top: 0;
	font-weight: 500;
}
.attraction-list-item .price {
	margin-bottom: 10px;
	color: #d60d45;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
.attraction-list-item .price .font-lg {
	font-size: 22px;
}
