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



body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	line-height:1.5;
	background-color: #aaaaaa;
	}

a{
	text-decoration:none;
}



.btn{
	background-color:#FFF;
	font-size:16px;
	font-family: "museo-sans",sans-serif;
	border:2px solid #444;
	height:40px;
	color:#000;
	padding:20px;
	text-decoration:none;
	vertical-align:bottom;
	cursor:pointer;
}


.btn:hover{
	background-color:#0084ff;
	color:#fff;
	text-decoration:none;
	
}

.btn_primary{
	background-color:#0084ff;
	font-size:16px;
	font-family: "museo-sans",sans-serif;
	border:2px solid #444;
	height:40px;
	color:#fff;
	padding:20px;
	text-decoration:none;
	vertical-align:bottom;
	cursor:pointer;
}


.btn_primary:hover{
	background-color:#fff;
	color:#000;
	text-decoration:none;
	
}

.btn-contacts{
	background-color:#FFF;
	font-size:16px;
	font-family: "museo-sans",sans-serif;
	border:2px solid #444;
	height:40px;
	color:#000;
	padding:20px;
	text-decoration:none;
	vertical-align:bottom;
	cursor:pointer;
	padding-left:277px;
	padding-right:277px;
}


.btn-contacts:hover{
	background-color:#0084ff;
	color:#fff;
	text-decoration:none;
}

@media (max-width:760px){
	.btn-contacts{
		width: 320px;
		padding-left:137px;
		padding-right: 137px;
	}
}



.title{
	font-family: "museo-sans",sans-serif;
	font-size:35px;
	color:#000;
	text-transform:uppercase;
	margin:0 auto;
	text-align:center;
}



.subtitle{
	font-size:12px;
	font-weight:bold;
}







/* STRUCTURE */

#loading{
	width:100%;
	height:100%;
	opacity:1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s; /* Safari */
    position: fixed;
}



#loading img{
	width:60px;
	height:60px;
	position:fixed;
	top:50%;
	left:50%;
}

#main-content-top {
	position: relative;
	float: left;
    opacity:1;
    transition: opacity 2s;
    -webkit-transition: opacity 2s; /* Safari */
	
}

#hero-container{
	position:fixed;
	top:-1165px;
	left:0px;
	width:100%;
	height:0%;
	min-height: 560px;
	background: url(../img/top-section-background.jpg);
	background-repeat:no-repeat;
	background-position:center;  
	margin-top: -45px;    
}


#scroll_down{
	margin-top: -45px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -30px;
}


@media (max-width:950px){
	#scroll_down {
	display: none;
	}
}

@media (max-height:730px){
	#scroll_down {
	display: none;
	}
}


#main-content-middle{
	position:absolute;
	height:auto;
	width: 100%;
	max-width: 1450px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	background:#fff;
	z-index: 9997;
	background-color: #ffffff;
}

@media (min-width:1450px){
	#main-content-middle {
		left: 50%;
		margin-left: -725px;
	}
}


#main-content-middle-2{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	max-width: 1450px;
	float: left;
	height: auto;
	z-index: 2;
	background-color: #474e55;
}

#main-content-middle-2 .container{
	background-color: #f7f7f7;
}

#main-content-middle-3b{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	float: left;
	height: auto;
	z-index: 2;
	background-repeat:no-repeat;
	background-position:center;
}

#main-content-middle-3b img{
	width: 100%;
	height: auto;
}



#main-content-middle-4{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	float: left;
	height: auto;
	z-index: 2;
}

#main-content-middle-4 .container{
	background-color: #ffffff;
}

#main-content-middle-5{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	float: left;
	height: 500px;
	z-index: 2;
	
}

#main-content-middle-6{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	float: left;
	height: auto;
	z-index: 2;
}

#main-content-middle-7{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	float: left;
	height: 521px;
	z-index: 2;
	background: url(../img/foto_spot_1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}


#main-content-middle-8{
	background-color: #000;
	margin-top: 3px;
	width: 100%;
	padding: 0px;
	position:relative;
	float: left;
	height: 500px;
	z-index: 2;
	background: url(../img/foto_spot_2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#main-content-middle-9{
	background-color: #000;
	margin-top: 3px;
	width: 100%;
	padding: 0px;
	position:relative;
	float: left;
	height: 500px;
	z-index: 2;
	background: url(../img/foto_spot_3.jpg);
	background-repeat:no-repeat;
	background-position:center;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}
	

