/*************************
** Core
**************************/
body 
{
	font-family: 'Open+Sans', sans-serif;
	background-color:#fff;
	color:#212121;
}


.spacer 
{
	height:15px;
	clear:both;
}
.spacer-lg 
{
	height:30px;
	clear:both;
}

/*************************
** Header
**************************/
header 
{
	background:transparent;
	min-height:70px;
	position: fixed;
	z-index:2000;
	width:100%;
}


/*************************
** Navigation
**************************/
header .navbar-default .navbar-toggle
{
	border-color:#FFF;
	margin-top: 15px;
    margin-right: 0px;
}
header .navbar-default .navbar-toggle .icon-bar
{
	background-color:#FFF;
}
header .navbar-default
{
	margin-bottom:0px;
	border:none;
	background-color: transparent;
}
header .navbar-nav>li>a 
{
	font-size: 1.1em;
	font-weight:400;
	color:#000 !important;
	text-align:center;
	text-transform:uppercase;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}
header .navbar-nav>li>a:hover 
{
	opacity:0.65;
}
header .navbar-nav>li.active>a 
{
	background: none !important;
	color:#FFA33E !important;
}
header .navbar-default .navbar-collapse
{
	background-color:rgba(255,255,255,0.8);
}


/*************************
** Slide
**************************/
.carousel
{
	height:100vh;
	background-color:#f1f1f1;
}
.carousel .carousel-inner 
{
	height:100%;
}
.carousel .carousel-inner .item 
{
	height:100vh;
	background-size:cover;
	background-repeat:no-repeat;
}

.carousel .carousel-inner .item .darken
{
	height:100%;
	width:100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.48) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.48) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.48) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a000000', endColorstr='#00ffffff',GradientType=0 );
}

.slide-container .carousel, .slide-container .carousel-inner 
{
	height:100%;
}
.slide-container .item 
{
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
}
.slide-container .item>.container
{
	height:100%;
	position:relative;
	padding-bottom:40px;
}

.carousel .strapline
{
	margin-top:100px;
	position:relative;
}

.carousel .strapline h1 
{
	font-size:3em;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	position:absolute;
	z-index:300;
	text-align:center;
	margin-top:-120px;
}
.carousel .strapline  h2 
{
	font-family: 'Pinyon Script', cursive;
    color: #FFA33E;
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    position: absolute;
    margin-top: -20px;
    width: 100%;
    text-align: center;    
	font-size: 5.5em;
    position: absolute;
    margin-top: -22px;
    width: 100%;
    text-align: center;
	margin-top:-160px;
}
.carousel .strapline p 
{
	font-size: 1.4em;
	color:#FFF;
	margin-top:180px;
	text-shadow:1px 1px #222;
	text-align:center;
}


/*************************
** Titles & Content
**************************/
#content
{
	padding-top:30px;
	padding-bottom:30px;
	min-height: 800px;
	color:#333;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
	margin-top:0px;
	color:#78bc43;
	margin-bottom:20px;
}
#content h1, #content h2, #content h3
{
	font-weight:bold;
}

#content p 
{
	color:#666;
	text-align:justify;
	margin-bottom:15px;
}

#content img 
{
	border-radius:15px;
	overflow:hidden;
}


.contact-form-container
{
	max-width:600px;
}
.contact-form-container textarea 
{
	height:400px;
}





/*************************
** Buttons
**************************/
.btn 
{
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
	border: none;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 11px 30px;
    min-width: 230px;
}
.btn.btn-primary
{
	border: 1px solid #FFA33E;
	background-color:#FFA33E;
    color: #fff;
}
.btn-green:hover 
{
	opacity:0.8;
	color:#FFF;
}
.btn-small 
{
	border-radius:50px;
	padding:5px 10px;
	font-size:1em;
	color:#FFF;
	font-weight:bold;
}

.btn-medium 
{
	border-radius:50px;
	padding:10px 20px;
	font-size:1.2em;
	color:#FFF;
	font-weight:bold;
}

.btn-large 
{
	border-radius:50px;
	padding:10px 30px;
	font-size:2.2em;
	color:#FFF;
	font-weight:bold;
}

.btn-pink
{
	background-color:#ce4a90;
	color:#FFF;
	border:none !important;
}
.btn-pink:hover 
{
	background-color:#ce4a90;
	color:#FFF;
	opacity:0.8;
	border:none !important;
}

.btn-white 
{
	background-color:#FFF;
	color:#dc6aa7;
}

#content form .btn-primary 
{
	border:none;
	background-color:#ce4a90;
	color:#FFF;
	padding:10px 25px;
}
#content form .btn-primary:hover 
{
	background-color:#ce4a90;
	color:#FFF;
	opacity:0.8;
}



/*************************
** Sections
**************************/
section.padded
{
	padding: 7em 0;
	position:relative;
	overflow:hidden;
}
section h1
{
	font-size: 2.2em;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
	position:absolute;
	z-index:300;
	top:25px;
	display:block;
	width:100%;
}
section h1+h2 
{
	font-family: 'Pinyon Script', cursive;
    color: #FFA33E;
    margin: 0;
    padding: 0;
    font-size: 3.2em;
    margin-top: -20px;
    width: 100%;
    text-align: center;
    font-size: 5.5em;
    text-align: center;
}
section h1+h2+p
{
	padding-top: 50px;
}

section h3 
{
	font-size: 1.3em;
	text-transform: uppercase;
    color: #000;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
	text-align:center;
}
section h3:before
 {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #FFA33E;
	position: absolute;
	bottom: 0;
	z-index: 2;
	-webkit-transition: width .5s;
	transition: width .5s;
}
section h3:hover:before
{
    width: 100%;
    background: #FFA33E;
}

