/* Import Fonts */
@import url(../css.css);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #777;
	background: #ffffff;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#000000;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}

a {
	color: #b7b7b7;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content{ 
	position: absolute;
	top: -40px;
	
	width:60%;
	z-index:9999;
	-webkit-font-smoothing: antialiased;
}

.content p{
	color: #000000;
}

#logo {
	font-family: 'Coustard', serif;
	font-size: 49px;
	height:auto;
	width:20%;
	z-index:1000;
	color: #000000;
	
	position:absolute;
	/*bottom:40px;*/
	left:40px;
}
#logosub{
	font-family: 'Coustard', serif;
	font-size: 24px;
	height:auto;
	width:20%;
	z-index:1000;
	color: #000000;
	
	position:absolute;
	left:40px;
	bottom:5px;
	top: 45px;
}

.main-nav{
	position:absolute;
	/*bottom: 23px;*/
	left:210px;
	z-index:1001;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #ffa800;}

.main-nav ul li:first-child{
	border-left: 0;
}

.logotop {
	position: absolute;
	top: 10px;
	left: 40px;
}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}

.section_container{
	width: 100%;
	
	float: left;
    /*margin: 40px;*/
    padding: 40px;
    position: relative;
    top: 13em;
    /*width: 60%;*/
    z-index: 9999;
}

.header_b{
	width: 100%;
	float: left;
	
	position: relative;
	top: 0;
}

.footer_b{
	display: inline-block;
	width: 100%;
	height: 95px;
	
	position: relative;
	top: 36em;
	bottom: 0;
}

.footer_1{
	position: absolute;
	bottom: 0;
	top: 0;
}

@media (min-width: 20px) and (max-width: 480px) {
	.section_container{
		margin: 0 15px 20px 15px;
		padding: 0;
		width: 90%;
		min-height: 75px;
		position: relative;
		left: 0;
		top: 8em;
	}
	.footer_b{
		top: 45em;
	}
	.footer_1{
		width:100%;
	}
	.content{
		position: absolute;
		top: -10px;
		width: 100%;
	}
	h1{
		font-size: 53px;
		/*text-align: center;*/
	}
	h5{
		font-size: 23px;
	}
	#statcounter_image{
		margin-left: 45% !important;	
	}
	
}