#main-content-middle-10{
	background-color: #000;
	padding-top: 300px;
	margin-top: 3px;
	width: 100%;
	position:relative;
	float: left;
	height: 505px;
	z-index: 2;
	background: url(../img/foto_spot_4.jpg);
	background-repeat:no-repeat;
	background-position:center;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#main-content-middle-10a{
	background-color: #000;
	padding-top: 300px;
	margin-top: 3px;
	width: 100%;
	position:relative;
	float: left;
	height: 505px;
	z-index: 2;
	background: url(../img/foto_spot_7.jpg);
	background-repeat:no-repeat;
	background-position:center;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#main-content-middle-10b{
	background-color: #000;
	padding-top: 300px;
	margin-top: 3px;
	width: 100%;
	position:relative;
	float: left;
	height: 505px;
	z-index: 2;
	background: url(../img/foto_spot_8.jpg);
	background-repeat:no-repeat;
	background-position:center;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#main-content-middle-10c{
	background-color: #000;
	padding-top: 300px;
	margin-top: 3px;
	width: 100%;
	position:relative;
	float: left;
	height: 505px;
	z-index: 2;
	background: url(../img/foto_spot_9.jpg);
	background-repeat:no-repeat;
	background-position:center;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#main-content-middle-10d{
	background-color: #000;
	padding-top: 300px;
	margin-top: 3px;
	width: 100%;
	position:relative;
	float: left;
	height: 505px;
	z-index: 2;
	background: url(../img/foto_spot_10.jpg);
	background-repeat:no-repeat;
	background-position:center;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#main-content-middle-10e{
	background-color: #000;
	padding-top: 300px;
	margin-top: 3px;
	width: 100%;
	position:relative;
	float: left;
	height: 505px;
	z-index: 2;
	background: url(../img/foto_spot_11.jpg);
	background-repeat:no-repeat;
	background-position:center;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

#main-content-middle-11{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	float: left;
	height: 40px;
	z-index: 2;
	background: url(../img/separator.jpg);
	background-repeat:no-repeat;
	background-position:center;
}



#main-content-middle-12{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	float: left;
	height: auto;
	z-index: 2;
	margin-bottom: 20px;
}

#main-content-middle-13{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position:relative;
	float: left;
	z-index: 2;
}
	
	
.container{
	width:950px;
	height:auto;
	margin:0 auto;
}

@media (max-width:1100px){
	.container{
		width:100%;
	}
}


#prices{
	position:relative;
	float:left;
	height:auto;
	width:950px;
	
}


#Modal{
z-index:9999;
}



/* NAVBAR */
#navbar{
	height:70px;
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color: #fff;
	z-index:9998;
	margin: 0 auto;
}

@media (max-width:760px){
	#navbar {
	height: 160px;
	}
}



.logo_big{
	position: fixed;
	width: 106px;
	left: 50%;
	margin-left: -53px;
	cursor: pointer;
	margin-top: -2px
}

.logo_big:hover{
	margin-top: 0px;
}



	
#vert-container {
	overflow:hidden;
	margin-top: 30px;
}

#vert-container_ita{
	overflow:hidden;
	margin-top: 30px;
}
#navlist{
	margin-top:20px;
	margin-top:5px;
	display:block;
	width:100%;
	margin: 0 auto;
}

@media (max-width:990px){
	#navlist {
	margin: 0 auto;
	text-align: center;
	}
}


@media (max-width:1100px){
	#navlist {
		width: auto;
		margin: 0 auto;
	}
}


#navlist li
{
	display: block;
	list-style-type: none;
	padding-top:0px;
	padding-bottom:10px;
	font-family: "museo-sans",sans-serif;
	transition: all 0.7s linear;
	-webkit-transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	-ms-transition: all 0.7s linear;
}

 li .location-menu{
	padding-left: 140px;
}


.vc_transition{
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}



@media (min-width:990px){
	#navlist li{
	padding-right: 16px;
	padding-left:16px;
	display: inline;
	}
	#vert-container {
	height:auto;
	padding-left:90px;
	}
	#vert-container_ita {
	height:auto;
	padding-left:70px;
	}

}

