/*




    font-family: 'Open Sans', sans-serif;

    font-family: 'Dosis', sans-serif;



*/

body {
	position: relative;
	background: #000;
	color: #0f2355;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}

#background {
	position:fixed;
	left:0px;
	top:0px;
	width: 100vw;
	height: 100vh;
	background-image: url(/img/bg-body.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

#background img {
	width:100%;
	max-width: 100%;
}


a {
	color:#0f2355;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color:#0f2355;
	outline: none;
	text-decoration: none;
}


a.pdf_small {
	display:inline-block;
    background-image: url("/img/pdf_small.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 1px 0 0px 26px;
	text-align: right;

}

p {
	padding: 0;
	margin: 0 0 25px 0;
	line-height: 24px;
}

.img-bordered {
	border: 5px solid #FFF;
}

.partial-title {
	background: rgba(255,255,255,0.9);
	position: absolute;
	bottom:0px;
	right:0px;
	width:auto;
	z-index:50;
	padding: 3px 15px;
	text-transform: uppercase;
}

.partial-image {
	margin: 0 0 25px 0;
}

.underlined {
	text-decoration: underline;
}

.lowercase {
	text-transform: lowercase;
}

.green {
	color:#0a775a;
}

strong, b {
	font-weight:600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Dosis', sans-serif;
  font-weight:600;
  margin: 0 0 20px 0;
  padding: 0;
}

iframe {
	border: 1px solid #FFF !important;
}


@media (max-width: 768px) {
	
	.mobile-margin-bottom .partial {
		margin-bottom:2rem;
	}
	
	section {
		position: relative;
		padding-top: 0.5rem;
		padding-bottom:2rem;
	
	}
	
	.section {
		position: relative;
		padding-top: 0.5rem;
		padding-bottom:0.5rem;
	
	}

}

@media (min-width: 768px) {
	
	
	
	section {
		position: relative;
		padding-top: 0.5rem;
		padding-bottom:2rem;
	
	}
	
	.section {
		position: relative;
		padding-top: 0.5rem;
		padding-bottom:0.5rem;
	
	}
		
}


hr {
	height:1px;
	border-bottom:1px dotted #000;
}

h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom:0.5rem;
	color:#0f2355;;
	line-height: 1.1;
	letter-spacing: 0.1rem;
	border-bottom: 1px solid #FFF;
	padding-bottom:0.8rem;
}

h1 span.h1-small {
	font-size:16px !important;
}

h1 .stars {
	display:inline-block;
	margin-left:10px;
}
h1 .stars img {
	display:inline-block;
	margin-top:-16px;
}

h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	margin:0 0 5px 0;
	padding: 0;
	line-height: 1.1;
}



h3 {
	padding: 0;
	margin: 0;
	line-height: 20px;
	font-family: "RubikMedium", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000;
	font-size:14px;
}


h4 {
	font-size: 28px;
	margin-bottom:1.2rem;
	line-height:1.3;
}

iframe {
	width:100%;
}


/* Aspect Ratios */
.ratio-16-9, .ratio-4-3 {
	position:relative;
}

.ratio-16-9::after {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}

.ratio-4-3::after {
	display: block;
	content: "";
	width: 100%;
	padding-top: 68%;
}

/* Listen */
#content ul {
	margin:0px 0 25px 16px;
	padding: 0;

}

#content ul li {
	position: relative;
	margin:0;
	padding: 0 0px 0 0px;

}


.bg-cover { 
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.img-fit-cover .partial-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.img-fit-cover .partial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}




/* table */
.responsive-table h3 {

	background-color: #455460;
	color:#FFF;
	font-size:26px;
	line-height: 31px;
	padding: 10px 50px;
	position: relative;
	margin:0 0 0px 0;
	font-weight: normal;
	text-transform: uppercase;
}

