body {
	background-color: #FEFEFE;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "MyriadProRegular", sans-serif;
	overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
/*	font-family: "MyriadProBold";
font-weight: normal;*/
}

a {
	outline: none!important;
}

b, strong {
	font-family: "MyriadProBold";
	font-weight: normal;
}

em, i {
	font-family: "MyriadProItalic";
}

.hidden {
	display: none;
}

.no-padding {
	padding: 0;
}

.img-bord {
	border:2px solid #d6d6d6;
	padding: 3px;
}

.font-size-12 {
	font-size: 12px;
}

.img-bord:hover,
.img-bord:focus {
	border-color: #6daddf;
}

.tooltip-inner {
	max-width: 320px;
}

header .navbar-inverse {
	background-color: rgba(0,141,210, 0.7);
	border-color: rgb(0,141,210);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

header .navbar-inverse.affix {
	background-color: rgb(0,141,210);
	border-color: rgb(0,141,210);
}

header .navbar-inverse.affix .dropdown-menu {
	background-color: rgb(0,141,210);
}

header .navbar-inverse.affix .dropdown-menu > li > a:hover {
	text-decoration: underline;
}

header .navbar-inverse .navbar-brand {
	color: #fefefe;
	font-size: 20px;
	min-height: 50px;
	/*padding: 10px 15px;*/
	font-family: "IskraCyrBold";
	z-index: 1000;
}

@media (min-width: 1200px) {
	header .navbar-inverse .navbar-brand img {
		height: 180px;
		margin-top:-15px;
		-webkit-transition: margin-top .3s ease;
		-o-transition: margin-top .3s ease;
		transition: margin-top .3s ease;
	}
	header .navbar-inverse.affix .navbar-brand img {
		margin-top:-112px;
	}
}

@media (min-width: 1400px) {
	header .navbar-inverse .navbar-brand img {
		height: 200px;
		margin-top:-15px;
	}
	header .navbar-inverse.affix .navbar-brand img {
		margin-top:-125px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	header .navbar-inverse .navbar-brand img {
		height: 160px;
		margin-top:-15px;
		-webkit-transition: margin-top .3s ease;
		-o-transition: margin-top .3s ease;
		transition: margin-top .3s ease;
	}
	header .navbar-inverse.affix .navbar-brand img {
		margin-top:-102px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	header .navbar-inverse .navbar-brand img {
		height: 100px;
		margin-top:-10px;
		-webkit-transition: margin-top .3s ease;
		-o-transition: margin-top .3s ease;
		transition: margin-top .3s ease;
	}
	header .navbar-inverse.affix .navbar-brand img {
		margin-top:-65px;
	}
}

@media (max-width: 767px) {
	header .navbar-inverse .navbar-brand img {
		height: 110px;
		margin-top:-20px;
	}
	header .navbar-inverse.affix .navbar-brand img {
		margin-top:-75px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	header .navbar-inverse .navbar-brand {
		padding-top: 10px;
	}
}

header .navbar-nav > li > a {
	padding: 30px 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	header .navbar-nav > li > a {
		padding: 25px 18px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	header .navbar-nav > li > a {
		padding: 15px 13px;
	}
}

@media (max-width: 767px) {
	header .navbar-nav > li > a {
		padding: 10px 15px;
	}
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
    /*position: static;
    float: none;
    width: auto;
    margin-top: 0;*/
    background-color: #008dd2;
   /* border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;*/
  }
}

header .navbar-inverse .navbar-nav > li > a {
	font-family: "IskraCyrBold";
	color: #fefefe;
	font-size: 18px;
	text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
	header .navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header .navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
	}
}

header .navbar-inverse .navbar-nav > li:hover{
	background-color: #008dda;
}


header .navbar-inverse .navbar-nav > .active > a,
header .navbar-inverse .navbar-nav > .active > a:hover,
header .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #008dda;
}
header .navbar-inverse .navbar-nav > .disabled > a,
header .navbar-inverse .navbar-nav > .disabled > a:hover,
header .navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}
header .navbar-inverse .navbar-toggle {
	border-color: #fff;
}
header .navbar-inverse .navbar-toggle:hover,
header .navbar-inverse .navbar-toggle:focus {
	background-color: #008DD2;
}
header .navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
header .navbar-inverse .navbar-collapse,
header .navbar-inverse .navbar-form {
	border-color: #144179;
}
header .navbar-inverse .navbar-nav > .open > a,
header .navbar-inverse .navbar-nav > .open > a:hover,
header .navbar-inverse .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #008dd2;
}

