/*global*/
html,
body {
	margin:0;
	padding:0; 
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: lato;
	line-height: 130%;
	color: #3e3947;
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #3e3947;
}
img,
object,
embed {
	max-width:100%;
}
video, img {
	vertical-align: middle;
}
img {
	height:auto;
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: heuristica, 'Times New Roman';
}
input,
textarea,
select {
	outline-style:none;
	resize: none;
	font-family: lato, arial;
}

div.section-sperator {
    background:  linear-gradient(to bottom, white 18px, #b6b5b5 19px, white 19px);
    color: #b6b5b5;
    height: 38px;
	text-align: center;
}
.section-sperator em {
    background: white;
    line-height: 38px;
    padding: 0 10px;
}
.section-sperator > div {
	background: white;
    color: #bbb;
    display: inline-block;
    float: left;
    line-height: 38px;
    margin-left: 50px;
    padding: 0 10px;
    text-transform: uppercase;
    width: 300px;
	text-align: left;
}

.section-sperator div + em {
    margin-right: 350px;
}
div.section-sperator i {
	font-style: normal;
	transform: rotate(45deg);
    margin: 0 4px;	
}
div.section-sperator  span {
    background: white;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	border-bottom: 5px solid;
    color: #e4a989;
    display: table;
    font-family: catamaran;
    font-size: 14px;
    letter-spacing: 2.4px;
    line-height: 0;
    margin-bottom: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/*-------------------
	Header
--------------------*/
header {
	height: 648px;
	/*background: url('../img/site/bg-top.jpg') top center no-repeat;*/
}
header.cities {
	height: 348px;
	background: url('../img/site/cities-bg.jpg') top center no-repeat;
}
header  .logo {
	display: inline-block;
	z-index:99;
	position: relative;
}
header .logo,
nav {
	margin-top: 25px;
}
.box-0 {
	background: url('../img/site/box-0-bg.png')  top center no-repeat;
	width: 231px;
	margin-top: 145px;
	color: white;
}
.box-0 p {
    margin-top: 260px;
    padding: 0 20px;
    text-align: center;
}
.box-0 .button {
    bottom: 0;
    left: 46px;
    padding: 0 17px;
    position: absolute;
}
/*-------------------
	Boxes
--------------------*/
div[class *="box"] {
	position: relative;
	overflow: hidden;
}
.box-0 {
	height: 397px;
}
.box-1 {
	width: 300px;
	height: 490px;

}
.box-2 {
	width: 220px;
	height: 457px;
	background: url('../img/site/box-2-bg.png') top center no-repeat;
	margin: 0 auto;
}
.box-3 {
	height: 442px;
}
.box-4 {
	height: 228px;	
}
.box-4a {
	height: 214px;
}
.box-5 {
	height: 480px;
}
.box-6 {
	height: 480px;
}
.box-7 {}
.box-8 {}
.box-9 {}
.box-10 {}
.box-11 {}
/*-------------------
	Welcome
--------------------*/
#welcome h1 {
	text-align: center;
	margin: 50px 0 40px;
	font-weight: normal;
	font-size: 32px;
} 
/*-------------------
	Offer
--------------------*/
#offer {
	margin-top: 40px;
	background: url('../img/site/offer-bg.jpg') no-repeat center 33px;
}
.box-1 a {
	display: block;
	color: #3f3947;
}
.box-1 div img + img {
	margin-top: -75px;
}
.box-1 a div + div {
    position: absolute;
    top: 0;
    width: 300px;
	opacity: 0;
}
.box-1 a:hover  div + div {
	opacity: 1;
}
.box-1 h2,
.box-2 h2 {
	font-family: heuristica,'Times New Roman';
	font-size: 28px;
	margin-left: 16px;
	/*margin-bottom: 25px;*/
}

.box-1 p {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	font-size: 15.8px
}
.box-1 .section-sperator {
    text-align: left;
	position: absolute;
	width: 100%;
	bottom: 14px;
}
.box-1 .section-sperator span {
	margin-left: 16px;
}

