/* RESET */

html, 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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, landing, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, landing, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {	

}

ul li {
	list-style-type: disc;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;	border-spacing: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

html, body {
	-webkit-text-size-adjust: none;	

	color: #111;
	background-color: #fff;
}

::selection {
  background-color: #111; 
  color: #fff;
}
::-moz-selection {
  background-color: #111; 
  color: #fff;
}

a {
	text-decoration: none;

}

img {
	-webkit-user-select: none;  
	-moz-user-select: none;    
	-ms-user-select: none;      
	user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

/*

TYPO

*/

@font-face {
	font-family: 'Astrud';
	src: url('fonts/Astrud.eot');
	src: url('fonts/Astrud.eot?#iefix') format('embedded-opentype'),
		url('fonts/Astrud.woff') format('woff'),
		url('fonts/Astrud.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*

UTILS

*/

.reset {
	clear: both;
}

.gap {
	height: 40px;
}

#widthCheck {
	position: fixed;
	top: 1px;
	left: 0px;
	z-index: 999;
	width: 100vw;	
	height: 1px;
	background-color: black;
	visibility: hidden;
	pointer-events: none;
}

#heightCheck {
	position: fixed;
	top: 0px;
	left: 1px;
	z-index: 998;
	width: 1px;	
	height: 100vh;
	background-color: black;
	visibility: hidden;
	pointer-events: none;
}

/*

TYPOGRAPHY

*/

body {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;

	line-height: 140%;

	color: #222;
	background-color: #fff;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 125%;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	

	margin: 0;
	color: #1E2D46;
}

h1 {
	font-size: 50px;
	letter-spacing: -2px;
}

h2 {
	font-size: 40px;
	letter-spacing: -1px;
}

h3 {
	font-size: 33px;
	letter-spacing: -0.10px;
}

h4 {
	font-size: 25px;
}

a {
	color: #DD4525;
	font-weight: 600;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		

	transition: 0.15s color ease-in-out;
}

a:hover {
	color: #111;
}

p, li, div, i, em, h5, h6, select, input, textarea {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;

	font-size: 16px;
	line-height: 140%;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;		
}

h6 {
	font-size: 110px;
}

p {

}

i, em {
	font-family: "Lato";	
}

em {
	font-weight: 700;
}

strong {
	font-weight: 700;
}

.noMarginTop {
	margin-top: 0px;
}

ul {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 25px;
}

ul li {
	margin-bottom: 10px;
}

/*

STRUCTURE

*/

html, body {
	font-family: Helvetica, Arial, sans-serif;

	margin: 0;
}

body {
	position: relative;
}

.wrapper {
	position: relative;
	z-index: 2;

	opacity: 1;

 	overflow: hidden;

}

.navi {
	position: fixed;
	top: -100px;

	z-index: 100;

	width: 100%;
	height: 60px;

	background-color: #1E2D46;
	background-color: #DD4525;
}

.naviContent {
	width: 100%;
	max-width: 1250px;
	height: 60px;
	margin: 0 auto;
}

.naviLogoContainer {
	background-color: #20304B;
	float: left;
	margin: 0px 10px 0 20px;
}

.naviLogo {
	position: relative;

	height: 100px;
	width: auto;
	
	box-sizing: border-box;

	cursor: pointer;
}

.btnNavi {
	float: left;
	height: 60px;
    
    -ms-user-select: none;
	user-select: none;

	cursor: pointer;
	margin-left: 10px;

	transition: background-color 0.15s ease-in-out;
}

.btnNavi:hover {
	background-color: #111;
}

.btnNavi p {
	font-family: "Noto Sans";
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	margin: 20px 12px 0 12px;
	color: #fff;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;			
}

.currentNavi {
	background-color: #20304B;
}

.currentNavi:hover {
	background-color: #20304B;
}


.menu {
	position: fixed;
	width: 100vw;
	z-index: 200;
}

.btnMenu {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	//border-radius: 25px;
	background-color: #DD4525;
	transition: 0.15s background-color ease-in-out;
	cursor: pointer;
	z-index: 202;

	display: none;
}

#iconMenuOpen, #iconMenuClose {
	position: absolute;
}

#iconMenuClose {
	opacity: 0;
}