@media (max-width: 767px) {
	header .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #008dd2;
	}
	header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #fefefe;
	}
	header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
		text-decoration: underline;
	}
}

header .hmenu:hover .dropdown-menu {
	display: block;
}

header .dropdown-menu {
	background-color: rgba(0,141,210,.8);
	min-width: 90px;
	padding: 0;
	border: none;
}
header .dropdown-menu > li > a {
	/*clear: both;*/
	color: #fefefe;
	font-size: 16px;
	/*display: block;
	font-weight: 400;
	line-height: 1.42857;*/
	padding: 6px 15px;
	/*white-space: nowrap;*/
	border-bottom: 1px solid #009eec;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff;
	/*text-decoration: none;*/
	background-color: #008dd2;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #008dd2;
	outline: 0;
}


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

#breadcrumbs {
	background-color: #f5f5f5;
}

#breadcrumbs .breadcrumb {
	background-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	padding: 8px 15px;
}


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

#tour-items {
	padding-bottom: 40px;
}

#tour-items h1 {
	color: #4cae4c;
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 30px;
}

@media (max-width: 767px){
	#tour-items h1 {
		font-size: 22px;
	}
}

#tour-items #itineraire h4 {
	color: #333;
	font-family: "MyriadProBold";
	font-weight: normal;
}

#tour-items #itineraire h4 span {
	color: #144179;
	margin-left: 5px;
}

#tour-items p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

#tour-items hr {
	border-color: #ebebeb;
	border-width: 1px;
	margin: 15px 0;
	max-width: 99%;
}

#tour-items .nav > li > a {
	font-size: 16px;
	font-weight: bold;
}

#tour-items .nav > li > a:hover,
#tour-items .nav > li > a:focus {
	/*text-decoration: none;*/
	/*color: #fefefe;
	background-color: #6daddf;*/
}

#tour-items .tab-content {
	padding: 15px 0;
}

#tour-items #itineraire .pull-right {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#tour-items #galerie img {
	border-radius: 10px;
	overflow: hidden;
	margin: 0 5px 10px 0;
}

#tour-items #dates-prix th {
	text-align: center;
	color: #333;
}

#tour-items #dates-prix td {
	text-align: center;
}

#tour-items #dates-prix .table b {
	font-size: 16px;
	color: red;
	margin-right: 6px;
}

#tour-items #demande h4 {
	text-align: center;
	text-transform: uppercase;
}

#tour-items #demande .form-horizontal .control-label {
	color: #144179;
	font-size: 16px;
}

#tour-items #demande p {
	margin-bottom: 0;
}

#tour-items #demande .error {
	color: #ec5454;
}

#tour-items .popover-title {
	/*color: #555;*/
	font-size: 18px;
	background-color: #fff;
	border-bottom: 0;
	padding: 5px 0 0;
}

#tour-items .popover img {
	margin: 5px;
}

#tour-items .popover-content {
	padding: 5px;
	font-size: 12px;
	line-height: 1.4;
}

#tour-items .media-object {
	margin-top: 5px;
	border: 1px solid #6daddf;
	width: 70px;
}

#tour-items .media-body h4 {
	font-size: 16px;
	color: #008dd2;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 10px;
	font-weight: bold;
}

#tour-items .media-body span {
	color: #999;
	word-spacing: 2px;
	white-space: nowrap;
}

#tour-items .media-body p {
	font-size: 14px;
	line-height: 1.4;
	white-space: pre-wrap;
}

#tour-items .media-body p b {
	border-bottom: 1px dotted #333;
}

#tour-items .media-body p b:hover {
	cursor: pointer;
}

