/*
* 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: 100%;
	max-width: 1390px;
}

.section-wrapper {
	margin: 0 auto;
    width: 1200px;
}

.section-header {
	height: 120px;
    line-height: 120px;
}

.section-header img {
	float: left;
	margin: 26px 15px 0 0;
}

.section-header h1 {
	color: #666666;
	float: left;
	font-size: 26px;
	margin-top: 42px;
}

.section-header a.view-more {
	float: right;
	font-size: 14px;
	color: #C65453;
}

.section-header a.more-button, 
.section-header a.more-button:focus,
.section-header a.more-button:active {
    background: #C65453 none repeat scroll 0 0;
    border: 1px solid #C65453;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-top: 21px;
    padding: 4px 8px;
	outline: none;
    text-transform: uppercase;
}

#sidebar-toggle {
	position: absolute;
	right: 30px;
    top: 25px;
    z-index: 2; 
}

#sidebar-toggle i {
	color: #fff;
	font-size: 30px;
}


/*************************************************************
							HEADER
/************************************************************/
header {
	/*border: 10px solid red;
	height: 200px;
    left: 50%;
    margin: 0 auto 0 -480px;
    position: absolute;
    width: 1000px;*/
}

header .logo {
    left: 50%;
    margin-left: -206px;
    margin-top: 75px;
    position: absolute;
    top: 0;
    /* width: 339px; */
    z-index: 2;
}

header .logo img {
    width: 339px;
}

header #search-container {
    left: 50%;
    margin-left: -352px;
    margin-top: 230px;
    position: absolute;
    width: 705px;
    z-index: 1;
}

#search-container input[type="text"] {
	background: url("../images/input-bg.png") no-repeat;
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 16px;
	left: 0;
    height: 57px;
    margin-right: 15px;
    padding: 0 15px;
    width: 310px;
    opacity: 1;
    
}

#search-container .form-control:focus {
	border-color: #C65453;
	outline: 0 none;
}

#search-container button {
	background: url("../images/search-bg.png") no-repeat;
    border: 0 none;
    color: #fff;
    font-size: 28px;
    height: 42px;
    line-height: 30px;
    width: 43px;
    margin-top: -23px;
    outline: medium none;
}

#search-container .help-block {
    color: #fff;
    display: block;
    font-size: 12px;
    font-style: italic;
    margin: 4px 22px 0 0;
    text-align: right;
}

#search-container  .form-control::-moz-placeholder { 
	color: #000;
}

#search-container  .form-control::-webkit-input-placeholder { 
	color: #000;
}

#search-container  .form-control:-ms-input-placeholder { 
	color: #000;
}


/*************************************************************
							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: #c65453;
	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);
	}
}


/*************************************************************
							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: url("../images/footer-bg.png");
	height: 172px;
}
footer .footer-bottom {
    padding: 20px;
    text-align: center;
}

footer .footer-bottom a {
	color: #00b9ee;
    font-size: 12px;
    outline: medium none;
}

footer .footer-bottom .footer-separator {
	color: #00b9ee;
    display: inline-block;
    text-align: center;
    width: 25px;
}
footer .footer-bottom {
	background: #EBEBEB;
	padding: 0px 0px;
}


/*************************************************************
							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;
}
.cn-nav{
	width: 49.9%;
	text-align: center;
}.static-body {
	color: #400040;
	float: left;
	font-size:18px;
	font: 14px/22px Arial,Helvetica,sans-serif;
	padding: 2%  10% 10% 10%;
	text-align: justify;
	width: 95%;
	background-color: rgba(255, 255, 255, 0.6)
}.static-head {
	color: #400040;
    float: left;
    font-size:18px;
    padding: 0 0 10px;
    width: 100%;
    font-weight:bold;  
}
.static-image {
	float: left;
	background: url(../images/sliders/main-slider/slide10.jpg);
	padding: 14% 10% 0% 10%;
	/* padding: 20% 100% 0% 10%; */
}
.cu-image {
	float: left;
	background: url(../images/sliders/main-slider/slide10.jpg);
	
	 padding: 14% 4% 0% 10%; 
}


