body {
    color: #111;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 1.5833;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

a {
    color: #e82864;
}
a:hover {
    color: #111;
    text-decoration: none;
}
p {
    margin-bottom: 1em;
}


/*--------------------------------------------------------
*   BOOTSTRAP FIXES
--------------------------------------------------------*/

.btn {
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.btn-primary {
    background-color: #e82864;
    border-color: #e82864;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #d6284c;
    border-color: #d6284c;
}

.btn-group-lg > .btn {
    padding: 10px 30px;
    font-size: 0.6666em;
    line-height: 1.33333;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn-secondary {
    background-color: rgba(255, 255, 255, 0.25);
    border: rgba(255, 255, 255, 0.05);
    color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

/*--------------------------------------------------------
*   END BOOTSTRAP FIXES
--------------------------------------------------------*/

.btn-getapp {
    display: inline-block;
    height: 50px;
}
.btn-getapp_white {
    background: url(../images/getapp-ghostbuttons-white.png) no-repeat;
}
.btn-getapp_black {
    background: url(../images/getapp-ghostbuttons-black.png) no-repeat;
}
.btn-getatpp_android {
    background-position: 0 0;
    width: 151px;
}
.btn-getatpp_ios {
    background-position: -155px 0;
    width: 165px;
}


/*--------------------------------------------------------
*   HEADER
--------------------------------------------------------*/

.b-header {
    color: #fff;
    position: relative;
}
.b-header:before {
    background: url(../images/fondo_tiempo_feliz_mobile.jpg) no-repeat scroll center top / cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.b-header__topline {
    font-size: 14px;
    line-height: 16px;
    padding: 30px 0 0;
    text-align: center;
}
.b-header__message {
    padding: 35px 0 50px;
    text-align: center;
}
.b-header__message h2 {
    font-size: 1.6em;
    text-transform: uppercase;
}
.b-header__message p {
    font-size: 0.95em;
}
.b-header__message .btn {
    margin-bottom: 5px;
}
.b-header__topnav {
    padding: 50px 0 30px;
}

.b-header__topnav a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    margin-left: 10px;
}
.b-header__topnav a:hover {
    color: #e82864;
    font-weight: bold;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .b-header {
        /*min-height: calc(100vh - 110px);*/
        min-height: calc(100vh - 260px);
    }
    .b-header:before {
        background: url(../images/fondo_tiempo_feliz.jpg) no-repeat scroll center center / cover;
    }
    .b-header__topline {
        text-align: left;
    }
    .b-header__topnav {
        padding: 0;
        text-align: right;
    }
    .b-header__message {
        padding: 150px 0 50px;
        text-align: left;
    }
    .b-header__message h2 {
        font-size: 2em;
    }
    .b-header__message p {
        font-size: 1em;
    }
}

/*--------------------------------------------------------
*   END HEADER
--------------------------------------------------------*/


/*--------------------------------------------------------
*   AFTERHEADER
--------------------------------------------------------*/

.b-afterheader {
    background: #ee2c55;
    color: #fff;
    padding: 60px 0 50px;
    text-align: center;
}
.b-afterheader__apps a {
    display: inline-block;
}

/*--------------------------------------------------------
*   END AFTERHEADER
--------------------------------------------------------*/


/*--------------------------------------------------------
*   FEATURES
--------------------------------------------------------*/

.b-features {
    font-size: 0.5833em;
    line-height: 1.5715;
    padding: 80px 0 5px;
    text-align: center;
}

.b-features__item {
    padding: 0 30px 75px;
}

.b-features__image {
    height: 160px;
}
.b-features__image img {
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-features__title {}

@media (min-width: 768px) {
    .b-features {
        padding-bottom: 80px;
    }

    .b-features__item {
        padding-bottom: 0;
    }
}

/*--------------------------------------------------------
*   END FEATURES
--------------------------------------------------------*/


/*--------------------------------------------------------
*   MOBILE
--------------------------------------------------------*/

.b-mobile {
    background: #f9f9f9;
    padding: 30px 0;
    text-align: center;
}

.b-mobile .lnk-app {
    display: inline-block;
}

.b-mobile__img img {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .b-mobile {
        text-align: left;
    }

    .b-mobile__text {
        padding: 45px 0;
    }
}

@media (min-width: 1080px) {
    .b-mobile__text {
        padding-top: 90px;
    }
}

/*--------------------------------------------------------
*   END MOBILE
--------------------------------------------------------*/

/*--------------------------------------------------------
*   REGISTRATION
--------------------------------------------------------*/

.b-registration {
    background: #4c3a3f url(../images/b-registration.jpg) no-repeat center center / cover;
    color: #fff;
    font-size: 0.5em;
    padding: 100px 0;
    text-align: center;
}
.b-registration h2 {
    margin-bottom: 50px;
    margin-top: 0;
}
.b-registration .form-group {
    text-align: left;
}
.b-registration .form-control {
    font-size: 18px;
    height: 49px;
}
.has-success .help-block {
    color: #94e596;
}
.has-error .help-block {
    color: #ea9e9c;
}
.b-registration .form-control-feedback {
    height: 49px;
    line-height: 49px;
}

/*--------------------------------------------------------
*   END REGISTRATION
--------------------------------------------------------*/

/*--------------------------------------------------------
*   FOOTER
--------------------------------------------------------*/

.b-footer {
    background: #322b37;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    padding: 15px 0;
    text-align: center;
}

.b-footer a:hover {
    color: #fff;
}



@media (min-width: 768px) {
    .b-footer {
        text-align: left;
    }
    .b-footer__copy {
        text-align: right;
    }
}

/*--------------------------------------------------------
*   END FOOTER
--------------------------------------------------------*/

/*--------------------------------------------------------
*   LANG POPOVER
--------------------------------------------------------*/

#lang-block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: #322B37;
    z-index: 10;
    overflow: hidden;
}
#lang-block {

}
.lang-block-header {
    color: #747f96;
    font-size: 0.75em;
    line-height: 1.6666;
    padding: 30px 0px 15px 40px;
}
#lang-block ul > li {
    list-style-type: none;
    color: #505664;
    font-size: 0.75em;
    line-height: 1.6666;
    cursor: pointer;
}
#lang-block ul > li:hover {
    color: rgba(255, 255, 255, 0.75);
}
li.lbi-selected {
    list-style-type: disc !important;
    color: #ffffff !important;
}
.lbi-selected {

}

/*--------------------------------------------------------
*   END LANG POPOVER
--------------------------------------------------------*/


/*--------------------------------------------------------
*   COOKIE
--------------------------------------------------------*/

.mod-cookie-policy {
    font-size: 0.5em;
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 1000;
}

.mod-cookie-policy .container {
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fdfdf1;
    padding: 20px 40px;
}

.mod-cookie-policy > div {
    position: relative;
}

.mod-cookie-policy > div p {
    margin: auto;
    text-align: center;
}

.mod-cookie-policy i {
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer;
}

/*--------------------------------------------------------
*   END COOKIE
--------------------------------------------------------*/

/*--------------------------------------------------------
*   USERS CONNECTIONS
--------------------------------------------------------*/

.oauth-links a {
    font-size: 16px !important;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.1);
}

