body {
    font-size: 15px;
    font-family: "Oxygen", sans-serif;
    color: #777;
}

* {
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-appearance:none;
}

.btn {
    border-radius: 0 !important;
}
.btn-success {
    background-color: #36bd2a;
}

.quick-animated {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition:all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.animated {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

a {
    color: #3cd52e;
    text-decoration: none;
}

a:hover, a:focus {
    color: #36bd2a;
    text-decoration: none;
}

header.main {
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #f9f9f9;
    padding: 12px 12px 0 12px;
    border-bottom: 1px solid #f3f3f3;
}

header.main.top {
    background-color: transparent;
    border-bottom: none;
}
#edugate_main_logo {
    width: 150px;
}
.logo {
    margin: 24px 24px;
}

@media screen and (max-width: 480px) {
    #edugate_main_logo {
        width: 100px !important;
    }
    .logo {
        margin: 6px !important;
    }
    .mobile-menu {
        margin: -20px 0!important;
    }
}

.logo.scrolldown {
    margin: 0 24px;
}
nav.main, nav.main.scrollup {
    text-align: right;
    margin-top: 12px;
}
nav.main.scrolldown {
    margin-top: 0;
}
nav.main ul {
    list-style: none;
    padding: 0;
    margin:0;
    display: block;
}
nav.main ul li {
    float: right;
    display: inline-block;
    margin: 16px;
    text-transform: uppercase;
    position: relative;
}

nav.main.top ul li a {
    color: #ccc;
}
nav.main ul li a {
    color: inherit;
}

nav.main.top ul li a:hover, nav.main.top ul li.active a {
    color: #fff;
}

nav.main ul li a:hover {
    color: #000;
}

nav.main ul li a:hover, nav.main ul li.active a {
    color: #000;
}

nav.main ul li .effect {
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -10px;
    left: 0;
    background-color: #3cd52e;
    display: block;
}

nav.main ul li.active .effect {
    width: 50%;
}

nav.main ul li:hover div.effect {
    width: 50%;
}



nav.main ul li.contact a {
    padding: 6px 30px;
    background-color: #3cd52e;
    color: white;
    margin-top: 9px;
}

nav.main ul li.special {
    padding: 2px 24px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    color: #ccc;
}

nav.main.top ul li.special:hover  {
    color : #fff;
}

nav.main ul li.special:hover {
    color : #000;
}

/**
  Utilities
 ============================================*/
.thick { font-weight: 700; }
.thin { font-weight: 400; }
.uppercase {text-transform: uppercase}
.icon-margin-8 { margin-right: 8px}
.icon-margin-12 { margin-right: 12px}
.icon-margin-18 { margin-right: 18px}
.icon-margin-24 { margin-right: 24px}
.icon-margin-top-8 { margin-top: 8px}
.icon-margin-top-12 { margin-top: 12px}
.icon-margin-top-18 { margin-top: 18px}
.icon-margin-top-24 { margin-top: 24px}
.cls { clear: both}
/**
  colors
 ============================================*/
