/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


html,
body {
  height: 100%;
  background-color: #fff;
  font-size: 20px;
}


body{
margin:0;
padding:0;
color: #4f4f4f;
text-align: center;
background-color: #fff;
/*box-shadow: inset 0 0 100px rgba(0,0,0,0.5);*/
position:relative;
/*font-family: 'Exo', sans-serif;*/
/*font-family: 'Michroma', sans-serif;*/
font-family: 'proxima-nova', sans-serif;

}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #8bc600;
	text-decoration: underline;
}

.black{
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.brown {
	color:#8bc600;
}

.brown700 {
	color:#8bc600;
	font-weight: 700;
}

.brown400 {
	color:#8bc600;
	font-weight: 400;
	font-size: 14px;
}

#wrapper{
	position: relative;
	width: 100%;
	margin: auto;
}

#header{
	width: 100%;
	padding: 0;
	margin: auto;
}

#logo {
	max-width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

h1{

	font-size: 50px;
	font-weight: 700;
	letter-spacing: 2px;
}

h2{
	font-size: 20px;
	letter-spacing: 2px;
}

h3{
	font-size: 25px;
	letter-spacing: 1px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 20px;

}

h3.address{
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 10px;
}

h2 strong.sep-one{
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: -80px;
	margin-top: 15px;
}

h2 strong.sep-two{
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
}


#middle{
	width: 100%;
	background: #8dc900;
	padding: 10px 0 1px 0;
	margin: 50px 0;
	color:#ffffff;
}

#middle-container {
	width: 80%;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}

#middle p{
	font-size: 20px;
	line-height: normal;
	/*padding: 0 30%;*/
	margin-bottom: 20px;
}

#middle ol li {
	list-style-type: decimal !important;
	font-size: 20px;
	font-weight: bold;
}

#footer{
	width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.social
{
width: 242px;
margin: 80px auto 0;
height: 62px;
}

ul.social li{
float: left;
background: url(../images/social.png) left top no-repeat;
position: relative;
height: 62px;
margin-right: 28px;
}

ul.social li a{
display: block;
width: 62px;
height: 62px;
}


ul.social li.facebook{
height: 62px;
background-position: 0 0;
width: 62px;
}

ul.social li.facebook:hover{
background-position: 0 -62px;
}



ul.social li.twitter{
height: 62px;
background-position: -90px 0;
width: 62px;
}

ul.social li.twitter:hover{
background-position: -90px -62px;
}



ul.social li.youtube{
margin-right: 0;
height: 62px;
background-position: -180px 0;
width: 62px;
}

ul.social li.youtube:hover{
background-position: -180px -62px;
}


@media screen and (max-width: 568px){
	#header{
		width: 100%;
		padding: 30px 0 30px 0;
		margin: auto;
	}


	h1{
		font-size: 33px;
	}
	
	h2{
		
		font-size: 15px;
		letter-spacing: 1px;
		padding: 0 10px;
	}

	h3{
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 5px;
}

h3.address{
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 10px;
	font-weight: 700;
}

	h2 strong.sep-one{
		width: 30px;
		margin-left: -40px;
		margin-top: 7px;
	}
	
	h2 strong.sep-two{
		width: 30px;
		margin-left: 10px;
		margin-top: 7px;
	}

	#logo {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#logo img {
	max-width:100%;
}

	#middle{
		margin: 50px 0 20px 0;
		width: 90%;
		padding: 5%;
	}
	
	#middle p{
		font-size: 14px;
		line-height: 18px;
		padding: 0;
		padding-bottom: 10px;
	}

	
}

@media screen and (max-width: 1024px){
	#header{
		width: 100%;
		padding: 30px 0 30px 0;
		margin: auto;
	}


	h1{
		font-size: 33px;
	}
	
	h2{
		
		font-size: 15px;
		letter-spacing: 1px;
		padding: 0 10px;
	}

	h3{
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 5px;
}

h3.address{
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 10px;
	font-weight: 700;
}

	h2 strong.sep-one{
		width: 30px;
		margin-left: -40px;
		margin-top: 7px;
	}
	
	h2 strong.sep-two{
		width: 30px;
		margin-left: 10px;
		margin-top: 7px;
	}

	#logo {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#logo img {
	max-width:100%;
}

	#middle{
		margin: 50px 0 20px 0;
		width: 90%;
		padding: 5%;
	}
	
	#middle p{
		font-size: 14px;
		line-height: 18px;
		padding: 0;
		padding-bottom: 10px;
	}

	
}