.btnMenu:hover {
	background-color: #111;
}

.menuItems {
	position: relative;
	top: 0px;
	z-index: 201;

	width: 100vw;
	min-height: 100vh;
	background-color: #20304b;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;

	overflow: scroll;

	display: none;
}

.menuItems img {
	width: 200px;
	height: auto;
	margin: 0 auto;
}

.btnMenuItem {
	display: inline-block;
	padding: 20px 20px;
	background-color: #DD4525;
	margin-bottom: 10px;
	transition: 0.15s background-color ease-in-out;
	cursor: pointer;
}

.btnMenuItem:hover {
	background-color: #111;
}

.btnMenuItem p {
	font-family: "Noto Sans";
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}


.page {
	width: 100%;
	min-height: 100vh;


 	background-repeat: no-repeat;
 	background-attachment: scroll;
 	background-position: 50% 0px;
 	background-size: cover;
}

.content {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;

	padding: 50px;
	box-sizing: border-box;
}


.pageStart {
 	/*
 	background-image: url("uploads/images/bg_rytmi2.jpg");
 	*/
}

.pageStart .content {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	box-sizing: border-box;
}

.pageStart .startLogo {
	position: relative;
	width: calc(100% - 160px);
	width: 100%;
	//height: 460px;

	background-color: rgba(33,50,75,0.9);
	//background-color: rgba(225,60,20,0.9);

	box-sizing: border-box;
	padding: 30px;

	//float: left;
}

.pageStart .leftColumn,
.pageStart .rightColumn {
	width: 50%;
	float: left;
}

.pageStart .startLogo img {
	width: 90%;
	max-width: 360px;
	
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 20px;

}

.startBoxContainer {

}

.startBox {
	position: relative;
	top: 0px;
	margin-top: 0px;
}

.pageStart .startLogo p {
	color: #222;
	color: #eee;
	text-align: center;
	font-size: 17px;
	margin-bottom: 0px;
}

.pageStart .startButtons {
	position: relative;
	width: 100%;
	margin-top: 0px;

	box-sizing: border-box;
	padding: 5px;

	background-color: rgba(33,50,75,0.9);
}

.pageStart .btnStartContainer {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 5px;
}

.pageStart .btnStart {

	cursor: pointer;

	width: 100%;

	transition: 0.15s background-color ease-in-out;

	box-sizing: border-box;

	background-color: rgba(220,70,35,1);
}

.pageStart .btnStart:hover { 
	background-color: rgba(30,30,30,1);
}

.pageStart .btnStart p {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #222;
	color: #eee;
	text-align: center;
	//padding-top: 62px;
	padding: 32px 0 30px 0;
}

.pageEvents {

}

.pageEvents .content {

}

.pageEvents h1 {
	position: relative;
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #eee;
}

.pageEvents h2 {
	padding-top: 70px;
	font-size: 25px;
	font-family: "Vollkorn";
	font-weight: 400;
	color: #eee;
	margin-bottom: -10px;
	margin-left: 20px;
}

.pageEvents h3 {
	width: 25%;
	float: left;
	height: 40px;

	font-size: 25px;
	text-align: right;

	font-family: "Vollkorn";
	font-weight: 400;

	color: #eee;
}

.pageEvents h4 {
	width: 70%;
	float: right;
	height: 40px;

	font-size: 16px;
	font-weight: 400;

	padding-top: 5px;
	box-sizing: border-box;

	color: #eee;
}

.pageEvents p {
	display: block;
	clear: both;
	float: none;
}

.pageArt {
	text-align: center;
 	position: relative;
 	z-index: 10;
 	background-color: #fff;
}

