body {
    padding: 0 !important;
    margin: 0px;
    font-family: "Open Sans", sans-serif, arial !important;
    background: #eeeeee !important;
}
#header {
	height: 522px;
	background: url(../img/head-bg.jpg) no-repeat center center;
	background-size: cover !important;
}
#header #header-wrap {
    height: 90px;
}
#logo {
    float: left;
    font-size: 28px;
    line-height: 100%;
    position: relative;
    z-index: 1;
    padding: 24px 10px;
}
#logo a {
	display: block;
}
#mainMenu {
    float: right;
    padding: 25px 10px;
}
#mainMenu li a {
	margin-left: 15px;
}
#mainMenu li a.register {
	background: #fff;
	color:#000;
	font-weight: 700;
	font-size:11px;
	border:3px solid #fff;
}
#mainMenu li a.login {
	background: transparent;
	color:#fff;
	font-weight: 700;
	font-size:11px;
	border:3px solid #fff;
}

#registerPanel {
	width:515px;
	max-width: 100%;
	margin:70px auto;
	color:#fff;
}
#registerPanel h2,
#registerPanel h3,
#registerPanel h5 {
	text-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	margin:0;
	padding:0;
}
#registerPanel h2 {
	font-size:48px;
	font-weight: 800;
	margin:5px 0px;
}
#registerPanel h3 {
	font-size:32px;
	font-weight: 300;
}
#registerPanel h5 {
	font-size:15px;
	margin:13px 0px;
}
#registerPanel .email-group {
	margin-top: 25px;
}
#registerPanel .email-group input {
	width:100%;
	border:none;
	font-size:15px;
	font-weight: 300;
	padding:0px 18px;
	height: 43px;
	color:#222222;
	outline: none;
	float:left;
}
#registerPanel .email-group .mail {
	width:360px;
}
#registerPanel .email-group button {
	height: 43px;
	border:none;
	font-size:15px;
	font-weight: 400;
	color:#222;
	float:left;
	margin-left:15px;
	padding:0px 15px;
	background: #fff;
}
@media screen and (max-width: 540px) {
	#header {
		height: 450px;
	}
	#registerPanel {
		padding-left: 15px;
		padding-right: 15px;
	}
	#registerPanel .email-group .mail {
		width:100%;
	}
	#registerPanel .email-group button {
		margin:10px 0;
		float:right;
	}
	#registerPanel h2 {
		font-size:30px;
	}
	#registerPanel h3 {
		font-size:24px;
	}
}

.info-section {
	padding:50px 0px;
	background: #fff;
}
.info-section img {
	float:left;
	margin-right: 20px;
}
.info-section .content {
	border-right: 1px solid #222222;
}
@media screen and (max-width: 993px) {
	.info-section .content {
		border-right: none;
	}
}
.info-section .content,
.info-section .mobile {
	padding:30px 0px;
	padding-left: 30px;
}
.info-section .content h6,
.info-section .mobile h6 {
	text-align: left;
	font-size: 12px;
	font-weight: 800;
	color:#222;
}
.info-section .content p,
.info-section .mobile p {
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	color:#222;
}
.info-section .register-button {
	width:160px;
	height: 32px;
	line-height: 30px;
	display: block;
	margin:0 auto;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size:15px;
	color:#222222;
	border:1px solid #222222;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius: 15px;
	letter-spacing: -0.5px;
	margin-top: 30px;
}


.nav-main-menu-responsive button {
    background: none;
    border: 0;
}
.customer-comment {
	background: url(../img/customer-comment-bg.jpg) no-repeat center center;
	background-size: cover !important;
	padding:35px 0px;
	margin-bottom: 20px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1)
}
.customer-comment .quote img {
	margin-top:40px;
}
.customer-comment .head {
	width:290px;
	margin:0 auto;
	position: relative;
}
.customer-comment .head .nav-button {
	position: absolute;
	top:0px;
	display: block;
	width:34px;
	height: 34px;
}
.customer-comment .head .nav-button.left-nav {
	background: url(../img/left-nav.png);
	left:0px;
}
.customer-comment .head .nav-button.right-nav {
	background: url(../img/right-nav.png);
	right: 0px;
}
.customer-comment .head .nav-button .bx-next,
.customer-comment .head .nav-button .bx-prev {
	display: block;
	width: 100%;
	height: 100%;
}
.customer-comment .head h6 {
	color :#777474;
	font-size: 20px;
	font-weight: 300;
	margin:0px;
	padding:7px 0px;
	margin-bottom: 10px;
}
.customer-comment .head .pys {
	color :#777474;
	font-size:25px;
	font-weight: 800;
	position: relative;
}
.customer-comment .head .pys:before {
	content: "";
	width: 110px;
	height: 1px;
	top:50%;
	left:0px;
	background: #b0b0b0;
	position: absolute;
}
.customer-comment .head .pys:after {
	content: "";
	width: 110px;
	height: 1px;
	top:50%;
	right:0px;
	background: #b0b0b0;
	position: absolute;
}
.customer-comment .bx-viewport {
	border: 3px solid transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}
