/* General styling */
/*html {
	min-height: 100%;
	position: relative;
}
*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #030303;
	/*margin-bottom: 223px;*/
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}

h2 a,
h3 a,
h4 a {
	color: #000000;
	outline: 0 none;
}

a {
	color: #005baa;
	text-decoration: none;
	outline: 0 none;
}

a:hover, 
a:focus,
a.current,
a.section,
#ForgotPassword a,
h2 a:hover,
h3 a:hover,
h4 a:hover,
.footer-menu ul li a:hover,
.translations div a:hover,
.copyright p.mail a {
	color: #005baa;
	text-decoration: underline;
	outline: 0 none;
}

img {
	height: auto;
	max-width: 100%;
	width: auto;
}

form .field, 
form .control-group {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

input,
select,
textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 0 0 0 0;
	margin: 0;
	padding: 5px 10px;
	-webkit-transition: border-color 0.3s linear 0s, background-color 0.3s linear 0s;
	transition: border-color 0.3s linear 0s, background-color 0.3s linear 0s;
	width: 100%;
}

input,
select {
	height: 32px;
	line-height: 20px;
}

input:focus,
textarea:focus {
	border-color: #555555;
}

textarea {
	-webkit-resize: vertical;
	-moz-resize: vertical;
	resize: vertical;
	min-height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Actions input.action {
	width: auto;
	padding: 8px 20px;
	background-color: #222222;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 1px solid #222222;
	height: auto;
	font-weight: 700;
}

.Actions input.action:hover,
.Actions input.action:focus {
	background-color: #555555;
	border-color: #555555;
}

form input.checkbox {
	height: auto;
    margin-top: 1px;
    width: auto;
    margin-left: 0 !important;
    left: 0;
    top: 0;
}

.control-group .checkbox input.checkbox {
	margin-left: -20px !important;
}

.control-group#Url,
.control-group#Comment,
.form-group#Url,
.form-group#Comment {
	display: none;
	visibility: hidden;
}

.trans-col,
.breadcrumbs a {
	-webkit-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
}

.trans-bg {
	-webkit-transition: background-color 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}

.trans-op {
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}

.trans-all {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.visible-xxs {
	display: none !important;
}

#ForgotPassword {
	margin-bottom: 0;
	margin-top: 20px;
}

#ForgotPassword a:hover {
	text-decoration: underline;
}

.marg-bot-40 {
	margin-bottom: 40px !important;
}

