body, html {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;

	}
	
body {
	background-color: rgb(0,112,134);
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul {	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

h1 {
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-top:30px;
	margin-bottom:0px;
	font-weight: 300;
	font-size:24px;
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 36px;
	}

}

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

}

.column h1 {
	padding-left:20px;
}

.col-md-12 h1 {
	margin-bottom:30px;
}



[rowtype~="1"] .col-md-12 h1 {
	margin-bottom:0px;
}

a:hover {
	text-decoration: none;
}

.crumbs {
	margin: 0;
	padding:30px 0 0 0;
	list-style: none;
	text-align: right;
	font-size: 12px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}

.crumbs li {
	display: inline-block;
}
	
.crumbs a {
	color:#fff;
}

p.caption {
	font-style: italic;
	font-size:11px;
	padding:10px 15px;
}

.toppic {
	margin-top: 25px;
	margin-bottom: -30px;
}



@media screen and (min-width: 768px) { 	
	
	body {
	/*background: url('/img/bg.jpg');*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover; 

	}
}

img {
	max-width: 100%;
}

.column img {margin-top:30px;}

.col-md-12.column > div > img {
margin-top:30px;
left:0px;
right:0px;
}


/* SITE BACKGROUND */

/*#bgimg {
	z-index:-3;
	top:0px;
	left:0px;
	position: fixed;
	width: 100%;
	height:100%;
}
*/


#biglogo {
	position: fixed;
	top:0px;
	right:0px;
	z-index:-2;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,0.6);
	background: url('/img/biglogo.png');
	background-repeat: no-repeat;
	background-position: top right;
}


/* SITETOP */
#sitetop {
	background-color:rgb(255,255,255);
}

.logo {
	margin: 15px 0;
}

@media screen and (min-width: 768px) {
	.logo {width:345px; height:71px;}
}

@media screen and (min-width: 992px) {
	.logo {width:455px; height:93px;}
}

@media screen and (min-width: 1170px) {
	.logo {width:555px; height:114px;}
}


.language {
	font-size:12px;
}
	
	
	
.language, .language a {
	color: rgb(0,141,169);
}	
.language a.active {
	font-weight:bold;
	color: rgb(166,206,57);
}
	
@media screen and (max-width: 494px) { 
	.language {
	padding:25px 30px 0 0;
	}
}

@media screen and (max-width: 767px) { 
	body {
		background-image: none !important;
	}
}

@media screen and (min-width: 450px) and (max-width: 767px) { 
	.language {
	padding:40px 30px inherit inherit;
	}

}

@media screen and (min-width: 768px) { 
	.language {
	padding-top:45px;
	}
}

@media screen and (min-width: 990px) { 
	.language {
	padding-top:55px;
	font-size:14px;
	}
}

@media screen and (min-width: 1200px) { 
	.language {
	padding-top:65px;
	}
}

/* SEARCH */

#searchicon {
	width: 30px;
	height:30px;
	background-color: rgb(166,206,57);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float:right;
	text-align: center;
	padding-top:5px;
	cursor: pointer;
	margin-top: 3px;
	color:rgb(255,255,255);
	transition: all 0.4s;
}

#searchicon:hover {
	background-color: rgb(0,141,169);
}

#searchicon a {
		color:rgb(255,255,255);
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,85,101,0.9);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    z-index:9999;
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;  
}

#search input[type="search"] {
    position: absolute;
    top: 90px;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    border: none;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

#search .btn {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-top: 61px;
    margin-left: -25px;
    background-color: rgb(166,206,57);
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: rgb(166,206,57);
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

.mobilesearch {
	margin-top:15px;	
}

@media screen and (min-width: 450px) {
.mobilesearch {
	margin-top:30px;	
}

	} 

@media screen and (min-width: 768px) { 
	#search input[type="search"] {
    top: 50%;
    font-size: 60px;
    }
    
    #search .btn {
    top: 50%;
    }
    
    .mobilesearch {
	text-align:right;    
	margin-top:35px;	
	}
}

/* CONTENT */

#content .container {
	/*margin-top:30px;*/
}

.readmore {
	width:100%;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*margin-bottom:20px;*/
}

.readmore a {
	color: rgb(0,85,101);
	padding:15px;
	margin:0px;
	transition: all 0.4s;
}

.readmore a:after {
	color:#fff;
}

.readmore a:hover {
	color: rgb(166,206,57);
	text-decoration: none;
	color:#fff;
	background-color: rgb(0,141,168);
	margin-right:5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	
}

.callout {
	padding:15px 25px 15px 30px;
}

.callout h4 {
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 1px;
	width:100%;
	line-height: 120%;

}



.forsidecallout h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom:20px;

}

.forsidecallout h1 br { 
	display:none;
}


.calloutmore {
	width:100%;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top:25px;
	margin-bottom:20px;
}

.forsidecallout  .calloutmore {

}

.calloutmore a {
	color: #fff;
	padding:15px;
	transition: all 0.4s;
}