.white { color : #fff}

/**
  Animations definitions
 ============================================*/
.menu-hover {
    animation-name: menuHover;
    animation-delay: .1s;
    animation-duration: 0.2s;
}
@keyframes menuHover {
    from {
        width: 0;
    }

    to {
        width: 50%;
    }
}

/**
  Edugate overlay animation
  ===========================================*/
.overlay-effect {
    position: relative !important;
}
.edugate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.edugate-overlay::before, .edugate-overlay::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.edugate-overlay::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.edugate-overlay::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.edugate-overlay:hover::before, .edugate-overlay:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff !important;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.overlay-container:hover {
    opacity: 1;
    background-color: rgba(0,0,0,0.2);
}
.spacer-tiny {
    display: block;
    height: 1px;
    width: 50%;
    margin: 8px 0;
    clear: both;
}
.spacer-invis {
    display: block;
    height: 1px;
    width: 50%;
    margin: 24px 0;
    clear: both;
}

/*
Below the fold
 */
.sub-title {
    color: #444;
    margin-bottom: 14px;
}

.page-section {
    padding: 45px 0 70px 0;
    border-bottom: 1px solid #eee;
}

.green {
    color: #3cd52e;
}

.info-card {
    width: 100%;
    min-height: 150px;
    margin-top: -100px;
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    margin-bottom: 125px;
}
.card-content {
    padding: 24px;
    border: 1px solid #f5f5f5;
    border-top: none;
}
.separator-150 {
    width: 150px;
    height: 1px;
    display: block;
    clear: both;
    margin: 18px auto;
    border-top: 1px solid #ccc;
}
.separator-150.white {
    border-top: 1px solid rgba(255,255,255,0.5);
}
.separator-150.s100 {
    width: 100px;
}

.padding-added {
    padding: 32px 24px;
}

.main-page-icon {
    font-size: 1.25em;
    border: 2px solid #3cd52e;
    border-radius: 50%;
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin: 0 auto 18px auto;
}

.footer {
    background-color: #222;
    /*background-color: #0b333c;*/
    padding: 50px 0 0;
    font-size: 0.85em;
    color: #ccc;
}
.footer-title {
    color: #eee;
    font-weight: 400;
    padding: 0 12px 12px 6px;
    border-bottom: 1px dashed #555;
    margin-bottom: 16px;
}

.footer .read-more {
    padding: 7px 24px;
    color: #999;
    border: 1px solid #999;
    font-size: 0.9em;
    background-color: transparent;
}

.footer .read-more:hover {
    color: #ccc;
    border: 1px solid transparent;
    background-color: #111;
}

.footer-copyrights {
    padding: 30px 0 20px 0;
    background-color: #000;
    color: #ccc;
    font-size: 0.9em;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    border-bottom: 1px solid #333;
}
.footer-links li.last {
    border-bottom: none;
}
.footer-links li:hover {
    border-bottom-color: #444;
    background-color: #1e1e1e;
}
.footer-links li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
}
.footer-links li a .link-hover {
    color: rgba(255,255,255,0.3);
    display: none;
}
.footer-links li a:hover .link-hover {
    display: inline-block;
}
.footer-input {
    border: 1px solid #333;
    background-color: #1e1e1e;
    color: #ccc;
    padding: 5px 8px;
    border-radius: 0;
    resize: none;
    display: block;
    width: 100%;
}
.footer-input:focus {
    background-color: #151515;
    border: 1px solid #444;
}
.block {
    display: block;
    width: 100%;
}
.quick-service:hover img {
    opacity: 0.8;
}
.quick-service img {
    opacity: 0.6;
    width: 150px;
}
.quick-service .service-title {
    color: #333;
    margin: 0 auto 16px auto;
    font-size: 1.5em;
    font-weight: 700;
}

.service-cta {
    background-color: #f0f0f0;
    padding: 6px 24px;
    font-size: 0.85em;
    border: 1px solid #999;
    color: inherit;
}
.quick-service:hover .service-cta {
    background-color: #e9e9e9;
}
.service-cta:hover {
    color: #eee;
    background-color: #777 !important;
    border-color: transparent;
}

/*
Application Auth form
 */
.auth-form {
    background-color: #fefefe;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    padding: 24px;
    width: 100%;
    font-size: 0.9em;
}

.hashed {
    color: #999;
}
.auth-form-label {
    color: #999;
    display: inline-block;
    width: 80px;
}
.auth-form-value {
    color: #000;
    font-weight: 700;
}

.signature-container {
    border: 1px solid #000;
    padding: 12px;
    width: auto;
    /*min-width: 270px;*/
    height: auto;
    display: inline-block;
}
#signature {
    padding: 0;
    margin: 0;
}

.smaller {
    font-size: 0.9em;
}
.footer-links.smaller {
    line-height: 2em;
}
.footer-links.smaller .link-hover {
    margin-top: 8px;
}
.footer-links li.special{
    margin: 24px;
    border: 1px solid #777;
    text-align: center;
    font-weight: 700;
}
.footer-links li.special a:hover .link-hover {
    display: none;
}
.footer-links li.special a {
    background-color: rgba(0,0,0,0.2);
    color: #fff;
}
.footer-links li.special a:hover {
    background-color: #3CD52E;
}
.close-menu {
    font-size: 1.2em;
    text-align: right;
}
.close-menu a {
    cursor: pointer;
    padding: 2px 15px;
}

/*
 Templating Rules
 */
.below-the-fold {
    padding: 10px 0 0 0;
}
.footer-cta {
    background-color: #3CD52E;
    color: white;
    border-bottom: none;
    background-size: cover;
    background-attachment: fixed;
}

.footer-cta a.btn {
    font-size: 1.2em;
    padding: 8px 48px;
    /*background-color: #f9f9f9;*/
    /*color: #777;*/
}
.footer-cta a.btn:hover {
    /*background-color: #fff;*/
    /*color: #222;*/
}
.black {
    color: #222;
}
.service-icon {
    width: 45px;
}

.panel-default > .panel-heading {
    color: #222;
    background-color: #fff;
    border-color: #000;
}
.panel-title  {
    font-size: 0.95em;
    font-weight: 700;
}

.card {
    background-color: white;
    padding: 24px;
    border: 1px solid #f9f9f9;
}

.general-bg {
    background: no-repeat center center;
    background-size: cover;
}

.pad-v-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
}
@media (max-width: 768px) {
    .fixed-height-xs {
        height: 250px;
    }
}