.oauth-links ins {
    text-decoration: none !important;
}

/*--------------------------------------------------------
*   USERS CONNECTIONS
--------------------------------------------------------*/
.ajax_notice {
    font-size: 14px;
    line-height: 20px;
}
.ajax_notice div {
    padding: 20px;
}
.alert-success,.alert-info,
.alert-warning,.alert-danger{
    border-width:1px;
    border-style:solid;
    border-radius:4px;
    padding:15px;
}
.alert-success{
    color:#3c763d;
    background-color:#dff0d8;
}
.alert-info{
    color:#111;
    background-color:#fff;
    border-color:#bce8f1;
}
.alert-warning{
    color:#8a6d3b;
    background-color:#fcf8e3;
}
.alert-danger{
    color:#a94442;
    background-color:#f2dede;
}
.dropdown{
    font-size: 15px;
    color: #4C4C4C;
    width: 100%;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #C4C4C4;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    display: none;
}
.dropdown ul{margin: 0px; padding: 0px;}
.dropdown ul li{list-style: none; padding: 5px; line-height: 20px;}
.dropdown ul li span{white-space: nowrap;}
.dropdown ul li:hover, .dropdown ul li.active{background: #ECECEC;}
.dropdown .country-msg {
    text-align: center;
    border-top: 1px solid #ddd;
    color: #66afe9;
    cursor: pointer;
}
.dropdown .country-msg .pginfo {
    text-decoration: none;
    border-bottom: 1px dashed #66afe9;
}
/*--------------------------------------------------------
*   REGISTRATION
--------------------------------------------------------*/
.registration-block .main-block-pages  {
    background: url(../images/fondo_tiempo_feliz_mobile.jpg) no-repeat scroll center top / cover;
    height: 100%;
    width: 100%;
    z-index: 1001;
    bottom: 0;
    position: fixed;
    overflow: hidden;
    right: 0;
    top: 0;
}
.registration-block .main-block-pages .sign_in-block {
    margin-top: 10px;
    text-align: center;
}
.registration-block .main-block-pages .pages-wraper {
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    box-sizing: content-box;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    height: 100%;
}
.registration-block .main-block-pages .pages-wraper>div {
    margin-top: 50px;
}
.registration-block .user_types-block,
.registration-block .continue-block {
    padding-left: 0;
}
@media (max-width: 768px) {
    .registration-block .main-block-pages {
        background: #fff !important;
    }
    .registration-block .main-block-pages .pages-wraper {
        position: relative !important;
    }
    .registration-block .user_types-block,
    .registration-block .continue-block {
        padding-right: 0;
    }
    .registration-block #second-registration-page,
    .registration-block #third-registration-page {
        margin-top: 0 !important;
    }
    .registration-block #second-registration-page>div,
    .registration-block #third-registration-page>div {
        padding: 0 !important;
    }
    .registration-block #fourth-registration-page {
        margin: 0 !important;
    }
    .registration-block .g-flatty-block {
        border: 0 !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }
    .registration-block .paginator {
        padding-top: 40px !important;
    }
}
@media (max-width: 400px) {
    .registration-block .captcha-block {
        display: block !important;
    }
    .registration-block .captcha-image {
        display: block !important;
        border-top-right-radius: 4px !important;
        border-bottom-left-radius: 0;
        border-bottom: 0;
        border-right: 1px solid #ccc;
        width: 100%;
    }
    .registration-block .captcha {
        border-bottom-left-radius: 4px !important;
        border-top-right-radius: 0;
    }
}
.registration-block .user_types-block .btn-group {
    width: 100%;
}
.registration-block .user_types-block button{
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}
.registration-block .dropdown-toggle {
    text-transform: none;
}
.registration-block .dropdown-menu {
    width: 100%;
}
.registration-block .dropdown-menu li a{
    line-height: 2.5em;
}
.registration-block .user_types-block .caret {
    color: #aaa;
}
.registration-block .sign_in-block {
    font-size: 14px;
    line-height: 40px;
}
.registration-block .g-flatty-block {
    color: #111;
    font-size: 0.5833em;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px 15px 50px;
    margin: 0 auto;
}
.registration-block .paginator {
    margin-bottom: 20px;
    text-align: center;
    color: #777;
}
.registration-block .paginator i{
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
}
.registration-block .paginator i.active {
    color: #ee2c55;
}
.registration-block .g-flatty-block h3{
    text-align: center;
    padding: 10px 0;
}
.registration-block .g-flatty-block .form-group {
    margin-bottom: 20px;
}
.registration-block .g-flatty-block .form-group button {
    margin-top: 10px;
}
.registration-block .g-flatty-block .first-block {
    padding-left: 0;
    border-right: 1px solid #ddd;
}
@media (max-width: 991px) {
    .registration-block .g-flatty-block .first-block {
        padding-left: 0;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
}
.registration-block .g-flatty-block .second-block {
    padding-right: 0;
    padding: 70px 0 50px 50px;
}
.registration-block .g-flatty-block .social_networking>div:first-child {
    padding-left: 0;
}
.registration-block .second-block .oauth-links>div:first-child {
    display: none;
}
.registration-block .oauth-links ins {
    display: inline-block;
    text-decoration: none;
}
.registration-block .oauth-links ins .btn {
    background-color: #e82864;
    border-color: #e82864;
    font-size: 24px !important;
}
.registration-block .g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
}
@media (max-width: 991px) and (min-width: 450px) {
    .registration-block .g-recaptcha {
        transform: scale(1.20) !important;
        -webkit-transform: scale(1.20) !important;
    }
}
.registration-block .photo-block {
    width: 200px;
    height: 200px;
    display: block;
    border: 3px solid #ee2c55;
    border-radius: 100px;
    padding: 70px 50px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    color: #ee2c55;
    font-size: 20px;
    font-weight: bold;
}
.registration-block .description-block {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    padding: 0 60px;
}
.registration-block .user-info {
    margin-bottom: 30px;
}
/*--------------------------------------------------------
*   END REGISTRATION
--------------------------------------------------------*/
.registration-block .datepicker-dropdown-template .btn-group {
    padding: 0;
}
.registration-block .datepicker-dropdown-template div{
    display: inline-block;
}
.registration-block .datepicker-dropdown-template ul {
    overflow-y: scroll;
    max-height: 300px;
}
.registration-block .datepicker-dropdown-template li a {
    line-height: 1.5em !important;
    cursor: pointer;
}
.registration-block .datepicker-dropdown-template .btn{
    padding: 10px 6px;
}
.registration-block .datepicker-dropdown-template button .caret {
    color: #aaa;
}
.registration-block .has-error {
    position: relative;
}
.registration-block .has-error .tooltip {
    background-color: #F2DEDE;
    border-radius: 6px;
    bottom: 125%;
    color: #A94442;
    margin-right: 15px;
    margin-left: 15px;
    opacity: 1;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    visibility: visible;
    z-index: 1002;
}
.registration-block .has-error .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #F2DEDE transparent transparent transparent;
}
.load_content_bg,
.alert_bg {
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-color: rgba(0,0,0,0.8);
}
.load_content_bg div {
    top: 10% !important;
}
.load_content_bg div div:first-child {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}
.load_content_bg {
    font-size: 14px;
}
.load_content_bg h3 {
    font-size: 14px;
    font-weight: bold;
}
.autocomplete-error {
    padding: 10px 0;
    text-align: center;
}

#location_select_items {
    padding: 20px;
    background-color:#F5F5F5;
    max-height: 270px;
    overflow-y: scroll;
}
#location_select_items .location-item {
    cursor: pointer;
    padding-bottom:5px;
}
.controller-actions .select-back {
    padding-bottom: 10px;
}
.load_content_bg ol,
.load_content_bg ul,
.load_content_bg li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.load_content_bg .load_content_close.w {
    position: absolute;
    top: -15px !important;
    right: -15px !important;
    color: #fff;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary.focus[disabled],
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
    background-color: #e82864;
    border-color: #e82864;
}
