@charset "UTF-8";
/* CSS Document */


/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,sahtml, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* RESET */



html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}






body {
	margin:0;
	font-family:'open sans', helvetica, sans;
	font-weight:300;
	font-size:20px;
	line-height:1.35em;
	background:#312e33;
	color:#fff;
}

.area {
	width:100%;
	margin:0;
}

.area2 {
	width:100%;
	margin:0;
}

.area_top {
	width:100%;
	height:80px;
	background:#47434a;
}

.area_foot {
	width:100%;
	background:#47434a;
	margin:50px 0 0 0;
	padding:25px 0 75px;
}

.sitename {
	float:left;
	width:450px;
	height:100%;
	margin:20px;	
	margin-top:35px;
	font-weight:100;
	color:#ffffff;
	font-size:1.7em;

}

.sitename a {
text-decoration:none;
}

.sitename img {
float:left;
padding-right:20px;
}

.sitename i {
font-size:.6em;
color:#ffffff;
}




.navigation {
	float:right;
	margin:20px 20px 0px 0;	
	overflow:hidden;
}

.navigation ul li {
	list-style:none;
	float:right;
	width:145px;
	margin:2px;
	overflow:hidden;
}

.navigation ul li a {
	display:block;
	height:28px;
	padding:32px 0 6px 0;
	text-align:left;
	text-decoration:none;
	color:#fff;
	font-size:0.8em;
	font-weight:400;
	border-bottom:5px solid #47434a;
	overflow:hidden;
}

