/********************************	
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

/* MAIN STYLES *****************************/

body {
	padding:0px;
	margin: 0px;
	background:#373837;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}
	
/* TEXT & LINK STYLES *****************************/

h1{
	margin: 0px 0px 20px 0px;
	font-size:32px;
	font-weight: 300;
	letter-spacing: -1px;
	color:#FFFFFF;
	font-family:'Roboto', Arial, Helvetica, sans-serif;
}
	
.italic{
	font-style:italic;
}

.bold{
	font-weight: 700;
}
a, a:visited{
	color: #FFF;
}
a:hover, a:active, a:focus{
	color: #baac75;
}

:focus{
	-moz-outline-style:none;
}
	
::selection{
	background-color:#333333;
	color:#fff;
}
	
::-moz-selection{
	background-color:#333333;
	color:#fff;
}

.button, .button:visited{
	position: relative;
	display: block;
	margin-top: 5px;
	padding: 5px 20px;
	border-radius: 5px;
	background: #f4791f;
	color: #FFFFFF;
	text-align: center;
	font-size:20px;
	font-weight: 700;
}

.button:hover, .button:active{
	color: #FFFFFF;
	text-decoration: none;
	background: #444444;
}
.button + .button{
	margin-top: 15px;
}
	
/* CONTENT *****************************/	

#main-wrapper{
	position: relative;
}

#content-wrapper{
	position: relative;
	max-width:680px;
	margin: 25% auto 50px auto;
}
.content-blk{
	position: relative;
	padding: 0px;
	color: #FFF;
	margin: 0px -20px;
}
#content-wrapper:after, .content-blk:after, .txt-blk:after{
	display: block;
	content: '';
	clear: both;
}
.logo{
    position: relative;
	display: block;
	width:35%;
	padding: 60px 20px 0px 20px;
	float: left;
	text-align: center;
}
.logo img{
	max-width: 100%;
}
.txt-blk{
	position: relative;
	display: block;
	width:65%;
	float: left;	
	padding: 0px 20px;
}
.txt-blk ul{
	position: relative;
	display: block;
	width:50%;
	float: left;
	list-style: none;
	padding: 0px 0px;
	margin: 0px;
}
.txt-blk ul span{
	font-weight: 700;
}

	
/* FOOTER *****************************/
	
.footer	{
	position:relative;
	font-size: 12px;
	color: #000000;
	margin:0px;
	padding:15px 25px;}

.footer	a{
	color: #000000;
}
.footer	.f-left{
	width:100%;
	text-align: center;
	float:left;
	padding-right: 10px;
}

.footer	.f-right{
	width:50%;
	text-align: right;
	float:left;
}

/* OTHER STYLES *****************************/

.clear{
	clear:both;}
	
	
/* RESPONSIVE STYLES *****************************/

@media (min-width: 1200px) {
	
}

@media (min-width: 992px) and (max-width: 1199px) {

}
	
@media (min-width: 768px) and (max-width: 991px) {


}

@media (max-width: 767px) {
	
	#content-wrapper{
		margin: 30px auto 50px auto;
	}
	.content-blk{
			margin: 0px;
	}
	.logo, .txt-blk{
		width:100%;
		float: none;
		padding: 0px;
		margin-bottom: 20px;
	}
	h1{
		font-size: 24px;
	}
	.txt-blk ul{
		width:100%;
		float: none;
	}

}