.wrapper {}

	.header {
		width: 100%;
		z-index: 2000;
	}

	.home-page .header {
		position: absolute;
		-webkit-backface-visibility: hidden;
		top: 15px;
	}

	.main-navigation {
		border: 0 none;
		border-radius: 0;
		margin: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

		.navbar-brand {
			margin: 0;
			padding: 0;
			height: auto;
			/*height: 40px;
			line-height: 40px;
			font-size: 24px;
			font-weight: 700;
			color: #555555;*/
		}

			.navbar-brand > img {
				width: 200px;
				height: 40px;
			}

		.navbar-toggle {
			background-color: #FFFFFF;
			border-color: #000000;
		}

			.navbar-toggle .icon-bar {
				background-color: #000000;
			}

			.main-navigation .nav > li > a {
				font-size: 15px;
				font-weight: 700;
				color: #24252a;
				padding: 10px 0;
				font-family: "Montserrat",sans-serif;
			}

			.main-navigation .nav > li > a:hover,
			.main-navigation .nav > li > a:focus,
			.main-navigation .nav > li > a.current,
			.main-navigation .nav > li > a.section {
				background-color: transparent;
				color: #191f26;
				text-decoration: underline;
			}

		.translations-wrap {
			background-image: url("../assets/earth.svg");
			background-position: 1.2em center;
			background-repeat: no-repeat;
			border: 2px solid rgba(0, 0, 0, 0.7);
			border-radius: 30px;
			float: right;
			height: 40px;
			line-height: 15px;
			margin: 0 0 0 5em;
			padding: 10px 1.5em 10px 3em;
		}

		.translations {
			list-style: outside none none;
			padding: 0;
			margin: 0;
			overflow: hidden;
			height: 20px;
			float: left;
			-webkit-transition: height 0.5s ease-in-out 0s;
			        transition: height 0.5s ease-in-out 0s;
		}

		.translations-wrap:hover, .translations-wrap:focus {
			cursor: pointer;
		}

		.translations-wrap:hover .translations,
		.translations-wrap:focus .translations {
			height: 75px;
		}

			.translations li {
				display: block;
				margin-bottom: 5px;
			}

			.translations li.en {
				margin-top: 20px;
			}

			.translations a {
				color: #24252a;
				font-size: 13px;
				font-weight: 700;
			}

			.translations a:hover {
				text-decoration: underline;
			}

	.main-slider,
	.hero-image {
		position: relative;
		overflow: hidden;
		display: block;
	}

		.main-slider .cover,
		.hero-image .cover {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.1);
			z-index: 10;
		}

		.hero-image .hero {
			background-attachment: fixed;
			background-position: center bottom;
			background-repeat: no-repeat;
			background-size: cover;
			display: block;
			float: left;
			height: 100vh;
			position: relative;
			width: 100%;
		}

			/*.hero-image img {
				width: 100%;
				height: auto;
			}*/

			.main-slider .flexslider .slides .caption,
			.hero-image .caption {
				position: absolute;
				left: 0;
				right: 0;
				top: 10%;
				margin-top: 95px;
				color: #FFFFFF;
				text-align: center;
			}

			.hero-image .caption.caption-bottom {

			}

			.section-header {
				margin-bottom: 3em;
			}

				.main-slider .flexslider .slides .caption h2,
				.hero-title,
				.section-title {
					color: #24252a;
					font-size: 4em;
					font-weight: 700;
					letter-spacing: -2px;
					line-height: 1;
					margin: 0;
					font-family: 'Montserrat', sans-serif;
				}

				.hero-title {
					font-size: 6em;
					letter-spacing: -4px;
				}

				.page-section-three .section-title {
					margin: 0 0 0.5em;
				}

				.main-slider .flexslider .slides .caption p,
				.hero-desc,
				.section-desc {
					color: #24252a;
					font-size: 1em;
					font-weight: 700;
					margin: 0;
				}

					.hero-image .caption p.left {
						display: inline-block;
						margin: 0 10px;
					}

					.hero-image .caption p.left a {
						background-color: #ffffff;
						text-align: center;
						font-weight: 700;
						display: inline-block;
						color: #000000;
						font-size: 16px;
						height: 54px;
						line-height: 54px;
						padding: 0 18px;
						text-shadow: 0 0 0;
						border-radius: 2px;
						width: 270px;
						-webkit-transition: all 0.3s ease-in-out 0s;
						transition: all 0.3s ease-in-out 0s;
					}

					.hero-image .caption .left.second a {
						background-color: #004b8c;
						color: #FFFFFF;
					}

					.hero-image .caption p.left a:hover,
					.hero-image .caption p.left a:focus {
						color: #FFFFFF;
						background-color: #191f26;
					}

					.hero-image .caption hr {
						border-color: #FFFFFF -moz-use-text-color -moz-use-text-color;
						border-width: 3px 0 0;
						width: 100px;
						display: inline-block;
					}

				.main-slider .flexslider .slides .caption .btn-learnmore,
				.hero-image .caption .btn-learnmore {
					border-color: #ffffff;
				    border-width: 2px;
				    color: #ffffff;
				    font-size: 15px;
				    font-weight: 700;
				    padding: 9px 27px;
				    text-transform: uppercase;
				    margin-top: 20px;
				}

				.main-slider .flexslider .slides .caption .btn-learnmore:hover,
				.main-slider .flexslider .slides .caption .btn-learnmore:focus {
					background-color: #004B8C;
					border-color: #004B8C;
				}

		.reservation-form {
			background-color: rgba(202, 223, 240, 0.3);
			border-radius: 10px;
			display: inline-block;
			margin-top: 4em;
			padding: 2em 4em;
		}

			.reservation-form .form-group {
				display: block;
				float: left;
				margin: 0 0.5em;
			}

			.reservation-form label {
				color: #24252a;
				font-size: 14px;
				margin-bottom: 0;
				margin-right: 10px;
			}

			.reservation-form input,
			.reservation-form select {
				background-position: 1.5em center;
			    background-repeat: no-repeat;
			    border: 0 none;
			    border-radius: 30px;
			    color: #d3d3d3;
			    font-size: 14px;
			    font-weight: 700;
			    height: 44px;
			    margin: 0;
			    padding: 0.5em 2em 0.5em 3em;
			    width: auto;
			}

			.reservation-form input {}
			.reservation-form select {
				-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   outline: none;
			}
			.reservation-form .location,
			.card-desc .location {
				background-image: url("../assets/location.svg");
			}
			.reservation-form .date {
				background-image: url("../assets/calendar.svg");
				width: 150px;
			}
			.reservation-form .persons {
				background-image: url("../assets/users.svg");
			}

			.reservation-form .go {
				border: 0 none;
				border-radius: 30px;
				background-color: #005BAA;
				text-align: center;
				color: #ffffff;
				float: left;
				font-size: 14px;
				height: 44px;
				padding: 0.5em 2em 0.5em;
				width: auto;
				margin-left: 1em;
				font-weight: 700;
				text-transform: uppercase;
				-webkit-transition: background-color 0.3s ease-in-out 0s;
				        transition: background-color 0.3s ease-in-out 0s;
			}

			.reservation-form .go:hover, .reservation-form .go:focus {
				background-color: #004D8C;
			}

			.reservation-form .help-block {
				color: #24252a;
				font-size: 13px;
				font-weight: 700;
				margin-bottom: 0;
				margin-top: 2em;
			}

			.reservation-form .help-block strong {
				color: #ED1C24;
				text-transform: uppercase;
			}
			

	.card-desc .location,
	.card-desc .telephone,
	.card-desc .fax,
	.card-desc .email {
		background-size: 1.5em auto;
		padding-left: 2.5em;
		background-repeat: no-repeat;
		background-position: left;
		margin-bottom: 1em;
	}

	.card-desc .telephone {
		background-image: url("../assets/phone.svg");
	}

	.card-desc .fax {
		background-image: url("../assets/printer.svg");
	}

	.card-desc .email {
		background-image: url("../assets/envelop.svg");
		margin-bottom: 0;
	}

	.single-news {
		max-width: 600px;
		line-height: 1.6;
	}

	.single-news p:last-of-type {
		margin-bottom: 0;
	}
	
	.middle {}

		.page-section {
			display: block;
			float: left;
			width: 100%;
			padding-top: 6em;
			padding-bottom: 6em;
		}

			.page-section .container {
				width: 1000px;
			}

			.box-item {
				position: relative;
				display: block;
				float: left;
				width: 100%;
				text-align: center;
			}
				.pos-abs{
					position: absolute;
				}
				.pos-abs.pos-center{
					top: 50%;
					-webkit-transform: translate(0px,-50%);
					    -ms-transform: translate(0px,-50%);
					        transform: translate(0px,-50%);
					left: 0;
					right: 0;
				}
				.pos-abs.pos-topleft{
					top: 0;
					left: 0;
					display: inline-block;
				}
				.pos-abs.pos-topright{
					top: 1em;
					right: 1em;
					display: inline-block;
				}

				.ribbon {
				  	height: 100px;
				    left: -6px;
				    overflow: hidden;
				    position: absolute;
				    text-align: right;
				    top: -7px;
				    width: 100px;
				    z-index: 1;
				}
				.ribbon span {
					background-color: #ed1c24;
					color: #ffffff;
					display: block;
					font-size: 12px;
					font-weight: bold;
					left: -25px;
					line-height: 23px;
					position: absolute;
					text-align: center;
					text-transform: uppercase;
					top: 24px;
					-webkit-transform: rotate(-45deg);
					    -ms-transform: rotate(-45deg);
					        transform: rotate(-45deg);
					width: 120px;
				}
				.ribbon span:before {
					border-color: #e01d23 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e01d23;
					border-style: solid;
					border-width: 4px;
					content: "";
					left: 0;
					position: absolute;
					top: 100%;
					z-index: -1;
				}
				.ribbon span:after {
					border-color: #e01d23 #e01d23 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
					border-style: solid;
					border-width: 4px;
					content: "";
					position: absolute;
					right: 0;
					top: 100%;
					z-index: -1;
				}

				.box-item img{
					border-radius: 15px;
					box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
					height: 223.5px;
					width: 100%;
			        -webkit-backface-visibility: hidden;
			        -webkit-transform: translateX(0);
					opacity: 1;
					filter: alpha(opacity=100);
					-webkit-transition: box-shadow 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
					        transition: box-shadow 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
				}
				.box-item:hover img, .box-item:focus img {
					box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
					opacity: 0.9;
					filter: alpha(opacity=90);
					cursor: pointer;
				}

				.box-item:hover, .box-item:focus {
					cursor: pointer;
				}

				.box-item.big img {
					height: auto;
				}
				.box-item .overlay{
					top: 0;
					bottom: 0;
					right: 0;
					left: 0;
					background-color: rgba(0,0,0,0.3);
					border-radius: 15px;
				}
				.box-item .price{
					background-color: #fff200;
					border-radius: 5px;
					color: #24252a;
					font-size: 12px;
					display: inline-block;
					font-weight: 700;
					margin: 0;
					padding: 0.3em 1em;
					text-align: center;
				}
				.box-item .city{
					margin: .5em 0;
					line-height: 1;
				}
				.fs-3_75 {
					font-size: 3.75em;
				}
				.fs-2_5 {
					font-size: 2.5em;
				}
				.fs-3_75 > .price {
					font-size: 25%;
					padding-bottom: 0.4em;
				}
				.fs-3_75 > .city,
				.fs-2_5 > .city {
					font-size: 1em;
					margin-top: 0.125em;
				}
				.box-item .country{
					line-height: 1;
					font-size: 1em;
					text-transform: uppercase;
					font-weight: 700;
					margin-bottom: 0;
					font-family: 'Montserrat', sans-serif;
				}

				.box-item .city,
				.box-item .country {
					color: #ffffff;
				}
			
			.box-item {
				height: 223.5px;
			}
			
			.box-item.big {
				height: auto;
			}

			.btn-more {
				border: 0 none;
				border-radius: 30px;
				background-color: #005baa;
				text-align: center;
				color: #ffffff;
				font-size: 14px;
				line-height: 2;
				height: 44px;
				padding: 0.5em 2em 0.5em;
				font-weight: 700;
				text-transform: uppercase;
				min-width: 150px;
				-webkit-transition: border 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
				        transition: border 0.3s ease-in-out 0s, background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
			}

			.btn-more:hover, .btn-more:focus {
				background-color: #004D8C;
				color: #ffffff;
			}

			.btn-ghost {
				border: 2px solid #005baa;
				background-color: transparent;
				color: #005baa;
			}

			.btn-ghost:hover, .btn-ghost:focus {
				border: 2px solid #004D8C;
				background-color: #004D8C;
				color: #ffffff;
			}

			.btn-big {
				height: 56px;
				font-size: 18px;
			}

			.icon-temple {
				width: 132px;
				height: 132px;
				margin-left: -1em;
			}

			.icon-bus {
				width: 132px;
				height: 132px;
				margin-left: -1em;
			}

		.section-highlight {
			background-color: #f9f6e8;
			padding-top: 4em;
			padding-bottom: 4em;
		}

		.page-section-two .btn-ghost {
			margin-top: 113px;
		}

		.page-section-three {
			padding-top: 0;
			padding-bottom: 0;
		}

			.page-section-three .container-fluid,
			.page-section-three .col-md-6 {
				padding-left: 0;
				padding-right: 0;
			}

				.page-section-three .row {
					margin-left: 0;
					margin-right: 0;
				}

			.page-section-three .section-desc {
				line-height: 1.6;
				font-weight: 400;
				font-size: 16px;
				max-width: 600px;
			}

		.page-section-six {
			padding-bottom: 9em;
			padding-top: 3em;
		}

		.img-21_10 {
			position: relative;
			padding-bottom: 66.2%;
			/*padding-bottom: 47.619048%;*/
			overflow: hidden;
			height: 0;
		}

			.img-21_10 > img {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

		.inner-padd {
			padding: 6em;
		}

	.mouse-move {
		background-repeat: no-repeat;
		height: 40px;
		width: 40px;
		background-position: center;
		background-image: url("../assets/mouse.svg");
		position: absolute;
		left: 50%;
		bottom: 25px;
		-webkit-transform: translate(-50%,0px);
		    -ms-transform: translate(-50%,0px);
		        transform: translate(-50%,0px);
		-webkit-transition: -webkit-transform 0.4s ease-in-out 0s;
		        transition: transform 0.4s ease-in-out 0s;
	}

	.mouse-move:hover, .mouse-move:focus {
		-webkit-transform: translate(-50%,10px);
		    -ms-transform: translate(-50%,10px);
		        transform: translate(-50%,10px);
	}

	.spacer {
		display: block;
		float: left;
		width: 100%;
	}

	.h-30 {
		height: 30px;
	}

	.card {
		background-color: #f9f6e8;
		border-radius: 15px;
		min-height: 585px;
	}
	.card-inner {
		padding: 2em;
	}

	.card-img {
		border-radius: 15px 15px 0 0;
		height: 349px;
		width: 100%;
	}

	.card-title {
		font-family: 'Montserrat', sans-serif;
		margin-top: 0;
		margin-bottom: 1em;
	}

	.card-desc {
		line-height: 1.6;
	}

	.newsletter-box {
		border-radius: 15px;
		background-color: #24252a;
		color: #ffffff;
		padding: 6em;
	}

		.newsletter-box .section-title {
			font-size: 3em;
			letter-spacing: -1px;
			margin-bottom: .25em;
		}

		.newsletter-box .section-title,
		.newsletter-box .section-desc {
			color: #ffffff;
		}

		.newsletter-form {
			border: 2px solid #666666;
			border-radius: 30px;
			height: 4em;
			margin-bottom: 0;
			margin-left: 12.5%;
			margin-top: 3em;
			padding: 0.2em;
			width: 75%;
		}
		.newsletter-form:focus {
			border-color: #ffffff;
		}

			.newsletter-form .form-group {
				height: 100%;
				margin-bottom: 0;
			}
				.newsletter-form input {
					background-color: rgba(0, 0, 0, 0);
					border: 0 none;
					font-weight: 700;
					height: 100%;
					outline: 0 none;
					padding: 0.5em 1.5em;
					width: 360px;
				}
				.newsletter-form:focus input {
					color: #ffffff;
				}
				.newsletter-form button {
					background-color: #005baa;
					border: 0 none;
					border-radius: 30px;
					font-family: "Montserrat",sans-serif;
					height: 100%;
					outline: 0 none;
					padding: 0.5em 1em;
					text-transform: uppercase;
					width: 103px;
					-webkit-transition: background-color 0.3s ease-in-out 0s;
					        transition: background-color 0.3s ease-in-out 0s;
				}

				.newsletter-form button:hover, .newsletter-form button:focus {
					background-color: #004D8C;
				}

	.home-page .middle {
		padding-bottom: 0;
	}

		.page-header {
			background-color: #004B8C;
			padding: 25px 0;
			margin-top: 0;
			margin-bottom: 50px;
		}

		.breadcrumbs {
			color: #FFFFFF;
			font-weight: 700;
			float: right;
			text-align: right;
			font-size: 13px;
			padding-top: 10px;
		}

			.breadcrumbs a,
			.breadcrumbs a:hover,
			.breadcrumbs a:focus {
				color: #FFFFFF;
				font-weight: 400;
			}

			.breadcrumbs a:hover,
			.breadcrumbs a:focus {
				text-decoration: underline;
			}

		.page-title {
			font-size: 32px;
		    line-height: 40px;
		    margin: 0;
		    color: #FFFFFF;
		    float: left;
		}

		.padd-10 {
			padding: 20px 10px;
			background-color: #FFFFFF;
		}

		.padd-15 {
			padding: 35px 15px;
			background-color: #FFFFFF;
		}

	.footer {
		background-color: #f9f6e8;
		display: block;
		float: left;
		padding-top: 4em;
		padding-bottom: 6em;
		width: 100%;
	}

			.footer h5 {
				color: #8c8c8c;
				font-weight: 700;
				margin-top: 0;
				margin-bottom: 1em;
				text-transform: uppercase;
				font-size: 15px;
			}

			.footer-separator {
				border-top: 1px solid #d3d3d3;
				margin-top: 2em;
				padding-top: 2em;
			}

			.copyright {
				color: #8c8c8c;
				margin: 0;
				font-size: 12px;
			}

			.footer-menu ul {
				list-style: none;
				margin: 0;
				padding: 0;
				float: right;
			}

				.footer-menu ul li {
					float: left;
					display: block;
					margin-left: 2em;
					line-height: 2.4;
					font-family: 'Montserrat', sans-serif;
					font-size: 15px;
				}

				.footer-menu ul li.first {
					margin-left: 0;
				}

					.footer-menu ul li a {
						color: #8c8c8c;
					}

					.footer-menu ul li a:hover, .footer-menu ul li a:focus {
						color: #000000;
					}

		.social-nav {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.social-nav li {
				display: inline-block;
				margin: 0 .25em;
			}

				.social-icon {
					display: block;
					width: 44px;
					height: 44px;
					padding: 8px;
					border-radius: 50%;
					border: 2px solid #d3d3d3;
					-webkit-transition: border 0.3s ease-in-out 0s;
					        transition: border 0.3s ease-in-out 0s;
				}

				.social-icon:hover, .social-icon:focus {
					border: 2px solid #8c8c8c;
				}

					.social-icon svg {
						height: 100%;
						width: 100%;
					}

					.social-icon svg path {
						-webkit-transition: fill 0.3s ease-in-out 0s;
						        transition: fill 0.3s ease-in-out 0s;
					}

					.social-icon:hover svg path, .social-icon:focus svg path {
						fill: #8c8c8c;
					}

	.content p {
		font-size: 16px;
		line-height: 24px;
	}

	.content a {
		color: #004B8C;
	}

	.content ul,
	.content ol {
		font-size: 16px;
		line-height: 24px;
		padding-left: 24px;
	}

	.content table.left {
		float: left;
		width: 35%;
	}

	.content table.left.narrow {
		width: 25%;
	}

	.content table.right {
		float: right;
		width: 60%;
	}

	.content table.right.narrow {
		width: 70%;
	}

	.content table.half {
		margin-left: 5%;
		width: 47.5%;
	}

	.content table.half.first {
		margin-left: 0;
	}

	.content table.full {
		width: 100%;
	}

	.content table {
		margin-bottom: 30px;
	}

		.content table caption {
			background-color: #191f26;
			color: #FFFFFF;
			text-align: center;
			text-transform: uppercase;
			padding: 10px;
		}

		.content table tr td:first-child {
			border-left: 1px solid #dfdfd0;
		}

		.content table tr td {
			background-color: #fff;
			border-bottom: 1px solid #dfdfd0;
			border-right: 1px solid #dfdfd0;
			padding: 10px;
		}

	.content .buildings {
		list-style: outside none none;
		overflow: hidden;
		padding-left: 0;
	}

		.content .buildings li {
			float: left;
			margin-bottom: 5px;
			padding-right: 15px;
			padding-left: 10px;
			position: relative;
			width: 25%;
		}

		.content .buildings li:before {
			position: absolute;
			left: 0;
			top: 0;
			font-size: 18px;
			content: "-";
		}

	.gallery-thumb-list {
		list-style: none;
		margin-bottom: 0;
		margin-left: -7.5px;
		margin-right: -7.5px;
		margin-top: 20px;
		padding: 0 !important;
	}

		.gallery-thumb-list li {
			display: block;
			float: left;
			width: 20%;
			margin-bottom: 7.5px;
			margin-top: 7.5px;
			padding-left: 7.5px;
			padding-right: 7.5px;
		}

		.gallery-thumb-list li:last-child {
			margin-bottom: 0;
		}

body #cookie_container {
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
}

	body .cookie_inner p {
		padding-top: 0;
		color: #FFFFFF;
		font-size: 13px;
		width: 70%;
	}

	body #setCookie {
		margin-left: 30px;
		background-color: #FFFFFF;
		color: #000000;
		text-transform: uppercase;
		font-weight: bold;
		height: 34px;
		padding: 8px 16px;
	}

	body #setCookie:hover,
	body #setCookie:focus {
		background-color: #004B8C !important;
		color: #FFFFFF !important;
	}