.responsive-table h3::after {
	top: 100%;
	left: 70px;
	border: solid transparent;
	content: " ";
	width: 22px;
	height: 11px;
	position: absolute;
	pointer-events: none;
	z-index: 800;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #455460;
	border-width: 11px 11px 0 11px;	
}

.responsive-table .row {
	margin:0;
	background-color: #fbfbfa;
}

.responsive-table .row:nth-of-type(2n+1) {
    background-color: #f2f2ef;
}

.responsive-table .row > div {
	font-size:18px;
	padding:25px 50px;
}



.responsive-table > div:first-child {
	margin-top:10px;
}

@media (max-width: 767px) {
	.responsive-table > div:first-child {
		margin-top:10px;
	}
	
	.responsive-table .row > div {
		padding:10px 30px;
	}

	
}

@media (min-width: 768px) {
	.responsive-table .row > div {
		padding:20px 30px;
	}
	
	
}

@media (min-width: 992px) {
	.responsive-table .row > div {
		padding:30px 30px;
	}
}

@media (min-width: 1200px) {
	.responsive-table .row > div {
		padding:30px 30px;
	}
	
	.responsive-table .row > div:first-child {
		padding-left: 50px;
	}
	
}

.table.table-striped th {
	background-color: #455460;
	color:#FFF;
	font-size:26px;
	line-height: 31px;
	padding: 10px 50px;
	position: relative;
	margin:0 0 30px 0;
	font-weight: normal;
	text-transform: uppercase;
}

.table.table-striped tr th:first-child::after {
	top: 100%;
	left: 70px;
	border: solid transparent;
	content: " ";
	width: 22px;
	height: 11px;
	position: absolute;
	pointer-events: none;
	z-index: 800;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #455460;
	border-width: 11px 11px 0 11px;	
}


.table-striped tbody tr {
    background-color: #fbfbfa;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f2f2ef;
}
.table.table-striped td {
	font-size:18px;
	padding:30px 50px;
}

.table th, .table td {
    padding: 0.3rem;
    vertical-align: top;
    border-top: 1px solid #FFF;
	border:0;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#logo {
	position: relative;
	padding: 25px 0 40px 0;
	margin: 0;
	z-index: 20;
	height:auto;
	text-align: center;
}

@media (max-width: 767px) {
	#logo {
		position: fixed;
		top:0px;
		left:0px;
		padding: 10px;
		margin: 0;
		z-index: 600;
		text-align: left;
		width:100%;
		background: #99cbf0;
		border-bottom:1px solid #FFF;
		height:100px;
	}
	
	#logo img {
		max-height: 100%;
	}
}

/* CONTENT */
.gallery {
	border:10px solid #FFF;
	background:#FFF;
}

.imageTitle {
	display:none;
}

.slideTitle {
	background: rgba(255,255,255,0.8);
	padding-top:8px;
}

.swiper-slide {
	background-color: #000 !important;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper-slide img {
    width:100%;
    height:auto;
}
.swiper-container {
    height:auto;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	
    margin: 10px 3px;

}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #FFF;
    opacity: .9;
	border: 1px solid #FFF;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0f2355;
	
}

@media (max-width: 767px) {
	.swiper-pagination-bullets .swiper-pagination-bullet {
	
		margin: 5px 2px !important;

	}
	
	.swiper-pagination-bullet {
		width: 11px;
		height: 11px;
	}
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-color:#FFFFFF;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230f2355'%2F%3E%3C%2Fsvg%3E");
    left: 0px;
	padding:30px 30px 30px 15px;
    right: auto;
	background-size: 15px 30px;
	margin-top:-30px;
	transition:all 0.2s ease-in;
	top: 50%;

}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-color:#FFFFFF;
	background-size: 15px 30px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230f2355'%2F%3E%3C%2Fsvg%3E");
    right: 0px;
    left: auto;
	padding:30px 15px 30px 30px;
	top: 50%;
	transition:all 0.2s ease-in;
	margin-top:-30px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	.gallery {
		margin-left:-15px;
		margin-right:-15px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		padding:0px 0px;
		background-position: 5px center;
		width:24px;
		margin-top: -25px;
		background-size: 10px 20px;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		padding:0px 0px;
		background-position: 8px center;
		width:24px;
		margin-top: -25px;
		background-size: 10px 20px;
	}
}

