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

@import url(http://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,100,100italic,900,900italic);

@import url(http://fonts.googleapis.com/css?family=PT%20Sans:400,700);

@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,600,800);

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	background:#FFF;
	
}
a {
	color:#f84d26;
}
a:hover, a:focus {
	color:#d23916;
}
ul, ol {
	list-style:none;
}
iframe {
border: 0;
}

/*==========1. HEADER==============*/

.jumbotron {
	position: relative;
	color: #fff;
}
.masthead {
	height:840px;
	background:url(../images/header_img1.jpg) no-repeat #000; /* Old browsers */
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;
}
.navbar {
	background:	#000;
	border-bottom: 1px solid #696a6a;
}
.navbar-inner {
	background:none;
	border:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding-top: 5px;
	filter:none;
	-ms-filter:none;
}
.navbar .nav > li > a {
	color:#FFF;
	text-transform:uppercase;
	text-shadow: none;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color:#CCC;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background:none;
	color:#f84d26;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.navbar .nav {
	padding-top:5px;
}
.navbar .btn, .navbar .btn-group {
	margin-top:0;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #FFF;
	background-color: transparent;
}
.navbar li.dropdown:hover ul {
	display:block;
}
.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
	top:97%;
}
/*.navbar-absolute + div {
	margin-top: 68px;
}*/
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background:#ba091a;
	background-image:none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background:#ba091a;
}
.btn {
	background:#8b8b8b;
	color:#FFF;
	text-shadow:none;
	border: 0;
}
.btn:hover, .btn:focus, .btn:active {
	background:#6f6f6f;
	color:#FFF;
}
.btn-med {
	font-size: 14px;
	padding: 5px 18px;
}
.btn-large {
	font-size:18px;
	padding:20px 50px;
}
.btn-success {
	background-color: #2cc76a;
	background-image:none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background-color: #22bb5f!important;
	color:#FFF!important;
}
.btn-primary {
	background-color: #2db6d8;
	background-image:none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #209ab8!important;
	color:#FFF!important;
}
.btn-danger {
	background-color: #e03114;
	background-image:none;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background-color: #d62d11!important;
	color:#FFF!important;
}
.navbar .nav > .active > a.btn {
	background-color: #22bb5f!important;
	color:#FFF!important;
}
/*==========2. SLIDER ==============*/


.overview {
	background:none;
	text-align:center;
	padding-top:200px;
	padding-bottom:0;
}
.home .overview {
	padding-top:250px;
}
.overview h1 {
	padding-bottom:15px;
	font-size:82px;
	text-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 40px;
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 600;
}
.overview h3 {
	font-weight:normal;
	padding-bottom:15px;
	font-size:40px;
}

.overview ul li {
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;	
	line-height: 40px;
	
}

/*.overview ul li:hover { color: #69d2e7; }
*/
.fancy {
	line-height: 0.5;
	text-align: center;
}
.fancy span {
	display: inline-block;
	position: relative;
}
.fancy span:before, .fancy span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	top: 8px;
	width: 180px;
}
.fancy span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy span:after {
	left: 100%;
	margin-left: 15px;
}
/*==========3. EVENTS==============*/

.PageHead {
	margin:20px 0;
	text-align:center;
}
.PageHead h3 {
	text-align:center;
	text-transform:uppercase;
}
.PageHead h3 span {
	display:block;
	line-height: 0;
}
.PageHead.inverse {
	color:#FFF;
}
.EventsList {
	margin-bottom:15px;
}
.EventsList .thumbnail {
	border:0;
	text-align:center;
	text-transform:uppercase;
	box-shadow:none;
}
.EventsList .thumbnail h3 {
	color:#ba091a;
	font-size: 20px;
	line-height: 1;
}
.EventsList .thumbnail, .EventsList .caption {
	margin:0;
	padding:0;
}
.showmore {
	border:1px #CCC solid;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:8px 10px;
	color:#666;
}
.showmore:hover {
	text-decoration:none;
	color:#999;
}
.sectionfooter {
	margin:30px 0;
}
/*==========4. ABOUT THE BAND==============*/

.about {
	color: #fff;
	background:url(../images/about_img.jpg) #000 center center; /* Old browsers */
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;
}
.theteam {
	margin-bottom:30px;
}
.theteam img {
	cursor:pointer;
}
.theteam img:hover {
	opacity:0.5;
}




/*==========Portfolio ==============*/


/*MORE CSS ON THIS SECTION (ESPECALLY LIGHTBOX) CAN BE FOUND ON jquery.fancybox.css*/



