@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&amp;subset=latin-ext");


* {
	outline: none;
}

.btn:focus, .btn:active {
	outline: none !important;
	box-shadow: none !important;
}

.form-control {
	border-radius: 0 !important;
}

.form-control:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: #90a0b2 !important;
}

.form-control::-webkit-input-placeholder {
	color: #aabacc;
	font-style: italic;
}

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
	color: #aabacc;
	font-style: italic;
}

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
	color: #aabacc;
	font-style: italic;
}

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
	color: #aabacc;
	font-style: italic;
}

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
	color: #aabacc;
	font-style: italic;
}

/* Microsoft Edge */


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

body {
	background: #fff;
	font-family: "Open Sans", sans-serif;
	margin: 0;
	overflow-x: hidden;
	color: #282828;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 18px;
		line-height: 1.4;
	}
}


html {
	position: relative;
	min-height: 100%;
	background: #ffffff;
}

.preloader {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75) url("../img/loaders/rolling-blue.svg") no-repeat center center;
	display: none;
	z-index: 25;
}

b {
	font-weight: 700;
}

/*******************
  Bacgrounds
 *******************/

.bg-lightblue {
	background-color: #bce4fa;
}

.bg-darkblue {
	background-color: #00497b;
}

.bg-lightgray {
	background-color: #f5f8fa;
}

.bg-gray {
	background-color: #eeeeee;
}

.text-blue {
	color: #00497b;
}

a.anchor {
	display: block;
	position: relative;
	top: -100px;
	visibility: hidden;
}
/************************
NAVBAR AND MENU
*************************/

.navbar {
	padding: 0;
	background-color: #bce4fa;
	z-index: 10;
	/*top: 40px;*/
	margin-bottom: 0px;
}


.navbar-brand {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 22px;
	padding-right: 0;
	vertical-align: middle;
}


.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}

.navbar-light .navbar-toggler {
	border: 2px solid transparent;
}

.navbar-toggler {
	width: 52px;
	height: 46px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	border-radius: 0;
}

.navbar-toggler span {
	display: block;
	position: absolute;
	height: 4px;
	width: 32px;
	background: #004b79;
	border-radius: 4px;
	opacity: 1;
	left: 8px;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}


.navbar-toggler span:nth-child(1) {
	top: 9px;
}

.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
	top: 19px;
}

