/*=/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
/\/\/\/\ MUNDO JOVEN V1.0  /\/\/\/\
/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*/


/*::::::::::.  navbar :::::::::::::*/

.navbar-fixed {
    width: 100%;
    height: 71px;
    z-index: 5;
    position: fixed;
}

.navbar-background {
    background: #117bab;
    opacity: 0.2;
    width: 100%;
    height: 71px;
    position: absolute;
    top: 0;
    left: 0;
}

.navbar-title {
    width: 283px;
    height: 100%;
    float: left;
    background: #02040a;
    position: relative;
}

.navbar-title a {
    display: block;
    height: 100%;
    line-height: 71px;
    margin-left: 12px;
}

.navbar-title .navbar-hamburger,
.navbar-title .navbar-find {
    display: none;
}

.navbar-title-hamburger {
    display: none;
}

.navbar-search {
    width: 210px;
    height: 100%;
    float: right;
}

.navbar-search .input-group {
    margin-top: 15px;
}

.navbar-search .input-group input {
    background: transparent;
    border-color: #fe2335;
    font-family: 'Lato', sans-serif;
    height: 44px;
    font-size: 12px;
    border-radius: 10px;
    color: #fff;
}

.navbar-search .input-group .btn-default {
    background: #fe2335;
    border-color: #fe2335;
    color: #fff;
    height: 44px;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-user {
    width: 237px;
    height: 100%;
    float: right;
    margin-left: 50px;
    line-height: 71px;
    position: relative;
}

.navbar-user-account {
    display: block;
}

.navbar-user-account-name {
    width: 120px;
    height: 71px;
    margin-right: 25px;
    margin-left: 25px;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    display: block;
    position: relative;
    float: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-user-account-photo {
    width: 55px;
    height: 55px;
}

.navbar-user-navigation {
    display: none;
    width: 100%;
    height: 100%;
}

.navbar-user-navigation-item {
    display: block;
    height: 45px;
    background: #c53e2b;
    margin-top: 1px;
    line-height: 40px;
    border-top: 1px solid #b4d7e6;
}

.navbar-user-navigation-item:hover {
    background: #c53e2b;
}

.navbar-user-navigation-item a {
    display: block;
}

.navbar-user-navigation-item a i {
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    float: left;
    margin: 10px;
}

.navbar-user-navigation-item a span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-left: 24px;
}

.navbar-user-account:hover {
    background: #c53e2b;
}

.navbar-user-account:hover .navbar-user-navigation {
    display: block;
}


/*.navbar-user.active .navbar-user-navigation{
  display: block;
}*/


/*
.navbar-other-users, .navbar-progress {
  display: none;
}*/


/*==== navbar collaps ====*/

.navbar-fixed.collaps {
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.navbar-fixed.collaps .navbar-search {
    display: none;
}

.navbar-fixed.collaps.active {
    width: 250px;
    background: red;
    opacity: 0.5;
    -webkit-animation: slideRight 1s;
    /* Safari 4.0 - 8.0 */
    animation: slideRight 1s;
}

.navbar-fixed.collaps.inactive .navbar-title,
.navbar-fixed.collaps.inactive .navbar-user,
.navbar-fixed.collaps.inactive .navbar-search,
.navbar-fixed.collaps.inactive .navbar-other-users,
.navbar-fixed.collaps.inactive .navbar-progress {
    /*  display: none;*/
}

.navbar-fixed.collaps.active .navbar-title-hamburger {
    display: none;
}

.navbar-fixed.collaps.active .navbar-title {
    display: block;
    height: 50px;
    width: 300px;
    background: #000;
}

.navbar-fixed.collaps.active .navbar-title .navbar-close {
    display: block;
    float: right;
    margin: 10px;
}

.navbar-fixed.collaps.active .navbar-user {
    position: relative;
    height: 100px;
    width: 100%;
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, .2);
}

.navbar-fixed.collaps.active .navbar-user img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 24px;
}