#tour-items .media-body i {
	text-transform: uppercase;
	display: block;
}

#tour-items aside {
	padding: 10px 0;
}

@media (min-width: 1200px){
	#tour-items aside {
		padding-left: 15px;
	}
}


#tour-items aside h2 {
	font-size: 22px;
	text-align: center;
	color: #008dd2;
}

#tour-items aside h3 {
	text-align: center;
	color: #144179;
	margin-top: 0;
}

#tour-items aside .list-items li {
	line-height: 30px;
	list-style-image: url("/template/images/list-arrow.png");
	/*margin-left: -18px;*/
}

#tour-items aside .list-items li a {
	font-size: 16px;
	color: #008dd2;
}

#tour-items aside .panel-group .panel + .panel {
	margin-top: 10px;
}

#tour-items aside .panel-group .fa {
	font-size: 20px;
}

#tour-items aside .panel-default > .panel-heading {
	/*background-color: #6daddf;*/
	/*border-color: #144179;*/
	color: #144179;
}

#tour-items aside .list-group-item {
	/*border: 1px solid #6daddf;*/
	/*padding: 10px 15px;  */
	color: #666;
}

#tour-items aside .list-group-item a {
	font-size: 16px;
	margin-right: 5px;
}

#tour-items aside .content {
	text-align: center;
}

#tour-items aside .content img {
	border-radius: 50%;
	margin-top: 10px;
}

#tour-items aside .content h4 {
	color: #144179;
	line-height: 28px;
	margin-bottom: 5px;
}

#tour-items aside .content p {
	margin-bottom: 0;
}



/* --------------------- */
/* ---- CONT-ITEMS ------*/
#cont-items {
	padding-bottom: 40px;
}
#cont-items h1 {
	color: #4cae4c;
	/*font-size: 26px;*/
	margin-bottom: 0;
	margin-top: 30px;
}

@media (max-width: 767px){
	#cont-items h1 {
		font-size: 26px;
	}
}

#cont-items h2 {
	color: #008dd2;
	font-size: 26px;
	/*margin-top: 10px;*/
}

#cont-items h3 {
	color: #555;
}

#cont-items p {
	font-size: 16px;
	color: #444;
	line-height: 24px;
}

#cont-items hr {
	border-color: #ebebeb;
	border-width: 1px;
	margin: 15px 0;
	max-width: 99%;
}

#cont-items .col-md-8 ul {
	color: #444;
	padding-left: 30px;
	display: inline-block;
}

#cont-items .col-md-8 ol {
	color: #444;
	padding-left: 30px;
	display: inline-block;
}

#cont-items .col-md-8 .pull-right {
	margin-top: 5px;
	margin-left: 4px;
}

#cont-items .col-md-8 .pull-left {
	margin-top: 5px;
	margin-right: 5px;
}

#cont-items a.fancybox {
	display: inline-block;
	margin-bottom: 3px;
	position: relative;
}

#cont-items a.fancybox::after {
	content:"";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #999;
	opacity: .3;
	z-index: 10;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#cont-items a.fancybox:hover::after {
	opacity: 0;
	cursor: zoom-in
}