.navbar-toggler span:nth-child(4) {
	top: 29px;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	transform: rotate(-45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.navbar-toggler.collapsed:hover {
	/*background-color: #0f0f0f;*/
}

.navbar-toggler.collapsed:hover span {
	background-color: #002a4b;
}

.navbar-toggler:not(.collapsed) {
	/*background-color: #0f0f0f;*/
}

.navbar-toggler:not(.collapsed) span {
	background-color: #002a4b;
}

.menu-item {
	text-decoration: none;
	color: #2091d5;
}


.menu-items a {
	color: #2091d5;
	font-size: 18px;
	padding: 10px 17px;
	line-height: 20px;
	font-weight: 400;
	transition: all 0.25s;
	display: block;
	text-decoration: none;
	text-align: center;
}


.menu-items a:link, .menu-items a:visited {
	color: #2091d5;
}

.menu-items a:hover {
	color: #005B9B;
}

.menu-items a.active {
	color: #005B9B;
}


.logo-mobile {
	display: none;
}


/*************************
	BUTTONS
**************************/

.btn {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 300;
}

.btn-round {
	border-radius: 30px;
}

.btn-orange {
	background-color: #ff7900;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	border: 1px solid #ff7900;

}

.btn-orange:hover {
	background-color: #E66D00;
	border: 1px solid #E66D00;
	color: #fff;
}

.btn-blue {
	background-color: #0078b4;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	border: 1px solid #0078b4;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-blue-small {
	background-color: #0078b4;
	font-weight: 300;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	border: 1px solid #0078b4;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.btn-blue:hover, .btn-blue-small:hover {
	background-color: #075d89;
	border: 1px solid #075d89;
	color: #fff;
}

.btn-red {
	background-color: #da3444;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	border: 1px solid #da3444;
}



.btn-red-small {
	background-color: #da3444;
	font-weight: 300;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
	border: 1px solid #da3444;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}


.btn-red:hover, .btn-red-small:hover {
	background-color: #a2232f;
	border: 1px solid #a2232f;
	color: #fff;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active {
	background-color: #E66D00;
	border: 1px solid #E66D00;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active {
	background-color: #075d89;
	border: 1px solid #075d89;
	border-bottom: 3px solid #063f67;
}

.btn-outline-secondary { color:#738DAB;background-color:transparent;border:1px solid #738DAB; }
.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):focus{color:#FFFFFF;background-color:#738DAB;border:1px solid #738DAB;text-decoration:none;}


.btn-outline-blue { color:#063f67;background-color:transparent;border:1px solid #063f67; }
.btn-outline-blue:hover, .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):focus{color:#FFFFFF;background-color:#063f67;border:1px solid #063f67;text-decoration:none;}

.btn-xl {
	padding: 10px 40px;
	font-size: 110%;
}

.hero-homepage {
	background: #fff url("../img/hero_mobile.jpg") no-repeat center bottom;
	height: 350px;
}

.hero-compact {
	height: 300px;
}

@media only screen and (min-width: 768px) {
	.hero-homepage {
		background-image: url("../img/hero_400.jpg");
		height: 400px;
	}
	.hero-compact {
		background-image: url("../img/hero_240.jpg");
		height: 240px;
	}
}

.hero-success {
	height: 750px;
	/*background-image: url("../img/success.jpg");*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.hero-failure {
	height: 750px;
	background-image: url("../img/failure.jpg");
}

.hero-homepage h1 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 0 23px rgba(0, 0, 0, 0.75);
}

.hero-homepage h4 {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 20px;
}

@media only screen and (min-width: 768px) {
	.hero-homepage h1 { font-size: 56px; }
	.hero-homepage h4 { font-size: 22px; }
}



@media only screen and (min-width: 992px) {
	.hero-homepage h1 { font-size: 66px; }
	.hero-homepage h4 { font-size: 26px; }
}



h2 {
	font-weight: 400;
	font-size: 24px;
	color: #282828;
}


.foto-item h3, .modal-item h3 {
	font-weight: 700;
	font-size: 20px;
}

.foto-item h4, .modal-item h4 {
	font-weight: 700;
	font-size: 15px;
}

@media only screen and (min-width: 768px) {
	.foto-item h3 { font-size: 23px }
	.modal-item h3 { font-size: 28px; }
	.foto-item h4 { font-size: 18px; }
	.modal-item h4 { font-size: 20px; }
}

@media only screen and (min-width: 992px) {
	.foto-item h3 { font-size: 26px }
	.modal-item h3 { font-size: 40px; }
	.foto-item h4 { font-size: 18px; }
	.modal-item h4 { font-size: 22px; }

}

.foto-item {
	position: relative;
}

.foto-item small {
	display: block;
	position: absolute;
	bottom: 15px;
}

.foto-item img {
	cursor: pointer;
	transition: transform 0.25s;
}

.foto-item img:hover {
	transform: scale(1.08);
}

.max-lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}


.inline-input {
	width: 100%;
	display: inline-block;
}

@media only screen and (min-width: 768px) {
	.inline-input { width: 200px; margin-left: 5px; margin-right: 5px; }
}

@media only screen and (min-width: 992px) {
	.inline-input { width: 250px; margin-left: 10px; margin-right: 10px; }
}

.search-field {
	padding-right: 50px;
	background-image: url("../img/ic_search.svg");
	background-position: center right 10px;
	background-repeat: no-repeat;
}

/*==============================================================
File upload
 ============================================================== */
.btn-file {
	overflow: hidden;
	position: relative;
	vertical-align: middle; }
.btn-file > input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 23px;
	height: 100%;
	width: 100%;
	direction: ltr;
	cursor: pointer;
	border-radius: 0px; }

.fileinput .input-group-addon {
	border: none;
	border-bottom: 1px solid #d9d9d9;
	background: #ffffff;
	margin-bottom: 1px; }

.fileinput .form-control {
	padding-top: 7px;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	cursor: text; }

.fileinput .thumbnail {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center; }

.fileinput .thumbnail > img {
	max-height: 100%; }

.fileinput .btn {
	vertical-align: middle; }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
	display: none; }

.fileinput-inline .fileinput-controls {
	display: inline; }

.fileinput-filename {
	vertical-align: middle;
	display: inline-block;
	overflow: hidden; }

.form-control .fileinput-filename {
	vertical-align: bottom; }

.fileinput.input-group > * {
	position: relative;
	z-index: 2; }

.fileinput.input-group > .btn-file {
	z-index: 1; }

.modal.modal-fullscreen .modal-dialog {
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	max-width: none; }

.modal.modal-fullscreen .modal-content {
	border-radius: 0;
	height: auto;
	border: none; }

.modal.modal-fullscreen .modal-body {
	overflow-y: auto; }