@charset "utf-8";
/* CSS Document */

@import "font-awesome.css";



::selection
{
	background:#ffc128; color:#fff; 
}
::-moz-selection
{
	background:#ffc128; color:#fff;
}
.scrollup{
	position:fixed; 
	z-index:9999;
	bottom:200px; 
	float:right;
	right:0; 
	width:20px; 
	padding:10px 0; 
	font-size:10px; 
	text-align:center;
	font-family: 'open_sansbold';
	display:none;			
	background:#2c2c2c; 
	color:#fff; 
	border-radius:3px 0 0 3px;  
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	-o-transition:0.3s; 
	transition:0.3s; 
	background-position: center center;
}
.scrollup:hover
{
	width:6%; color:#2c2c2c; background:#2c2c2c url(../images/top.jpg) center center no-repeat; text-align:left;
}

/*Image Preloader*/
.preloader { background:#fff url(../images/loaders/1.gif)  center center no-repeat; }


header, section, footer
{
	display:block;
}

body
{
	width:auto; margin:0; border:0; 
}
img
{
	max-width: 100%; vertical-align: middle; border: 0;
}
.clearfix:after
{
	display:block; visibility:hidden; overflow:hidden; clear:both !important; content:"."; line-height:0; height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
	color:#242424; line-height:24px; font-size:13.5px; text-align:justify; font-family: 'open_sansregular';
}
p strong
{
	color:#333;
}
a
{
	color:#509c1d; text-decoration:none; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; 
} 
a:hover
{
	color:#000;
}
table
{
	border:dashed 1px #E0E0E0; border-collapse:collapse; color:#747474; line-height:24px; font-size:13px; 
}
tr
{
	border:dashed 1px #E0E0E0; 
}
td
{
	border:dashed 1px #E0E0E0; padding:3px 15px; 
}
ul.list
{
	padding:0; margin:0; list-style:none; display:inline; 
}
ul.list li
{
	list-style:url(../images/ar.png); color:#242424; line-height:24px; font-size:13.5px; text-align:justify; font-family: 'open_sansregular'; margin-left:30px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{
	color:#787878; margin:15px 0; font-weight:400; font-family: 'open_sanssemibold'; text-transform:uppercase;
}
.wrapper
{
	text-align:center;
}
.wrapper img
{
	width:450px;
}
.wrapper h1
{
    margin: 0;
    padding: 10% 0 0 0;
    font-family: 'open_sansbold';
    color: #1c3464;
}
.wrapper h2
{
    font-family: 'open_sanslight';
    color: #666666;
    font-size: 3.2em;
}
.wrapper p
{
	text-align:center;
	color:#000;
}
.wrapper p strong
{
    font-family: 'open_sansbold';
    color: #000;
	text-transform:uppercase;
}
.footer
{
    background: #000;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footer p
{
	margin:0; padding:20px; text-align:center; color:#fff;
}