body
{
	padding: 0;
	margin: 0;
	overflow-x: hidden!important;
	background: #000;

}

.slider img
{
	width: 100%;
	height:auto!important;
}

.logo
{
	position: absolute;
	top: 60px;
	left: 20px;
	width: 280px;
	height: auto;
	z-index: 999;
}

.logo img
{
	width: 100%;
	height: auto;
}



#intro
{
	position: absolute;
	top: 30%;
	z-index: 99;
	display: inline-block;
	width: 70%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

#intro h1
{
		padding-top: 30px;
}


h1, h2, h3, h4, p, .overlay-content, .overlay-content a, #mc_embed_signup_scroll label
{
	font-family: 'Cutive Mono', monospace;
}

h1
{
	font-size: 40px;
	color: #fff;
}

h2
{
	font-size: 36px;
	color: #fff;
}

h3
{
	font-size: 32px;
	color: #fff;
}

p
{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	text-transform: lowercase;
}

.sub1 p
{
	font-size: 20px;
	line-height: 28px;
}

p a
{
	color: #f8cd46;
}


#slider_wrap
{
	height: 800px!important;
	overflow: hidden!important;
}

.newsletter-wrap
{
max-width: 400px;
background: #000!important;
}

#mc_embed_signup
{background: #000!important;}


#mc_embed_signup_scroll
{background: #000;}

#mc_embed_signup_scroll label
{color: #fff!important;
font-size: 18px!important;
text-transform: lowercase;
min-width: 150px;
display: inherit;
padding-bottom: 5px;}

#mc_embed_signup .button
{

height: 40px;
padding: 12px 16px!important;
text-align: center;
background-color: #f8cd46!important;
color: #000!important;
font-size: 15px!important;
text-transform: lowercase;
margin-top: 15px;
border: none;
	font: inherit;
	cursor: pointer!important;
	outline: inherit;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
line-height: 15px!important;
}

.sub_img
{
	width: 100%;
	}

.sub_img img
{
	width: 100%;
	height: auto;
	}

input#mc-embedded-subscribe:hover
{
	cursor: pointer!important;
	opacity: 0.5;
	color: #fff!important;
	}

.mc-field-group
{
margin: 5px 0;
}

footer
{
	width: 100%;
	display: block;
	float: left;
	min-height: 30px;
	text-align: center;
	background: #000;
}

footer p{
	font-size: 16px;
}

footer a
{
	color: #fff;

}

ol li
{
	color: #fff;
}

.sub1
{
	width: 70%;
	padding: 40px 0 80px 0;
	clear: both;
	margin: 0 auto;
}

.no_intro
{
	padding-top: 250px;
}

.overlay
{
	z-index: 9999!important; /* Sit on top */
}


/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 9999!important; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #f8cd46; /* Black fallback color */
  background-color: #f8cd46; /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}


.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #000;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

span#open_nav
{
	display: block;
	width: 55px;
	height: 55px;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999;
}

.closebtn
{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
}

span#open_nav:hover
{
	cursor: pointer;
	opacity: 0.6;
}

#open_nav img
{
	 -webkit-filter: invert(100%);
          filter: invert(100%);
}


.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.indicates-required
{
	color: #fff;
	opacity: 0.4;
	text-align: left;
}

/*.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}*/

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


.mob_intro
{
	display: none;
}



@media only screen and (max-width: 960px) {
 .slider img {
    width: auto;
    height: 900px;
}

.slick-slide img
{
	width: 100%;
}

#slider_wrap
{
	height: 450px!important;
}

.logo
{
	width: 200px;
}
#intro
{
	width: 80%;
}

#intro h1
{
	padding-top: 0;
	font-size: 30px;
}

h2
{
	font-size: 24px;
}

.newsletter-wrap, #mc_embed_signup
{
max-width: 300px;
background: #000!important;
}

.newsletter-wrap input
{
	width: 80%!important;
}

}


@media only screen and (max-width: 600px) {

.mob_intro
{
	display: block;
}

	.logo
{
	width: 150px!important;
	top: 33px!important;
}

#intro

{
	display: none;
}

#slider_wrap {
    height: 300px!important;
}

.sub1 {
    width: 80%;
    }

	}