.box-1 .section-sperator span b {
	margin-left: 10px;
}
.box-2 a  {
	padding: 35px 25px; 
	display: block;
}
.box-2 div {
	height: 227px;
}
.box-2 div p {
	font-size: 24px;
}
.box-2 div p b {
	font-weight: 800;
	font-size: 30px;
}
.box-2 div p span {
	text-transform: uppercase;
	color: #e4a989;
	font-weight: 800;
}
.box-2 h2 {
	margin-left: 0;
	height: 140px;
}
.box-2 h2 span:nth-child(2),
.box-2 h2 span:nth-child(3) {
	border: medium none;
    color: inherit;
    font-family: heuristica;
	text-transform: none;
}
.box-2 h2 span:nth-child(2) {
    font-size: 27px;
    font-style: italic;
    font-weight: normal;
	display: inline;
}
.box-2 h2 span:nth-child(3) {
    font-size: 40px;
    line-height: 48%;
    margin-bottom: 20px;
    margin-top: 13px;
}
.box-2 h2 + span {
    border: 1px solid;
    border-radius: 30px;
    color: #b6b5b5;
    padding: 7px 13px 4px;
}
.box-2 a:hover h2 + span  {
	background: #e6aa8a;
	color: white;
	border: 1px solid #e6aa8a;
}
/*-------------------
	Experiences
--------------------*/
#experiences {
	height: 500px;
	margin-top: 100px;
	background: #3e364e /*url('../img/site/exp-bg.jpg') -50% center no-repeat*/;
	color: white;
	overflow: hidden;
}
#experiences div {
	float: left;
}
#experiences .pic {
	background: url('../img/site/exp-bg.jpg') right center no-repeat;
	height: 500px;
	width: 52.2%;
}
#experiences .desc {
    margin-left: calc(1.66% + 12px);
	margin-top: 55px;
    width: 450px;
}
#experiences .desc  h3 {
	font-family: heuristica,'Times New Roman';
	font-size: 60px;
	margin-bottom: 25px;
	line-height: 95%;
}
#experiences .desc  p {
	margin-bottom: 50px;
}
/*-------------------
	inspirations tips, hotles,
--------------------*/
#tips {
	margin-top: 90px;
}
.box-3 {
	background: url('../img/site/bg-inspirations.jpg') no-repeat top right;
}
.box-3 div {
	width: 350px;
}
.box-3 img + img {
   position: absolute;
   left: 300px;
   top: 0;
}
.box-3  a div + div {
	position: absolute;
    top: 0;
	opacity: 0;
}
.box-3  a:hover div + div {
	opacity: 1;
}
.box-3 div:nth-child(3) {
    margin-left: 350px;
    opacity: 1;
	width: 252px;
	padding: 42px 24px 30px;
}
.box-3 div:nth-child(3) p {
	margin: 30px 0;
}
.box-3 h4 {
	font-size: 28px;
	
}
.box-4 {
	background: url('../img/site/bg-tips.jpg') no-repeat top right;
}
.box-4 div {
	width: 305px;
}

.box-4 img + img {
	position: absolute;
    left: 252px;
    top: 0;
}
.box-4  a div + div {
	position: absolute;
    top: 0;
	opacity: 0;
}
.box-4  a:hover div + div {
	opacity: 1;
}
.box-4 div:nth-child(3) {
    margin-left: 305px;
    opacity: 1;
	width: 252px;
	padding: 42px 30px 30px;
}
.box-4 h4 {
	font-size: 28px;
	margin-bottom: 40px;
}
.box-4a {
	background: url('../img/site/bg-hotels.jpg') no-repeat top right;
}
.box-4a div {
	width: 305px;
	padding-top: 11px;
}
.box-4a img + img {
	position: absolute;
    left: 252px;
    top: 11px;
}
.box-4a  a div + div {
	position: absolute;
    top: 0;
	opacity: 0;
}
.box-4a  a:hover div + div {
	opacity: 1;
}
.box-4a div:nth-child(3) {
    margin-left: 305px;
    opacity: 1;
	width: 252px;
	padding: 42px 30px 30px;
}

.box-4a h4 {
	font-size: 28px;
	margin-bottom: 14px;
	line-height: 100%;
	
}

/*-------------------
	About
--------------------*/
#about {
	margin-top: 70px;
}
.box-5 {
	background: url('../img/site/whu-us-bg.jpg') no-repeat right bottom;
	padding: 40px 15px;
}
.box-5 h5 {
    font-size: 33px;
    margin-bottom: 50px;
}
.box-5 h5 b {
    display: block;
    line-height: 100%;
    margin-left: 214px;
    text-align: right;
    width: 228px;
}
.box-5 p {
	  margin-bottom: 50px;
	  padding: 0 150px 0 0;
}

