 /*reset.css*/
html, body, div, span, h1, h2, h3, h4, h5, h6, 
p, a, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, 
fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                   
	vertical-align: baseline;     
	background: transparent;      
	font-size: 100%;
}
ul {
	list-style: none;
}
ul:not([class]) {
	margin-bottom: 20px;
	line-height: 20px;
}
table {					
	border-collapse: collapse; 
	border-spacing: 0;
} 
input, select, button, textarea {
	margin: 0; 	
	padding: 0;
	font-size: 100%; 		
}
input[type="text"], input[type="password"], textarea {
	outline: none;		
}
input[type="checkbox"] { 		
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}

/* Base style */
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	width: 100%;
	height: 4px;
	background: #00ccff;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
}
html {
	opacity: 0;
}
html {
	opacity: 0;
}
/*was 14px*/
body {
	font: 18px 'open_sansregular';
	color: #5e5656;
}
h1 {	
	margin-bottom: 24px;
	font: normal 28px 'open_sanssemibold';
	text-transform: uppercase;
	color: #000;
}
h2 {	
	margin-bottom: 22px;
	font: normal 22px 'open_sanssemibold';
	text-transform: uppercase;
	color: #000;
}
h3, h4 {
	margin-bottom: 10px;
	font: normal 16px 'open_sanssemibold';
	text-transform: uppercase;
	color: #333;
}
.sisea-result h3 {margin-bottom:3px;}
p {
	margin-bottom: 22px;
	line-height: 20px;
}
i, em {
	font-family: 'open_sanssemibold_italic';
}
a { 
	text-decoration: underline;
	color: #04728e;
}
a:hover { 
	text-decoration: none;
}

::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s; color: #000;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s; color: #000;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s; color: #000;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s; color: #000;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s;}

.ta-c {
	text-align: center;
}
.fancybox-image {
	border-radius: 10px;
}

/* animate */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/* !animate */

/* bootstrap custom */
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
/* !bootstrap custom */

