body {
    padding-top: 90px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #666;
    background-color: #F8F9FB;
}

p {
    margin-bottom: 20px;
}

.banner {
    background: url(../images/home-1.jpg) center center no-repeat #242628;
    height: 815px;
    position: absolute;
    background-size: cover;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1040;
}

.top-banner-naw {
    padding-top: 30px;
}

    .top-banner-naw img {
        float: left;
    }

    .top-banner-naw ul {
        float: right;
    }

        .top-banner-naw ul li {
            float: left;
            padding: 10px;
            list-style: none;
        }

            .top-banner-naw ul li a {
                font-weight: bold;
                font-family: Calibri, Arial, Helvetica, sans-serif;
                font-size: 14px;
                color: #fff;
                text-transform: uppercase;
            }

.banner-content {
    text-align: center;
    padding-top: 200px;
}

.banner-content-text {
    font-size: 42px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
}

    .banner-content-text span {
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: normal;
        font-size: 34px;
        color: #fff;
    }

.button-get-started {
    display: block;
    background-color: #4ABEA6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    width: 230px;
    margin: 0 auto;
    padding: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 50px;
}

    .button-get-started:hover {
        background-color: #3CA48E;
        text-decoration: none;
        color: #fff;
    }

.navbar {
    min-height: 80px;
}

.navbar-toggle {
    margin-top: 25px;
}

.navbar-nav {
    padding-top: 17px;
}

    .navbar-nav li a {
        font-family: Calibri, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #333 !important;
        text-transform: uppercase;
    }

.navbar-default {
    background-color: #fff;
}

.lead {
    padding-bottom: 30px;
}
/*sections*/
#registers, #automates, #learns, #manages, #tracks {
    padding: 70px 0;
}

#registers {
    text-align: center;
}

#personalizes {
    background-color: #ECECE4;
}

    #personalizes .container {
        background: url(../images/personalizes-bg.png) top right no-repeat #ECECE4;
        padding-top: 100px;
        padding-bottom: 40px;
    }

#automates {
    background: url(../images/automates-bg.jpg) center center no-repeat #242628;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 100px 0;
}

    #automates h1 {
        color: #fff;
        font-size: 34px;
    }

.automates-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
}

    .automates-wrapper h2 {
        padding: 20px 0;
    }

#learns {
    background-color: #F6F6F6;
    padding-bottom: 0px;
}

    #learns .container {
        background: url(../images/learns-bg.png) bottom right no-repeat #F6F6F6;
        padding-top: 80px;
        padding-bottom: 80px;
        min-height: 700px;
    }

#manages {
    background-color: #ECECE4;
    text-align: center;
}

#tracks {
    background-color: #0cb9a1;
    color: #fff;
}

    #tracks h1, #tracks h3 {
        color: #fff;
    }

    #tracks h3 {
        font-weight: 700;
    }
/*---*/
.manages-item {
    background-color: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    padding: 15px;
    padding-top: 35px;
    min-height: 280px;
    position: relative;
    margin: 50px 0;
    -moz-box-shadow: 0px 2px 3px 1px #ccc;
    -webkit-box-shadow: 0px 2px 3px 1px #ccc;
    box-shadow: 0px 2px 3px 1px #ccc;
    zoom: 1;
}

    .manages-item p {
        font-size: 16px;
    }

    .manages-item img {
        position: absolute;
        top: -52px;
        left: 120px;
    }

.manages-img {
    height: 145px;
    background: url(../images/graph.png) left center no-repeat #0cb9a1;
}
/*registration*/
.registration-wrapper {
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #dbe8ee;
    margin-top: 20px;
}

.registration-title {
    font-size: 24px;
    padding: 50px 0 0px 20px;
    font-weight: 700;
}

    .registration-title span {
        display: block;
        font-size: 16px;
        padding-top: 10px;
        font-weight: 300;
    }