@media (max-width:990px){
	#navlist{
	margin-left: 0px;
	padding-left: 0px;
	width: 665px;
	}
	#navlist li{
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
	}
	#vert-container {
	height:auto;
	padding-left:70px;
	}
	#navlist .location-menu{
	padding-left: 0px;
}
}


@media (max-width:760px){
	#navlist{
	width: 100%;
	margin: 0 auto;
	}
	#navlist li{
	display: block;
	}
	#vert-container {
	height:0px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 4px 4px #ddd;
	}
	#vert-container_ita {
	height:0px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 4px 4px #ddd;
	}
}


#navlist .logo_small{
	display: none;
}


#navlist .logo_big{
	display: inline;
}

#navlist .arrow{
	display: none;
}

#navlist .location-menu{
	padding-left: 140px;
}



@media (max-width:760px){
	#navlist .logo_big{
	display: none;
	}
	#navlist .logo_small{
	display: block;
	width: 90px;
	margin: 0 auto;
	}
	#navlist .arrow{
	display: block;
	}
	#navlist .location-menu{
	padding-left: 0px;
}
}




#navlist li a
{
text-decoration:none;
color:#000;
font-size:13px;
cursor:pointer;
}

@media (max-width:760px){
	#navlist li a{
	padding-top: 10px;
	text-transform: uppercase;
	}
}

#navlist li a:hover
{
text-decoration:none;
color:#007bff;
font-size:13px;
}

.rotated {
transform: rotate(180deg);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari and Chrome */
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
}




/* MAIN HERO */


.container-intro{
	cursor:pointer;
}

#hero-container p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

@media (max-width:760px){
#hero-container{
	background: url(../img/top-section-background-small.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top: 15px;  
}}

#intro{
	font-size:52px;
	line-height:1;
	font-family: "museo-sans",sans-serif;
	color:white;
	font-weight:200;
	margin:0 auto;
	text-shadow: 1px 1px 7px #777;
	text-align:center;
	text-transform:uppercase;
	width:700px;
	padding:25px;
	opacity:0;
	filter:alpha(opacity=0);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-outx;
	-ms-transition: all 0.3s ease-out
}

#language_selector{
	font-size: 11px;
	width: 250px;
	margin: 0 auto;
	padding: 5px;
	margin-top: 25px;
	list-style: none;
}
#intro .language_selector{
	font-size: 12px;
	color: #fff;
	z-index: 99999;
	text-shadow: 1px 1px 7px #777;
}


@media (min-width:1000px){
#intro{
	font-size:55px;
	width:800px;
	margin-top: 50px;
}}


@media (max-width:960px){
#intro{
	font-size:40px;
	width:800px;
}}

@media (max-width:760px){
#intro{
	display: none;
}}


.supported{
	padding-top:15px;
}
	
#hurley-logo{
	margin:0 auto;
	padding-top:15px;
	}







/* ACCOMODATION */




#accomodation{
	background-color:#fff;
	position:relative;
	height:auto;
	width:950px;
	margin-top:35px;
	padding-bottom:6px;
	float:left;
}


@media (max-width:1100px){
	#accomodation{
		width:100%;
	}
}

#accomodation .title{
	margin-top: 0px;
}


@media (max-width:760px){
	#accomodation .title{
		margin-top: -120px;
		font-size: 25px;
	}
}

@media (max-width:620px){
	#accomodation .title{
		margin-top: -80px;
		font-size: 25px;
	}
}

@media (max-width:520px){
	#accomodation .title{
		margin-top: -30px;
		font-size: 25px;
	}
}

@media (max-width:400px){
	#accomodation .title{
		margin-top: 10px;
		font-size: 25px;
	}

}


#accomodation p{
	font-family: "museo-sans",sans-serif;
	font-size:14px;
	line-height:2;
	padding-top:25px;
	padding-bottom:0px;
	max-width:720px;
	margin:0 auto;
	text-align:center;
}

@media (max-width: 400px){
	#accomodation p{
	font-family: "museo-sans",sans-serif;
	font-size:13px;
	padding-left: 10px;
	padding-right: 10px;
}
}





#accomodation .higlighted{
	text-align:center;
	list-style-type: none;
	font-family: "museo-sans",sans-serif;
	font-size:16px;
	list-style:none;
    padding-bottom:20px;
	font-weight:500;
	margin:0 auto;
	text-transform: uppercase;
}