.forsidecallout .calloutmore a {
	background-color: #fff;
	padding:15px 50px;
	color: rgb(0,141,169);
	transition: all 0.4s;
}






.calloutmore a:hover {
	color: #eee;
	text-decoration: none;
	background-color: rgb(0,141,168);
	margin-right:5px;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.calloutmore a:after, .readmore a:after {
	font-family: FontAwesome;
	font-weight: normal;
	color:#fff;	
	content: "\00a0\00a0\f054";
	opacity: 0;
	transition: all 0.4s;
}

.calloutmore a:hover:after, .readmore a:hover:after {
	opacity: 1;
}

	.callout h4, .callout p {
		color:#fff;
	}

@media screen and (min-width: 768px) { 
	
	.forsidecallout {
	color: rgb(0,141,169);
	border-bottom: 1px solid rgb(0,141,169);
	padding:10px 0 40px 0;
	}
	
	.forsidecallout h1 {
		font-size: 36px;
		color: rgb(0,141,169);
		margin:0;
		padding:0;
		text-transform: uppercase;
		font-weight: 300;
		width:70%;
	}
		
	.callout h4, .callout p {
		width:70%;
		color:#fff;
	}
	
	.callout.full h4, .callout.full p  {
	width:100%;
	}	
	
	.calloutmore {
		font-family: 'Open Sans', sans-serif;
		width:30%;
		position: absolute; 
		right:0px;  
		top: 50%; 
		margin-top:0;
		margin-bottom:0;
		transform: translate(0,-50%); 
	}
	
	.forsidecallout .calloutmore {
		width:auto;
		right:15px;
		top: 50%; 
		transform: translate(0,50%); 
		
	}
	
}

/* SUBMENU */
.submenu {
	font-family: 'Open Sans', sans-serif;
	padding:25px 15px 20px 15px;
	color:#fff;
	height:100%;
}

.submenu a {
	color:#fff;
	display: block;
	font-weight: bold;
	transition:all 0.4s;
}

.submenu p {
	margin:15px 0 20px 0;
}

.submenu a:hover {
	color:#ddd;
}

/* FRONTPAGE NEWS */

.frontnews {
	margin-bottom:30px;
}

.card.forside img {
	margin-top:0px;
}

.frontnews h3, .card h3, .card h3 a {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color:#000;
	text-transform: uppercase;
}

.newsdate {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #008da8;
}

.newshead .newsdate {
	margin:10px 0px 0px 20px;
	padding-bottom:20px;
}

@media screen and (min-width: 768px) { 	
	.frontnews {
	margin-bottom:0px;
}

}


/* TAGS */
a.tag {
	font-size:10px;
	padding:4px 10px;
	background-color: #eee;
	/*border:1px solid #ddd;*/
	display:inline-block;
	color:#666;
	margin-right:10px;
	text-transform: capitalize;
	cursor: pointer;
	transition: all 0.3s;
}

a.tag:hover {
	background-color: rgb(166,206,57);
	color:#fff;
	text-decoration: none;
	/*padding: 4px 15px;*/
}





/* FOOTER */

footer {
	position: relative;
	/*z-index:-2;*/
	/*background-color: rgb(0,85,101);*/
	background-color: #575757;
		
	color:rgb(255,255,255);
	padding:30px 0 60px 0;
	margin-top:30px;
	transition: all 0.5s

}

footer p, footer a {
	font-size:12px;
	letter-spacing: 1px;
	color: rgb(255,255,255);
	margin:0px;
	line-height:22px;
	transition: all 0.4s;
}

footer a:hover {
	color: rgb(166,206,57);
	text-decoration: none;
}

footer a:before {
	font-family: FontAwesome;
	font-weight: normal;	
	content: "\f003\00a0";
}

footer h3 {
	font-weight: 700;
	font-size: 18px; 
	letter-spacing: 2px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
	display: inline-block;
	margin:40px 0 20px 0;
	padding:0 0 20px 0;
}

footer .row div:nth-of-type(1) h3 {
	border-bottom-color: #9b9b9b;
}

footer .row div:nth-of-type(2) h3 {
	border-bottom-color: rgb(170,224,249);
}
/*
footer .row div:nth-of-type(3) h3 {
	border-bottom-color: rgb(166,206,57);
}
*/
footer .row div:nth-of-type(3) h3 {
	border-bottom-color: rgb(0,141,169);
}

footer .row div:nth-of-type(1) a:hover {
	color: #9b9b9b;
}

footer .row div:nth-of-type(2) a:hover {
	color: rgb(170,224,249);
}
/*
footer .row div:nth-of-type(3) a:hover {
	color: rgb(166,206,57);
}
*/
footer .row div:nth-of-type(3) a:hover {
	color: rgb(0,141,169);
}

@media screen and (min-width: 992px) { 	
	footer {
	background-image: url('/img/footerlogo.png');
	background-position: right top;
	background-repeat: no-repeat;
	
	.col-md-12 h1 + div {
	margin-top: -30px;
	}
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