.box-6 {
	padding: 40px 15px;
}
.box-6 h5 {
    font-size: 28px;
    margin-bottom: 30px;
}
.box-6 ul  {
	list-style: none;
}
.box-6 ul li:first-child {
	border-bottom: 1px solid #ebebeb;
}
.box-6 ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
	height: 144px;
}
.box-6 ul li img {
    float: left;
    margin: 26px 30px 40px 0;
}
.box-6 ul li p  {
	font-size: 14px;
}
.box-6 ul li p span {
	color: #e4a989;
}
.box-5 .button,
.box-6 .button {
    bottom: 20px;
    left: 20px;
    position: absolute;
}
/*-------------------
	Newsletter
--------------------*/
#newsletter {
	margin-top: 70px;
	background: url('../img/site/newsletter-bg.png');
}
#newsletter h6 {
	font-size: 28px;
	margin: 40px 0 70px;
}
#newsletter .send-form {
	margin-top: 48px;
}

#newsletter .button {
	background: white/* url('../img/site/envelope.png') 147px center no-repeat*/;
	color: #6d6c74;
	margin-left: 10px;
	box-shadow: 0 0 10px 10px white;
}
#newsletter .button img {
	margin-top: -4px;
    margin-left: 10px
}
/*-------------------
	Footer
--------------------*/
footer {
	background: #3e364e url('../img/site/footer-bg.jpg') bottom center no-repeat;
	min-height: 420px;
	border-top: 7px solid white;
	
}
footer .logo {
    display: inline-block;
    margin-top: 40px;
}
.box-8,
.box-9 {
	margin-top: 40px;
	padding-top: 6px;
}
.box-8 ul {
	margin-left: 30px;
}
.box-8 ul li {
	color: #e4a989;
}
.box-8 ul li a {
	color: white;
}
.box-9 ul {
	list-style: none;
	border-bottom: 1px solid #6a607d;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 80%;
}
.box-9 ul li {
	color: white;
	display: inline-block;
	
}
.box-9 ul + ul {
	border-bottom: none;
}
.box-9 ul + ul li {
	width: auto;
	margin-right: 7px;
	display: inline-block;
}

.box-9 .send-form input[type="text"],
.box-9 .send-form textarea {
	width: 100% !important;
}
.box-9 .send-form p {
	color: white;
}
/* ---- SUBS ---*/

/*-------------------
	Doc Header 
--------------------*/

.box-10 {
	position: relative;
	margin: 25px 0;
	background-image: url('../img/site/one-city-bg.png'),url('../img/site/one-city-bg2.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 482px 143px, 700px 535px;

}
.box-10 h1 {
    height: 130px;
    margin-left: 60px;
	margin-top: 40px;
	font-size: 32px;
	position: relative;
	width: 500px;
	line-height: 110%;
}
.box-10 h1 span {
    display: block;
	font-size: 24px;
	font-weight: 400;
}
.box-10  h1 span + span {
	background: #e4a989;
	height: 5px;
	width: 64px;
	display: block;
	position: absolute;
	top: 75px;
}
.box-10 div + div  {
	width: 700px;
	background: #3e364e;
	color: white;
	min-height: 450px;
	padding: 44px 60px;
	
}

.simple .box-10 {
	background-image: none;
	width: 100%;
}
.simple .cms {

}
.simple h1 {
    height: auto;
    margin-left: 60px;
    margin-top: 40px;
    font-size: 32px;
    line-height: 90%;
	width: 100%;
}
.simple h1 span {
	width: 90%;
	margin-top: 10px;
}
.simple h1 span + span {
	display: none;
}
.simple .box-10 h1 span + span {
    display: block;
    position: static;
}

#documentSlider {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 590px;
    height: 535px;
}
#documentSlider div {
    position: relative;
    width: 100%;
    height: 100%;
}
#documentSlider img {
    top: 0;
    left: 0;
    position: absolute;
    float: left;
	display: none;
}
#documentSlider img:nth-child(1) {
	display: block;
}
.box-10 div p {
	margin-bottom: 20px;
	width: 70%;
	font-size: 18px;
	line-height: 135%;
	font-weight: 300;
}

.box-10 div p:first-child {
    font-weight: 400;
}
.box-10 div .button {
	margin-top: 30px;
	display: inline-block;
}
.box-10 ul {
	width: 540px;
	height: 50px;
	margin-left: 20px;
	margin-top: 25px;
}
.box-10 ul li {
	display: block;
	float: left;
	width: 33%;
	text-align: center;
}
.box-10 ul li:first-child {
	text-align: left;
}
.box-10 ul li:last-child {
	text-align: right;
}
.box-10 ul li .button {
	border: none;
	padding: 0;
}
.box-10 ul li .button:hover {
	background: none;
}

.box-10 ul li .button b{
	border: 1px solid;
	border-radius: 30px;
	padding: 5px 12px 5px 13px;
	margin-right: 10px;
}

