body {
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
.navbar-brand {
	font-family: 'Merriweather', serif;
}

p {
	font-size: 16px;
	color: #606060;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.5px;
	margin: 20px 0 0 0;
}

p a {
	color: #000;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 0 #1172c9, inset 0 -2px 0 0 #1172c9;
}

p a:hover {
	text-decoration: none;
	color: #1172c9;
	transition: all 0.5s ease;
}

.navbar-brand {
	font-weight: 800;
	color: #1172c9 !important;
}

.nav-link {
	font-weight: 400;
}

.nav-link:hover {
	color: #000;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 0 #1172c9, inset 0 -3px 0 0 #1172c9;
	transition: all 0.5s ease;
}

.nav-link.current {
	color: #000;
	text-decoration: none;
	box-shadow: inset 0 -1px 0 0 #1172c9, inset 0 -3px 0 0 #1172c9;
	transition: all 0.5s ease;
}

.next-area {
	color: #eee;
	font-size: 40px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-top: 60px;
}

.about-side {
	border-radius: 3px;
	border: 1px solid #eee;
	font-weight: 600;
	padding: 52px 70px;
	background: #dee2e6;
}

ul.staggered {
	margin-bottom: 0;
	columns: 1;
}

ul.staggered li {
	list-style-type: none;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.4;
	color: #606060;
}

header {
	padding: 156px 0 156px;
}

.hero {
	padding-bottom: 25px;
}

section {
	padding: 156px 0;
	margin-bottom: 0;
}

section.alt {
	background: #dee2e6;
}

.bg-primary {
	background: #004798 !important;
	color: #eee !important;
}

.bg-primary p {
	color: #eee;
}

.btn.cta {
	background: transparent;
	border: 1px solid #eee;
	border-radius: 50px;
	margin-top: 47px;
	margin-bottom: 20px;
	font-size: 20px;
	padding: 14px 20px;
	text-shadow: none;
	color: #eee;
	box-shadow: none;
}

.btn {
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	color: #fff;
	background: #004798;
}

.btn:hover {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

/*-------- 3.1 Other pages --------*/
main#general_page {
	background-color: #fff;
}

#map_contact {
	width: 100%;
	height: 500px;
}

.box_style_2 {
	background-color: #fff;
	padding: 20px 35px 35px 35px;
	position: relative;
	border-radius: 2px;
}

.box_style_2 hr {
	margin: 10px -25px 20px -25px;
	border: 0;
	border-top: 2px solid #eee;
}

.box_style_2 .directions {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee
}

.box_style_2 i {
	font-size: 16px;
}

ul.contacts_info {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}

ul.contacts_info li {
	margin-bottom: 15px;
}

ul.contacts_info li:last-child {
	margin-bottom: 0;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

input.form-control,
select.form-control,
textarea.form-control {
	background: none;
	background-color: #fff;
	border: none;
	border-bottom: 2px solid #e8ebed;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #999;
	height: 44px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
	padding: 6px 12px 6px 0;
}

input.form-control {
	padding-left: 20px;
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
	border-color: #777;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input.form-control#check_in,
input.form-control#check_out {
	background: #fff url(../img/calendar.svg) no-repeat right center;
}

.radio_input {
	margin-top: 10px;
}

.radio_input label {
	padding-left: 0;
	margin-right: 15px;
	color: #999;
}


#map {
	width: 100%;
	height: 600px;
}



/* CSS3 transitions */

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {

	/* Firefox */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {

	/* Safari and Chrome */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {

	/* Opera */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}