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

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

body {
	padding:0px;
	margin: 0px;
	background:url('../images/cca-bg-main.jpg') center center fixed #383838;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family:'PT Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#444444;
}
	
/* TEXT & LINK STYLES *****************************/

h1{
	margin: 0px;
	padding-right: 30px;
	font-size:24px;
	font-weight: 700;
	letter-spacing: -1px;
	color:#444444;
	font-family:'PT Sans', Arial, Helvetica, sans-serif;
}

h2{
	margin: 0px;
	padding-right: 30px;
	font-size:18px;
	font-weight: 700;
	letter-spacing: -1px;
	color:#444444;
	font-family:'PT Sans', Arial, Helvetica, sans-serif;
}
	
.italic{
	font-style:italic;
}

.bold{
	font-weight: 700;
}


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

.line-sep{
	display: block;
	margin: 10px 0px;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #FFFFFF;
}

.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:500px;
	margin: 15% auto 50px auto;
}
.logo{
    display: inline-block;
    margin-bottom: 20px;
    margin-left: -10px;
}

.content-blk{
	position: relative;
	padding: 0px 25px 25px 25px;
	margin: 0px;
	background: rgba(247,247,247,1);
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,227,227,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(227,227,227,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,227,227,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,227,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(227,227,227,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(227,227,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e3e3e3', GradientType=0 );
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.4);
}

.txt-blk{
	position: relative;
	margin-bottom: 20px;}

.fb-link{
	display: inline-block;
	position: relative;
/*
	top:20px;
	right:25px;
*/
    margin-right: 10px;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background:url('../images/icon-social-facebook.png') center no-repeat #3460a1;
}

.fb-link:hover{
	background:url('../images/icon-social-facebook.png') center no-repeat #444444;
}

.twitter-link{
	display: inline-block;
	position: relative;
	
	width: 32px;
	height: 32px;
	border-radius: 5px;
	background:url('../images/icon-social-twitter.png') center no-repeat #62c8f8;
}

.twitter-link:hover{
	background:url('../images/icon-social-twitter.png') center no-repeat #444444;
}
	
/* FOOTER *****************************/
	
.footer	{
	position:relative;
	font-size: 12px;
	color: #FFFFFF;
	margin:0px;
	padding:15px 25px;}

.footer	a{
	color: #FFFFFF;
}
.footer	.f-left{
	width:50%;
	text-align: left;
	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;
}

.footer	.f-left, .footer .f-right{
	width:100%;
	text-align: center;
	float:left;
	padding-right: 0px;
}
	
.footer .f-right{
	padding-top: 10px;
}


}