#art ul li a.button {
    height: 20px;
    line-height: 20px;
}

#art ul li a.button:hover {
	color: #e4a989;
}
#art ul li a.button:hover b {
	background: #e6aa8a;
	color: white;
	 border: 1px solid #e6aa8a;
}
#art .cms {
	margin-bottom: 40px;
	padding: 0 60px;
	font-size: 18px;
	line-height: 135%;
	font-weight: 300;
}
#art .cms p  {
	margin-bottom: 50px;
}
#art .cms img {
	border: 20px solid #f1f1f1;
}
/*
#art .cms p:last-child {
    clear: both;
    padding-top: 40px;
    text-align: center;
}*/
.box-10.bottom ul{
	margin: 0 auto; 
}

/*-------------------
	Animation
--------------------*/
div[class *="box"] a div + div,
#art ul li a.button b,
.box-1 a .section-sperator span,
.box-2 a h2 + span,
.button,
nav input:checked ~ ul  {
	transition: all .3s ease-in-out;
	} 

/*-------------------
	CMS
--------------------*/
.cms img.left {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}
.cms img.right {
	float: right;
	margin-left: 40px;
	margin-bottom: 30px;
}
.cms p.center {
    margin: 0 auto;
    text-align: center;
}
.cms p {
	text-align: left;
}
.cms h3 {
    font-family: lato;
    margin-bottom: 10px;
}

.cms iframe {
	float: right;
	margin: 0 0 40px 40px;
	border: 20px solid #f1f1f1;
	width: 550px;
	height: 500px;
}

/*==========================
	paging
============================*/
.paging {
	text-align: center;
}
.paging ul li {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 4px;
}
.paging ul li a {
    background: white;
    border: 1px solid #b6b5b5;
    color: #b6b5b5;
    display: table-cell;
	vertical-align: middle;
    height: 36px;
    width: 36px;
	border-radius: 33px;
	font-weight: 900;
	padding-top: 1px;
}
.paging ul li a b {
    font-size: 10px;
}
.paging ul li a.active {
    background: white;
    color: #e4a989;
	border: 1px solid #e4a989;
}
/*-------------------
	item-list
--------------------*/
#item-list {
	margin: 40px 0;
}
#item-list .box-1 {
	width: 380px;
	height: 540px;
	margin-bottom: 40px;
}
#item-list .box-1 h2 {
	height: auto;
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 110%;
}
#item-list .box-1 h2 span {
	margin-bottom: 28px;
}

#item-list .box-1 p {
	height: 109px;
}
#item-list .box-1 .section-sperator {
	position: absolute;
	width: 100%;
	bottom: 0;
}
#item-list .box-1 a div + div {
    background: white url("../img/site/bg-counter.gif") no-repeat center center;
    border-radius: 0 0 0 5px;
    height: 95px;
    opacity: 1;
    padding-top: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
	text-align: center;
	font-size: 40px;
	font-weight: 900;
}
#item-list .box-1 a div + div  span {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
	
}
.hidden {
	visibility: hidden;
}
.back-hotels {
	margin: 30px 0;
	text-align: center;
}
/*-------------------
	Tours
--------------------*/

#tours h1 {
    font-size: 32px;
    font-weight: normal;
    margin: 40px 0;
    text-align: center;
}
#tours .section-sperator div {
	background: white;
    color: #bbb;
    display: inline-block;
    float: left;
    line-height: 38px;
    margin-left: 50px;
    padding: 0 10px;
    text-align: left;
    text-transform: uppercase;
    width: 300px;
}
#tours .section-sperator div + em {
    margin-right: 350px;
}
/*-------------------
	One tour
--------------------*/

#one-tour {
	margin: 40px 0;
}
#one-tour .box-1 {
	height: 624px;
	width: 580px;
	margin: 0 auto 40px auto;
}

#slider {
    width: 100%;
    height: 648px;
    position: absolute;
    background-color: #262132;
    top: 0;
}

#slider .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*-------------------
	Contact
--------------------*/

#contact {
	margin: 50px 0;
}
#contact h2 {
	margin-bottom: 20px;
}
#contact .button {
	background: white;
	color: #6d6c74;
}
#contact .button img {
	margin-top: -4px;
	margin-left: 10px;
}
#contact .cms {
	margin-bottom: 30px;
}

.hide-this {
	display: none;
}

.box-12 {
	padding: 70px 0 120px;
	text-align: center;
}
.box-12 p {
	margin-top: 40px;
}