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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 15px;
	line-height:22px;
	background: #fff;
}
.header-wrapper {
	display: block;
	height: 40px;
	background: #09044d;
	position: relative;
	color: #FFF;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
	-o-box-shadow: 0 2px 3px rgba(0,0,0,.3);
	box-shadow: 0 2px 3px rgba(0,0,0,.3);
}
.header-wrapper h1 {
	font-size: 24px;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	cursor: pointer;
}
.nav-bar {
	width: 58px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	background: url(../images/bars.png) no-repeat;
	overflow: hidden;
	font-size: 1px;
	text-indent: -1000px;
}
.body-wrapper {
	text-align: center !important;
	padding: 30px 0px;
	width: 94%;
	margin: 0 auto;
}
.body-wrapper a {
	color: #62A5E9;
	font-size: 16px;
}
.body-wrapper span {
	display: block;
	color: #000;
	font-size: 16px;
}
.body-wrapper a span {
	display: block;
	color: #62A5E9;
	font-size: 16px;
}
.add-holder {
	display: block;
	padding-bottom: 1em;
}
.add-holder1 {
	display: block;
	padding-bottom: 1em;
}
.nav {
	z-index:1;
	position: absolute;
	width: 200px;
	top: 45px;
	right: 0px;
	border: 1px solid #333333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background: rgba(30,30,30,0.9);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	-o-box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}
.nav ul {
	display: block;
}
.nav ul li {
	display: block;
	color: #AAAAAA;
	border-bottom: 1px solid #555555;
	border-top: 1px solid #444444;
}
.nav ul li:first-child {
	border-top: 0px solid #444444;
}
.nav ul li:last-child {
	border-bottom: 0px solid #555555;
}
.nav ul li a {
	color: #FFF;
	padding: 10px 20px;
	display: block;
	color: #AAAAAA;
	text-decoration: none;
	font-size: 16px;
	transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
}
.nav ul li a:hover {
	color: #f1f1f1;
}
.nav ul li.active a {
	background: #222222;
	color: #FFF;
}

@media only screen and (max-width:640px) {
 .facebook{
  width:45%; 
 }
 .whatsapp{
  width:45%; 
 }
}