.customer-comment ul#customerComments {
	list-style-type: none;
}
.customer-comment .comment {
	padding:15px;
}
.customer-comment .comment p {
	font-size:12px;
	color:#b2a8a8;
	font-weight: 300;
}
.customer-comment .comment .name {
	font-size:15px;
	color:#b2a8a8;
	font-weight: 300;
	margin-bottom: 15px;
}

.partner h3 {
	font-size:20px;
	color: #1b1e24;
	position: relative;
	margin:20px 0px;
}
.partner h3 span {
	position: relative;
	z-index: 3;
	background: #eee;
	padding-right: 10px;
}
.partner h3:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #b0b0b0;
	top:50%;
	left:0px;
	z-index: 2;
}
.partner ul {
	padding: 0px;
	margin:0px;
	list-style-type: none;
	background: #fff;
	padding:35px 0px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 40px;
}
.partner ul li {
	width: 20%;
	float: left;
	text-align: center;
	vertical-align: middle;
	height: 60px;
}
.partner ul li img {
	max-width: 80%;
}

#footer .footer-top {
	min-height: 160px;
	background:url(../img/footer-top.jpg) no-repeat center center;
	background-size: cover !important;
	position: relative;
}
#footer .footer-top .logo {
	width:127px;
	height: 127px;
	background: url(../img/footer-logo.png) no-repeat center center;
	position: absolute;
	left:50%;
	margin-left:-63.5px;
	bottom: -63.5px;
}
#footer .footer-content {
	background: #222222;
	padding-top:100px;
	padding-bottom: 30px;
}
#footer .footer-content ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#footer .footer-content ul li {
	display: inline-block;
	padding:0px 10px;
}
#footer .footer-content ul li a {
	color:#727272;
	font-size:12px;
}
#footer .footer-content .copyright {
	color:#727272;
	font-size:10px;
	margin-top:20px;
}


#login.modal .modal-dialog {
	width:400px;
}
.modal.custom .modal-content {
	border-radius: 0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.modal.custom .close {
	margin-top:10px;
}
.modal.custom .modal-body {
	padding-top:0px;
}
.modal.custom .modal-body h3 {
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	margin-top:0px;
	margin-bottom: 30px;
}
.modal.custom .form-group {
	margin-bottom: 50px;
}
.modal.custom .form-group label {
	font-size:15px;
	color:#464a4c;
	font-weight: 300;
}
.modal.custom .form-group .form-control {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
    padding: 10px 14px;
    height: auto;
    color:#767c7f;
    font-weight: 300;
    font-size:15px;
}
.modal.custom .modal-header {
	border-bottom: none;
}
.modal.custom .modal-footer {
	padding:0px;
	border-top:none;
}
.modal.custom .modal-footer .register-button {
	width:145px;
	height:50px;
	border:none;
	background: #0090d9;
	font-size:18px;
	color: #fff;
	font-weight: 800;
}
.modal.custom .modal-footer .backlogin {
	float: left;
	font-size:13px;
	color:#464a4c;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
}
.modal.custom .modal-footer .backlogin a {
 	color:#0090d9;
 }
 .modal.custom .profile-image {
 	position: relative;
 	border-radius: 100%;
 	-webkit-border-radius:100%;
 	-moz-border-radius:100%;
 	overflow: hidden;
 	margin-top:20px;
 	margin:0 auto;
 }
.modal.custom .profile-image img {
	max-width: 100%;
	padding:0;
	margin:0;
}
.modal.custom .profile-image input {
	width:100%;
	height: 100%;
    position: absolute;
    top: 0px;
    z-index: 999;
    opacity: 0 !important;
    cursor: pointer;$
}
@media screen and (max-width: 990px) {
	.modal.custom .modal-body .pull-right {
		float:none !important;
	}
	.modal.custom .profile-image {
		width:200px;
		margin:0 auto;
	}
	.modal.custom .modal-body {
		padding-top:0px;
	}
	.modal.custom .form-group {
		margin-bottom: 15px;
	}
}



.input-with-icon {
	position: relative;
}
.input-with-icon i {
    color: #e5e9ec;
    display: block;
    position: absolute;
    margin: 13px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}
.input-with-icon.right i {
    right: 8px;
    float: right;
}
.success-control input {
    border: 1px solid #0aa699;
}
.success-control i {
    color: #0aa699;
}
.error-control input {
    border: 1px solid #f35958;
}
.error-control i {
    color: #f35958;
}