section p
{
    color: #8b8e94;
    line-height: 1.6em;
    font-size: 1.2em;
	margin-bottom:20px;
}
section a 
{
	color:#FFA33E;
}
section a:hover, section a:focus 
{
	color:#ffbd75;
	text-decoration:none;
}

section .narrow 
{
	text-align:center;
}




.content img 
{
	max-width:100%;
	height:auto !important;
}





/*************************
** Hero
**************************/
section.hero
{
	height:600px;
	background-size:cover !important;
	background-repeat: no-repeat;
	background-color:#ccc;
	position:relative;
	overflow:hidden;
}
section.hero .container 
{
	position:relative;
	height:100%;
}
section.hero .darken 
{
	height:100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.47) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.47) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.47) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a000000', endColorstr='#00ffffff',GradientType=0 );
}
section.hero h1 
{
	position: absolute;
	color:#FFF;
	text-align:center;
	display:block;
	bottom:45px;
	top:auto;
	width:100%;
	line-height: 2.5em;
}
section.hero h1+h2 
{
	position: absolute;
	bottom: 105px;
	margin-top:0px;
}



/*************************
** Price List
**************************/
section.price-list
{
	padding:120px 0px;
}
section.price-list .price-item
{
	margin-bottom:30px;
	position:relative;
}
section.price-list .price-image
{
	display:table-cell;
	vertical-align:top;
}
section.price-list .price-image .image
{
	width: 80px;
	height:80px;
	position:relative;
	overflow:hidden;
	border-radius:50%;
}
section.price-list .price-image .image img 
{
	height:100%;
}
section.price-list .price-detail
{
	display:table-cell;
	vertical-align:top;
	padding-left:15px;
}
section.price-list .price
{
	position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #FFA33E;
	margin-top:-35px;
}
section.price-list h4 
{
	text-transform:uppercase;
	color:#000;
}



/*************************
** Events
**************************/
.event-list
{
	padding:15px 0px;
	position:relative;
	min-height:720px;
	background-color:#dfdfdf;
}
.event-list+section 
{
	margin-top:0px;
}
.event-list .event-content 
{
	top:-160px;
	width:100%;
	 z-index: 1;
}
.event-list .event-item
{
	background:#FFF;
	padding:15px;
}
.event-list .event-item .img 
{
	height:100px;
	display:block;
	margin:0px auto;
	vertical-align:top;
	overflow:hidden;
	width:100px;
	position:relative;
}
.event-list .event-item .img .image 
{
	width:100px;
	height:100px;
	border-radius:50%;
	overflow:hidden;
	transition: all .25s ease-in-out;
   -moz-transition: all .25s ease-in-out;
   -webkit-transition: all .25s ease-in-out;
}

.event-list .event-item .img .image:hover
{
	opacity:0.8;
}

.event-list .event-details
{
	display:block;
	vertical-align: top;
}
.event-list .event-details .event-details-inner
{
	background-color:#FFF;
	height:100%;
	width:100%;
	padding:10px;
}

.event-list .event-details h4 
{
	margin-top:0px;
	text-align:center;
	font-weight:100;
	margin-bottom:15px;
	line-height: 1.4em;
}
.event-list .event-details p 
{
	color: #8b8e94;
	font-size:1em;
	text-align:center;
}




/*************************
** Form
**************************/
section.form 
{
	padding: 7em 0;
}
section.form.columns
{
	text-align:center;
}

section.form label 
{
	color:#8b8e94;
    font-weight: 400;
	text-align:left !important;
	display:block;
}

.form-control
{
	border:1px solid #cfcfcf;
	box-shadow:none;
	font-size:1.1em;
	padding: 4px 10px;
    min-height: 46px;
	height:auto;
	-webkit-appearance:none;
}

.form-control:hover, .form-control:active
{
	border: 1px solid #FFA33E;
}

textarea.form-control
{
	min-height:180px;
}


section.form.columns .btn 
{
	margin-left:auto;
	margin-right:auto;
	outline: none !important;
}
section.form .btn:hover, section.form .btn:active, section.form .btn:active:hover
{
	border: 1px solid #FFA33E;
	background-color: #FFA33E !important;
	opacity:0.8;
}




.no-results
{
	background:#f1f1f1;
	font-size:1.1em;
	color:#333;
	padding:20px;
	margin-bottom:15px;
}



/*************************
** Footer
**************************/
footer
{
	background:#000;
	padding-top:60px;
	padding-bottom:60px;
	color:#FFF;
	text-align:center;
}
footer p 
{
	font-size:1.1em;
	color:#dfdfdf;
}
footer h4 
{
	text-transform:uppercase;
	font-weight:100;
	letter-spacing: .2em;
	text-align:center;
}
footer ul 
{
	list-style:none;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	width:100%;
	display:block;
}
footer ul li 
{
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	float:none !important;
}
footer ul li a:hover
{
	background-color:transparent !important;
	font-weight:bold;
	color:#222;
}
footer ul li a 
{
	color:#666;
	font-weight:400;
}

.footer-bottom
{
	background-color:#1b1b1b;
	color:#9a9898;
	font-size:1.2em;
	padding-top:15px;
	padding-bottom:15px;
}
.footer-bottom .small 
{
	text-align:center;
}
.footer-bottom a 
{
	color:#9a9898;
}
.footer-bottom a:hover, footer .footer-bottom a:focus 
{
	color:#FFA33E;
}

.footer-bottom .social-container
{
	font-size:2em;
	text-align:center;
	padding:15px 0px;
}