@media (max-width: 400px){
	#accomodation .higlighted{
	font-family: "museo-sans",sans-serif;
	font-size:16px;
	padding-left: 10px;
	padding-right: 10px;
}
}

	
#accomodation span{
	padding-top:10px;
	padding-bottom:10px;
	}


#highlighted_hostel{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	list-style-type: none;
	font-family: "museo-sans",sans-serif;
}

#highlighted_hostel .left img{
	width: 60px;
	margin: 0 auto;
	padding-bottom: -30px;
}

#highlighted_hostel p{
	padding-top: 10px;
}

#highlighted_hostel .title{
	font-size: 16px;
	font-weight: 500;
}

#highlighted_hostel .left{
	display: inline-block;
	width: 230px;
	height: 160px;
	margin: 0 auto;
	vertical-align: bottom;	
	border-right: 1px solid #e5e5e5;
	padding-right: 20px;
}

#highlighted_hostel .center{
	display: inline-block;
	width: 230px;
	height: 160px;
	margin: 0 auto;
	vertical-align: bottom;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #e5e5e5;
}

#highlighted_hostel .right{
	display: inline-block;
	width: 230px;
	height: 160px;
	margin: 0 auto;
	vertical-align: bottom;
	padding-left: 20px;

}

#highlighted_hostel .bottom{
	float: left;
	max-width: 100%;
	height: 320px;
	background-color: #666;
}

@media (max-width: 780px){
	#highlighted_hostel img{
		display: none;
}
	#highlighted_hostel .left{
		border-right: 0px;
		padding-right: 0px;
		height: 100px
}
    #highlighted_hostel .center{
		padding-right: 0px;
		padding-left: 0px;
		border-right: 0px;
		height: 100px;
}
	#highlighted_hostel .right{
	padding-left: 0px;
	height: 100px;
}
}



#booknow{
	width:138px;
	height:auto;
	margin:0 auto;
	padding-bottom:50px;
	padding-top: 30px;	
}

#booknow_ita{
	width:128px;
	height:auto;
	margin:0 auto;
	padding-bottom:50px;
	padding-top: 30px;	
}

#gallery-ostello{
	height:auto;
	width: 830px;
	margin:0 auto;
	opacity: 0;
	margin-top: -5px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}

.gallery-tooltip{
	font-style: italic;
	color: #999;
	font-size: 12px;
	text-align: center;
	margin-bottom: 44px;
}

@media (max-width:992px){
	#gallery-ostello{
		width:420px;
	}
}

@media (max-width:420px){
	#gallery-ostello{
		width:200px;
	}
}




.gallery-ostello p{
	padding:0px;	
}



#background-gallery-ostello-thumbnail-1{
	height:206px;
	width:206px;
	overflow:hidden;
	background-image:url(../img/background-gallery.gif);
	display:inline;
	cursor:pointer;
	float:left;
	margin-right: 1px;
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

#background-gallery-ostello-thumbnail-2{
	height:206px;
	width:206px;
	overflow:hidden;
	background-image:url(../img/background-gallery.gif);
	display:inline;
	cursor:pointer;
	float:left;
	margin-right: 1px;
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

#background-gallery-ostello-thumbnail-3{
	height:206px;
	width:206px;
	overflow:hidden;
	background-image:url(../img/background-gallery.gif);
	display:inline;
	cursor:pointer;
	float:left;
	margin-right: 1px;
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

#background-gallery-ostello-thumbnail-4{
	height:206px;
	width:206px;
	overflow:hidden;
	background-image:url(../img/background-gallery.gif);
	display:inline;
	cursor:pointer;
	float:left;
	margin-right: 1px;
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}

.gallery-ostello-thumbnail{
	height:206px;
	width:206px;
	overflow:hidden;
	background-image:url(../img/photos/hostel1.png);
	display:inline;
	cursor:pointer;
	float:left;
	margin-right: 1px;
}


.gallery-ostello-thumbnail2{
	height:206px;
	width:206px;
	overflow:hidden;
	background-image:url(../img/photos/couple.png);
	display:inline;
	cursor:pointer;
	float:left;
	margin-right: 1px;
}

.gallery-ostello-thumbnail3{
	height:206px;
	width:206px;
	overflow:hidden;
	background-image:url(../img/photos/double.png);
	display:inline;
	cursor:pointer;
	float:left;
	margin-right: 1px;
}

