/* HEADER ----- GENERAL */   
    header h1 img {
        width: 140px;
        margin-left: 20px;
    }

    header {
        width: 100%;
        height: 75px;
        background: #E32413;
        padding-top: 15px;
        padding-bottom: 15px;
    }

/* SECTION CONTENT ----- LOGIN PAGE*/

    section.content {
        background: url(../images/photos/main_background.png) no-repeat;
        background-size: cover;
        padding-top: 110px;
        background-position: -285px;
    }

/*  BRANDING ----- LOGIN PAGE*/
    section.content .branding h3 {
        font-size: 30px;
        color: #FFF;
        font-weight: 200;
        margin-bottom: 15px;
    }

    section.content .branding p {
        font-size: 18px;
        font-weight: 200;
        color: #FFF;
        margin-bottom: 30px;
    }

/* FORM ----- LOGIN PAGE*/
    section.content .form-login-main{
        width: auto;
        height: 110px;
        background: #FFFFFF;
        box-shadow: 0 9px 19px 0 rgba(0,0,0,0.20);
        border-radius: 4px;
        padding: 30px;
        padding-top: 22px !important;
        position: relative;
        margin-bottom: 33px;
    }

    section.content form .border {
        margin-top: 15px;
        margin-bottom: 15px;
        height: 1px;
        background: #D5D5D5;
        width: auto;
        display: block;
    }

    section.content .form-login-main input {
        background: transparent;
        outline: 0;
        border: 0;
        display: block;
        font-size: 12px;
        font-weight: 300;
        color: #9B9B9B;
        width: 100%;
    }

    section.content .form-login-main .login {
        background: url(../images/icons/login.png) no-repeat;
        position: absolute;
        top: 34px;
        right: -28px;
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    section.content a.recover-pass {
        text-decoration: none;
        color: #FFF;
        font-weight: 200;
        font-size: 13px;
        margin-bottom: 90px;
        display: block;
    }

/* FOOTER ----- GENERAL */
    footer img {
        height: 29px;
        margin-bottom: 10px;
        margin-right: 12.5px;
        margin-left: 12.5px;
    }

    footer {
        width: 100%;
        background: #000;
        padding-top: 15px;
        text-align: center;
    }

    footer .privacy {
    	display: none;
    }

/* SECTION CONTENT ----- LOGGED PAGE */
    #logged	section.content {
        background: url(../images/photos/secundary_background.png) no-repeat;
        background-size: 232%;
        padding-top: 50px;
        padding-left: 25px;
    }

/* USER ----- LOGGED PAGE */
    .user img {
        width: 50px;
        height: 50px;
        border-radius: 100px;
        border: 2px solid #FFF;
        float: left;
        margin-right: 30px;
    }

    .user .welcome {
        margin-top: 5px;
        float: left;
    }

    .user .welcome p:first-child {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .user .welcome p {
        color: #FFF;
        font-weight: 200;
    }

    .user .welcome p:last-child {
        font-size: 20px;
    }

    .user {
        margin-bottom: 72px;
    }

/* LOGOUT ----- LOGGED PAGE */
    header a.logout {
        display: none;
    }

/* USER INFORMATION ----- LOGGED PAGE */

    .user-information h4 {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 10px;
    }

/* DETAILS ----- LOGGED PAGE */
    .details p {
        font-weight: 200;
        color: #9B9B9B;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .details p.language_p {
        margin-bottom: 7px;
    }

    .details span{
        color: #4A4A4A;
        font-size: 18px;
        font-weight: 200;
        margin-bottom: 17px;
        display: block;
    }

    .details select{
        margin-bottom:17px;
    }

/* EDIT INFORMATION ----- LOGGED PAGE */

    .user-information a.edit {
        color: #FFF;
        background: #9B9B9B;
        font-size: 16px;
        font-weight: 200;
        padding: 9px 78px;
        border-radius: 40px;
        text-decoration: none;
        margin-top: 10px;
        display: inline-block;
        margin-bottom: 30px;
    }

/* SECTION CONTENT ----- REGISTER PAGE */
    #register section.content {
        background: url(../images/photos/main_background.png) no-repeat;
        background-size: cover;
        padding-top: 50px;
        background-position: -360px;
    }

/* BRANDING ----- REGISTER PAGE */

    #register section.content .branding h3 {
        font-size: 30px;
        color: #FFF;
        font-weight: 200;
        margin-bottom: 15px;
    }

    #register section.content .branding p {
        font-size: 15px;
        font-weight: 200;
        color: #FFF;
        margin-bottom: 30px;
    }