.navigation ul li a:hover {
	border-bottom:5px solid #ff6600;
	padding:30px 0 8px 0;
	color:#ffffff;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}


ul li.nav_active a {
	color:#ff6600;
	font-weight:400;	
}





.slider {
	float:left;
	width:100%;
	height:auto;
}

.slider img {
	width:100%;
	height:auto;
}





.frontpagebutton {
	padding:20px;
	width:auto;
	height:410px;
	margin:20px 0 0 0;
	background:#58535b;	
}


.frontpagebutton a h11 {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#312e33;
	margin:10px 20px 20px 0;
}

.frontpagebutton a h11 img {
	margin:0;
}

.frontpagebutton a h12 {
	float:left;
	width:100%;
	font-size:1.4em;
	font-weight:400;
	line-height:1.25em;
	margin:20px 0 10px 0;
	color:#fff;
	text-decoration:none;
}

.frontpagebutton a:hover h12 {
	color:#fff;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.frontpagebutton a h13 {
	float:left;
	display:block;
	width:70%;
	font-size:1em;
	line-height:1.25em;
	margin:10px 0 15px 0;
	color:#fff;
	text-decoration:none;
}

.frontpagebutton img {
	float:left;
	width:100%;
	margin:5px 0 10px;
}

.frontpagebutton:hover {
	background:#ff6600;
	margin:0;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}








iframe {
margin:0;
float:none;
max-width:100%;
}


.fullscreenmap {
margin-top:-50px;	
padding:4px;
margin-right:0px;
}



.fullscreenmap a {
	float:left;
	width:90%;
	padding:5%;
	background:#ff6600 url(images/fullscreenarrows.png) no-repeat 96% 50%;
	color:#ffffff;
	text-decoration:none;
	font-weight:400;
	border:1px solid #312e33;
	border-radius: 4px;	
	margin:10px;
	padding:10px;
}

.fullscreenmap a:hover {
	color:#fff;
	background:#ff6600 url(images/fullscreenarrows.png) no-repeat 96% 50%;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	border:1px solid #fff;
	border-radius: 4px;
}



.box, .boxlink {
	display:block;
	background:#58535b;
	padding:15px 15px 20px 15px;
	margin:0;
	border:1px solid #fff;
}

.boxlink:hover {
	background:#ff6600;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.box img {
	margin:10px 0 0 0;	
	border:1px solid #fff;
}

h31 {
	float:left;
	display:block;
	width:20%;
	margin:0 5% 20px 0;
	font-size:3.4em;
	font-weight:100;
	line-height:0.75em;
	height:auto;
	color:#ff6600;
}

h31 span {
	display:block;
	font-size:0.3em;
	font-weight:600;
	line-height:0.75em;
	margin:0 0 5px 0;
}
	

h31 img {
	width:100%;
	margin:0;
}

h32, h32 a {
	float:left;
	display:block;
	font-size:0.8em;
	line-height:1.45em;
	color:#fff;
	width:100%;
	text-decoration:none;
}

h34 {
float:left;
	display:block;
	font-size:0.7em;
	line-height:1.45em;
	color:#fff;
	width:100%;
	text-decoration:none;
margin-top:10px;
}


h33, h33 a {
	float:left;
	display:block;
	font-size:1em;
	font-weight:400;
	line-height:1.45em;
	color:#fff;
	width:75%;
	margin:0 0 8px 0;
	text-decoration:none;
}









.container {
	width:1200px;
	margin:0 auto;

}

.holder {
	float:left;
	width:100%;
	clear:both;
}

.column1 {
	float:left;
	width:1160px;
	margin:20px;	
}

.column2 {
	float:left;
	width:700px;
	margin:20px;	
}

.column3 {
	float:left;
	width:360px;
	margin:20px;
	margin-top:30px;	
}

.column3x2{
	float:left;
	width:760px;
	margin:20px;	
}

.column1 img, .column2 img, .column3 img, .column3x2 img {
	width:100%;
	height:auto;
	border:1px solid #fff;
}

.divider {
	float:left;
	width:100%;
	height:30px;
	clear:both;
}







h1 {
	color:#ff6600;
	font-size:1.5em;
	font-weight:200;
	line-height:1.5em;
	margin:-20px 0 -10px 0;
	letter-spacing:0.02em
}

h2 {
	color:#ff6600;
	font-size:1.3em;
	font-weight:200;
	margin:0 0 20px 0;
	letter-spacing:0.02em
}

h5 {
	color:#f35ab5;
	font-size:1em;
	font-weight:100;
	margin:0 0 20px 0;
	letter-spacing:0.02em
}

p {
	font-size:0.8em;
	line-height:1.45em;
	margin:0 0 1em 0;
}

p a, .box a {
	color:#fff;
	border-bottom:1px solid #fff;
	text-decoration:none;
}


p a:hover, .box a:hover {
	color:#ff6600;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

p.firstpara {
	clear:both;
}

.standfirst {
	font-size:1em
}

li.bullets {
	font-size:0.8em;
	line-height:1.45em;
	margin:0 0 1em 0;
	padding:0 0 0 20px;
	background:url(images/bullet.jpg) no-repeat 0 5px;
	font-weight:300;
}







.footer h21 {
	font-size:0.8em;
	font-weight:500;
	line-height:1.4em;
	color:#ff6600;
	margin:0.65em 0 0 0;
}

.footer p {
	color:#cac8cc;
	font-size:0.7em;
	line-height:1.4em;
	margin:0.65em 0 0 0;
	padding:0 60px 0 0;
}

.footer p span {
	color:#989799;
	font-size:0.8em;
}

.footer p a {
	color:#cac8cc;
	border-bottom:1px solid #cac8cc;
	text-decoration:none;
}

.footer p a:hover {
	color:#ff6600;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.footer ul {
	margin:0.5em 0;
	line-height:1em;
}

.footer ul li {
	margin:0.5em 0;
}

.footer ul li a {
	color:#cac8cc;
	font-size:0.7em;
	line-height:1.35em;
	text-decoration:none;
	border-bottom:1px solid #b4b1b6;
}

.footer ul li a:hover {
	color:#ff6600;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;	
}







.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }
.clearfix { display: block; }






@media only screen and (min-width: 200px) and (max-width: 1100px) {

	
body {
	font-size:26px;
}

.container {
	width:100%;
	margin:0 auto;
}

.column1 {
	float:left;
	width:95%;
	margin:20px;
}

.column2 {
	float:left;
	width:86%;
	margin:20px;
}

.column3 {
	float:left;
	width:95%;
	margin:20px;
}

.column3x2{
	float:left;
	width:95%;
	margin:20px;
}


.navigation {
	float:left;
	width:95%;
	#height:auto;
	margin:0 20px 20px 20px;	
	background:#47434a;
}

.navigation ul li {
	float:left;
	width:20%;
	margin:0px;
	padding:3px;
	list-style:none;
	font-size:0.7em;
	background:#47434a;
	line-height:1em;
}

.navigation ul li:first-child {
	margin:0 10px 0 0;
}

.navigation ul li:last-child {
	margin:0 10px 0px 10px;
}

.navigation ul li:last-child {
	margin-right:0px;
}

.navigation ul li a {
	padding:15px;
	height:auto;
	border-bottom:none;
}

.navigation ul li a:hover, .navigation ul li a:active {
	border-bottom:none;
	background:#ff6600;
	color:#fff;
	padding:15px;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;	
}


.area_top {
	width:100%;
	background:#47434a;
	top:0;
}


.frontpagebutton {
	padding:10px 10px 20px 10px; 
	width:auto;
	height:auto;
	margin:0;
}

.frontpagebutton a h11 {
	float:left;
	display:block;
	width:60px;
	height:60px;
	background:#312e33;
	margin:10px 20px 20px 0;
}

.frontpagebutton a h11 img {
	margin:0;
}

.frontpagebutton a h12 {
	float:left;
	width:100%;
	font-size:1em;
	font-weight:400;
	line-height:1.25em;
	margin:20px 0 20px 0;
	color:#fff;
	text-decoration:none;
}

.frontpagebutton a:hover h12 {
	color:#fff;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.frontpagebutton a h13 {
	float:left;
	display:block;
	width:86%;
	font-size:0.75em;
	line-height:1.25em;
	margin:10px 0 15px 0;
	color:#fff;
	text-decoration:none;
}

.frontpagebutton img {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}

.frontpagebutton:hover, .frontpagebutton:active {
	background:#ff6600;
}



h31 {
	width:75px;
	height:75px;
}

h33 {
	font-size:0.8em;
}

h32 {
	font-size:0.6em;
}





h1 {
	font-size:1.3em;
	line-height:1.2em;
}

h2 {
	font-size:1em;
}

h5 {
	font-size:0.8em;
}

h8, h9 {
	float:left;
	width:145px;
	height:15px;
	margin:0 0 15px 0;
}

p {
	font-size:0.6em;
	line-height:1.45em;
}

.standfirst {
	font-size:0.6em;
}

.footer h21 {
	font-size:0.6em;
}

.footer p {
	font-size:0.5em;
	padding:0;
}

.divider {
	display:none;
}


.fullscreenmap {
margin-top:-60px;
}

	
}



.blink {

    animation:2s blinker linear infinite;
    -webkit-animation:2s blinker linear infinite;
    -moz-animation:2s blinker linear infinite;
     color: #ffffff;
	 font-weight:bold;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }




