body.loading * {
    cursor: wait !important;
}

.warning-summary, .error-summary, .info-summary, .success-summary {
    padding: 20px 20px 20px 40px;
    margin: 10px 0px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    font-size: 1em;
    font-weight: normal;
}

.warning-summary p, .error-summary p, .info-summary p, .success-summary p {
    margin: 0px 0px 10px 0px;
}

.warning-summary {
    background-color: #f8fad5;
    border-color: #e5d35b;
}

.error-summary {
    background-color: #f5dfdf;
    border-color: #ce9e9e;
}

.info-summary {
    background-color: #dfeff5;
    border-color: #9ebcce;
}

.success-summary {
    background-color: #f1f1f1;
    border-color: #ccc;
}

.review-create div.success-summary,
.add-work div.success-summary,
.add-category div.success-summary,
.popup-message div.success-summary {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    display: none;
}

.popup-content.review-create .inner input[type=text] {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 14px 20px;
    resize: none;
    width: 290px;
    outline: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0px;
}

.popup-content.review-create .inner textarea {
    margin: 5px 0px;
    height: 80px;
}

.popup-content.review-create .inner form {
    margin: 15px 0px;
}

.has-error textarea,
.has-error input {
    border-color: #ff1111 !important;
}

/* page page styles */
.page {
    padding-bottom: 80px;
}

.page .title {
    height: 120px;
    text-align: center;
}

.page .title h1 {
    padding-top: 54px;
    font-size: 36px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.page .title h2 {
    padding-top: 24px;
    font-size: 12px;
    font-family: 'houschka_probold';
}

.page .history p {
    color: #777777;
    font-size: 16px;
    line-height: 25px;
    font-family: Arial, sans-serif;
    padding-bottom: 24px;
}

#dropzone {
    display: none;
}

.user-navigation {
    height: auto;
}

.profile-page h4 a {
    font-size: 1.2em;
}

.row.empty-text p {
    color: #bfbfbf;
    font-size: 14px;
    font-family: 'houschka_probold';
    text-transform: uppercase;
    text-align: center;
    margin: 40px;
}

.persons-page .person .item.item-public {
    min-height: inherit;
}

.persons-page .person .item.item-public .inner {
    height: auto;
}

.persons-page .person .list .item .prof a.remove img {
    width: 16px;
    position: absolute;
}

.sign-up-page .right div.fb,
.sign-up-page .right div.gm {
    height: 56px;
    width: 310px;
    display: block;
    background: url('../img/bg_social_sign_up.png') 0px 0px no-repeat;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 56px;
    text-align: left;
    text-indent: 88px;
    cursor: pointer;
}

.sign-up-page .right div.fb {
    margin-bottom: 10px;
}

.sign-up-page .right div.gm {
    background: url('../img/bg_social_sign_up.png') 0px -68px no-repeat;
}

.static-page .about-section {
    width: auto;
}

/* WORKS PAGE */
.works-page {
    margin: 50px;
}

.works-page .title-block {
    height: 100px;
    text-align: center;
}

.loader {
    text-align: center;
    padding: 30px;
    clear: both;
}

.popup-content.update-work .right div.checkbox,
.popup-content.add-work .right div.checkbox {
    width: 330px;
    height: 47px;
    line-height: 47px;
}

.popup-content.update-work .right label.checkbox,
.popup-content.add-work .right label.checkbox {
    line-height: 22px;
}

#dropzone-file-load input {
    display: none;
}

.works-list-other .list {
    width: 1026px;
}

.works-list-other .list .item:nth-child(2n) {
    margin-right: 22px;
}

.works-list-other .list .item {
    width: 320px;
    height: 240px;
    float: left;
    margin-right: 22px;
    margin-bottom: 22px;
    position: relative;
}

.works-list-other .list .item img {
    width: 320px;
    height: 240px;
}

.works-section span.title,
.works-list-other a.title {
    font-family: Arial;
    font-size: 22px;
    color: #39b1f2;
    font-weight: 700;
    margin-right: 18px;
}

.popup-content.update-work .right .tags li.input,
.popup-content.add-work .right .tags li.input {
    width: 100%;
}

.popup-content.update-work .right .tags .input input,
.popup-content.add-work .right .tags .input input {
    width: 100%;
}

.work-page .controls span.title {
    font-family: Arial;
    font-size: 22px;
    color: #39b1f2;
    font-weight: 700;
    margin-right: 18px;
}

.works-list-other .works-section > h2 {
    margin: 70px 0px 30px;
    font-weight: 400;
    font-size: 32px;
}

.fd-file {
    opacity: 0;
    font-size: 118px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    font-family: sans-serif;
}

.search-page .record .author p.name a,
.search-page .record .author p.name span {
    font-family: Arial;
    font-size: 14px;
    color: #39b1f2;
    font-weight: 700;
    margin-right: 18px;
}

.search-page .record .author p.name span {
    color: #838383;
}

.work-page .works-author p.name a {
    font-family: Arial;
    font-size: 22px;
    color: #39b1f2;
    font-weight: 700;
    margin-right: 18px;
}

.left .subscription-status {
    margin-bottom: 50px;
}

.user-profile .user-link,
.profile-data .input-value,
.list .item .inner .title,
.list .item .inner .author,
.work-page.works-page .right a.title,
.work-page.works-page .right span.title,
.record .type,
.record .name,
.record .category,
.works-author,
.works-section h3,
.works-section h2,
.search-block .tags a,
.search-output .author,
.persons-page .person .list .item .prof,
.persons-page .person .list .item .name,
.search-output .result p {
    /*text-transform: uppercase;*/
}

.work-page .work-page-controls {
    position: relative;
    top: 5px;
}

.work-page .work-page-controls span {
    margin-left: 5px;
    cursor: pointer;
}

.account-history-page .profile-notifications {
    margin-top: 44px;
    margin-bottom: 30px;
}

.account-history-page .profile-notifications .notification {
    width: 430px;
    border: 1px solid #349ad1;
    min-height: 74px;
    margin-bottom: 8px;
    position: relative;
    background: #39b1f2 url('../img/bg_notification.png') 26px 28px no-repeat;
}

.account-history-page .profile-notifications .notification .close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    background: #349ad1 url('../img/i_close.png') center no-repeat;
    cursor: pointer;
    z-index: 1;
}

.account-history-page .profile-notifications .notification p {
    padding: 20px 55px 20px 70px;
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
}

.account-history-page .profile-notifications .notification p a {
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
}

.popup-content.edit-category .inner {
    padding: 44px 48px;
}

.popup-content.edit-category .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-content.edit-category .inner input[type="text"] {
    width: 330px;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-indent: 18px;
    margin-bottom: 30px;
}

.popup-content.edit-category .inner input[type="submit"] {
    width: 140px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
}

.popup-content.copy-link .inner {
    padding: 44px 48px;
}

.popup-content.copy-link .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-content.copy-link .inner input[type="text"] {
    width: 330px;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-indent: 18px;
    font-family: Arial;
    margin-bottom: 30px;
}

.popup-content.copy-link .inner input[type="submit"] {
    width: 140px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
}

.popup-content.add-news {
    position: absolute;
    width: 432px;
    left: 50%;
    margin-left: -216px;
    top: 50%;
    margin-top: -132px;
    background: #ffffff;
}

.popup-content.add-news .inner {
    padding: 44px 48px;
}

.popup-content.add-news .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-content.add-news .inner input[type="text"] {
    width: 330px;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-indent: 18px;
    font-family: Arial;
}

.popup-content.add-news .inner input[type="submit"] {
    width: 140px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
}

.popup-content.add-news .inner textarea {
    width: 328px;
    line-height: 17px;
    resize: none;
    height: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.popup-content.update-news {
    position: absolute;
    width: 432px;
    left: 50%;
    margin-left: -216px;
    top: 50%;
    margin-top: -132px;
    background: #ffffff;
}

.popup-content.update-news .inner {
    padding: 44px 48px;
}

.popup-content.update-news .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-content.update-news .inner input[type="text"] {
    width: 330px;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-indent: 18px;
    font-family: Arial;
}

.popup-content.update-news .inner input[type="submit"] {
    width: 140px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
}

.popup-content.update-news .inner textarea {
    width: 328px;
    line-height: 17px;
    resize: none;
    height: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.work-page .controls span.title {
    cursor: text;
}

.update-work .controls,
.add-work .controls {
    margin-top: 30px;
}

.popup-content.update-work .left textarea,
.popup-content.add-work .left textarea {
    width: 328px;
    /*line-height: 47px;*/
    resize: none;
    height: 80px;
    margin-top: 30px;
}

.popup-content.update-work .left .files-content,
.popup-content.add-work .left .files-content {
    min-height: 0;
    margin-bottom: 15px;
}

.select-ui .placeholder {
    text-transform: uppercase;
}

.popup-content.update-work .right textarea,
.popup-content.add-work .left textarea {
    line-height: normal;
}

.work-page .right-side {
    float: right;
    margin-top: -20px;
}

.work-page .right-side a i {
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/bg_record_sprites.png') 0px 0px no-repeat;
}

.work-page .right-side a {
    color: #000000;
    font-size: 12px;
    font-family: 'houschka_probold';
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 18px;
    margin-right: 2px;
}

.work-page .right-side a span {
    border-bottom: 1px dashed;
    position: relative;
    top: -1px;
}

.popup-alert-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
    overflow: scroll;
}

.popup-alert-content {
    margin-bottom: 60px;
}

.popup-alert-content .close {
    width: 27px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: -40px;
    background: url('../img/bg_popup_close.png') 0px 0px no-repeat;
}

.work-page .right-side a.add-work i {
    background: url('../img/bg_record_sprites.png') 0px -1px no-repeat;
}

.work-page .right-side a.add-cat i {
    background: url('../img/bg_record_sprites.png') 0px -75px no-repeat;
}

.popup-alert-content.popup-alert {
    position: absolute;
    width: 432px;
    left: 50%;
    margin-left: -216px;
    top: 50%;
    margin-top: -132px;
    background: #ffffff;
}

.popup-alert-content.popup-alert .inner {
    padding: 44px 48px;
}

.popup-alert-content.popup-alert .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-alert-content.popup-message .inner {
    padding: 44px 48px;
}

.popup-message .popup-message-text {
    margin: 0 0 30px 0;
}

.popup-alert-content.popup-message .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-alert-content.popup-confirm {
    position: absolute;
    width: 432px;
    left: 50%;
    margin-left: -216px;
    top: 50%;
    margin-top: -132px;
    background: #ffffff;
}

.popup-alert-content.popup-confirm .inner {
    padding: 44px 48px;
}

.popup-alert-content.popup-confirm .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-alert-content.popup-confirm .btn-blue,
.popup-alert-content.popup-confirm .btn-red,
.popup-alert-content.popup-confirm .btn-green {
    margin-top: 20px;
    float: right;
    margin-left: 10px;
}

.sign-up-page a.btn-blue {
    width: 332px;
    padding: 0px;
    text-align: center;
    height: 52px;
    font-size: 15px;
    line-height: 52px;
    margin-top: 15px;
}

.news-page h4 {
    font-size: 26px;
}

.news-page .row {
    margin-bottom: 20px;
}

.news-page .row a.more {
    font-size: 12px;
    font-family: 'houschka_probold';
    text-decoration: none;
    border-bottom: 1px solid;
    color: #000000;
    position: relative;
}

.news-page .list hr {
    margin: 30px 250px 30px 250px;
    border: 0;
    border-bottom: 1px dashed;
}

.news-page .list hr:last-of-type {
    border: 0;
}

a.dashed {
    border-bottom: 1px dashed;
    text-decoration: none;
    color: #181914;
}

#progressbar {
    background-color: #f3f3f3;
    border-radius: 13px; /* (height of inner div) / 2 + padding */
    padding: 1px;
    width: 328px;
    height: 15px;
    margin-bottom: 30px;
    display: none;
}

#progressbar > div {
    background-color: #00b2ff;
    width: 0%; /* Adjust with JavaScript */
    height: 15px;
    border-radius: 10px;
}

#progressbar > span {
    color: #6a6a6a;
    margin-top: 15px;
    font-size: 0.8em;
}

.row {
    margin-right: auto;
    margin-left: auto;
}

.vimeo-bg {
    background: url('http://f.vimeocdn.com/p/images/forest.png') repeat-x center bottom;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    height: 401px;
}

.vimeo-horizon {
    display: table;
    height: 100%;
    position: static;
    width: 100%;
}

.vimeo-sun {
    display: table-cell;
    vertical-align: middle;
    position: static;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .42);
}

.vimeo-sun h1, .vimeo-sun p {
    text-shadow: 1px 1px 4px rgba(23, 35, 34, .75);
    margin: 0 auto;
    max-width: 80%;
}

.vimeo-sun h1 {
    display: block;
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.list .result-small {
    width: 320px;
    height: 240px;
    float: left;
    margin-right: 21px;
    position: relative;
}

.list .result-small p {
    position: absolute;
    bottom: 0px;
    padding: 12px 18px;
    background: rgba(0, 0, 0, 0.5);
    width: 320px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'houschka_probold';
    line-height: 16px;
    padding-left: 52px;
    height: 240px;
}

.list .result-small p i {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 22px;
    top: 8px;
}

.list .result-small.image-type p i {
    top: 10px;
}

.list .result-small.audio-type p i {
    top: 10px;
}

.list .result-small:nth-child(3n) {
    margin-right: 0px;
}

.list .result-small.other-type {
    border: 1px solid #e1ebef;
    width: 320px;
    height: 240px;
    background: #f6f8fa url('../img/i_result_other_type.png') center 82px no-repeat;
    text-decoration: none;
}

.list .result-small.other-type.result-medium {
    width: 346px;
    height: 250px;
}

.list .result-small.other-type p {
    position: relative;
    background: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 14px;
    color: #838383;
    font-weight: 700;
    font-family: 'houschka_probold';
    padding-top: 130px;
}

.list .result-small.other-type p span {
    color: #39b1f2;
}

.work-page.works-page .list .other-type.result-small {

}

.main-photo .ajax-loading {
    background-image: url('../img/ajax-loader.gif');
    width: 128px;
    height: 128px;
    top: 40%;
    left: 40%;
    position: absolute;
    display: none;
}

.list.directions-tag {
    float: left
}

.row .reset-search-button {
    float: right;
}

.search-page .search-block .tags {
    padding: 20px 46px;
}

.popup-content.add-category {
    position: absolute;
    width: 432px;
    height: 264px;
    left: 50%;
    margin-left: -216px;
    top: 50%;
    margin-top: -132px;
    background: #ffffff;
}
.popup-alert-content.popup-message {
    position: absolute;
    width: 432px;
    left: 50%;
    top: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%);
}

.popup-alert-content.popup-message p {
    margin-bottom: 15px;
}
.popup-alert-content.popup-message ul,
.popup-alert-content.popup-message ol {
    margin-bottom: 15px;
    padding-left: 2em;
}

.popup-alert-content.popup-message ul {
    list-style-type: disc;
    list-style-position: outside;
}
.popup-alert-content.popup-message ol {
    list-style-type: decimal;
    list-style-position: outside;
}

.popup-content.view-work-popup {
    position: absolute;
    width: 1000px;
    left: 12%;
    min-height: 800px;
    /*margin-left: -216px;*/
    /*top: 50%;*/
    /*margin-top: -132px;*/
    background: #ffffff;
}

.popup-content.view-work-popup .inner {
    padding: 44px 48px;
}

.popup-content.view-work-popup .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-content.view-work-popup .inner input[type="text"] {
    width: 330px;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-indent: 18px;
    font-family: Arial;
    margin-bottom: 30px;
}

.popup-content.view-work-popup .inner input[type="submit"] {
    width: 140px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
}

.photos-list {
    height: 120px;
}

.photos-list .item {
    height: 120px;
}

.profile-links-list {
    margin-bottom: 40px;
}

.profile-links-list a {
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 20px;
    line-height: 35px;
}

.view-work-popup .record {
    margin-bottom: 34px;
}

.view-work-popup .record .media-content {
    min-height: 500px;
}

.view-work-popup .record p.type {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    padding-bottom: 20px;
}

.view-work-popup .record p.name {
    font-size: 14px;
    color: #39b1f2;
    font-family: 'houschka_probold';
    font-weight: 700;
    padding-bottom: 4px;
}

.view-work-popup .record p.category {
    font-size: 10px;
    color: #000000;
    font-family: 'houschka_probold';
    font-weight: 700;
    padding-bottom: 26px;
    line-height: 11px;
}

.view-work-popup .record .photo-content .main-photo {
    /*height: 500px;*/
    width: 914px;
    position: relative;
    text-align: center;
}

.view-work-popup .record .photo-content .photos-list {
    height: 120px;
    width: 914px;
    overflow: hidden;
    margin-top: 10px;

}

.view-work-popup .record .photo-content .photos-list .item {
    float: left;
    width: 142px;
    cursor: pointer;
    position: relative;
    background: #39b1f2;
}