/*==========6. OUR MEDIA ==============*/

.ourmedia {
	color: #fff;
	background:url(../images/media_img.jpg) #000 center center; /* Old browsers */
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;
}
.MediaThumb {
	margin:30px 0;
}
.MediaThumb div {
	cursor:pointer;
}
.MediaThumb img {
	border:solid 5px #151515;
	min-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.MediaThumb p {
	text-transform:uppercase;
	text-align:center;
	padding:5px 0;
	background:transparent;
	border:solid 5px transparent;
	color:#a0a0a0;
}
.MediaThumb div:hover img {
	border:solid 5px #FFF;
}
.MediaThumb div:hover p {
	background:#FFF;
	border:solid 5px #FFF;
	color:#333;
}
/*==========7. CONTACT ==============*/

.ContactUs {
	margin-top:25px;
}
.ContactUs input[type=text], .ContactUs input[type=email] {
	height:50px;
}
.ContactUs textarea {
	height:150px;
}
/*==========8. FOOTER ==============*/


.footer {
	color: #fff;
/*	background:url(../images/footer_img.jpg) no-repeat #000 center center; /* Old browsers */
    background: #000;
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	padding-bottom:50px;
	-ms-background-position-x:center !important;
	margin: 0 -20px;
	padding: 0 20px;
}
#TwitterBlock {
	width:100%;
	text-align:center;
}
#TwitterBlock iframe {
	width:100%;
	height:auto;
}
#TwitterLogo {
	width:50px;
	margin:10px auto;
}
#TwitterLogo img {
	max-width:100%;
}
#TwitterFooter {
	font-size:12px;
	color:#999999;
	text-align:center;
	position:relative;
	margin-top:-50px;
}
.socialButtons {
	text-align:center;
	margin:50px 0;
}
.socialButtons a {
	padding:5px;
}
.socialButtons a:hover {
	opacity:0.5;
}
/*==========9. BLOG ==============*/

.blog { padding-top: 88px; padding-bottom: 50px;}
.blogpost {
	margin-bottom:30px;
}
.blogpost img {
	padding:10px 0;
	max-width:100%;
	min-width:100%;
}
.blog h1.title {
	font-size:30px;
	line-height:32px;
}
.blog h3.subtitle {
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	padding-bottom:5px;
}
.bloglist {
	margin:0;
	padding:0;
	list-style:none;
}
.bloglist li {
	padding:5px 0;
	color:#666;
}
.bloglist li a {
	color:#666;
}
.commentform input {
	height: 40px;
}
.commentform textarea {
	height:150px;
}
.commentform p {
	text-align:right;
}
.commentform .btn {
	margin-right:0;
}
.media-list p {
	margin-bottom:30px;
}
.media-list .timestamp {
	font-size:12px;
	color:#999;
	display:block;
	padding:5px 0;
}
/*==========10. 404 PAGE NOT FOUND ==============*/

.pagenotfound {
	background:	url(../images/404.jpg) no-repeat center center;
	background-size:cover;
	display: table;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color:#FFF;
}
.pagenotfound .content404 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color:#FFF;
}
.pagenotfound h1 {
	font-size:150px;
	font-weight:bold;
	margin:50px 0;
}
/*==========11. COMING SOON ==============*/


.comingsoon {
	background:	url(../images/header_img1.jpg) no-repeat center center;
	background-size:cover;
	display: table;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color:#FFF;
}
.comingsoon .contentcoming {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color:#FFF;
}


/*==========12. CUSTOM MEDIA QUERIES==============*/


/*MEDIA QUERIES*/

@media (max-width: 979px) {
 .hero-unit {
 padding-top:250px;
}
 .hero-unit h1 {
 font-size:60px;
}
 .hero-unit h3 {
 font-size:18px;
 line-height:25px;
 padding-top:5px;
 padding-bottom:5px;
 font-weight:normal;
}
 .navbar .btn-navbar {
margin-top: 20px;
background: transparent;
text-shadow: none;
border: 0;
box-shadow: none;
}
 .navbar .btn-navbar:hover {
 background: transparent;
}
 .navbar-fixed-top.navbar-absolute {
 position: absolute;
 margin: 0;
}
 .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
 background:transparent;
}
 .slide2, .slide3 {
padding-top: 75px;
}
 .slide3 h1 {
 font-size: 25px;
}
 .slide3 h3, .slide2 h3 {
 font-size:18px;
 line-height:25px;
 padding-top:5px;
 padding-bottom:5px;
 font-weight:normal;
}
}
 @media (max-width: 767px) {
.jumbotron, .about, .ourmedia {
padding: 20px 20px;
margin-top: -20px;
margin-right: -20px;
margin-left: -20px;
height:auto;
}
.masthead {
	background-size:100% cover;
}
 .PageHead h3, .FeatLayout h3 {
 font-size:20px;
 line-height:25px;
 padding-top:5px;
 padding-bottom:5px;
}
 .jumbotron .navbar-fixed-top.navbar-absolute {
 top: 20px;
}
 .navbar .btn-navbar {
margin-top: 23px;
}
 .theteam [class*="span"] {
width: 30%;
float: left;
margin-right: 3%;
margin-bottom:30px;
}
 .Gallery ul li {
width: 50%;
padding:2%;
}
 .mediavideo iframe {
 width:100%;
}
 .MediaThumb [class*="span"] {
 width:46%;
 float:left;
 margin-right:2%;
}
 .sectionfooter {
margin-bottom: 50px;
}
 .footer {
padding: 20px 20px;
margin-bottom: -20px;
margin-right: -20px;
margin-left: -20px;
}
}
 @media (max-width: 480px) {
.hero-unit h1 {
font-size: 20px;
}
.slide2 iframe {
 width: 100%;
height: 200px;
}
.mediavideo iframe {
 height: 200px;
}
.flex-direction-nav {
 display:none;
}
.hero-unit {
padding-top: 190px;
}
.hero-unit h1 {
font-size: 42px;
}
}

/*==========13. VERSION 1.1==============*/



.moreevents {
	display:none;
}
.moreevents .EventsList:last-child {
	margin-bottom:0;
}

#ticker, #ticker .query {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align:center;
}
#ticker p {
	font-size:120%;
}

.audioembed, .subscribe {
	padding-bottom:25px;	
}

