/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

textarea {
    overflow: auto
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    overflow-y: scroll
}

body {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #E5FDFB;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #2B4050;
}

.wrapper {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 899px) {
    .wrapper {
        display: block
    }
}

a {
    transition: all .15s ease-in-out;
    text-decoration: none;
    color: #0485c2
}

a:hover {
    text-decoration: none
}

button:focus,
a:focus {
    outline: none
}

.hidden {
    display: none !important
}

body {
    height: 100%
}

.body-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    height: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 800px) {
    .body-container {
        display: block
    }
}

.site-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px 10px
}

@media only screen and (max-width: 899px) {
    .site-left {
        display: none
    }
}

.site-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0 0
}

@media only screen and (max-width: 899px) {
    .site-content {
        display: block;
        width: 100%
    }
}

.btn,
.add-box__button,
.form__btn {
    background: #E27C75;
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    padding: 10px 40px;
    text-transform: capitalize;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.add-box__button:focus,
.form__btn:focus {
    outline: 0
}

.form__group {
    *zoom: 1;
    margin: 0 0 10px;
    position: relative
}

.form__group:before {
    display: table;
    content: ""
}

.form__group:after {
    clear: both
}

.form__group--centered {
    text-align: center
}


.form__label {
    display: block;
    margin-bottom: 5px;
    color: #77757d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form__label--inline {
    display: inline-block
}

.form--step1 .form__label--inline,
.form--affiliate-step1 .form__label--inline {
    width: 125px
}

.form__textinput {
    display: block;
    background: #2D4453;
    width: 100%;
    color: #238B82;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #3C716B;
}

.form__textinput:focus {
    outline: 0;
    border-color: #0d9fe4;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.message-user {
    display: flex;
    width: 100%;
}

.message-user input {
    width: 100%;
    margin-right: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s
}

.edit-profile .form__textinput {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.form--inline .form__group {
    float: left;
    margin: 5px
}

.form--inline .form__group--actions {
    float: right
}

.form--inline .form__textinput {
    font-size: 12px;
    padding-left: 27px
}

.form--inline .icon-over-input {
    position: absolute;
    top: 9px;
    left: 7px
}

.form--inline .alert-danger {
    position: absolute;
    bottom: -22px;
    left: 0;
    z-index: 1;
    max-width: 204px;
    white-space: nowrap
}

.form--inline .alert-danger a {
    color: #fff;
    text-decoration: underline
}

.form--inline input.error,
.form--inline #pay-container input.errorMessage,
#pay-container .form--inline input.errorMessage {
    border: 1px solid #fd0000
}

.form__btn--full-size {
    width: 100%
}

.form--sign-up {
    width: 60%;
    margin: 0 auto;
}

.form__btn--cta {
    width: 100%;
    padding: 11px;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #24B1A5;
    text-transform: uppercase;
}

.modal-open {
    /*DO NOT FORGET, MORON*/
    /*overflow: hidden*/
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-dialog {
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #001C4D
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .6;
    filter: alpha(opacity=50)
}

.modal-header {
    *zoom: 1
}

.modal-header:before,
.modal-header:after {
    display: table;
    content: ""
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    position: absolute;
    color: #75757d;
    border: 4px solid #a1a1a3;
    top: -13px;
    right: -13px;
    font-size: 22px;
    width: 32px;
    height: 32px;
    background: #fff;
    font-weight: bold;
    padding: 0;
    padding-bottom: 2px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 15px
}

@media only screen and (max-width: 800px) {
    .modal-body {
        padding: 35px 0
    }
}

.modal {
    text-align: center
}

.modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    text-align: left;
    width: 540px;
    top: 325px;
    z-index: 101;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.first-p {
    font-family: 'Lucida Sans', Tahoma, Verdana, Arial, sans-serif;
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    font-weight: bold;
}


.box-header {
    position: relative;
    background: #38556A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box-header::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 170;
    content: "";
    width: 100%;
    border-style: solid;
    border-width: 25px 270px 0 270px;
    border-color: #38556A transparent transparent transparent;
    top: 100%;
}

.box-header .name-site {
    float: left;
    display: block;
    width: 151px;
    height: 50px;
    background: url(../images/logo.svg) no-repeat 0 0;
    background-size: 100%;
    margin: 15px;
}

.box-header .hurry {
    float: right;
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 12px 6px;
    text-decoration: none;
}

.box-header .counter {
    color: #24B1A5;
    padding: 3px;
    border-radius: 4px;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    body {
        overflow: unset !important;
    }

    .modal-dialog {
        width: 300px;
        left: 47%;
        transform: translateX(-50%);
        top: 70px;
        position: fixed;
    }

    .box-header {
        flex-direction: column;
    }

    .box-header::after {
        content: " ";
        width: 100%;
        border-style: solid;
        border-width: 20px 150px 0 150px;
        top: 100%;
        position: absolute;
    }

    .form--sign-up {
        width: 100%;
    }

    .box-header .hurry {
        font-size: 18px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    body {
        overflow: unset !important;
    }

    .modal-dialog {
        width: 540px;
        top: 170px;
        background-color: rgba(255, 255, 255, 0.4);
        position: fixed;
        margin: auto;
        height: 383px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.modal-body {
    *zoom: 1
}

.modal-body:before,
.modal-body:after {
    display: table;
    content: ""
}

.modal-body:after {
    clear: both
}

.modal-signUpPopup .modal-content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 35px 20px;
    width: 100%;
    margin: 0 auto;
    background: rgb(36, 177, 165);
    background: linear-gradient(180deg, rgba(36, 177, 165, 1) 0%, rgba(226, 124, 117, 1) 100%);
}

.modal-signUpPopup .modal-header {
    text-align: center
}

.modal-signUpPopup .modal-title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-style: italic;
    color: #ffffff;
    display: inline-block;

}

.modal-signUpPopup .sign-switch-link {
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
    display: block;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.36);
    -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.36);
    -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.36);
    cursor: pointer
}

