@font-face {
	font-family: 'basic';
	src: url('../fonts/basic_grotesque.woff'),
	url('../fonts/basic_grotesque.woff')
}

@font-face {
	font-family: 'lato';
	src: url('../fonts/lato.ttf'),
	url('../fonts/lato.ttf')
}

body, html {
	font-size: 14px;
	line-height: 28px;
	color: #333;
}

.container {
	width:90%;
}

/* MARGINS */
.remove-row-bottom {
    margin-bottom: 0 !important;
}

.clearfix {
    clear: both;
    display: block;
}

.no-margin {
		margin:0 !important;
}

.margin-top-10
{
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important; 
}

.margin-top-50 {
    margin-top:50px !important;
}

.margin-top-100 {
    margin-top:100px !important;
}

.margin-top-150 {
    margin-top:150px !important;
}

.margin-bottom-10 {
    margin-bottom:10px !important;
}

.margin-bottom-20 {
    margin-bottom:20px !important;
}

.margin-bottom-50 {
    margin-bottom:50px !important;
}

.margin-bottom-100 {
    margin-bottom:100px !important;
}

.no-pad-left {
	padding-left: 0 !important;
}

.no-pad-right {
	padding-right: 0 !important;
}


.no-pad-left-right {
	padding-left:0 !important;
	padding-right:0 !important;
}

.no-padding {
	padding:0 !important;
}

.no-margin {
		margin:0 !important;
}

.margin-top-10
{
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important; 
}

.margin-top-50 {
    margin-top:50px !important;
}

.margin-top-100 {
    margin-top:100px !important;
}

.margin-top-150 {
    margin-top:150px !important;
}

.margin-bottom-10 {
    margin-bottom:10px !important;
}

.margin-bottom-20 {
    margin-bottom:20px !important;
}

.margin-bottom-50 {
    margin-bottom:50px !important;
}

.margin-bottom-100 {
    margin-bottom:100px !important;
}

.no-pad-left {
	padding-left: 0 !important;
}

.no-pad-right {
	padding-right: 0 !important;
}


.no-pad-left-right {
	padding-left:0 !important;
	padding-right:0 !important;
}

.no-padding {
	padding:0 !important;
}


.login-side-header {
	font-size:30px;
	font-weight:500;
}

.flow-area {
	height:80%;
	overflow-y:auto;
	overflow-x: hidden;
}

.green-side-pic {
	background:url('../img/green-side-pic.jpg');
	background-size:cover;
}

a.blue-action-button {
    color: #fff;
	background: #3EB249;
	border:1px solid #3EB249;
    padding: 7px 20px;
    margin-left: 2px;
    text-transform: capitalize;
    margin-top: 15px;
	display: inline-block;
	border-radius: 20px;
	font-size:14px;
	line-height:25px;
}

a.blue-action-button:hover {
	background:#999;
	border:1px solid #999;
	color:#fff;
}

a.blue-action-button-trans {
    color: #333;
	background: transparent;
	border:1px solid #999;
    padding: 7px 20px;
    margin-left: 2px;
    text-transform: capitalize;
    margin-top: 15px;
	display: inline-block;
	border-radius: 20px;
	font-size:14px;
}

a.blue-action-button-trans:hover {
	background:#999;
	border:1px solid #999;
	color:#fff;
}

.slider_mask {
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.98) 1%, rgba(0,0,0,0) 58%); 
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0.98) 1%,rgba(0,0,0,0) 58%); 
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0.98) 1%,rgba(0,0,0,0) 58%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); 
}

.slider-heading {
	font-family: lato, sans-serif;
	font-size:45px !important;
	width: 500px;
	line-height: 58px !important;
	font-weight: 700;
	color: #333;
	top:36% !important;
	left:5% !important;
	text-transform: uppercase;
}

.slider-subheading {
	font-family: basic, sans-serif;
	font-size: 18px;
	top:57% !important;
	left:5% !important;
	width:450px;
}

