ul.dot-list {
	display: table;
	margin: 0;
	float: none;
	clear: both;
	padding: 0 0 0 20px;
	width: 500px;
	max-width: 100%;
}
ul.dot-list li {
	list-style-type: disc;
	padding: 3px 0;
}
 @media (min-width:320px) {
.container {
	width: 320px
}
}
@media (min-width:480px) {
.container {
	width: 450px
}
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1170px
}
}
body.bodyColor.wrapper {
	margin: 0 auto
}
@media (min-width:320px) {
body.bodyColor.wrapper {
	max-width: 320px
}
}
@media (min-width:480px) {
body.bodyColor.wrapper {
	max-width: 450px
}
}
@media (min-width:768px) {
body.bodyColor.wrapper {
	max-width: 750px
}
}
@media (min-width:992px) {
body.bodyColor.wrapper {
	max-width: 970px
}
}
@media (min-width:1200px) {
body.bodyColor.wrapper {
	max-width: 1170px
}
}
@media (min-width:320px) {
body.bodyColor .header {
	max-width: 320px
}
}
@media (min-width:480px) {
body.bodyColor .header {
	max-width: 450px
}
}
@media (min-width:768px) {
body.bodyColor .header {
	max-width: 750px
}
}
@media (min-width:992px) {
body.bodyColor .header {
	max-width: 970px
}
}
@media (min-width:1200px) {
body.bodyColor .header {
	max-width: 1170px
}
}
body.bodyColor .navbar-fixed-top {
	right: auto;
	left: auto
}
.btn {
	display: inline-block;
	border-radius: 4px;
	text-transform: capitalize;
	text-align: center;
	font-size: 14px;/*padding: 9px 0*/
}
@media (min-width:480px) {
.btn {
	font-size: 15px;/*padding: 13px 0*/
}
}
@media (min-width:768px) {
.btn {
	font-size: 12px;/*padding: 8px 0*/
}
}
@media (min-width:992px) {
.btn {
	font-size: 14px;/*padding: 12px 0*/
}
}
@media (min-width:1200px) {
.btn {
	font-size: 15px;/*padding: 13px 0*/
}
}
a {
	color: #ff891e;
	text-decoration: none;
	transition: all .3s ease-in-out
}
a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=0.8);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: 1;
	outline: 0;
	text-decoration: none
}
a:focus {
	outline: 0
}
.main-wrapper {
	position: relative
}
.form-control:focus {
	box-shadow: none
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0
}
.buttonCustomPrimary {
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	background-color: #ff891e;
	text-transform: capitalize;
	color: #fff!important;
	font-weight: 400;
	font-size: 15px;
	padding: 0
}
.buttonTransparent, .paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:last-child a, .isotopeFilters ul.filter>li a {
	height: 35px;
	line-height: 35px;
	border-radius: 4px;
	border-color: #dedede;
	padding: 0 20px;
	color: #969696;
	text-transform: capitalize;
	outline: 0
}
.buttonTransparent:hover, .paginationCenter .pagination li:first-child a:hover, .paginationCenter .pagination li:last-child a:hover, .isotopeFilters ul.filter>li a:hover {
	background-color: #ff891e;
	border-color: #ff891e;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	outline: 0
}
.buttonTransparentfocus {
	outline: 0
}
.sectionTitle {
	text-align: center
}
@media (max-width:767px) {
.sectionTitle {
	margin-bottom: 30px
}
}
@media (min-width:768px) {
.sectionTitle {
	margin-bottom: 48px
}
}
.sectionTitle h2 {
	position: relative;
	margin-bottom: 16px
}
@media (max-width:767px) {
.sectionTitle h2 {
	font-size: 20px
}
}
@media (min-width:768px) {
.sectionTitle h2 {
	font-size: 26px
}
}
.sectionTitle h2 span {
	padding-left: 38px;
	padding-right: 38px;
	z-index: 5;
	position: relative;
	background-color: #fff
}
.sectionTitle h2 span.lightBg {
	background-color: #f5f5f5
}
.sectionTitle h2:before {
	background-color: #e5e5e5;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	z-index: 1
}
.sectionTitle p {
	color: #000;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 0
}
@media (max-width:767px) {
.sectionTitle p {
	font-size: 11px
}
}
@media (min-width:768px) {
.sectionTitle p {
	font-size: 18px
}
}
@media (max-width:767px) {
.sectionTitleDouble {
	background-image: none
}
}
@media (min-width:768px) {
.sectionTitleDouble {
	background-image: url(../img/devider.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 8px 45px
}
}
.sectionTitleDouble p, .sectionTitleDouble h2 {
	color: #fff;
	text-transform: capitalize;
	line-height: 1.7;
	margin-bottom: 0;
	font-weight: 400
}
@media (min-width:992px) {
.sectionTitleDouble p, .sectionTitleDouble h2 {
	font-size: 18px
}
}
@media (min-width:1200px) {
.sectionTitleDouble p, .sectionTitleDouble h2 {
	font-size: 20px
}
}
.sectionTitleDouble h2 {
	font-weight: 700
}
@media (min-width:992px) {
.sectionTitleDouble h2 {
	font-size: 22px
}
}
@media (min-width:1200px) {
.sectionTitleDouble h2 {
	font-size: 26px
}
}
.sectionTitleDouble h2 span {
	color: #ff891e
}
.sectionTitle2 h2 {
	font-size: 26px;
	color: #222;
	line-height: 26px;
	margin: 25px 0;
	font-weight: 400
}
.sectionTitle2 p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 30px
}
.sub-title h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	color: #222
}
.form .form-group .form-control, .commentsForm .form-group .form-control, .modal.bookingModal .modal-dialog .modal-content .modal-body .form-group .form-control {
	height: 45px;
	background-color: #f5f5f5;
	box-shadow: none;
	border-color: #e5e5e5;
	color: #969696;
	font-family: "Montserrat", sans-serif;
	font-size: 12px
}
.form .form-group .form-control:focus, .commentsForm .form-group .form-control:focus, .modal.bookingModal .modal-dialog .modal-content .modal-body .form-group .form-control:focus {
	outline: 0
}
.form .form-group textarea.form-control, .commentsForm .form-group textarea.form-control, .modal.bookingModal .modal-dialog .modal-content .modal-body .form-group textarea.form-control {
	height: 150px
}
.form .buttonCustomPrimary, .commentsForm .buttonCustomPrimary, .modal.bookingModal .modal-dialog .modal-content .modal-body .buttonCustomPrimary {
	padding: 0 20px
}
.commentsForm .form-control {
	border: 0
}
.commentsForm .buttonCustomPrimary {
	background-color: transparent;
	color: #666!important;
	border-color: #dedede;
	transition: all .3s ease-in-out
}
.commentsForm .buttonCustomPrimary:hover {
	background-color: #ff891e;
	border-color: #ff891e;
	color: #fff!important
}
.commentsForm h3 {
	font-size: 20px;
	color: #222;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 30px
}
.contactForm .form-control {
	border: 0
}
.contactForm .buttonCustomPrimary {
	float: right
}
.paginationCenter {
	width: 100%;
	text-align: center;
	padding-top: 78px
}
.paginationCenter .pagination {
	margin: 0
}
.paginationCenter .pagination li {
	display: inline-block
}
.paginationCenter .pagination li a {
	color: #222;
	border: 0;
	height: 35px;
	line-height: 35px;
	padding: 0 12px;
	background-color: #f5f5f5
}
.paginationCenter .pagination li a:hover {
	color: #ff891e;
	background-color: transparent
}
.paginationCenter .pagination li.active a {
	color: #ff891e;
	background-color: transparent
}
.paginationCenter .pagination li.active a:hover, .paginationCenter .pagination li.active a:focus {
	color: #ff891e;
	background-color: transparent
}
.paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:last-child a {
	color: #222;
	border: 1px solid #dedede
}
.paginationCenter .pagination li:first-child a span i {
	margin-right: 5px
}
.paginationCenter .pagination li:last-child a span i {
	margin-left: 5px
}
.paginationCenter.paginationTransparent {
	padding-top: 0
}
.paginationCenter.paginationTransparent .pagination li a {
	background-color: #fff
}
.accordionWrappar {
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 4px
}
@media (max-width:767px) {
.accordionWrappar {
	margin-bottom: 30px
}
}
@media (min-width:768px) {
.accordionWrappar {
	margin-bottom: 0
}
}
.accordionsTransparent .panel-group {
	margin-bottom: 15px
}
.accordionsTransparent .panel-group .panel {
	border: 0;
	border-radius: 0
}
.accordionsTransparent .panel-group .panel-heading {
	padding: 15px;
	text-transform: capitalize;
	font-size: 15px;
	color: #969696;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #eee;
	border-radius: 0
}
.accordionsTransparent .panel-group .panel-heading i {
	line-height: 22px
}
.accordionsTransparent .panel-group .panel-heading.hideBorder {
	border: 0
}
.accordionsTransparent .panel-group .panel-heading:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.accordionsTransparent .panel-group .panel-body .media img {
	border-radius: 4px
}
.accordionsTransparent .panel-default>a.panel-heading {
	display: block
}
.accordionsTransparent .panel-default>a.panel-heading:focus {
	text-decoration: none
}
.accordionsTransparent .panel-group .panel+.panel {
	margin-top: 0
}
.accordionsTransparent .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0!important
}
.accordionsTransparent .panel {
	box-shadow: none
}
.accordionsTransparent .panel-heading.active {
	color: #ff891e;
	border: 0
}
.accordionsTransparent .panel-collapse.active {
	border-bottom: 1px solid #eee
}
.accordionsTransparent .solidBgTitle .panel {
	margin-bottom: 20px
}
.accordionsTransparent .solidBgTitle .panel-heading {
	background-color: #ff891e;
	color: #fff;
	border-radius: 4px
}
.accordionsTransparent .solidBgTitle .panel-body {
	background-color: #f5f5f5;
	border-radius: 0 0 4px 4px
}
.accordionsTransparent .solidBgTitle .panel-collapse {
	border-radius: 0 0 4px 4px
}
.accordionsTransparent .accordionSolidTitle .panel, .accordionsTransparent .accordionSolidBar .panel {
	margin-bottom: 15px;
	border-radius: 4px;
	background-color: transparent
}
.accordionsTransparent .accordionSolidTitle .panel-heading, .accordionsTransparent .accordionSolidBar .panel-heading {
	background-color: #fff;
	color: #222;
	border: 0;
	border-radius: 4px
}
.accordionsTransparent .accordionSolidTitle .panel-heading.active, .accordionsTransparent .accordionSolidBar .panel-heading.active {
	color: #fff;
	background-color: #ff891e
}
.accordionsTransparent .accordionSolidTitle .panel-collapse.active, .accordionsTransparent .accordionSolidBar .panel-collapse.active {
	background-color: transparent;
	border: 0
}
.ed-datepicker {
	height: 35px;
	margin-top: 0px;
	border: 0;
	border-bottom: 1px solid rgba(222,222,222,.3);
	padding: 0;
	border-radius: 0
}
.ed-datepicker.filterDate {
	border-color: #dedede;
	margin-bottom: 0px;
}
.ed-datepicker .form-control {
	height: 35px;
	background: 0 0;
	border: 0;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,.3);
	padding: 4px 12px 4px 0;
	box-shadow: none!important
}
.ed-datepicker.filterDate .form-control {
	color: #969696
}
.ed-datepicker .form-control::-webkit-input-placeholder {
font-size:12px;
font-weight:400;
color:rgba(255,255,255,.3);
text-transform:capitalize
}
.ed-datepicker .form-control::-moz-placeholder {
font-size:12px;
font-weight:400;
color:rgba(255,255,255,.3)
}
.ed-datepicker .form-control:-ms-input-placeholder {
font-size:12px;
font-weight:400;
color:rgba(255,255,255,.3)
}
.ed-datepicker .form-control:-moz-placeholder {
font-size:12px;
font-weight:400;
color:rgba(255,255,255,.3)
}
.ed-datepicker.filterDate .form-control::-webkit-input-placeholder {
font-size:12px;
font-weight:400;
color:#969696
}
.ed-datepicker.filterDate .form-control::-moz-placeholder {
font-size:12px;
font-weight:400;
color:#969696
}
.ed-datepicker.filterDate .form-control:-ms-input-placeholder {
font-size:12px;
font-weight:400;
color:#969696
}
.ed-datepicker.filterDate .form-control:-moz-placeholder {
font-size:12px;
font-weight:400;
color:#969696
}
.ed-datepicker .input-group-addon {
	height: 35px;
	background: 0 0;
	border: 0;
	padding-right: 0
}
.datepicker-dropdown {
	width: auto;
	padding: 0
}
.filterDate .datepicker-dropdown {
	top: 87%!important
}
.datepicker-dropdown thead {
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize
}
.datepicker-dropdown thead tr:last-child th {
	background-color: #ff891e;
	border-radius: 0;
	font-size: 13px;
	color: #fff
}
.datepicker table tr td.day {
	color: #000;
	font-weight: 400;
	border-radius: 0!important;
	background: 0 0;
	margin: 0 3px 10px;
	padding: 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #e5e5e5
}
.datepicker table tr td.day.new, .datepicker table tr td.day.old {
	color: #cccfd3;
	background: 0 0
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
	background: #ff891e;
	transition: background .3s;
	cursor: pointer;
	color: #fff
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
	border-color: #262a2e;
	background: #262a2e;
	transition: background .3s, border-color .3s
}
.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
	border-color: #262a2e;
	background: #262a2e;
	transition: background .3s, border-color .3s
}
.datepicker .datepicker-switch {
	color: #222
}
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
	background: 0 0;
	border: 0;
	transition: color .3s;
	cursor: pointer;
	color: #262a2e
}
.datepicker-dropdown::after, .datepicker-dropdown::before {
	display: none
}
.datepicker table tr td, .datepicker table tr th {
	height: 30px
}
.thumbnail {
	border: 0;
	padding: 0
}
.thumbnail.deals {
	min-height: 300px;
	background: #f2f2f2;
	overflow: hidden;
	position: relative;
	float: left;
	box-shadow: none;
	transition: all .3s ease-in-out
}
.thumbnail.deals img {
	width: 100%
}
.thumbnail.deals .discountInfo {
	position: absolute;
	left: 0;
	top: 0;
	height: 263px;
	width: 100%
}
@media (max-width:767px) {
.thumbnail.deals .discountInfo {
	padding: 5px 0 0 5px
}
}
@media (min-width:768px) {
.thumbnail.deals .discountInfo {
	padding: 5px 0 0 5px
}
}
@media (min-width:992px) {
.thumbnail.deals .discountInfo {
	padding: 20px 0 0 20px
}
}
.thumbnail.deals .discountInfo .discountOffer {
	border-radius: 50%;
	background-color: #ff891e;
	display: none;
}
@media (max-width:767px) {
.thumbnail.deals .discountInfo .discountOffer {
	margin-bottom: 40%;
	width: 60px;
	padding: 15px 0
}
}
@media (min-width:768px) {
.thumbnail.deals .discountInfo .discountOffer {
	margin-bottom: 30px;
	width: 60px;
	padding: 15px 0
}
}
@media (min-width:992px) {
.thumbnail.deals .discountInfo .discountOffer {
	margin-bottom: 60px;
	width: 76px;
	padding: 19px 0
}
}
@media (min-width:1200px) {
.thumbnail.deals .discountInfo .discountOffer {
	margin-bottom: 104px;
	width: 76px;
	padding: 19px 0
}
}
.thumbnail.deals .discountInfo .discountOffer h4 {
	color: #fff;
	text-align: center;
	margin: 0;
	text-transform: capitalize
}
@media (max-width:767px) {
.thumbnail.deals .discountInfo .discountOffer h4 {
	font-size: 14px
}
}
@media (min-width:768px) {
.thumbnail.deals .discountInfo .discountOffer h4 {
	font-size: 14px
}
}
@media (min-width:992px) {
.thumbnail.deals .discountInfo .discountOffer h4 {
	font-size: 18px
}
}
.thumbnail.deals .discountInfo .discountOffer h4 span {
	display: block
}
.thumbnail.deals .discountInfo .duration {
	margin-left: 0;
	position: absolute;
	left: 20px;
	bottom: 65px
}
@media (min-width:480px) {
.thumbnail.deals .discountInfo .duration {
	bottom: -30px
}
}
@media (min-width:768px) {
.thumbnail.deals .discountInfo .duration {
	bottom: 110px
}
}
@media (min-width:992px) {
.thumbnail.deals .discountInfo .duration {
	bottom: 60px
}
}
@media (min-width:1200px) {
.thumbnail.deals .discountInfo .duration {
	bottom: 20px
}
}
.thumbnail.deals .discountInfo .duration li {
	color: #fff;
	font-weight: 700;
	border-right: 1px solid #fff;
	line-height: 21px;
	float: left
}
@media (min-width:768px) {
.thumbnail.deals .discountInfo .duration li {
	font-size: 11px;
	padding: 0 10px
}
}
@media (min-width:992px) {
.thumbnail.deals .discountInfo .duration li {
	font-size: 15px;
	padding: 0 12px
}
}
.thumbnail.deals .discountInfo .duration li:first-child {
	padding-left: 0
}
.thumbnail.deals .discountInfo .duration li:last-child {
	border-right: 0
}
.thumbnail.deals .discountInfo .dates {
	position: absolute;
	top: 180px;
	left: 20px
}
@media (min-width:480px) {
.thumbnail.deals .discountInfo .dates {
	top: 260px
}
}
@media (min-width:768px) {
.thumbnail.deals .discountInfo .dates {
	top: 150px
}
}
@media (min-width:992px) {
.thumbnail.deals .discountInfo .dates {
	top: 200px
}
}
@media (min-width:1200px) {
.thumbnail.deals .discountInfo .dates {
	top: 155px
}
}
.thumbnail.deals .discountInfo .dates li {
	color: #fff;
	text-transform: capitalize
}
.thumbnail.deals .discountCol-3 .rating {
	bottom: 80px
}
@media (min-width:480px) {
.thumbnail.deals .discountCol-3 .rating {
	bottom: 0
}
}
@media (min-width:768px) {
.thumbnail.deals .discountCol-3 .rating {
	bottom: 40px
}
}
@media (min-width:992px) {
.thumbnail.deals .discountCol-3 .rating {
	bottom: -20px
}
}
@media (min-width:1200px) {
.thumbnail.deals .discountCol-3 .rating {
	bottom: 40px
}
}
.thumbnail.deals .discountCol-3 .duration {
	bottom: 60px
}
@media (min-width:480px) {
.thumbnail.deals .discountCol-3 .duration {
	bottom: -20px
}
}
@media (min-width:768px) {
.thumbnail.deals .discountCol-3 .duration {
	bottom: 20px
}
}
@media (min-width:992px) {
.thumbnail.deals .discountCol-3 .duration {
	bottom: -40px
}
}
@media (min-width:1200px) {
.thumbnail.deals .discountCol-3 .duration {
	bottom: 20px
}
}
.thumbnail.deals .caption {
	width: 100%;
	padding: 9px;
	float: left;
	text-align: center;
}
.thumbnail.deals .caption h4 {
	font-size: 15px;
	color: #222;
	text-transform: capitalize;
	font-weight: 300;
	margin: 0 0 5px 0;
	display: block;
	min-height: 35px;
	text-align: center;
}
.thumbnail.deals .caption .captionTitle {
	font-size: 15px;
	color: #222;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 15px 0;
	display: block
}
.thumbnail.deals .caption .captionTitle:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	color: #ff891e
}
.thumbnail.deals .caption .captionTitle:hover:focus {
	text-decoration: none!important
}
.thumbnail.deals .caption .captionTitle h4 {
	font-size: 15px
}
.thumbnail.deals .caption .captionTitle h4:hover {
	color: #ff891e
}
.thumbnail.deals .caption p {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.3;
}
.thumbnail.deals .caption .detailsInfo {
	display: inline-block;
	width: 100%;
	text-align: center
}
.thumbnail.deals .caption .detailsInfo h5 {
	float: left;
	line-height: 21px;
	margin: 0;
	color: #ff891e;
	font-weight: 400;
	font-size: 20px
}
.thumbnail.deals .caption .detailsInfo h5 span {
	font-size: 13px;
	color: #000;
	text-transform: capitalize;
	font-weight: 600;
}
@media (min-width:768px) {
.thumbnail.deals .caption .detailsInfo h5 span {
	display: inline-block
}
}
@media (min-width:992px) {
.thumbnail.deals .caption .detailsInfo h5 span {
	display: block
}
}
@media (min-width:320px) {
.thumbnail.deals .caption .detailsInfo h5 {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center
}
}
@media (min-width:992px) {
.thumbnail.deals .caption .detailsInfo h5 {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
}
}
.thumbnail.deals.packagesPage .discountCol-3 .rating {
	bottom: 80px
}
@media (min-width:480px) {
.thumbnail.deals.packagesPage .discountCol-3 .rating {
	bottom: 0
}
}
@media (min-width:768px) {
.thumbnail.deals.packagesPage .discountCol-3 .rating {
	bottom: 40px
}
}
@media (min-width:992px) {
.thumbnail.deals.packagesPage .discountCol-3 .rating {
	bottom: -30px
}
}
@media (min-width:1200px) {
.thumbnail.deals.packagesPage .discountCol-3 .rating {
	bottom: 45px
}
}
.thumbnail.deals.packagesPage .discountCol-3 .duration {
	bottom: 60px
}
@media (min-width:480px) {
.thumbnail.deals.packagesPage .discountCol-3 .duration {
	bottom: -20px
}
}
@media (min-width:768px) {
.thumbnail.deals.packagesPage .discountCol-3 .duration {
	bottom: 20px
}
}
@media (min-width:992px) {
.thumbnail.deals.packagesPage .discountCol-3 .duration {
	bottom: -60px
}
}
@media (min-width:1200px) {
.thumbnail.deals.packagesPage .discountCol-3 .duration {
	bottom: 25px
}
}
.thumbnail.deals.packagesPage .discountCol-3 .dates {
	bottom: 60px
}
@media (min-width:480px) {
.thumbnail.deals.packagesPage .discountCol-3 .dates {
	bottom: -20px
}
}
@media (min-width:768px) {
.thumbnail.deals.packagesPage .discountCol-3 .dates {
	bottom: 20px
}
}
@media (min-width:992px) {
.thumbnail.deals.packagesPage .discountCol-3 .dates {
	bottom: -40px
}
}
@media (min-width:1200px) {
.thumbnail.deals.packagesPage .discountCol-3 .dates {
	bottom: 20px
}
}
@media (max-width:767px) {
.thumbnail.deals.packagesPage .discountOffer {
	margin-bottom: 40%;
	width: 60px;
	padding: 15px 0
}
}
@media (min-width:768px) {
.thumbnail.deals.packagesPage .discountOffer {
	margin-bottom: 30px;
	width: 60px;
	padding: 15px 0
}
}
@media (min-width:992px) {
.thumbnail.deals.packagesPage .discountOffer {
	margin-bottom: 45px;
	width: 70px;
	padding: 16px 0
}
}
@media (min-width:768px) {
.thumbnail.deals.packagesPage .rating {
	bottom: 110px
}
}
@media (min-width:992px) {
.thumbnail.deals.packagesPage .rating {
	bottom: 55px
}
}
@media (min-width:1200px) {
.thumbnail.deals.packagesPage .rating {
	bottom: 105px
}
}
.thumbnail.deals.packagesPage .duration {
	margin-left: 0
}
@media (min-width:768px) {
.thumbnail.deals.packagesPage .duration {
	bottom: 90px
}
}
@media (min-width:992px) {
.thumbnail.deals.packagesPage .duration {
	bottom: 35px
}
}
@media (min-width:1200px) {
.thumbnail.deals.packagesPage .duration {
	bottom: 88px
}
}
.thumbnail.deals.packagesPage .duration li {
	color: #fff;
	font-weight: 700;
	border-right: 1px solid #fff;
	line-height: 21px;
	float: left
}
@media (min-width:768px) {
.thumbnail.deals.packagesPage .duration li {
	font-size: 11px;
	padding: 0 10px
}
}
.thumbnail.deals.packagesPage .duration li:first-child {
	padding-left: 0
}
.thumbnail.deals.packagesPage .duration li:last-child {
	border-right: 0
}
.thumbnail.deals.packagesPage .caption .detailsInfo .detailsBtn .buttonTransparent, .thumbnail.deals.packagesPage .caption .detailsInfo .detailsBtn .paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:first-child .thumbnail.deals.packagesPage .caption .detailsInfo .detailsBtn a, .thumbnail.deals.packagesPage .caption .detailsInfo .detailsBtn .paginationCenter .pagination li:last-child a, .paginationCenter .pagination li:last-child .thumbnail.deals.packagesPage .caption .detailsInfo .detailsBtn a, .thumbnail.deals.packagesPage .caption .detailsInfo .detailsBtn .isotopeFilters ul.filter>li a, .isotopeFilters ul.filter>li .thumbnail.deals.packagesPage .caption .detailsInfo .detailsBtn a {
	font-size: 13px
}
.thumbnail.deals:hover {
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.thumbnail.deals.hotelgrid .discountCol-3 .dates {
	position: absolute;
	top: 180px;
	left: 20px
}
@media (min-width:480px) {
.thumbnail.deals.hotelgrid .discountCol-3 .dates {
	top: 265px
}
}
@media (min-width:768px) {
.thumbnail.deals.hotelgrid .discountCol-3 .dates {
	top: 220px
}
}
@media (min-width:992px) {
.thumbnail.deals.hotelgrid .discountCol-3 .dates {
	top: 285px
}
}
@media (min-width:1200px) {
.thumbnail.deals.hotelgrid .discountCol-3 .dates {
	top: 225px
}
}
.thumbnail.blogPostItem {
	position: relative;
	border: 0;
	padding: 0;
	float: left;
	box-shadow: none
}
.thumbnail.blogPostItem img {
	width: 100%;
	border-radius: 4px
}
.thumbnail.blogPostItem .caption {
	padding: 30px 20px
}
.thumbnail.blogPostItem .caption p {
	margin-bottom: 30px
}
.thumbnail.blogPostItem .caption .detailsInfo {
	display: inline-block;
	width: 100%
}
.thumbnail.blogPostItem .caption .detailsInfo h4 {
	display: inline-block;
	float: left
}
.thumbnail.blogPostItem .caption .detailsInfo h4 {
	line-height: 21px;
	margin-bottom: 0;
	color: #ff891e;
	font-weight: 400;
	font-size: 20px
}
.thumbnail.blogPostItem .caption .detailsInfo h4 span {
	font-size: 14px;
	color: #969696;
	text-transform: capitalize
}
@media (min-width:768px) {
.thumbnail.blogPostItem .caption .detailsInfo h4 span {
	display: inline-block
}
}
@media (min-width:992px) {
.thumbnail.blogPostItem .caption .detailsInfo h4 span {
	display: block
}
}
.thumbnail.citiesContent {
	margin-bottom: 80px
}
.thumbnail.citiesContent .imageArea {
	margin-bottom: 18px;
	padding: 0 9px;
	position: relative
}
.thumbnail.citiesContent .imageArea img {
	width: 100%;
	border-radius: 4px
}
.thumbnail.citiesContent .imageArea .sticker {
	position: absolute;
	left: 19px;
	top: 10px;
	background-color: rgba(0,0,0,.35);
	border-radius: 4px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 20px;
	text-transform: capitalize
}
.thumbnail.citiesContent .caption .media {
	background-color: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #eee
}
@media (max-width:767px) {
.thumbnail.citiesContent .caption .media {
	margin-bottom: 30px
}
}
@media (min-width:768px) {
.thumbnail.citiesContent .caption .media {
	margin-bottom: 0
}
}
.thumbnail.citiesContent .caption .media .media-body {
	padding-left: 10px
}
.thumbnail.citiesContent .caption .media .media-body a {
	color: #222;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	margin: 15px 0;
	display: block;
	font-weight: 400
}
.thumbnail.citiesContent .caption .media .media-body a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	color: #ff891e
}
.thumbnail.citiesContent .caption .media .media-body h4 {
	color: #ff891e;
	font-size: 18px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 0;
	font-weight: 400
}
.thumbnail.citiesContent .media-left {
	float: left
}
.pageLink {
	width: 100%;
	height: 263px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000
}
.pageLink:before {
	background-color: #000;
	content: '';
	width: 100%;
	height: 253px
}
.marginExten {
	margin-left: -24px;
	margin-right: -24px
}
.buttonArea {
	width: 100%;
	display: block;
	text-align: center
}
.buttonArea .buttonTransparent, .buttonArea .paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:first-child .buttonArea a, .buttonArea .paginationCenter .pagination li:last-child a, .paginationCenter .pagination li:last-child .buttonArea a, .buttonArea .isotopeFilters ul.filter>li a, .isotopeFilters ul.filter>li .buttonArea a {
	height: 45px;
	line-height: 45px
}
@media (max-width:767px) {
.buttonArea .buttonTransparent, .buttonArea .paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:first-child .buttonArea a, .buttonArea .paginationCenter .pagination li:last-child a, .paginationCenter .pagination li:last-child .buttonArea a, .buttonArea .isotopeFilters ul.filter>li a, .isotopeFilters ul.filter>li .buttonArea a {
	margin-bottom: 30px
}
}
@media (min-width:768px) {
.buttonArea .buttonTransparent, .buttonArea .paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:first-child .buttonArea a, .buttonArea .paginationCenter .pagination li:last-child a, .paginationCenter .pagination li:last-child .buttonArea a, .buttonArea .isotopeFilters ul.filter>li a, .isotopeFilters ul.filter>li .buttonArea a {
	margin-bottom: 0
}
}
.buttonArea.galleryBtnArea {
	text-align: left;
	padding: 60px 0
}
.buttonArea.galleryBtnArea .buttonTransparent, .buttonArea.galleryBtnArea .paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:first-child .buttonArea.galleryBtnArea a, .buttonArea.galleryBtnArea .paginationCenter .pagination li:last-child a, .paginationCenter .pagination li:last-child .buttonArea.galleryBtnArea a, .buttonArea.galleryBtnArea .isotopeFilters ul.filter>li a, .isotopeFilters ul.filter>li .buttonArea.galleryBtnArea a {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	color: #222;
	padding: 0 30px
}
.buttonArea.galleryBtnArea .buttonTransparent:hover, .buttonArea.galleryBtnArea .paginationCenter .pagination li:first-child a:hover, .paginationCenter .pagination li:first-child .buttonArea.galleryBtnArea a:hover, .buttonArea.galleryBtnArea .paginationCenter .pagination li:last-child a:hover, .paginationCenter .pagination li:last-child .buttonArea.galleryBtnArea a:hover, .buttonArea.galleryBtnArea .isotopeFilters ul.filter>li a:hover, .isotopeFilters ul.filter>li .buttonArea.galleryBtnArea a:hover {
	color: #fff;
	background-color: #ff891e;
	border-color: #ff891e
}
.blogTitle {
	font-size: 20px;
	color: #222;
	text-transform: capitalize;
	font-weight: 400;
	margin: 0 0 20px 0;
	display: block
}
.blogTitle:hover {
	color: #ff891e
}
.blogInfo {
	margin-bottom: 25px
}
.blogInfo li {
	font-size: 12px;
	line-height: 18px;
	color: #969696
}
.blogInfo li i {
	margin-right: 6px
}
.blogInfo li a {
	color: #969696
}
.blogInfo li a:hover {
	color: #ff891e
}
.rating {
	margin-left: 0;
	display: block;
	width: 100%;
	margin-bottom: 5px
}
.rating li {
	padding: 0
}
.rating li i {
	color: #fec701
}
.rating.homePage {
	margin-left: 0;
	display: block;
	width: 100%;
	position: absolute;
	left: 20px;
	bottom: 80px
}
@media (min-width:480px) {
.rating.homePage {
	bottom: 0
}
}
@media (min-width:768px) {
.rating.homePage {
	bottom: 130px
}
}
@media (min-width:992px) {
.rating.homePage {
	bottom: 80px
}
}
@media (min-width:1200px) {
.rating.homePage {
	bottom: 50px
}
}
.rating.homePage li {
	padding: 0
}
.rating.homePage li i {
	color: #fec701
}
.detailsBtn {
	float: left;
	margin-top: 5px;
}
@media (min-width:320px) {
.detailsBtn {
	display: block;
	width: 100%
}
}
@media (min-width:992px) {
.detailsBtn {
	display: inline-block;
	width: auto
}
}
.detailsBtn li {
	padding: 0
}
.detailsBtn li .buttonTransparent, .detailsBtn .paginationCenter .pagination li:first-child a, .paginationCenter .pagination .detailsBtn li:first-child a, .detailsBtn .paginationCenter .pagination li:last-child a, .paginationCenter .pagination .detailsBtn li:last-child a, .detailsBtn .isotopeFilters ul.filter>li a, .isotopeFilters .detailsBtn ul.filter>li a {
	color: #969696
}
.detailsBtn li .buttonTransparent:hover, .detailsBtn .paginationCenter .pagination li:first-child a:hover, .paginationCenter .pagination .detailsBtn li:first-child a:hover, .detailsBtn .paginationCenter .pagination li:last-child a:hover, .paginationCenter .pagination .detailsBtn li:last-child a:hover, .detailsBtn .isotopeFilters ul.filter>li a:hover, .isotopeFilters .detailsBtn ul.filter>li a:hover {
	color: #fff
}
.btnArea {
	padding-top: 30px;
	text-align: center
}
@media (max-width:767px) {
.modal.bookingModal .modal-dialog {
	width: auto
}
}
@media (min-width:768px) {
.modal.bookingModal .modal-dialog {
	width: 402px
}
}
.modal.bookingModal .modal-dialog .modal-content {
	border: 0;
	border-top: 5px solid #ff891e
}
.modal.bookingModal .modal-dialog .modal-content .modal-header {
	border: 0
}
.modal.bookingModal .modal-dialog .modal-content .modal-header .modal-title {
	border-radius: 6px
}
.packagesFilter {
	border: 0;
	margin-bottom: 30px;
	border-top: 5px solid #ff891e
}
.packagesFilter .panel-heading {
	background-color: #fff;
	border: 0
}
.packagesFilter .panel-heading .panel-title {
	text-transform: capitalize;
	color: #222;
	font-size: 18px;
	line-height: 25px;
	border: 0
}
.packagesFilter .panel-body {
	padding-top: 0
}
.packagesFilter .panel-body .buttonTransparent, .packagesFilter .panel-body .paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:first-child .packagesFilter .panel-body a, .packagesFilter .panel-body .paginationCenter .pagination li:last-child a, .paginationCenter .pagination li:last-child .packagesFilter .panel-body a, .packagesFilter .panel-body .isotopeFilters ul.filter>li a, .isotopeFilters ul.filter>li .packagesFilter .panel-body a {
	color: #969696
}
.packagesFilter .panel-body .buttonTransparent:hover, .packagesFilter .panel-body .paginationCenter .pagination li:first-child a:hover, .paginationCenter .pagination li:first-child .packagesFilter .panel-body a:hover, .packagesFilter .panel-body .paginationCenter .pagination li:last-child a:hover, .paginationCenter .pagination li:last-child .packagesFilter .panel-body a:hover, .packagesFilter .panel-body .isotopeFilters ul.filter>li a:hover, .isotopeFilters ul.filter>li .packagesFilter .panel-body a:hover {
	color: #fff
}
.priceRange .progress {
	margin: 20px 0 25px 0;
	height: 5px;
	background-color: #dedede;
	position: relative;
	overflow: visible
}
.priceRange .progress .progress-bar {
	background-color: #262a2e
}
.priceRange .progress .bulet {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 2px solid #262a2e;
	border-radius: 100%;
	left: 0;
	top: -5px;
	position: absolute
}
.priceRange .progress .bulet.next {
	left: 60px
}
.priceRange .btn-default {
	display: none;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-transform: capitalize;
	background-color: #262a2e;
	border-radius: 0;
	border: 0;
	color: #fff;
	font-weight: 700
}
@media (min-width:320px) {
.priceRange .btn-default {
	width: 82px;
	font-size: 14px
}
}
@media (min-width:480px) {
.priceRange .btn-default {
	width: 82px;
	font-size: 14px
}
}
@media (min-width:768px) {
.priceRange .btn-default {
	width: 50px;
	font-size: 10px
}
}
@media (min-width:992px) {
.priceRange .btn-default {
	width: 45px;
	font-size: 10px
}
}
@media (min-width:1200px) {
.priceRange .btn-default {
	width: 82px;
	font-size: 14px
}
}
.priceRange .priceLabel {
	float: right;
	line-height: 30px;
	color: #262a2e
}
@media (min-width:480px) {
.priceRange .priceLabel {
	font-size: 14px
}
}
@media (min-width:768px) {
.priceRange .priceLabel {
	font-size: 11px
}
}
@media (min-width:992px) {
.priceRange .priceLabel {
	font-size: 14px
}
}
.priceRange {
	position: relative
}
.priceRange .price-slider-inner {
	display: block;
	margin: 15px 0 25px 0
}
.priceRange .price-slider-inner .amount-wrapper {
	display: none;
	position: absolute;
	bottom: 25px;
	right: 20px;
	font-size: 14px;
	width: 120px
}
.priceRange .price-slider-inner .amount-wrapper input {
	background-color: transparent;
	border: 0;
	width: 28%;
	font-size: 14px;
	color: #262a2e;
	font-weight: 700;
	text-align: right
}
.priceRange .price-slider-inner .ui-widget-content {
	background: 0 0;
	border: 0;
	background-color: #dedede;
	height: 4px;
	clear: both;
	border-radius: 4px;
	margin: 0 5px 0 9px
}
.priceRange .price-slider-inner .ui-widget-content .ui-slider-range {
	background-color: #ff891e;
	border: 0;
	border-radius: 0
}
.priceRange .price-slider-inner .ui-widget-content .ui-slider-handle {
	border-radius: 50%;
	background: 0 0;
	border: 3px solid #ff891e;
	background-color: #ff891e;
	top: -6px;
	width: 16px;
	height: 16px;
	outline: 0
}
.media-left {
	display: inline-block;
	float: left
}
.searchTour .sbHolder, .searchTour .sbSelector {
	width: 100%!important;
	height: 45px!important
}
.searchTour .sbHolder {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(222,222,222,.3);
	margin: 4px 0 0 0
}
.searchTour .sbSelector:link, .searchTour .sbSelector:visited, .searchTour .sbSelector:hover {
	color: rgba(255,255,255,.3)!important;
	text-transform: capitalize
}
.searchTour .sbSelector {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 42px;
	text-indent: 0
}
.searchTour .sbToggle {
	background: url(../plugins/selectbox/images/arrow-down-1.png) no-repeat 0 0;
	height: 5px;
	right: 4px;
	top: 22px;
	width: 9px
}
.searchTour .sbOptions {
	width: 100%!important;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	right: 0!important;
	border-radius: 4px;
	z-index: 100
}
.searchTour .sbOptions li {
	padding: 4px;
	border-bottom: 1px solid #e5e5e5
}
.searchTour .sbOptions li:last-child {
	border-bottom: none
}
.searchTour .sbOptions a {
	color: #969696!important;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	padding: 11px 17px;
	text-transform: capitalize
}
.searchTour .sbOptions a:hover {
	color: #ff891e!important;
	background-color: #f5f5f5
}
.searchFilter .sbHolder, .searchFilter .sbSelector {
	width: 100%!important;
	height: 45px!important
}
.searchFilter .sbHolder {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #dedede;
	margin: 4px 0 20px 0
}
.searchFilter .sbSelector:link, .searchFilter .sbSelector:visited, .searchFilter .sbSelector:hover {
	color: #969696!important;
	text-transform: capitalize
}
.searchFilter .sbSelector {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 42px;
	text-indent: 0
}
.searchFilter .sbToggle {
	background: url(../plugins/selectbox/images/arrow-down-2.png) no-repeat 0 0;
	height: 5px;
	right: 4px;
	top: 22px;
	width: 9px
}
.searchFilter .sbOptions {
	width: 100%!important;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	right: 0!important;
	border-radius: 4px;
	z-index: 100
}
.searchFilter .sbOptions li {
	padding: 4px;
	border-bottom: 1px solid #e5e5e5
}
.searchFilter .sbOptions li:last-child {
	border-bottom: none
}
.searchFilter .sbOptions a {
	color: #969696!important;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	padding: 11px 17px;
	text-transform: capitalize
}
.searchFilter .sbOptions a:hover {
	color: #ff891e!important;
	background-color: #f5f5f5
}
.bookingDrop .sbHolder, .bookingDrop .sbSelector {
	width: 100%!important;
	height: 45px!important
}
.bookingDrop .sbHolder {
	background-color: #f5f5f5;
	border: 0;
	margin: 4px 0 20px 0;
	border-radius: 4px
}
.bookingDrop .sbSelector:link, .bookingDrop .sbSelector:visited, .bookingDrop .sbSelector:hover {
	color: #969696!important;
	text-transform: capitalize
}
.bookingDrop .sbSelector {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 42px;
	text-indent: 12px
}
.bookingDrop .sbToggle {
	background: url(../plugins/selectbox/images/booking-drop.png) no-repeat 0 0;
	height: 45px;
	right: 0;
	top: 0;
	width: 25px
}
.bookingDrop .sbOptions {
	width: 100%!important;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	right: 0!important;
	border-radius: 4px;
	z-index: 100
}
.bookingDrop .sbOptions li {
	padding: 4px;
	border-bottom: 1px solid #e5e5e5
}
.bookingDrop .sbOptions li:last-child {
	border-bottom: none
}
.bookingDrop .sbOptions a {
	color: #969696!important;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	padding: 11px 17px;
	text-transform: capitalize
}
.bookingDrop .sbOptions a:hover {
	color: #ff891e!important;
	background-color: #f5f5f5
}
.primaryDrop .sbHolder, .primaryDrop .sbSelector {
	width: 100%!important;
	height: 45px!important
}
.primaryDrop .sbHolder {
	background-color: #ff891e;
	border: 0;
	margin: 20px 0 0 0;
	border-radius: 4px
}
.primaryDrop .sbSelector:link, .primaryDrop .sbSelector:visited, .primaryDrop .sbSelector:hover {
	color: #fff!important;
	text-transform: capitalize
}
.primaryDrop .sbSelector {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 46px;
	text-indent: 20px
}
.primaryDrop .sbToggle {
	background: url(../plugins/selectbox/images/primary-drop.png) no-repeat 0 0;
	height: 6px;
	right: 20px;
	top: 21px;
	width: 9px
}
.primaryDrop .sbOptions {
	width: 100%!important;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	right: 0!important;
	border-radius: 4px;
	z-index: 100
}
.primaryDrop .sbOptions li {
	padding: 4px;
	border-bottom: 1px solid #e5e5e5
}
.primaryDrop .sbOptions li:last-child {
	border-bottom: none
}
.primaryDrop .sbOptions a {
	color: #969696!important;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	padding: 11px 17px;
	text-transform: capitalize
}
.primaryDrop .sbOptions a:hover {
	color: #ff891e!important;
	background-color: #f5f5f5
}
.lightDrop .sbHolder, .lightDrop .sbSelector {
	width: 100%!important;
	height: 45px!important
}
.lightDrop .sbHolder {
	background-color: #ededed;
	border: 0;
	margin: 20px 0 0 0;
	border-radius: 4px
}
.lightDrop .sbSelector:link, .lightDrop .sbSelector:visited, .lightDrop .sbSelector:hover {
	color: #222!important;
	text-transform: capitalize
}
.lightDrop .sbSelector {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 46px;
	text-indent: 20px
}
.lightDrop .sbToggle {
	background: url(../plugins/selectbox/images/light-drop.png) no-repeat 0 0;
	height: 6px;
	right: 20px;
	top: 21px;
	width: 9px
}
.lightDrop .sbOptions {
	width: 100%!important;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	right: 0!important;
	border-radius: 4px;
	z-index: 100
}
.lightDrop .sbOptions li {
	padding: 4px;
	border-bottom: 1px solid #e5e5e5
}
.lightDrop .sbOptions li:last-child {
	border-bottom: none
}
.lightDrop .sbOptions a {
	color: #969696!important;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	padding: 11px 17px;
	text-transform: capitalize
}
.lightDrop .sbOptions a:hover {
	color: #ff891e!important;
	background-color: #f5f5f5
}
.transparentDrop .sbHolder, .transparentDrop .sbSelector {
	width: 100%!important;
	height: 45px!important
}
.transparentDrop .sbHolder {
	background-color: transparent;
	border: 0;
	margin: 20px 0 0 0;
	border-radius: 4px;
	border: 1px solid #dedede
}
.transparentDrop .sbSelector:link, .transparentDrop .sbSelector:visited, .transparentDrop .sbSelector:hover {
	color: #222!important;
	text-transform: capitalize
}
.transparentDrop .sbSelector {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 46px;
	text-indent: 20px
}
.transparentDrop .sbToggle {
	background: url(../plugins/selectbox/images/light-drop.png) no-repeat 0 0;
	height: 6px;
	right: 20px;
	top: 21px;
	width: 9px
}
.transparentDrop .sbOptions {
	width: 100%!important;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	right: 0!important;
	border-radius: 4px;
	z-index: 100
}
.transparentDrop .sbOptions li {
	padding: 4px;
	border-bottom: 1px solid #e5e5e5
}
.transparentDrop .sbOptions li:last-child {
	border-bottom: none
}
.transparentDrop .sbOptions a {
	color: #969696!important;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	padding: 11px 17px;
	text-transform: capitalize
}
.transparentDrop .sbOptions a:hover {
	color: #ff891e!important;
	background-color: #f5f5f5
}
.primaryDrop.addCircle .sbHolder, .lightDrop.addCircle .sbHolder, .transparentDrop.addCircle .sbHolder {
	border-radius: 25px
}
.searchHotel .sbHolder {
	width: 220px;
	height: 45px;
	background-color: transparent;
	line-height: 45px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-family: "Montserrat", sans-serif
}
.searchHotel .sbHolder .sbToggle {
	background-image: url(../plugins/selectbox/images/primary-drop.png);
	background-repeat: no-repeat;
	top: 19px
}
.searchHotel .sbHolder .sbSelector {
	line-height: 45px;
	color: #fff!important;
	text-transform: capitalize;
	width: 100%
}
.searchHotel .sbHolder .sbSelector li a {
	color: #969696;
	font-size: 12px;
	float: none;
	width: 100%;
	background-color: transparent;
	padding: 10px 12px
}
.searchHotel .sbHolder .sbOptions {
	right: auto;
	left: 1px;
	width: 100%!important;
	top: 44px!important
}
.searchHotel .sbHolder .sbOptions li a {
	color: #969696;
	font-size: 12px;
	float: none;
	width: 100%;
	background-color: transparent;
	padding: 10px 12px;
	font-family: "Montserrat", sans-serif
}
.searchHotel .sbHolder .sbOptions li a:hover {
	color: #ff891e!important
}
.amazingSelectbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:768px) {
.amazingSelectbox {
	display: inline-block
}
}
@media (min-width:992px) {
.amazingSelectbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
}
.amazingSelectbox .searchHotel {
	margin-bottom: 20px
}
.amazingSelectbox .searchHotel:last-child {
	margin-right: 0!important
}
@media (min-width:768px) {
.amazingSelectbox .searchHotel {
	float: left;
	margin: 0 auto;
	margin-bottom: 20px
}
}
.amazingSelectbox .searchHotel .ed-datepicker {
	border: 1px solid #dedede;
	border-radius: 5px;
	margin-top: 0;
	width: 220px;
	margin-right: 10px
}
.amazingSelectbox .searchHotel .ed-datepicker .form-control {
	padding: 0 15px;
	color: #fff
}
.amazingSelectbox .searchHotel .ed-datepicker .form-control::-webkit-input-placeholder {
font-size:14px;
font-weight:400;
text-transform:capitalize;
color:#fff
}
.amazingSelectbox .searchHotel .ed-datepicker .form-control::-moz-placeholder {
font-size:14px;
font-weight:400;
text-transform:capitalize;
color:#fff
}
.amazingSelectbox .searchHotel .ed-datepicker .form-control:-ms-input-placeholder {
font-size:14px;
font-weight:400;
text-transform:capitalize;
color:#fff
}
.amazingSelectbox .searchHotel .ed-datepicker .input-group-addon span {
	color: #fff;
	padding-right: 15px
}
.amazingSelectbox .searchHotelBtn .buttonCustomPrimary {
	padding: 0 20px;
	width: 222px;
	margin-right: 10px
}
@media (min-width:768px) {
.amazingSelectbox .searchHotelBtn .buttonCustomPrimary {
	margin-right: 0;
	margin-bottom: 20px
}
}
@media (min-width:992px) {
.amazingSelectbox .searchHotelBtn .buttonCustomPrimary {
	width: 124px
}
}
.amazingSelectbox .searchHotelBtn .buttonCustomPrimary:hover {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff
}
.subscribSection .amazingSelectbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:768px) {
.subscribSection .amazingSelectbox {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
}
@media (min-width:992px) {
.subscribSection .amazingSelectbox {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
}
.subscribSection .amazingSelectbox .subscribInput {
	float: left;
	margin-right: 5px
}
.subscribSection .amazingSelectbox .subscribInput input[type=email] {
	width: 250px;
	height: 45px;
	background-color: transparent;
	border: 1px solid #fff;
	margin-bottom: 20px;
	display: inline-block
}
@media (min-width:768px) {
.subscribSection .amazingSelectbox .subscribInput input[type=email] {
	width: 230px
}
}
@media (min-width:992px) {
.subscribSection .amazingSelectbox .subscribInput input[type=email] {
	width: 340px
}
}
@media (min-width:1200px) {
.subscribSection .amazingSelectbox .subscribInput input[type=email] {
	width: 350px
}
}
.subscribSection .amazingSelectbox .subscribInput input::-webkit-input-placeholder {
color:#fff
}
.subscribSection .amazingSelectbox .subscribInput input::-moz-placeholder {
color:#fff
}
.subscribSection .amazingSelectbox .subscribInput input:-ms-input-placeholder {
color:#fff
}
.subscribSection .amazingSelectbox .searchHotel .sbHolder {
	width: 250px
}
@media (min-width:768px) {
.subscribSection .amazingSelectbox .searchHotel .sbHolder {
	width: 230px
}
}
@media (min-width:992px) {
.subscribSection .amazingSelectbox .searchHotel .sbHolder {
	width: 240px
}
}
@media (min-width:1200px) {
.subscribSection .amazingSelectbox .searchHotel .sbHolder {
	width: 250px
}
}
.subscribSection .amazingSelectbox .searchHotelBtn .buttonCustomPrimary {
	width: 250px;
	background-color: #fff;
	color: #ff891e!important
}
@media (min-width:768px) {
.subscribSection .amazingSelectbox .searchHotelBtn .buttonCustomPrimary {
	width: auto
}
}
@media (min-width:1200px) {
.subscribSection .amazingSelectbox .searchHotelBtn .buttonCustomPrimary {
	width: 175px
}
}
.subscribSection .amazingSelectbox .searchHotelBtn .buttonCustomPrimary:hover {
	background-color: transparent;
	color: #fff!important
}
.inputText {
	border-bottom: 1px solid #dedede;
	height: 45px
}
.inputText .input-group .input-label {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 20;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.inputText .form-control {
	border-color: transparent;
	box-shadow: none;
	padding: 6px 0;
	height: 44px;
	position: relative
}
.inputText .form-control::-webkit-input-placeholder {
font-size:12px;
font-weight:400;
text-transform:capitalize
}
.inputText .form-control::-moz-placeholder {
font-size:12px;
font-weight:400;
text-transform:capitalize
}
.inputText .form-control:-ms-input-placeholder {
font-size:12px;
font-weight:400;
text-transform:capitalize
}
header {
}
.navbar-default {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	position: relative
}
.navbar-default.navbar-fixed-top {
	position: fixed
}
.navbar-nav>li.open a, .navbar-nav>li.open a:hover, .navbar-nav>li.open a:focus {
	background-color: transparent!important;
	color: #ff891e!important
}
.navbar-nav>li.open a:after, .navbar-nav>li.open a:hover:after, .navbar-nav>li.open a:focus:after {
	width: 30%
}
@media (max-width:767px) {
.navbar-nav {
	background-color: #fff;
	margin-top: 0
}
}
@media (min-width:768px) {
.navbar-nav {
	background-color: transparent!important
}
}
 @media (max-width:767px) {
.navbar-nav>li>a:hover:after {
	width: 0%
}
}
@media (min-width:768px) {
.navbar-nav>li>a:hover:after {
	width: 100%
}
}
.navbar-nav>li>a:focus {
/*border-bottom: 1px solid rgba(255,255,255,.3)*/
}
 @media (min-width:768px) {
.navbar-nav>li.open a:hover:after {
	width: 100%
}
}
.navbar-nav>li.dropdown .dropdown-menu {
	box-shadow: none
}
.navbar-nav>li.dropdown .dropdown-menu a {
	padding: 3px 20px;
	margin-bottom: 0
}
.navbar-nav>li.dropdown.searchBox a {
	border: 0
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.searchBox a {
	padding: 12px;
	margin-bottom: 10px;
	display: none
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.searchBox a {
	padding-top: 42px;
	margin-bottom: 25px;
	display: block
}
}
.navbar-nav>li.dropdown.searchBox a .searchIcon {
	padding: 10px 12px;
	background-color: #ff891e;
	border-radius: 4px;
	color: #fff!important
}
.navbar-nav>li.dropdown.searchBox a:hover .searchIcon {
	color: #fff!important
}
.navbar-nav>li.dropdown.searchBox a:hover:after {
	display: none
}
.navbar-nav>li.dropdown.searchBox a:after {
	display: none
}
.navbar-nav>li.dropdown.searchBox .dropdown-menu {
	margin: 0 10px 0 0;
	padding: 10px 15px;
	border-radius: 0
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.searchBox .dropdown-menu {
	width: 100%;
	position: relative;
	display: block
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.searchBox .dropdown-menu {
	width: 350px
}
}
.navbar-nav>li.dropdown.searchBox .dropdown-menu li .form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #e5e5e5
}
.navbar-nav>li.dropdown.searchBox .dropdown-menu li .input-group-addon {
	background-color: #ff891e;
	border-color: #ff891e;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize
}
.navbar-nav>li.dropdown.megaDropMenu {
	position: static
}
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu {
	margin: -1px auto 0 auto;
	right: 15px;
	border-radius: 5px
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu {
	left: 0;
	padding: 0;
	width: 100%
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu {
	left: 15px;
	padding: 10px 5px 0;
	width: 720px
}
}
@media (min-width:992px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu {
	width: 940px
}
}
@media (min-width:1200px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu {
	width: 1140px
}
}
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
	width: 100%;
	float: left
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
	padding-bottom: 5px
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
	padding-bottom: 15px
}
}
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	color: #222;
	float: left
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
	padding: 10px 12px 10px 0
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
	padding: 10px 12px
}
}
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
	color: #969696!important;
	font-size: 12px;
	float: left;
	width: 100%;
	background-color: transparent!important
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
	padding: 6px 12px
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
	padding: 10px 12px
}
}
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
	background-color: #f5f5f5!important;
	color: #ff891e!important
}
.navbar-nav>li.dropdown.singleDrop .dropdown-menu {
	border-radius: 5px;
	min-width: 270px
}
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li a {
	color: #969696!important;
	font-size: 12px;
	float: none;
	width: 100%;
	background-color: transparent!important
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li a {
	padding: 6px 12px 6px 24px
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li a {
	padding: 10px 12px
}
}
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li a:hover {
	background-color: #f5f5f5!important;
	color: #ff891e!important
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
	padding: 6px 12px 6px 36px
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
	padding: 10px 12px
}
}
.dropdown-submenu {
	position: relative
}
.dropdown-submenu a i {
	float: right;
	margin-top: 4px
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	margin-top: 0!important;
	margin-left: -1px;
	border-radius: 0 6px 6px 6px
}
@media (min-width:480px) {
.dropdown-submenu>.dropdown-menu {
	left: 0
}
}
@media (min-width:768px) {
.dropdown-submenu>.dropdown-menu {
	left: 100%
}
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 6px 0 6px 6px
}
@media (max-width:767px) {
.navbar-nav>li.open a:after, .navbar-nav>li.open a:hover:after, .navbar-nav>li.open a:focus:after {
	width: 0%
}
}
@media (min-width:768px) {
.navbar-nav>li.open a:after, .navbar-nav>li.open a:hover:after, .navbar-nav>li.open a:focus:after {
	width: 100%
}
}
.navbar-nav.searchBox a:after {
	display: none
}
.navbar-toggle {
	margin-top: 20px
}
.navbar-toggle {
	background-color: #fff
}
.navbar-collapse {
	border-color: #fff
}
.navbar-collapse li.dropdown .dropdown-menu {
	box-shadow: none
}
@media (max-width:767px) {
/*.navbar-collapse li.dropdown .dropdown-menu {
	position: relative;
	width: 100%;
	float: left;
	border: 0;
	display: block
}*/
}
@media (min-width:768px) {
.navbar-collapse li.dropdown .dropdown-menu {
	position: absolute;
	float: left;
	display: none
}
}
.navbar-collapse li.dropdown.open .dropdown-menu {
	display: block
}
@media (max-width:767px) {
.navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
	position: relative;
	width: 100%;
	float: left;
	border: 0;
	display: block
}
}
@media (min-width:768px) {
.navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
	position: absolute;
	float: left;
	display: none
}
}
.navbar-collapse li.dropdown.dropdown-submenu.open .dropdown-menu {
	display: block
}
.navbar-brand {
	float: left;
	background-position: 15px 19px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 15px 19px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 235px;
	height: 95px;
	background-color: transparent;
	padding: 24px 15px 24px 15px
}
@media (max-width:767px) {
.navbar-brand {
	background-size: 152px 40px!important;
	margin-top: 0
}
}
@media (min-width:768px) {
.navbar-brand {
/*background-size: 203px 54px!important*/
}
}
.static .navbar-right {
	margin-right: -30px!important
}
.lightHeader {
	transition: all .3s ease-in-out;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	background-color: #fff
}
@media (max-width:767px) {
.lightHeader {
	height: 83px
}
}
@media (min-width:768px) {
.lightHeader {
	height: 95px
}
}
.lightHeader .navbar-brand {
	/*background-image: url(../img/logo-color-big.png);*/
	background-position: 15px 19px;
	background-repeat: no-repeat;
	background-size: cover
}
@media (max-width:767px) {
.lightHeader .navbar-brand {
	background-size: 152px 40px!important;
	margin-top: 0;
	height: 83px
}
}
@media (min-width:768px) {
.lightHeader .navbar-brand {
/*background-size: 203px 54px!important;
height: 95px*/
}
}
.lightHeader .navbar-nav>li>a {
	color: #000!important
}
.lightHeader .navbar-nav>li>a:hover {
	color: #ff891e!important;
	border-color: #ff891e
}
@media (max-width:767px) {
.lightHeader .navbar-nav>li>a {
	border-bottom: 1px solid #fff
}
}
@media (min-width:768px) {
.lightHeader .navbar-nav>li>a {
	border-bottom: 1px solid rgba(0,0,0,.1)
}
}
.darkHeader {
	transition: all .3s ease-in-out;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	background-color: #262a2e
}
@media (max-width:767px) {
.darkHeader {
	height: 83px
}
}
@media (min-width:768px) {
.darkHeader {
	height: 95px
}
}
.darkHeader .navbar-brand {
	background-image: url(../img/logo-dark.png);
	background-position: 15px 19px;
	background-repeat: no-repeat;
	background-size: cover
}
@media (max-width:767px) {
.darkHeader .navbar-brand {
	background-size: 152px 40px!important;
	margin-top: 0;
	height: 83px
}
}
@media (min-width:768px) {
.darkHeader .navbar-brand {
	background-size: 203px 54px!important;
	height: 95px
}
}
.darkHeader .navbar-nav>li>a:hover {
	color: #ff891e!important;
	border-color: #ff891e
}
@media (max-width:767px) {
.darkHeader .navbar-nav>li>a {
	border-bottom: 1px solid #fff;
	color: #000!important
}
}
@media (min-width:768px) {
.darkHeader .navbar-nav>li>a {
	border-bottom: 1px solid rgba(255,255,255,.1);
	color: #fff!important
}
}
.headerTop {
	display: none;
	background-color: #f5f5f5;
	height: 40px;
	color: #969696
}
@media (min-width:768px) {
.headerTop {
	display: block
}
}
.headerTop .headerTopNav {
	padding: 7px 0
}
.headerTop .headerTopNav .headerTopNavbar {
	float: left
}
.headerTop .headerTopNav .headerTopNavbar li {
	display: inline-block;
	padding: 0 15px
}
.headerTop .headerTopNav .headerTopNavbar li a {
	color: #969696;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 21px
}
.headerTop .headerTopNav .headerTopNavbar li a i {
	margin-right: 7px
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
	border: 0
}
@media (max-width:767px) {
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
	padding: 12px;
	margin-bottom: 10px;
	display: none
}
}
@media (min-width:768px) {
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
	display: block
}
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:hover .searchIcon {
	color: #fff!important
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:hover:after {
	display: none
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:after {
	display: none
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
	margin: 0 10px 0 0;
	padding: 10px 0 5px 0;
	border-radius: 0
}
@media (max-width:767px) {
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
	width: 100%;
	position: relative;
	display: block
}
}
@media (min-width:768px) {
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
	width: 350px
}
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu li .form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #e5e5e5
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu li .input-group-addon {
	background-color: #ff891e;
	border-color: #ff891e;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize
}
.navbar .navbar-btn {
	margin-left: 10px
}
@media (min-width:768px) {
.navbar .navbar-btn {
	margin-top: 34px
}
}
@media (min-width:992px) {
.navbar .navbar-btn {
	margin-top: 29px
}
}
.navbar .navbar-btn .btn-nav {
	text-transform: capitalize;
	width: 127px;
	height: 40px;
	background-color: #ff891e;
	color: #fff;
	line-height: 14px;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 0
}
@media (min-width:768px) {
.navbar .navbar-btn .btn-nav {
	width: 100px;
	height: 33px;
	font-size: 10px;
	line-height: 13px;
	padding: 10px 0
}
}
@media (min-width:992px) {
.navbar .navbar-btn .btn-nav {
	width: 127px;
	height: 40px;
	line-height: 14px;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 0
}
}
.footer {
	width: 100%;
	display: block;
	background-color: #262a2e;
	padding: 80px 0
}
.foo .footer-logo {
	display: block;
	margin-bottom: 25px
}
.footerContent h5 {
	font-size: 15px;
	color: #fff;
	line-height: 21px;
	margin-top: 25px;
	margin-bottom: 35px;
	text-transform: capitalize;
	font-family: "Montserrat", sans-serif
}
.footerContent p {
	margin-top: 30px;
	color: #929497
}
@media (min-width:768px) {
.footerContent p {
	font-size: 11px
}
}
@media (min-width:992px) {
.footerContent p {
	font-size: 14px
}
}
.footerContent .list-unstyled li {
	color: #929497;
	margin-bottom: 15px
}
@media (min-width:768px) {
.footerContent .list-unstyled li {
	font-size: 11px
}
}
@media (min-width:992px) {
.footerContent .list-unstyled li {
	font-size: 14px
}
}
@media (max-width:767px) {
.footerContent .list-unstyled li i {
	margin-right: 10px
}
}
@media (min-width:768px) {
.footerContent .list-unstyled li i {
	margin-right: 10px
}
}
@media (min-width:992px) {
.footerContent .list-unstyled li i {
	margin-right: 14px
}
}
.footerContent .list-unstyled li a {
	color: #929497
}
.footerContent .list-unstyled li a:hover {
	color: #ff891e
}
@media (min-width:480px) {
.footerContent.imgGallery .row {
	width: auto
}
}
@media (min-width:480px) {
.footerContent.imgGallery .row {
	width: 100%
}
}
.footerContent.imgGallery .row .col-xs-4 {
	margin-bottom: 15px
}
@media (min-width:768px) {
.footerContent.imgGallery .row .col-xs-4 {
	padding: 0 15px 0 15px
}
}
@media (min-width:768px) {
.footerContent.imgGallery .row .col-xs-4 {
	padding: 0 0 0 15px
}
}
.footerContent.imgGallery .row .col-xs-4 a {
	display: block;
	border-radius: 4px
}
.footerContent.imgGallery .row .col-xs-4 a img {
	width: 100%
}
.footerContent .input-group {
	border: 1px solid #4a4e52;
	border-radius: 5px;
	margin-bottom: 30px
}
.footerContent .input-group .form-control {
	background-color: transparent;
	border: 0;
	color: #929497
}
.footerContent .input-group .input-group-addon {
	border-radius: 4px;
	background-color: #565b61;
	border: 0;
	transition: all .3s ease-in-out
}
.footerContent .input-group .input-group-addon i {
	color: #fff
}
.footerContent .input-group .input-group-addon:hover {
	background-color: #ff891e;
	border-color: #ff891e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
@media (min-width:768px) {
.footerContent .list-inline li {
	padding: 2px
}
}
@media (min-width:992px) {
.footerContent .list-inline li {
	padding: 0 2px
}
}
@media (min-width:1200px) {
.footerContent .list-inline li {
	padding: 0 5px
}
}
.footerContent .list-inline li a {
	display: block;
	text-align: center;
	border: 1px solid #4a4e52;
	border-radius: 100%;
	color: #fff
}
.footerContent .list-inline li a:hover {
	background-color: #ff891e;
	border-color: #ff891e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
@media (max-width:767px) {
.footerContent .list-inline li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 14px
}
}
@media (min-width:768px) {
.footerContent .list-inline li a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 10px
}
}
@media (min-width:992px) {
.footerContent .list-inline li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 14px
}
}
.copyRight {
	display: block;
	background-color: #232629;
	padding: 30px 0
}
@media (max-width:767px) {
.copyRight .list-inline {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0
}
}
@media (min-width:768px) {
.copyRight .list-inline {
	float: right;
	width: auto;
	text-align: left;
	margin-bottom: 0
}
}
.copyRight .list-inline li a {
	font-size: 13px;
	color: #929497
}
.copyRight .list-inline li a:hover {
	color: #ff891e
}
.copyRightText p {
	margin-bottom: 0;
	color: #929497
}
.copyRightText p a {
	color: #929497
}
.copyRightText p a:hover {
	color: #ff891e
}
@media (max-width:767px) {
.copyRightText p {
	font-size: 11px;
	text-align: center
}
}
@media (min-width:768px) {
.copyRightText p {
	font-size: 13px;
	text-align: left
}
}
.footer-light {
	background-color: transparent
}
.footer-light .footerContent .footer-logo img {
	width: auto
}
@media (min-width:768px) {
.footer-light .footerContent .footer-logo img {
	width: 100%
}
}
@media (min-width:992px) {
.footer-light .footerContent .footer-logo img {
	width: auto
}
}
.footer-light .footerContent h5 {
	color: #222
}
.footer-light .footerContent .list-inline li a {
	color: #969696;
	border-color: #969696
}
.footer-light .footerContent .list-inline li a:hover {
	color: #fff;
	border-color: #ff891e
}
.footer-light .footerContent .list-item li {
	margin-bottom: 17px
}
.footer-light .footerContent .list-item li a {
	color: #969696
}
.footer-light .footerContent .list-item li a:hover {
	color: #ff891e
}
.static .pageTitle {
	margin-top: 0
}
.mainContentSection, .whiteSection, .lightSection {
	width: 100%;
	/*padding: 100px 0 70px 0;*/
	padding: 2% 0;
	background-color: #fff;
	display: block
}
.darkSection {
	width: 100%;
	padding: 15px 0;
	background-color: #f15621;
	display: block;
}
.darkSection.citiesPage {
	padding: 36px 30px;
	border-radius: 4px;
	margin-bottom: 80px
}
@media (min-width:768px) {
.gridResize>.col-sm-3 {
	width: 100%
}
}
@media (min-width:992px) {
.gridResize>.col-sm-3 {
	width: 21%
}
}
@media (max-width:767px) {
.gridResize>.col-sm-7 {
	width: 100%;
	margin-bottom: 15px
}
}
@media (min-width:768px) {
.gridResize>.col-sm-7 {
	width: 100%;
	margin-bottom: 15px
}
}
@media (min-width:992px) {
.gridResize>.col-sm-7 {
	width: 68%;
	margin-bottom: 0
}
}
@media (min-width:768px) {
.gridResize>.col-sm-2 {
	width: 100%
}
}
@media (min-width:992px) {
.gridResize>.col-sm-2 {
	width: 11%
}
}
.gridResize .buttonCustomPrimary {
	margin-top: 4px
}
.destinations {
	background-color: #262a2e;
	border-radius: 5px
}
.destinations a img {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
.destinations .media-left {
	display: inline-block;
	float: left
}
@media (max-width:767px) {
.destinations .media-left {
	width: 100%;
	padding-right: 0
}
}
@media (min-width:768px) {
.destinations .media-left {
	width: 50%;
	padding-right: 10px
}
}
@media (min-width:992px) {
.destinations .media-left {
	width: auto
}
}
.destinations .media-left img {
	width: 100%
}
@media (max-width:767px) {
.destinations .media-body {
	padding: 15px
}
}
@media (min-width:768px) {
.destinations .media-body {
	padding: 15px 23px 0 23px
}
}
@media (min-width:992px) {
.destinations .media-body {
	padding: 80px 23px 0 23px
}
}
@media (min-width:1200px) {
.destinations .media-body {
	padding: 80px 45px 0 45px
}
}
.destinations .media-body .media-heading {
	color: #fff;
	text-transform: capitalize
}
@media (min-width:768px) {
.destinations .media-body .media-heading {
	font-size: 16px;
	margin-bottom: 10px
}
}
@media (min-width:992px) {
.destinations .media-body .media-heading {
	font-size: 20px;
	margin-bottom: 25px
}
}
@media (min-width:768px) {
.destinations .media-body p {
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 17px
}
}
@media (min-width:992px) {
.destinations .media-body p {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 21px
}
}
@media (min-width:1200px) {
.destinations .media-body p {
	font-size: 14px;
	line-height: 21px
}
}
@media (max-width:767px) {
.destinations .media-body .list-unstyled {
	margin-bottom: 15px;
	width: 100%;
	display: block;
	float: none
}
}
@media (min-width:768px) {
.destinations .media-body .list-unstyled {
	margin-bottom: 5px;
	width: 50%;
	display: inline-block;
	float: left
}
}
@media (min-width:992px) {
.destinations .media-body .list-unstyled {
	margin-bottom: 24px
}
}
.destinations .media-body .list-unstyled li {
	text-transform: capitalize;
	font-size: 14px;
	color: #fff
}
.destinations .media-body .list-unstyled li i {
	color: #ff891e;
	margin-right: 10px
}
.destinations .media-body .list-unstyled li a {
	text-transform: capitalize;
	color: #929497;
	margin-bottom: 8px
}
@media (min-width:768px) {
.destinations .media-body .list-unstyled li a {
	font-size: 11px;
	line-height: 17px
}
}
@media (min-width:992px) {
.destinations .media-body .list-unstyled li a {
	font-size: 14px;
	line-height: 21px
}
}
.destinations .media-body .list-unstyled li a i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 8px;
	color: #929497
}
.destinations .media-body .list-unstyled li a:hover {
	color: #ff891e
}
.destinations .media-body .list-unstyled li a:hover i {
	color: #ff891e
}
@media (min-width:768px) {
.destinations .media-body .list-unstyled li:first-child {
	margin-bottom: 0
}
}
@media (min-width:992px) {
.destinations .media-body .list-unstyled li:first-child {
	margin-bottom: 16px
}
}
.destinations .media-body .media-btn {
	display: block;
	width: 100%
}
.filter-container {
	padding: 0 20px 30px 20px
}
@media (max-width:767px) {
.isotopeFilters ul.filter>li {
	padding: 2px
}
}
@media (min-width:768px) {
.isotopeFilters ul.filter>li {
	padding: 0
}
}
.isotopeFilters ul.filter>li a {
	font-size: 14px;
	line-height: 35px;
	color: #929497;
	text-transform: capitalize;
	border-width: 1px;
	border-style: solid;
	display: inline-block
}
.isotopeFilters ul.filter>li.active a {
	background-color: #ff891e;
	color: #fff;
	border-color: #ff891e
}
.fancybox-lock .fancybox-overlay {
	background-color: rgba(0,0,0,.75)
}
.isotopeSelector {
	border: 1px solid #e3e3e3;
	padding: 15px;
	margin: 0 0 30px 0;
}
.isotopeSelector:hover {
	box-shadow: 0 0 9px #999;
	z-index: 9999;
	transition: all 0s ease 0s;
}
.isotopeSelector figure {
	border-radius: 4px
}
.isotopeSelector figure:hover {
	border-radius: 4px
}
.isotopeSelector img {
	width: 100%;
	border-radius: 4px;
}
.isotopeSelector:hover img {
	-webkit-transform: scale(1.2) rotate(0);
	transform: scale(1.2) rotate(0);
	border-radius: 5px;
}
.isotopeSelector .download {
	font-size: 30px;
	padding: 0;
}
.isotopeSelector .download a.word {
	color: #2b5797;
}
.isotopeSelector .download a.word:hover {
	color: #2b5797;
	font-size: 32px;
}
.isotopeSelector .download a.pdf {
	color: #ea4c3a;
}
.isotopeSelector .download a.pdf:hover {
	color: #ea4c3a;
	font-size: 32px;
}
.overlay-background {
	border-radius: 4px;
}
.isotopeSelector figure {
	position: relative;
	margin-bottom: 15px;
}
.isotopeSelector h4 {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	z-index: 100;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	width: 100%;
	text-align: center;
	font-weight: 400;
}
.isotopeSelector .overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .3s ease-in-out;
	border-radius: 4px
}
.isotopeSelector .overlay .fancybox-pop {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	position: absolute;
	z-index: 1000;
	border-radius: 4px
}
.isotopeSelector .overlay .fancybox-pop .overlayInfo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transition: all .3s ease-in-out;
	-webkit-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%)
}
.isotopeSelector .overlay .fancybox-pop .overlayInfo h5 {
	position: relative;
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 55px;
	margin-top: 0
}
.isotopeSelector .overlay .fancybox-pop .overlayInfo h5 span {
	color: #ff891e
}
.isotopeSelector .overlay .fancybox-pop .overlayInfo p {
	color: #fff;
	margin-bottom: 0
}
.isotopeSelector .overlay .fancybox-pop .overlayInfo p i {
	margin-right: 5px
}
.isotopeSelector:hover .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border-radius: 4px
}
.isotopeSelector:hover .overlay .overlayInfo {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.isotopeSelector:hover h4 {
	color: #ff891e
}
.isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo h2 {
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	position: relative;
	transition: all .3s ease-in-out
}
.isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo p {
	color: #fff;
	margin-bottom: 25px
}
.isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .buttonTransparent, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .paginationCenter .pagination li:first-child a, .paginationCenter .pagination li:first-child .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .paginationCenter .pagination li:last-child a, .paginationCenter .pagination li:last-child .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .isotopeFilters ul.filter>li a, .isotopeFilters ul.filter>li .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a {
	color: #fff;
	background-color: transparent
}
.isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .buttonTransparent:hover, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .paginationCenter .pagination li:first-child a:hover, .paginationCenter .pagination li:first-child .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a:hover, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .paginationCenter .pagination li:last-child a:hover, .paginationCenter .pagination li:last-child .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a:hover, .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo .isotopeFilters ul.filter>li a:hover, .isotopeFilters ul.filter>li .isotopeSelector .overlay.galleryMasonry .fancybox-pop .overlayInfo a:hover {
	background-color: #ff891e
}
.pageTitle {
	background-image: url(../img/pages/page-title-bg.jpg);
	width: 100%;
	background-size: cover;
	background-position: center top;
	color: #fff;
	height: 200px
}
@media (max-width:767px) {
.pageTitle {
	margin-top: 83px
}
}
@media (min-width:768px) {
.pageTitle {
	margin-top: 95px
}
}
.pageTitle .titleTable {
	display: table;
	height: 200px;
	width: 100%
}
.pageTitle .titleTable .titleTableInner {
	display: table-cell;
	text-align: center;
	vertical-align: middle
}
.pageTitle .titleTable .titleTableInner .pageTitleInfo {
	text-align: center
}
.pageTitle .titleTable .titleTableInner .pageTitleInfo h1 {
	color: #fff;
	font-size: 30px
}
.pageTitle .titleTable .titleTableInner .pageTitleInfo p {
	color: #fff;
	font-size: 15px
}
.under-border {
	width: 60px;
	height: 3px;
	background-color: #fff;
	margin: 16px auto 0
}
.packagesSection, .lightSection {
	/*background-color: #f5f5f5*/
	background: #fff;
}
.navbar-default.navbar-fixed-top {
	position: fixed;
	padding: 1.1% 0;
	height: auto;
	top: 48px;
}
.navbar-nav>li.open a, .navbar-nav>li.open a:hover, .navbar-nav>li.open a:focus {
	background-color: transparent!important;
	color: #ff891e!important
}
.navbar-nav>li.open a:after, .navbar-nav>li.open a:hover:after, .navbar-nav>li.open a:focus:after {
	width: 30%
}
@media (max-width:767px) {
.navbar-nav {
	background-color: #050c29;
	margin-top: 0
}
}
@media (min-width:768px) {
.navbar-nav {
	background-color: transparent!important
}
}
 @media (max-width:767px) {
.navbar-nav>li>a:hover:after {
	width: 0%
}
}
@media (min-width:768px) {
.navbar-nav>li>a:hover:after {
	width: 100%
}
}
.navbar-nav>li>a:focus {
}
 @media (min-width:768px) {
.navbar-nav>li.open a:hover:after {
	width: 100%
}
}
.navbar-nav>li.dropdown .dropdown-menu {
	box-shadow: none
}
.navbar-nav>li.dropdown .dropdown-menu a {
	padding: 3px 20px;
	margin-bottom: 0
}
.navbar-nav>li.dropdown.searchBox a {
	border: 0
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.searchBox a {
	padding: 12px;
	margin-bottom: 10px;
	display: none
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.searchBox a {
	padding-top: 42px;
	margin-bottom: 25px;
	display: block
}
}
.navbar-nav>li.dropdown.searchBox a .searchIcon {
	padding: 10px 12px;
	background-color: #ff891e;
	border-radius: 4px;
	color: #fff!important
}
.navbar-nav>li.dropdown.searchBox a:hover .searchIcon {
	color: #fff!important
}
.navbar-nav>li.dropdown.searchBox a:hover:after {
	display: none
}
.navbar-nav>li.dropdown.searchBox a:after {
	display: none
}
.navbar-nav>li.dropdown.searchBox .dropdown-menu {
	margin: 0 10px 0 0;
	padding: 10px 15px;
	border-radius: 0
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.searchBox .dropdown-menu {
	width: 100%;
	position: relative;
	display: block
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.searchBox .dropdown-menu {
	width: 350px
}
}
.navbar-nav>li.dropdown.searchBox .dropdown-menu li .form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #e5e5e5
}
.navbar-nav>li.dropdown.searchBox .dropdown-menu li .input-group-addon {
	background-color: #ff891e;
	border-color: #ff891e;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize
}
.navbar-nav>li.dropdown.megaDropMenu {
	position: static
}
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu {
	margin: -1px auto 0 auto;
	right: 15px;
	border-radius: 5px
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu {
	left: 0;
	padding: 0;
	width: 100%
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu {
	left: 15px;
	padding: 10px 5px 0;
	width: 720px
}
}
@media (min-width:992px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu {
	width: 940px
}
}
@media (min-width:1200px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu {
	width: 1140px
}
}
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
	width: 100%;
	float: left
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
	padding-bottom: 5px
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
	padding-bottom: 15px
}
}
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	color: #222;
	float: left
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
	padding: 10px 12px 10px 0
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
	padding: 10px 12px
}
}
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
	color: #969696!important;
	font-size: 12px;
	float: left;
	width: 100%;
	background-color: transparent!important
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
	padding: 6px 12px
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
	padding: 10px 12px
}
}
.navbar-nav>li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
	background-color: #f5f5f5!important;
	color: #ff891e!important
}
.navbar-nav>li.dropdown.singleDrop .dropdown-menu {
	border-radius: 5px;
	min-width: auto;
	right: 0;
}
/*.navbar-nav>li.dropdown.singleDrop ul.dropdown-menu {
	display: none;
}
.navbar-nav>li.dropdown.singleDrop:hover ul.dropdown-menu {
	display: block;
	background: rgba(233,243,241,1);
}
.navbar-nav>li.dropdown.singleDrop:hover ul.dropdown-menu li{
	width:100%;
	height:auto;
	float:left;
}*/
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li a {
	color: #1d8979!important;
	font-size: 17px;
	font-weight: normal;
	float: left;
	width: 100%;
	word-break: break-all;
	background-color: transparent!important
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li a {
	padding: 6px 12px 6px 24px
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li a {
	padding: 10px 12px
}
}
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li:hover a, .navbar-nav>li.dropdown.singleDrop .dropdown-menu li.active a {
	background-color: #1d8979!important;
	color: #fff!important;
}
@media (max-width:767px) {
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
	padding: 6px 12px 6px 36px
}
}
@media (min-width:768px) {
.navbar-nav>li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
	padding: 10px 12px
}
}
.dropdown-submenu {
	position: relative
}
.dropdown-submenu a i {
	float: right;
	margin-top: 4px
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	margin-top: 0!important;
	margin-left: -1px;
	border-radius: 0 6px 6px 6px
}
@media (min-width:480px) {
.dropdown-submenu>.dropdown-menu {
	left: 0
}
}
@media (min-width:768px) {
.dropdown-submenu>.dropdown-menu {
	left: 100%
}
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	border-radius: 6px 0 6px 6px
}
@media (max-width:767px) {
.navbar-nav>li.open a:after, .navbar-nav>li.open a:hover:after, .navbar-nav>li.open a:focus:after {
	width: 0%
}
}
@media (min-width:768px) {
.navbar-nav>li.open a:after, .navbar-nav>li.open a:hover:after, .navbar-nav>li.open a:focus:after {
	width: 100%
}
}
.navbar-nav.searchBox a:after {
	display: none
}
.navbar-toggle {
	margin-top: 20px
}
.navbar-toggle {
	background-color: #fff
}
.navbar-collapse {
	border-color: #fff
}
.navbar-collapse li.dropdown .dropdown-menu {
	box-shadow: none
}
@media (max-width:767px) {
/*.navbar-collapse li.dropdown .dropdown-menu {
	position: relative;
	width: 100%;
	float: left;
	border: 0;
	display: block
}*/
}
@media (min-width:768px) {
.navbar-collapse li.dropdown .dropdown-menu {
	position: absolute;
	float: left;
	display: none
}
}
.navbar-collapse li.dropdown.open .dropdown-menu {
	display: block
}
@media (max-width:767px) {
.navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
	position: relative;
	width: 100%;
	float: left;
	border: 0;
	display: block
}
}
@media (min-width:768px) {
.navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
	position: absolute;
	float: left;
	display: none
}
}
.navbar-collapse li.dropdown.dropdown-submenu.open .dropdown-menu {
	display: block
}
 @media (max-width:767px) {
.navbar-brand {
	background-size: 152px 40px!important;
	margin-top: 0
}
}
@media (min-width:768px) {
.navbar-brand {
/*background-size: 203px 54px!important*/
}
}
.static .navbar-right {
	margin-right: -30px!important
}
.lightHeader {
	transition: all .3s ease-in-out;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	background-color: rgba(23,136,180,0.8);
}
@media (max-width:767px) {
.lightHeader {
	height: 83px
}
}
@media (min-width:768px) {
.lightHeader {
	height: auto
}
}
.lightHeader .navbar-brand {
	background-position: 15px 19px;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0% 0;
	padding: 0;
}
.lightHeader .navbar-brand img {
	width: 100%;
	height: auto;
	float: left;
}
@media (max-width:767px) {
.lightHeader .navbar-brand {
/*background-size: 152px 40px!important;
margin-top: 0;
height: 83px*/
}
}
@media (min-width:768px) {
.lightHeader .navbar-brand {
/*background-size: 203px 54px!important;
height: 95px*/
}
}
.lightHeader .navbar-nav>li>a {
	color: #fff!important;
	font-size: 17px;
	font-weight: normal;
	text-transform: capitalize;
}
.lightHeader .navbar-nav>li>a:hover {
	color: #fff!important;
	border-color: #ff891e
}
@media (max-width:767px) {
.lightHeader .navbar-nav>li>a {
	border-bottom: 1px solid #fff
}
}
@media (min-width:768px) {
.lightHeader .navbar-nav>li>a {
	border-bottom: 1px solid rgba(0,0,0,.1)
}
}
.darkHeader {
	transition: all .3s ease-in-out;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	background-color: #262a2e
}
@media (max-width:767px) {
.darkHeader {
	height: 83px
}
}
@media (min-width:768px) {
.darkHeader {
	height: 95px
}
}
.darkHeader .navbar-brand {
	background-image: url(../img/logo-dark.png);
	background-position: 15px 19px;
	background-repeat: no-repeat;
	background-size: cover
}
@media (max-width:767px) {
.darkHeader .navbar-brand {
	background-size: 152px 40px!important;
	margin-top: 0;
	height: 83px
}
}
@media (min-width:768px) {
.darkHeader .navbar-brand {
	background-size: 203px 54px!important;
	height: 95px
}
}
.darkHeader .navbar-nav>li>a:hover {
	color: #ff891e!important;
	border-color: #ff891e
}
@media (max-width:767px) {
.darkHeader .navbar-nav>li>a {
	border-bottom: 1px solid #fff;
	color: #000!important
}
}
@media (min-width:768px) {
.darkHeader .navbar-nav>li>a {
	border-bottom: 1px solid rgba(255,255,255,.1);
	color: #fff!important
}
}
.headerTop {
	display: none;
	background-color: #f5f5f5;
	height: 40px;
	color: #969696
}
@media (min-width:768px) {
.headerTop {
	display: block
}
}
.headerTop .headerTopNav {
	padding: 7px 0
}
.headerTop .headerTopNav .headerTopNavbar {
	float: left
}
.headerTop .headerTopNav .headerTopNavbar li {
	display: inline-block;
	padding: 0 15px
}
.headerTop .headerTopNav .headerTopNavbar li a {
	color: #969696;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 21px
}
.headerTop .headerTopNav .headerTopNavbar li a i {
	margin-right: 7px
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
	border: 0
}
@media (max-width:767px) {
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
	padding: 12px;
	margin-bottom: 10px;
	display: none
}
}
@media (min-width:768px) {
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a {
	display: block
}
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:hover .searchIcon {
	color: #fff!important
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:hover:after {
	display: none
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox a:after {
	display: none
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
	margin: 0 10px 0 0;
	padding: 10px 0 5px 0;
	border-radius: 0
}
@media (max-width:767px) {
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
	width: 100%;
	position: relative;
	display: block
}
}
@media (min-width:768px) {
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu {
	width: 350px
}
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu li .form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #e5e5e5
}
.headerTop .headerTopNav .headerTopNavbar.navbar-right .dropdown.searchBox .dropdown-menu li .input-group-addon {
	background-color: #ff891e;
	border-color: #ff891e;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize
}
.navbar .navbar-btn {
	margin-left: 10px
}
@media (min-width:768px) {
.navbar .navbar-btn {
	margin-top: 34px
}
}
@media (min-width:992px) {
.navbar .navbar-btn {
	margin-top: 29px
}
}
.navbar .navbar-btn .btn-nav {
	text-transform: capitalize;
	width: 127px;
	height: 40px;
	background-color: #ff891e;
	color: #fff;
	line-height: 14px;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 0
}
@media (min-width:768px) {
.navbar .navbar-btn .btn-nav {
	width: 100px;
	height: 33px;
	font-size: 10px;
	line-height: 13px;
	padding: 10px 0
}
}
@media (min-width:992px) {
.navbar .navbar-btn .btn-nav {
	width: 127px;
	height: 40px;
	line-height: 14px;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 0
}
}
/*-----Enquiry-Popup------*/
.sectionTitleDouble {
}
.sectionTitleDouble p {
	font-size: 24px;
	line-height: 34px;
}
.touch_wrap{
	display:none;
}