body{
	padding: 20px 0;
	overflow-x:hidden;
}
.user-add, .user-login{
	padding: 30px 0;
}

.user-login h4.page-title{
	margin: 0 0 30px 0;
}

.dz-preview{display: none; visibility:hidden;}
div#dropzone {
    position: relative;
    width: 100%;
    height: 120px;
	border: 1px dashed #e4e4e4;
	text-align: center;
	padding: 10px;
	font-size:18px;
	overflow: hidden;
}

div#dropzone:hover{
	background-color: #ebebeb;
	border: 1px solid #e4e4e4;
}

.login-footer{
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid #ebebeb;
	margin: 30px 0;
	padding: 30px 0 50px 0;
	font-size: 0.85em;
	text-align: center;
}
/*Content Padding*/
@media (min-width: 768px){
	.page-sub-page #page-content{
		margin-top: 133px;
	}
	.page-homepage #page-content{
		margin-top: -20px;
	}
	
	.user-login{
		padding: 100px 0;
	}
}

/*Generic styles*/
:root{
    --semi-bold: 600;
	--bold: bold;
	--bolder: bolder;
}
.semi-bold{
	font-weight: var(--semi-bold);
	font-weight: 600;
}
.bold, strong{
	font-weight: var(--bold);
	font-weight: bold;
}

.bolder, .stronger {
	font-weight: var(--bolder);
	font-weight: bolder;
}

/*Home Hero*/
#home-hero{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 700px;
	position: relative;
}

/*Notifications*/
.notify{
	width: 102%;
	height: 50px;
	top: -50px;
	left: -1%;
	right: -1%;
	position: fixed;
	float: left;
	z-index: 10001;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	overflow: hidden;  
}
.notify .close{
	padding: 0.1% 2% 0;
	font-size: 1.35em;
}

.notify p{
	color: #525252;
	font-size: 1em;
	text-align: center;
	padding: 0 5% 0 5%;
}

/*Progress*/
.progress-box {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; 
	z-index:9007;
	display:none;
	
	filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
	background-image:url(../img/AjaxLoader.gif);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
/*Page Titles*/
.title-page {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
}
.title-page .devider-top {
  width: 1px;
  background: #d3d3d3;
  height: 30px;
  margin: 10px auto;
}
.title-page .devider-bottom {
  background: #d3d3d3;
  height: 1px;
  width: 50px;
  margin: 0 auto;
}
.title-page span {
  width: 100%;
  display: block;
  left: 0;
  font-weight: 700;
  font-size: 70px;
  color: #dddddd;
  z-index: 0;
  text-align: center;
  position: absolute;
}
.title-page h2,
.title-page h1 {
  position: relative;
  z-index: 2;
  padding-top: 5px;
  font-weight: 700;
  margin-bottom: 15px;
  border: none;
}
.title-page p {
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.title-page-2 {
  margin-bottom: 20px;
  margin-top: 5px;
}
.title-page-2 a {
  color: inherit;
  text-decoration: none;
}
.title-page-2 span {
  position: relative;
  font-weight: 700;
}
.title-page-2 span:before {
  content: "";
  width: 15px;
  height: 3px;
  position: absolute;
  background: #333;
  bottom: -10px;
  left: 0;
}
.title-page2 {
  margin-bottom: 60px;
  text-align: center;
}
.title-page2 a {
  color: inherit;
  text-decoration: none;
}
.title-page2 span {
  font-weight: 700;
  position: relative;
}
.title-page2 span:before {
  content: "";
  position: absolute;
  background: #333;
  height: 1px;
  bottom: -20px;
  width: 30px;
  left: 50%;
  margin-left: -15px;
}

.title-page h2{
	padding: 30px 0;
	color: #154284;
	text-shadow: 1px 1px 1px #36383a;
	margin-bottom: 0;
}

/*How It Works*/

.how-it-works{
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 15px 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #ededed;
}

.box_home{
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ededed;
	margin-bottom:25px;
	padding:120px 25px 25px 25px;
	text-align:center;
	position:relative;
	font-size:14px;
	color:#666;
	min-height:235px;
}
.box_home span{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ededed;
	background-color:#fff;
	position:absolute;
	top: -30px;
	display:block;
	width:60px;
	height:60px;
	line-height:58px;
	font-weight:bold;
	font-size:30px;
	color:#154284;
	left:50%;
	margin-left:-20px;
	box-shadow: 1px 1px 2px #ededed;
}
.box_home#one{
	background:#fff url(../img/home-1.svg) no-repeat center 40px;
}
.box_home#two{
	background:#fff url(../img/home-2.svg) no-repeat center 40px;
}
.box_home#three{
	background:#fff url(../img/home-3.svg) no-repeat center 40px;
}
.box_home h3{
	font-size:16px;
	margin-bottom:3px;
	font-weight:bold;
}