.view-work-popup .record .photo-content .photos-list .item img {
    width: 142px;
    height: 100px;
}

.view-work-popup .record .photo-content .photos-list .item .bg {
    height: 100px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view-work-popup .record .photo-content .photos-list .item.active .bg {
    background: rgba(0, 0, 0, 0.6);
}

.view-work-popup .record .photo-content .photos-list .item:hover .bg {
    background: rgba(0, 0, 0, 0.6);
}

.view-work-popup .record .photo-content .photos-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffffff;
    width: 150px;
    border-radius: 0px;
    height: 12px;
    bottom: 6px;
    position: relative;
}

.view-work-popup .record .photo-content .photos-list .mCSB_scrollTools .mCSB_dragger {
    width: 150px !important;
}

.view-work-popup .record .photo-content .photos-list .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background: transparent !important;
}

.view-work-popup .record .record-content {
    padding: 22px 0px;
    color: #777777;
    font-size: 14px;
    line-height: 18px;
}

.view-work-popup .record .record-controls {
    border-top: 1px solid #e5e5e5;
    padding-top: 22px;
}

.view-work-popup .record .record-controls a {
    color: #000000;
    font-size: 12px;
    font-family: 'houschka_probold';
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 18px;
}

.view-work-popup .record .record-controls a i {
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/bg_record_sprites.png') 0px 0px no-repeat;
    position: relative;
    top: -3px;
}

.view-work-popup .record .record-controls a.copy-link i {
    background: url('../img/bg_record_sprites.png') 0px -24px no-repeat;
}

.view-work-popup .record .record-controls a.download i {
    background: url('../img/bg_record_sprites.png') 0px -49px no-repeat;
}

.view-work-popup .record .record-controls a span {
    border-bottom: 1px dashed;
    display: inline-block;
    vertical-align: top;
}

.view-work-popup .record .video-content iframe {
    /*height: 490px;*/
    /*width: 904px;*/
}

.view-work-popup .record .record-controls a span {
    border-bottom: 1px dashed;
    display: inline-block;
    vertical-align: top;
}

.user-navigation-wrapper .btn-blue {
    font-size: 11px;
}

.popup-content.add-work .row, .popup-content.update-work .row {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
}

.work-page.single-layout .works-author .right-side {
    margin-top: 10px;
    width: 460px;
    position: absolute;
    margin-left: 550px;
    display: block;
}

.work-page.single-layout .right .works-author .right-side .info {
    font-size: 14px;
    color: #515151;
    font-weight: normal;
    text-transform: none;
    line-height: 20px;
}

.work-page.single-layout .right .works-author .right-side .info:first-of-type {
    margin-top: 10px;
}

.work-page.single-layout .works-author .text {
    width: 360px;
    position: absolute;
}

.work-page.single-layout.profile-works-page .works-section h2 {
    margin: 70px 0px 30px;
    font-weight: 400;
    font-size: 32px;
    display: none;
}

.work-page.single-layout.profile-works-page .works-section h2 a {
    display: block;
}

.work-page.single-layout .works-author .right-side a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 2px;
    border-bottom: 1px dashed;
}

.popup-content.user-description-popup {
    position: absolute;
    width: 650px;
    left: 40%;
    margin-left: -216px;
    /*top: 150px;*/
    /*margin-top: -132px;*/
    background: #ffffff;
}

.popup-content.user-description-popup .inner {
    padding: 44px 48px;
}

.popup-content.user-description-popup .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.works-list-other .rss-page .post .body {
    float: none;
}

.works-list-other .rss-page .post {
    padding-bottom: 0px;
    overflow: hidden;
    margin-bottom: 50px;
}

.works-section.works-header h2 a,
.work-page.single-layout.profile-works-page .works-section h2 a {
    float: right;
    font-size: 13px;
    color: #3a3c3d;
    font-family: 'houschka_proextrabold';
    text-decoration: none;
    border-bottom: 1px dashed;
}

.work-page.single-layout.profile-works-page .right .works-author .text {
    margin-left: 110px;
}

.work-page.single-layout.profile-works-page .works-author .photo img {
    width: 90px;
    width: 90px;
}

.add-playlist .playlist-added-success,
.add-playlist .playlist-items-count {
    float: right;
    font-size: 12px;
    padding-top: 15px;
    font-family: 'houschka_probold';
    margin-top: -10px;
    color: #6a6a6a;
    display: none;
}