/* header */
.header {
	margin-bottom: 26px;
	padding-top: 15px;
	background: #1e1e1e;
	position: relative;
}
.rotator {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.header:after,
.rotator li:after {
	content: '';
	display: block;
	height: 40px;
	background: -webkit-linear-gradient(transparent, #1e1e1e);
	background: -o-linear-gradient(transparent, #1e1e1e);
	background: linear-gradient(transparent, #1e1e1e);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
}
.action__ins {
}
.rotator .owl-stage-outer {
	height: 100%;
	width: 100%;
}
.rotator .owl-stage,
.rotator .owl-item {
	height: 100%;
}

.rotator li {
	display: block;
	height: 360px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header-top,
.header-bottom {
	position: relative;
	z-index: 10;
}
.header-top {
	margin-bottom: 72px;
}
.logo {
	float: left;
}
.logo a,
.logo img {
	display: block;
	padding-top: 3px;
}
.logo img {
	max-width: 100%;
}
.toolbar {
	float: right;
	width: 670px;
	margin-top: 4px;
	padding: 14px 24px 6px 24px;
	background: rgba(0,0,0, .4);
}
.toolbar:after {
	content: '';
	display: table;
	clear: both;
}
.toolbar__side {
	display: table;
	float: right;
	width: 320px;
	margin-top: 4px;
}
.toolbar__cell {
	display: table-cell;
	vertical-align: middle;
}
.toolbar__cell:last-child {
	width: 98px;
	padding-left: 8px;
}
.toolbar__phone {
	float: left;
	text-align: right;
	color: #fff;
}
.toolbar__phone > span {
	display: block;
	font: 32px/36px 'open_sanslight';
}
.toolbar__phone a {
	font-size: 15px;
	color: #fff;
}
.toolbar__search {
	width: 100%;
	position: relative;
}
.toolbar__search .fa-search {
	font-size: 14px;
	vertical-align: 1px;
	color: #828282;
}
.toolbar__search input[type="text"],
.widget__rss-input input[type="text"] {
	padding: 6px 10px;
	font-size: 14px;
}
.toolbar__search button {
	height: 34px;
	width: 34px;
	padding: 0;
	background: transparent;
	line-height: normal;
	position: absolute;
	top: 0;
	right: 0;
}
.toolbar__search button:hover {
	background: transparent;
}
.toolbar__lang {
	margin-top: 2px;
	padding: 4px 0;
	text-align: right;
	font: 14px 'open_sanssemibold';
	position: relative;
}
.toolbar__lang-slct {
	display: block;
	overflow: hidden;
	color: #fff;
	padding-right: 16px;
	background: url(../img/angle-down.png) 100% 7px no-repeat;
	white-space:nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;	
	cursor: pointer;
}
.toolbar__lang img {
	margin-left: 4px;
	vertical-align: -2px;
}
.toolbar__lang-list {
	border: 1px solid #cecece;
	border-top: none;
	display: none;
	position: absolute;
	top: 28px;
	right: 0;
	background: #fff;
}
.toolbar__lang-list li {
	border-top: 1px solid #e8e8e8;
}
.toolbar__lang-list li a {
	display: block;
	padding: 4px 6px;
	text-decoration: none;
	color: #000;
}
.toolbar__lang-list li:hover {
	background-color: #e8e8e8;
}
.header-bottom {
	padding: 10px 0;
	background: rgba(0,0,0, .52);
}

/* action-carousel */
.action-carousel {
	margin-bottom: 20px;
	padding: 0 80px;
}
.action-carousel .owl-nav {
	position: absolute;
	margin-top: -28px;
	top: 50%;
	right: 0;
	left: 0;
}
.action-carousel .owl-nav .owl-prev,
.action-carousel .owl-nav .owl-next {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background-image: url(../img/action-carousel-nav.png);
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.action-carousel .owl-nav .owl-prev {
  left: 0;
  background-position: 0 0;
}
.action-carousel .owl-nav .owl-next {
  right: 0;
  background-position: -65px 0;
}
.action-carousel .owl-nav .owl-prev:hover,  
.action-carousel .owl-nav .owl-next:hover {  
  background-color: rgba(255,255,255, .25);
}
.action {
	width: 820px;
	overflow: hidden;
	margin: 0 auto;
	color: #fff;
}
.action a {
	text-decoration: none;
	color: #fff;
}
.action p {
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 24px;
}
.action p a:hover {
	border-bottom: 1px solid #fff;
}
.action__side {
	float: left;
	width: 600px;
}
.action__title {
	margin-bottom: 12px;
	font: 48px 'open_sanslight';
	text-transform: uppercase;
}
.action__ins {
	overflow: hidden;
	padding-left: 36px;
	text-align: center;
}
.action__ins a {
	display: block;
	height: 42px;
	border: 2px solid #fff;
	border-radius: 21px;
	font-size: 20px;
	line-height: 38px;
	background: rgba(255,255,255, .25);
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.action__ins a:hover {
	background: rgba(255,255,255, .35);
}
.action__price {
	margin: 4px 0 8px 0;
	font: 70px 'open_sanslight'
}
.action__price span {
	font-size: 38px;
}
/* !header */

/* navbox-panel */
.nav-panel {
	margin: 0 -14px 24px -14px;
	background: #fff;
	position: relative;
	z-index: 10;
}
.nav-panel:after {
	content: '';
	display: table;
	clear: both;
}
.navbox {
	position: relative;
}
.navbox:after {
	content: '';
	display: table;
	clear: both;
}
.navbox li {
	float: left;
}
.navbox li a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbox > li > a {
	padding: 5px 14px 5px;
	border-radius: 15px;
	font-family: 'open_sansbold';
	text-transform: uppercase;
}
.navbox ul li a {
	padding: 6px;
}
.navbox > li.active > a,
.navbox > li > a:hover {
	background: #00ccff;
	color: #fff;
}
.navbox ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #00ccff;
	line-height: normal;
	text-align: center;
	position: absolute;
	top: 44px;
	left: 0px;
}
.navbox ul li {
	float: none;
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0;
}
.navbox ul li a {
	font-size: 12px;
}
.navbox ul li a:hover {
	text-decoration: underline;
	color: #00ccff;
}
.mobile-navbox {
	display: none;
	padding: 11px;
	background: #7ccadb;
	font: 14px 'open_sanssemibold';
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}
.mobile-navbox:focus {
	text-decoration: none;
	color: #333;	
}
.mobile-navbox:hover {
	background: #45B2C8;
	color: #fff;
}
.nav-panel .fa-bars {
	margin-right: 4px;
}

@media (max-width: 1199px) {
	.nav-panel {
		background: #7ccadb;
		margin: 0 0 24px 0;
	}
	.navbox {
		display: none;
		background: #fff;
	}
	.mobile-navbox {
		display: inline-block;
	}
	.navbox li {
		display: block;
		float: none;
		margin: 0;
	}
	.navbox > li > a {
		font-family: 'open_sanssemibold';
		font-size: 12px;
		padding: 11px;
		border-radius: 0;
	}
	.navbox li a,
	.navbox > li.active a {
		border-top: 1px solid #e0e0e0;
		border-left: 3px solid #fff;
		background: #fff;
		color: #797979;
	}
	.navbox li:hover > a {
		background: #f0f0f0;
		color: #797979;
		border-left: 3px solid #45B2C8;
	}
	.navbox ul {
		width: 100%;
		background: #f0f0f0;
		border: none;
		border-radius: 0;
		text-align: left;
		position: relative;
		top: 0;
		left: 0;
	}
	.navbox li:hover > ul {
		display: none;
	}
	.navbox ul li {
		display: block;
	}
	.navbox ul li a {
		padding: 11px;
		background: #fff;
		text-indent: 10px;
		color: #797979;
	} 
	.navbox ul li a:hover {
		text-decoration: none;
		color: #797979;
	}
	.navbox ul ul {
		left: 0;
	}
}
/* !navbox-panel */

/* content */
.content {
	padding-bottom: 30px;
}
.content-main {
	margin-bottom: 30px;
}
.wrapper {
	margin-bottom: 20px;
	font-size: 0;
}
.wrapper_mb-0 {
	margin-bottom: 0;
}
.wrapper [class*="col-"] {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.sidebar {
	margin-top: 5px;
}
.entry {
	text-align: center;
	line-height: 26px;
}

/* widgets */
.widget {
	margin-bottom: 22px;
}
.widget__title {
	margin-bottom: 12px;
	font-family: 'open_sansbold';
	text-transform: uppercase;
	color: #000;
}
.widget p {
	margin-bottom: 16px;
	line-height: 26px;
}
.widget__list li {
	margin-bottom: 10px;
}
.widget__list li:after {
	content: ', ';
	display: none;
}
.widget__list li:last-child {
	margin-bottom: 0;
}
.widget__list li:last-child:after {
	content: '';
}
.widget__list li a {
	color: #000;
	text-decoration: none;
}
.widget__list li a:hover {
	color: #00ccff;
	text-decoration: underline;
}
.widget__map {
	text-align: center;
}
.widget__map-content {
	height: 450px;
	margin-bottom: 10px; 
}
.widget__map-link {
	color: #00ccff;
}
.widget__rss-input {
	margin-bottom: 16px;
}
.widget__rss .btn {
	width: 192px;
	height: 30px;
	border-radius: 15px;
	font: 14px/30px 'open_sanssemibold';
}
.widget img {
	display: block;
}
.widget img[src*="widget__logo"] {
	margin-bottom: 12px;
}
.soc__item {
	display: inline-block;
	margin-right: 5px;
}
.soc li a {
	display: block;
	border-radius: 50%;
	height: 42px;
	width: 42px;
	text-align: center;
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.soc__vk             { background: #778fad; }
.soc__facebook       { background: #1d3265; }
.soc__twitter        { background: #4abdf3; }
.soc__vk:hover       { background: #577498; }
.soc__facebook:hover { background: #15244b; }
.soc__twitter:hover  { background: #1fa0dc; }

.soc_wh {
	margin-bottom: 20px;
}
.soc_wh li a {
	border: 2px solid #fff;
	line-height: 38px;	
	color: #04728e;
}
.soc_wh .soc__vk,       
.soc_wh .soc__facebook, 
.soc_wh .soc__twitter  { background: #fff; }
.soc_wh .soc__vk:hover,       
.soc_wh .soc__facebook:hover, 
.soc_wh .soc__twitter:hover  { 
	background: transparent; 
	color: #fff;
}
/* !widgets */

/* crumbs */
.crumbs {
	margin-bottom: 24px;
	color: #868686;
}
.crumbs li {
	display: inline-block;
}
.crumbs li.crumbs__divider {
	margin: 0 2px;
	font-size: 11px;
}
.crumbs li a {
	color: #868686;
	text-decoration: none;
}
.crumbs li a:hover {
	text-decoration: underline;
}
/* !crumbs */

/* form */
.form {
	margin-bottom: 20px;
}
.form-group {
	margin-bottom: 12px;
}
.form-control {
	margin-bottom: 20px;
	padding-left: 20px;
}
.form .btn {
	width: 200px;
}
/* !form */

/* info-panel */
.info-panel {
	margin-bottom: 20px;
	padding: 12px 10px;
	border: 1px solid #dee5d2;
	border-radius: 10px;
}
.table {
	margin-bottom: 12px;
	font-size: 11px;
}
.table tr:nth-child(2n+1) td {
	background: #f5f9fb;
}
.table tr td {
	width: 50%;
	padding: 3px 5px;
}
.table tr td:first-child {
	font-family: 'open_sanssemibold';
}
.info-panel__price {
	display: table;
	width: 100%;
	font: 16px 'open_sanssemibold';
}
.info-panel__price span {
	display: table-cell;
	padding: 0 5px;
}
.info-panel__price span:last-child {
	text-align: center;
}
.info-panel__hint {
	border-bottom: 1px solid #00ccff;
	margin: 18px 0;
	padding-bottom: 8px;
	font-size: 12px;
}
.info-panel .btn {
	width: 250px;
}
/* !info-panel */

/* flexslider */
.flexslider-wrap {
	margin-bottom: 35px;
}
.flexslider .slides li {
	box-sizing: content-box;
}
.flexslider .slides img {
	border-radius: 10px;
}
#carousel .slides li {
	padding: 3px;
}
#carousel .slides img {
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#carousel .slides img:hover {
	box-shadow: 0 0 2px 1px rgba(0,0,0, .5);
}
/* !flexslider */

/* reviews */
.reviews {
	padding: 10px 0;
}
.reviews h2 span {
	font-size: 16px;
	color: #6c6565;
}
.form-review {
	padding: 20px;
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	background: #fcfcfc;
}
.review {
	padding-bottom: 8px;
}
.review__head {
	margin-bottom: 14px;
}
.review__auth {
	display: inline-block;
	margin-right: 16px;
	font-family: 'open_sansbold';
}
.wr-btn-toggle {
	margin-bottom: 20px;
}
/* !reviews */

/* rating */
.rating {
	display: inline-block;
}
.rating img {
	vertical-align: -3px;
}
/* !rating */

.intro {
	margin-bottom: 25px;
}

/* tabs-menu */
.tabs-menu {
	margin-bottom: 30px;
}
.tabs-menu li {
	display: inline-block;
	margin-right: 2px;
	padding: 16px 0;
	width: 242px;
	border-radius: 10px 8px 0 0;
	background: #ebebeb;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #7d7d7d;
	cursor: pointer;
}
.tabs-menu li.active {
	background: #00ccff;
	color: #fff;
}
.tabs-menu li:hover {
	text-decoration: underline;
}
.tab-box {
	display: none;
}
.tab-box p {
	margin-bottom: 10px;
	line-height: 20px;
}
.tab-box .reviews {
	padding: 0;
}
.tab-box h2 {
	margin-bottom: 12px;
}
.path {
	margin-bottom: 18px;
	color: #00ccff;
}
.content-main p b {
	font-family: 'open_sansbold';
}
/* !tabs-menu */

/* pic */
h1 .fa-camera {
	margin-left: 26px;
	font-size: 26px;
}
.pic {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #363636;
	text-decoration: none;
}
.pic a {
	display: block;
	text-decoration: none;
	color: #5e5656;
}
.pic img {
	display: block;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 4px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.pic span {
	display: block;
	padding: 0 10px;
}
.pic a:hover img {
	-webkit-transform: scale(1.02); 
	-ms-transform: scale(1.02); 
	transform: scale(1.02); 
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
/* !pic */

/* photoblock */
.photoblock {
	margin-bottom: 40px;
}
.photoblock__img {
	margin-bottom: 8px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.photoblock img {
	width: 100%;
	display: block;
	border-radius: 10px;
}
.photoblock__img:after {
	content: '';
	display: block;
	position: absolute;
	background: -webkit-linear-gradient(transparent 50%, rgba(0,0,0, .95));
	background: -o-linear-gradient(transparent 50%, rgba(0,0,0, .95));
	background: linear-gradient(transparent 50%, rgba(0,0,0, .95));
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.photoblock__img span {
	position: absolute;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	bottom: 18px;
	left: 24px;
	right: 20px;
	margin: auto;
	z-index: 10;
}
.photoblock__th {
	margin: 0 -1%;
}
.photoblock__th:after {
	content: '';
	display: table;
	clear: both;
}
.photoblock__th a {
	float: left;
	width: 18%;
	margin: 0 1%;
	border-radius: 10px;
	-transition-transition: all .2s;
	transition: all .2s;
}
.photoblock__th a:hover,
.photoblock__th a.active {
	box-shadow: 0 0 2px 1px rgba(0,0,0, .5);
}
.owl-carousel .photoblock {
	margin-bottom: 24px;
}
.owl-carousel .photoblock__img:after {
	display: none;
}
.owl-carousel .photoblock__th a {
	width: 23%;
}
.owl-carousel .photoblock__th a:hover,
.owl-carousel .photoblock__th a.active {
	box-shadow: 0 0 1px 1px rgba(0,0,0, .5);
}
/* !photoblock */

/* tours-carousel */
.tour-box {
	display: inline-block;
	width: 234px;
	border-radius: 10px;
	border: 1px solid #e0ebee;
	text-align: left;
}
.tour-box__head {
	padding: 8px 12px;
	border-radius: 10px 10px 0 0;
	background: #04728e;
	font: 14px/20px 'open_sanssemibold'; 
	color: #fff;
}
.tour-box__body {
	padding: 10px 7px 24px 7px;
	border-radius: 0 0 10px 10px;
	background: #f5fafb;
}
.tour-box__body p {
	margin-bottom: 12px;
	padding: 0 5px;
	font-size: 13px;
	line-height: 16px;
}
.tours-carousel .owl-item {
	text-align: center;
}
.tours-carousel {
	margin-bottom: 40px;
	padding: 0 36px;
}
.tours-carousel .owl-nav {
	position: absolute;
	margin-top: -28px;
	top: 50%;
	right: 0;
	left: 0;
}
.tours-carousel .owl-nav .owl-prev,
.tours-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  background: url(../img/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.tours-carousel .owl-nav .owl-prev {
  left: 0;
}
.tours-carousel .owl-nav .owl-next {
  background-position: 100% 0;
  right: 0;
}
.tours-carousel:hover .owl-nav .owl-prev,
.tours-carousel:hover .owl-nav .owl-next {  
  opacity: 1;
}
/* !tours-carousel */

/* tour */
.tour {
	margin-bottom: 46px;
	font-size: 14px;
}
.tour__head {
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.tour__head img {
	width: 100%;
	display: block;
	border-radius: 10px;
}
.tour__head:after {
	content: '';
	display: block;
	position: absolute;
	background: -webkit-linear-gradient(transparent 40%, rgba(0,0,0, .95));
	background: -o-linear-gradient(transparent 40%, rgba(0,0,0, .95));
	background: linear-gradient(transparent 40%, rgba(0,0,0, .95));
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.tour__head-inf {
	position: absolute;
	color: #fff;
	bottom: 6px;
	left: 18px;
	right: 18px;
	margin: auto;
	z-index: 10;	
}
.tour__head-title {
	font-size: 28px;
}
.tour__head-title {
	margin-bottom: 6px;
	font-size: 28px;
}
.tour__head-inf table {
	width: 100%;
	font-size: 18px;
}
.tour__head-inf table td {
	padding: 6px 0;
	vertical-align: bottom;
}
.tour__head-inf table td:last-child {
	font-size: 24px;
	line-height: 24px;
	text-align: right;
}
/* !tour */

/* category */
.category {
	margin-bottom: 30px;
}
.category__img {
	display: block;
	text-decoration: none;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.category__img:after {
	content: '';
	display: block;
	position: absolute;
	background: -webkit-linear-gradient(transparent 60%, rgba(0,0,0, .95));
	background: -o-linear-gradient(transparent 60%, rgba(0,0,0, .95));
	background: linear-gradient(transparent 60%, rgba(0,0,0, .95));
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.category__img:hover {
	box-shadow: 0 0 2px 1px rgba(0,0,0, .5);
}
.category img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.category span {
	position: absolute;
	font-size: 18px;
	color: #fff;
	bottom: 18px;
	left: 20px;
	right: 20px;
	margin: auto;
	z-index: 10;
}
/* !category */

/* news */
.news {
	margin-bottom: 40px;
	text-align: right;
	font-size: 14px;
}
.news img {
	display: block;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 14px;
}
.news__title {
	margin-bottom: 10px;
	font: 18px 'open_sanssemibold';
	text-align: left;
}
.news p {
	margin-bottom: 10px;
	text-align: left;
}
/* !news */

/* pagination */
.pagination {
	text-align: center;
	cursor: default;
}
.pagination li {
	display: inline-block;
	font-size: 18px;
	color: #363636;
}
.pagination li a {
	display: block;
	text-decoration: none;
	color: #363636;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.pagination li a,
.pagination li span {
	padding: 0 3px;
}
.pagination li.active a,
.pagination li a:hover {
	color: #00ccff;
}
/* !pagination */
/* !content */

/* footer */
.footer {
	background: #04728e;
	color: #fff;
}
.footer a {
	text-decoration: none;
	color: #fff;
}
.footer a:hover {
	text-decoration: underline;
}
.footer-top {
	padding: 50px 0 30px 0;
	font-family: 'open_sanssemibold';
}
.f-logo {
	margin-bottom: 20px;
	font-family: 'open_sanssemibold_italic';
	line-height: 26px;
}
.f-logo a {
	display: inline-block;
}
.f-logo img {
	display: block;
	max-width: 100%;
	margin-bottom: 18px;
}
.f-title {
	margin-bottom: 14px;
	font: 16px 'open_sanssemibold';
	text-transform: uppercase;
}
.f-list {
	margin-bottom: 20px;
}
.f-list li {
	line-height: 30px;
}
.f-list .fa {
	margin-right: 10px;
}
.f-list .fa-map-marker {
	font-size: 18px;
}
.f-list .fa-phone {
	font-size: 18px;
	vertical-align: -1px;
}
.f-list .fa-mobile {
	font-size: 24px;
	vertical-align: -1px;
}
.f-list .fa-envelope {
	font-size: 14px;
}

.footer-copy {
	padding: 18px;
	background: #00ccff;
	font-size: 15px;
	text-align: right;
}
.footer-copy span {
	font-family: 'adventureregular';
	font-size: 18px
}
/* !footer */

/* form */
input[type="text"],
textarea {
	display: block;
	width: 100%;
	padding: 10px 14px 11px 14px;
	border-radius: 3px;
	border: 1px solid #c0c0c0;
	background: #fff;
 	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	font: 16px 'open_sanslight';
	color: #000;
}

textarea {
	height: 125px;
	display: block;
	overflow: auto;
	resize: none;
}
input[type="text"]:hover,
textarea:hover,
input[type="text"]:focus,
textarea:focus
select:focus,
select:hover {
	border-color: #66afe9;
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(102, 175, 233, 0.6);
	outline: none;
}
button {
	display: inline-block;
	border: none;
	overflow: visible;
	outline: none;
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
select {
	display: block;
	height: 45px;
	width: 100%;
	padding: 10px 10px;
	border-radius: 3px;
	border: 1px solid #c0c0c0;
	background: -webkit-linear-gradient(#fff, #f7f7f7);
	background: -o-linear-gradient(#fff, #f7f7f7);
	background: linear-gradient(#fff, #f7f7f7);
	font: 16px 'open_sanslight';
	color: #000;
}
input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	margin-right: 12px;
	vertical-align: -2px;
}
.btn {
	display: block;
	margin: 0 auto;
	height: 40px;
	padding: 0 12px;
	background: #00ccff;
	border-radius: 20px;
	text-align: center;
	font: 16px/40px 'open_sansregular';
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
	cursor: pointer;
}
.btn:hover {
	background: #00bae8;
	color: #fff;
}
.tour .btn,
.tour-box .btn,
.btn-toggle {
	width: 152px;
}
label {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
label.error {
	font-size: 12px;
	color: red;
}
/* !form */

/* popup */
.popup {
	display: none;
	border-radius: 10px;
	padding: 20px;
	max-width: 500px;
	border: 1px solid #00ccff;
	background: #fff;
	text-align: center;
}
.popup__head {
	margin-bottom: 8px;
	font: 20px 'open_sanssemibold';
	text-transform: uppercase;
	color: #0b2947;
}
.popup p {
	margin-bottom: 16px;
}
.popup .form {
	margin: 0 auto;
	max-width: 320px;
}
/* !popup */

/* media */
@media (max-width: 1199px) {
	h1 {
		margin-bottom: 18px;
		font-size: 18px;
	}
	h1 .fa-camera {
		margin-left: 10px;
		font-size: 16px;
	}
	h2 {
		margin-bottom: 16px;
		font-size: 16px;		
	}
	h3 {
		font-size: 14px;
	}
	/* header */
	.header-top {
		margin-bottom: 40px;
	}
	.logo {
		width: 200px;
	}
	.toolbar {
		width: 514px;
		padding: 6px 8px;
	}
	.toolbar__phone > span {
	  font-size: 18px;
	  line-height: 22px;
	}
	.toolbar__phone a {
	  font-size: 14px;
	}
	/* !header */

	.content {
		padding-bottom: 10px;
	}
	.content-main {
		margin-bottom: 20px;
	}
	.info-panel {
		margin-bottom: 10px;
	}
	.news {
		margin-bottom: 20px;
	}
	.row.wrapper {
		margin-bottom: 0;
	}

	/* action-carousel */
	.action-carousel {
		margin-bottom: 10px;
		padding: 0 50px;
	}
	.action-carousel .owl-nav .owl-prev,
	.action-carousel .owl-nav .owl-next {
		-webkit-transform: scale(.6);
		transform: scale(.6);
	}
	.action-carousel .owl-nav .owl-prev {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
	.action-carousel .owl-nav .owl-next {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	.action__ins {
		display: none;
	}
	.action {
		width: 100%;
	}
	.action__side {
		float: none;
		width: 100%;
	}
	.action__title {
		margin-bottom: 6px;
		font-size: 20px;
	}
	.action p {
		font-size: 14px;
		line-height: normal;
	}
	/* !action-carousel */

	.tours-carousel {
		margin-bottom: 26px;
	}

	.flexslider-wrap {
		margin-bottom: 22px;
	}
	.review p {
		margin-bottom: 14px;
	}

	/* sidebar */
	.widget__list li,
	.widget__list li:after {
		display: inline-block;
	}
	.widget__list li {
		margin-bottom: 0;
	}
	.widget img[src*="widget__logo"],
	.widget .soc {
		display: none;
	}
	/* !sidebar */

	/* content-main */
	.nav-panel,
	.crumbs {
		margin-bottom: 20px;
	}
	.reviews {
		padding: 0;
	}
	.intro,
	.tabs-menu {
		margin-bottom: 20px;
	}
	.tabs-menu li {
		width: 200px;
		padding: 8px 0;
		font-size: 16px;
	}
	.photoblock {
		margin-bottom: 26px;
	}
	.tour {
		margin-bottom: 30px;
	}
	/* !content-main */

	/* footer */
	.footer-top {
		padding: 30px 0 10px 0;
	}
	.f-title {
		margin-bottom: 8px;
		font-size: 14px;
	}
	.f-title,
	.f-list li {
		line-height: 22px;
	}
	.footer-copy {
		padding: 10px 0;
	}
	/* !footer */

	input[type="text"], 
	textarea {
		padding: 6px 10px;
		font-size: 14px;
	}
	select {
		height: 33px;
		padding: 5px 10px 5px 5px;
		font-size: 14px;
		line-height: normal;
	}
}
@media (max-width: 991px) {
	/* header */
	.logo,
	.toolbar {
		float: none;
	}
	.toolbar {
		width: 100%;
		margin-top: 14px;
	}
	.toolbar__side {
		width: 65%;
	}
	/* !header */

	/* tour */
	.tour__head-inf {
	  bottom: 10px;
	}
	.tour__head-title {
	  font-size: 18px;
	}
	.tour__head-inf table {
		font-size: 14px;
		line-height: 14px;
	}
	.tour__head-inf table td {
		padding: 4px 0;
	}
	.tour__head-inf table td:last-child {
		font-size: 14px;
		line-height: 14px;
	}
	/* !tour */
}
@media (max-width: 767px) {
	.footer {
		text-align: center;
	}
}
@media (max-width: 639px) {
	/* header */
	.toolbar__phone,
	.toolbar__side {
		float: none;
	}
	.toolbar__phone {
		margin: 0 0 6px 0;
		text-align: left;
	}
	.toolbar__phone a {
		display: none;
	}
	.toolbar__side {
		width: 100%;
	}
	/* !header */

	.tabs-menu li {
		border-radius: 10px;
		margin-bottom: 4px;
	}
	.tours-carousel {
		padding: 0;
	}
	.category span {
		font-size: 12px;
		bottom: 6px;
		left: 6px;
		right: 6px;
	}
}

/* media */



/* new design */

.nav-panel .navbox li a {
color: #000;
}

.nav-panel .navbox > li.active a {
	border-top: 1px solid #e0e0e0;
	border-left: 0px solid #fff;
	background: #60331b;
	color: #fff;
}
.nav-panel .navbox li:hover > a {
	background: #60331b;
	color: #fff;
	border-left: 0px solid #45B2C8;
}

.navinner > ul {	
	border: 1px solid #EAD9BA;
	border-radius: 35px;
	margin: -8px;
}
.navinner > ul li {	
	padding: 5px 5px;
}
.navinner > ul li a {	
	background: #fff!important;
	color: #000!important;
	border: 2px solid #C9B48E!important;
	border-radius: 25px;
	padding: 3px 20px;
	font-family: 'open_sansbold';
	text-transform: uppercase;
}


.widget a {
color: #8d481f;	
}
.widget__rss .btn {
width: 192px;
height: 30px;
border-radius: 15px;
font: 14px/30px 'open_sanssemibold';
background: #60331b;
color: #fff;
}

/*was BDA375*/
.tour-box__head {
background: #60331b;
}
.tour-box__body p {
color: #000;
}	

/*was 60331*/
.tour-box .btn {
background: #60331b;	
}

.wrapper .news a {
color: #C37C57;		
}

.footer {
background: #BDA375;
}
.footer-copy {
background: #60331B;
}	

.soc_wh li a {
line-height: 38px;
color: #fff;
}
.soc_wh li a:hover {
line-height: 38px;
color:#000;
}

.soc_wh .soc__vk, .soc_wh .soc__facebook, .soc_wh .soc__twitter {
background: #bda375;
}
.soc_wh .soc__vk:hover, .soc_wh .soc__facebook:hover, .soc_wh .soc__twitter:hover {
background: #fff;
}

.soc_wh li a:hover {
line-height: 38px;
color: #bda375!important;
}
	
.footer-copy span {
font-family: 'Hagin_Caps_Medium';
font-size: 18px;
}

.tabs-menu li.active {
background: #60331b;
color: #fff;
}

.intro .info-panel .btn {
background: #60331b;
color: #fff;	
}
.info-panel__hint {
border-bottom: 1px solid #60331b;
}
.intro a {
color: #8d481f;
}
.sisea-results-list a {
color: #8d481f!important;
}


.path {
color: #8d481f;
}

.intro .table tr:nth-child(2n+1) td {
background: rgba(75,26,0, 0.04)
}	
	
.reviews .btn {
background: #60331b;	
}

.tour .btn {
background: #60331b;	
}

.popup__body .btn {
background: #60331b;	
}

#BroneForm .btn {
background: #60331b;	
}

.popup {
border: 0px solid #00ccff;
}
	
	
.pace .pace-progress {
background: #60331b;
}	


input[type="text"]:hover,
textarea:hover,
input[type="text"]:focus,
textarea:focus
select:focus,
select:hover {
	border-color: #60331b;
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(96, 51, 27, 0.6);
	outline: none;
}


.widget__list li a:hover {
color: #8d481f!important;	
}

.tour-box {
border: 1px solid #e2e2e2;
}
.tour-box__body {
background: #f7f7f7;
}
	
	
	
.mobile-navbox {
background: #8d481f;
color: #fff;
}	
.mobile-navbox:hover, .mobile-navbox:focus  {
background: #c05f25;
color: #fff;
}	


@media (max-width: 1199px) {
.nav-panel {
background: #8d481f;
}	
}	

.info-panel .table tr:nth-child(2n+1) td {
background: rgba(75,26,0, 0.04)
}

	
	
	
/*	NEW	*/	
	
@media screen and (max-width: 768px) {
    
.navinner > ul {
border: 1px solid #EAD9BA;
border-radius: 0;
margin: 0;
background: #FFF;
}
.navinner > ul li a {
background: #fff !important;
color: #000 !important;
border: 0!important;
border-radius: 0;
padding: 3px 0px;
font-family: 'open_sansbold';
text-transform: uppercase;
}
.navinner ul .active {
background: #60331b;
}
.navinner ul .active a {
border-top: 1px solid #e0e0e0;
border-left: 0px solid #fff;
background: #60331b!important;
color: #fff!important;
}

.nav-panel .navbox .active ul li a {
font-size: 11px!important;
font-weight: 300!important;
margin-left: 0;
border-bottom: 1px solid #60331b!important;
}
.nav-panel .navbox .active ul li:hover, .nav-panel .navbox .active ul li a:hover {
background: #60331b!important;
color: #fff!important;
}

	
}


	
	