body {
    color: #222;
}

html {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

body.modal-open {
    padding: 0 !important;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

p {
    font-size: .9rem;
}

/* HEADER
 *
 * Customize header
-------------------------------------------------- */

header {
    background: #d6365c;
}

header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100px;
}

.btn-header-right {
    color: white;
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 33px;
    font-weight: 500;
    transition: all ease-in-out 100ms;
}

.btn-header-right:focus {
    color: white;
}

.btn-header-right:hover {
    background-color: white;
    border-color: white;
    color: #d6365c;
}

/* SLIDE
 *
 * Customize slide
 * Home page
-------------------------------------------------- */
.carousel-item {
    background-color: #777;
    height: 54rem;
}

.fill-slide-1 {
    background-image: url('../img/slides/slide-1.jpg');
}

.fill-slide-2 {
    background-image: url('../img/slides/slide-2.jpg');
}

.fill-slide-3 {
    background-image: url('../img/slides/slide-3.jpg');
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.layer-slide {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(252, 241, 243, 0) 35%, rgba(214, 54, 92, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(252, 241, 243, 0) 35%, rgba(214, 54, 92, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(252, 241, 243, 0) 35%, rgba(214, 54, 92, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d6365c', GradientType=0);

}

/* CONTENT
 *
 * Main container
-------------------------------------------------- */
section.content,
section.public-content {
    padding-top: 100px;
    position: relative;
}

.container-desktop {
    width: 80%;
    max-width: 1800px;
    margin-left: 10%;
    transition: all ease-in-out 200ms;
}

.container-desktop.dk {
    margin-left: 296px;
}

.layer-content {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 75px;
    left: 0;
    z-index: 999;
    display: none;
}

/* Secondary container
--------------------------------- */
.container-form {
    position: relative;
    padding: 5px;
}

.container-form1 {
    max-width: 420px;
    text-align: center;
    margin: auto;
}

.container-form2 {
    max-width: 560px;
}

.box-mh {
    min-height: 300px;
    height: auto;
}

/* PROFILE
 *
 * Customize profiles
-------------------------------------------------- */
.wrap-profile {
    transition: all ease-in-out 200ms;
}

.wrap-profile:hover .thumb img {
    opacity: .8;
}

.info-name,
.info-age,
.info-city {
    font-weight: 700;
}

.wrap-profile .thumb .details,
.wrap-profile .thumb + .details {
    line-height: 1.3;
    text-align: left;
    font-size: 14px;
}

.wrap-profile .thumb .details {
    color: white;
    width: 100%;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

/* 3th PROFILE
--------------------------------- */
.wrap-profile .rounded-top .details {
    position: relative;
}

.wrap-profile > div.rounded-top {
    border: 1px solid #e1eaec;
}

.wrap-profile .thumb + .details {
    padding: 5px 0 0 5px;
}

.wrap-profile .details > .wrap-heart {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.wrap-profile .details > .wrap-details {
    visibility: visible;
}

.wrap-profile:hover .rounded-top .details > .wrap-details {
    visibility: hidden;
}

.wrap-profile:hover .rounded-top .details > .wrap-heart {
    visibility: visible;
}

/*End 3th PROFILE*/

/* 4ta PROFILE
--------------------------------- */
.wrap-details-primary {
    text-align: center;
    position: relative;
}

.wrap-details-primary > * {
    color: #6c6e6f;
}

.wrap-details-primary .name {
    font-size: 20px;
    font-weight: bold;
}

.layer-link {
    background-color: rgba(163, 52, 54, .5);
    border-radius: 40px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.layer-link > div {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    height: 112px;
    margin-top: -56px;
    padding: 6px;
}

.layer-link > div a {
    color: white;
    font-size: 12px;
}

.layer-link > div hr {
    border-top: 1px solid white;
    margin: 5px 0;
}

.layer-link > div a:hover {
    color: #222;
}

.wrap-profile:hover .layer-link {
    display: block;
}

/*end 4ta PROFILE*/

/* Utilities
 *
 * Utilities class for throughout the template
-------------------------------------------------- */
/*color-default : This color is for user with background color or img background*/
.color-default {
    color: white !important;
}

.color-primary {
    color: #EC4036;
}

.color-secondary {
    color: #5bc0de;
}

.bg-default {
    background-color: #eee;
}

.bg-primary {
    background-color: #e4e5e7 !important;
}

.bg-secondary {
    background-color: #999 !important;
}

.text-default {
    color: #4d4d4d !important;
}

.ico {
    transition: all ease-in-out 200ms;
}

.ico.color-primary:focus,
.ico.color-primary:hover {
    color: #b32e27;
}

.ico.color-secondary:focus,
.ico.color-secondary:hover {
    color: #3194b1;
}

a.text-default {
    text-decoration: underline;
}

a.text-default:hover {
    text-decoration: none;
    opacity: .8;
}

.link-default,
.link-primary,
.link-secondary {
    text-decoration: underline;
}

.link-default:focus,
.link-default {
    color: white;
}

.link-primary {
    color: #6d6e70;
}

.link-secondary {
    color: #222;
}

.link-default:hover,
.link-primary:hover,
.link-secondary:hover {
    opacity: .7;
    color: #5bc0de;
}

.btn-not-sty,
.btn-not-sty:hover,
.btn-not-sty:focus {
    background-color: transparent;
    border-color: transparent;
}

.pt-extra {
    padding: 5rem 0;
}

.visible-sm,
.visible-xs {
    display: none;
}

.title-header {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title {
    margin: 0 0 30px;
    font-weight: 300;
}

.thumb {
    position: relative;
}

.msg,
.details > *,
.wrap-details > *,
.wrap-details-primary > *,
.wrap-profile .details > div,
.wrap-user-profile .details > div,
.chat li .wrap-chat p.chat-name,
.layer-link > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new {
    position: absolute;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 10px;
    top: 10px;
    right: 10px;
    color: #fff;
    background-color: rgba(91, 192, 222, .6);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
}

.online,
.offline,
.msg {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    z-index: 10;
}

.online,
.offline {
    width: 18px;
    height: 18px;
    background-color: #37af4b;
    border: 3px solid white;
}

.offline {
    background-color: #CCC;
}

.wrap-menu .msg {
    position: absolute;
    right: 15px;
    margin-top: 2px;
}

.msg {
    text-align: center;
    padding: 2px;
    width: 25px;
    height: 25px;
    background-color: white;
    color: #222;
    font-weight: 500;
}

.msg.sty-0 {
    background-color: red;
    width: 20px;
    height: 20px;
    font-size: 11px;
    color: white;
}

.msg.sty-0.c2 {
    background-color: #5bc0de;
}

.online.pos-0 {
    bottom: 0;
    left: 15px;
}

.online.pos-1 {
    bottom: 5px;
    left: 5px;
}

.online.pos-2 {
    bottom: 5px;
    left: 20%;
}

.online.pos-3,
.offline.pos-3 {
    top: 35px;
    left: 0;
}

.msg.pos-0 {
    top: 0;
    left: 0;
}

.msg.pos-1 {
    bottom: 5px;
    right: 5px;
}

label {
    font-weight: 300;
    font-size: 15px;
}

.label-info label {
    font-size: 13px !important;
    text-transform: initial !important;
    font-weight: 700 !important;
}

.label-default {
    font-weight: normal !important;
    font-style: normal !important;
}

.form-control {
    border-radius: 5px;
    border-color: #000;
}

.form-control:focus {
    border-color: #222;
}

.alert {
    border-radius: 0;
}

.btn-primary,
.btn-secondary,
.btn-info {
    cursor: pointer;
    transition: all ease-in-out 100ms;
    border-radius: 5px;
    padding: 10px 40px;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-info:hover {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .3);
}

.btn-primary {
    background-color: #f1cf6e;
    border-color: #f1cf6e;
    font-weight: 700;
}

.btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f1cf6e;
}

.btn-secondary {
    background-color: #e9ed50;
    border-color: #e9ed50;
    color: #000;
    font-weight: 700;
}

.btn-secondary:hover {
    background-color: white;
    border-color: white;
    color: #000;
}

.btn-info:hover {
    background-color: #3194b1;
    border-color: #3194b1;
}

.has-danger .form-control {
    background-color: #f2dede;
}

.img-circle {
    border-radius: 50% !important;
}

.error-container {
    font-size: 13px;
    color: #fff;
    text-align: left;
    text-shadow: none;
    padding: 2px 5px;
    background-color: #f15550;
    margin-top: 2px;
    border: 1px solid red;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.breadcrumb {
    border-radius: 0;
    background-color: #6d6e70;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.clear-box {
    width: 100%;
    height: 15px;
    clear: both;
}

.img-cvv {
    width: 50px;
    padding: 2px 0;
}

.header-form {
    padding: 10px 0 0 80px;
    background-image: url('../img/resourses/m-2.gif');
    background-position: 0 10px;
    background-repeat: no-repeat;
    background-size: 55px;
    margin-bottom: 30px;
}

.round-all {
    border-radius: 40px;
}

.wrapper-info-vip {
    background-image: url('../images/m-2.gif');
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: 16px center;
    text-align: left;
    padding-left: 100px;
    max-width: 800px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.extra-size {
    font-size: 8rem;
}

.wp-df {
    max-height: 380px;
    overflow-y: auto;
}

.col-height {
    min-height: 610px;
    height: auto;
}

.rounded {
    border-radius: 10px;
}

.rounded-top {
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
}

.rounded-full {
    border-radius: 15px;
}

article {
    font-size: .9rem;
}

/** Margin */

.mt-3 {
    margin-top: 2rem !important;
}

.mb-3 {
    margin-bottom: 2rem !important;
}

.pt-3 {
    padding-top: 2rem !important;
}

.pb-3 {
    padding-bottom: 2rem !important;
}

/** Loading */
.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .1);
}

.overlay::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border: 16px solid #404042;
    border-radius: 50%;
    border-top: 16px solid #fff;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/** Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/** End */

/* LIST
 *
 * Auxiliary wrapper to list
 * Payment view
-------------------------------------------------- */

.wrapper-list {
    margin: 0;
}

.wrapper-list > h4 {
    text-align: center;
    margin-bottom: 30px;
}

.wrapper-list > div.mx-auto {
    max-width: 300px;
    text-align: left;
}

.list-group-item {
    color: #404042;
    background-color: transparent;
    border: none;
    padding: .25rem;
    font-size: 14px;
}

.list-group-item:hover {
    color: black;
}

/* MODAL
-------------------------------------------------- */
.modal-header,
.modal-footer {
    border: none;
}

.modal-content {
    border-radius: 5%;
    border: none;
    color: white;
    background-color: #404042;
}

.modal .btn-primary {
    border: 1px solid white;
    background-color: transparent;
}

.modal .link-secondary {
    color: white;
}

.modal .btn-primary:hover {
    background-color: #222;
}

/* INDEX FORM
 *
 * Auxiliary wrapper to form in the index view,
 * custom form and location in the screen.
-------------------------------------------------- */
.wrap-form {
    position: absolute;
    top: 20px;
    color: white;
    text-align: center;
    min-width: 300px;
    width: 450px;
    left: 50%;
    margin-left: -225px;
    border-radius: 15px;
    padding: 25px 15px;
}

.wrap-form h1 {
    font-size: 3em;
    font-weight: 100;
}

.wrap-form h1 span {
    text-decoration: overline;
}

.wrap-form .form-group {
    margin-bottom: 0.8rem;
}

.wrap-form label {
    font-weight: normal;
}

/* SECTION info-article
-------------------------------------------------- */
.info-article .cover-image-comment {
    padding: 40px 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.box-comment {
    position: relative;
    overflow: hidden;
}

.info-article .cover-image-comment {
    background-size: cover;
    min-height: 440px;
}

.info-article .cover-image-comment.b-1 {
    background-image: url('../img/resources/img-section-1.jpg');
}

.info-article .cover-image-comment.b-2 {
    background-image: url('../img/resources/img-section-2.jpg');
}

.info-article .cover-image-comment.c-1 {
    background-image: url('../img/resources/comment-1.jpg');
}

.info-article .cover-image-comment.c-2 {
    background-image: url('../img/resources/comment-2.jpg');
}

.info-article .cover-image-comment.c-3 {
    background-image: url('../img/resources/comment-3.jpg');
}

.info-article .article {
    max-width: 480px;
    margin: auto;
}

.info-article {
    color: white !important;
}

.info-article .info-details {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.info-article .info-details.style-1 {
    background: rgba(0, 0, 0, .4);
}

.info-article .info-details.style-2 {
    background: rgba(53, 84, 104, .8);
    height: 100%;
    max-width: 400px;
}

.info-article .info-details.info-right {
    right: 0;
}

.info-article .info-details.info-left {
    left: 0;
}

.info-article .info-details a {
    text-decoration: underline;
}

.box-text-details {
    width: 280px;
}

.visible-md {
    display: none !important;
}

/* FOOTER
-------------------------------------------------- */
footer {
    letter-spacing: 0;
    line-height: 1.2em;
    padding: 5px 0;
    text-align: center;
    font-size: .9rem;
    width: 100%;
    background: #d6365c;
    color: white;
}

@media (min-width: 2280px) {
    .container-desktop {
        margin: auto !important;
    }
}

@media (max-width: 1530px) {
    .container-desktop {
        width: 75%;
        margin-left: 12.5%;
    }
}

@media (min-width: 1200px) and (max-width: 1530px) {
    .col-xlg-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

@media (max-width: 1199px) {
    .container-desktop,
    .container-desktop.dk {
        width: auto;
        margin-left: auto;
    }

    .title-header {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .visible-sm {
        display: block;
    }

    .box-text {
        margin-top: 0 !important;
    }

    .visible-md {
        display: block !important;
    }
}

@media (max-width: 575px) {
    .wrap-form {
        width: 100%;
        left: 0;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrap-form .btn-secondary {
        padding: 10px 1px;
    }

    .info-article .cover-image-comment {
        background-size: cover;
    }
}

@media (max-width: 359px) {
    body {
        min-width: 310px;
    }

    .login {
        font-size: 12px;
        padding-top: 3px;
    }

    .col-xxs-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}