.slider-action-button {
	background:#3E9F40;
	color:#fff;
	text-transform: uppercase;
	font-size:18px; 
	padding: 10px 30px;
	display: inline-block;
	margin-top: 20px;
	transition: all 0.3s linear;
}

.slider-action-button:hover { 
	background:#666666;
	color:#fff;
}

.slider-settings {
	height:575px;
	position:relative;
	z-index:1;
}

.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 0;
	margin-top: -40px;
}

.sp-button {
	width: 15px;
	height: 15px;
	border: 2px solid #333;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-button.sp-selected-button {
	background: #333;
} 

.top-grey-curve {
	height:120px;
	background:url('../img/grey-curve.png');
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	z-index: 2;
	margin-top: -91px;
	pointer-events: none;
	position: relative;
}

.bottom-grey-curve {
	height:120px;
	background:url('../img/grey-curve-2.png');
	background-repeat: no-repeat;
	background-size:cover;
	pointer-events: none;
}

.feature-area {
	padding: 20px 15px;
}

.feature-title {
	font-size:20px;
	font-weight: 500;
	text-align: center;
	line-height:27px;
}

.feature-title a {
	text-decoration: none;
	color: #000;
}	

.feature-title a:hover,
.feature-title a:focus {
	color:#3EB249;
}

.feature-description {
	text-align: center;
	font-family: basic, sans-serif;
	font-size: 16px;
	line-height: 23px;
	margin-top:10px;
	min-height: 77px;
	display: block;
}

.feature-link {
	padding:8px 35px;
	color:#fff;
	background:#3E9F40;
	border-radius:15px;
	display: inline-block;
	margin-top:10px;
	font-family: basic, sans-serif;
	font-size: 16px;
}

.feature-link:hover {
	color:#333;
	background:#fff;
}

.feature-circle img {
	transition: all 0.3s;
}

.feature-circle img:hover {
	transform: scale(1.2);
}

.home-intro-header-text {
	font-family: lato, sans-serif;
	font-size:35px;
	color:#333;
	font-weight:500;
	margin-top:60px;
}

.home-description-text {
	font-family: basic, sans-serif;
	font-size:18px;
	line-height:28px;
	margin-top:35px;
}

.home-intro-button {
	background:#E11F99;
	color:#fff;
	padding: 9px 15px;
	border-radius:15px;
	font-size:15px;
}

.home-intro-button:hover {
	background:#666666;
	color:#fff;
}

.grey-area {
	background:#EFEFEF;
}

.white-header-area {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:3;
}

.logo {
    height: 75px;
    border-radius: 0px 10px 56px;
    margin-top:0px;
}

.top-white-curve {
	background: url(../img/white-top-curve.png);
    background-repeat: no-repeat;
    height: 145px;
    padding-left: 0% !important;
    padding-top: 1.0% !important;
}

.top-white-curve2 {
	background: url('../img/top-white-curve2.png');
	background-repeat: no-repeat;
	height:145px;
	padding-left:6% !important;
	padding-top:1% !important;
}

.logo-area2 img {
	height:70px;
}


a.back-button {
    border: 1px solid #ddd;
    padding: 10px 20px;
    color: #333;
	font-size:13px;
	border-radius:15px;
}

a.back-button:hover {
    background: #8FC33D;
    border: 1px solid #8FC33D;
    color: #fff;
}




/* MODALS */
.black_overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:999;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.black_overlay2
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:999;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}