.box_home p.ninja{
	margin-top: -5px;
	font-size: 3.00em;
}

/*Ads - Sponsorships*/
.ad_box{
	width: 100%;
	margin: 15px 0 15px 0;
	padding: 0;
	background:#fcfcfc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ededed;
	vertical-align: middle;
	text-align:center;
	position:relative;
	font-size:14px;
	color:#666;
}

	.ad_box:hover{}
	.ad_box span{
		border: 1px solid #ededed;
		background-color:#fff;
		position:absolute;
		top: -5px;
		display:block;
		width:80px;
		height:20px;
		line-height:18px;
		font-size: 8px;
		text-transform: uppercase;
		right: -1%;
		margin-left:-20px;
		box-shadow: 1px 1px 2px #ededed;
	}
	
	.ad_box .ad_content{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	
	.ad_box p{
		margin: 0;
	}
	
	.ad_box .ninja{
		font-family: 'Mrs Sheppards', sans-serif;
		font-size: 2.85em;
	}
	.ad_box p, .ad_box .ninja{
		color:#929292;
	}
	.ad_box a {
		color:#909090;
		text-transform: uppercase;	
		-moz-transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.ad_box a:hover{
		color: #000000;
	}

	.ad_box .under_link{
		background: #d3d3d3;
		height: 1px;
		width: 50px;
		margin: 0 auto;
	}

.ad_box_120{
	height: 120px;
	padding: 10px 25px 25px 25px;
}

.ad_box_sidebar{
	height: 213px;
	padding: 50px 25px 25px 25px;
}
	.ad_box_sidebar.h_500{
		height: 500px;
		padding: 200px 25px 25px 25px;
	}
	.ad_box_sidebar span{
		right: -3%;
	}

.ad_box_student_carousel{
	float: left;
	position: relative;
	width: 275px;
	height: 477px;
	padding: 150px 0;
	border: 1px solid #dddddd;
	cursor: pointer;
}
	.ad_box_student_carousel span{
		top: -2px;
		left: 45%;
	}
	.ad_box_student_carousel .under_link{
		margin: 2px auto;
	}
	.ad_box_student_carousel .as-causes-btn{
		margin: 220px 0;
	}
	
.ad_help_cover {
  position: absolute;
  height: 100%;
  width: 66.66666667%;
  top: -5px;
  background-size: cover;
  background-position: center;
  color: #fff;
  left: 0;
  padding: 100px 200px 100px 200px;
  text-align: center;
}	

	.ad_help_cover:before {
	  display: none;
	  visibility: hidden;
	}
	.ad_help_cover span{
		top: -10px;
		left: 5%;
		color:#929292;
	}
	@media (max-width: 768px){
		.ad_help_cover {
		  display: none;
		  visibility: hidden;
		}
		.box-help.right-side .desc{
			width: 100%;
		}
	}
	@media (min-width: 769px){
		.box-help .desc, .box-help.right-side .desc{
			width: 33.33333333%;
		}
		.box-help .help-cover{
			display: block;
			visibility: visible;
			width: 66.66666667%;
		}
	}
	
	
/*Students*/
.featured-properties {
	padding-bottom: 0;
  	padding-top: 10px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.property .tag.status.success {
  color: #555;
  background-color: #2be03c;
  background-color: rgba(43, 224, 60, 0.6);
}
.property:hover .tag.status.success, .property:active .tag.status.success, .property:focus .tag.status.success {
  background-color: #2be03c;
  background-color: rgba(43, 224, 60, 0.8);
}

.property .tag.status.warning {
  color: #555;
  background-color: #e0c62b;
  background-color: rgba(224, 198, 43, 0.6);
}
.property:hover .tag.status.warning, .property:active .tag.status.warning, .property:focus .tag.status.warning {
  background-color: #e0c62b;
  background-color: rgba(224, 198, 43, 0.8);
}

.property .tag.status.danger {
  color: #fff;
  background-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.6);
}
.property:hover .tag.status.danger, .property:active .tag.status.danger, .property:focus .tag.status.danger {
  background-color: #ff0000;
  background-color: rgba(255, 0, 25, 0.8);
}

/*How You Can Help*/
.box-help {
  position: relative;
  margin-bottom: 30px;
}
.box-help .desc {
  text-align: center;
  padding: 100px 30px 60px;
  position: relative;
  z-index: 2;
}
.box-help .num {
  border: 3px solid rgba(255, 255, 255, 0.5);
  width: 40px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 60px;
  height: 40px;
  font-size: 13px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
}
.box-help .help-cover {
  position: absolute;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  right: 0;
}
.box-help .help-cover:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.3);
}
.box-help.right-side .help-cover {
  left: 0;
}
.box-help.right-side .desc {
  float: right;
}