.add-playlist .playlist-added-success {
    margin-right: 80px;
}

.add-playlist .playlist-items-count {
    /*float: left;*/
    display: inline-block;
}

.search-page .search-block .input-text {
    height: 130px;
}

.search-page .search-block .input-text .field {
    margin-top: 50px;
}

.search-page .search-block p {
    font-family: Arial;
    font-size: 18px;
    /*font-weight: 700;*/
    margin-bottom: 15px;
}

.search-block .switcher-block {
    position: relative;
    /*bottom: -40px;*/
    top: 20px;
    left: 55px;
    height: 50px;
    padding-top: 20px;
}

.add-category .close {
    width: 27px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: -40px;
    background: url('../img/bg_popup_close.png') 0px 0px no-repeat;
}

.popup-message .close {
    width: 27px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: -40px;
    background: url('../img/bg_popup_close.png') 0px 0px no-repeat;
}

/*.copy-link-popup .close {*/
/*background-color: #6a6a6a;*/
/*top: 5px;*/
/*right: 5px;*/
/*}*/

.popup-content {
    top: 50px;
}

.list .pagination {
    background: #fff;
    border: 0;
    text-align: center;
    padding: 20px 0;
    clear: both;
}

.popup-content.copy-link-popup {
    top: 60%;
}

.work-page.single-layout h3 {
    margin-top: 25px;
}

.single-layout.work-page .record p.name {
    margin-top: 25px;
}

.single-layout.work-page .record .all-works-link {
    float: right;
    font-size: 22px;
    color: #3a3c3d;
    text-decoration: none;
    border-bottom: 1px dashed;
    margin-top: -15px;
}

.record.empty-works-result {
    display: none;
}

.search-output.small .record.empty-works-result {
    display: block;
}

.record .video-content {
    min-height: 500px;
}

.recovery-password {
    margin: -15px 0 15px;
}

.result-more-link {
    text-align: center;
    clear: both;
}

.result-more-link a {
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 20px;
    line-height: 70px;
}

.view-work-popup .photo-content .main-photo img {
    max-width: 904px;
}

.popup-content.user-news-popup {
    position: absolute;
    width: 1000px;
    left: 12%;
    /*margin-left: -216px;*/
    /*top: 50%;*/
    /*margin-top: -132px;*/
    background: #ffffff;
}

.popup-content.user-news-popup .inner {
    padding: 44px 48px;
}

.popup-content.user-news-popup .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-content.user-news-popup .inner .works-list-other .rss-page .post {
    margin-bottom: 0px;
}

.popup-content.user-news-popup .inner .works-list-other .rss-page .post .content {
    margin-bottom: 30px;
    display: none;
}

.popup-content.user-news-popup .inner h2.title a {
    text-decoration: none;
    border-bottom: 1px dashed #39b1f2;
    line-height: 30px;
}

.popup-content.user-photos-popup {
    position: absolute;
    width: 1000px;
    left: 12%;
    /*margin-left: -216px;*/
    /*top: 50%;*/
    /*margin-top: -132px;*/
    background: #ffffff;
}

.popup-content.user-photos-popup .inner {
    padding: 44px 48px;
}

.popup-content.user-photos-popup .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-content.user-photos-popup .inner input[type="text"] {
    width: 330px;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-indent: 18px;
    font-family: Arial;
    margin-bottom: 30px;
}

.popup-content.user-photos-popup .inner input[type="submit"] {
    width: 140px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
}

.photo-content .photos-list-link {
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 20px;
    line-height: 100px;
}

.user-photos-popup .record {
    margin-bottom: 34px;
}

.user-photos-popup .record .media-content {
    min-height: 500px;
}

.user-photos-popup .record p.type {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    padding-bottom: 20px;
}

.user-photos-popup .record p.name {
    font-size: 14px;
    color: #39b1f2;
    font-family: 'houschka_probold';
    font-weight: 700;
    padding-bottom: 4px;
}

.user-photos-popup .record p.category {
    font-size: 10px;
    color: #000000;
    font-family: 'houschka_probold';
    font-weight: 700;
    padding-bottom: 26px;
}

.user-photos-popup .record .photo-content .main-photo {
    height: 500px;
    width: 914px;
    position: relative;
    text-align: center;
}

