* {
	padding: 0;
	margin: 0;
}

body {
	width: 100%;
	height: 100%;
	font: 400 15px/1.5em 'Maven Pro', sans-serif;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
}

html {
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 25px;
	margin: 0 0 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #222;
	line-height: 1.5em;
}
h2 {
	font-size: 22px;
	margin: 0 0 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #222;
	line-height: 1.5em;
}
h3 {
	font-size: 18px;
	margin: 0 0 5px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #222;
	line-height: 1.5em;
}

h1.h-bold {
	font-weight: 700;
	text-transform: uppercase;
}

p {
	margin: 0 0 20px;
}

p.lead {
	font-weight: 600;
}

.text-uppercase {
	text-transform: uppercase;
}

.header {
	position: absolute;
	top: 0;
	z-index: 2000;
	width: 100%;
	/*border-top: 4px solid #ff7449;*/
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
	color: #666;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover, a:focus {
	text-decoration: none;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 300;
	color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
	font-weight: 700;
}

.light {
	font-weight: 400;
}

.gap {
	margin-bottom: 30px;
}

img.desaturate {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.social-icon {
	width: 36px;
	height: 36px;
	line-height: 36px !important;
	text-align: center;
	display: block !important;
	color: #fff;
}

.social-icon:hover {
	font-size: 18px;
}

/* --- logo --- */
.logo {
	width: 220px;
}
.site-logo {
	margin-top: -5px;
}
.site-logo a.brand {
	color: #111;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-top: 20px;
}

/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	z-index: 9999;
	width: 100%;
	height: 53px;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	background: #071e3c;
	background: rgba(61.156,207,0.8);
}

.navbar-brand {
	font-weight: 700;
}

.navbar-brand:focus {
	outline: 0;
}

.navbar-custom {
	margin-bottom: 0;
	background: rgba(32,142,201,0.85) !important;
	border-radius: 0;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
	background-color: rgba(0,0,0,0);
}

.navbar-custom ul.nav > li > a {
	font: 900 15px 'Lato', sans-serif;
	color: #fff;
	padding: 12px 25px;
	text-transform: uppercase;
}

.navbar-custom ul.nav li a .fa-home {
	font-size: 16px;
	position: relative;
	top: 3px;
	color: #fff;
}

.navbar-custom ul.nav li:last-child a {
	border-right: 0;
}

.navbar-custom ul.nav li:hover a {
	color: #fff;
	/*background: #fff;*/
}

#home .home-nav > a, #who-we-are .who-we-are-nav > a, #what-to-do .what-to-do-nav > a, #what-is-on .what-is-on-nav > a, #where-to-go .where-to-go-nav > a {
	/*background: #fff;*/
	
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
	border-top: none;
	padding: 0;
	background: transparent;
	box-shadow: 0 8px 8px rgba(0,0,0,0.25);
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #ddd;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 9px 18px;
	color: #222;
	border-right: 0;
	min-width: 250px;
	background: rgba(255,255,255,0.95);
	font: 400 15px 'Maven Pro', sans-serif;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #f15a22;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
	background: none;
	color: #fff;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,.2);
	background: none;
}

.navbar-toggle {
	padding: 4px 6px;
	font-size: 14px;
	color: #fff;
}

.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}


/* misc */
hr {
	margin-top: 10px;
}