.dark {
  background: #154284;
  color: #fff;
}

/*[Modals]*/
.modal .close:focus {
  outline: 0;
}

.modal .modal-dialog {
  transition: all .2s !important;
}

.modal .modal-content {
  border: 1px solid #f2f6f7;
  border-radius: 3px;
  box-shadow: none;
}

.modal .modal-header {
  text-align: center;
  border-bottom: 0;
  padding: 10px 10px 0;
}

.modal .modal-header p {
  color: #8b91a0;
}

.modal .modal-body {
  box-shadow: none;
  padding: 10px;
  padding-top: 0;
  white-space: normal;
}

.modal .modal-footer {
  border-top: none;
  box-shadow: none;
  margin-top: 0;
  padding: 10px;
  padding-top: 0;
}

.modal .drop-shadow {
  box-shadow: 0 0 9px rgba(191, 191, 191, 0.36) !important;
}

.modal.fade {
  opacity: 1 !important;
}

.modal.fade.stick-up .modal-dialog {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  margin-top: -5px;
}

.modal.fade.stick-up.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}

.modal.fade.slide-up {
  height: 100%;
  top: auto;
}

.modal.fade.slide-up.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
}

.modal.fade.slide-up.disable-scroll {
  overflow: hidden;
}

.modal.fade.slide-up .modal-dialog {
  display: table;
  height: 100%;
  -webkit-transform: translate3d(0, 75%, 0);
  transform: translate3d(0, 75%, 0);
  -ms-transform: translate(0, 75%);
}

.modal.fade.slide-up .modal-content-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal.fade.center-scale .modal-dialog {
  display: table;
  height: 100%;
}

.modal.fade.center-scale .modal-content {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  background: transparent;
}

.modal.fade.center-scale .modal-content .modal-header {
  border-bottom: 0px;
}