.registration-basic-info {
    padding: 0 20px 20px 40px;
    background: #1f2c65;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#1f2c65),color-stop(1,#85bbcd));
    background-image: -webkit-linear-gradient(top,#1f2c65 0,#85bbcd 100%);
    background-image: -moz-linear-gradient(top,#1f2c65 0,#85bbcd 100%);
    background-image: -o-linear-gradient(top,#1f2c65 0,#85bbcd 100%);
    background-image: -ms-linear-gradient(top,#1f2c65 0,#85bbcd 100%);
    background-image: linear-gradient(top,#1f2c65 0,#85bbcd 100%);
    color: #d6e2e9;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    /*margin-top:-120px;*/
}

.registration-section {
    display: block;
    font-family: Arial, Tahoma, sans-serif;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    padding: 20px 0 10px 0;
    font-weight: bold;
}

@media (max-width:991px){
    .registration-group .form-group table,
    .registration-group .form-group .form-control {
        width: 100% !important;
    }
    .btn-registration{
        font-size:14px !important;
    }
}
.registration-basic-info .registration-section {
    color: #fff;
}

.registration-group {
    padding: 0 20px;
}

    .registration-group .form-control {
        background-color: #f5f5f5;
    }

.registration-start-button {
    border: 1px solid #dbe8ee;
    border-top: 1px solid #ecf0f2;
    background: #fafbfc -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafbfc),color-stop(1,#f3f6f8));
    background: #fafbfc -webkit-linear-gradient(top,#fafbfc 0,#f3f6f8 100%);
    background: #fafbfc -moz-linear-gradient(top,#fafbfc 0,#f3f6f8 100%);
    background: #fafbfc -o-linear-gradient(top,#fafbfc 0,#f3f6f8 100%);
    background: #fafbfc -ms-linear-gradient(top,#fafbfc 0,#f3f6f8 100%);
    background: #fafbfc linear-gradient(top,#fafbfc 0,#f3f6f8 100%);
    padding: 40px 60px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.btn-registration {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 80px 15px 30px;
    margin-top: 20px;
    outline: 0;
    font-family: Arial, Tahoma, sans-serif;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    background:url("../../../style/public/images/button_arrow_start.png") right center no-repeat #0cb9a1
}

    .btn-registration:hover {
        background-color: #07a690;
        outline: 0;
    }

.dxeButtonEdit_CyborgTemplate .dxeEditArea_CyborgTemplate {
    background-color: #f5f5f5 !important;
}

.field-validation {
    font-size: 11px;
    font-family: Arial, Tahoma, sans-serif;
}

footer {
    background-color: #fff;
    padding: 20px;
}

    footer span {
        color: #A0ACBA;
        font-size: 13px;
        font-family: Arial, Tahoma, sans-serif;
        font-weight: bold;
    }

    footer p {
        font-size: 12px;
        font-family: Arial, Tahoma, sans-serif;
        color: #A0ACBA;
    }

    footer img {
        display: block;
        margin-bottom: 15px;
    }

    footer h4 {
        text-transform: uppercase;
        font-weight: 300;
        color: #333;
        margin-bottom: 15px;
    }

.offices-wrap {
    background: url(../images/offices-bg.png) left top no-repeat;
    padding-left: 30px;
}

    .offices-wrap p {
        margin-bottom: 5px;
    }

    .offices-wrap hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }

.contact-wrap {
    background: url(../images/contact-bg.png) left top no-repeat;
    padding-left: 30px;
}



.social-links {
    padding-left: 25px;
}

    .social-links a {
        float: left;
        margin: 0 3px;
        display: block;
        width: 28px;
        height: 28px;
        background-image: url(../images/social-bg.png);
    }

.social-links-head a {
    background-image: url(../images/social-bg2.png);
}

.twitter {
    background-position: 0 0;
}

.linkedin {
    background-position: -68px 0;
}

.wordpress {
    background-position: -34px 0;
}

.google {
    background-position: -104px 0;
}

.facebook {
    background-position: -138px 0;
}

.social-links-head {
    margin-top: 12px;
    padding-left: 80px;
}

.header-absolute-content {
    position: absolute;
    right: 30px;
    top: 120px;
}

.twitter-feed, .upcoming-events {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 20px 20px 20px;
}

.upcoming-events {
    margin-bottom: 30px;
    height: 200px;
}

    .upcoming-events span {
        color: #fff;
        font-size: 14px;
        display: block;
        text-align: center;
    }

.event-item {
    margin: 10px 0;
}

    .event-item img {
        width: 40px;
        float: left;
        margin-right: 10px;
    }

.event-info {
    float: left;
    color: #fff;
}

.event-item a {
    color: #fff;
    text-decoration: none;
}

.event-info span {
    display: block;
    font-size: 12px;
}

.addthis_toolbox {
    margin: 5px;
}


    .terms-links {
    padding: 10px 0 0 30px;
}

    .terms-links a {
        display: block;
        margin: 10px 0;
    }

    .links-list li {
        list-style-type:disc;
    }
/******************************************
UI SWITCH 
******************************************/
.switch {
    cursor: pointer;
    position: relative;
}

    .switch input {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .switch input:checked + span {
            background-color: #0cb9a1;
        }

            .switch input:checked + span:after {
                left: 31px;
            }

    .switch span {
        position: relative;
        width: 60px;
        height: 30px;
        border-radius: 30px;
        background-color: #fff;
        border: 1px solid #eee;
        border-color: rgba(0,0,0,0.1);
        display: inline-block;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

        .switch span:after {
            content: "";
            position: absolute;
            background-color: #fff;
            width: 26px;
            top: 1px;
            bottom: 1px;
            border-radius: 30px;
            -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
            box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
            -webkit-transition: left 0.2s;
            transition: left 0.2s;
        }

    .switch span {
        position: relative;
        width: 50px;
        height: 25px;
        border-radius: 25px;
    }

    .switch input:checked + span:after {
        left: 25px;
    }

    .switch span:after {
        width: 22px;
        border-radius: 22px;
    }

    .switch input:checked + span {
        background-color: #0cb9a1;
    }

.chkDisable {
    opacity: 0.5;
}


/*FOLLOW US*/
.follow-us {
    background: url('../images/img-follow-us-twitter.png') no-repeat center center;
    display: block;
    width: 140px;
    height: 52px;
    margin-top: 18px;
}

.text-align-center{  text-align:center;  }