.container.seo-profile {
    padding-top: 15px;
    padding-bottom: 30px;
}

.seo-profile div.row:nth-child(2) > div.signup-form  {
    margin-top: 12px;
}

.seo-profile .seo-photo {
    position: relative;
    min-height: 310px;
    margin-top: 12px;
}

.seo-profile .seo-photo .nav-handle {
    position: absolute;
    color: white;
    width: 24px;
    height: 44px;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
    top: calc(50% - 44px/2 - 0.5px);
    padding-top: 13px;
    text-align: center;
}

.seo-profile .seo-photo .nav-handle:hover {
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    transition: background-color 0.5s ease;
}

.seo-profile .seo-photo .nav-handle-left {
    left: 8px;
}

.seo-profile .seo-photo .nav-handle-right {
    right: 8px;
}

.seo-profile .seo-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    opacity:0;
}

.seo-profile .seo-photo img.active {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.seo-profile .seo-photo .photo-number-container {
    position: absolute;
    width: 100%;
    bottom: 8px;
    text-align: center;
    color: white;
    font-size: 10px;
}

.seo-profile .seo-photo .photo-number-container * {
    vertical-align: middle;
}

.seo-profile .profile-owner {
    font-size: 1.3em;
    color:#3295d2;
    margin-top: 12px;
}

.seo-profile .profile-location {
    color: #333333;
}

.seo-profile .geo-city-name__profile {
    color: #333333;
    margin-left: 0px;
    padding-left: 15px;
}

.seo-profile .profile-rating .rating-gauge {
    margin-left: -25px;
    margin-top: -41px;
    height: 120px;
}

.seo-profile .profile-rating .rating-gauge > .rating {
    transform: scale(0.44,0.44);
}

.seo-profile .profile-rating .rating-text {
    padding-top: 0.5em;
    font-size: 15px;
}

.seo-profile .profile-message .message-container {
    background-color: #FBF7ED;
    border-radius: 10px;
    padding:15px;
}

.seo-profile .profile-message .header {
    color:#3295d2;
    font-size:14px;
    margin-bottom: 10px;
}

.seo-profile .profile-message .message-field {
    margin-bottom:10px;
}

.seo-profile .profile-message .message-field textarea {
    border:none;
}

.seo-profile .profile-message .btn-send-message-meet {
    font-weight: normal; width: 143px;
}

.seo-profile .main-info {
    padding-top: 4px;
    padding-bottom: 12px;
}

.seo-profile .profile-field {
    margin-bottom: 5px;
}

.seo-profile .profile-field .field-name {
    color: #A7A7A7;
}

.seo-profile .profile-field .field-value {
    padding-right: 5px;
}

.seo-profile .profile-field-appearance {
    min-height: 4em;
}
/*
.seo-profile .signup-form-embed {
    margin-left: 0px;
    margin-right: 0px;
}

.seo-profile .signup-form-embed .header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-size: 85%;
}

.seo-profile .signup-form-embed {
    border-radius: 10px;
}
*/