.modal.fade.center-scale.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal.fade.center-scale .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.modal.fade.fill-in {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.modal.fade.fill-in > .close {
  margin-top: 20px;
  margin-right: 20px;
  opacity: 0.6;
}

.modal.fade.fill-in > .close > i {
  font-size: 16px;
}

.modal.fade.fill-in .modal-dialog {
  display: table;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.modal.fade.fill-in .modal-content {
  display: table-cell;
  vertical-align: middle;
  border: 0;
  background: transparent;
}

.modal.fade.fill-in .modal-content .modal-header{
	margin: 0;
  	padding: 0;
  	border-bottom: 0px;
	text-align: center;
}

.modal.fade.fill-in .modal-content .modal-body,
.modal.fade.fill-in .modal-content .modal-footer{
	text-align: left;
}

.modal.fade.fill-in .modal-content .modal-body .user-login-facebook{
	text-align: center;
}

.modal.fade.fill-in.in {
  background-color: rgba(255, 255, 255, 0.95);
  overflow-x: hidden;
}

.modal.fade.fill-in.in .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.modal.fade.fill-in .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.user-register-modal .form-control,
.user-lostpassword-modal .form-control,
.user-login-modal .form-control {
  border-color: #e5e5e5;
}

.user-register-modal .form-control:focus,
.user-lostpassword-modal .form-control:focus,
.user-login-modal .form-control:focus {
  border-color: #ebebeb;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 1px #ebebeb;
  box-shadow: inset 0 0 0 1px #ebebeb;
}
.user-register-modal .modal-content,
.user-lostpassword-modal .modal-content,
.user-login-modal .modal-content {
  border-width: 0px;
  border: none;
}

.owl-login .owl-form-item{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

@media (max-width: 399px) {
	.modal.fade.fill-in .modal-content .modal-body .lostpassword-modal-link{
		clear: both;
		float: left;
		text-align: left;
		margin: 10px 0;
	 }
	 
	.modal.fade.fill-in .modal-content .modal-body .user-login-modal-link{
		width: 100%;
		margin-bottom: 10px;
		float: left;
		text-align: left;
	}
}

@media (min-width: 400px) {
	.modal.fade.fill-in .modal-content .modal-body form{
	  	text-align: left;
	}
	
	.modal.fade.fill-in .modal-content .modal-body .lostpassword-modal-link{
		clear: none;
		float: right;
		text-align: right;
		margin: 0;
	}
	  .modal.fade.fill-in .modal-content .modal-body .user-login-modal-link{
		width: auto;
		margin-bottom: 0;
	}
}

.user-login-or {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  position: relative;
}

#dropzone .user-login-or {
  text-align: center;
  margin-bottom: 0.85rem;
  margin-top: 0.85rem;
  position: relative;
}
.user-login-or:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  top: 50%;
  margin-top: -1px;
  content: "";
  left: 0;
}
.user-login-or span {
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 1.1rem;
  height: 2.5em;
  width: 2.5em;
  font-style: italic;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 2.1em;
  position: relative;
  z-index: 2;
  background-color: #fff;
}


@media (max-width: 767px) {
  .modal.fade.fill-in .modal-content .modal-body .lostpassword-modal-link,
  .modal.fade.fill-in .modal-content .modal-body .lostpassword-modal-link {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .user-register-modal .modal-footer,
  .user-login-modal .modal-footer,
  .form-footer {
    text-align: center !important;
  }
  .user-register-modal .modal-footer .user-login-modal-register,
  .user-login-modal .modal-footer .user-login-modal-register,
  .form-footer {
    margin-bottom: 15px;
  }
  .modal.fade.fill-in .modal-content .modal-footer .pull-left,
  .modal.fade.fill-in .modal-content .modal-footer .pull-left,
  .form-footer pull-left {
    display: block;
    float: none !important;
  }
}
.modal.fade.fill-in .modal-content .modal-body .user-login-facebook {
	margin-bottom:15px;
}

.btn-login-facebook, 
.btn-login-google, 
.btn-login-linkedin {
	width: 32px;
	height: 32px;
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	border:1px solid transparent;
	white-space:nowrap;
	font-size:14.5px;
	line-height:1.1;
	-webkit-transition:background-color .3s .3s;
	-o-transition:background-color .3s .3s;
	transition:background-color .3s .3s;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	outline:none;
	background:none repeat scroll 0 0 #3b5998;
	color:#fff;
	border-width:0;
	padding:.75172413793103rem .96551724137931rem;
}

.btn-login-facebook {
	background:none repeat scroll 0 0 #3b5998;
}

.btn-login-google {
	background:none repeat scroll 0 0 #dd4b39;
}
 
.btn-login-linkedin {
	background:none repeat scroll 0 0 #007bb5;
}

.table tbody tr td{
	font-size: 1.05em;
	padding-left: 8px;
}

.table tbody tr td img{
	padding-top: -5px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
}

.loader{
	position: relative;
	float: left;
	text-align: center;
	margin: 0 50% 0 50%;
	width: 32px;
	height: 32px;
	background-image: url(../img/loader.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 32px;
	display: block;
}

.page-loader{
	position: absolute;
	margin: 0;
	padding: 0;
	min-height: 100%;
	min-width: 100%;
	background: #ffffff;
	background-image: url(../img/loader.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 32px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
	z-index: 999;
}