.user-photos-popup .record .photo-content .photos-list {
    height: 100px;
    width: 904px;
    overflow: hidden;
    margin-top: 10px;

}

.user-photos-popup .record .photo-content .photos-list .item {
    float: left;
    width: 142px;
    cursor: pointer;
    position: relative;
    background: #39b1f2;
}

.user-photos-popup .record .photo-content .photos-list .item img {
    width: 142px;
    height: 155px;
}

.user-photos-popup .record .photo-content .photos-list .item .bg {
    height: 155px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.user-photos-popup .record .photo-content .photos-list .item.active .bg {
    background: rgba(0, 0, 0, 0.6);
}

.user-photos-popup .record .photo-content .photos-list .item:hover .bg {
    background: rgba(0, 0, 0, 0.6);
}

.user-photos-popup .record .photo-content .photos-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffffff;
    width: 150px;
    border-radius: 0px;
    height: 12px;
    bottom: 6px;
    position: relative;
}

.user-photos-popup .record .photo-content .photos-list .mCSB_scrollTools .mCSB_dragger {
    width: 150px !important;
}

.user-photos-popup .record .photo-content .photos-list .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background: transparent !important;
}

.user-photos-popup .record .record-content {
    padding: 22px 0px;
    color: #777777;
    font-size: 14px;
    line-height: 18px;
}

.user-photos-popup .record .record-controls {
    border-top: 1px solid #e5e5e5;
    padding-top: 22px;
}

.user-photos-popup .record .record-controls a {
    color: #000000;
    font-size: 12px;
    font-family: 'houschka_probold';
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 18px;
}

.user-photos-popup .record .record-controls a i {
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/bg_record_sprites.png') 0px 0px no-repeat;
    position: relative;
    top: -3px;
}

.user-photos-popup .record .record-controls a.copy-link i {
    background: url('../img/bg_record_sprites.png') 0px -24px no-repeat;
}

.user-photos-popup .record .record-controls a.download i {
    background: url('../img/bg_record_sprites.png') 0px -49px no-repeat;
}

.user-photos-popup .record .record-controls a span {
    border-bottom: 1px dashed;
    display: inline-block;
    vertical-align: top;
}

.user-photos-popup .record .video-content iframe {
    /*height: 490px;*/
    /*width: 904px;*/
}

.user-photos-popup .record .record-controls a span {
    border-bottom: 1px dashed;
    display: inline-block;
    vertical-align: top;
}

.user-photos-popup .photo-content .main-photo img {
    max-width: 904px;
}

.sort-works .sort-works-note {
    margin-bottom: 20px;
}

.popup-content.view-review-popup {
    position: absolute;
    width: 1000px;
    left: 12%;
    /*margin-left: -216px;*/
    /*top: 50%;*/
    /*margin-top: -132px;*/
    background: #ffffff;
}

.popup-content.view-review-popup .inner {
    padding: 44px 48px;
}

.popup-content.view-review-popup .inner h4 {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.popup-content.view-review-popup .inner input[type="text"] {
    width: 330px;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-indent: 18px;
    font-family: Arial;
    margin-bottom: 30px;
}

.popup-content.view-review-popup .inner input[type="submit"] {
    width: 140px;
    padding: 0px;
    height: 35px;
    line-height: 35px;
}

.view-review-popup .record {
    margin-bottom: 34px;
}

.view-review-popup .record .media-content {
    min-height: 500px;
}

.view-review-popup .record p.type {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    padding-bottom: 20px;
}

.view-review-popup .record p.name {
    font-size: 14px;
    color: #39b1f2;
    font-family: 'houschka_probold';
    font-weight: 700;
    padding-bottom: 4px;
}

.view-review-popup .record p.category {
    font-size: 10px;
    color: #000000;
    font-family: 'houschka_probold';
    font-weight: 700;
    padding-bottom: 26px;
}

.view-review-popup .record .photo-content .main-photo {
    height: 500px;
    width: 914px;
    position: relative;
}

.view-review-popup .record .photo-content .photos-list {
    height: 100px;
    width: 714px;
    overflow: hidden;
    margin-top: 10px;

}

.view-review-popup .record .photo-content .photos-list .item {
    float: left;
    width: 142px;
    cursor: pointer;
    position: relative;
    background: #39b1f2;
}

.view-review-popup .record .photo-content .photos-list .item img {
    width: 142px;
    height: 100px;
}

.view-review-popup .record .photo-content .photos-list .item .bg {
    height: 100px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view-review-popup .record .photo-content .photos-list .item.active .bg {
    background: rgba(0, 0, 0, 0.6);
}

.view-review-popup .record .photo-content .photos-list .item:hover .bg {
    background: rgba(0, 0, 0, 0.6);
}

.view-review-popup .record .photo-content .photos-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #ffffff;
    width: 150px;
    border-radius: 0px;
    height: 12px;
    bottom: 6px;
    position: relative;
}

.view-review-popup .record .photo-content .photos-list .mCSB_scrollTools .mCSB_dragger {
    width: 150px !important;
}

.view-review-popup .record .photo-content .photos-list .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background: transparent !important;
}

