@font-face {
  font-family: 'font-header';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/roboto-light.woff) format('woff');
}
@font-face {
  font-family: 'font-body';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(/fonts/roboto-regular.woff) format('woff');
}
@font-face {
  font-family: 'font-menu';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(/fonts/roboto-regular.woff) format('woff');
}
@font-face {
  font-family: 'font-bold';
  font-style: bold;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/roboto-bold.woff) format('woff');
}
@font-face {
  font-family: 'font-bn-normal';
  font-style: normal;
  font-weight: 400;
  src: local('Amazing Grotesk Book'), url(/fonts/AmazingGroteskNormal.woff) format('woff');
}
@font-face {
  font-family: 'font-bn-header';
  font-style: bold;
  font-weight: 800;
  src: local('Amazing Grotesk Ultra'), url(/fonts/AmazingGroteskDemi.woff) format('woff');
}

html,
body {
    height: 100%;
	background-color: #f5f5f5;
	font-family: 'font-body', Arial, sans-serif;
	font-size: 16px;
}

h1, h2, h3, h4 {
	font:36px;
	font-family: 'font-header', Arial, sans-serif;
	color:#201F1F;
	padding: 24px 0 20px 0;
	text-align:center
}
h2.ny, h3.ny {
	padding: 4px 0 2px 0;
}
h2 {
	font-size: 32px;
}
h3, h2.ny {
	font-size: 28px;
}
h4, h3.ny {
	font-size: 24px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0;
}

.wrap > .container {
    padding: 70px 15px 20px 242px;
	margin-left: 0;
}

.navbar-brand {
	display: none;
}

@media (max-width: 767px) {
	.wrap > .container {
		padding: 0 0 20px 0;
		margin-left: 0;
		margin-top: 70px;
		margin-right: 0;
	}

	.navbar-header .navbar-toggle .icon-bar {
		background-color: #563d7c;
	}

	.navbar-brand {
		display: inline-block;
		padding: 5px 15px;
	}

	.navbar-brand img {
		max-height: 100%;
		width: auto;
	}

}

.main-content {
	-webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 15px rgba(0,0,0,0.1);
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
	padding: 0;
	margin-top: -20px;
	background-color: #ffffff;
	min-height: 100vh;
	padding-bottom: 120px;
	position: relative;
}

.container-text {
	padding: 30px;
}
.container-text-fullwidth {
	margin-right: -30px;
	margin-left: -30px;
}

@media (min-width: 768px) {
	.flexbox.flexwrap .row-equal-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.flexbox.flexwrap .row-equal-height .col-xs-12 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.flexbox.flexwrap .row-equal-height.row:before,
	.flexbox.flexwrap .row-equal-height.row:after {
		content: normal;
	}


}

.label-muted {
	background-color: #dddddd;
}

.navbar-korabl-top {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	background-color: #ffffff;
}
.navbar-korabl-top .container {
	margin-left: 0;
}
@media (min-width: 992px) {
	.navbar-korabl-top a {
		text-transform: uppercase;
	}
}
.navbar-korabl-top li.active,
.navbar-korabl-top li a:hover {
	background-color: transparent;
}


/* Menu Side */
.navbar-korabl-left {
    position: fixed;
    z-index: 1040;
    top: 0px;
    left: 7px;
    width: 230px;
    height: 100%;
    background: #ffffff;
	color: #59b7d1;
	font-size: 12px;
}

.navbar-korabl-left a.email,
.navbar-korabl-left a.email:hover,
.navbar-korabl-left a.email:visited {
	color: #59b7d1;
}

.navbar-korabl-left p {
	line-height: 1.2;
}

.navbar-korabl-left .head-logo {
	width: 205px;
	height: 59px;
	margin: 3px 0 10px 15px;
}

.navbar-korabl-left .phone {
	font-size: 18px;
}

.navbar-korabl-left .delimiter {
	width: 90%;
	border-bottom: 1px solid #d8eef5;
	margin: 0 auto;
	margin-bottom: 18px;
	margin-top: 8px;
}

.navbar-korabl-left ul.menu {
	padding-left: 15px;
	list-style-type: none;
	margin: 0;
}

.navbar-korabl-left ul.menu li {
	padding-left: 10px;
    font-family: 'font-menu';
    line-height: 1.5;
	margin-bottom: 2px;
	border-left:2px solid #ffffff;
}

.navbar-korabl-left ul.menu a:link,
.navbar-korabl-left ul.menu a:visited {
    color: #605F5F;
    text-decoration: none;
	font-size: 16px;
	padding: 0;
}

.navbar-korabl-left ul.menu a:hover {
	font-weight: bold;
	background-color: #ffffff;
}

.navbar-korabl-left ul.menu a.highlight {
	color: #d41e24;
}

.navbar-korabl-left ul.menu li.active {
    font-weight: bold;
    border-left: 2px solid #6ec2d9;
}

