/* =================== base ================ */

@font-face {
    font-family: 'balticacregular';
    src: url('../fonts/ufonts.com_baltica-cyrillic-webfont.eot');
    src: url('../fonts/ufonts.com_baltica-cyrillic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ufonts.com_baltica-cyrillic-webfont.woff2') format('woff2'),
         url('../fonts/ufonts.com_baltica-cyrillic-webfont.woff') format('woff'),
         url('../fonts/ufonts.com_baltica-cyrillic-webfont.ttf') format('truetype'),
         url('../fonts/ufonts.com_baltica-cyrillic-webfont.svg#balticacregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'marck_script';
    src: url('../fonts/marckscript-regular-webfont.eot');
    src: url('../fonts/marckscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/marckscript-regular-webfont.woff2') format('woff2'),
         url('../fonts/marckscript-regular-webfont.woff') format('woff'),
         url('../fonts/marckscript-regular-webfont.ttf') format('truetype'),
         url('../fonts/marckscript-regular-webfont.svg#marck_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'baltica_cyrillicbold';
    src: url('../fonts/baltbd-webfont.eot');
    src: url('../fonts/baltbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/baltbd-webfont.woff2') format('woff2'),
         url('../fonts/baltbd-webfont.woff') format('woff'),
         url('../fonts/baltbd-webfont.ttf') format('truetype'),
         url('../fonts/baltbd-webfont.svg#baltica_cyrillicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	color: #5b5b5b;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
a:focus,
input:focus,
button:focus {
	outline: none;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
p {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* =================== generic classes ================ */

/* custom tables */

.tbl {
	display: table;
	width: 100%;
}
.tbl__row {
	display: table-row;
}
.tbl__cell {
	display: table-cell;
	vertical-align: top;
}

.full,
.full body {
	height: 100%;
}
.full .main {
	min-height: 100%;
}
.logo {
	color: #fff;
	left: 50%;
	font-family: marck_script;
	position: absolute;
	text-align: center;
	z-index: 101;
}
.logo--home {
	margin: -120px 0 0 -259px;
	top: 40%;

}
.logo--inner {
	font-size: 23px;
	margin: -65px 0 0 -138px;
	top: 47%;
}
.logo-img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.logo--inner .logo-img {
	margin-bottom: 15px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1341px) {
  .container {
    width: 1320px;
  }
}
@media (min-width: 992px) {
	.main-content--pd {
		padding-left: 27%;
	}
}
.cf:after {
	content: "";
	display: table;
	clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.page-404 {
	background-image: url(../images/404.png);
	background-size: cover;
	height: 159px;
	margin: 0 auto;
	max-width: 404px;
}
.quote {
	position: relative;
}
.quote--full {
	display: block;
}
@media (min-width: 480px) {
	.quote--full {
	padding: 0 75px;
}
}
.quote:after,
.quote:before {
	color: #e8e8e8;
    font: italic bold 100px / normal arial;
    position: absolute;
}
.quote:after {
    bottom: -85px;
    content: "\201D";
    right: -69px;
}
.quote:before {
    content: "\201C";
    left: -87px;
    top: -52px;
}
.quote--full:after {
	right: 7px;
}
.quote--full:before {
	left: 0;
}
.date {
	color: #333;
	font-size: 13px;
	font-style: italic;
}
.cont-info {
	margin-bottom: 50px;
}
.cont-info--bordered {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 50px;
}
.room-link:before {
	content: "\f105";
	color: #66b3d7;
	font: 18px fontawesome;
	left: 40px;
    position: absolute;
}
.room-link:hover:before {
	color: #fff;
}
@media (max-width: 767px) {
	.TA_excellent,
	.TA_certificateOfExcellence {
		display: inline-block;
	    margin-top: 30px;
	    vertical-align: middle;
	}
}
.trip {
	margin-top: 59px;
}
.trip p {
	margin-top: 10px;
	font-weight: 200;
}
.price-table {
	width: 100%;
}
.price-table td {
	padding: 5px;
}

/* =================== grid ================ */
@media (max-width: 992px) {
	.row--tab {
		margin: 0;
	}
	.row--tab .col-sm-12 {
		float: none;
	}
	.row--tab .col-md-8.col-sm-12 {
		display: table-footer-group;
	}
	.row--tab .col-md-4.col-sm-12 {
		display: table-header-group;
	}
}

/* =================== typography ================ */


.txt + p {
	margin-top: 20px;
}
.slogen {
	color: #fff;
    font-family: marck_script;
    font-size: 63px;
    line-height: 505px;
    position: relative;
    text-align: center;
}
.slogen:after {
	background: url(../images/line.png) no-repeat center;
    content: "";
	display: block;
	height: 24px;
	position: absolute;
    bottom: 165px;
    width: 100%;
}
.cont-info p {
	color: #121212;
	font-size: 15px;
}

/* =================== buttons ================ */

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn.focus:active, 
.btn.active.focus {
	outline: none;
}
.navbar-toggle {
	margin: 0;	
}
.btn {
	background-color: #e6bd53;
	border-bottom: 1px solid #4a3d1b;
	border-radius: 0;
	font-size: 15px;
	padding: 8px 50px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.btn:hover {
	background-color: #E6D19A;
}
.btn i {
	margin-left: 15px;
}
.btn--reserv {
	border-radius: 4px;
	color: #161616;
	 font-family: "Open Sans", sans-serif;
	padding: 15px 30px;
	text-transform: uppercase;
    font-weight: bold;
}
.btn--more {
	margin-top: 30px;
}
.btn--contact {
	background-color: #203862;
	border: none;
	border-radius: 4px;
	color: #fefefe;
	font-size: 15px;
	margin-top: 20px;
}
.btn--contact:hover {
	background-color: #315DAA;
	color: #fefefe;
}
.btn--alto {
	background-color: #d9d9d9;
}
.btn--alto:hover {
	background-color: #E1E1E1;
}
.btn--room {
	text-transform: uppercase;
	display: block;
}
.btn--room:nth-child(2) {
	margin-top: 16px;
	
}
.room-btns--single .btn--room {
	margin: 0;
	display: inline-block;
}
@media (min-width: 480px) {
	.room-btns--single .btn--room {
		float: right;
	}
}
@media (min-width: 992px) {
	.btn--hide {
		opacity: 0;
		visibility: hidden;
	}
}
.filter {
	color: #4e4e4e;
	padding-left: 27px;
	padding-right: 27px;
}
@media (max-width: 767px) {
	.filter {
		width: 100%;
	}
}
.filter:hover,
.filter.active {
	background-color: #203862;
	color: #fff;
}

/* =================== icons ================ */

.icon-bar {
	background-color: #e6bd53;
}
.form__icon {
    bottom: 8px;
	color: rgba(255,255,255,.8);
	font-size: 21px;
	left: 17px;
	pointer-events: none;
	position: absolute;
}

/* =================== titles ================ */

.reservation-top h2,
.tabs-title {
	text-transform: uppercase;
}
.testimonials__title,
.advantages__title,
.secondary__title,
.inner-title {
	font-weight: bold;
	text-transform: uppercase;
}
.page-title {
	font-weight: bold;
}
.reservation-top h2 {
	color: #fefefe;
	font-size: 25px;
}
.main__title {
	color: #414141;
	font-size: 35px;
	/*font-family: balticacregular;*/
	margin-bottom: 60px;
	text-align: center;
}
.main__title--bordered {
	border-bottom: 1px solid #c5c5c5;
	box-shadow: 0 2px 0 0px #fff;
	max-width: 1000px;
	margin: 0 auto 55px;
	padding-bottom: 36px;
}
.main__title--show {
	margin-bottom: 20px;
	text-align: left;
}
.secondary__title {
	color: #203862;
	font-size: 17px;
	margin-bottom: 20px;
}
.testimonials__title {
	color: #333;
	font-size: 17px;
}
.advantages__title,
.page-title,
.tabs-title {
	font-family: 'baltica_cyrillicbold';
}
.page-title{
	font-family: inherit;
}
.advantages__title,
.tabs-title,
.inner-title {
	color: #2e2e2e;
}
.advantages__title {
    margin: 4px 0 23px;
    font-size: 24px;;
}
.mediaBl__body-header .advantages__title {
	margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.advantages__title {
		font-size: 18px;
	}
}
.page-title {
	color: #fefefe;
	display: inline-block;
	font-size: 35px;
	font-style: italic;
}
@media (min-width: 768px) {
	.page-title {
		float: left;
	}
}
.tabs-title {
	font-size: 24px;
	margin-bottom: 24px;
	padding-left: 83px;
}
.inner-title  {
	font-size: 25px;
	font-family: balticacregular;
	margin-bottom: 44px;
}

/* =================== forms ================ */

.form {
	font-family: balticacregular;
	text-align: left;
}
.form--contacts {
	overflow: hidden;
	padding-top: 30px;
}
@media screen and (min-width: 992px) {
	.form--contacts {
		float: right;
		padding: 0;
	}
}
.form__col--cont {
	margin-top: 19px;
}
@media screen and (min-width: 768px) {
	.form__col {
		float: left;
	}
	.form__col--cont {
		margin: 0 0 0 23px;
		text-align: right;
	}
}
@media screen and (min-width: 1200px) {
	.form--reserv {
		display: inline-block;
	}
}
.form--reserv .form__col {
	margin-right: 27px;
	position: relative;
}
.form--reserv .form__col:last-child {
	margin: 0;
	position: relative;
    top: 22px;
}
.form__name {
	color: #fff;
	margin-bottom: 11px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}
.form__fild  {
	background: none;
	border: 1px solid #dadada;
	display: block;
}
textarea.form__fild {
	background-image: none;
	height: 143px;
	resize: none;
}
@media screen and (min-width: 768px) {
	textarea.form__fild {
		width: 275px;
	}
}
@media screen and (min-width: 992px) {
	.form--contacts-lg textarea.form__fild {
		width: 297px;
	}
}
@media screen and (min-width: 1200px) {
	.form--contacts-lg textarea.form__fild {
		width: 365px;
	}
}
.form__fild--reserv,
.select__holder {
	border: 1px solid #fff;
	border-radius: 3px;
	background: none;
	color: #fff;
	font-size: 16px;
	padding: 9px 13px 5px;
}
@media screen and (min-width: 768px) {
	.form__fild--reserv {
		width: 149px;
	}
}
@media screen and (min-width: 992px) {
	.form__fild--reserv {
		width: 199px;
	}
}
@media screen and (min-width: 1200px) {
	.form__fild--reserv,
	.select__holder {
		width: 233px;
	}
}
.form__fild.js-datapiker {
	padding-left: 48px;
}
.form__fild--contact {
	color: #797979;
	background: #fff url(../images/contacts.png) no-repeat 97% 9px;
	font-size: 12px;
	margin-top: 19px;
	padding: 8px 32px 8px 12px;
	width: 295px;
}
@media screen and (min-width: 1200px) {
	.form--contacts-lg .form__fild--contact {
		width: 362px;
	}
}
@media screen and (min-width: 1340px) {
	.form--contacts-lg .form__fild--contact {
		width: 400px;
	}
}
.form__fild--contact:first-child {
	margin: 0;
}
.form__fild--contact:focus {
	border-color: #9cc8e2;
}
.email {
	background-position: 97% -47px;
}
.subject {
	background-position: 97% -100px;
}
.select {
	position: relative;
}
.select--reserve {
	float: left;
	width: 110px;
}
.select--reserve:first-child {
	margin-right: 27px;
}
.select__holder {
	cursor: default;
	position: relative;
	width: 100% !important;
}
.select__holder:after {
	color: rgba(255, 255, 255, 0.8);
	content: "\f107";
	font-family: fontawesome;
	font-size: 25px;
    position: absolute;
    right: 15px;
    top: 1px;
    font-style: normal;
}
.select__options {
	background-color: #fff;
	border: 1px solid #66B3D7;
    border-top: none;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.select__options-item {
	cursor: pointer;
    padding: 5px 13px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.select__options-item:hover {
	background-color: #ddfefe;
}
.select select {
    display: none;
    
    border: 1px solid #fff;
    color: #fff;
    background: none;
    padding: 7px 4px;
    width: 100%;
}


/* ===================== sliders ================== */

.slider {
	background: url("/uploads/main_slider/ebadd345c58c24cd28820f03c99ebd48.jpg");
	position: relative;
}
.tp-banner {
	display: none;
	min-height: 500px;
	max-height: 510px;
	overflow: hidden;
}
.tp-bullets {
	opacity: 1 !important;
}
.tp-bullets.preview2 {
	height: auto !important;
}
.tp-bullets.preview2 .bullet {
	background: none !important;
}
.tp-bullets.preview2 .bullet,
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
	border: 1px solid #e7e7e7 !important;
	height: 15px !important;
	margin-right: 11px !important;
	width: 15px !important;
}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
	background-color: #e6bd53 !important;
	border-color: #e6bd53 !important;
}
.tparrows.preview2 {
	background-color: #e6bd53;
	border-radius: 5px;
	height: 65px !important;
	opacity: .8 !important;
	width: 65px !important;
}
.tparrows.preview2:hover {
	background-color: #e6bd53;
	opacity: 1 !important;
}
.tparrows.preview2:after {
    color: #242427;
	font-family: fontawesome;
	font-size: 58px;
	margin: 0;
	top: -9px;
}
.tp-rightarrow.preview2:after {
    content: "\f105";
    right: 20px;
}
.tp-leftarrow.preview2:after {
    content: "\f104";
    left: 20px;
}

/* room slider */

.flexslider {
	border: none;
	margin: 0;
}
.flexslider--main {
	margin-bottom: 47px;
}
.flexslider .slides img {
	display: none;
}
.slid-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 992px) {
	.slid-img {
		height: 360px;
	}
}
@media screen and (min-width: 992px) {
	.slid-img {
		height: 525px;
	}
}
.flex-direction-nav a {
	background-color: rgba(0,0,0,0.5);
	color: transparent;
	height: 40px;
	text-shadow: none;
	width: 40px;
}
.flex-direction-nav a:before {
	color: #dcdcdc;
	display: block;
	font: 25px/40px fontawesome;
	text-align: center;
}
.flex-direction-nav .flex-next {
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav a.flex-next:before {
    content: "\f105";
}
.flex-direction-nav a.flex-prev:before {
    content: "\f104";
}
.slides--car {
	width: auto !important;
}
.slides--car li {
	cursor: pointer;
	float: left;
}
.slides--car li:nth-child(4n+1) {
	margin-left: 0;
}
@media screen and (max-width: 479px) {
	.slides--car li {
		margin: 0 0 8px 8px;
		width: 21% !important;
		width: -webkit-calc((100% - 24px) / 4) !important;
		width: calc((100% - 24px) / 4) !important;
	}
}
@media screen and (min-width: 480px) {
	.slides--car li {
		margin: 0 0 20px 20px;
		width: 21% !important;
		width: -webkit-calc((100% - 60px) / 4) !important;
		width: calc((100% - 60px) / 4) !important;
	}
}
@media screen and (min-width: 992px) {
	.slides--car li {
		width: 46% !important;
		width: -webkit-calc((100% - 20px) / 2) !important;
		width: calc((100% - 20px) / 2) !important;
	}
	.slides--car li:nth-child(odd) {
		margin-left: 0;
	}
}

/*-------------------------*/
@media screen and (max-width: 479px) {
	.slides--car .slid-img {
		height: 60px;
	}
}
@media screen and (min-width: 480px) {
	.slides--car .slid-img {
		height: 110px;
	}
}
@media screen and (min-width: 992px) {
	.slides--car .slid-img {
		height: 95px;
	}
}
@media screen and (min-width: 1200px) {
	.slides--car .slid-img {
		height: 145px;
	}
}
.flexslider--car .flex-direction-nav {
	display: none;
}


/* ========================== carousels ============================ */

.item--testimonials {
	padding-bottom: 25px;
	text-align: center;
}
.testimonials-img {
	border: 4px solid #e6bd53;
    border-radius: 50%;
    height: 135px;
    overflow: hidden;
    width: 135px;
}
.testimonial-cont {
	color: #7d7d7d;
	line-height: 24px;
	max-width: 900px;
	margin: 30px auto 0;
}
.owl-pagination {
	padding-top: 12px;
	text-align: center;
}
.owl-page {
	border: 1px solid #121212;
	border-radius: 50%;
	display: inline-block;
	height: 13px;
	margin-right: 5px;
	width: 13px;
}
.owl-page.active {
	background-color: #121212;
}
.owl-prev,
.owl-next {
	background-color: rgba(0,0,0,.5);
	height: 42px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	width: 42px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.owl-prev:after,
.owl-next:after {
	color: #fff;
	display: block;
	font: 25px/42px fontawesome;
	text-align: center;
}
.owl-prev:hover:after,
.owl-next:hover:after {
	color: #e6bd53;
}
.owl-prev {
	left: 0;
}
.owl-prev:after {
    content: "\f104";
}
.owl-next:after {
    content: "\f105";	
}
.owl-next {
	right: 0;
}

/* ========================== media object ============================ */

.media--car {
	display: inline-block;
	text-align: left;
}
.media-body {
	width: auto;
}
@media screen and (min-width: 480px) {
	.media-left-testimonials {
		padding-right: 34px;
	}
}

.mediaBl {
	overflow: hidden;
}
.mediaBl--bordered {
	background-color: #f3f4f4;
	border: 1px solid #dbdbdb;
	color: #121212;
	margin-top: 30px;
	padding: 9px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.mediaBl--full {
	padding: 7px 30px 30px;
}
.mediaBl--bordered:first-child {
	margin-top: 0;
}
.mediaBl--reg:hover {
	box-shadow: 4px 3px 8px rgba(102,179,215,.45);
}
.mediaBl--bordered:hover .btn--hide {
	opacity: 1;
	visibility: visible;
}
.mediaBl--bordered:hover .mediaBl__link {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.mediaBl__left {
		float: left;
	}
	.mediaBl__left--md {
		width: 240px;
	}
}
@media screen and (min-width: 1200px) {
	.mediaBl__left {
		width: 303px;
	}
}
.media__img{
	width: 100%;
}
.mediaBl--simple {
	background: none;
}
.mediaBl__heading {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 11px;
}
.mediaBl__heading--single {
	font-size: 25px;
}
.mediaBl__link:hover {
	color: inherit;
	text-decoration: underline;
}
.mediaBl__body--pad {
	padding-right: 24px;
}
@media screen and (min-width: 768px) {
	.mediaBl__body--pad {
		padding-left: 262px;
	}
	.mediaBl--simple .mediaBl__body--pad {
		padding-left: 334px;
	}
}
@media screen and (min-width: 1200px) {
	.mediaBl__body--pad {
		padding-left: 325px;
	}
}
.mediaBl__body-header,
.mediaBl__body-cont {
	position: relative;
}
.mediaBl__body-header {
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: 0 1px 0 #fff;
	padding: 16px 0 10px;
}
.mediaBl--simple .mediaBl__body-header {
	border: none;
}
.mediaBl__body-header--show {
	border: none;
	box-shadow: none;
}
.mediaBl__txt {
	color: #6c6c6c;
}
@media screen and (min-width: 768px) {
	.mediaBl__txt {
		float: left;
    	width: 60%;
	}
}
.mediaBl__txt--full {
	float: none;
	width: 100%;
}
.media__info {
	margin-top: 18px;
    width: 100%;
}
@media screen and (min-width: 480px) {
	.media__info {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
	}
}
.media__info--circle {
	margin-top: 0;
}
.media__info--single {
	padding-top: 40px;
	white-space: nowrap;
}
@media screen and (min-width: 480px) {
	.media__info--single {
		width: 75%;
	}
}
@media screen and (min-width: 768px) {
	.media__info--single{
		float: right;
		margin-right: -84px;
		padding: 0;
	    width: 48%;
	}
}
@media screen and (min-width: 1340px) {
	.media__info--single{
	    margin-right: -121px;
	}
}
.media__info__item {
	font-size: 15px;
	font-weight: lighter;
	padding: 4px 0 4px 16px;
	position: relative;
}
/* @media screen and (max-width: 1199px) {
	.media__info__item:nth-child(n+5) {
	    margin-left: 140px;
	}
}
@media screen and (min-width: 1200px) {
	.media__info__item:nth-child(n+5) {
	    margin-left: 185px;
	}
}
.media__info__item:nth-child(5) {
    margin-top: -118px;
} */
.media__info__item--hilight {
	color: #4796bb;
}
.media__info__item:before {
	content: "-";
	left: 0;
    position: absolute;
    top: 2px;
}
.media__info--circle .media__info__item:before {
    content: "\f111";
    font: 8px fontawesome;
    color: #3399cb;
    top: 10px;
}


/* ========================== modules ============================ */

/* room blocka */

.room-desc {
	color: #505050;
	font-weight: lighter;
}
.room-desc__name {
	font-weight: normal;
}
.price {
	color: #203862;
	font: bold 22px balticacregular;
	position: absolute;
	right: 0;
	top: 17px;
}
.room-btns {
	padding-top: 15px;
}
@media screen and (min-width: 480px) {
	.room-btns {
		bottom: 0;
		padding: ;
		position: absolute;
		right: 0;
	}
}
.room-btns--single {
	clear: both;
	overflow: hidden;
	padding-top: 45px;
	position: static;
}
.mediaBl__body-header--show .btn {
	position: ststic;
	float: right;
}
.soc {
	padding-top: 7px;
}
@media screen and (min-width: 480px) {
	.soc {
		float: left;
	}
}
.soc__item {
	display: inline-block;
}
.soc__item + li {
	margin-left: 9px;
}
.soc__link {
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 25px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.soc__link:hover {
	color: #fff;
	opacity: .7;
}
.soc__link--fb {
	background-color: #3b5997;
}
.soc__link--pint {
	background-color: #f40d07;
}
.soc__link--yout {
	background-color: #e44c41;
}
.soc__link--tw {
	background-color: #25a8de;
}
.soc__link--odno {
	background-color: #e78900;
}
.soc__link--google {
	background-color: #cd3436;
}

/* advantages blocks */

.advantages {
    border: 1px solid #ededed;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: 334px;
}
.advantages__img {
	display: block;
	width: 100%;
}
.advantages__body {
	font-size: 13px;
	padding: 20px 0 50px;
    text-align: center;
}
.advantages__list {
    text-align: left;
}
@media screen and (min-width: 1200px) {
    .advantages__list {
    	padding-left: 25px;	
    }
}
.advantages__list-item {
    font-size: 13px;
    font-weight: lighter;
    line-height: 18px;
    padding-left: 27px;
    position: relative;
}
.advantages__list-item + li {
    margin-top: 12px;
}
.advantages__list-item:before {
    color: #bab3a2;
    content: "\f111";
    font-family: fontawesome;
    font-size: 7px;
    left: 0;
    position: absolute;
}
.advantages__txt {
	color: #6e6e6e;
	line-height: 24px;
	margin-top: 22px;
}
.advantages__txt:first-of-type {
	margin: 0;
}
.advantages__link {
	bottom: 14px;
    position: absolute;
    right: 30px;
}
.about__link {
	bottom: -95px;
    position: absolute;
    right: 0px;
}

.about_cousine_link{
	bottom: -50px;
	position: absolute;
	right: 0px;
}

.advantages__link i {
	color: #66b3d7;
    margin-left: 10px;
}

/* breadcrumbs */
.breadcrumb {
	background: none;
	margin: 0;
}
@media screen and (min-width: 768px) {
	.breadcrumb {
		float: right;
	}
}
.breadcrumb__item {
	font-weight: 600;
	font-size: 14px;
}
.breadcrumb__item--active {
	color: #fff;
}
.breadcrumb__link {
	color: #a7a7a7;
}
.breadcrumb__link:hover {
	color: #fff;
}

/* =================== tabs ================ */

.tabs__header {
	border: 1px solid #ededed;
	margin-bottom: 50px;
	padding: 28px 0 14px;
}
.nav-tabs {
	border: none;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: none;
	border-radius: 0;
	margin: 0;
}
.nav-tabs__link,
.nav-tabs__item.active .nav-tabs__link,
.nav-tabs__link:hover,
.nav-tabs__link:focus,
.nav-tabs > li > a:hover {
	color: #121212 !important;
	font-size: 15px;
}
@media screen and (min-width: 480px) {
	.nav-tabs__item {
		margin: 0 0 0 4%;
		width: 30%;
		width: calc((100% - 8%) / 3);
	}
}
@media screen and (min-width: 992px) {
	.nav-tabs__item {
		margin: 0 0 0 10%;
		width: 26%;
		width: calc((100% - 20%) / 3);
	}
}
.nav-tabs__item:nth-child(3n+1) {
	margin: 0;
}
.nav-tabs__link {
	padding: 13px 0 14px 70px !important;
}
.nav-tabs__item:nth-child(-n+3) .nav-tabs__link:after {
	content: "";
	border-bottom: 1px solid #ededed;
	bottom: 0;
	left: 20px;
	position: absolute;
    width: 94%;
}
.nav-tabs__link:hover,
.active.nav-tabs__item .room-link:before {
	color: #fff;
}
.nav-tabs__link:hover,
.active.nav-tabs__item .nav-tabs__link {
	background-color: #66b3d7 !important;
}
.nav-tabs__link:hover:after,
.active.nav-tabs__item .nav-tabs__link:after {
	display: none;
}


/* =================== gallery ================ */

.controls {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.controls__item {
		display: inline-block;
	}
	.controls__item + li {
		margin-left: 25px;
	}
}
.mix {
	display: none;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%;
}
@media screen and (min-width: 480px) {
	.mix {
		width: 49%;
	}
}
@media screen and (min-width: 768px) {
	.mix {
		width: 32.9%;
	}
}
.mix a {
	display: block;
	position: relative;
}
.mix a:hover:after,
.mix a:hover:before {
	opacity: 1;
}
.mix a:after,
.mix a:before {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	opacity: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.mix a:before {
	background: url(../images/zoom.png) no-repeat center;
	z-index: 1;
}
.mix a:after {
	background: url(../images/bg.png) repeat 0 0;
}
.mix:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 480px) {
	.mix:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
	.mix:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}
.mix img {
	width: 100%;
}
.gallery {
	text-align: center;
}
.gallery-info {
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
	font-style: italic;
	margin: 36px 0 65px;
    padding-bottom: 40px;
	text-align: center;
}


/* =================== header ================ */
.header {
	font-family: balticacregular;
    padding: 24px 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.navbar {
	margin: 0;
}
.navbar-nav {
	margin: 0;
}
.navbar-collapse {
	padding-top: 4px;
}
.navbar-collapse.in {
	overflow-y: visible; 
}
.navbar-right {
	margin: 0;
}
.nav > li > a,
.nav > li > a:hover {
	color: #fff;
}
	
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	border-color: #99c540;
}
@media screen and (min-width: 1200px) {
	.nav__item + li {
		margin-left: 27px;
	}
}
@media screen and (min-width: 1341px) {
	.nav__item + li {
		margin-left: 40px;
	}
}
.nav__link {
	font-size: 16px;
	font-style: italic;
	position: relative;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
@media screen and (min-width: 1200px) {
	.nav__link {
		padding: 0 0 15px !important;
	}
	.nav__link:hover,
	.nav__link:focus,
	.nav__item--active .nav__link {
		border-bottom: 5px solid #e6bd53;
	}
}
.social {
	display: inline-block;
	border-right: 1px solid #958f8f;
	margin-right: 16px;
	padding-right: 23px;
}
.social-home {
	display: inline-block;

	margin-right: 16px;
	padding-right: 23px;
}
@media screen and (min-width: 768px) {
	.social {
	}
}
.social__item {
    margin-left: 12px !important;
}
.social__link {
	background-color: #d0ae43;
	height: 26px;
	padding: 5px 0 0 0 !important;
	text-align: center;
	width: 23px;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.social__link:hover {
	background-color: #E2BD47 !important;
}
.language {
	display: inline-block;
	vertical-align: top;
}
.language__holder {
	color: #fff;
	cursor: pointer;
	padding-bottom: 3px;
}
.language__holder:after {
    content: "\f107";
    font-size: 17px;
    font-family: fontawesome;
    position: relative;
    top: 2px;
    left: 7px;
}
.language-list {
	min-width: 115px;
	margin: 0;
}

/********************************** sections *******************************/

.section {
	position: relative;
}
.section--int {
	padding: 80px 0;
}


.section--int-small{
	padding: 40px 0;
}

.section--reserv {
    z-index: 100;
}
.section--reserv-top {
	margin-top: -76px;
}
.section__info {
	text-align: center;
}
.secion__init + .secion__init {
	border-top: 1px solid #e9e9e9;
	margin-top: 80px;
	padding-top: 75px;
}
.section--bg {
	border-bottom: 6px solid #e6bd53;
	background-image: url(../images/parallax.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 505px;
	position: static;
	width: 100%;
}
@media (min-width: 992px) {
	.section--bg {
		background-attachment: fixed;
		background-position: center -100px;
	}
}
.section--contacts {
	background-color: #f4f4f4;
}
.section--top {
	background: url(../images/bg.jpg) no-repeat center;
	background-size: cover;
	height: 312px;
}
.section--top__info {
	bottom: 0;
	padding-bottom: 15px;
	position: absolute;
	width: 100%;
}

/********************************** reservation *******************************/

.reservation-top {
	background-color: rgba(0,0,0,.8);
	padding: 25px 0;
	text-align: center;
}
.reservation {
	background-color: #203862;
	/*padding: 30px 0 35px;*/
	padding: 30px 0 20px;
	text-align: center;
}


/********************************** contact us *******************************/

.address {
	font-weight: lighter;
}
.address span {
	color: #3399cb;
}
.map {
    
    background-position: center;
    background-size: cover;
    height: 410px;
}

.social-bottom__item {
	display: inline-block;
}
.social-bottom__item + li {
	margin-left: 10px;
}
.social-bottom__link {
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 25px;
    line-height: 25px;
	opacity: 0.7;
	text-align: center;
	width: 25px;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.social-bottom__link:hover {
	color: #fff;
	opacity: 1;
}
.fb {
	background-color: #3b5997;
}
.pt {
	background-color: #f40d07;
}
.yt {
	background-color: #e44c41;
}

/* =================== spesial offers ================ */
.show-image {
	width: 100%;
}

/* =================== sidebar ================ */

.sidebar {
	display: none;
}
@media screen and (min-width: 992px) {
	.sidebar {
		display: block;
		float: left;
		width: 25%;
	}
}
.sidebar-nav {
	border: 1px solid #ededed;
}
.sidebar-nav__header {
	font: bold 29px  balticacregular;
	padding: 22px 0;
	text-transform: uppercase;
	text-align: center;
}
.sidebar-list__item {
	position: relative;
}
.sidebar-list__item:before {
	content: "";
	border-top: 1px solid #ededed;
	display: block;
	margin: 0 auto;
	width: 84%;
}
.sidebar-list__item:hover:before,
.sidebar-list__item:hover + li:before {
	border-color: transparent;
}
.sidebar-list__link {
	color: #121212;
	display: block;
	font-size: 15px;
	padding: 19px 0 19px 74px;
}
.sidebar-list__link:hover {
	background-color: #66b3d7;
}

/* =================== footer ================ */

.footer__cont {
    background-color: #232323;
    padding: 30px 0 40px;
}
.foot-info {
	margin-bottom: 33px;
}
.foot-info__item {
	float: left;
}
@media screen and (min-width: 768px) {
	.foot-info__item {
		border-left: 1px solid #000;
		box-shadow: inset 1px 0px 0px #5a5a5a;
		margin-left: 64px;
		padding-left: 51px;
	}
}
.foot-info__item:first-child {
	border: none;
	box-shadow: none;
	margin: 0;
	padding-left: 0; 
}
.foot-info__icon {
	float: left;
}
.foot-info__body {
	padding-left: 68px;
}
.foot-info__title,
.foot-info__list-item span {
	color: #8e8e8e;
}
.foot-info__title {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 7px;
}
.foot-info__cont,
.foot-info__title--last {
	color: #fffefe;
}
.foot-info__cont {
	font-size: 16px;
}
.foot-info__list-item {
	display: inline-block;
	margin-left: 50px;
}
.foot-info__list-item:first-child {
	margin: 0;
}
.foot-info__list-item--pay {
	margin-left: 22px;
}

.footer-bottom {
	color: #a6a6a6;
	font-family: balticacregular;
	font-style: italic;
}
.foot-menu {
	overflow: hidden;
}
@media screen and (min-width: 1200px) {
	.foot-menu {
		float: right;
	}
}
@media screen and (min-width: 768px) {
	.foot-menu__item {
		float: left;
	}
}
.foot-menu__item + li {
	margin-left: 17px;
}
.foot-menu__link {
	font-size: 13px;
}
.foot-menu__link:hover,
.developer:hover {
	color: #b3b3b3;
}

.lg-actions .lg-prev:after,
.lg-actions .lg-next:before, .lg-toolbar .lg-close:after {
   font-family: fontawesome;
}


.lg-actions .lg-prev:after {
         content: "\f104";
}
.lg-actions .lg-next:before {
     content: "\f105";
}
.lg-toolbar .lg-close:after {
    content: "\f00d";
}

.contact-text{
line-height:30px;
}

.call_for_reservation{
	color: #fff;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.curency-wrap {
	margin-bottom: 20px;
	text-align: right;
}
.curency {
	padding: 5px 10px;
	display: inline-block;
	background-color: #f3f4f4;
	border: 1px solid #dbdbdb;
	color: #121212;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}

.curency:hover {
	box-shadow: 4px 3px 8px rgba(102, 179, 215, .45);

}

.curency .language__holder {
	color: #000;
}

.curency .language-list__item {

}