.gallery-ostello-thumbnail4{
	height:206px;
	width:206px;
	overflow:hidden;
	background-image:url(../img/photos/quadruple.png);
	display:inline;
	cursor:pointer;
	float:left;

}

#text_1, #text_2, #text_3, #text_4{
	height:200px;
	font-family: "museo-sans",sans-serif;
	font-size:16px;
	color:#FFF;
	margin:0 auto;
	text-align:center;
	margin-top:70px;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
}

.thumbnail-subtitle{
	font-size: 11px;
}

#gallery-overlay-1, #gallery-overlay-2, #gallery-overlay-3, #gallery-overlay-4{
	height:198px;
	width:198px;
	margin: 4px;
	background-color:#000;
	opacity:0;
	filter:alpha(opacity=0);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	z-index:3000;
	padding:20px;
}


.gallery-ostello p{
	color:#FFF;
	font-family: AlternateGothicNo2BT-Regular,"Arial Narrow",sans-serif;
	font-size:30px;
	padding:30px;
	text-transform:uppercase;
}








/* SURF LESSONS */


#surf-lessons{
	position:relative;
	height:auto;
	width:950px;
	margin-top:0px;
	padding-bottom:40px;
	float:left;
	color: #fcfcfc;
}

@media (max-width:1100px){
	#surf-lessons{
		width:100%;
	}
}

#surf-lessons .title{
	padding-top:50px;
	text-align:center;
	color: #ffffff;	
}

@media (max-width:760px){
	#surf-lessons .title{
		font-size: 25px;
		margin-top: 0px;
	}
}


#surf-lessons p{
	font-family: "museo-sans",sans-serif;
	font-size:14px;
	line-height:2;
	margin-top:45px;
	max-width:720px;
	margin:0 auto;
	text-align:center;
	padding-bottom: 50px;

}


@media (max-width: 400px){
	#surf-lessons p{
	font-family: "museo-sans",sans-serif;
	font-size:13px;
	padding-left: 10px;
	padding-right: 10px;
}
}



#surf-lessons #booknow{
	height:auto;
	margin-top:0px;
}







/* INSTRUCTOR */




#instructor{
	position:relative;
	height:auto;
	width:950px;
	margin-top:-20px;
	padding-bottom:20px;
	float:left;
}


@media (max-width:1100px){
	#instructor{
		width:100%;
	}
}

#instructor .title{
	padding-top:60px;
	text-align:center;
	line-height: 1;
	color: #000;

}

@media (max-width:760px){
	#instructor .title{
		font-size: 25px;
		margin-top: 0px;
	}
}



#instructor p{
	font-family: "museo-sans",sans-serif;
	font-size:14px;
	line-height:2;
	padding-top:0px;
	padding-bottom:0px;
	max-width:650px;
	margin:0 auto;
	text-align:center;
	color: #000000;

}


@media (max-width: 400px){
	#instructor p{
	font-family: "museo-sans",sans-serif;
	font-size:14px;
	padding-left: 10px;
	padding-right: 10px;
}
}

#instructor-photo{
	padding-top:25px;
	width:216px;
	height:216px;
	margin:0 auto;
}

#image-surf-lesson{
	width: 224px;
	height: 153px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 70px;
	opacity: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}




/* LOCATION */



#location{
	position:relative;
	height:auto;
	width:950px;
	margin-top:-20px;
	padding-bottom:5px;
	float:left;
}


@media (max-width:1100px){
	#location{
		width:100%;
	}
}

#location .title{
	padding-top:60px;
	text-align:center;
	line-height: 1;
	color: #000000;
}

@media (max-width:760px){
	#location .title{
		font-size: 25px;
		margin-top: 0px;
	}
}



#location p{
	font-family: "museo-sans",sans-serif;
	font-size:14px;
	line-height:2;
	padding-top:15px;
	padding-bottom:0px;
	max-width:720px;
	margin:0 auto;
	text-align:center;
	color: #000000;

}


@media (max-width: 400px){
	#location p{
	font-family: "museo-sans",sans-serif;
	font-size:14px;
	padding-left: 10px;
	padding-right: 10px;
}
}


.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	margin: 0 auto;
}
	

/* SURF-SPOT */