/*#cont-items img.fancybox {
	border-radius: 10px;
	margin: 0 5px 10px 0;
	overflow: hidden;
	}*/

	#cont-items aside {
		/*padding: 10px 0;*/
	}


	#cont-items aside h2 {
		font-size: 22px;
		text-align: center;
		color: #008dd2;
	}

	#cont-items aside h3 {
		text-align: center;
		color: #144179;
		margin-top: 0;
	}

	#cont-items aside .list-items li {
		line-height: 30px;
		list-style-image: url("/template/images/list-arrow.png");
		/*margin-left: -18px;*/
	}

	#cont-items aside .list-items li a {
		font-size: 16px;
		color: #008dd2;
	}


	#cont-items aside .panel-group .panel + .panel {
		margin-top: 10px;
	}

	#cont-items aside .panel-group .fa {
		font-size: 20px;
	}

	#cont-items aside .panel-default > .panel-heading {
		/*background-color: #6daddf;*/
		/*border-color: #144179;*/
		color: #144179;
	}

	#cont-items aside .list-group-item {
		/*border: 1px solid #6daddf;*/
		/*padding-left: 0;*/
		color: #666;
	}

	#cont-items aside .list-group-item a {
		font-size: 16px;
		margin-right: 5px;
	}

	#cont-items aside .content {
		text-align: center;
	}

	#cont-items aside .content img {
		border-radius: 50%;
		margin-top: 10px;
	}

	#cont-items aside .content h4 {
		color: #144179;
		line-height: 28px;
		margin-bottom: 5px;
	}

	#cont-items aside .content p {
		margin-bottom: 0;
	}

	#cont-items #nos-guides .content {
		padding-bottom: 10px;
	}

	#cont-items #nos-guides .content h3 {
		margin-top: 0;
	}

	#cont-items #nos-guides .content .pull-right {
		margin-top: 5px;
		margin-left: 4px;
	}

	#cont-items #nos-guides .content .pull-left {
		margin-top: 5px;
		margin-right: 8px;
	}

	#cont-items ul.news-slider {
		padding-left: 0;
		list-style: none;
		margin-top: 20px;
	}

	#cont-items .news-slider li {
		margin-bottom: 20px;
		border-bottom: 1px solid #eceeeb;
	}

	#cont-items .news-slider .post-date {
		float: left;
		/*display: inline-block;*/
		/*margin-right: 20px;	*/
	}

	#cont-items .news-slider .post-date img {
		border: 3px solid #6daddf;
	}

	#cont-items .news-slider .post-date p {
		height: 90px;
		width: 90px;
		border-top: 2px solid rgb(0,141,210);
		border-left: 1px solid #eceeeb;
		border-right: 1px solid #eceeeb;
		border-bottom: 1px solid #eceeeb;
		font-size: 22px;
		margin: 0 auto 20px;
		padding-top: 10px;
		text-align: center;
		color: rgb(109,173,223);
		background-color: #FEFEFE;
	}

	@media (max-width: 767px) {
		#cont-items .news-slider .post-date p {
			height: 80px;
			width: 80px;
			font-size: 18px;
		}
	}

	#cont-items .news-slider .post-date p span {
		display: inline-block;
		font-size: 16px;
		width: 100%;
	}

	#cont-items .news-slider .post-comment {
		padding-left: 110px;
		/*display: inline-block;*/
	}

	@media (max-width: 767px) {
		#cont-items .news-slider .post-comment {
			padding-left: 95px;
			/*display: inline-block;*/
		}
	}

	#cont-items .news-slider .post-comment h4 {
		color: #008dd2;
		font-size: 18px;
		margin-top: 0;
	}

	#cont-items .news-slider .post-comment p {
		color: #666;
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 20px;
	}

	#cont-items .news-slider .post-comment a {
		/*margin-right: 20px;*/
		float: right;
	}

	/* -------------- */
	/*--- CAROUSEL ---*/

	#slider .carousel {
		height: 750px;
	}

	@media (max-width: 1399px) {
		#slider .carousel {
			height: 600px;
		}
	}

	@media (max-width: 991px) {
		#slider .carousel {
			height: 500px;
		}
	}

	@media (max-width: 767px) {
		#slider .carousel {
			min-height: 350px;
		}
	}


	#slider .item,
	#slider .active,
	#slider .carousel-inner {
		height: 100%;
	}

	/* Background images are set within the HTML using inline CSS, not here */

	.fill {
		width: 100%;
		height: 100%;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.carousel-fade .carousel-inner .item {
		opacity: 0;
		-webkit-transition-property: opacity;
		transition-property: opacity;
	}
	.carousel-fade .carousel-inner .active {
		opacity: 1;
	}
	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
		left: 0;
		opacity: 0;
		z-index: 1;
	}
	.carousel-fade .carousel-inner .next.left,
	.carousel-fade .carousel-inner .prev.right {
		opacity: 1;
	}

/*@media (min-width: 768px) {
#slider .carousel-indicators {
		bottom: 5px;
}
}*/

#slider .item.active p {
	opacity: 1;
}