hr.bold {
	border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 80px;
	height: 3px;
	margin: 0 auto;
	margin-bottom: 15px;
	background: #F3733D;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* margins */
.marginbot-0 {
	margin-bottom: 0 !important;
}
.marginbot-10 {
	margin-bottom: 10px !important;
}
.marginbot-20 {
	margin-bottom: 20px !important;
}
.marginbot-30 {
	margin-bottom: 30px !important;
}
.marginbot-40 {
	margin-bottom: 40px !important;
}
.marginbot-50 {
	margin-bottom: 50px !important;
}
.marginbot-60 {
	margin-bottom: 60px !important;
}
.marginbot-70 {
	margin-bottom: 70px !important;
}
.marginbot-80 {
	margin-bottom: 80px !important;
}
.marginbot-90 {
	margin-bottom: 90px !important;
}
.marginbot-100 {
	margin-bottom: 100px !important;
}

.margintop-0 {
	margin-top: 0 !important;
}
.margintop-10 {
	margin-top: 10px !important;
}
.margintop-20 {
	margin-top: 20px !important;
}
.margintop-30 {
	margin-top: 30px !important;
}
.margintop-40 {
	margin-top: 40px !important;
}
.margintop-45 {
	margin-top: 45px !important;
}
.margintop-50 {
	margin-top: 50px !important;
}

/* ===========================
 --- General sections
 ============================ */

.home-section {
	padding: 45px 0;
	display: block;
	/*position: relative;
	 z-index: 120;*/
}

.inner-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.home-section.nopadd-bot {
	padding-bottom: 0;
}

.section-heading h2 {
	font-size: 31px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #18223B;
}

.section-heading p {
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6em;
	color: #18223B;
}

.color-dark .section-heading h2 {
	color: #18223B;
}
.color-dark .section-heading p {
	color: #444;
	color: #18223B;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}

.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote, .color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-blue {
	background: #071e3c;
}

.bg-dark {
	background: #222;
}

.bg-dark h2 {
	color: #fff !important;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}

/* ===========================
 --- Intro
 ============================ */

.hero {
	background: url(https://www.myanmarescapadetravel.com/images/banner-bg.jpg) 0 -85px;
	background-size: cover;
	height: auto;
	height: 92%;
	padding: 15px 0;
}
.hero-inner {
	background: url(https://www.myanmarescapadetravel.com/images/banner-bg.jpg) 0 0;
	background-size: 1650px;
	height: auto;
	padding: 20px 0;
}
.hero h1 {
	font-size: 40px;
	letter-spacing: 12px;
	margin: 40px 0 10px;
	font-weight: 900;
	color: #fff;
}
.hero h1 span {
	color: #a1a9b0;
	display: inline-block;
}
.hero p {
	font-size: 24px;
	font-weight: 400;
	color: #fefefe;
}
.learn-more-btn {
	background: rgba(61, 201, 179, 1);
	padding: 20px 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-box-shadow: 0px 3px 0px 0px #309383;
	-moz-box-shadow: 0px 3px 0px 0px #309383;
	box-shadow: 0px 3px 0px 0px #309383;
	margin: 60px 0 0;
	font-weight: bold;
}
.learn-more-btn:hover, .learn-more-btn:focus {
	background: rgba(61, 201, 179, 0.6);
	color: #fff;
}

.intro {
	width: 100%;
	position: relative;
	padding: 0;
}
.intro-inner {
	width: 100%;
	position: relative;
	padding: 120px 0 20px;
}

.brand-heading {
	font-size: 40px;
}

.intro-text {
	font-size: 18px;
}

/* Carousel Styles */

.carousel-inner img {
	width: 100%;
	max-height: 650px;
}

.carousel-control {
	width: 0;
}

.carousel-control.left, .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 30px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 30px;
}

.carousel-control.left span:hover, .carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
	height: auto;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: 0;
	padding-left: 0;
}

/* Carousel Header Styles */
.header-text {
	position: absolute;
	top: 20%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #fff;
}

.header-text h2 {
	font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.header-text h3 span {
	color: #fff;
}

.btn-min-block {
	min-width: 170px;
	line-height: 26px;
}

.btn-theme {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin-right: 15px;
}

.btn-theme:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

/* ===========================
 --- About
 ============================ */

/* ===========================
 --- Services
 ============================ */
.service-box {
	background: #fff;
	border-bottom: 2px solid #f7f7f7;
	padding: 40px 20px;
}

.service-box:hover {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: -15px;
}

.service-icon {
	margin-bottom: 20px;
}

.service-desc h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: #222;
	font-size: 18px;
	margin-bottom: 10px;
}
.service-desc .divider-header {
	margin-bottom: 30px;
}

.card {
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.card {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.card:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.sticker {
	position: absolute;
	top: 8px;
	right: 8px;
}

.sticker img {
	width: 90px;
}

.info {
	background: #fff;
	padding: 15px 20px;
}

.info h5 {
	margin-top: 0;
	margin-bottom: 2px;
	font: 700 18px 'Lato';
}

/* ===========================
 --- Works
 ============================ */

#owl-works {

}

.item {
	margin: 10px;
}

.item img {
	display: block;
	width: 100%;
	height: auto;
}

.csr {
	background: url(https://www.myanmarescapadetravel.com/images/csr-bg.jpg);
}

/* ===========================
 --- Contact
 ============================ */

.form-group {
	margin-bottom: 20px;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
	font-size: 15px;
	line-height: 1.6em;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
}

form label {
	font: 700 17px 'Lato';
	color: #333;
}

form label span {
	color: red;
}

.btn-lg, .btn-group-lg > .btn {
	border-radius: 2px;
}

form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
	background-color: #fefefe;
	border: 1px solid #eee;
}

.widget-contact {
	text-align: left;
}

/* ===========================
 --- Bottom
 ============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}

.box-social .social-facebook a {
	display: block;
	background: #3873ae;
}

/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.sidebar .widget ul li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}

.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}

.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 2px;
}

form.search-form input:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

/* ===========================
 --- Footer
 ============================ */

footer {
	background: #222 url(../images/footer-bg.png);
	padding: 60px 0 5px 0;
	color: rgba(255,255,255,0.95);
}

footer h5 {
	font: 900 18px 'Lato';
	color: #fff;
	margin-bottom: 15px;
	text-transform: uppercase;
}

footer a {
	color: #eee;
}

footer a:hover {
	color: #fff;
}

footer p {
	margin-bottom: 10px;
}

ul.footer-menu {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style: none;
	width: 270px;
}

ul.footer-menu li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 3px 0;
}

ul.footer-menu li:last-child {
	border-bottom: 0;
}

ul.footer-menu li a {
	color: rgba(255,255,255,0.85);
}

ul.footer-menu li:hover a {
	color: #fff;
}

.member-logo {
	margin-bottom: 10px;
}

.member-logo img {
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.social-widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social li a {
	margin: 0 5px;
}

/* === testimonial slide === */
.testimonialslide {
	margin-top: 0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}

/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus {
	outline: 0;
}

.btn-red {
	color: #fff;
	background-color: #f15a22;
	text-transform: uppercase;
	padding: 9px 15px;
	font: 500 15px/1.5em 'Maven Pro', sans-serif;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
	color: #fff;
	background-color: #EC6C10;
}

.btn-grey {
	color: #fff;
	background-color: #777;
	text-transform: uppercase;
	padding: 7px 10px 7px 10px;
	font: 500 15px/1.5em 'Maven Pro', sans-serif;
}

.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active {
	color: #fff;
	background-color: #18223B;
}

.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}

.btn-default:hover, .btn-default:focus {
	border: 1px solid #28c3ab;
	outline: 0;
	color: #000;
	background-color: #28c3ab;
}

.btn-huge {
	padding: 11px 18px 11px 18px;
}

.banner-social-buttons {
	margin-top: 0;
}

/* --- progress --- */
.progress {
	height: 40px;
}
.progress-bar {
	font-size: 14px;
	line-height: 40px;
}

/* Media queries */

@media (min-width: 767px) {

	.navbar {
		padding: 20px 0;
		padding: 7px 0;
		border-bottom: 0;
		letter-spacing: 0.3px;
		background: 0 0;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}

	.top-nav-collapse {
		padding: 0;
		background-color: #000;
	}

	.navbar-custom.top-nav-collapse {
		border-bottom: 1px solid rgba(255,255,255,.3);
	}

	.intro {
		height: 100%;
		padding: 0;
	}

	.brand-heading {
		font-size: 100px;
	}

	.intro-text {
		font-size: 25px;
	}

}
@media (max-width: 768px) {
	.hero {

	}
	#navigation {
		padding: 20px 0;
		position: relative;
		z-index: 1000;
	}
	.site-logo {
		margin: 0 0 0 30px;
		float: none;
	}
	.navbar-custom ul.nav li a {
		color: #eee;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #aaa;
	}
	.navbar-header {
		margin-top: -40px;
		margin-top: -18px;
		padding: 0;
	}
	.navbar-header button {
		background: #111;
		background: none;
	}
	.navbar-header button .fa {
		font-size: 18px;
	}

	.navbar-header button.navbar-toggle {
		padding: 4px 15px;
		font-size: 14px;
		color: #fff;
	}

	.navbar-custom .nav {
		background: #444;
	}

	.service-box {
		margin-bottom: 50px;
	}

	.team-wrap {
		margin-bottom: 30px;
	}

	form#contact-form {
		margin-bottom: 50px;
	}

	.xs-marginbot-20 {
		margin-bottom: 20px;
	}

	.card a img {
		width: 100%;
	}

	.updated-news {
		margin-bottom: 30px;
	}

	.hero {
		background: #071E3C;
		height: auto;
		padding: 20px;
	}
	.landing-logo {
		width: 90%;
	
	}

}

@media (max-width: 480px) {

	.navbar-custom .nav.navbar-nav {
		background-color: rgba(255,255,255,.4);
		background: #eee !important;
	}

	.navbar-custom .nav.navbar-nav a {
		color: #000;
	}

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
}

.review {
	background: url(../images/halfbg.png) center;
	padding: 55px 0;
}

.review .slide {
	
}

.accordion-toggle:hover {
	text-decoration: none;
}

.panel-heading {
	overflow: hidden;
}

.panel-heading:hover {
	cursor: pointer;
}

.panel-heading .fa {
	color: #555;
	position: relative;
	top: 6px;
}

.panel-title {
	font-size: 17px;
	font-weight: 700;
	color: #333;
}

.panel-heading:hover .panel-title {
	color: #000;
}

.side-wrapper {
	padding: 20px;
	border-radius: 3px;
	border: 2px solid #eee;
}

ul.side-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.side-menu li a {
	padding: 6px 0;
	color: #222;
	display: block;
	border-bottom: 1px solid #e5e5e5;
}

ul.side-menu li:last-child a {
	border-bottom: 0;
}

ul.side-menu li:hover a {
	color: #EC6C10;
}

.img-full {
	width: 100%;
}

ul.nav li .fa {
	font-size: 13px;
}

ul.do-list, ul.dont-list {
	list-style: none;
}

ul.do-list li, ul.dont-list li {
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

ul.do-list .fa, ul.dont-list .fa {
	background: green;
	color: #fff;
	font-size: 12px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 50px;
	margin-right: 5px;
}

ul.dont-list .fa {
	background: red;
}

.float-img {
	width: 40%;
	float: left;
	margin-right: 25px;
}

.form-wrapper {
	border: 1px solid #ddd;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 0 10px #ddd;
}

.form-wrapper label {
	font-weight: 400;
}

a:focus {
	outline: 0;
}

.img-full {
	width: 100%;
}

.btn-link {
	color: #EC6C10;
	font: 600 14px 'Lato', sans-serif;
	text-transform: uppercase;
}

.btn-link:hover {
	text-decoration: none;
}

.img-border {
	border: 1px solid #ddd;
}

table th, table td {
	border: 1px solid #ddd;
}
.table-custom th, .table-custom td{
	border: 1px solid #ddd;
	padding: 8px 5px !important;
	vertical-align: middle !important;
	text-align: center;
}

table th {
	
}

table img {
	width: 150px;
}

.calendar {
	background: #229b46;
	width: 62px;
	height: 62px;
	line-height: 1.5em;
	text-align: center;
	margin-right: 15px;
	font-size: 13px;
	color: #fff;
	padding: 13px;
}

.calendar span {
	display: block;
	font-size: 23px;
	font-weight: 500;
	color: #fff;
}

.tab-content {
	min-height: 200px;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 30px 20px;
	border-radius: 0 0 5px 5px;
}

.tab-content ul {
	list-style-position: inside;
	padding-left: 15px;
}

.slick-slide img {
	display: inline-block !important;
}

.nav-tabs li a {
	font: 600 18px 'Lato', sans-serif;
	color: #000;
}

.nav-tabs li.active a {
	color: #000;
}

.customise {
	background: #eee;
	padding: 30px 40px 20px 40px;
	margin-bottom: 40px;
	border-radius: px;
}

.tooltip {
	position: fixed;
	top: 40% !important;
	z-index: 1030;
	display: block;
	font-size: 15px;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}

.tooltip-inner {
	max-width: 300px;
	padding: 15px 20px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	background-color: rgba(7,30,60,0.99);
	border-radius: 4px;
	position: relative;
	left: -100px;
}

.tooltip-arrow {
	display: none;
}

.nav-tabs {
	background: #555;
	border-radius: 4px 4px 0 0;
}

.nav-tabs li a {
	color: #fff;
	border: 0 !important;
	margin: 3px 1px 0 3px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: transparent;
}

.nav-tabs > li > a:hover {
	background: rgba(255,255,255,0.2);
}

.review-wrapper {
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/quote.png) no-repeat left top;
	background-size: 30px;
	padding: 8px 0 10px 40px;
	margin-bottom: 20px;
}

.review-wrapper p {

}

.review-wrapper h6 {
	text-transform: uppercase;
}

.modal-body .form-group {
	margin-bottom: 5px;
}

a h6:hover {
	color: #f47524;
}

#myModal {
	z-index: 10000;
}