.white_content 
{
    display: none;
    position: fixed;
    top: 15%;
    left: 29%;
    width: 39%;
    height: 52%;
    padding: 16px 10px;
    background-color: white;
    z-index:1000;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: white_content;
    animation-name: white_content;


}
@keyframes white_content{
    from {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
  
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.white_content2 
{
    display: none;
    position: fixed;
    top: 15%;
    left: 29%;
    width: 39%;
    height: 52%;
    padding: 16px 10px;
    background-color: white;
    z-index:1000;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: white_content2;
    animation-name: white_content2;
}

@keyframes white_content2{
    from {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
  
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

#sic2
{
	overflow-y: auto;
	height: 100%;
	padding-left: 20px;
	padding-right: 30px;
}

#sic2a
{
	overflow-y: auto;
	height: 100%;
	padding-left: 20px;
	padding-right: 30px;
}


#closebox {
   	position: absolute;
    right: 15px;
    top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    z-index: 10;
    background: #fff;
    color: #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:none;
	border: 2px solid #333;
	cursor:pointer;
}

#closebox:hover {
    background: #8FC33D;
    color: #fff;
    border: 2px solid #8FC33D;
}

#closebox2, #closebox3 {
    position: absolute;
    right: 15px;
    top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    z-index: 10;
    background: #fff;
    color: #666666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:none;
	border: 2px solid #ddd;
	cursor:pointer;
}

#closebox2:hover, #closebox3:hover {
    background: #8FC33D;
    color: #fff;
    border: 2px solid #8FC33D;
}


.close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    z-index: 10;
    background: #fff;
    color: #666666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:none;
    border: 2px solid #ddd;
}

.close-button:hover {
    background: #FF6600;
    color: #fff;
    border: 2px solid #FF6600;
}


.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -37px;
    position: relative;
    z-index: 2;
    color: #666666;
    padding-right: 12px;
}

.field-icon2 {
    float: right;
    margin-left: -25px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    color: #666666;
    padding-right: 12px;
}

.field-icon3 {
    float: right;
    margin-left: -25px;
    margin-top: 11px;
    position: relative;
    z-index: 2;
    color: #666666;
    padding-right: 12px;
}

.toggle-password {
    cursor: pointer;
}




.navigation-buttons {
	background: #fff;
	border-radius: 25px 0px 0px 25px;
	margin-top:20px;
	line-height: 55px;
	height:55px;
}

nav.navigation-buttons ul a {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	font-size: 1.2rem;
	color: #000;
	display: block;
	padding: 0 15px;
	cursor: pointer;
	font-weight: 500;
	line-height: 55px;
}

nav.navigation-buttons ul a:hover {
	background: #3EB249;
	color:#fff;
}

nav.navigation-buttons ul li:first-child a {
	border-radius: 25px 0px 0px 25px;
	padding-left:25px;
}

.login-and-signup {
	float:right;
}

.login-and-signup a {
	float:left;
}

.login-and-signup .signup {
	background:#fff;
	color:#333;
	border: 1px solid #ccc;
	line-height:36px;
	margin-top:9px;
	border-radius: 5px;
	transition:all 0.3s linear;
}

.login-and-signup .signup:hover {
	background:#3EB249;
	color:#fff;
	border: 1px solid #3EB249;
}

.login-and-signup .login {
	background:#3E9F40;
	color:#fff;
	border: 1px solid #3E9F40;
	line-height:36px;
	margin-top:9px;
	border-radius: 5px;
	margin-left:10px;
	margin-right:15px;
	transition:all 0.3s linear;
}

.login-and-signup .login:hover {
	background:#999999;
	color:#fff;
	border: 1px solid #999999;
	margin-left:10px;
}
/*Preloader*/

#preloader
{
  	position: fixed;
    z-index: 10;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    color: #ccc;
    text-align: center;
    background: rgba(0,0,0,0.6);
    display: none;
}


.preloader_circle {
   	width:35px;
   	height:35px;
   	display:inline-block;
   	padding:0px;
   	border-radius:100%;
   	border:2px solid;
   	border-top-color:rgba(255,255,255, 0.65);
   	border-bottom-color:rgba(255,255,255, 0.15);
   	border-left-color:rgba(255,255,255, 0.65);
   	border-right-color:rgba(255,255,255, 0.15);
   	-webkit-animation: preloader_circle 0.8s linear infinite;
   	animation: preloader_circle 0.8s linear infinite;
}
@keyframes preloader_circle {
   	from {transform: rotate(0deg);}
   	to {transform: rotate(360deg);}
}
@-webkit-keyframes preloader_circle {
   	from {-webkit-transform: rotate(0deg);}
   	to {-webkit-transform: rotate(360deg);}
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    will-change: opacity;
}