.aligner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;/*
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;*/
}

.aligner-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.aligner-item--top {
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
}

.aligner-item--bottom {
	-webkit-align-self: flex-end;
	    -ms-flex-item-align: end;
	        align-self: flex-end;
}

/* Specific styles */
/** Home page **/
.home-page {}


/** Article holder **/
.article-holder {}

	.article-list .article-inner,
	.promo .promo-inner,
	.other .other-inner {
		background-color: #FFFFFF;
		border-radius: 2px;
		box-shadow: 0 0 0 1px #d7d7c8 inset;
		padding: 22.5px;
		min-height: 440px;
	}

		.article-inner .image,
		.promo-inner .image {
			margin-left: -22.5px;
			margin-top: -22.5px;
			margin-right: -22.5px;
			margin-bottom: 22.5px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
		}

		.article-inner .image img,
		.promo-inner .image img {
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
		}

		.article-list .article-inner h3,
		.promo .promo-inner h3,
		.other .other-inner h2 {
			margin-top: 0;
			margin-bottom: 15px;
			font-size: 21px;
			text-transform: uppercase;
		}

		.article-list .article-inner p,
		.promo .promo-inner p,
		.other .other-inner p {
			color: #34394a;
			font-size: 15px;
			line-height: 1.4;
		}

		.article-list .article-inner p:last-child,
		.promo .promo-inner p:last-child,
		.other .other-inner p:last-child {
			margin-bottom: 0;
		}

		.article-list .article-inner p a,
		.promo .promo-inner p a {
			color: #34394a;
		}


