body {
	font-family: 'Open Sans', sans-serif !important;
	color: #000 !important;
	font-size: 13px !important
}
/*
TOP CONTACT BAR
==================================================================================================================
*/
.top-contact-bar {
	margin: 8px 0 4px 0;
	font-size: 14px;
	color: #666;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
.top-bar {
	text-align: right;
	margin-top: 3px;
	width: 100%;
	margin-bottom: 4px;
}
.top-bar .svg-inline--fa {
	margin-right: 6px;
	color: #84cdff;
}
.top-bar .btn .svg-inline--fa {
	color: #fff;
}
.top-bar ul {
	padding: 0;
	margin: 10px 0 0 0;
}
.top-bar ul li {
	list-style-type: none;
	display: inline;
	margin-left: 25px;
	color: #666;
}
/*
NAVBAR
==================================================================================================================
*/
.navbar-wrapper {
/*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
	background: #186fb2;*/
}
.navbar-wrapper .navbar-header {
/*position: absolute;
	z-index: 1;*/
}
.navbar-wrapper .navbar-brand {
	padding: 0;
	margin-top: -50px;
	position:relative;
}
.navbar-wrapper .navbar-brand>img {
	display: inline-block;
}
.navbar-wrapper .navbar-brand>span {
	position: absolute;
	width: 290px;
	left: 80px;
    top: 20px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
}
.navbar-wrapper .navbar-brand>span>strong {
	color: #186fb2;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 5px;
}
.main-navbar .navbar-nav {
	float: left;
	margin: 0;
	padding:4px 0;
}
.navbar-form {
	padding: 0 !important;
	margin: 0 0 0 25px !important
}
.top-bar-content {
	float: right !important;
	text-align: right !important;
}
.top-bar-content .navbar-form .form-control, .top-bar-content .navbar-form .btn {
	height: 24px;
	font-size: 12px;
	border-radius: 0;
	padding-top: 4px;
    	margin-top: 3px;
}
.navbar-wrapper .navbar-inverse .navbar-nav > li > a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;/*18px;*/
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.navbar-wrapper .navbar-inverse .navbar-nav > li:hover {
	background: #0055a5;
}
.navbar-wrapper .navbar-inverse .navbar-nav > li {
	padding: 5px 16px;
	margin-right: 16px;
}
.navbar-wrapper .navbar-inverse .navbar-nav>.open>a:focus, .navbar-wrapper .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-wrapper .navbar-inverse .navbar-nav > li:last-child {
	margin-right: 0;
}
.navbar-wrapper .navbar-inverse .navbar-nav>.active>a, .navbar-wrapper .navbar-inverse .navbar-nav>.active>a:focus, .navbar-wrapper .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-wrapper .navbar-inverse {
	border-color: transparent !important;
	background: #186fb2 !important;
	margin-bottom: 0;
	border: none !important;
	padding: 0;
	border-radius: 0;
	    min-height: 10px;
}
.navbar-wrapper .pull-right {
	padding-right: 0 !important;
}
.dropdown:hover .dropdown-menu {
	display: block; /*FOR HOVERING PURPOSE*/
}
.dropdown-menu>li>a {
	display: block;
	padding: 5px 20px !important;
	clear: both;
	font-weight: 300 !important;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
/*
MAIN BANNER
==================================================================================================================
*/
section.main-banner {
	height: 100vh;
	width: 100%;
}
/*
MAIN-BANNER CAROUSEL
==================================================================================================================
/*Slider CSS*/
.bs-slider {
	overflow: hidden;
	max-height: 100vh;/*700px;*/
	position: relative;
	background: #000000;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
/*Slide effect*/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*resCarousel Css*/
.outt {
	display: none;
}
.resCarousel button:hover, .resCarousel button:focus, .resCarousel button.active {
	outline: none !important;
	border: none !important;
}
.resCarousel button:hover, .resCarousel button:focus, .resCarousel button.active {
	background: #00bfff;
	box-shadow: none;
	border: none;
}
.resCarousel button .fa {
	font-size: 24px;
	color: #999;
}
.resCarousel button:hover .fa, .resCarousel button:focus .fa, .resCarousel button.active .fa {
	color: #fff;
}
.leftRs {
	position: absolute;
	margin: auto;
	top: -10px;
	bottom: 0;
	z-index: 100;
	left: 30px;
	width: 40px;
	height: 40px;
	box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
	border-radius: 999px;
	filter: alpha(opacity=50);
	opacity: .5;
}
.rightRs {
	position: absolute;
	margin: auto;
	top: -10px;
	right: 30px;
	bottom: 0;
	z-index: 100;
	width: 40px;
	height: 40px;
	box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
	border-radius: 999px;
	filter: alpha(opacity=50);
	opacity: .5;
}
.resCarousel {
	/*float: left;
    overflow: hidden;*/
	width: 100%;
	position: relative;
}
.resCarousel-inner {
	overflow-x: hidden;
	white-space: nowrap;
	font-size: 0;
	vertical-align: top;
	width: 85%;
	margin: 0 auto;
}
.resCarousel-inner .item {
	display: inline-block;
	font-size: 14px;
	white-space: initial;
}
/*banner*/

.banner {
	overflow: hidden !important;
}
/*tile css*/

.resCarousel-inner .item .tile {
	background: white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin: 5px;
}
/*animation*/

.resCarousel[data-animator="lazy"] .item {
	transition: 5s ease all;
}
@media (max-width: 767px) {
.leftRs, .rightRs {
/*display: none;*/
}
.resCarousel-inner {
/*overflow-x: auto;*/
}
}
/*resCarousel Css End*/

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.carousel-control.left, .carousel-control.right {
	background-image: none !important;
	background-repeat: no-repeat !important;
}
.control-round .carousel-control {
	top: 50%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffF;
	display: block;
	font-size: 30px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
	background: rgba(24,111,178,0.5);
}
.control-round .carousel-control.right {
	right: 1%;
	background: rgba(24,111,178,0.5);
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: #0256a7;
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	right: 50%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
	visibility: hidden;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	/* border: 1px solid #fff;*/
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	/*box-shadow: 0 0 0 2px #fff;*/
	background-color: #00bfff;
	border: none;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	/* background-color: #00bfff;*/
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	left: 0;
	bottom: 25%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
	background: rgba(0,0,0,0.6);
}
.slide-text > h1 {
	padding: 0;
	max-width: 600px;
	color: #ffffff;
	font-style: normal;
	/*font-size: 70px;
    line-height: 84px;*/
	margin-bottom: 30px;
	letter-spacing: 5px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	font-size: 24px;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.slide-text > a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn-primary, button.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 20px;
	line-height: 15px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #3eb549;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	min-width: 278px;
}
.slide-text > a:hover, .slide-text > a:active {
	color: #ffffff;
	background: #0256a7;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*RESPONSIVE/* 

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
.slide-text {
	padding: 10px 50px;
}
.slide-text h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
.slide-text > p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.control-round .carousel-control {
	display: none;
}
}
@media (max-width: 480px) {
.slide-text {
	padding: 10px 30px;
}
.slide-text h1 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}
.slide-text > p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.slide-text > a.btn-default, .slide-text > a.btn-primary {
	font-size: 10px;
	line-height: 10px;
	margin-right: 10px;
	text-align: center;
	padding: 10px 15px;
	min-width: 180px;
}
.indicators-line > .carousel-indicators {
	display: none;
}
}
/*
AFFIX FIXED
==================================================================================================================
*/
.affix {
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #186fb2;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
.affix a img {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	height: 50px !important;
	margin-top: 30px !important;
}
/*
SECTION BIOGRAPHY
==================================================================================================================
*/
section.biography, section.gallery-tools {
	background: #f1f1f1;
}
section.biography .heading-tittle, section.biography .heading-tittle h1 {
	text-align: left;
	max-width: 100%;
}
section.biography .heading-tittle, section.about-services .heading-tittle {
	padding-bottom: 0;
}
section.biography .heading-tittle h1, .who-we-are .heading-tittle h1, .what-we-do .heading-tittle h1, .internatinal-trips-container .heading-tittle h1, .gallery-tools h1 {
	text-align: left;
	margin: 0 0 10px 0;
	border: none;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 0;
	max-width: 100%;
}
section.biography .biography-container p, .who-we-are p {
	text-align: left;
	font-size: 14px;
	line-height: 30px;
}
section.biography .biography-container p img {
	float: left;
	height: 545px;
	width: 700px;
}
section.biography, section.popular-activities, section.popular-deals, section.about-services, section.international-trips, section.gallery-tools {
	padding: 50px 0;
}
section .heading-tittle {
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 5px;
}
section .heading-tittle h1 {
	text-transform: uppercase;
	color: #0256a7;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px;
	font-weight: normal;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	text-transform:capitalize;
}
section .heading-tittle p {
	text-align: center;
}
section .btn-default, .top-bar-content .btn-default {
	color: #fff;
	background-color: #0256a7;
	border-color: #0256a7;
	border-radius: 0;
}
section .btn-default:hover, section .btn-default.active, .top-bar-content .btn-default:hover, .top-bar-content .btn-default.active {
	color: #fff;
	background-color: #000;
	border-color: #000;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*
SECTION POPULAR ACTIVIIES
==================================================================================================================
*/
section.popular-activities {
	background: #fff;
}
.popular-activities-heading {
	background-image: url(../images/tour/tour-heading.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	min-height: 100%;
	position: relative;
	margin-bottom: 6px;
	padding: 20px 22px;
}
.popular-activities-heading:before {
	content: "";
	opacity: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: auto;
}
.activities-heading-container {
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	padding: 15% 0;
	min-width: 100px;
}
.activities-heading-container h3 {
	text-transform: uppercase;
	background: #fff;
	max-width: 230px;
	padding: 8px 12px;
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
}
.activities-heading-container h3 a {
	color: #0256a7;
	font-size: 24px;
	font-weight: normal
}
.activities-heading-container h3 a:hover {
	text-decoration: none;
	color: #fff;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.activities-heading-container h3:hover {
	color: #fff;
	text-decoration: none;
	background: #3eb549;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.popular-activities-sub-heading h3 {
	font-size: 16px;
	margin: 10px 0 4px 0;
}
.popular-activities-sub-heading p {
	margin: 0 0 10px 0;
}
.activities-container {
}
.activities {
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.activities:last-child {
	border-bottom: none !important;
}
.sub-heading-list .img-container {
	width: 100%;
	overflow: hidden;
}
.sub-heading-list h3 {
	border-bottom:none !important;
}
.sub-heading-list small {
	font-size: 16px;
	color: #999;
	margin: 5px 0 8px;
	display: block;
}
.sub-heading-list a:hover h3 {
	color: #0256a7
}
.activities-jungle-safari .popular-activities-heading {
	background-image: url(../images/jungle-safari/tour-heading.jpg) !important;
}
.activities-trekking .popular-activities-heading {
	background-image: url(../images/trekking/tekking-heading.jpg) !important;
}
.activities-adventurous-trip .popular-activities-heading {
	background-image: url(../images/adventurous-trip/adventurous-heading.jpg) !important;
}
.button-style {
	text-align: right;
	margin-bottom: 12px;
	margin-top: -40px;
}

/*
SECTION LATEST NEWS EVENTS
==================================================================================================================
*/
section.latest-news {
	background: #aedcff;
    padding: 20px 0;
	color:#fff;
}
section.latest-news h1 {
	font-size:24px;
	border-right:5px solid #fff;
	color:#0256a7;
	padding:0;
	text-align:left;
}
section.latest-news #next_trigger, section.latest-news #prev_trigger {
	margin-left:12px;
}
section.latest-news #newscontent, section.latest-news #controls {
	float:none;
}
section.latest-news #ticker_container {
    width: 100%;
    padding: 10px 0;
}
section.latest-news #news a span {
	color:#0256a7 !important;
	display:block;
}
section.latest-news #news a {
	font-size:15px;
	color:#000;
	letter-spacing:1px;
	line-height:22px;
}
section.latest-news #news a:hover {
	color:#666;
	text-decoration:none
}
section.latest-news #newscontent{
	margin-bottom:10px;
}

