/* ******************************************************************************* */
/* ************************************ 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, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#053858;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#053858; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

/* ******************************************************************************* */
/* ************************************ FONTS ************************************ */
/* ******************************************************************************* */

@font-face {
    font-family: 'F2D';
    src: url('../font/font.woff') format('woff')	;
    font-weight: normal;
    font-style: normal;
}

/* ******************************************************************************* */
/* *********************************** LAYOUT ************************************ */
/* ******************************************************************************* */

html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #053858;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
  line-height: 25px;
	color: #053858;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#container{
	background-image: url("../images/f2d.jpg");
	background-size: cover;
	background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
	display: block;
	float: left;
	width: 100%;
  min-height: calc(100% - 30px);
  padding-top: 30px;
	position: relative;
}
#wrapper{
	display: block;
	width: calc(100% - 30px);
	max-width: 920px;
	padding: 0px 15px 0px 15px;
  margin: 0px auto;
	position: relative;
}
.none{
  display: none;
}

/* ******************** Content ******************** */

.logo{
	display: block;
	width: 150px;
	height: auto;
	margin: 0 auto 30px auto;
}
@media screen and (max-width:767px) {
	.logo{
		width: 120px;
		margin: 0 auto 20px auto;
	}
}
h1{
	font-family: F2D;	
	font-size: 60px;
	line-height: 65px;
	font-weight: normal;
  color: #fff;
	text-align: center;
	padding-bottom: 25px;
}
@media screen and (max-width:767px) {
	h1{
		font-size: 50px;
		line-height: 55px;
		padding-bottom: 20px;
	}
}
p{
  font-size: 18px;
  line-height: 25px;
  display: block;
	padding: 0px 0px 20px 0px;
}
@media screen and (max-width:767px) {
	p{
		padding: 0px 0px 20px 0px;
	}
}
p.center{
  text-align: center;
}
p.bold{
  font-weight: bold;
}
p a{
  color: #053858;
}
a.event{
	background-color: #fff;
	display: block;
	float: left;
	width: calc(50% - 30px);
	padding: 10px;
	margin-bottom: 20px;
  position: relative;
}
a.event:nth-child(odd){
	margin-right: 20px;
}
@media screen and (max-width:767px) {
	a.event{
		width: calc(100% - 10px);
		padding: 5px;
		margin-bottom: 10px;
	}
}
a.event img{
	display: block;
	float: left;
	width: 100%;
	border: none;
}
a.event .mask{
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3 ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
@media screen and (max-width:767px) {
	a.event .mask{
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
	}
}
a.event:hover .mask{
  opacity: 0.5;
}
a.event img.clogo{
  text-align: center;
  width: 275px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
}
a.event.frk img.clogo{
  width: 180px;
  top: 35%;
}
a.event.wlk img.clogo{
  width: 250px;
  top: 35%;
}
a.event.dwf img.clogo{
  width: 300px;
  top: 31%;
}
a.event.ghf img.clogo{
  width: 260px;
  top: 31%;
}
section{
	background: #fff;
	display: block;
	float: left;
	width: calc(100% - 150px);
	padding: 50px 75px 75px 75px;
	position: relative;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(100,0,0,0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(100,0,0,0.4);
	box-shadow: 0px 5px 10px 0px rgba(100,0,0,0.4);
}
@media screen and (max-width:767px) {
	section{
		width: calc(100% - 80px);
		padding: 30px 40px 40px 40px;
		margin-top: 20px;
	}
}
@media screen and (max-width:349px) {
	section{
		width: calc(100% - 40px);
		padding: 20px 20px 30px 20px;
		margin-top: 20px;
	}
}
section.action{
	background: #ff0058;
  color: #fff;
}
section.action a{
  color: #fff;
}

/* ******************** Mailinglist ******************** */

form{
	display: block;
	width: 70%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  form{
    width: 100%;
  }
}
label{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  padding: 20px 0px 10px 0px;
}
input{
	background-color: #fff;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Open Sans;
	font-size: 18px;
	line-height: 18px;
	color: #053858;
	float: left;
  width: calc(100% - 30px);
	height: 40px;
	padding: 4px 10px 5px 20px;
	margin: 0px 10px 10px 0px;
}
.cp{
	background-color: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	padding: 15px 10px 6px 10px;
	margin: 0px 10px 10px 0px;
}
input.small{
  width: calc(100% - 160px);
	margin: 0px 0px 30px 0px;
}
@media screen and (max-width:767px) {
  input.small{
    width: calc(100% - 30px);
  }
}
.submit {
	background-color: #008DFF;
	font-family: F2D;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
  text-transform: uppercase;
	text-decoration: none;
	text-align: center;
  float: right;
	width: auto;
	height: auto;
	padding: 20px 25px 12px 25px;
  margin: 0;
}

/* ******************** Footer ******************** */

footer{
  color: #fff;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	padding: 20px 0px 50px 0px;
	position: relative;
}
footer a{
  color: #fff;
}