/* FORM ----- REGISTER PAGE */

    #register .form-login span:nth-child(1) {
        width: auto;
        background: #4A4A4A;
        padding-bottom: 10px;
        padding-top: 10px;
        display: block;
        color: #FFF;
        font-size: 10px;
    }

    #register section.content .form-regist {
        width: auto;
        height: 210px;
        background: #FFFFFF;
        box-shadow: 0 9px 19px 0 rgba(0,0,0,0.20);
        border-radius: 4px;
        padding: 30px;
        padding-top: 25px !important;
        position: relative;
        margin-bottom: 19px;
    }

    #register section.content .form-regist input {
        background: transparent;
        outline: 0;
        border: 0;
        display: block;
        font-size: 12px;
        font-weight: 300;
        color: #9B9B9B;
        width: 100%;
    }

    #register section.content .form-regist .login {
        background: url(../images/icons/register.png) no-repeat;
        position: absolute;
        top: 84px;
        right: -28px;
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

/* CONDITIONS ----- REGISTER PAGE */

    #register .accept {
        color: #FFF;
        font-size: 13px;
        font-weight: 200;
    }

/* SECTION CONTENT ----- CONFIRM PAGE */

    #confirm section.content {
        background: url(../images/photos/main_background.png) no-repeat;
        background-size: cover;
        padding-top: 50px;
        background-position: -360px;
    }

/* BRANDING ----- CONFIRM PAGE */

    #confirm  section.content .branding h3 {
        font-size: 30px;
        color: #FFF;
        font-weight: 200;
        margin-bottom: 15px;
    }

    #confirm  section.content .branding p {
        font-size: 15px;
        font-weight: 200;
        color: #FFF;
        margin-bottom: 30px;
    }

/* FORM ----- CONFIRM PAGE */

    #confirm section.content .form-regist {
        width: auto;
        height: 250px;
        background: #FFFFFF;
        box-shadow: 0 9px 19px 0 rgba(0,0,0,0.20);
        border-radius: 4px;
        padding: 30px;
        padding-top: 25px !important;
        position: relative;
        margin-bottom: 19px;
    }

    #confirm .verify-icon {
        background: url(../images/icons/confirm.png) no-repeat;
        height: 50px;
        width: 50px;
        background-size: 50px;
        margin-left: 40%;
        display: block;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    #confirm .form-regist p {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 13px;
        font-weight: 300;
        color: #4A4A4A;
        text-align: center;
        margin-bottom: 60px;
    }

    #confirm .form-regist a.confirm-button {
        max-width: 150px;
        max-height: 50px;
        font-size: 15px;
        color: #FFF;
        background: #E32413;
        font-weight: 200;
        padding: 15px 60px;
        text-decoration: none;
        border-radius: 50px;
    }

/* ICON MENU ----- GENERAL */

    .icon-menu span {
        height: 2px;
        width: 25px;
        background:#FFF;
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
        border-radius: 2px;
    }

    .icon-menu span:nth-child(2){
        top: 35px;
        right: 20px;
    }

    .icon-menu span:nth-child(3){
        top: 45px;
        right: 20px;
    }

/* MENU ----- GENERAL */
    header nav ul li a, header nav ul li a:hover{
        list-style: none;
        color: #FFF;
        font-size: 15px;
        display: block;
        height: 50px;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 2;
        background: #E32413;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        line-height: 45px;
        text-decoration: none;
    }

    header nav ul li:last-child a {
        border:0;
    }
    
    header nav ul {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 15px!important;
    }


/* SELECT LANGUAGE ------ LOGGED */
.language span.customSelect {
    font-size:15px !important;
    background-color: #FFF;
    color:#FFF;
    border: 2px solid #000;
    padding-top:4px;
    padding-bottom: 13px;
    padding-left: 20px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    max-width: 200px;
    max-height: 35px;
}

.language span.customSelect.changed {
    background-color: #FFF;
}

.language .customSelectInner {
    width: 200px !important;
    background:url(../images/icons/customSelect-arrow-2.png) no-repeat;
    background-position: 150px;
    background-size: 11px 6px;
    font-size: 15px;
}


/* SELECT SCHOOL ----- LOGGED */
    .select-school {
    margin-top: 6px;
    margin-right: 15px;
    }

    .select-school span.customSelect {
        font-size:17px;
        background-color: #000000;
        color:#FFF;
        padding-top:12px;
        padding-bottom: 12px;
        padding-left: 20px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        width: 115px;
    }

    .select-school span.customSelect.changed {
        background-color: #FFF;
    }

    .select-school .customSelectInner {
        width: 115px !important;
        background:url(../images/icons/customSelect-arrow.png) no-repeat;
        background-position: 65px;
        background-size: 11px 6px;
        font-size: 17px;    
    }