.view-review-popup .record .record-content {
    padding: 22px 0px;
    color: #777777;
    font-size: 14px;
    line-height: 18px;
}

.view-review-popup .record .record-controls {
    border-top: 1px solid #e5e5e5;
    padding-top: 22px;
}

.view-review-popup .record .record-controls a {
    color: #000000;
    font-size: 12px;
    font-family: 'houschka_probold';
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 18px;
}

.view-review-popup .record .record-controls a i {
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/bg_record_sprites.png') 0px 0px no-repeat;
    position: relative;
    top: -3px;
}

.view-review-popup .record .record-controls a.copy-link i {
    background: url('../img/bg_record_sprites.png') 0px -24px no-repeat;
}

.view-review-popup .record .record-controls a.download i {
    background: url('../img/bg_record_sprites.png') 0px -49px no-repeat;
}

.view-review-popup .record .record-controls a span {
    border-bottom: 1px dashed;
    display: inline-block;
    vertical-align: top;
}

.view-review-popup .record .video-content iframe {
    /*height: 490px;*/
    /*width: 904px;*/
}

.view-review-popup .record .record-controls a span {
    border-bottom: 1px dashed;
    display: inline-block;
    vertical-align: top;
}

.playlist-works .record.empty-works-result {
    display: block;
}

.playlist-works .record a.result-small span {
    position: absolute;
    cursor: pointer;
    background: url("../img/bg_close_link.png") 0px -37px no-repeat;
    width: 9px;
    height: 9px;
    display: block;
    right: -15px;
}

.playlist-works .search-output .result {
    margin-left: 0px;
    border-bottom: 0px;
}

.playlist-works .search-page {
    margin-bottom: 0px;
}

.playlist-works .search-page .result .result-more-link {
    text-align: left;
    clear: both;
    margin-left: 380px;
}

.popup-content .popup-arrow-left,
.popup-content .popup-arrow-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 120px;
    cursor: pointer;
    outline: none;
    background: transparent url('blank.gif');
    z-index: 1102;
    display: block;
    opacity: .1;
}

.popup-content .popup-arrow-left:hover,
.popup-content .popup-arrow-right:hover {
    opacity: 1;
}

.popup-content .popup-arrow-left.disabled,
.popup-content .popup-arrow-right.disabled {
    opacity: .1 !important;
}

.popup-content .popup-arrow-left {
    left: -80px;
    background: url("../img/prev.png") left 400px no-repeat;
}

.popup-content .popup-arrow-right {
    right: -80px;
    background: url("../img/next.png") right 400px no-repeat;
}

/*.playlist-works .record .result-small img {*/
/*width: 240px;*/
/*height: 138px;*/
/*}*/

.history strong {
    font-weight: bold;
}

.form-group .hint {
    color: #ccc;
}

button.preview-load {
    float: left;
    padding: 0 12px;
}

.files-content-preview {
    float: right;
    margin-right: 47px;
    margin-top: 15px;
}

.history p div.alt {
    text-align: center;
    font-weight: normal;
    font-style: italic;
    font-family: monospace;
    color: #777777;
    margin-top: 15px;
}

.checkbox-center {
    text-align: center;
}

.record .specialty {
    font-size: 12px;
    color: #797979;
    font-family: 'houschka_probold';
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 10px;
}
.works-section small {
    font-size: 12px;
}

.popup-content .title.playlist-nav small {
    font-size: 10px;
}

.popup-content .playlist-nav-small {
    z-index: 999;
    position: relative;
    top: -25px;
    font-size: 12px;
}