.navbar-fixed.collaps.active .navbar-user span {
    position: absolute;
    top: 60px;
    left: 12px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.navbar-fixed.collaps.active .navbar-other-users {
    display: block;
    margin-top: 24px;
    width: 100%;
    height: calc(100% - 300px);
    overflow: hidden;
}

.navbar-fixed.collaps.active .navbar-other-users span {
    margin-left: 12px;
    margin-top: 12px;
    display: block;
    ;
    color: #fff;
    font-size: 14px;
}

.navbar-fixed.collaps.active .navbar-other-users ul {
    margin-top: 12px;
    width: 215px;
    margin-left: 15px;
}

.navbar-fixed.collaps.active .navbar-other-users ul li {
    display: block;
    float: left;
    margin: 1px;
}

.navbar-fixed.collaps.active .navbar-progress {
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
}

.navbar-fixed.collaps.active .navbar-progress span {
    display: block;
    color: #fff;
    padding: 12px 0 0 12px;
}

.navbar-fixed.collaps.inactive {
    height: 50px;
}

.navbar-fixed.collaps.inactive .navbar-title-hamburger {
    display: block;
}

.navbar-fixed.collaps.inactive .navbar-title-hamburger img {
    margin: 5px;
}


/*==== navbar collaps ====*/


/*::::::::::.  navbar :::::::::::::*/


/*::::::::.  widget left ::::::::::*/

.widget-left {
    width: 283px;
    height: calc(100% - 72px) !important;
    position: absolute;
    top: 72px !important;
    left: 0;
    display: none;
}

.widget-left-bg {
    width: 230px;
    height: 100%;
    background: #949494;
    position: absolute;
    top: 0;
    left: 0;
}

.widget-left a.navbar-logo {
    position: relative;
    margin-top: 10px;
    margin-left: 7px;
    display: none;
}

.widget-left .live {
    position: relative;
    margin-top: 22px;
    margin-bottom: 34px;
    margin-left: 15px;
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, .2);
    width: 200px;
    display: none;
}

body.player-facebook .widget-left a.navbar-logo,
body.player-facebook .widget-left .live {
    display: block;
}

.widget-left-other-users {
    display: block;
    margin-top: 22px;
    width: 230px;
    max-height: 440px;
    height: calc(100% - 258px);
    position: relative;
}

body.player-facebook .widget-left-other-users {
    height: calc(100% - 390px);
}