#wrapper {
	position:relative;
	z-index: 20;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

#content {
	position: relative;
	background-color: rgba(255,255,255,0.6);
	padding:35px 35px 0 35px;

	z-index: 40;
}



@media (max-width: 767px) {
	#wrapper {
		width:100%;
	}
	#main-container {
		padding:0 !important;
		width:100% !important;
		max-width:100% !important;
	}
	#content {
		padding:30px 15px 15px 15px;
	}
}


#subnavigation, #subnavigation-empty {
	position: relative;
	background: #96bedc;
	color:#FFF;
	border-bottom: 1px solid #FFF;
	z-index: 80;
	width: 100%;
}

#subnavigation-empty {
	height: 32px;
}

#subnavigation ul {
	list-style: none;
	margin:0;
	padding:0;
}

#subnavigation ul li {
	color: #FFF;
	margin:0;
	padding:0;
}

#subnavigation ul li a {
	display:block;
	color: #FFF;
	margin:0;
	padding:5px 10px;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.03rem;
	transition: all 0.2s;
}

#subnavigation ul li a.active, #subnavigation ul li a:hover {
	color:#0f2355;
}

@media (max-width: 767px) {
	#subnavigation {
		position:fixed;
		top:100px;
		left:0px;
		min-height:15px;
	}
	
	#subnavigation-empty {
		display:none;
	}
	
	#subnavigation ul li a {
		font-size: 13px;
		padding:5px 7px;
	}
}

h4 {
	font-size: 18px;
	background:#007858;
	color:#FFF;
	padding: 13px 31px;
	text-transform: uppercase;
	position: relative;
	margin: -31px -31px 0 -31px;
}


@media (max-width: 767px) {
	.col-right {
		padding: 0;
	}
	
	.box > div {
		padding: 15px 15px 5px 15px;
	}
	
	h4 {
		margin: -16px -16px 0 -16px;
		padding: 13px 16px;
	}
}

h4::after {
    top: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    width: 22px;
    height: 11px;
    position: absolute;
    pointer-events: none;
    z-index: 800;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #007858;
    border-width: 11px 11px 0 11px;

}

.box h3 {
	margin-bottom: 15px;
}

/* news */
.newsTeaser {
	margin-bottom:25px;
}

.newsDate {
	color:#007858;
	border-bottom: 1px solid #007858;
	margin-bottom:10px;
}

.newsMore {
	display:block;

	
	text-align:right;
	text-decoration: none;
	
}

.newsMore:hover {
	font-family: "RubikMedium", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Navbar */

#navbar {
	width:100%;
	position: relative;
	transition: all 0.5s;
	z-index: 80;
}

.navbar.fixed-top #logo {
	/*display:none;*/

}

.navbar.fixed-top .container-fluid {
	padding-left:15px !important;
	padding-right:15px !important;

}

.sf-menu {
	width:100%;
	background:#FFF;
	margin-bottom:0;
}

.dropdown-toggle::after {
	display: none;
}

.sf-menu li {
    background: rgba(255,255,255,0);
    white-space: nowrap;
    white-space: normal;
}



.nav-pills .nav-link {
	border-radius: 0;
}

.sf-menu > li > a,
.sf-menu > li > a.sf-with-ul {
	font-family: 'Dosis', sans-serif;
	font-weight:500;
	display:block;
	text-transform: uppercase;
	font-size: 18px;
	color:#96bddc;
	letter-spacing: 0.1rem;
	border:0;
	padding: 0.3rem 0.8rem;
	border-radius: 0;
	background-color: rgba(255,255,255,0);
	transition: all .3s;
}

