@CHARSET "ISO-8859-1";

/*Scroll To Top*/
.scrollToTop{
	padding:0px; 
	text-align:center; 
	font-weight: bold;
	color: rgba(0,0,0,1);
	position:fixed;
	bottom:0px;
	right:40px;
	display:none;
}
.scrollToTop:hover{
	text-decoration:none;
}


section{
	/*background:rgba(255,255,255,0.5);*/
	width:100%;
	padding:0px 30px;
	overflow-x:hidden;
}

.ie7 body{
	overflow:hidden;
}

html, body, #sb-site, .sb-site-container, .sb-slidebar {
	/* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html, body {
	width: 100%;
	overflow-x: hidden; /* Stops horizontal scrolling. */
}

html {
	height: 100%; /* Site is as tall as device. */
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
	overflow: hidden; /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}

ul
{
    list-style-type: none;
}

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

/* General Style */

a{
	color: #333;
	text-decoration: none;
}

.clr{
	clear: both;
}


/* Header */

header{
	padding: 30px 0px 0px 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
    background: rgba(34, 34, 34, 0.55);
}
header h1, .welcome{
	font-family: 'Great Vibes', cursive;
	font-size: 54px;
	font-weight: 400;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin:auto;
    padding:30px 0px 0px 0px;
}

header h2{
	font-size: 16px;
	font-family: Open Sans, Helvetica;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
	padding: 5px 0px 5px 50px;
}

/*#btn-container{
	background-color:#E83165;
	text-align:center;
	vertical-align:middle;
	height:100%;
	widht:100%;
}*/

#map{
	width: 500px;
	height: 380px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}


/*.div-box{
	margin: 0 auto;
}*/

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

.event{
	
}

.event p{
	font-family: Open Sans, Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size: 40px;
	font-weight: 400;
	color: #E83165;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    text-align:center;
    padding:30px 0px 0px 0px;
}

.event img{

}


/* Media Queries */
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}

@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
@media only screen and (max-device-width: 480px) {
	
}
}