#surf-spot{
	position:relative;
	height:auto;
	width:950px;
	padding-bottom:30px;
	float:left;
}


@media (max-width:1100px){
	#surf-spot{
		width:100%;
	}
}

#surf-spot .title{
	padding-top:60px;
	text-align:center;
	line-height: 1;
	color: #000000;
}

@media (max-width:760px){
	#surf-spot .title{
		font-size: 25px;
		margin-top: 0px;
	}
}



#surf-spot p{
	font-family: "museo-sans",sans-serif;
	font-size:14px;
	line-height:2;
	padding-top:15px;
	padding-bottom:0px;
	max-width:720px;
	margin:0 auto;
	text-align:center;
	color: #000000;

}


@media (max-width: 400px){
	#surf-spot p{
	font-family: "museo-sans",sans-serif;
	font-size:14px;
	padding-left: 10px;
	padding-right: 10px;
}
}


#surfspot-gallery{
	margin-top:25px;
	opacity: 0;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
}



/* CONTACTS */

#contacts-form-container{
	position:relative;
	height:670px;
	width:100%;
	margin-top:-20px;
	padding-bottom:50px;
	float:left;
}


@media (max-width:1100px){
	#contacts-form-container{
		width:100%;
	}
}

#contacts-form-container .title{
	padding-top:60px;
	text-align:center;
	line-height: 1;
	color: #000000;
}

@media (max-width:760px){
	#contacts-form-container .title{
		font-size: 25px;
		margin-top: 0px;
	}
}



#contacts-form-container p{
	font-family: "museo-sans",sans-serif;
	font-size:14px;
	line-height:2;
	padding-bottom:0px;
	max-width:720px;
	margin:0 auto;
	text-align:center;
	color: #000000;

}


@media (max-width: 400px){
	#contacts-form-container p{
	font-family: "museo-sans",sans-serif;
	font-size:14px;
	padding-left: 10px;
	padding-right: 10px;
}
}


.contact-form-structure{
	width:600px;
	margin:0 auto;
	padding-top:20px;
	margin-bottom:135px;
}

@media (max-width:760px){
	.contact-form-structure{
		width: 320px
	}
}


#contacts_name{
	width:600px;
	border:0px;
	background-color:#f7f7f7;
	padding:10px;
	font-size:12px;	
}

@media (max-width:760px){
	#contacts_name{
		width: 320px
	}
}

#contacts_name:focus{
	border:0px;
	background-color:#e5e5e5;
	padding:10px;
	font-size:12px;	
	outline: none;
}

#contacts_email{
	width:600px;
	border:0px;
	background-color:#f7f7f7;
	padding:10px;
	font-size:12px;
	margin-top:5px;
}

@media (max-width:760px){
	#contacts_email{
		width: 320px
	}
}

#contacts_email:focus{
	border:0px;
	background-color:#e5e5e5;
	padding:10px;
	font-size:12px;
	margin-top:5px;
	outline:none;
}

#contacts_message{
	width:600px;
	height:150px;
	border:0px;
	background-color:#f7f7f7;
	padding:10px;
	font-size:12px;
	margin-top:5px;
	overflow:hidden;
    resize: none; 
}

@media (max-width:760px){
	#contacts_message{
		width: 320px
	}
}

#contacts_message:focus{
	height:150px;
	border:0px;
	background-color:#e5e5e5;
	padding:10px;
	font-size:12px;
	margin-top:5px;
	overflow:hidden;
	outline:none;
}

	
.form-button{
	position:relative;
	width:85px;
	margin-top:10px;
}

.alert-area{
	height:30px;
}

#contacts-form-container .alert-area-success p{
	width:600px;
	text-align:center;
	color:#0C6;
	font-family: "museo-sans",sans-serif;
}



#contacts-form-container .alert-area-error p{
	width:600px;
	text-align:center;
	color:#fff;
	background-color: red;
	opacity:0.8;
	font-size: 12px;
	filter:alpha(opacity=80);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	font-family: "museo-sans",sans-serif;
}

@media (max-width:760px){
	#contacts-form-container .alert-area-success p{
		width: 320px
	}
	#contacts-form-container .alert-area-error p{
		width: 320px
	}
}

#contacts-form-container .contact_small{
	font-size: 11px;
	color: #666;
	padding-top: 15px;
	padding-bottom: 5px;
}

	
/* FOOTER */
	

