body
{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#555;
}

.web-loader
{
background:#2D3D75;
position: fixed;
top:0px;
left:0px;
width:100%;
height:1000px;
}

.centerlogo
{
	padding-top:250px;
	font-size:40px;
	color:#fff;	
}

.menu
{
	position:fixed;
	top:0px;
	right:-20%;
	width:20%;
	height:1000px;
	padding:20px;
	border-left:1px #eee solid;
	z-index: 20000;
	background: #fff;
	text-align:right;
	font-size: 20px;
	color:#374c9f;
	font-family: 'Josefin Sans', sans-serif !important;

}

.content-section
{
	position:fixed;
	top:0px;
	right:0px;
	width:100%;
	height:1000px;
	padding:20px;
}

.slider-left
{
	width:50%;
	height:3000px;
	top:0px;
	left:0px;
	background:#222;
	position: absolute;
}

.slider-right
{
	width:50%;
	height:3000px;
	top:0px;
	right:0px;
	background:#333;
	position: absolute;
}

.slider-box
{
	
	font-size:15px;
	padding: 0px;
}

.sideBars{
	position: fixed;
	top:200px;
	right:0px;
	z-index: 2000;
}

.sideBars-circles
{
	border-radius:100px;
	height:10px;
	width:10px;
	background:#f7deda;
	margin:10px;
}

.sideBars-circles-active
{
	border-radius:100px;
	height:10px;
	width:10px;
	background:#e28477;
	margin:10px;

}

.btn-primary
{
	background: #374c9f !important;;
	border-color:#374c9f !important;
	font-family: 'Josefin Sans', sans-serif !important;
	border-radius:0px !important;
}

.btn-light
{
	background: #f7deda !important;;
	border-color:#f7deda !important;
	font-family: 'Josefin Sans', sans-serif !important;
	border-radius:0px !important;
	color:#fff;
}

.featBox
{
	padding:20px;
	font-size:12px;
	width: 100%;
}

.pinkcircle
{
	background: #f7deda;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding-top: 28px;
    font-family: 'Josefin Sans', sans-serif !important;
}

.menuHolder
{
	background:rgba(0,0,0,0.7);
	width:100%;
	height:2000px;
	position: fixed;
	z-index: 2000;
	display: none;
}