/*
SECTION FRONT SEARCH
==================================================================================================================
*/
section.main-banner .container {
	position: relative;
	max-width: 750px !important;
}
section.main-banner .container .search-front {
	position: absolute;
	width: 100%;
	bottom: 10px;
}
section.main-banner .container .search-front .btn {
	width: 100%;
}
/*
SECTION POPULAR DEALS
==================================================================================================================
*/
section.popular-deals {
}
.hover-effect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}
.hover-effect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 3em;
	text-align: left;
	background: rgba(0,0,0,0.5);
}
.hover-effect img {
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
.hover-effect h2 {
	text-transform: capitalize;
	color: #fff;
	position: relative;
	font-size: 17px;
	background-color: transparent;
	padding: 15% 0 10px 0;
	text-align: left;
}
.hover-effect h2:hover {
	text-decoration: underline;
	color: #fff !important;
}
.hover-effect .overlay:before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20%;
	left: 20px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}
.hover-effect a, .hovereffect p {
	color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.hover-effect:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hover-effect:hover .overlay:before, .hover-effect:hover a, .hover-effect:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
p.duration-deals {
	opacity: 1;
	text-align: left;
	padding: 4px 20px;
	margin-bottom: 0;
	background: #fff;
	color: #000;
	transform: translate3d(0, 0, 0);
}
.deals-container .row {
	margin-bottom: 25px;
}
#myCarousel2 {
	padding-top: 10px;
}
/*
SECTION MAIN BODY CONTAINER
====================================================================================================
*/
.main-body-container {
	padding: 25px 0;
}
.main-body-container h1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin: 0;
}
.main-body-container p {
	line-height: 26px;
	margin-bottom: 15px;
}
.main-body-container p img {
	float: right;
	margin: 15px 0 0 20px;
}
.right-sidebar {
	width: 25% !important;
	float: right !important;
	    margin-top: 50px;
}
.right-sidebar  img {
	margin-bottom:8px;
}
.left-sidebar h4 {
	color:#999;
	font-weight:300;
	margin-bottom:25px;
}
.left-sidebar h3 {
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
}
.description-container {
	margin: 25px 0;
}
.description-container .nav-tabs>li.active>a, .description-container .nav-tabs>li.active>a:focus, .description-container .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #186fb2;
    border: 1px solid #004579;
    border-bottom-color: transparent;
}
.description-container .nav>li>a:focus, .description-container .nav>li>a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
.description-container .nav-tabs>li>a:hover {
    border-color: #000 #000 #444;
}
.description-container .nav-tabs>li>a {
    text-transform: uppercase;
}
.description-container .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}
.releated-programs {
	margin-top:50px;
}
.releated-programs .sub-heading-list {
	    min-height: 260px;
}
/*
SECTION GALLERY TOOLS
====================================================================================================
*/
section.gallery-tools h1 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 300;
}
section.gallery-tools {
	font-size: 14px;
	margin-top: 12px;
}
section.gallery-tools table {
	border: 1px solid #ccc;
}
section.gallery-tools table thead {
	color: #0c57a6;
	font-weight: normal;
	text-transform: uppercase;
}
section.gallery-tools table tbody {
	color: #666;
	letter-spacing: 0.5px;
}
section.gallery-tools .gallery-kamaz .row {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 17px;
}
.body-container {
	padding: 40px 0 20px;
}
.right-aside {
	float: right;
	text-align: right;
}
/*
FOOTER
==================================================================================================================
*/
footer {
	background: url(../images/footer-bg.jpg) no-repeat top center;
	min-height: 500px;
	background-size: cover;
	color: #fff;
	padding: 100px 0;
	letter-spacing: 0.5px;
}
footer .get-in-touch h1, footer .f-quick-menu h1, footer .f-destinations h1, footer .f-activities h1, footer .f-products h1, .partners-subscribe h1 {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 25px;
	text-transform: capitalize;
}
footer .get-in-touch .fa {
	color: #7edb76;
	font-size: 20px;
	vertical-align: top;
}
footer .get-in-touch .f-contact-info-social-icons .fa {
	margin-top: 12px;
	margin-right: 12px;
	font-weight: bold;
}
.f-contact-info-location .f-location, .f-contact-info-phone .f-phone, .f-contact-info-email .f-email, .f-contact-info-social-icons {
	font-size: 15px;
	color: #999 !important;
	max-width: 44px;
}
footer .get-in-touch .f-location-text, footer .get-in-touch .f-email-text {
	padding-left: 0;
	padding-right: 0;
	margin-top: -3px;
	margin-bottom: 15px;
	    line-height: 22px;
}
footer .f-destinations h1, footer .f-activities h1, footer .f-products h1, .partners-subscribe h1 {
	margin-bottom: 10px;
}
footer .f-destinations ul, footer .f-activities ul, footer .f-products ul, footer .f-travel-partner ul {
	padding: 0;
	margin: 0;
}
footer .f-destinations ul li, footer .f-activities ul li, footer .f-products ul li, footer .f-travel-partner ul li {
	list-style-type: none;
	margin-bottom: 2px;
	line-height: 25px;
}
footer .f-travel-partner ul li {
	float: left;
	margin-right: 18px;
	font-size: 13px;
	margin-bottom: 15px;
}
footer .f-travel-partner ul li span {
	display: block;
}
footer .input-group-addon, footer .form-control, .search-front .form-control {
	border-radius: 0;
}
footer .input-group .form-control {
	width: 65%;
	margin-right: 5px;
	height: 35px;
}
footer .partners-subscribe {
	margin: 15px 0 10px 0;
}
footer .trip-advisors-logo {
	margin-top: 6px;
}
footer .copyright {
	padding: 15px 0;
}
footer .btn-default {
	color: #fff;
	background-color: #3eb549;
	border-color: #3eb549;
	border-radius: 0;
	font-size: 15px;
}
footer .btn-default:hover, footer .btn-default.active {
	color: #fff;
	background-color: #0256a7;
	border-color: #0256a7;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
footer a .svg-inline--fa {
	color: #ccc;
	margin-right: 8px;
}
footer .col-md-4  {
	line-height:22px;
}
footer a, footer a:hover {
	text-decoration: none;
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
	color: #fff;
}
/*mych*/
.container .breadcrumb {
	margin-bottom: 0;
	margin-top: 20px
}
.left-sidebar .hotel-description-container .center-block h3 {
	font-size: 17px !important;
}
.news_section li h4 {
    margin-bottom: 5px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tbl_reservation td{
	padding-bottom:10px;
}