/* FOOTER */
footer {
	background: #212121;
	color: #ccc;
	padding: 30px;
	font-family: 'basic', serif;
}

.footer-border-bottom {
	border-bottom:1px solid #666666; 
	margin-bottom:20px; 
	text-transform:uppercase;
	font-size:10px;
}

footer .coloritem {
	color:#fff;
    margin-right: 10px;
}

.credits {
	font-size:14px;
	line-height: 20px;
}

.social-media-links a {
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
	background:#fff;
	border: 1px solid #fff;
	color: #333;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}

.social-media-links a:hover {
    color: #fff;
	border: 1px solid #ff9900;
	background-color: #ff9900;
}

.footer-feature {
    color: #ccc;
	border-bottom: 1px solid #666666;
	padding-top:10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.footer-feature:last-child {
    color: #ccc;
	border-bottom: 1px solid transparent;
	padding-top:10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

a.footer-link{
    color: #ccc;
    display: block;
    margin-bottom: 13px;
    font-family: 'basic', sans-serif;
}
a.footer-link:hover{
    color: #ff9900;
}

.footer-credit {
	color:#ccc;
	font-size:13px;
}

.footer-credit a {
	color:#ccc;
}

.grey-background-wrapper {
    z-index: -10;
    background: #EFEFEF;
    position: fixed;
    left:0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
}

.top-white-row {
    background: #fff;
    height: 60px;
    box-shadow: 0px 1px 26px 0px #f1f1f1;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo img {
	height:50px;
	margin-left:20px;
	margin-top:3px;
}

.menu {
    height: 60px;
    width: 60px;
    margin-right: 10px;
}

.menu a{
    background: #00AEFC;
    color: #fff;
    font-size: 20px;
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.menu a:hover {
    background: #999999;
    color: #fff;
}

.login-form-line {
	border: 1px solid #dadce0;
	padding:45px !important;
}


.green-page-background {
	background: #65A859;  
	background: -webkit-linear-gradient(to bottom, #84BC61, #65A859); 
	background: linear-gradient(to bottom, #84BC61, #65A859);
	position:fixed;
	z-index: -1;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.title {
	margin-top:0px;
	margin-bottom:5px;
	font-weight: 700;
}

.signup-form-area {
	background:#fff;
	margin-top:10%;
	border-radius:18px;
	box-shadow: 1px 1px 15px #3e722c;
}

.student-picture {
    background: #f1f1f1;
    height: 200px;
    width: 177px;
    border: 1px solid #ddd;
    margin: 0 auto ;
}


.signup-min-page-height {
	min-height: 650px !important;
}

.signup-form-area label {
	font-size:1.0rem;
	color:#000;
}

.login-space-around {
	padding:20px;
}

.signup-addition {
	color:#fff;
}
.signup-addition a {
	color:#ffff00;
}
.signup-addition a:hover {
	color:#ccc;
}
.hide-this {
	display:none;
}

.error {
	border: 1px solid red !important;
}

.theme-color {
	color:#3EB249;
}

img.circle-image-2{
	height: 25px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-top: 12px;
    float: left;
    margin-right: 8px;
}

.logged-in-user {
    font-size: 13px;
    color: #333;
    padding-right: 15px;
    line-height: 50px;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-dropdown:hover .custom-dropdown-content {
    display: block;
}

.relative {
    position:relative !important;
}

.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 190px;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.2);
    padding: 0px 0px;
    z-index: 1;
    right: 0;
    width: auto;
    text-align: left;
    margin-top:-9px;
}

.custom-dropdown-content a {
    color: black;
    padding: 0px 16px;
    text-decoration: none;
    display: block;
    line-height: 50px;
	transition: all 0.2s;
	border-radius: 0;
	margin-top: 0;
	width: 100%;
}

.custom-dropdown-content a:hover,
.custom-dropdown-content a:focus {
    background-color: #8FC33D;
    color: #fff;
    display: block;
}

.custom-page-bg {
	height:400px;
	background-position: cover !important;
	padding-top: 150px;
}


.scatter a {
    background: transparent;
    border: 1px solid #999;
    color: #999;
    padding: 11px;
    line-height: 17px;
    width: 40px !important;
    height: 40px !important;;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    display:inline-block;
}
.scatter a:hover {
    color: #fff;
	background: #65A859;
	border: 1px solid #65A859;
}


/* Style Placeholders */
.login-form-space ::-webkit-input-placeholder {
	color: #666666;
}
.login-form-space ::-moz-placeholder {
	color: #666666;
}
.login-form-space:-ms-input-placeholder {
	color: #666666;
}
.login-form-space::placeholder {
	color: #666666;
}


.login-form-space input[type=text],
.login-form-space input[type=email],
.login-form-space input[type=number],
.login-form-space input[type=password] {
	background: #F1F1F4;
    color: #333;
    padding: 5px 15px;
    border: 1px solid #F1F1F4;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
}


.login-form-space label {
	font-size:14px;
	color: #666666;
	font-weight: bold;
}

.login-form-space input[type=submit]{
	color:#fff;
	background:#3EB249;
	border:1px solid #3EB249;
	padding: 10px 30px;
	margin-left:2px;
	text-transform: uppercase;
	z-index:10000;
}
.login-form-space input[type=submit]:hover {
	color:#ccc;
	background:transparent;
	border:1px solid #ccc;
}

.login-form-space textarea {
	background:#f1f1f4;
	height: 70px;
	color: #333;
	width: 100%;
	border-radius: 5px;
	border:none;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.login-form-space select {
	background:#f1f1f4;
	height: 40px;
	color: #333;
	width: 100%;
	border-radius: 5px;
	border:none;
	padding: 5px 10px;
	margin-bottom: 20px;
}
.page-header {
	font-family: lato, sans-serif;
    font-size: 30px;
    color: #333;
    font-weight: 500;
}
.page-text {
	font-family: basic, sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.pricing {
	box-shadow: 1px 1px 15px #ccc;
	border-radius: 20px 20px 0px 0px;
	margin-top: 30px;
}

.pricing label {
	display: block;
	font-size: 16px;
	color:#333;
	font-weight: 700;
}

.pricing input[type=text],
.pricing input[type=email],
.pricing input[type=password],
.pricing select {
	height: 40px;
	width: 100%;
	border:1px solid #ddd;
	color:#333;
	padding-left: 15px;
}

.pricing ::placeholder {
	color:#999;
}

.pricing input[type=submit],
.pricing input[type=button]
{
	background:#3E9F40;
	color: #fff;
	border:none;
	padding:7px 15px;
	border-radius: 5px;
	display: inline-block;
}


.pricing input[type=submit]:disabled,
.pricing input[type=button]:disabled{
	opacity: 0.5;
	cursor: not-allowed;
}

.pricing input[type=submit]:hover,
.pricing input[type=button]:hover {
	background:#999;
	color: #fff;
}

.pricing .header {
	background: #3E9F40;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: 2.2rem;
	font-family: basic, sans-serif;
	border-radius: 20px 20px 0px 0px;
}

.pricing .header span {
	font-size: 16px;
	display: block;
}

.pricing .body {
	padding:20px 30px;
	font-size:16px;
	line-height: 26px;
	font-family: basic, sans-serif;
}
.plan-price {
	font-size: 25px;
	margin-top:20px;
	margin-bottom: 10px;
}

.select-plan {
	background:#fff;
	border: 1px solid #ddd;
	padding:10px 20px;
	display:inline-block;
	border-radius:10px;
	color: #333;
}

.select-plan:hover {
	background: #3E9F40;
	border: 1px solid #3E9F40;
	color:#fff;
}

.profile-circle {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	padding:10px;
	box-shadow: 1px 1px 15px #ccc;
}

.profile-name {
	font-family: basic, sans-serif;
	font-size: 25px;
	font-weight: 700;
}

.courses-taught {
	font-size: 18px;
	font-weight: 400;
}

hr {
	border-top: 1px solid #ddd;
}


.classroom-area {
    border:1px solid #EDEDED;
    font-size:1.2rem;
    position:relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    color:#333;
    overflow: hidden;
}

.classroom-body {
    padding:0px 10px;
}

.classroom-area .title {
    font-size:1.4rem;
    line-height: 1.7rem;
    color:#000;
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-top:10px;
    padding-bottom: 10px;
    min-height: 40px;
    text-overflow: ellipsis;
    width:266px;
    white-space: nowrap;
    overflow: hidden;
}


.classroom-area .teacher {
    font-size:1rem;
    line-height: 1.5rem;
}

.classroom-area .class-img {
    width: 100%;
    height:200px;
    overflow: hidden;
}   

.classroom-area .class-img img {
    width:100%;
    min-height: 200px;
}

.classroom-area .action {
    background:#8FC33D;
    color:#fff;
    padding:6px 15px;
    display:inline-block;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
}

.classroom-area .action:hover { 
    background: #999999;
    color: #fff;
}

.green-action-button {
    background:#8FC33D;
    color:#fff;
    padding:6px 15px;
    display:inline-block;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
}

.green-action-button:hover {
    background: #999999;
    color: #fff;
}

.small-info {
    font-size:12px;
    line-height: 18px;
}

.small-info span {
    font-weight: 900;
}
.grey-page-background {
	background:#F6F5F8; 
	z-index:-1; 
	width: 100%; 
	height:100%; 
	position:fixed;
}

.white-page-section {
	background: #fff;
	box-shadow:1px 1px 15px #ccc;
	border-radius: 5px;
	padding:35px 15px; 
}

.search-area input[type=text] {
    width: 70%;
    height: 40px;
    background: #fff;
    color: #333;
    border-radius: 18px;
    border: none;
    padding-left: 15px;
    border: 1px solid #ddd;
    outline: none;
}

.search-area .action-button {
    background: #00a491;
    font-weight: bold;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    padding: 11px 13px;
    width: 40%;
    line-height: 40px !important;
}

.aweseome ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    color: #4CAF50;
}

/*
======================================================================
RESPONSIVENESS
======================================================================
*/

/*laptop and higher screens*/
@media screen and (min-width: 1200px)  {

}

/*smaller laptops*/
@media screen and (min-width: 993px) and (max-width: 1199px)  { 

}

/*mini laptops*/
@media screen and (min-width: 768px) and (max-width: 992px)  { 

}


/* tab and mobile phones*/
@media screen and (min-width:1px) and (max-width: 767px)  {

	.logo {
		height: 53px;
        border-radius: 0px 10px 56px;
	}
	.navigation-buttons {
		background: #fff;
		border-radius: 25px 0px 0px 25px;
		margin-top: 5px;
		line-height: 55px;
		height: 55px;
		font-size: 16px;
	}
	nav a {
		color: #000;
	}
	.top-white-curve {
		background: url(../img/white-top-curve.png);
        background-repeat: no-repeat;
        height: 98px;
        padding-left: 0% !important;
        padding-top: 2.5% !important;
        background-size: contain;
	}
	.sidenav-overlay {
		z-index: 2;
	}
	.sidenav-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		opacity: 0;
		height: 120vh;
		background-color: rgba(0,0,0,0.5);
		z-index: 2;
		display: none;
	}
	.slider-heading {
		font-family: lato, sans-serif;
		font-size: 26px !important;
		width: 240px;
		line-height: 30px !important;
		font-weight: 700;
		top: 31% !important;
		left: 5% !important;
		text-transform: uppercase;
		color:#fff;
	}

	.slider-subheading {
		font-family: basic, sans-serif;
		font-size: 16px;
		top: 52% !important;
		left: 5% !important;
		width: 240px;
		color:#fff;
	}

	.slider-action-button {
		background: #3E9F40;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		padding: 4px 15px;
		display: inline-block;
		margin-top: 7px;
		transition: all 0.3s linear;
	}
	.sp-buttons {
		position: relative;
		width: 100%;
		text-align: center;
		padding-top: 0;
		margin-top: -71px;
	}
	.sp-slide-dark {
		background:rgba(0,0,0,0.5); 
		width:100%; 
		height:100%; 
		position:absolute; 
		left:0; right:0; top:0; z-index:0;
	}

	.signup-form-area {
		background: #fff;
		margin-top: 33%;
		border-radius: 14px;
		box-shadow: 1px 1px 15px #3e722c;
	}

	#msform {
		text-align: center;
		position: relative;
		margin-top: 16px;
	}

	#msform fieldset {
		background: white;
		border: 0 none;
		border-radius: 0px;
		box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
		box-shadow: none;
		padding: 0px;
		box-sizing: border-box;
		width: 80%;
		margin: 0 10%;
		position: relative;
	}

	[type="radio"]:not(:checked)+label, [type="radio"]:checked+label {
		position: relative;
		padding-left: 32px;
		cursor: pointer;
		display: inline-block;
		height: 25px;
		line-height: 25px;
		font-size: 1rem;
		-webkit-transition: .28s ease;
		transition: .28s ease;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin-left: 7px;
	}

	.white_content2 {
		display: none;
		border-radius: 6px;
		position: fixed;
		top: 15%;
		left: 6%;
		width: 90%;
		height: 53%;
		padding: 16px 10px;
		background-color: white;
		z-index: 1000;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: white_content2;
		animation-name: white_content2;
	}
	
	.top-grey-curve {
		height: 30px;
		background: url(../img/grey-curve.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		z-index: 2;
		margin-top: -97px;
		pointer-events: none;
		position: relative;
	}

	.feature-description {
		text-align: center;
		font-family: basic, sans-serif;
		font-size: 15px;
		line-height: 23px;
		margin-top: 10px;
		min-height: 85px;
		display: block;
	}
	.bottom-grey-curve {
		height: 47px;
		background: url(../img/grey-curve-2.png);
		background-repeat: no-repeat;
		background-size: cover;
		pointer-events: none;
		background-size: contain;
	}
	.home-intro-header-text {
		font-family: lato, sans-serif;
		font-size: 25px;
		color: #333;
		font-weight: 500;
		margin-top: 8px;
		line-height: 36px;
		margin-bottom: 0px;
	}
	.home-description-text {
		font-family: basic, sans-serif;
		font-size: 15px;
		line-height: 23px;
		margin-top: 3px;
	}
	footer {
		background: #212121;
		color: #ccc;
		padding: 15px;
		font-family: 'basic', serif;
	}	

	.white_content2 {
		display: none;
		position: fixed;
		top: 12%;
		left: 5%;
		width: 90%;
		height: 52%;
		padding: 16px 10px;
		background-color: white;
		z-index: 1000;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: white_content2;
		animation-name: white_content2;
	}

	
	.custom-page-bg {
		height: 400px;
		background-position: cover !important;
		padding-top: 100px;
	}


	.custom-page-bg .slider-heading {
		font-family: lato, sans-serif;
		font-size: 26px !important;
		width: 240px;
		line-height: 30px !important;
		font-weight: 700;
		top: 31% !important;
		left: 5% !important;
		text-transform: uppercase;
		color: #000;
	}

	.custom-page-bg .slider-subheading {
		font-family: basic, sans-serif;
		font-size: 16px;
		top: 52% !important;
		left: 5% !important;
		width: 240px;
		color: #000;
	}
	
	.white_content{
	    display: none;
        position: fixed;
        top: 10%;
        left: 3%;
        width: 94%;
        height: 79%;
        padding: 16px 10px;
        background-color: white;
        z-index: 1000;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: white_content;
        animation-name: white_content;
	}
	
	.space-top-change-password {
	    margin-top:92px;
	}


}