.review .slide img {
	width: 115px;
	height: 115px;
	margin-bottom: 10px;
}

.review .slide p {
	font: italic 15px/1.6em 'Ubuntu';
}

#ui-datepicker-div {
	z-index: 1000 !important;
}

.recent-post ul {
	list-style: none;
	list-style-position: inside;
}

.recent-post ul li a {
	text-decoration: underline;
}

.recent-post ul li:hover a {
	color: #F68D22;
}

.nivo-caption {
    padding-top: 30% !important;
  	text-align: center !important;
    background: rgba(0,0,0,0.15);
}

.nivo-caption h1 {
    font: 700 40px 'Lato', sans-serif;
    color: #fff;
}

.nivo-caption p {
    font: 400 15px 'Maven Pro', sans-serif;
    color: #fff;
}

.nivo-caption .btn-custom {
    font: 700 18px 'Lato', sans-serif;
    color: #fff !important;
    background: #F15A22 !important;
    padding: 13px 25px;
    border-radius: 50px !important;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.nivo-caption .btn-custom:hover {
    background: rgba(241,90,34,0.9) !important;
}

.nivo-directionNav a {
    top: 50% !important;
}

.nivo-prevNav {
	left: 30px !important;
}
.nivo-nextNav {
	right: 30px !important;
}

.theme-default .nivo-caption a {
    border-bottom: 0 !important;
    display: inline-block !important;
}

.img-wrapper {
	position: relative;
}

.img-caption {
	position: absolute; 
	top: 45%; 
	width: 100%; 
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,0.6);
	text-transform: capitalize;
	font-weight: 900;
}

