body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #081f31;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	display: block !important;
}

html {
	-webkit-text-size-adjust: none;
}

body, html {
	min-height: 100%;
}

* {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-appearance:none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container,
.row {
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1200px;
	padding: 0 1em;
}

.row.container,
.container .container {
	padding: 0;
}

.centered {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.row {
	clear: both;
	zoom:1;
	display: block;
}

.row:before,
.row:after {
    display: table;
    content: " ";
	clear: both;
}

[class*="col-"] {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	text-align: left;
}

.col-md1  {width: 8.33333333%;}
.col-md2  {width: 16.66666666%;}
.col-md3  {width: 25%;}
.col-md4  {width: 33.33333333%;}
.col-md5  {width: 41.66666666%;}
.col-md6  {width: 50%;}
.col-md7  {width: 58.33333333%;}
.col-md8  {width: 66.66666666%;}
.col-md9  {width: 75%;}
.col-md10 {width: 83.33333333%;}
.col-md11 {width: 91.66666666%;}
.col-md12 {width: 100%;}

.visible-xs, .visible-sm {display: none;}
.visible-md {display: block;}

.clearfix {
	width: 100%;
	height: 1px;
	float: left;
}

#body-overlay,
#body-loading-overlay {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    height: 0;
    visibility: hidden;
}

body.overlay #body-overlay {
    opacity: 0.6;
    height: 100%;
    visibility: visible;
}

body.loading #body-loading-overlay {
    opacity: 0.6;
    visibility: visible;
    background: url(../images/hourglass.svg) #0b0b0b no-repeat center center;
	height: 100%;
}

#body-wrapper {
	min-height: 50em;
	min-height: 70vh;
}


img {
    display: block;
    max-width: 100%;
}

a {
	text-decoration: none;
	color: #3f3f3f;
	outline: none !important;
	cursor: pointer !important;
}

label {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a.button,
button.button,
input.button,
input[type=submit] {
	background: #081f31;
	padding: .8em 1.5em;
	text-align: center;
	height: auto;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	margin-top: 1em;
	font-size: 1em;
	letter-spacing: .05em;
}

input[type=submit] {
	font-weight: 600;
	font-size: 1.1em;
	padding: .8em 3em;
}

a.button.green,
input.button.green,
input[type=button].green,
input[type=submit].green,
button.green {
	background: #86ab38;
}

a.button.red,
input.button.red,
input[type=button].red,
input[type=submit].red,
button.green {
	background: #c0392c;
}



h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

h3 {
	margin: 0 0 1em 0;
}

p {
	font-size: 1em;
	line-height: 1.8em;
	margin: 0em 0 1.5em 0;
}


/****** HEADER *******/

#header {
	width: 100%;
}

#header .container {
	position: relative;
}

#header .logo img {

}

#header .top {
	width: 100%;
	height: 3.5em;
	padding: 0.8em 0;
	font-size: 0.8em;
	border-bottom: 1px solid #ddd;
}

#header .top-links,
#header .top-langs {
	float: right;
	margin-top: 5px;
	margin-left: 2em;
}

#header .top-links a,
#header .top-langs a {
	margin: 0 .5em;
	color: #474747;
	font-weight: 500;
}

#header .top-links a {
	font-size: 1.2em;
}

#header .top-langs a {
	font-weight: 400;
	font-size: 1.2em;
}

#header .top-links a:hover,
#header .top-langs a:hover,
#header .top-links a.active,
#header .top-langs a.active {
	color: #c0392c !important;
}

#header .top-social {
	float: right;
	margin-left: 2em;
	margin-top: .4em;
}

#header .top-social a {
	font-size: 1.4em;
	color: #bbb;
	margin-left: 0.3em;
}

#header .head .container {
	padding-top: 1.5em;
}


#header .reservation-button,
#header .reservation-button:before,
#header .reservation-button:after {
	position: absolute;
	right: 30px;
	top: 0;
	color: #fff;
	padding: .8em 1em;
	border: none;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

#header .reservation-button:before,
#header .reservation-button:after {
	background: #9b857a;
	padding: 0;
	z-index: -1;
    display: block;
    content: "\0020";
    color: transparent;
    top: 0;
    bottom: 0;
	width: 100%;
	right: -15px;
	-webkit-transform: skew(-25deg);
	-ms-transform: skew(-25deg);
	transform: skew(-25deg);
}

#header .reservation-button:hover {
	padding-top: 1em;
}

#header .reservation-button:after {
	right: auto;
	left: -15px;
	-webkit-transform: skew(25deg);
	-ms-transform: skew(25deg);
	transform: skew(25deg);
}

#header .reservation-button-mobile {
	display: inline-block;
	font-weight: 600;
	color: #fff;
	border-radius: 6px;
	text-transform: uppercase;
	background: #9b857a;
	padding: 1em;
	margin: 0;
}



section {
	padding: 4em 1em;
}

section.first {
	padding: 2em 1em;
}

section.gray {
	background: #f0f1f3;
}

section.dark {
	color: #fff;
}