.widget-left-other-users span {
    margin-left: 70px;
    display: block;
    ;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.widget-left-other-users ul {
    margin-top: 12px;
    width: 200px;
    margin-left: 15px;
    background: green;
}

.widget-left-other-users ul li {
    display: block;
    float: left;
    margin: 5px;
    position: relative;
}

.widget-left-other-users ul li img {
    width: 40px;
    height: 40px;
}

.widget-left-other-users ul li.approved img {
    border: 2px solid green;
}

.widget-left-other-users-mask {
    display: block;
    width: 230px;
    max-height: 440px;
    height: calc(100% - 30px);
    overflow: scroll;
    overflow-x: hidden;
    position: relative;
}

.widget-left-progress {
    position: relative;
    height: 180px;
    margin-top: 20px;
    width: 230px;
}

.widget-left-progress2 {
    position: relative;
    margin-top: 20px;
    width: 230px;
}

.widget-left-progress2 span {
    margin-left: 30px;
    display: block;
    ;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.widget-left-progress span {
    margin-left: 70px;
    display: block;
    ;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.widget-leftr-progress-content {
    width: 100%;
    height: 100%;
}

.widget-leftr-progress-content .c100 {
    margin: 24px 0 0 50px;
    background: #fc4758;
}

.widget-leftr-progress-content .c100 .bar {
    border: 0.08em solid #fff;
}

.widget-leftr-progress-content .c100:after {
    background: #fe2335;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.widget-leftr-progress-content span.porcentaje {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: -5px;
    left: 8px;
}

.widget-leftr-progress-content span.name-curso {
    margin: 0;
    color: #fff;
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    ;
    position: absolute;
    top: 45px;
    left: 37px;
}

.widget-left.inactive .widget-left-progress,
.widget-left.inactive .widget-left-other-users,
.widget-left.inactive .widget-left-bg,
.widget-left.inactive .widget-btn-left {
    display: none;
}

.widget-left.active .widget-btn-left {
    left: 230px;
}

.widget-left.active,
.widget-btn-left.active,
.widget-btn1.active {
    display: block;
    animation-name: fadeIn;
    animation-duration: 1s
}

.widget-left.inactive,
.widget-btn1.inactive {
    animation-name: fadeOut;
    animation-duration: 1s
}

.widget-btn-left,
.widget-btn1 {
    width: 68px;
    height: 60px;
    background: #949494;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: block;
    position: absolute;
    top: calc(50% - 25px);
    cursor: pointer;
}

.widget-btn-left span,
.widget-btn1 span {
    display: block;
    width: 100%;
    height: 100%;
}

.widget-btn1 {
    background: #949494;
    opacity: 0.9;
    filter: alpha(opacity=90);
    top: calc(50% + 10px);
    height: 60px;
    width: 68px;
}

.txt-btns-w {
    color: #fff;
    font-size: 0.6em;
    position: absolute;
    top: 25px;
    left: 1px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.txt-btns-w-2 {
    color: #fff;
    font-size: 1.1em;
    position: absolute;
    top: 22px;
    left: 5px;
    font-weight: bolder !important;
}

.blid {
    color: rgb(215, 48, 48);
    animation: brinco infinite .5s;
}

@keyframes brinco {
    0% {
        color: rgb(215, 48, 48);
    }
    100% {
        color: rgba(215, 48, 48, 0);
    }
}


/*::::::::.  widget left ::::::::::*/


/*::::::::.  widget right 287 ::::::::::*/

.widget-right {
    width: 305px;
    height: calc(100% - 72px) !important;
    display: block;
    position: absolute;
    top: 72px !important;
    right: 0;
}

.widget-right .widget-right-bg {
    background: #949494;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /*opacity:1; herminio
  filter:alpha(opacity=90);*/
    position: absolute;
    top: 0;
    right: 0;
    width: 237px;
    height: 100%;
}

.widget-right-warapper {
    display: block;
    width: 237px;
    float: right;
    position: relative;
    height: 100%;
}

.widget-right-acordeon .card-header {
    height: 44px;
    width: 100%;
    display: block;
    position: relative;
}

.card-header-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c53e2b;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.widget-right-acordeon .card-header a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    width: 100%;
    display: block;
    padding-left: 50px;
    position: relative;
    line-height: 40px;
}

.widget-right-acordeon .card-header h5 {
    margin: 0;
}

.card-body {
    width: 100%;
    height: calc(100% - 132px);
    position: relative;
}

.card-body h2 {
    margin: 20px 0 0 16px;
    padding: 0;
    color: #00091e;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.card-body h1 {
    margin: 14px 0 0 16px;
    ;
    padding: 0;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.card-body h3 {
    margin: 16px 0 0 16px;
    padding: 0;
    color: #32412A;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}


/*====comments======*/

.comments,
.documents {
    width: 100%;
    height: 100%;
    margin-top: 16px;
}

.comment,
.document {
    width: 200px;
    margin-left: 15px;
    border-bottom: 1px solid #8b8e94;
    margin-top: 12px;
}

.comment .comment-user,
.document-head {
    width: 100%;
    height: 40px;
}

.comment .comment-user .comments-user-photo {
    float: left;
}

.comment .comment-user .comments-user-photo img {
    width: 30px;
}

.comment .comment-user .comments-user-name {
    width: calc(100% - 40px);
    float: right;
    color: #000000;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
}

.comment .comment-user .comments-user-extra {
    width: calc(100% - 40px);
    float: right;
    color: #4B4343;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.comment .comment-content,
.document .document-content {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 10px;
}

.comment .answer {
    margin-left: 30px;
}

.comment-actions {
    margin-bottom: 10px;
}

.comment-actions .btn {
    padding: 3px 6px;
    font-size: 10px;
    background: #221b1b;
    border-color: #221b1b;
}

.comment-actions-form {
    text-align: right;
    display: none;
    margin-top: 10px;
}

.comment-form {
    width: 200px;
    height: 130px;
    margin: 16px 0 0 20px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #1a1616;
}

.comment-form textarea {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #000;
}

.comment-form button,
.document button {
    float: right;
    background: #f0db37;
    border-color: #f0db37;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    border-radius: 10px;
}

.comment-form button:hover,
.document button:hover {
    background: #7ebd2a;
    border-color: #7ebd2a;
}

.comment-form .form-control::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

.comment-form .form-control:-ms-input-placeholder {
    color: #000000;
}

.comment-form .form-control::-webkit-input-placeholder {
    color: #000000;
}


/**/

.widget-right .comment.question {
    margin-top: 0;
    margin-bottom: 32px;
}

.widget-right .comment.question .comment-user {
    height: auto;
}

.widget-right .comment.question .comment-user .comments-user-name {
    width: 100%;
    margin-bottom: 10px;
}

.widget-right .comment.question .comment-content {
    width: 85%;
    margin-left: 22px;
}


/*====comments======*/


/*::::::::: materiales :::::::*/

.document-head {
    height: auto;
}

.document-head-name {
    color: #fff;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
}

.document-head-extra {
    color: #fe2335;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.document button {
    float: none;
    margin-bottom: 12px;
}

.widget-right.inactive {
    display: none;
}

.widget-btn2 {
    background: #949494;
    opacity: 0.9;
    filter: alpha(opacity=90);
    top: calc(50% + 10px);
    height: 60px;
    width: 50px;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.widget-right.active {
    display: block;
    animation-name: fadeInRigth;
    animation-duration: 1s
}

.widget-btn-left.right {
    background: #949494;
    opacity: 0.9;
    filter: alpha(opacity=90);
    /*opacity:1;herminio
  filter:alpha(opacity=90);*/
}

.widget-btn2,
.widget-btn1,
.widget-right,
.widget-left {
    z-index: 2;
}


/*::::::::.  widget right ::::::::::*/


/*::::::::::.  fullpage :::::::::::*/

.fullpage {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    float: right;
    top: 0;
    left: 0;
}

.fullpage .player {
    background: #000;
}


/*::::::::::.  fullpage :::::::::::*/

.fullpage iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}


/**:::::::::: stage :::::::::::::::*/

.stage {
    width: 100%;
    height: 600px;
    position: relative;
}

.stage-content-text {
    width: 600px;
    height: auto;
    position: absolute;
    bottom: 53px;
    left: 110px;
}

.stage-content-text h2 {
    color: #fe2335;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
}

.stage-content-text h1 {
    color: #fff;
    font-size: 38px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.stage-content-text h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.btn-stage {
    margin-top: 18px;
    background: #fe2335;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    width: 140px;
    height: 42px;
    word-spacing: 5px;
    border-radius: 10px;
}

.stage-content-bg {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.stage-content-bg-transparent {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#000, #042333);
    opacity: 0.7;
}


/**:::::::::: stage :::::::::::::::*/


/*::::::::: Slideshow ::::::::::::*/

.slideshow {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
}

.slideshow h2 {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    color: #fe2335;
    font-weight: bold;
    margin: 32px;
}

.slider {
    width: 100%;
    position: relative;
    height: 418px;
    overflow: hidden;
}

.slider-item {
    width: 100%;
    height: 418px;
    float: left;
    position: relative;
    overflow: hidden;
}

.slider-item-bg {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .4s linear 00s;
    -webkit-transform-style: preserve-3d
}

.slider-item-bg i {
    top: 370px;
}

.slider-item-info h3 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    position: absolute;
    bottom: 120px;
    left: 10%;
    width: 90%;
    height: 58px;
    overflow: hidden;
}

.slider-item-info button {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 65px);
}

.slider-item-info {
    background: linear-gradient(transparent, #000);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    display: none;
}

.slider-item:hover .slider-item-info {
    opacity: 0.7;
    filter: alpha(opacity=70);
    nimation-name: fadeIn;
    animation-duration: 1s;
    display: block;
}

.slider-item:hover .slider-item-bg i {
    display: none;
}

.slider-item:hover .slider-item-bg {
    -webkit-transform: rotate(0deg) scale(1.2);
    transform: rotate(0deg) scale(1.2)
}

.owl-item {
    float: left;
    margin: 0;
    width: 252px;
}

.owl-prev {
    position: absolute;
    height: 100%;
    width: 50px;
    background: #fff;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.owl-next {
    position: absolute;
    height: 100%;
    width: 50px;
    background: #fff;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.owl-dots {
    display: none;
}

.more-slideshow {
    width: 100%;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}


/*::::::::::::footer::::::::::*/

.footer {
    width: 100%;
    height: 100px;
    background: #00091e;
    position: relative;
    text-align: center;
}

.footer span {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 100px;
    word-spacing: 3px;
    letter-spacing: 1px;
}


/*::::::::::::footer::::::::::*/


/*::::::::Encuesta::::::::*/

.stage.mini,
.stage.mini .stage-content-bg {
    height: 240px;
}

.stage.mini .stage-content-text {
    left: calc(50% - 300px);
    text-align: center;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.question {
    margin-top: 50px;
}

.question label {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fe2335;
}

.question input,
.question textarea {
    border-color: #ff4454;
}

.encuesta {
    width: 980px;
    margin: 0 auto;
}

.question h2 {
    color: #000;
    margin-left: 10px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.question .input-group-addon:last-child {
    width: 5px;
    border-radius: 6px;
    border: solid 1px #ff4454;
    background: #ff4454;
}

.question .btn-default {
    color: #fff;
    background-color: #ff4454;
    border-color: #ff4454;
}

.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #fe2335;
    border-color: #fe2335;
}


/*::::::::Encuesta::::::::*/


/*:::::::: Registro ::::::::*/

.registro {
    width: 100%;
    height: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../assets/images/cursos/back-login-tourespana.jpg");
}

.registro .registro-content {
    position: relative;
    width: 580px;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
}

.registro .registro-content2 {
    position: relative;
    width: 600px;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
}

.registro table {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

.registro table tr td.small {
    text-align: right;
    line-height: 54px;
}

.registro table tr td.large {
    position: relative;
}

.registro .registro-content input,
.registro .registro-content select {
    margin: 10px;
    color: #60a3ce;
}

.registro .registro-content select.mini {
    width: 90px;
}

.registro .registro-content select.mini.dia {
    position: absolute;
    top: 0;
    left: 0;
}

.registro .registro-content select.mini.mes {
    position: absolute;
    top: 0;
    right: 85px;
}

.registro .registro-content select.mini.anio {
    position: absolute;
    top: 0;
    right: -20px;
}

.registro .registro-content button.crear {
    margin-top: 30px;
    height: 40px;
    background: #ff4454;
    border-color: #ff4454;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -10px;
}

.registro .registro-content button.crear2 {
    margin-top: 10px;
    height: 40px;
    background: #60a3ce;
    border-color: #60a3ce;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 5px;
}

.message_server {
    text-align: center;
    line-height: 54px;
    color: red;
    font-size: 15px;
}

.registro .registro-content button.return {
    margin-top: 30px;
    height: 40px;
    background: transparent;
    border-color: #ff4454;
    border: solid 2px #ff4454;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #ff4454;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 120px;
}

.registro .registro-content button.return2 {
    margin-top: 10px;
    height: 40px;
    background: transparent;
    border-color: #ff4454;
    border: solid 2px #ff4454;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #ff4454;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 170px;
}

.registro .registro-content button i {
    position: relative;
    color: #ff4454;
    top: 0;
    left: 10px;
}


/*:::::::: Registro ::::::::*/


/*:::::::: Login :::::::::::*/

.registro .login {
    width: 60%;
    height: calc(100% - 250px);
    float: left;
    position: relative;
}

.registro .users {
    width: 40%;
    height: calc(100% - 250px);
    float: right;
    position: relative;
}

.registro .footer-login {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #fff;
}

.login-content .small {
    margin-right: 10px;
}

.registro .login-content {
    position: absolute;
    bottom: 30px;
    right: 100px;
}

.registro .login-content input {
    margin: 10px;
}

.registro .login-content .large {
    text-align: center;
}

.registro .login-content .large img {
    margin-bottom: 30px;
}

.registro .login-content button {
    height: 40px;
    background: #c53e2b;
    border-color: #c53e2b;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.registro .login-content .btncreate {
    background: #f0db37 !important;
    border-color: #f0db37 !important;
}

.registro .users .users-content {
    position: absolute;
    bottom: 50px;
    left: 30px;
    width: 350px;
    height: 270px;
}

.registro .users .users-content ul li {
    width: 35px;
    float: left;
    margin: 5px;
}

.registro .users .users-content ul li.connected img {
    border: 2px solid #ff4454;
}

.registro .users .users-content ul li img {
    width: 35px;
}

.registro .footer-login .footer-bg {
    background: #00091e;
    opacity: 0.7;
    filter: alpha(opacity=70);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.registro .footer-login button {
    height: 40px;
    background: #ff4454;
    border-color: #ff4454;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    z-index: 9;
    position: relative;
}

.social-connect .google {
    margin-left: 70px;
}


/*:::::::: Login :::::::::::*/


/*:::::::::::::player ::::::::*/

.player-facebook,
.player-facebook .fullpage {
    background: #000;
}

.player-facebook .navbar-fixed {
    /*display: none;*/
}

.player-facebook .widget-left,
.player-facebook .widget-right {
    height: 100%;
    top: 0;
}


/*countDown */

.countdown {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, .2);
}

.countdown-bg {
    background: #fe2335;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 10;
}

.countdown .countdown-full {
    display: block;
    z-index: 11;
    position: relative;
}

.countdown .countdown-full h4 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 18px;
}

.countdown .countdown-full .countdown-text {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}

.countdown .countdown-full .cronometro {
    width: 400px;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-bottom: 14px;
}

.countdown .countdown-full .cronometro .countdown-text {
    float: left;
    position: relative;
}

.countdown .countdown-full .cronometro .countdown-text p {
    line-height: 80px;
}

#clockdiv {
    font-family: 'Lato', sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 24px;
}

#clockdiv>div {
    padding: 10px;
    border-radius: 3px;
    background: #ff4454;
    display: inline-block;
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, .2);
}

#clockdiv div>span {
    padding: 10px;
    border-radius: 3px;
    background: #fe2335;
    display: inline-block;
    box-shadow: 0 1px 10px 0 rgba(50, 50, 50, .2);
}

.smalltext {
    font-family: 'Lato', sans-serif;
    color: #fff;
    padding-top: 5px;
    font-size: 12px;
}


/*
 *  STYLE 2
 */

.widget-left-other-users-mask::-webkit-scrollbar-track,
.comments::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.widget-left-other-users-mask::-webkit-scrollbar,
.comments::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

.widget-left-other-users-mask::-webkit-scrollbar-thumb,
.comments::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #60a3ce;
}

#encuestass {
    display: none;
}

.error {
    color: red;
    font-size: 11px;
    padding-left: 10px;
}

.centered {
    text-align: center;
}