@font-face{
font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 400;
  src: local('ProximaNova-Regular'), url(../fonts/Proxima-Nova/Proxima-Nova-Regular.otf) format('woff');
}
@font-face{
font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 500;
  src: local('ProximaNova-Semibold'), url(../fonts/Proxima-Nova/Proxima-Nova-Semibold.otf) format('woff');
}
@font-face{
font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 700;
  src: local('ProximaNova-Bold'), url(../fonts/Proxima-Nova/Proxima-Nova-Bold.otf) format('woff');
}
body{
font-family:'ProximaNova';
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
.container-fluid{
max-width: 1230px;
}
header{
background:#fff;
min-height: 102px;
position: fixed;
top: 0px;
padding-top: 15px;
width: 100%;
z-index: 500;
}
section{
margin-top: 70px;
}
.navbar-default{
background:none;
}
.navbar{
position:relative;
min-height:1px;
margin-bottom:0px;
border:0px solid transparent;
/*border-radius*/
-webkit-border-radius:0;
   -moz-border-radius:0;
        border-radius:0;
font-weight:500;
font-size:16px;
}
.navbar-brand{
float:left;
padding:15px 0px;
font-size:18px;
line-height:20px;
height:auto;
}
.navbar-nav{
margin-left:60px;
}
.nav>li{
padding:0px 9px 0px 10px;
border-bottom:1px solid #e6e6e6;
}
.nav>li>a{
border-bottom:5px solid rgba(37, 168, 224, 0);
padding:20px 0px 5px 0px;
color:#646464;
}
.navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
border-bottom:5px solid rgba(37, 168, 224, 1);
color:rgba(37, 168, 224, 1);
}
/**/
.log-sign{
text-align:right;
margin-bottom:15px;
}
.log-sign .btn{
padding:9px 50px;
/*border-radius*/
-webkit-border-radius:0;
   -moz-border-radius:0;
        border-radius:0;
margin-top:11px;
border:3px solid #e0e0e0;
background:#fff;
font-weight:500;
color:#646464;
margin-left:2px;
margin-right:2px;
font-size: 18px;
font-weight: 500;
}
.log-sign .btn.login{
margin-left:-30px;
}

.log-sign .btn.signup:hover{
	border:3px solid #d25c46;
background: #d25c46;
}

.log-sign .btn:hover, .log-sign .btn.active{
background:#25a8e0;
border:3px solid #25a8e0;
color:#fff;
/*box-shadow*/
-webkit-box-shadow:none;
   -moz-box-shadow:none;
        box-shadow:none;
}
/**/
.content-bg{
background: url(../img/bg.jpg) bottom center no-repeat;
background: url(../img/pad.png) right bottom no-repeat, url(../img/bg.jpg) bottom center no-repeat;
background-color: #62aecf ;
margin-top:12px;
padding-top:68px;

}

@media (max-width: 768px){
.content-bg{
background: url(../img/bg.jpg) bottom center no-repeat;
}

}


.intro{
background:rgba(44, 182, 255, 0.70);
margin-bottom:15px;
border-left:6px solid #fff;
}
.intro h1{
margin:0;
padding:0 30px;
color:#fff;
text-transform:uppercase;
font-size:26px;
line-height:42px;
}
.intro h1 span{
font-size:26px;
padding-top:26px;
display:block;
color:#a4fbfc;
text-transform:none;
}
.intro p{
margin:0;
padding:0 30px;
font-size:18px;
color:#fff;
border-top:1px solid #fff;
margin-top:15px;
padding-top:15px;
padding-bottom:15px;
}



/*Login*/
.login{
background:#fff;
}
.login .top{
background:url(../img/loginbg.png) center -42px no-repeat;
border-bottom:1px solid #ececec;
padding-bottom:5px;
}
.login .top h1{
margin:0;
padding-top:32px;
padding-bottom:20px;
font-size:30px;
}
.login .top h1 span{
color:#149fe3;
}
.login .top p{
color:#898787;
font-weight:500;
}
.btn.enter{
/*border-radius*/
-webkit-border-radius:0;
   -moz-border-radius:0;
        border-radius:0;
margin-bottom:30px;
font-weight:500;
background:#25a8e0;
color:#fff;
/*box-shadow*/
-webkit-box-shadow:none;
   -moz-box-shadow:none;
        box-shadow:none;
padding:10px 50px;
font-size: 24px;
}
.btn.enter:hover{
  background:#d25c46;
}
.form1{
border-bottom:5px solid #25a8e0;
padding-bottom:15px;
margin-bottom:45px;
}
.form1 h1{
margin:0;
font-size:24px;
padding-top:32px;
padding-bottom:20px;
}
.form1 h1 span{
color:#149fe3;
}
.form1 p{
font-size:20px;
color:#8b8a8a;
}
.form1 p b{
color:#5a5a5a;
font-weight:500;
}
a.logout{
color:#149fe3;
text-decoration:underline;
font-size:18px;
}
a.logout:hover{

text-decoration:none;

}
.notuser u:hover{
text-decoration: none;
}
.notuser u a{
	color:#5a5a5a
}
.notuser u a:hover{
text-decoration: none;
}

.form2{
  border-bottom:5px solid #25a8e0;
padding-top: 25px;
padding-bottom: 15px;
margin-bottom: 45px;
padding-left: 35px;
padding-right: 35px;
}


.form2 .form-control {
display: block;
width: 100%;
height: 40px;
padding: 6px 12px;
font-size: 18px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: inherit;
border: 2px solid #c4c4c4;
border-left: 40px solid #c4c4c4;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
position: relative;
}
.form2 .form-group {
  position: relative;
font-size: 18px;
}