h1.title:after,
section h1:after {
	content: '';
	display: block;
	margin: .5em 0 .5em 0;
	width: 40px;
	border-top: 2px solid #444;
}

section.dark h1:after {
	border-top: 2px solid #fff;
}

section.centered h1:after {
	margin: 1em auto 1em auto;
}

section p.heading {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: .5em 0 0 0;
}

section.centered {
	padding: 6em 1em;
}

section.centered p {
	font-weight: 300;
	padding: 0 5em;
	margin: 0;
}

[class*="col-"].right {
	padding: 0 0 0 2em;
}

.section-bg1 {
    background-image: url(/assets/images/section-bg1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8em 3em;
}



/**** MAP ****/

.map-cnt {
	width: 100%;
	padding: 0;
}

#gmap_canvas {
	width: 100%;
	height: 450px;
}

.gmnoprint,
.gm-style-cc {
	display:none;
}




/**** FOOTER ****/


#footer {
	width: 100%;
	background: #081f31;
	padding: 3em 0;
	color: #fff;
}


.footer-divider {
	height: 2px;
	width: 30%;
	margin: 0.3em 0;
}

#footer .footer-logo {
	float: left;
	clear: both;
}

#footer .copyright {
	clear: both;
	float: left;
	margin-top: 1em;
	display: block;
}

#footer ul,
#footer ul li {
	list-style: none;
}

#footer ul li a {
	color: #fff;
	font-weight: 600;
	font-size: 0.9em;
	padding: 0.4em 0;
	display: block;
}

#footer input[type="email"] {
	padding: 1.5em;
	font-size: 0.8em;
	margin-top: 0.5em;
	width: 100%;
	height: 4em;
}

#footer form span {
	font-size: 0.8em;
}

#footer .footer-links {
	width: 100%;
	height: 60px;
	background: #000;
}


/**** CONTACT ****/

.contact-address {
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.5em;
}

.contact-address {
	margin-top: 1em;
}


/**** FORM ****/

.txt-inp,
textarea {
	border: 1px solid #aaa;
	padding: 1em;
	font-size: 0.8em;
	width: 46%;
	float: left;
	margin: 0 1% 0.6em 0;
	color: #262626;
}

textarea {
	width: 93%;
	margin: 0 0 0.6em 0;
	height: 15em;
}

.txt-inp,
.txt-inp:focus,
.txt-inp:active {
	outline: 0;
}

.txt-inp:focus {
	border: 1px solid #9b8579;
}



.form label {
	width: 100%;
	font-weight: bold;
	display: inline-block;
	font-size: 1em;
	margin-bottom: .5em;
}

.form h4 {
	font-size: 1.2em;
	font-weight: 600;
	color: #aaa;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
	margin: .5em 0 1em 0;

}

.form .form-input,
.form .picker__input {
	border: 1px solid #aaa;
	padding: 1em;
	background: #fff;
	color: #262626;
	width: 100%;
	font-size: 1em;
	margin: 0 0 1.2em 0;
	border-radius: 0;
	text-align: left;
}

.form textarea.form-input {
	height: 4em;
}

.form [class*="col-"] {
	padding-right: 1em;
}

@media screen and (max-width: 720px) {

	.form [class*="col-"] {
		padding-right: 0 !important;
	}

}



.page-title {
	background: #081f31;
	text-align: center;
	color: #fff;
	padding: 3em 0 2em 0;
}

.page-title h1 {
	font-weight: 300;
}

.page-title h1:after {
	content: '';
	display: block;
	margin: .5em auto 0 auto;
	width: 40px;
	border-top: 2px solid #fff;
}



.list-col {
	padding: 0 1em;
}

.list-box {
	margin: 1em 0 1em 0;
	background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}

.list-box img {
	display: inline-block;
	width: 100%;
}

.list-box .info {
	padding: 2em;
}

.list-box .info img {
	width: auto;
}

.list-box span {
	font-size: .9em;
	font-weight: 700;
	display: inline-block;
	width: 100%;
	margin-bottom: .2em;
}

.list-box h4:after {
	content: '';
	display: block;
	margin: 1em 0 1em 0;
	width: 40px;
	border-top: 2px solid #444;
}

.list-box p {
	font-size: 1em;
	padding: .8em 0 .8em 0 !important;
	width: 100%;
	display: inline-block;
	text-align: left !important;
	margin: 0 !important;
}

.list-box .foot {
	border-top: 1px dotted #ccc;
	padding: 1em;
}

.list-box .foot .tag {
	background: #86ab38;
	color: #fff;
	font-weight: 600;
	padding: .5em;
	font-size: .9em;
	border-radius: 6px;
	width: auto;
}


.clear {
	width: 100%;
	display: inline-block;
	height: 2em;
}


table {
	width: 100%;
}

table td,
table th {
	background: #eee;
	padding: .7em;
	font-weight: 400;
	border: 3px solid #fff;
}

table th {
	color: #fff;
	background: #081f31;
}

.two-cols-right {
	padding-left: 2em;
}