.footer {
    min-height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
	padding-bottom: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

footer {
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* Common */
.delimiter {
	width: 50%;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 40px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.bg-white-opacity-80 {
	background-color: rgba(255, 255, 255, 0.8);
}
.bg-white-opacity-90 {
	background-color: rgba(255, 255, 255, 0.9);
}
.bg-image-new-building {
	background: #89CEE1 url("/images/pics/winter-building2.02.jpg") no-repeat scroll center center;
    background-size: cover;
}

.bg-image-beach {
	background: #89CEE1 url("/images/pics/02-01.jpg") no-repeat scroll center center;
    background-size: cover;
	height: 570px;
	padding: 0 15px;
	position: relative;
}
.bg-image-beach .row {
	position: absolute;
	bottom: 5px;
	width: 100%;
}


/* Slick tweaks*/

.slick-prev, .slick-next {
	width: 50px;
	height: 50px;
	top: 70%;
}

.slick-prev::before, .slick-next::before {
	font-size: 50px;
}

.slick-prev {
    left: 25px;
	z-index: 10;
}

.slick-next {
    right: 25px;
}


.slick-caption {
	position: absolute;
	top: 20px;
}
.slick-caption.slick-caption-right {
	right: 30px;
}
.slick-caption.slick-caption-left {
	left: 30px;
}
.slick-caption.slick-caption-right .description {
	text-align: right;
}
.bg-translucent {

}
.slick-caption .title {
	font-family: 'font-bn-header', serif;
	font-size: 32px;
	color: #0654b9;
	margin: 0;
	padding: 0 0 0 0;
}
.slick-caption .description {
	margin: 0 0 0 0;
	padding: 0;
}
.slick-caption .description span {
	font-family: 'font-bn-normal', serif;
	font-size: 20px;
	color: #2674d9;
	margin: 0;
}
.slick-caption-dark .title,
.slick-caption-dark .description {
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.slick-carousel-nav div {
	padding: 6px;
	cursor: pointer;
}
.slick-carousel-nav .slick-center {
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.slick-lightbox-caption {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 10px 30px;
	width: 100%;
	z-index: 10000;
	background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 500px) {
	.slick-lightbox-caption {
		display: none;
	}
}
@media (max-width: 767px) {
	.wrap > .container {
		padding: 0 0 20px 0;
		margin-left: 0;
		margin-top: 70px;
		margin-right: 0;
	}

	.navbar-header .navbar-toggle .icon-bar {
		background-color: #563d7c;
	}

	.navbar-brand {
		display: inline-block;
		padding: 5px 15px;
	}

	.navbar-brand img {
		max-height: 100%;
		width: auto;
	}

	.slick-prev, .slick-next {
		top: -100px;
	}
	.slick-dots {
		display: none !important;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

/* Rooms */
.comfort-intro .image-container {
	position: relative;
	margin-bottom: 30px;
}
.button-gallery {
	position: absolute;
	opacity: 0.9;
	overflow: auto;
	margin: auto;
	top: 30%; left: 0; right: 0; bottom: 0;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	text-shadow:
	-1px -1px 5px #000000,
    1px -1px 5px #000000,
    -1px 1px 5px #000000,
    1px 1px 5px #000000;
	text-align: center;
}
.comfort-intro .image-container:hover .button-gallery {
	color: #59b7d1;
}

/* Prices */
.table.price-list thead tr {
	background-color: #89CEE1;
}

.table.price-list th {
	border-bottom: none;
	border-top: none;
	padding-left: 20px;
	padding-top: 20px;
}

.table.price-list td {
	border-top: none;
	border-bottom: 1px solid #89CEE1;
	vertical-align: bottom;
}

.num-guests {
	display: inline-block;
	width: 80px;
	text-align: left;
}

.num-guests .fa-child {
	color: #89CEE1;
}

.price-weekend {
	color: #d41e24;
}
.price-workday {
	color: #337ab7;
}

.comfort-intro {
	padding-top: 10px;
	border-radius: 6px;
}
.comfort-intro:hover {
	background-color: #f6f6f6;
}

/* Booking */
#cartList .fa-close {
	cursor: pointer;
}
#cartList .fa-close:hover {
	color: #d41e24;
}
@media (max-width: 767px) {
	.modal-footer button {
		display: block;
		float: none;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 10px !important;
	}
}

/* Address */
#ymap {
	height: 700px;
}

/* Counters */
#ratingBooking,
#ratingTripAdvisor {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#ratingBooking {
	width: 140px;
	padding-left: 8px;
}
#ratingTripAdvisor {
	width: 136px;
}

/* Gallery */
.gallery-effect {
	transition: all .3s ease-in-out;
}
.gallery-effect:hover {
    transform: scale(1.1);
	box-shadow: 0px 0px 10px #333333;
}

/* Band */
.container-band {
	position: relative;
}
.container-band .band {
	position: absolute;
	bottom: 16px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 50px;
	background-color: rgba(255, 255, 255, 0.9);
	font-size: 32px;
	color: #201f1f;
	font-family: 'font-header', Arial, sans-serif;
}
@media (max-width: 767px) {
	.container-band .band {
		font-size: 16px;
		padding: 10px 20px;
		bottom: 8px;
	}
}

@media (min-width: 992px) {
	.sidebar-booking {
		width: 190px;
	}
}