.caption {
	position: absolute; 
	bottom: 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	margin: 0;
	padding: 15px 30px 10px 15px;
	text-transform: capitalize;
	width: 100%;
	font-size: 17px;
	line-height: 1.2em;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

ul.service-list {
	margin: 0; 
	padding: 0; 
	list-style: none;
	list-style-position: inside;
}

ul.service-list li {
	padding: 3px 0;
}

ul.service-list li span {
	margin-right: 5px;
}

.popular {
	background: #EAF0F2 url(../images/bg.png) fixed center center;
	background-size: cover;
}

.section-bg {
	background: #EAF0F2 url(../images/section-bg2.jpg) fixed center center;
	background-size: cover;
}

.fa-facebook {
	background: rgba(59,89,152,0.9);
}
.fa-twitter {
	background: rgba(29,161,242,0.9);
}
.fa-tripadvisor {
	background: rgba(0,175,135,0.9);
}
.fa-youtube {
	background: rgba(254,0,0,0.9);
}
.fa-instagram {
	background: rgba(221,42,123,0.9);
}
.fa-linkedin {
	background: rgba(0,119,181,0.9);
}
.fa-google-plus {
	background: rgba(219,68,55,0.9);
}
.fa-skype {
	background: rgba(45,145,207,0.9);
}
.destpage img{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.destpage p{
	text-align: justify;
}
.rating i{
	color: #fec107;
	margin-top: 10px;
}
/*  bhoechie tab */
a.list-group-item.active, a.list-group-item.active:hover, 
a.list-group-item.active:focus{
	border-color: transparent !important;
}
div.bhoechie-tab-container{
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border:1px solid #ddd;
	margin-top: 20px;
	margin-left: 50px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	z-index: 1;
}
div.bhoechie-tab-menu div.list-group{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
	color: #F3733D;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
	background-color: #F3733D;
	background-image: #F3733D;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #F3733D;
}

div.bhoechie-tab-content{
	background-color: #ffffff;
	padding-left: 20px;
	padding-top: 10px;
	border-radius:0 3px 3px 0px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
	display: none;
} 
.listoftable > tbody tr td{
	padding: 10px;
}
.border{
	border: 1px solid #dddddd;
	padding: 20px 30px;
	margin-top: 60px;
}
.border > ul{
	margin-top: 20px;
	margin-left: 20px;
}
.borderbot{
	border-bottom: 1px dotted #dddddd;
	padding: 50px 0px;
	margin-bottom: 60px;
}
.colheight{
	height: 200px;
}