.form-control.error{
border-color: red !important;

}


.form-group label{
font-size: 15px;
}




.form2 .form-group span.bg{
background: url(../img/login-icon.png) 8px 9px no-repeat;
display: block;
width: 34px;
height: 34px;
position: absolute;
z-index: 1000;
}

.form2 .form-group span.bg.username{
background: url(../img/login-icon.png) 12px 11px no-repeat;
}
.form2 .form-group span.bg.password{
background: url(../img/login-icon.png) 12px -40px no-repeat;
}


.form2 .form-group span.bg.firstname, .form2 .form-group span.bg.lastname{
	background: url(../img/login-icon.png) 12px -40px no-repeat;
}






.form2 .form-control:focus{
	border-color:#149fe3;
}


.signup.form2 .form-control:focus {
	border: 2px solid #149fe3

}

.page-title .form2 p,
.form2 p {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 10px;
}

.form2 p.support_link {
    font-size: 14px;
}


.form2 .btn.login{
/*border-radius*/
-webkit-border-radius:0;
   -moz-border-radius:0;
        border-radius:0;
margin-bottom:30px;
font-weight:500;
background:#25a8e0;
color:#fff;
/*box-shadow*/
-webkit-box-shadow:none;
   -moz-box-shadow:none;
        box-shadow:none;
padding:10px 50px 10px 50px;
margin-top: 15px;
font-size: 24px;
}


.form2 .btn.login:hover{
background:#d25c46;
}





.form2 .btn.login.dd{
background:#d25c46;
}

.form2 .btn.login.dd:hover{
	background:#25a8e0;
}

.forget{
  padding: 10px;
}



.signup.form2 .form-control{
border-left: 2px solid #c4c4c4;
}



::-webkit-input-placeholder { /* WebKit browsers */
    color:    #9c9c9c;
    font-weight: 500;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #9c9c9c;
    font-weight: 500;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #9c9c9c;
    font-weight: 500;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #9c9c9c;
    font-weight: 500;
}

input:focus::-webkit-input-placeholder { /* WebKit browsers */
    color:    #3c3c3c;    
}

input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #3c3c3c;    
}
input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #3c3c3c;    
}
input:focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #3c3c3c;    
}



/***/
.content-page-bg{
margin-top:12px;
padding-top:50px;

}
.content-page-bg.sign-up{
background:#62aecf url(../img/content-page-bg1.png) bottom center no-repeat;
}
.content-page-bg.testimonials{
background:#62aecf url(../img/content-page-bg2.png) bottom center no-repeat;
}
.content-page-bg.content{
background:#62aecf url(../img/content-page-bg3.png) bottom center no-repeat;
}
.content-page-bg.login-enter{
background:#62aecf url(../img/content-page-bg4.png) bottom center no-repeat;
}
.content-page-bg.login-form{
background:#62aecf url(../img/content-page-bg4.png) bottom center no-repeat;
}





.page-title{
  background: #fff;
  box-shadow:0px 0px 8px 2px #d5d5d5;
  position:relative;
  z-index: 9;
  text-align: center;
  padding: 0px;

}

.page-title.signup{
	background:#fff url(../img/sign-icon.png) top center no-repeat;
}

.page-title.testi{
	background: #fff url(../img/testi-icon.png) top center no-repeat;
}
.page-title.login-ic{
	background:#fff url(../img/loginbg.png) center 0px no-repeat;
}

.page-title.login-os{
  background:#fff url(../img/our-story.png) center bottom no-repeat;
}
.page-title.login-for{
  background:#fff url(../img/forgetpass.png) center center no-repeat;
}
.content-page-content{
  position: relative;
  z-index: 10;
  background: #fff;
}

.page-title h1{
  margin: 0;
  font-weight: 500;
  font-size: 30px;
padding: 34px 0 30px 0;
}
.page-title h1 span{
  color: #149fe3;
}


.page-title p{
  margin: 0;
padding: 10px 50px;
padding-bottom: 40px;
color: #898787;
font-weight: 500;
}
.contents{
    box-shadow:0px 0px 8px 2px #d5d5d5;
    padding: 70px;
    border-bottom: 8px solid #25a8e0;
}
.contents .testi{
  font-weight: 500;
  color: #898787;
  font-size: 15px;
}



.contents .testi span{
	color: #000;
	font-size: 20px;
}




.contents .testi p.text-right{
  margin-bottom: 60px;
  color: #484848;
}

footer{
padding:45px 0 35px 0;
color:#959595;
font-weight:400;
}
footer .foo-link{
text-align:right;
}
footer a{
text-decoration:none;
color:#959595;
}

footer a:hover{
color:#149fe3;
}

@media (min-width: 992px){
.log-sign .btn{
padding:9px 48px;
}
}
@media (max-width: 992px){
.log-sign .btn.login{
margin-left:0px;
}
.log-sign{
text-align:center;
}
.nav.navbar-nav{
float:right;
}


	section{
margin-top: 110px;
}





}
@media (max-width: 768px){
.navbar-nav{
margin-left:0px;
}
.nav.navbar-nav{
float:none;
}
.navbar-brand{
padding-top:0px;
}
footer, footer .foo-link{
text-align:center;
}
.form2 .btn.login{
	width: 80%;
}

.btn.enter{
width: 80%;
}

}
@media (min-width: 768px){
.nav>li:first-child{
padding-left:0px;
}
.nav>li:last-child{
padding-right:0px;
}

}



.displaynone {
    display:none;
}

input[type="checkbox"] + label {
    color:#333;

    font-weight: 400;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../img/ckb.png) 0px 0px no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../img/ckbc.png) 0px 0px no-repeat;
}