/** Article page **/
.article-page {}

	.article-images {
		margin-bottom: 30px;
		width: 70%;
		display: block;
		float: left;
		margin-right: 15px;
	}

		.article-images .lead-img img {
			width: 100%;
		}

		.article-images .gallery-thumbs .gallery-thumb-list li {
			width: 33.3333%;
		}

	.article-page p,
	.common-page p {
		font-size: 15px;
		color: #111111;
		letter-spacing: 0px;
		letter-spacing: 0.02rem;
	}

	.video-holder {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.flexible-container {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px;
	    height: 0;
	    overflow: hidden;
	}

		.flexible-container iframe,
		.flexible-container object,
		.flexible-container embed {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		}

	.article-origin {
		font-weight: 600;
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: right;
	}

	.sidebar {}

		.side-menu {
			background-color: #FFFFFF;
			border-radius: 2px;
			box-shadow: 0 0 0 1px #d7d7c8 inset;
		}

		.sidebar h3,
		.contact-info h3,
		.social-info h3 {
			padding: 11px 20px;
			text-transform: uppercase;
			font-size: 18px;
			margin: 0;
			position: relative;
			overflow: hidden;
			border-bottom: 1px solid #dfdfd0;
			height: 50px;
			line-height: 27px;
			background-color: #191f26;
			color: #FFFFFF;
		}

			.sidebar h3 a {
				color: #ffffff;
			}

		.sidebar ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		.sidebar .articles-list {
			display: block;
			float: left;
			width: 100%;
			margin-bottom: 45px;
			padding: 0;
			background-color: #FFFFFF;
		}

			.sidebar ul li a {
				border-bottom: 1px solid #dfdfd0;
				color: #34394a;
				display: block;
				height: 50px;
				padding: 11px 20px;
				text-transform: uppercase;
				font-size: 16px;
				line-height: 27px;
				font-weight: 700;
				position: relative;
			}

			.sidebar ul li a:hover,
			.sidebar ul li a:focus,
			.sidebar ul li a.current {
				background-color: #191f26;
				color: #FFFFFF;
			}

			.sidebar ul li a.current:before {
				border-color: transparent #191f26 transparent transparent;
				border-width: 25px 15px 24px 0;
				left: -15px;
				border-style: solid;
				content: "";
				height: 0;
				position: absolute;
				top: 0;
				width: 0;
			}

			.sidebar ul ul li a {
				padding-left: 30px;
				font-weight: 400;
			}

	.side-menu,
	.contact-info,
	.social-info {
		/*margin-bottom: 50px;*/
	}

	.contact-info,
	.social-info {
		/*font-size: 16px;
		color: #9d9d9d;*/
	}

		.contact-info p {
			padding-left: 45px;
			background-color: transparent;
			background-position: left center;
			background-repeat: no-repeat;
			/*color: #FFFFFF;*/
			line-height: 25px;
		}

		.contact-info p.address {
			background-image: url("../assets/map-pin.png");
			background-position: left 5px;
			background-size: 30px 30px;
		}

		.contact-info p.mail {
			background-image: url("../assets/mail.png");
			background-position: 3px 4px;
		}

			.contact-info p.mail a {
				/*color: #FFFFFF;*/
			}

			.contact-info p.mail a:hover,
			.contact-info p.mail a:focus {
				color: #004B8C;
			}

		.contact-info p.phone {
			background-image: url("../assets/phone.png");
			background-position: 6px 3px;
			background-size: 21px 21px;
		}

	.widget {
		background-color: #FFFFFF;
		border-radius: 2px;
		box-shadow: 0 0 0 1px #d7d7c8 inset;
	}

	.widget.promo {
		padding: 15px;
		margin-top: 30px;
	}

		.widget.promo h3 {
			margin-top: 0;
			margin-bottom: 15px;
		}

	.widget.contact-info p {
		padding-left: 15px;
		padding-top: 15px;
	}

	.widget.contact-info p:last-child {
		padding-top: 0;
		padding-bottom: 15px;
		margin-bottom: 0;
	}


.other .other-inner {
	min-height: 350px;
	margin-bottom: 30px;
}

.other .other-inner .image {
	margin: -22.5px -22.5px 15px;
}

.other .other-inner .image img {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.other .other-inner ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
}

	.other .other-inner ul li {
		margin-bottom: 10px;
	}

	.other .other-inner ul li:last-child {
		margin-bottom: 0;
	}


/** Image page **/
.image-page {}

	.image-page .other .other-inner {
		min-height: 170px;
	}

		.image-page .other .other-inner h2 {
			margin-bottom: 0;
		}

	.lead-image {
		position: relative;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.lead-image .credits {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0,0,0,0.7);
		color: #ffffff;
		text-transform: uppercase;
		font-size: 12px;
		padding: 7px 11px;
	}


/** Gallery page **/
.gallery-page {}

	.gallery-page .gallery-thumb-list li {
		width: 25%;
	}

	.gallery-page .content {
		margin-top: 40px;
	}


/** Contact page **/
.contact {}

	.message.required,
	.error .help-block {
		color: red;
		font-size: 12px;
		line-height: normal;
		margin-top: 5px;
	}

	.contact .form h3 {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.contact .form fieldset {
		margin-left: -15px;
		margin-right: -15px;
	}

		.contact .form .form-group {
			float: left;
			position: relative;
			min-height: 1px;
			padding-left: 15px;
			padding-right: 15px;
			width: 50%;
			margin-bottom: 30px;
		}

		.contact .form .form-group[id="Description"] {
			width: 100%;
		}

			.contact .form .form-group label {
				text-transform: uppercase;
			}

			.contact .form .form-group .form-control {
				border: 1px solid #d7d7c8;
				border-radius: 2px;
				box-shadow: none;
				font-size: 15px;
				height: auto;
				padding: 12px 15px;
			}

	.contact-img {
		margin: 10px 0;
	}

	.contact .gmap {
		margin-top: 50px;
	}

		.contact .gmap iframe {
			overflow: hidden;
			position: relative;
			height: 400px;
			width: 100% !important;
			margin: 0;
			padding: 0;
		}

	.parsley-errors-list {
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.parsley-errors-list.filled {}

		.parsley-errors-list.filled li {
			margin: 0;
			padding-top: 5px;
			font-size: 11px;
		}

		.parsley-errors-list.filled .parsley-required,
		.parsley-errors-list.filled .parsley-minlength,
		.parsley-errors-list.filled .parsley-type {
			color: red;
		}


/** Login page **/
.login-page,
.error-page {
	background-color: #EBEBEB;
}
	
	.login-page .middle {
		padding: 0;
	}

	.login-page .logo .navbar-brand {
		float: none;
		margin: -10px auto 30px !important;
	}

	.login-page .middle-inner {
		height: 500px;
		left: 0;
		margin-top: -250px;
		position: absolute;
		right: 0;
		top: 50%;
	}

	.login-page .security-form {
		margin: 0 auto;
		padding: 30px;
		background-color: #FFFFFF;
		width: 400px;
	}

	.login-page .page-header {
		background-color: transparent;
		border-bottom: 0 none;
		margin-bottom: 30px;
		padding: 0;
	}

	.login-page .security-form h1 {
		font-size: 30px;
		margin: 0;
	}

	.login-page .security-form .note {
		margin-bottom: 15px;
	}

	.login-page .security-form input.text {
		width: 300px;
	}

	.login-page .security-form label.checkbox {
		padding-left: 20px;
		font-weight: 400;
	}

	.security-form .btn.action,
	.contact form .btn-success {
		background-color: #004B8C;
		border-color: #004B8C;
		border-radius: 2px;
		color: #ffffff;
		font-weight: 700;
		padding: 8px 20px;
		text-transform: uppercase;
		float: right;
	}

	.security-form .btn.action:hover,
	.security-form .btn.action:focus,
	.contact form .btn-success:hover,
	.contact form .btn-success:focus {
		background-color: #1b5697;
		border-color: #1b5697;
	}


/** Error page **/
.error-page {
	background-image: url("../assets/bg-error.jpg");
	background-position: -50px 100%;
	background-repeat: no-repeat;
}

	.error-page .content {
		font-size: 18px;
		line-height: 26px;
	}

	.back-to-home {
		text-align: center;
		margin-top: 40px;
	}

		.back-to-home .btn-back {
			font-size: 16px;
			color: #FFFFFF;
			border-radius: 2px;
			background-color: #000000;
		}

		.back-to-home a:hover,
		.back-to-home a:focus {
			background-color: #333333;
		}


/** Media querys **/
@media (max-width: 360px) {}

@media (max-width: 480px) {
	.container {
		width: auto !important;
	}

	.visible-xxs {
		display: block !important;
	}

	.visible-xs {
		display: none !important;
	}

	.contact .contact-info {
		margin-top: 20px;
	}

	.gallery-thumb-list li {
		width: 33.3333%;
	}

	.search-results li .img {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.login-page .security-form {
		width: 300px;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.container {
		width: 450px;
	}

	.navbar-brand {
		margin-left: 15px;
	}

	.main-navigation .navbar-nav {
		margin: 15px 0;
	}

	.contact .contact-info {
		margin-top: 50px;
	}

	.contact .contact-info ul {
		margin-left: 30px;
	}

	.home-page .section.second .padd-15 {
		margin-bottom: 30px;
	}

	/*.main-slider .flexslider .slides .caption,
	.hero-image .caption {
		width: 450px;
		margin-left: -225px;
		height: 320px;
		margin-top: -160px;
	}*/

	.hero-image .caption p.left {
		margin-bottom: 20px;
	}

	.hero-image .caption p.left.second {
		margin-bottom: 0;
	}

	.hero-image .caption h2 {
		font-size: 44px;
		line-height: 58px;
	}

	.article-list .article-inner,
	.promo .promo-inner,
	.other .other-inner {
		margin-bottom: 30px;
		min-height: 10px;
	}

	.promo .promo-inner {
		margin-bottom: 0;
	}

	.footer .contact-info {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.home-page .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (min-width: 768px) {
	.navbar-brand {
		margin-left: 0 !important;
	}

	.main-navigation .navbar-nav {
		float: right;
		margin-right: -15px;
	}

	.main-navigation .nav > li {
		margin-right: 3em;
	}

	.main-navigation .nav > li.last {
		margin-right: 0;
	}

	/*.main-slider .flexslider .slides .caption,
	.hero-image .caption {
		width: 650px;
		margin-left: -325px;
		height: 230px;
		margin-top: -115px;
	}*/
}

@media (min-width: 768px) and (max-width: 991px) {
	.lead-img {
		margin-bottom: 5px;
		margin-top: 20px;
	}

	.main-navigation .nav > li {
		margin-right: 15px;
	}

	body .cookie_inner {
		width: 710px;
	}

	.contact .form fieldset .control-group .control-label,
	.contact .form fieldset .control-group .controls {
		width: 25%;
	}

	.contact .form fieldset .control-group .controls {
		width: 75%;
	}

	.contact .form .form-actions {
		margin-left: 25%;
	}

	.newsletter-signup p.input,
	.newsletter-signup input {
		width: 168px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body .cookie_inner {
		width: 940px;
	}
}

@media (min-width: 1200px) {
	body .cookie_inner {
		width: 1140px;
	}
}

@media (min-width: 1600px) {}


/** Browser hacks **/
/*** saf3+, chrome1+ ***/
@media screen and (-webkit-min-device-pixel-ratio:0) {}


/*** IE8 ***/
.ie8 {}


/*** IE9 ***/
.ie9 {}