.pageArt h1 {
	padding-top: 50px;
	font-weight: 700;
	margin-bottom: 30px;
}

.pageArt h2 {
	font-weight: 700;
}

.pageArt img {
	width: 100%;
}


/*

INFO

*/

.pageInfo {
	position: relative;
	z-index: 10;
}


.pageInfo .content {
	padding-top: 100px;
	max-width: 1000px;
}

.pageInfo .leftColumn {
	width: 65%;
	float: left;
	background-color: #eee;
	box-sizing: border-box;
	padding: 30px;
}

.pageInfo .rightColumn {
	width: 28%;
	float: right;
}

.infoHours {
	background-color: #20304B;
	text-align: center;
	padding: 50px 20px;
}

.infoHours h2 {
	color: #fff;
	font-size: 33px;
	margin-bottom: 15px;
}

.infoHours h4 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.infoHours h3 {
	color: #fff;
	font-size: 33px;
	margin-bottom: 0px;
}


/*

CONTACT

*/


.pageContact {
 	background-size: cover;
 	background-position: center bottom;
 	padding-top: 80px;
 	padding-bottom: 80px;
 	box-sizing: border-box;
}

.pageContact .content {
	text-align: center;
	background-color: #fff;
}

.pageContact h2 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #222;
}

.sendMessage {
	margin-top: 20px;
	margin-bottom: 70px;
}

#btnSendMessage {
	position: relative;
	border-radius: 3px;
	background-color: #DD4525;
	padding: 12px 20px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
	transition: 0.15s background-color ease-in-out;
}

#btnSendMessage:hover {
	background-color: #111;
}

#btnSendMessage p {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #eee;
}

.sendMessage {
}

.messageForm {
	display: none;
	height: 0;
	overflow: hidden;
}

.messageFormContent {
	padding: 12px;
	background-color: #ddd;
	background-color: #1E2D46;
	border-radius: 3px;
}

input, textarea {
	width: 100%;
	box-sizing: border-box;

	border: 0px solid #494949;

	appearance: none;
	box-shadow: none;
	outline: none;

	padding: 10px 10px;

	background-color: #fff;

	margin-bottom: 12px;

	border-radius: 2px;
}

textarea {
	resize: none;
	margin-bottom: -5px;
	height: 220px;

}

#messageStatus {
	margin-top: 40px;
	color: #DD4525;
	font-size: 22px;
	letter-spacing: -1px;
	display: none;
}

/*

BACKGROUND SOURCES

*/

.bgStartSource,
.bgInfoSource,
.bgEventsSource,
.bgContactSource {
	display: none;
}



/*

MEDIA QUERIES

*/

@media (max-width: 750px) {

	.navi {
		display: none;
	}

	.btnMenu {
		display: block;
	}

	.pageInfo .leftColumn {
		width: 100%;
		margin-bottom: 30px;
		padding: 20px;
	}

	.pageInfo .rightColumn {
		width: 100%;
	}

}

@media (max-width: 600px) {
	.pageStart .content {
		padding: 0;
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.content {
		padding: 20px 10px;
	}

	h1 {
		font-size: 35px;
		letter-spacing: -1px;
	}

	h2 {
		font-size: 28px;
		letter-spacing: -1px;
	}

	.pageContact h2 {
		text-align: center;
		font-size: 25px;
	}	

	h3 {
		font-size: 25px;
		letter-spacing: -0.10px;
	}

	h4 {
		font-size: 20px;
	}

	p {
		font-size: 15px;
	}

	.infoHours h2 {
		font-size: 28px;
	}

	.infoHours h4 {
		font-size: 20px;
	}

	.infoHours h3 {
		font-size: 28px;
	}

	.pageEvents h1 {
		font-size: 50px;
	}

	.pageEvents h3 {
		font-size: 20px;
		position: relative;
		top: 2px;
	}

}
