/*
* Author: Kanav Kohli
* Author URI: http:kanavkohli.com
* Description: main stylesheet
*/

@charset "utf-8";

/*************************************************************
							FONTS
/************************************************************/
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/open-sans/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(../fonts/open-sans/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../fonts/open-sans/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open-sans/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


/*************************************************************
							COMMON
/************************************************************/
*{
	padding:0;
	margin:0;
}

body {
	background: #fff;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
	text-rendering: optimizelegibility;
}

.wrapper {
	margin: 0 auto;
    width: 1200px;
    max-width: 1200px;
}


/*************************************************************
							LOADER
/************************************************************/
.loader {
	display: none;
	position: fixed;
	top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
	z-index: 1000000;
}

.loader .loaderBall {
	position: absolute;
	width: 74px;
	height: 74px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 5.4425s infinite;
		-o-animation: orbit 5.4425s infinite;
		-ms-animation: orbit 5.4425s infinite;
		-webkit-animation: orbit 5.4425s infinite;
		-moz-animation: orbit 5.4425s infinite;
}

.loader .loaderBall .loaderInnerBall{
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ed2e54;
	left:0px;
	top:0px;
	border-radius: 10px;
}

.loader #loaderBall_1 {
	animation-delay: 1.186s;
		-o-animation-delay: 1.186s;
		-ms-animation-delay: 1.186s;
		-webkit-animation-delay: 1.186s;
		-moz-animation-delay: 1.186s;
}

.loader #loaderBall_2 {
	animation-delay: 0.233s;
		-o-animation-delay: 0.233s;
		-ms-animation-delay: 0.233s;
		-webkit-animation-delay: 0.233s;
		-moz-animation-delay: 0.233s;
}

.loader #loaderBall_3 {
	animation-delay: 0.4765s;
		-o-animation-delay: 0.4765s;
		-ms-animation-delay: 0.4765s;
		-webkit-animation-delay: 0.4765s;
		-moz-animation-delay: 0.4765s;
}

.loader #loaderBall_4 {
	animation-delay: 0.7095s;
		-o-animation-delay: 0.7095s;
		-ms-animation-delay: 0.7095s;
		-webkit-animation-delay: 0.7095s;
		-moz-animation-delay: 0.7095s;
}

.loader #loaderBall_5 {
	animation-delay: 0.953s;
		-o-animation-delay: 0.953s;
		-ms-animation-delay: 0.953s;
		-webkit-animation-delay: 0.953s;
		-moz-animation-delay: 0.953s;
}

@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}


/*************************************************************
							SEARCH
/************************************************************/
#search-container {
	left: 50%;
    margin-left: -416px;
    margin-top: 280px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 832px;
    z-index: 2;
}

#search-container input[type="text"] {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 2px solid #fbba42;
    border-radius: 0;
    box-shadow: 0 1px 4px #fde3b3;
    color: #999999;
    font-family: arial;
    font-size: 18px !important;
    height: 52px;
    margin-right: 15px;
    padding: 0 15px;
    width: 352px;
}

#search-container .form-control:focus {
    border-color: #FBBC4C;
    box-shadow: 0 1px 4px #FDE2B5 inset, 0 0 4px #FDE2B5;
}

#search-container button {
	background: #5ea9a4 url("../images/search-xs.png") no-repeat center;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-size: 28px;
    height: 52px;
    line-height: 28px;
    width: 52px;
    margin-top: -21px;
    outline: medium none;
}

#search-container .help-block {
    color: #666666;
    display: block;
    font-family: arial;
    font-size: 12px;
    font-style: italic;
    margin: 4px 16px 0 0;
    text-align: right;
}

#search-container  .form-control::-moz-placeholder { 
	color: #999999;
}

#search-container  .form-control::-webkit-input-placeholder { 
	color: #999999;
}

#search-container  .form-control:-ms-input-placeholder { 
	color: #999999;
}


/*************************************************************
							FOOTER
/************************************************************/
footer {
	width: 100%;
}

footer .container:first-child {
	max-width: 862px;
}

footer .footer-top {
	/* background: #EBEBEB; */
	/* padding: 50px 0px; */
}

footer .footer-top h1 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-size: 24px;
	margin: 0px 0px 24px 0px;
	padding: 0;
}

footer .footer-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

footer .footer-top li {
	list-style: none;
	height: 25px;
}

footer .footer-top li:before { 
	font-family: 'FontAwesome';
    content: "\f101";
    display: block;
    height: 0;
    width: 0;
    position: relative;
	color: #ed2e54;
	font-weight: bold;
}

footer .footer-top li a {
	font-family: Arial;
	font-size: 14px;
	color: #ed2e54;
	outline: medium none;
}

footer .footer-middle {
	background: #ED2E54;
	text-align: center;
	min-height: 389px;
	max-height: 389px;
	height: 389px;
}

footer .footer-middle h1 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 52px 0 40px;
}

footer .footer-middle h2 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
    margin: 0;
}

footer .footer-middle p {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #fff;
    font-size: 14px;
    margin: 34px auto;
    max-width: 385px;
}

footer .footer-middle a.btn {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	background: #ff9900 none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 45px;
    margin-bottom: 82px;
    text-decoration: none;
    width: 286px;
	outline: none;
}

footer .footer-bottom {
	padding: 20px 0;
	text-align: center;
}

footer .footer-bottom a {
	color: #ed2e54;
    font-family: Arial;
    font-size: 12px;
    outline: medium none;
}

footer .footer-bottom .footer-separator {
	color: #ed2e54;
    display: inline-block;
    text-align: center;
    width: 25px;
}


/*************************************************************
							OVERLAY
/************************************************************/
.overlay {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}


.ls-nav{
	width: 50%;
	text-align: center;
}
.static-body {
	color: #5E5E5E;
	/* float: left; */
	/* font: 14px/22px Arial,Helvetica,sans-serif; */
	padding: 23% 10% 10% 10%;
	text-align: justify;
	width: 95%;
   /*  background-color: rgba(255, 255, 255, 0.5); */
	
}.static-head {
	color: #333333;
    float: left;
    font-size: 18px;
    padding: 0 0 10px;
    width: 100%;
    font-weight:bold;
}

	  #sidebar-toggle {
	position: absolute;
	right: 120px;
    top: 25px;
    z-index: 2; 
    color:blue;
}