#slider .carousel-caption {
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	/*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
	background-color: rgba(109, 173, 223, .6);
}

#slider .slide-content {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin-bottom: 60px;
	z-index: 10;
	font-size: 41px;
	color: #fefefe;
}
#slider .slide-content p {
	margin: 0;
	position: relative;
	/*left: 100px;*/
	text-shadow: 1px 1px 2px #144179;
	opacity: 0;
	transition: all 1.5s ease;
	transition-delay: 1s;
}
#slider .slide-content .new-year {
	font-size: 28px;
}
#slider .slide-content p small {
	font-size: 25px;
}

@media (max-width: 1599px) {
	#slider .slide-content .new-year {
		font-size: 24px;
	}
}

@media (max-width: 1499px) {
	#slider .slide-content .new-year {
		font-size: 20px;
	}
}

@media (max-width: 1200px) {
	#slider .slide-content {
		margin-bottom: 50px;
	}
	#slider .slide-content p {
		font-size: 36px;
	}
	#slider .slide-content p small {
		font-size: 22px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#slider .slide-content {
		margin-bottom: 40px;
	}
	#slider .slide-content p {
		font-size: 28px;
	}
	#slider .slide-content .new-year {
		font-size: 16px;
	}
	#slider .slide-content p small {
		font-size: 17px;
	}
}


@media (max-width: 767px) {
	#slider .slide-content {
		margin-bottom: 30px;
	}
	#slider .slide-content p {
		font-size: 24px;
	}
	#slider .slide-content .new-year {
		font-size: 16px;
	}
	#slider .slide-content p small {
		font-size: 14px;
	}
}