.profile-icon-premium {
    width: 30px;
    height: 25px;
    background: url("../images/icon-premium.svg") no-repeat;
    display: block;
    margin-left: 8px;
}

.view-profile__top {
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    color: #4e4c54;
}


.view-profile__top,
.view-profile__classifiers,
.current-big-image,
.media-list,
.profile-updates {
    background: #344E60;
    position: relative;
    *zoom: 1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.31)
}

@media only screen and (max-width: 800px) {
    .view-profile__top {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.view-profile__top .profile-icon-premium,
.view-profile__top .profile-icon-online {
    display: inline-block;
    vertical-align: middle
}

.view-profile__info {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.view-profile__username {
    display: flex;
    align-items: center;
    padding: 3px 0;
    font-size: 16px;
}

.view-profile__user-info {
    clear: both
}

.view-profile__user-info .location {
    font-weight: bold
}

.view-profile__bottom {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 800px) {
    .view-profile__bottom {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.view-profile__left {
    width: 314px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 314px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 314px;
    -ms-flex: 0 0 314px;
    flex: 0 0 314px
}

@media only screen and (max-width: 800px) {
    .view-profile__left {
        width: 100%
    }
}

.view-profile__right {
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width: 800px) {
    .view-profile__right {
        margin: 10px 0 0
    }
}

.view-profile__classifiers {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 15px;
    margin-bottom: 10px
}

.current-big-image {
    padding: 7px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    margin-bottom: 10px
}

.current-big-image .profile-icon-premium {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.current-big-image .no-photo {
    width: 300px;
    height: 300px;
    background-size: 300px 300px
}

.current-big-image__link {
    display: block
}

.current-big-image__img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.interaction-btn {
    width: 180px;
    border: 0;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    background: #24B1A5;
}

.interaction-btn .icon {
    margin-right: 3px
}

.interaction-btn .inside {
    display: block;
    padding: 7px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
}

.info-block {
    text-align: left;
}

.about-me {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.media-list {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 10px;
    align-items: center;
}

.media-list.account-photos {
    text-align: center;
}

.media-list__item {
    display: inline-block;
    vertical-align: middle;
    padding: 5px
}

.media-list__img {
    width: 155px;
    height: 155px;
}

.media-list__image {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.media-list__no-image {
    width: 145px;
    height: 145px
}

.media-list__no-image .no-photo {
    width: 70px;
    height: 70px;
    background-size: 140px 140px
}

.profile-classifiers {
    list-style-type: none;
    padding: 0;
}

.profile-classifiers li {
    padding: 5px 0;
    border-bottom: 1px solid #E4ECFA;
}

.profile-classifiers__label,
.profile-classifiers__value {
    display: inline-block;
    line-height: 1.5;
    vertical-align: top
}

.profile-classifiers__label {
    font-weight: bold;
    font-size: 15px;
    color: #E5FDFB;
    width: 120px
}

.profile-classifiers__label-big {
    font-size: 18px;
    padding-bottom: 10px;
}

.right-label {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgba(112, 112, 112, .2);
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .block-abuse {
        border-top: solid 1px #dcdbdd
    }
}

.block-abuse__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
    color: #4e4c54;
    border-left: solid 1px #dcdbdd;
    cursor: pointer
}

.block-abuse__link:hover {
    background-image: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #efefef 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #efefef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEFEFEF', GradientType=0)
}

.block-abuse__link + .block-abuse__link {
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0
}

.block-abuse__icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px
}

.block-abuse__icon--block {
    background: url("../images/icon-block.svg") no-repeat center center
}

.block-abuse__icon--abuse {
    background: url("../images/icon-abuse.svg") no-repeat center center
}

.profile-messages,
.profile-updates {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f8f8f9;
    margin-bottom: 20px
}

.profile-messages .user-item,
.profile-updates .user-item {
    border-top: solid 1px #d8d7da;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.profile-messages .user-item .location,
.profile-updates .user-item .location {
    display: none
}

.profile-messages__title {
    border-bottom: solid 1px #d8d7da
}

.profile-updates__title {
    text-transform: uppercase;
    font-size: 16px;
    color: #3f3b49;
    font-weight: bold;
    padding: 10px;
}

.site-header {
    background: #38556A;
    border-bottom: solid 1px #707070;
    padding: 5px 0;
    color: #89D8D1;
}

@media only screen and (max-width: 800px) {
    .site-header {
        padding-bottom: 0
    }
}

.site-header .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

@media only screen and (max-width: 800px) {
    .wrapper {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
        padding: 10px 0;
    }
}

.site-logo {
    display: block;
    height: 39px;
    line-height: 39px;
    width: 202px;
    background: url("../images/logo.svg") no-repeat 0 0;
    margin-left: 5px
}

.site-logo a {
    width: 202px;
    display: inline-block;
    vertical-align: middle;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer
}

@media only screen and (max-width: 800px) {
    .site-logo {
        margin-bottom: 10px
    }
}

.sign-in-form {
    display: block
}

@media only screen and (max-width: 800px) {
    .sign-in-form {
        display: none
    }
}

.sign-in-btn {
    display: none;
    padding: 6px
}

@media only screen and (max-width: 800px) {
    .sign-in-btn {
        display: block
    }
}

.site-footer {
    text-align: center;
    background: #2a2731;
    text-shadow: 0 1px 0 #000;
    -moz-text-shadow: 0 1px 0 #000;
    -webkit-text-shadow: 0 1px 0 #000
}

.site-footer .copyright {
    font-weight: bold
}

.site-footer__top {
    background: #2d2b38;
    color: #fff;
    font-size: 14px;
    padding: 10px 10px 0;
    margin-bottom: 1px;
    border-top: solid 1px #24212a;
    border-bottom: solid 1px #24212a
}

.site-footer__bottom {
    color: #a6a1b4;
    padding: 15px;
    font-size: 12px
}

.site-footer__bottom p {
    margin: 0 0 4px
}

.site-footer__bottom a {
    color: #a6a1b4
}

.site-footer__bottom a:hover {
    color: inherit
}

.site-footer__address {
    color: #8f89a1;
    line-height: 16px;
    margin-bottom: 4px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none
}

.site-footer__address .company-address {
    display: inline-block;
    vertical-align: middle
}

.site-footer__address span {
    display: inline-block;
    vertical-align: middle
}

.site-footer__address span.comma:after {
    content: ','
}

.footer-nav {
    padding: 4px
}

.footer-nav__list {
    margin: 0
}

.footer-nav__item {
    display: inline-block;
    line-height: 20px
}

.footer-nav__link {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #a6a1b4;
    font-weight: 700;
    cursor: pointer
}

.footer-nav__link:hover {
    color: #fd0000
}

.error {
    color: #961b15;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .body-container {
        display: block
    }

    .site-body {
        min-height: 400px
    }
}