#footer{
	position:fixed;
	bottom:0px;
	height:0px;
	width:100%;
	max-width: 1450px;
	border-top:1px solid #e7e7e7;
	background-color:#fff;
	float:left;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	background-color:#aaa;
	}
	


@media (max-height:600px){
	#footer {
		height:135px;
		position: relative;
		margin-top: -130px;
	}
}


#back-to-top{
	width:100%;
    background-image:url(../img/background-modal.png);
    cursor:pointer;
}

#back-to-top-image{
	opacity:0.4;
	filter:alpha(opacity=40);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
	

#back-to-top img{
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding:10px;
}

#footer-contacts{
	width:950px;
	margin:0 auto;
	font-family: "museo-sans",sans-serif;
	font-size:11px;
	line-height:1.9;
	margin-top:10px;
	color:#fff;
	text-align:left;
}

#footer-contacts a{
	color:#FFF;
	text-decoration:underline;
}

#footer-contacts a:hover{
	text-decoration:none;
}

#footer-contacts td{
	vertical-align:top;
}

.social-icons{
	width:30px;
	margin:0 auto;
	padding-top:5px;
}

#facebook{
	position:relative;
	float:left;
	display:block;
	height:30px;
	width:30px;
	background-image:url(../img/facebook.png);
	background-repeat:no-repeat;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
}

#facebook:hover{
	padding-left:10px;
	background-image:url(../img/facebook-hover.png);
	background-repeat:no-repeat;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}




/* STYLE ADDITION TO MODAL GALLERY */

.modal-backdrop {
	z-index:9999;
        background-position: center;
        background-repeat: no-repeat;
}
#close-modal{
	z-index: 1200;
	position: fixed;
	top: 10px;
	right:20px;
}

#close-modal .close-modal-btn{
	cursor: pointer;
}

#close-modal .close-modal-btn img{ 
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}

#close-modal .close-modal-btn img:hover{ 
	behavior:url(-ms-transform.htc);
            /* Firefox */
            -moz-transform:rotate(90deg);
            /* Safari and Chrome */
            -webkit-transform:rotate(90deg);
            /* Opera */
            -o-transform:rotate(90deg);
            /* IE9 */
            -ms-transform:rotate(90deg);
            /* IE6,IE7 */
} 


.modal-dialog{
	width: 950px;
}

@media (max-width:950px){
	.modal-dialog{
		width:100%;

	}
}


.modal-content{
	width: 100%;
}
#modal-container{
	width: 950px;
	margin: 0 auto;
}

@media (max-width:950px){
	#modal-container{
		width:100%;

	}
}

.modal-header{
	height: 70px;
	font-size:30px;
	font-family: "museo-sans",sans-serif;
	text-align: center
}

@media (max-width:950px){
	.modal-header{
		font-size: 18px;
		height: 55px;
	}
}

.modal img{
   	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}



.pricing-block{
	width: 100%;
	height: auto;
	background-color: #fff;
	float: left;
	padding-bottom: 30px;
	border-bottom: 2px solid #e5e5e5;
}

.pricing-block .room-thumb{
	float: left;

}

.pricing-block .room-thumb img{
	width: 100%;
	height: auto;
}

.room-pricing{
	position: relative;
	float: left;
	width: 100%;
	padding-right: 50px;
	font-family: "museo-sans",sans-serif;	
	text-align: center;
	padding-bottom: 15px;
}

@media (max-width:950px){
	.room-pricing{
		float: left;
		padding-right: 0px;
		padding-left: 10px;
		padding-top: 5px;
	}
}

.pricing-block .modal-title-room{
	font-size:22px;
	font-family: "museo-sans",sans-serif;
}

.pricing-block .pricing{
	padding-top: 10px;
}

@media (max-width:950px){
	.pricing-block .pricing{
		font-size: 11px;
	}
}

@media (max-width:950px){
	.pricing-block .modal-sub-title-room{
		font-size: 11px;
	}
}

#image-gallery img{
	padding-bottom: 10px;
}

.pricing .pricing-left{
	float: left;
	width: 292px;
}

.pricing .pricing-center{
	width: 292px;
	float: left;
}

.pricing .pricing-right{
	width: 292px;
	float: left;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}







	
