body{
  background-color: #f2f6fa;
  color: #444444;
  font-family: 'Nunito Sans', sans-serif !important;
  overflow-x: hidden;
  word-wrap: break-word; 
  -webkit-font-smoothing: antialiased; 
  -moz-font-smoothing: antialiased;
  font-weight: 400 !important;
}
a, a:hover, a:focus, a:active, a.active, a.hover, a.focus {
	text-decoration: none;
	outline: inherit;
	color: inherit;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;

}
.btn, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.hover, .btn.focus
.btn:hover.active, .btn.hover:active, .btn:focus.active, .btn.focus:active {
	text-decoration: none;
	outline: inherit;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.loginbg {
  background-image: url("../images/loginbg.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: fixed;
  width: 100%;
  font-weight: 400;
}
.contact {
	background: rgba(37,37,37,0.35);
	background: -moz-linear-gradient(left, rgba(37,37,37,0.35) 0%, rgba(37,37,37,0.55) 52%, rgba(37,37,37,0.95) 83%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(37,37,37,0.55)), color-stop(52%, rgba(37,37,37,0.35)), color-stop(83%, rgba(37,37,37,0.95)));
	background: -webkit-linear-gradient(left, rgba(37,37,37,0.35) 0%, rgba(37,37,37,0.55) 52%, rgba(37,37,37,0.95) 83%);
	background: -o-linear-gradient(left, rgba(37,37,37,0.35) 0%, rgba(37,37,37,0.55) 52%, rgba(37,37,37,0.95) 83%);
	background: -ms-linear-gradient(left, rgba(37,37,37,0.35) 0%, rgba(37,37,37,0.55) 52%, rgba(37,37,37,0.95) 83%);
	background: linear-gradient(to right, rgba(37,37,37,0.35) 0%, rgba(37,37,37,0.55) 52%, rgba(37,37,37,0.95) 83%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(37,37,37,0.35)', endColorstr='rgba(37,37,37,0.85)', GradientType=1 ); 	
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
}
.contact .login-popup .wht_bg h3 {
  font-weight: 100;
  line-height: 1.5;
  color: #a04b93;
}
.contact .login-popup .form-control {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #80807f;
  box-shadow: none;
  text-align: left; 
  padding: 6px 0;
  border-radius: 0;
}
.contact .login-popup .form-control:focus {
	border-color: none;
	box-shadow: none;
	outline: 0 none;	 
}
.contact .login-popup .group {
   position: relative;
}
.contact .login-popup .wht_bg {
	background-color: #ffffff;
	border-radius: 10px;
	color: #494949;
	margin-top: 12%;
	padding: 30px 45px;
	width:  100%;
}
.contact .login-popup input:focus {
	outline: none; 
}
.contact .login-popup .form-cntrl:focus ~ .placeholder, 
.contact .login-popup .form-cntrl:valid ~ .placeholder, 
.contact .login-popup textarea:focus ~ .placeholder, 
.contact .login-popup textarea:valid ~ .placeholder {
	top: -13px;
	font-size: 13px;
	color: #26aae1; 
}
  .contact .login-popup .placeholder {      
      font-size: 14px;
      font-weight: 400 !important;
      position: absolute;
      pointer-events: none;
      left: 0px;
      top: 6px;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all; 
  }
    .contact .login-popup h5 {
      margin-top: 0;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase; }
    .contact .login-popup .bar {
      position: relative;
      display: block;
      width: 100%; }
      .contact .login-popup .bar:before, .contact .login-popup .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0px;
        right: auto;
        left: auto;
        position: absolute;
        background: #26aae1;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all; }
    .contact .login-popup .form-cntrl:focus ~ .bar:before, 
	.contact .login-popup .form-cntrl:focus ~ .bar:after, 
	.contact .login-popup textarea:focus ~ .bar:before, 
	.contact .login-popup textarea:focus ~ .bar:after {
      width: 100%; }
    .contact .login-popup .highlight {
      position: absolute;
      height: 60%;
      width: 100%;
      top: -10px;
      left: 0;
      pointer-events: none;
      opacity: 0.5; }
    .contact .login-popup .form-cntrl:focus ~ .highlight {
      -webkit-animation: inputHighlighter 0.3s ease;
      -moz-animation: inputHighlighter 0.3s ease;
      animation: inputHighlighter 0.3s ease; }
@-webkit-keyframes inputHighlighter {
  from {
    background: #fff; }
  to {
    width: 0;
    background: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background: #fff; }
  to {
    width: 0;
    background: transparent; } }
@keyframes inputHighlighter {
  from {
    background: #fff; }
  to {
    width: 0;
    background: transparent; } }
	
.img_inblk {
  display: inline;
}
.bg-default {
  background: #f3f3f3 none repeat scroll 0 0;
  border-radius: 0 0 4px 4px;
  padding: 25px;
}
.btn-md {
  border-radius: 0px;
  padding: 13px;
  font-weight: 600;
  font-size: 16px;
}
.btn-sm {
  font-size: 14px;
  padding: 5px 12px;
  text-align: center;
  vertical-align: middle;
}
.btn-xs {
  padding: 3px 10px;
}
.font_13 {
  font-size: 13px;
}
.margin-top48 {
  margin-bottom: 30px;
  margin-top: 25px;
}
.margin-bottom27 {
	margin-bottom: 37px;
}
.margin-bottom20 {
	margin-bottom: 20px;
}
.padr0 {
	padding-right: 0;
}
.marg0 {
	margin: 0 auto;
}
.navbar-inverse {
  margin-bottom: 0;
}
.box_shadow {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 9px 0 2px 0;
}
.wht_bg .img-responsive.marg0 {
	margin-bottom: 44px;
}
.flex-design {
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
	-moz-align-items: center;
    -ms-align-items: center;
	-o-align-items: center;
	 align-items: center;
    -webkit-flex-align: center;
	-moz-flex-align: center;
	-ms-flex-align: center;    
    -webkit-flex-direction: column;
	-moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
	-moz-justify-content: center;
    -ms-justify-content: center;
	justify-content: center;
    -webkit-flex-pack: center;
	-ms-flex-pack: center;    
    -webkit-flex: 1;
	-moz-flex: 1;
    -ms-flex: 1;
    /* flex: 1; */
    right: 2px;
    position: relative;
    float: right;
	height: 90vh;
}
@media (max-width: 767px) {
	.contact .login-popup .wht_bg {
	  margin: 8% auto;
	  padding: 15px 19px;
	}
	.loginbg {
	  background-size: cover;
	  bottom: -50px;
	  overflow: auto;
	  top: 0;
	}
	.contact {
	  bottom: 0;
	  overflow: auto;
	}
	.bg-default {
	  padding: 15px;
	}
	.loginbg .c_check .text-right {
		text-align: left;
	}
	.pull-right.flex-design { float: none !important; display: block;}
}
@media (min-width: 1280px) {
	.col-lg-offset-3_5 {
	  margin-left: 28%;
	}			
}
@media (min-width: 1360px) {
	.flex-design.col-span-5 {
		width: 36%;
	}
	.container { width: 95%;}
}
@media (min-width: 1650px) {
	.flex-design.col-span-5 {
		width: 28%;
	}	
}