/* MAIN CSS */

html, body  {
	margin: 0;
	padding: 0;
	background: #000 url('../img/bg.jpg') center center fixed;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #dfdddf;
	width:100%;
	height:100%;
} 

a { text-decoration:underline; color:#fff; }
a:hover { text-decoration:underline; color:#fff; }
a:active { text-decoration:underline; color:#fff; }

h1, h2, h3 { 
	text-transform: uppercase;
	font-size: 30px;
	color:  #dd2252;
}

a:focus{
	outline: none;
}

p { text-align: justify; }

/* MAIN DIVS */

#wrapper{
	width: 100%;
	height: 100%;
	position: relative;
	}
	


/* END WRAPPER CSS */



/* START HEADER CSS */

#logo{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	margin-left: -250px;
	margin-top: -250px;
	background: url('../img/logo.png');
	height: 500px;
	width: 500px;
	}
	
#date {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	margin-left: 107px;
	margin-top: -278px;
	background: url('../img/date.png');
	height: 107px;
	width: 251px;
}

#soon {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	margin-left: 268px;
	margin-top: -10px;
	background: url('../img/soon.png');
	height: 17px;
	width: 149px;
}

#topMenu {
	width: 100%;
	height: 40px;
	position: absolute;
	top: -40px;
	left: 0;
	text-align: center;
	background: #dd2252;
	z-index: 100;
	position:fixed;
}


#topMenu ul {
	list-style:none;
	display: inline-block;
	padding: 0;
	margin: 0;
}
#topMenu ul li {
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
	float: left;
	-webkit-transition: all .2s ease-in-out;
}
#topMenu ul li:hover,.active{
	padding-top: 2px;
	cursor:pointer;
}

#menu {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 29px;
}

#menu  a {
	color: #fff;
	text-transform: uppercase;
	clear: both;
	float: left;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	line-height: 45px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
}
#menu  a:hover,.active{
	padding-left: 5px;
	cursor:pointer;
}

#m1 { margin-left: 257px; } 
#m2 { margin-left: 223px; } 
#m3 { margin-left: 178px; } 
#m4 { margin-left: 133px; } 
#m5 { margin-left: 89px; } 
.idT {  margin-left: 144px; margin-top: 130px }


.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
}

.wrapper{
	width:960px;
	height:100%;
	margin:0 auto;
	position:relative;
}

#hotelBookings {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -200px;
}

#indoorSelection, #eventInformation {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -200px;
}

.left { float: left; width: 450px; margin-right: 60px; }
.right { float: left; width: 450px; }


/* END HEADER CSS */





/******************************
 SLIDE 1
*******************************/
#slide1{
   position: relative;
}
/******************************
 SLIDE 2
*******************************/
#slide2{
	position: relative;
	background: url('../img/bg2.png') center center no-repeat;
}
#contact_form_holder { margin-top: 14px; }
.error {
	display: none;
	padding: 0 5px;
	color: #D8000C;
	font-size: 12px;
	background-color: #FFBABA;
	width: 200px;
	min-height: 27px;
	margin-top: 1px;
}

.success {
	display: none;
	padding: 10px;
	color: #044406;
	font-size: 12px;
	background-color: #B7FBB9;
}

input { border: none; width: 260px; height: 27px; padding: 0 5px; }
textarea { border: none; width: 400px; height: 120px; padding: 0 5px; }

#send_message {
	width: 80px;
	background: #dd2252;
	float: right;
	color: white;
}

/******************************
 SLIDE 3
*******************************/
#slide3{
	position: relative;
	background: url('../img/bg4.png') center center fixed;
}

/******************************
 SLIDE 4
*******************************/
#slide4{
	position: relative;
	background: url('../img/bg3.png') bottom right no-repeat;
}


.ecwid-Product {
	width: 168px;
	float: left;
	padding: 50px 50px 0 20px;
	text-align: center;
}
.ecwid-productBrowser-head {
	font-size: 20px;
	font-weight: bold;
}
.ecwid-productBrowser-price {
	color: #dd2252;
	font-size: 20px;
	padding: 5px 0;
	font-weight: bold;
}


@media screen and (max-device-width: 1080px) {
    .wrapper{
		width:90%;
		height:100%;
		margin:0 auto;
		position:relative;
	}
	#logo{
		position: absolute;
		top: 50%;
		left: 30%;
		padding: 0;
		margin-left: -250px;
		margin-top: -250px;
		background: url('../img/logo.png');
		height: 500px;
		width: 500px;
		}
}