.login {  padding: 30px; margin-top: 30px; margin-left: 0px !important; min-height: 258px; background: #252525; border-top: 3px solid #454545;}
.register { float: right;   margin-top: 30px; padding: 30px; margin-left: 0px !important; min-height: 258px;  background: #252525; border-top: 3px solid #454545;}

.login input[type=text], .login input[type=email], .login input[type=password] {
	height:50px;
	margin-bottom:20px;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.4;
    position:fixed;
    bottom:30px;
    right:30px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}

.playvideo .videoload {
	position:absolute;
	top:45%;
	left:0;
	right:0;
	text-align:center;
}

.playvideo {
	position:relative;	
}


/*--------Login/Register---------*/


.login-container { padding: 50px 10% 0; min-height: 500px;}
.btn-login, .btn-register { padding: 8px 30px; border-radius: 0; border-bottom: 3px solid #c12308; box-shadow: 0px;}
.btn-register { margin-top: 20px;}


.top-block  { padding-top: 68px;}
.genres { font-size: 16px; padding: 0px 0 10px; font-weight: bold; font-style: italic; text-align: center;}

/*--------Home----------*/

.home {
	
	background:url(../images/header_img1.jpg) no-repeat #000; /* Old browsers */
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;
	color: #fff;	
	height: 800px;
	position: relative;
	padding=: 50px 20px 0;
	margin: 0 -20px;
	
	
	
}

.register-login {
	
	background:url(../images/header_img1.jpg) no-repeat #000; /* Old browsers */
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;
	color: #fff;	
	height: 800px;
	position: relative;
	padding-top: 50px;
	margin: 0 -20px;
	
	
}


.blog-top {
	
	background:url(../images/header_img1.jpg) no-repeat #000; /* Old browsers */
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;
	color: #fff;	
	height: 200px;
	position: relative;
	margin: 0 -20px;
	padding: 0 20px;
	
	
}

.blog-top h1 {
	
	font-size: 26px;
	text-transform: uppercase;
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;

	
}

.featured-profiles { background: #fff; }
.featured-profiles h3 { color: #333;}

/*--------Profile----------*/

.profile h1 {

	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	font-size: 38px;
/*	text-shadow: 1px 1px #333333;
*/	color: #454545;

}

.profile h2 {

	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin: 0;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;

}

.profile .category {

	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin:  5px 0 0;	
	font-style: italic;
	font-size: 26px;
	
}

.profile .location { margin-top: 20px;}
.modeldetails { font-size: 20px; padding: 8px 0;}

.feature { background: #ececec ; margin: 0 -20px; padding:  88px 20px 30px;

	background:url(../images/header_profile5.jpg) #ececec center center; /* Old browsers */
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;

}
.book-now { border: 3px solid #252525; margin-top: 25px; font-family: 'Oswald', sans-serif;
 font-size: 22px; text-transform: uppercase; padding: 8px 20px;}
.book-now:hover { background: #252525; color: #fff;}

.contest { background: #ececec ; margin: 0 -20px; padding:  140px 20px 30px;

	background:url(../images/background_2.jpg) #ececec center center; /* Old browsers */
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% -150px;
	background-size:cover;
	-ms-background-position-x:center !important;
	min-height: 275px;


}

.contest h1 {
	text-transform: uppercase;
	color: #fff;	
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	text-align: center;
	
}
.project { 

	background: #b00808 ; 
	margin: 0 -20px; 
	padding: 0 20px;
	color: #fff;
	background:url(../images/background-booking.jpg) #000 center center; 
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;
	min-height: 600px;
	



}
.project .full-screen { 	padding:  100px 0px 60px; }
.project .subtext { color: #bfb39a !important;}
.project h1 { color: #dacfb7 !important;}
.project .blue { background: #bfb39a !important;}
.project .form-error { color: #bfb39a !important;}
.project .booking-content { padding-left: 35px;}


.model-bg { 

	background-image:url(../images/background-model-booking.jpg) !important; 
	background-position: center center;
	background-size:cover;
	-ms-background-position-x:center !important;
	background-repeat:no-repeat;
}


.projecttime { width: 55%; float: left;}
.projecttime input { width: 40% !important;}
.ampm { padding-left: 5%; width: 38%; float: left;}
.ampm input { width: 90% !important;}

.project-form {
	
	background: #252525;
	border-top: 3px solid #454545;	
	min-height: 550px !important;
	
}

.project-form .form-row {
	
	width: 80%;
	margin: 0 auto;	
	
}

.project-form .headline {
	
	text-align: center;
	font-size: 34px;
	text-transform: uppercase;
	margin-top: 30px;	
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 600;
}

.project-form .headline span {
	

	font-weight: 800;
}

.project-form .subtext {
	
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #69d2e7;	
}


.booking { 

	background: #b00808 ; 
	margin: 0 -20px; 
	padding:  95px 20px 40px; 
	color: #fff;
	background:url(../images/background-booking.jpg) #000 center center; 
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;
	min-height: 600px;


}


.show-bullets {
    list-style: none !important;
    padding:0;
    margin:0;
}

.show-bullets li { 
    padding-left: 1em; 
}

.show-bullets li span{ 
    padding-left: 0.2em; 
}

.show-bullets li:before {
    content: "■ ";
    color: #888; /* or whatever color you prefer */
}

.ul_offer b { color: #aaa; margin-right: 8px;}


.booking h1, .project h1 {
	

	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 36px;
	/*color: #454545;*/
	color: #fff;
	margin: 10px 0 10px 0;
/*	padding: 0 8px;
	opacity: 0.8;
	background: #a4270b;
	width: 60%;
	text-align: center;*/
		
	
}

.booking h1 span {
	
	color: #fff;


}

.project h1 {
	font-size: 25px !important;	
	
}

.booking-info h2 {
	
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 20px 0 20px 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
	color: #8B1A18;	
	border-bottom: 1px solid #ececec;
	
}

.booking-info h2 span {
	
	font-weight:600;
	color: #454545;	
}

.spacer { height: 6px; width: 80px;}
.blue { background: #69D2E7;}
.blue-font{ color: #69D2E7!important;}
.booking-info .subheadline .line1{ font-size: 20px; font-weight: bold;   /*background: #000; width: 80%; text-align: center; padding: 5px 0; opacity: 0.5;*/}
.booking-info .subheadline .line2{ font-size: 16px; margin: 15px 0 10px; font-weight: bold;}

.booking-form {
	
	background: #252525;
	border-top: 3px solid #454545;
		
	
}

.booking-form .form-row {
	
	width: 80%;
	margin: 0 auto;	
	
}

.booking-form .headline {
	
	text-align: center;
	font-size: 21px;
	text-transform: uppercase;
	margin-top: 20px;	
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 600;
}

.booking-form .headline span {
	

	font-weight: 800;
}

.booking-form .subtext {
	
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	color: #69d2e7;	
}

.booking-content { font-size: 15px; min-height: 600px !important; /*color: #333;*/ color: #fff; /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);*/}
.booking-content .highlight { margin-top: 30px; font-size: 18px; font-weight: bold;}
.btn-booking, .btn-book { padding: 10px 35px; border-radius: 0px; margin: 20px auto 0; display: block; width: 50%;}

.form-row input { height: 25px; width: 94%; border-radius: 0px;}
.form-row select { height: 33px; width: 97%; border-radius: 0px;}
.form-row textarea { height: 200px; width: 94%; border-radius: 0px;}


.profile .top-left { padding-left: 5px;}
.description { background: #252525 ; margin: 0 -20px; padding:  40px 20px 20px; color: #fff; font-size: 16px; line-height: 24px;
	/*background:url(../images/about_img.jpg) #000 center center;  Old browsers 
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;*/


}
.description p { text-align: center; margin-top: 20px; color: #989898;}
.details { background: #252525; margin: 0 -20px; padding:  40px 20px 40px; color: #fff;
	/* background:url(../images/media_img.jpg) #000 center center; Old browsers 
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% 0;
	background-size:cover;
	-ms-background-position-x:center !important;
	*/


}
.page-heading  { background: #000; opacity: 0.5; margin: 144px -20px 0; padding: 8px 20px;}
.heading { text-align: center;}

.gallery { margin-top: 50px;}
.gallery img:hover { opacity: 0.85;}
.booking-gallery { margin-top: 25px !important;}
.gallery ul { margin-left: 0px; padding-left: 0px;}
.gallery ul li {
	float:left;
	width:25%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:1%;
}
.gallery ul li img {
	min-width:100%;
	border-bottom: 8px solid #888;
}

.portfolio { padding: 50px 0; background: #1B1B1B;}
.portfolio ul li {
	float:left;
	width:31%;
	margin-right: 2%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:1%;
	border: 1px solid #454545;
	border-radius: 4px;
}
.portfolio-image:hover { opacity: 0.8;}
.portfolio ul li img {
	min-width:100%;
}
.ptitle { color: #fff; font-size: 18px; padding: 5px 0;}
.pdescription { color: #ddd;}

.profile-image { border: 1px solid #ddd;}
.profile-image:hover { opacity: 0.8;}
.profile-headline { text-align: center; font-size: 48px; font-family: 'Oswald', sans-serif; text-transform: uppercase; padding: 10px 0 50px;
}
.red { /*color: #ED1C24;*/ color: #fff;}
.black { color: #252525;}

.digit { 	
	font-family: 'Lato', sans-serif;
	font-size: 72px;
	color: #fff;
	font-weight: 300;
	line-height: 65px;
	float: left;
}

.dash {
	
	display: block;
	float: left;	
    	
	}
	
.add-dash {
   	background: url("../images/line-divider.png") 105px 0 no-repeat; padding-right: 90px;
	
}
	
.dash_title {
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;	
	font-weight: 100;
	text-align: center;
	margin-top: 25px;
	
}

#countdown_dashboard { margin: 0 auto; display: block; width: 67%; 	height: 120px;
}

#contest_intro { 
	font-size: 32px; 
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-weight: 600; 
	color: #e58b1f;
	margin: 50px 0 40px 0;
	text-align: center;
	line-height: 1.2em;
	text-transform:uppercase;
 }
 
#contest_intro span { font-weight: 400; }

.screen {
	
  	background: url("../images/screen.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.full-screen { width: 100%; height: 100%; }

.email-notify { width: 60%; margin: 0 auto; display: block; }
.email-notify input[type="email"] { 

    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    border-collapse: separate;
    border-radius: 0;
    color: #FFFFFF;
    height: 30px;
    margin: 0;
    outline: medium none;
    padding: 6px 12px;
    position: relative;
    transition: background 1s ease-out 0.5s;
    width: 75%;
	float: left;

}

.notify-button {
	
    -moz-user-select: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    height: 44px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	float: left;
	width: 20% !important;
	font-weight: bold;	
	
}

.notify-button:hover { background: #000; color: #f84d26;}

.notify-text { text-align: center; color: #fff; font-size: 24px; padding: 4% 0 1% 0; color: #ddd;}

.bold { font-weight: bold;}
.underline { text-decoration: underline;}

.center { 
	display: block !important; 
	margin: 0 auto !important; 
	float: none !important;
	}

.detail-row { padding-left: 40px;}

.border-right { border-right: 2px solid #454545;}

.form-error  { color: #69D2E7;}

.no-pad { padding: 0px;}
.no-mar { margin: 0px !important;}

.clear { clear: both;}


.booking-highlight { 

	background: #b00808 ; 
	margin: 0 -20px; 
	padding:  140px 20px 40px; 
	color: #fff;
	background:url(../images/background-booking.jpg) #000 center center; 
	overflow:hidden;
	background-attachment: fixed;
	background-position: 50% -200px;
	background-size:cover;
	-ms-background-position-x:center !important;
	min-height: 325px;


}

.booking-highlight .content h1 {
	
	text-align: center;	
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 55px;
    font-weight: 600;
	text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}

.booking-highlight .content h1 span {
	
	color: #69D2E7;
}

.booking-highlight .content .line1 {
	
	color: #ddd;
	text-align: center;
	font-size: 28px;
}

.booking-highlight .content .line2 {
	
	margin-top: 20px;
	color: #ddd;
	text-align: center;
	font-size: 24px;
}

.booking-highlight .get-started {
	
	border: 3px solid #fff; margin: 40px auto 0; font-family: 'Oswald', sans-serif;
 font-size: 26px; text-transform: uppercase; padding: 12px 25px; background: none; color: #fff;	display: block;
	
}

.booking-highlight .get-started:hover {
	
	background: #69d2e7;
	border: 3px solid #69d2e7;
	
}

.started-container { margin-left: 0px !important;}

.booking-highlight .booking-select {
	
	display: block; margin: 35px auto 0;	
	background: none repeat scroll 0 0 #000000;
    border: 3px solid #454545;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    height: 40px;
    margin: 46px auto 0;
    opacity: 0.5;
}

.booking-wide {
	
	background: #fff;
	padding: 50px 0px 30px 0;
		
}

.booking-wide .headline { text-align: center; font-size: 22px; text-transform: uppercase;
font-weight: bold; color: #000; font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif; padding-bottom: 60px;
}

.booking-wide .number { font-size: 40px; font-weight: bold; color: #69D2E7;
  background-color: #242424;
  border: 3px solid #FFF;
  border-radius: 100px;
  box-shadow: 0 0 2px #888;
  padding: 0px 15px;
  height: 30px;
  width: 30px;
  opacity: 0.8;

}

.booking-wide .process { min-height: 80px !important; position: relative;}
.booking-wide .title { font-size: 17px; color: #343434; padding: 0 0 0 10px; height: 30px; position: absolute; }

.countdown { background: #242424; padding-bottom: 50px; margin: 0 -20px; padding: 0 20px 50px 20px;}


.blog .read-more {
	
	border: 3px solid #E03114; padding: 5px 15px; font-weight: bold; color: #E03114; display: block; width: 80px; text-align: center; margin-top: 25px;
}

.blog .read-more a {
	
	color: #E03114;	
}

.blog_content { display: block;}


.align-center { margin: 0 auto;}
.top10 { margin-top: 10px;}


@media only screen and (max-width : 600px) {
	.overview { padding-top: 130px;}
	.overview h1 { font-size: 40px !important;}
	.overview ul li { margin-left: 15px !important;}
	.add-dash { background: none; padding-right: 0px; clear: right;}
	.dash { float: none; margin: 0 auto; text-align: center; width: 85px;}
	.dash_title { margin: 5px 0px 15px; }
	.email-notify { width: 90%; margin-bottom: 20px;}
	.email-notify input[type="email"] { width: 60% !important;}
	.booking-highlight h1 { font-size: 40px !important;}
	.booking-highlight .line1 { font-size: 20px !important;}
	.booking-highlight .line2 { font-size: 20px !important;}
	.login input[type="text"], .login input[type="email"], .login input[type="password"] { height: 30px; }
	.booking h1 { font-size: 32px; line-height: 1.1em;}
	.booking-content { margin-bottom: 40px;}
	.booking-form { padding-bottom: 20px;}
	.booking-form .headline { font-size: 18px;}
	.btn-booking, .btn-book { width: 60%; margin-bottom: 20px !important;}
	.project-form { padding: 0 0 20px 0;}
	.project-form .headline { font-size: 22px; }
	.project-form .subtext { padding: 0 25px;}
	.border-right { border: 0px; }
	.ampm { width: 30%;}
	.projecttime { width: 65%; }
	.projecttime input { width: 30% !important; }
	.project .booking-content { padding-left: 0px;}
	.mobile-screen {
  	background: url("../images/screen.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin: 0 -20px;
	padding: 100px 20px 60px !important;
	}	

}