/*-----------------*/
/*---- BANNER -----*/
/*#banner {
	background-image: url("/template/images/28.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 380px;
	width: 100%;
	}*/

	/* -------------- */
	/*-- HOT-TOURS ---*/

	#hot-tours {
		padding: 60px 0;
	}

	@media (max-width: 767px) {
		#hot-tours {
			padding: 20px 0;
		}
	}

	#hot-tours .owl-carousel .item {
		margin: 10px 15px 10px 0;
		/*max-width: 380px;*/
	}

	@media (max-width: 767px) {
		#hot-tours .owl-carousel .item {
			margin: 10px 10px;
		}
	}

	#hot-tours .customNavigation,
	#destination .customNavigation {
		text-align: right;
		margin-top: 5px;
	}

	@media (max-width: 767px) {
		#hot-tours .customNavigation,
		#destination .customNavigation {
			text-align: center;
			margin-top: 5px;
		}
	}

	/*use styles below to disable ugly selection*/
	#hot-tours .customNavigation a {
		color: #FFF;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	#hot-tours .customNavigation .btn {
		padding: 6px 12px;
		background-color: #6daddf;
		border: 0;
		border-radius: 0;
	}

	#hot-tours .customNavigation .btn:hover,
	#hot-tours .customNavigation .btn:focus {
		background-color: #144179;
	}

	#hot-tours h2 {
		/*display: inline-block;*/
		text-align: left;
		font-size: 32px;
		color: #144179;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 5px;
		text-transform: uppercase;
		/*border-bottom: 4px solid #fade03;*/
	}

	@media (max-width: 767px) {
		#hot-tours h2 {
			margin-bottom: 10px;
			margin-top: 20px;
			text-align: center;
		}
	}

	#hot-tours .content	{
		border: 1px solid #eceeeb;
		/*box-shadow: 0 0 10px rgba(109,173,223, .6);*/
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		max-width: 380px;
	}
	#hot-tours .content:hover,
	#hot-tours .content:focus{
		box-shadow: 0 0 5px rgba(20,65,121, .2);
	}

	@media (max-width: 1199px) {
		#hot-tours .content	{
			margin: 20px auto;
			max-width: 422px;
		}
	}

	#hot-tours .content h3 {
		margin: 0;
		padding: 20px 15px;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-weight: bold;
		text-transform: uppercase;
		color: #008dd2;
		overflow: hidden;
	}

	#hot-tours .content h3 small {
		color: #008dd2;
	}


	@media (max-width: 767px) {
		#hot-tours .content h3 {
			font-size: 18px;
			padding: 15px 5px;
		}
	}

	#hot-tours .content img {
		height: auto;
		max-width: 100%;
	}

	#hot-tours .content p {
		line-height: 22px;
		margin-bottom: 10px;
		margin-top: 20px;
		padding: 0 20px;
		text-align: center;
		font-size: 16px;
		color: #8b8b8b;
		min-height: 130px;
	}

	@media (max-width: 767px) {
		#hot-tours .content p {
			font-size: 14px;
			line-height: 20px;
			margin-top: 15px;
		}
	}

	#hot-tours .content .content-text {
		padding: 20px;
		border-top:1px solid #eceeeb;
	}

	#hot-tours .content .content-text .glyphicon{
		color: #6daddf;
		margin-left: 10px;
	}

	@media (max-width: 767px) {
		#hot-tours .content .content-text {
			padding: 15px 20px;
		}
	}

	#hot-tours .content .content-text i {
		color: #8b8b8b;
		font-style: normal;
	}
	#hot-tours .content .content-text span,
	#hot-tours .content .content-text del {
		color: red;
		font-size: 18px;
		font-weight: bold;
		margin-left: 5px;
	}

	#hot-tours .content .content-text del {
		color: #757575;
		font-weight: normal;
	}

	#hot-tours .content .content-text .details {
		padding: 7px 13px;
		background-color: #8b8b8b;
		color: #FEFEFE;
		border-radius: 3px;
		float: right;
	}

	#hot-tours .content .content-text .details:hover,
	#hot-tours .content .content-text .details:focus {
		background-color: rgb(0,141,210);
		text-decoration: none;
	}
	#hot-tours .content .content-text .details + i {
		color:#008dd2;
		font-style:normal;
		white-space:nowrap;
	}
	#hot-tours .content .content-text .details + i > small{
		color:#4cae4c;
		margin-left:4px;
	}

	/*--------------------*/
	/*--- DESTINATIONS ---*/

	#destination {
		padding: 60px 0;
		background-color: #6daddf;
	}

	#destination h2 {
		/*display: inline-block;*/
		text-align: left;
		font-size: 32px;
		color: #efefef;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 5px;
		text-transform: uppercase;
		/*border-bottom: 4px solid #fade03;*/
	}

	@media (max-width: 767px) {
		#destination h2 {
			margin-bottom: 10px;
			margin-top: 20px;
			text-align: center;
		}
	}


	#destination .owl-carousel .item {
		margin: 10px 15px 10px 0;
		/*max-width: 380px;*/
	}

	@media (max-width: 767px) {
		#destination .owl-carousel .item {
			margin: 10px 10px;
		}
	}


	/*use styles below to disable ugly selection*/
	#destination .customNavigation a {
		color: #6daddf;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	#destination .customNavigation .btn {
		padding: 6px 12px;
		background-color: #efefef;
		border: 0;
		border-radius: 0;
	}

	#destination .customNavigation .btn:hover,
	#destination .customNavigation .btn:focus {
		background-color: #144179;
	}

	#destination .content	{
		border: 1px solid #eceeeb;
		/*box-shadow: 0 0 10px rgba(255,255,255, .6);*/
		background-color: #fefefe;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	@media (max-width: 767px) {
		#destination .content	{
			margin: 25px auto;
			max-width: 420px;
		}
	}

	#destination .content:hover,
	#destination .content:focus	{
		/*border: 1px solid #eceeeb;*/
		box-shadow: 0 0 10px rgba(20,65,121, .6);

	}

	@media (max-width: 991px) {
		#destination {
			padding: 40px 0;
		}
	/*#destination .content	{
		max-width: 420px;
		margin: 20px auto;
		}*/
	}

	#destination .content img {
		height: auto;
		max-width: 100%;
	}

	#destination .content .text-item h3 {
		margin: 0 0 10px 0;
		padding: 15px 20px;
		font-weight: bold;
		color: rgb(20,65,121);
		border-bottom:1px solid #eceeeb;
	}

	#destination .content .text-item p {
		padding-left: 20px;
		margin-bottom: 5px;
		color: #8b8b8b;
		font-size: 16px;
	}

	@media (min-width: 992px) and (max-width: 1199px) {
		#destination .content .text-item p {
			font-size: 14px;
			padding-right: 0;
			padding-left: 15px;
		}
	}

	#destination .content .text-item a {
		padding: 7px 13px;
		background-color: #8b8b8b;
		color: #fff;
		/*border-radius: 3px;*/
		/*border:1px solid #8b8b8b;*/
		display: block;
		text-align: center;
		margin-top: 15px;
	}

	#destination .content .text-item a:hover,
	#destination .content .text-item a:focus {
		background-color: #6daddf;
		text-decoration: none;
		color: #FEFEFE;
	}


	/* ------------------- */
	/* ---     NEWS   --- */
	#news {
		padding: 60px 0 40px;
		background-color: #F6F6F6;
	}

	#news h3 {
		color: #144179;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 30px;
		text-align: left;
		font-size: 30px;
	}

	@media (max-width: 767px) {
		#news h3 {
			margin-bottom: 20px;
			display: block;
			text-align: center;
		}
	}

	#news .container .row a,
	.autres {
		text-align: right;
		color: #fff;
		padding: 5px 10px;
		background-color: #6daddf;
		text-transform: uppercase;
	}

	@media (max-width: 767px) {
		#news .container .row a,
		.autres {
			display: block;
			margin-bottom: 20px;
			text-align: center;
		}
	}

	#news .container > a:hover,
	#news .container > a:focus,
	.autres:hover,
	.autres:focus {
		color: #fff;
		text-decoration: none;
		background-color: #144179;
	}


	#news .news-slider {
		padding-left: 0;
		list-style: none;
	}

	#news .news-slider li {
		margin-bottom: 20px;
	}

	#news .news-slider .post-date {
		float: left;
		/*display: inline-block;*/
		/*margin-right: 20px;	*/
	}

	#news .news-slider .post-date img {
		border: 2px solid #6daddf;
	}

	#news .news-slider .post-date p {
		height: 90px;
		width: 90px;
		border-top: 2px solid rgb(0,141,210);
		border-left: 1px solid #eceeeb;
		border-right: 1px solid #eceeeb;
		border-bottom: 1px solid #eceeeb;
		font-size: 22px;
		margin: 0 auto 20px;
		padding-top: 10px;
		text-align: center;
		color: rgb(109,173,223);
		background-color: #FEFEFE;
	}

	@media (max-width: 767px) {
		#news .news-slider .post-date p {
			height: 80px;
			width: 80px;
			font-size: 18px;
		}
	}

	#news .news-slider .post-date p span {
		display: inline-block;
		font-size: 16px;
		width: 100%;
	}

	#news .news-slider .post-comment {
		padding-left: 110px;
		/*display: inline-block;*/
	}

	@media (max-width: 767px) {
		#news .news-slider .post-comment {
			padding-left: 95px;
			/*display: inline-block;*/
		}
	}

	#news .news-slider .post-comment h4 {
		color: #008dd2;
		font-size: 18px;
		margin-top: 0;
	}

	#news .news-slider .post-comment p {
		color: #666;
		margin-bottom: 5px;
	}

	#news .news-slider .post-comment span {
		color: red;
		margin-left: 8px;
		font-size: 12px;
	}



	/* ------------------------  */
	/* ----- ADVISOR   ---------*/
	#advisor {
		background-color: #144179;
		background-attachment: fixed;
		background-image: url(/template/images/bukhara-large.jpg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding: 50px 0;
	}

	#advisor img {
		border-radius: 50%;
		border: 4px solid #FEFEFE;
	}

	#advisor h4 {
		font-size: 30px;
		color: #FEFEFE;
		margin-top: 20px;
	}

	#advisor .advisor-item {
		font-size: 24px;
		font-weight: bold;
		color: #FEFEFE;
		margin-bottom: 10px;
	}

	#advisor p {
		color: #FEFEFE;
		font-size: 16px;
		/*line-height: 26px;*/
		margin-bottom: 0;
	}

	#advisor p span {
		display: inline-block;
	}

	#advisor p a {
		color: #FEFEFE;
		margin-right: 10px;
		text-decoration: underline;
	}

	#advisor p a:hover,
	#advisor p a:focus {
		text-decoration: none;
	}





	/* --------------------------- */
	/* -----  COMMENT -------------*/

	#comment {
		padding: 60px 0 40px;
		/*background-color: #F6F6F6;*/
	}

	#comment h3 {
		color: #144179;
		text-transform: uppercase;
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		font-size: 30px;
	}

	#comment hr {
		border-color: #6daddf;
		border-width: 3px;
		margin: 30px auto;
		max-width: 150px;
	}

	#comment .slider .slide {
		font-size: 16px;
		text-align: center;
		/*position: relative;*/
	}

	#comment .slider .slide .img-wrap {
		display: inline-block;
		border-radius: 50%;
		overflow: hidden;
		border: 3px solid #6daddf;
	}

	#comment .slider .slide h4 {
		color: #616161;
		font-size: 18px;
		margin-bottom: 5px;
	}

	#comment .slider .slide .slide-descr {
		font-size: 14px;
		color: #999;
		margin-bottom: 12px;
	}


	#comment .slider .slide p {
		color: #616161;
		/*font-style: italic;*/
		font-size: 16px;
	}

	#comment .slider .owl-controls {}

	#comment .slider .owl-controls .owl-page {
		width: 15px;
		height: 15px;
		margin: 0 2px;
	}

	#comment .slider .owl-controls .owl-page span {
		background-color: #999;
	}

	#comment .slider .owl-controls .owl-page.active span{
		background-color: #6daddf;
	}

	/* --------------------------- */
	/* ---- BOT BLOG --------------*/

	#bot-blog {
		padding-top: 50px;
		/*padding-bottom: 20px;*/
		background-color: #666;
	/*background-image: url(/template/images/bg-bott.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;*/
}