.sf-arrows .sf-with-ul::after {
	display:none;  
}


.sf-menu > a:hover,
.sf-menu > li:hover > a,
.sf-menu > li.sfHover > a,
.sf-menu > li.active > a {
	background-color: rgba(255,255,255,0);
	text-decoration: none;
	border-radius: 0;
	color:#0f2355;

	/*padding-left: 1rem;
	padding-right: 1rem; */
}

.sf-menu > li.active > a {
	font-weight: 600;	
}



.sf-menu li:hover,
.sf-menu li.sfHover {
	background-color: rgba(255,255,255,0);
	text-decoration: none;
}

.sf-menu ul {
	border:0;
	padding:0;
	background: rgba(255,255,255,0);
	left:-1px;
}

.sf-menu ul li {
    background: #FFF;
	border:0;
}

.sf-menu ul li a {
    color: #075a44;
	border:0;
}

.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li.active > a {
	text-decoration: none;
}

.navbar {
	
	z-index: 90;
	padding: 0;
	margin: 0 auto !important;
}




/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	left: 100%;
	top: 0;
	z-index: 1200;
	margin: 30px 0px 0 -45px;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
	color: #455460;
	color: #FFF;
}

body.mobile-nav-active #mobile-nav-toggle {
	left: 100%;

}

.mobile-nav-active #mobile-nav-toggle {
	color:#FFF;
}


@media (max-width: 767px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 1190;
	background-color: rgba(255, 255, 255, 1);

	left: -260px;
	width: 260px;
	max-width:75vw;
	overflow-y: auto;
	transition: 0.4s;
}


#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width:100%;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li:last-child {
	margin-bottom:15px;
}

#mobile-nav ul li:hover i,
#mobile-nav ul li.active i,
#mobile-nav ul li i.fa-chevron-up {
	color:#007858;
}

#mobile-nav > ul > li > a {
	font-family: 'Dosis', sans-serif;
	letter-spacing: 0.1rem;
	font-weight:600;
    font-style: normal;
	color: #96bddc;
	font-size: 20px;
	overflow: hidden;
	padding: 8px 22px 8px 25px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	text-transform: uppercase;
}

#mobile-nav ul li:hover > a,
#mobile-nav ul li.active > a,
#mobile-nav a.active,
#mobile-nav ul .menu-item-active {
	color: #0f2355;
	text-decoration: none;
}




#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
}

#mobile-nav ul .menu-has-children ul li a {
	padding: 5px 22px 5px 35px;
	font-size: 16px;
	color:#000;

	display:block;
}


#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 1180;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(153, 203, 240, 0.7);
	display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	margin: 0;
	padding: 0px 0;
	
	border-top: 1px solid #FFF;
	text-align: right;
	font-size: 13px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover, #footer a.active {
	text-decoration:underline;
}

#footer li.active a {
	text-decoration:underline;
}

#footer p {
	margin:0;
}


@media (max-width: 575px) {
	
	
	
}


@media (max-width: 767px) {
	#main-content [class^="col-"] {
		margin-bottom:30px;
	}
	
	body {
		padding-top:100px;
	}
	
	.nav {
		display:none !important;
	}
	
	#logo {
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	}

	
	h1 {
		font-size:22px;
	}
	
	h1 span.h1-small {
		font-size:14px !important;
	}

	
}

@media (min-width: 768px) {
	body {
		padding-top: 0px;
	}
	
	.navbar {
		/*
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
		*/
	}
	
	.navbar {
		max-width: 720px !important;
	}


	
	
}

@media (min-width: 992px) {
		#main-container, .navbar {
			max-width: 960px !important;
		}

}

@media (min-width: 1200px) {

	
}


@media (min-width: 768px) and (max-width: 1199px) {
	
}

@media print {
	a[href]:after {
		content: "";
	}
	
	h2, * {
	font-family: 'Arial', sans-serif;
	}
}