#bot-blog h4 {
	text-transform: uppercase;
	color: #FEFEFE;
	padding-left: 10px;
	margin-top: 0;
}

#bot-blog ul {
	list-style: none;
	padding: 0;
}

@media (max-width: 767px) {
	#bot-blog ul {
		margin-bottom: 25px;
	}
}

#bot-blog ul li {
	padding: 4px 0;
	/*border-bottom: 1px dotted #666;	*/
/*	background-image: url(/template/images/svg/dotted.svg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 6px;*/
}

#bot-blog ul li:last-child {
	background-image: none;
}

#bot-blog li > a {
	color: #FEFEFE;
	/*margin-left: 10px;*/
	padding-left: 15px;
	/*background-image: url(/template/images/svg/sq.svg);
	background-repeat:  no-repeat;
	background-position: 0% 50%;
	background-size: 6px;*/
	/*font-size: 16px;*/
}

#bot-blog li > a:hover,
#bot-blog li > a:focus {
	/*background-image: url(/template/images/svg/skip2-h.svg);*/
	/*text-decoration: none;*/
	/*color: #008DD2;*/
}

#bot-blog li i {
	margin-right: 8px;
}

.mice {
	padding: 25px 0;
}

.mice h1 {
	margin-bottom: 25px;
}

.mice p {
	font-size: 24px;
}

.mice .carousel {
	margin: 20px 0;
}

/* ------------------------ */
/* ------  FOOTER ----------*/

footer {
	background-color: #666;
	padding-bottom: 20px;
}

footer hr {
	max-width: 100%;
	border-color: #ccc;
	border-width: 1px;
}

footer p {
	margin: 0;
	color: #FEFEFE;
}

footer p.design {
	margin: 0;
	color: #FEFEFE;
	text-align: right;
}

@media (max-width: 767px) {
	footer p.design {
		text-align: left;
	}
}

footer p a {
	color: #fe792a;
	/*text-decoration: underline;*/
}

footer p a:hover,
footer p a:focus {
	text-decoration: none;
	color: #FEFEFE;
}