.v-event-head {
    padding: 15px 0;
}

.v-eventlist {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    margin: 0 -4px 0 0;
}

.v-eventlist .v-media {
    border-radius: 57px;
    display: inline-block;
    height: 57px;
    width: 57px;
    float: left;
}

.v-eventlist .media-title {
    display: block;
    padding-left: 67px;
    padding-top: 10px;
}

.v-eventlist .media-title h3 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
}

.v-allevents {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    width: 30%;
}

.v-eventdetaillist > li {
    display: inline-block;
    /* margin: 0 -4px 0 0; */
    padding-left: 30px;
    padding-right: 30px;
    /* padding-top: 30px; */
    vertical-align: top;
    width: 19%;
    position: relative;
}

.v-eventdetaillist > li:before {
    border-left: 1px solid #ececee;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
}

.v-eventdetaillist > li:first-child:before {
    display: none;
}

.v-eventdetaillist .v-listbox {
    margin: 0;
    width: 100%;
}

.v-eventdetaillist {
    margin-left: -30px;
    margin-right: -30px;
}

.v-eventdetails {
    background: #f8f8f8;
    padding: 15px 0;
}

.v-rightsidebar {
    display: inline-block;
    float: left;
    margin: 0 -4px 0 0;
    padding-right: 25px;
    vertical-align: top;
    width: 25%;
}

.v-eventpanel {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    width: 75%;
    overflow: hidden;
    float: right;
}

.eventGallery {
    position: relative;
}

.eventGallery .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.eventGallery .slick-arrow.slick-prev {
    left: -60px;
}

.eventGallery .slick-arrow.slick-next {
    right: -60px;
}

@media(max-width:768px) {
    .eventGallery .slick-arrow.slick-next {
        right: -60px;
    }
}

.eventgalley-slider {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    margin: 15px;

}

.eventgalley-thumbslider {
    margin: 0 auto;
    width: 300px;
    max-width: 300px;
    left: calc(50% - 150px);
}

.eventgalley-thumbslider {
    max-width: 100%;
    margin: 0px auto;
    cursor: pointer;
    position: absolute !important;
    bottom: 20px;
    /*left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);*/

}


.gallery-thumb > .slick-slide img {
    display: block;
    height: 100%;
    width: auto;
}

.gallery-img > img {
    cursor: pointer;
}

#myPages .user--card--button {
    display: inline-block;
}

#myPages .listing--users {
    padding: 30px 0;
}

.gallery-thumb {

    border-radius: 3px;
    height: 57px;
    overflow: hidden;
    width: 57px;
    padding: 0 10px;
}

.gallery-thumb img {
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.eventgalley-thumbslider .gallery-thumb {
    width: 100%;
    height: 100%;
}

.event-description {
    border-bottom: 1px solid #eaeaea;
    padding: 0 15px 15px;
}

.event-description > p {
    color: #565554;
    font-size: 13px;
    line-height: 20px;
}

.postForm input[type="submit"] {
    background: #0b8be6;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    z-index: 10;
}

.postForm textarea {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); */
    min-height: 106px;
}

.postForm table tr td {
    display: block;
    /* padding: 10px 0 0; */
}

.postForm {
    background: #f9f9fa;
    padding: 15px;
}

.postForm label {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
}

.postForm table tr td:last-child {
    text-align: right;
}

.v-eventcomment .v-commentLeft {
    float: none;
    padding-bottom: 10px;
    width: 100%;
}

.v-eventcomment {
    padding: 20px 0;
}

.eventcomments .v-eventcomment:nth-child(2n) {
    background: #f9f9fa;
}

.eventcomments .v-icon {
    color: #0099cc;
}

.mob-actions {
    display: none;
}

.v-userevent .v-usershortinfo {
    display: block;
    padding-left: 120px;
    vertical-align: middle;
}

.v-userevent .userpic {
    float: left;
    height: 105px;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: auto;
    vertical-align: middle;
    width: 106px;
}

.v-userevent {
    display: table;
    width: 100%;
}

.v-userevent .v-userpanelleft {
    display: table;
    float: none;
    width: 100%;
}

.v-userevent .btn-group .v-btn {
    min-width: 1%;
    padding: 12px 12px;
}

.v-userevent .v-btn.v-btnicn {
    padding: 10px 14px;
}

.v-userevent .btn-group {
    padding-top: 10px;
}

.v-userevent .v-block {
    padding-bottom: 20px;
    padding-top: 20px;
}

.eventdetaillist > h2 {
    display: none;
}

.v-eventcomment .v-comment {
    padding: 0 30px;
}

.btn--arrow {
    position: absolute;
    top: 50%;
    padding: 10px;
    background: rgba(7, 158, 204, 0.7);
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    z-index: 2;
}

.btn--arrow {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.btn--arrow:hover {
    background: rgba(7, 158, 204, 1);
}

.btn--next {
    right: -1px;
    border-radius: 3px 0 0 3px;
}

.btn--prev {
    left: -1px;
    border-radius: 0 3px 3px 0;
}

.eventgalley-thumbslider .slick-current .gallery-thumb img {
    border: 1px solid rgb(7, 158, 204);
}


.v-events.large .v-media {
    float: left;
    height: 75px;
    width: 75px;
}

.v-events.large .media-title {
    display: block;
    margin-left: 85px;
    padding-left: 0;
}

.v-events.large .media-title h3 {
    font-weight: 600;
    padding-right: 30px;
}

.event-detail {
    color: #565554;
    font-size: 13px;
    line-height: 20px;
    padding-left: 85px;
    padding-top: 5px;
}

.v-jobtopright {
    float: right;
}

.v-jobtopright .v-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    min-width: 1%;
    padding: 10px 20px;
}

.v-events.large .v-medialist li {
    border-bottom: medium none;
    padding: 20px 0 0;
    width: 100%;
    position: relative;
}

.v-events.large .v-borderbox {
    display: table;
    padding: 20px;
    width: 100%;
}

.v-events.large .v-borderbox .v-media {
    float: left;
    height: 150px;
    width: 150px;
}

.v-events.large .v-borderbox .media-title {
    margin-left: 170px;
}

.v-events.large .v-borderbox .event-detail {
    padding-left: 170px;
}

/*====Messages*====*/
.v-sidewrap {
    display: inline-block;
    padding: 10px;
    width: 79%;
}

.menu {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    background: #0b8be6;
    z-index: 100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.back {
    position: absolute;
    width: 90px;
    height: 50px;
    top: 0px;
    left: 0px;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    padding-left: 10px;
    cursor: pointer;
}

.back img {
    position: absolute;
    top: 5px;
    left: 30px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    margin-left: 15px;
}

.back:active {
    background: rgba(255, 255, 255, 0.2);
}

.name {
    position: absolute;
    top: 3px;
    left: 110px;
    font-family: 'Lato';
    font-size: 25px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.98);
    cursor: default;
}

.last {
    position: absolute;
    top: 30px;
    left: 110px;
    font-family: 'Lato';
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    cursor: default;
}

.other .msg time:before,
.other .msg time {
    color: #fff;
}

/* M E S S A G E S */

.chat {
    list-style: none;
    background: none;
    margin: 0;
    padding: 30px 20px;
    margin-bottom: 10px;
    background: #fff;
}

.chat li {
    padding: 20px 20px 0px 20px;
    overflow: hidden;
    display: block;
}

.chat .avatar {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    z-index: 2;
    margin: 0px 0px 0px 0px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}

.chat .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.chat .day {
    position: relative;
    display: block;
    text-align: center;
    color: #c0c0c0;
    margin: 10px auto;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.chat .day span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 10px;
}

.day:after {
    border-bottom: 1px solid #c0c0c0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    content: "";
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 1;
}

.other .msg {
    order: 1;
    margin-left: 50px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
    background: #0b8be6;
}

.self {
    justify-content: flex-end;
    align-items: flex-end;
}

.self .msg {
    order: 1;
    margin-right: 50px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
}

.self .avatar {
    order: 2;
    float: right;
}

.msg {
    background: white;
    min-width: 50px;
    padding: 10px;
    border-radius: 2px;
    background: #fbfbfb;
}

.msg p {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 0;
    color: #777;
}

.other .msg p {
    color: #fff;
}

.msgchat {
    background: #fff;
    width: 65%;
    display: inline-block;
    margin-left: 10px;
}

.msg a {
    color: #f0703a;
    text-decoration: underline;
    float: right;
    margin-top: -20px;
}

.other .msg a {
    color: #fff;
}

.msg img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #eee;
    transition: all .4s cubic-bezier(0.565, -0.260, 0.255, 1.410);
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.chat-users {
    display: block;
    position: relative;
    vertical-align: top;
    width: 100%;
}

/* .chat-users:after {
	position:absolute;
	content:"";
	height:50px;
	background:#fff;
	left:0px;
	right:0px;
} */
.chat-users.chat li.active {
    background: #fff;
}

.chat-users.chat {
    margin: 0 -4px 0 0;
    padding: 0;
}

.chat-users.chat li {
    display: block;
    padding: 0 20px 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.user-selection {
    display: block;
    padding: 20px 0;
    width: 100%;
}

.chat-users.chat li .msg {
    padding: 0 0 0 50px;
    background: none;
}


.chat-users.chat li .msg {
    display: block;
    max-width: 100%;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: unset;
    white-space: normal;
}

.chat li.other .avatar {
    float: left;
}

.chat-users.chat li.active .msg p,
.chat-users.chat li.active h2,
.chat-users.chat li.active .msg time {
    color: #777;
}

.chat-users.chat li h2 {
    padding-left: 50px;
    font-weight: 600;
    font-size: 16px;
}

.chat-users.chat li .msg p {
    display: block;
    overflow: hidden;
    /* text-overflow: ellipsis;
	white-space: nowrap; */
    width: 100%;
}

.chat-users.chat .avatar {
    float: left;
}

.box-gray > h2 {
    color: #393939;
    font-size: 24px;
}

@media screen and (max-width: 800px) {
    .msg img {
        width: 300px;
    }
}

@media screen and (max-width: 550px) {
    .msg img {
        width: 200px;
    }
}

.chat-users.chat time {
    font-size: 0.7rem;
    color: #777;
    margin-top: 3px;
    display: block;
    text-align: left;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    float: right;
}

.chat-users.chat time:before {
    content: "\f402";
    color: #777;
    font-family: "Ionicons";
    display: inline-block;
    margin-right: 4px;
}

.chat-users.chat li.active .msg time:before {
    color: #777;
}

.chat-users.chat li .msg time:before {
    color: #777;
}

@-webikt-keyframes pulse {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

::-webkit-scrollbar {
    min-width: 12px;
    width: 12px;
    max-width: 12px;
    min-height: 12px;
    height: 12px;
    max-height: 12px;
    background: #e5e5e5;
    box-shadow: inset 0px 50px 0px rgba(82, 179, 217, 0.9), inset 0px -52px 0px #fafafa;
}

::-webkit-scrollbar-thumb {
    background: #bbb;
    border: none;
    border-radius: 100px;
    border: solid 3px #e5e5e5;
    box-shadow: inset 0px 0px 3px #999;
}

::-webkit-scrollbar-thumb:hover {
    background: #b0b0b0;
    box-shadow: inset 0px 0px 3px #888;
}

::-webkit-scrollbar-thumb:active {
    background: #aaa;
    box-shadow: inset 0px 0px 3px #7f7f7f;
}

::-webkit-scrollbar-button {
    display: block;
    height: 26px;
}

#scrollbox.event-type,
#scrollbox.languages,
#scrollbox.artist-type {
    overflow: auto;
    width: 100% !important;
    height: 250px;
    padding: 0 5px;
}

.track {
    width: 10px;
    background-clip: padding-box;
    background: #fff;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-left-width: 1px;
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    background: #f2f2f2;
    /* No RGBA support */
}

.track.dragging,
.track:hover {
    background: #f2f2f2;
    /* No RGBA support */
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

.track:active {
    background: #f2f2f2;
    /* No RGBA support */
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.handle {
    width: 10px;
    background-clip: padding-box;
    background: #0b8be6;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.handle:hover {
    background: #0b8be6;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    opacity: 0.5;
}

.dragging .handle,
.handle:active {
    background: gray;
    /* No RGBA support */
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

/* T Y P E */

input.textarea {
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    z-index: 99;
    background: #fafafa;
    border: none;
    outline: none;
    padding-left: 0px;
    padding-right: 55px;
    color: #666;
    font-weight: 400;
    border-bottom: 2px solid #ccc;
}

input.textarea:focus {
    border-bottom: 2px solid #0b8be6;
}

.chat-message {
    position: relative;
}

.chat-message .v-btn {
    border: none;
    min-width: auto;
    cursor: pointer;
    text-transform: capitalize;
    position: absolute;
    right: 0;
}

/*signup*/
.form-wrap.form-fullwidth {
    background: #fff;
    border: 1px solid #ececed;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: table;
    margin: 50px auto;
    width: 100%;
    border-radius: 5px;
}

.form-side-left,
.form-side-right {
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.form-side-left {
    display: table-cell;
    padding: 45px;
    vertical-align: top;
    width: 70%;
}

.form-side-right {
    position: relative;
    width: 30%;
}

.form-side-right::before {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.form-user .form input[type="submit"] {
    background: #0b8be6;
}

.form input[type="submit"]:hover {
    background: #2f2f30;
}

.form-title {
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
}

.form-title .v-btn {
    margin: 0 10px;
}

.form-title span {
    color: #0b8be6;
}

.form .field-set input[type="checkbox"] {
    float: left;
    margin-top: 3px;
}

.form .field-set label span {
    display: block;
    margin-left: 23px;
    color: #9c9a9a;
}

.form-user a.text-link {
    color: #0b8be6;
}

.form .field-set label span a {
    font-weight: 600;
    color: #9c9a9a;
}

.text-link {
    font-weight: 600;
    color: #f0703a;
}

.form .field-set label span a:hover,
.text-link:hover {
    color: #2f2f30;
}

.social-connect {
    bottom: 45px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.social-connect .v-btn {
    border-style: solid;
    border-width: 1px;
    color: #fff;
    min-width: 245px;
    padding: 8px 30px;
    margin-top: 10px;
}

.social-connect .v-btn span {
    font-weight: 600;
}

.fb-btn {
    background: #3b5699;
    border-color: #3b5699;
}

.g-btn {
    background: #da4a38;
    border-color: #da4a38;
}

.align-right {
    text-align: right;
}

.form-user .form-title span {
    color: #f0703a;
}

.page-heading--big {
    color: #3a3a3a;
    font-size: 30px;
    font-weight: 300;
    padding: 85px 0;
    position: relative;
}

.page-heading--big span {
    font-size: 38px;
}

.page-heading--big span b {
    font-weight: 700;
}

.signup-choice::before {
    color: #000;
    content: attr(data-name);
    font-size: 256px;
    font-weight: 700;
    left: 50%;
    opacity: 0.05;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    z-index: 0;
}

.user-type {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: table;
    margin-top: 30px;
    padding: 0 20px;
    width: 100%;
}

.user-content {
    display: inline-block;
    float: right;
    padding-top: 40px;
    vertical-align: middle;
    width: 60%;
    padding-left: 20px;
}

.user-typ--img {
    display: inline-block;
    margin-right: -4px;
    margin-top: -30px;
    vertical-align: middle;
    width: 40%;
}

.user-content > h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
}

.user-content > p {
    color: #000;
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 20px;
}

.separator {
    padding: 25px 0;
    position: relative;
    text-align: center;
}

.separator > span {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    color: #999999;
    font-weight: 700;
    height: 30px;
    padding: 10px;
    width: 30px;
}

.separator::after {
    background: #999;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}

.separator > span {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    color: #999999;
    font-weight: 700;
    height: 30px;
    padding: 10px;
    position: relative;
    width: 30px;
    z-index: 2;
}

.user-login .form-title {
    color: #3a3a3a;
    font-size: 38px;
    line-height: 40px;
    padding-bottom: 20px;
    text-transform: none;
    font-weight: 300;
}

.user-login .form-title span {
    color: #3a3a3a;
    font-weight: 700;
}

.user-login .form-side-left {
    width: 100%;
}

.user-login .form-side-right {
    width: 100%;
    background: #000;
}

.user-login .social-connect {
    bottom: auto;
    position: relative;
}

.option-login {
    display: table;
    text-align: center;
    width: 100%;
}

.form-note {
    padding-top: 30px;
}

.form-note .link-text {
    text-decoration: none;
}

.slider-login {
    width: 100%;
}

.user-login .form-side-right:before {
    display: none;
}

.slide-img {
    max-width: 100%;
    position: relative;
}

.slide-img:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+49&0+0,0.65+64 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 49%, rgba(0, 0, 0, 0.8) 64%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 49%, rgba(0, 0, 0, 0.8) 64%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 49%, rgba(0, 0, 0, 0.8) 64%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 300px;
}

.box-shadow {
    box-shadow: 2px 0 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.slider-login .slick-dots {
    bottom: 30px;
    font-size: 0;
    left: 30px;
    position: absolute;
}

.slider-login .slick-dots li {
    float: left;
    padding-right: 10px;
}

.slider-login .slick-dots li.slick-active button {
    background: #f0703a;
}

.slider-login .slick-dots li button {
    background: #fff;
    font-size: 0px;
    border: none;
    padding: 1px 15px;
    cursor: pointer;
}

.user-login .form-side-right {
    display: block;
}

.slider-caption {
    padding: 30px;
    position: absolute;
    top: 90%;
    transform: translate(0px, -90%);
    -webkit-transform: translate(0px, -90%);
    z-index: 3;
}

.slider-caption > h2 {
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    padding-bottom: 15px;
    font-weight: 600;
}

.slider-caption p {
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    line-height: 22px;
}

.padd-45 {
    padding: 45px;
}

.v-title--full {
    width: 100%;
    padding-bottom: 30px;
}

.box-head {
    background: #f4f4f6;
    padding: 20px;
}

.box-head h2 {
    color: #2f2f30;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 5px;
    font-size: 20px;
}

.box-head > p {
    color: #a0a0a0;
    font-size: 14px;
}

h2.box-title {
    padding-bottom: 0px;
}

.edit-profile {
    margin-top: 20px;
}

.edit-list {
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
}

.edit-object-section {
    flex: 0 1 auto;
}

.edit-media {
    padding-right: 1rem;
    width: 60px;
}

.edit-list {
    border-top: 1px solid #ededed;
    position: relative;
}

.edit-object-section .v-btnsmall {
    color: #f0703a;
    position: absolute;
    right: 20px;
    top: 20px;
}

.v-btnsmall {
    padding: 6px 15px;
    font-size: 14px;
    min-width: 1%;
}

.edit-main-section > p {
    padding-right: 100px;
    padding-top: 5px;
    color: #a0a0a0;
}

.edit-main-section h2 {
    color: #3a3a3a;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
}

.v-managemenubar .panel__fixed .panel__fixed-inner.stick {
    width: 247px;
    transition: 0.1s linear 0.5s;
    -webkit-transition: 0.1s linear 0.5s;
}

.dashbozrd-forms {
    padding: 20px;
}

.note {
    color: #0b8be6;
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
}

a.icon-remove {
    background: #f0703a;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

a.icon-remove:hover {
    background: #0b8be6;
    color: #fff;
}

code {
    background-color: #f7f9fa;
    border: 1px solid #c5cacc;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

.form-instructions {
    padding: 20px;
}

.form-instructions > p {
    padding-top: 10px;
    line-height: 24px;
}

.caution {
    color: #0b8be6;
    font-style: italic;
}

.uploaded-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.uploaded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.caution span {
    font-weight: 700;
}

.custom-chadio-container {
    display: flex;
    flex-flow: column nowrap;
    margin: 1rem 0 1rem;
}

.custom-chadio-container label {
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 400;
}

.custom-chadio-container input[type="checkbox"],
.custom-chadio-container input[type="radio"] {
    left: -9999px;
    position: absolute;
}

label > [type="checkbox"],
label > [type="radio"] {
    margin-right: 0.75rem;
}

.custom-chadio-container input[type="radio"] + i {
    border-radius: 50%;
}

.custom-chadio-container i {
    background-color: #fff;
    border: 1px solid #3d464d;
    bottom: 1px;
    display: inline-flex;
    flex-shrink: 0;
    height: 18px;
    margin-right: 0.65em;
    position: relative;
    vertical-align: middle;
    width: 18px;
}

.custom-chadio-container input[type="radio"]:checked + i:before {
    background-color: #2690ff;
    border-radius: 50%;
    content: "";
    left: 50%;
    padding: 0.325rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.custom-chadio-container > label {
    padding: 5px 0;
}

/*Accordion*/
.accordion-head {
    display: table;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.accordion-head:before {
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    content: "";
    height: 6px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 6px;
}

.title-head {
    display: table;
    font-weight: 600;
    padding: 0 0 10px;
    width: 100%;
}

.accordioncontent {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}

.pricing .custom-chadio-container > label {
    padding: 0px;
}

.pricing input[type="text"] {
    margin-top: 10px;
}

.accordion-head h2 {
    border: 1px solid #ddd;
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

.form .accordion {
    margin-bottom: 10px;
}

.accordion-head.current:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.pricing {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.pricing:first-child {
    border-top: none;
}

.rfqdetail {
    width: 100%;
}

.rfqdetail .v-jobdescription {
    display: block;
    margin: 0;
    width: 100%;
    padding-bottom: 0;
}

.rfqdetail .v-descriptiontop {
    padding: 20px;
}

.rfqdetail .v-listbox {
    padding-top: 15px;
}

.message-form {
    /* padding: 20px 20px 5px 20px; */
    margin: 20px auto;
}

.box-gray {
    background: #f9f9fa;
    padding: 10px 20px;
}

.box-gray h3 {
    font-size: 18px;
    font-weight: 600;
    color: #393939;
}

.rfqdetail .box-heading {
    color: #393939;
    font-size: 24px;
}

.rfqdetail {
    margin-top: 30px;
    width: 100%;
}

.list {
    margin-left: -20px;
    margin-top: -20px;
}

.list > li {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    width: 25%;
}

.list-box {
    overflow: hidden;
    position: relative;
    height: 184px;
}

.list--photopreview .list-box {
    overflow: visible;
    height: auto;
}

.list--photopreview .action-list-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.011642156862745057) 100%);
    padding: 15px 0 0 0;
}

.list--photopreview .list-box-action-trash {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    background: rgba(255, 255, 255, 0.8);
    height: 25px;
    text-align: center;
    border-radius: 50%;
}

.list--photopreview .list-box-action-trash i {
    font-size: 0.8rem;
}

.list--photopreview .action-list-box a {
    font-size: 0.8rem;
}

.list--photopreview .action-list-box a i {
    font-size: 1.5rem;
    margin-right: 5px;
}

.list--photopreview .action-list-box .list-box-action-setimg {
    color: #fff;
    padding: 10px;
    display: flex;
    padding-top: 0;
    align-items: center;
}

.list-container {
    display: table;
    width: 100%;
}

.list-action {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
}

.list-action i {
    font-size: 20px;
}

.list--videopreview .uploaded-video {
    padding-bottom: 76.25%;
}

.captchapic {
    display: inline-block;
    float: left;
    vertical-align: middle;
}

.reloadlink {
    display: inline-block;
    float: left;
    margin: 10px 0 0 10px;
    position: relative;
    vertical-align: middle;
}

.reloadlink img {
    width: 25px;
}

.field-wraper {
    display: table;
    width: 100%;
}

.table-user--info .v-commentinfo {
    display: block;
    padding-left: 60px;
    padding-top: 15px;
}

.table-user--info a {
    color: #747373;
}

.table-user--info a:hover {
    color: #0b8be6;
}

/*Invite Artist*/
.inviteArtist {
    display: table;
    padding: 20px;
    width: 100%;
}

.form-user .form-title span a {
    color: #0b8be6;
}

.form-user .form-title span a:hover {
    color: #f0703a;
}

.invited-artist .userpic {
    display: block;
    margin: 0 auto;
    position: relative;
    top: auto;
}

.invited-artist .v-userpanelleft {
    float: none;
    width: 100%;
}

.invited-artist .v-usershortinfo {
    display: block;
    padding-left: 0;
    text-align: center;
}

.invited-artist .v-rated {
    display: block;
    padding: 10px 0 10px 0;
}

.inviteArtist .dashbozrd-forms {
    padding: 20px 0;
}

.v-btn.v-cancelbtn {
    padding: 11px 30px;
}

.applied-by {
    display: table;
    padding-bottom: 10px;
    width: 100%;
}

.reviewsrating.small {
    display: inline-block;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: middle;
}

.v-value .v-btn {
    margin-bottom: 10px;
    white-space: nowrap;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.applied-by .v-avatar {
    float: left;
    height: 50px;
    width: 50px;
}

.applied-by .v-commentinfo {
    display: block;
    margin-left: 55px;
}

/*User ratings*/
.user-ratings .v-mediablock {
    padding: 0px;
}

.user-ratings .v-blocktitle {
    padding: 15px;
    border-bottom: 1px solid #e2e4e5;
}

.user-ratings .v-medialist {
    margin-top: 0px;
}

.user-ratings .v-reviews .v-medialist li {
    padding: 15px;
}

.gigname {
    color: #2f2f30;
    font-size: 13px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: 20px;
}

.user-ratings .reviewsrating {
    float: right;
}

/*Follow Pages*/
.v-follow .v-block {
    padding: 15px;
}

.v-block > p {
    color: #a0a0a0;
    font-size: 13px;
    padding-bottom: 0;
}

.v-block > p:not(:last-child) {
    padding-bottom: 10px;
}

.v-follow--people .list {
    margin-left: 0px;
    margin-top: 0px;
}

.v-follow--people .list > li {
    float: none;
    padding: 0px;
    border-top: 1px solid #eaeaea;
    width: 100%;
}

.v-follow--list {
    padding: 15px;
}

.v-follow--list .v-commentinfo {
    display: block;
    padding-left: 60px;
}

.v-follow--list .v-avatar {
    float: left;
}

.v-follow--list .v-btn {
    min-width: 1%;
}

.v-follow--list .v-btn {
    font-size: 13px;
    line-height: 20px;
    min-width: 1%;
    padding: 6px 15px;
}

.table-user--info .v-avatar {
    float: left;
}

.box-inner {
    padding: 15px;
}

.widgets-heading {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.search-custom {
    position: relative;
}

.search-custom .form input[type="text"] {
    padding-right: 40px;
}

.search-custom .form input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("images/magni.png");
    background-repeat: no-repeat;
    background-position: right center;
    border: medium none;
    cursor: pointer;
    height: 30px;
    left: auto;
    right: 10px;
    position: absolute;
    top: 5px;
    width: 38px;
    padding: 0;
}

.listing--vertical li {
    display: block;
    margin: 10px 0;
}

.box-heading .link-text {
    float: right;
    color: #0b8be6;
}

.widgets-heading .link-text {
    float: right;
    color: #0b8be6;
}

.range-slider {
    padding-top: 20px;
    display: block;
}

.artist-type--choice {
    display: inline-block;
    margin-left: 10px;
}

.artist-type--img {
    background: #0b8be6;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 50px;
    padding: 10px;
    vertical-align: middle;
    width: 40px;
}

.artist-type ul li a {
    color: #a0a0a0;
}

.artist-type ul li.active a,
.artist-type ul li:hover a {
    color: #f0703a;
}

.artist-type ul li.active .artist-type--img,
.artist-type ul li:hover .artist-type--img {
    background: #f0703a;
}

.right_panel_head {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.right_panel_head .v-title {
    padding-bottom: 0;
}

.right_panel_head_right {
    float: right;
    text-align: right;
}

.sort-by li {
    display: inline-block;
}

.sort-by li select {
    padding: 5px 10px;
}

.sort-by li.sort {
    padding-right: 10px;
}

.sort-by li select {
    border: 1px solid #eaeaea;
    min-width: 200px;
    padding: 0px 10px;
    line-height: normal;
}

#page-view .v-bio {
    margin-top: 0px;
}

#page-view .v-bio li:first-child {
    padding-top: 0px;
    border-top: 0px;
}

.posted-jobs .v-medialist > li {
    padding-left: 10px;
    width: 100%;
}

.posted-jobs .v-medialist li:first-child {
    padding-top: 0;
}

.posted-jobs .v-medialist li {
    border-bottom: 1px solid #e2e4e5;
    padding: 10px 0 10px 10px;
    width: 100%;
}

/*Dashboard*/
.dashboard--panel {
    padding-top: 30px;
}

.panel-stat {
    background: #fff;
    color: #2f2f30;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 25px 20px;
    position: relative;
    border-radius: 5px;
    background: #fff;
    box-shadow: 4px 0 48px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 4px 0 48px rgba(0, 0, 0, .08);
    /* border-color: #eceded #eceded rgba(0, 0, 0, 0.17); */
    /* border-width:1px; */
    /* border-style:solid; */
}

.panel-stat .stat-icon {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 1;
}

.stat-icon i {
    font-size: 100px;
    color: #ececed;
}

.panel-stat h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding-bottom: 10px;
    color: #000;
    position: relative;
    z-index: 2;
}

.panel-stat h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #9e9898;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

/*.dashboard--panel-items {
  text-align: center;
}*/
.dashboard--panel-items .panel-stat h5 {
    font-size: 40px;
}

.panel-stat.box-green {
    background: #8bc34a;
    border-color: #8bc34a;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.panel-stat.box-blue {
    background: #00bcd4;
    border-color: #00bcd4;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.panel-stat.box-black {
    background: #212121;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.panel-stat.box-orange {
    background: #ffa726;
    border-color: #ffa726;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dashboard--panel-items .panel-stat {
    border-width: 1px;
    border-style: solid;
}

.dashboard--panel-items .panel-stat h2,
.dashboard--panel-items .panel-stat h5 {
    color: #fff;
}

.dashboard--panel-items .v-btn.small {
    color: #fff;
    border-color: #fff;
}

.dashboard--panel-items .v-btn.small:hover {
    border-color: #2f2f30;
}

.dashboard--panel-items .stat-icon i {
    color: #fff;
}

.dashboard--panel-tabs .resp-tab-content {
    display: none;
    padding: 15px 0 0;
}

.search-result .v-listings {
    padding: 0 20px 20px 20px;
}

#requirements-list .v-listitem .v-borderbox {
    display: table;
    /* padding-top: 10px; */
    width: 100%;
}

.v-listings .v-listitem:first-child {
    padding-top: 0;
}

.no-touch .move-top:hover {
    background-color: #f0703a;
    opacity: 1;
}

.toggle--drop {
    position: absolute;
    right: 20px;
    top: 20px;
}

.toggle--drop i {
    color: #b6b9bc;
    font-size: 34px;
}

.toggle--drop-list {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    width: 100px;
}

.toggle--drop-list:before {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    right: 5px;
    top: -7px;
    z-index: 2;
}

.review-submit {
    padding-bottom: 20px;
}

.review-submit h3 {
    font-size: 20px;
    padding-bottom: 25px;
    color: #222;
}

.review-submit h4 {
    font-weight: 600;
}

.review-submit h4 a {
    color: #0b8be6;
}

.toggle--drop-list:after {
    border-bottom: 7px solid rgba(0, 0, 0, 0.4);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    position: absolute;
    right: 5px;
    top: -7px;
    z-index: 1;
}

.v-events.large .v-medialist li .toggle--drop-list ul li {
    padding: 5px;
}

.v-events.large .v-medialist li .toggle--drop-list ul li:first-child {
    padding-bottom: 0px;
    border-top: none;
}

.toggle--drop-list li a {
    color: #333;
    font-size: 13px;
    line-height: 1;
}

.toggle--drop-list li a:hover {
    color: #0b8be6;
}

/*CMS Pages*/

.cms-head {
    position: relative;
}

.cms-head {
    background: #0b8be6;

}

.header-content {
    padding: 20px 0;
}

.header-content h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.header-content h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.contact--form h3 {
    color: #000;
    font-size: 24px;
    padding-bottom: 30px;
}

.form--contact {
    padding: 30px;
}

.cmsContainer p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 0 15px;
}

.cmsContainer h3 {
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 15px;
}

.cmsContainer ul {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}

.cmsContainer ol {
    display: inline-block;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}

.cmsContainer ol li {
    font-size: 18px;
    font-weight: 400;
    list-style: inside none decimal;
    margin: 0;
    padding: 0 0 7px 15px;
    position: relative;
}

.cmsContainer ul li:before {
    background: #0b8be6;
    border-radius: 30px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
}

.cmsContainer ul li {
    font-size: 15px;
    list-style: outside none none;
    padding: 0 0 7px 15px;
    position: relative;
}

/*category-listing*/
.artist--category-box {
    display: table-cell;
    vertical-align: top;
}

.artist--category {
    display: table;
    width: 100%;
}

.artist--category-desc {
    background: #fff;
    padding: 5% 7%;
    vertical-align: middle;
    width: 40%;
}

.artist--category-grid li {
    float: left;
    width: 33.3%;
}

.artist--category-type {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.artist--category-media {
    overflow: hidden;
    background: #000;
}

.artist--category-media img {
    height: auto;
    width: 100%;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.artist--category-type:hover img {
    transform: scale(1.5) rotateZ(-5deg);
    -moz-transform: scale(1.5) rotateZ(-5deg);
    -webkit-transform: scale(1.5) rotateZ(-5deg);
    -o-transform: scale(1.5) rotateZ(-5deg);
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    opacity: 0.5;
}

.artist--category-content {
    position: absolute;
}

.artist--category-content:before {
    background: rgba(0, 0, 0, 0.8);

    bottom: 0px;
    left: 0px;
    opacity: 0.6;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.artist--category-type .artist--category-content:before {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
}

.artist--category-type .artist--category-content:after {
    border: 1px solid transparent;
    content: "";
    right: -10px;
    bottom: -10px;
    left: -10px;
    position: absolute;
    top: -10px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;

    z-index: 1;
}

.artist--category-type:hover .artist--category-content:after {
    border-color: rgba(255, 255, 255, 0.5);

    right: 0px;
    bottom: 0px;
    left: 0px;
    top: 0px;

}

.artist--category-content h3 {
    color: #fff;
    font-size: 22px;
    opacity: 1;
    text-align: center;
}

.artist--category-content {
    background: rgba(0, 0, 0, 0.5);
    bottom: 10px;
    opacity: 0;
    transition: .5s ease;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;

}

.artist--category-content h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.artist--category-type:hover .artist--category-content {
    opacity: 1;
}

.category-listing .artist--category-grid li {

    width: 25%;
}

.review-submit {
    padding-bottom: 20px;
}

.review-submit h3 {
    font-size: 20px;
    padding-bottom: 25px;
    color: #222;
}

.review-submit h4 {
    font-weight: 600;
}

.review-submit h4 a {
    color: #0b8be6;
}

.rtng-str {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.rating_strip {
    background: url(/images/rating_strip.png);
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 103px;
}

.rating_box {
    display: inline-block;
    height: 19px;
    position: relative;
    width: 103px;
}

.rating_box .layergrey {
    background-color: #eaeaea;
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 103px;
}

.rating_box .layeryellow {
    background-color: #f7a500;
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
}

.artist_fee_content .caption {
    display: block;
    font-weight: 600;
}

.artist_fees_detail {
    margin-left: -15px;
    padding: 0 25px;
}

.artist_fee_detail {
    float: left;
    padding-left: 15px;

    width: 33.3%;
}

.artist_fee_content {
    background: #f1f1f1;
    border-radius: 3px;
    padding: 15px;
}

.caption_artist_fee {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 25px;
}

/*search results*/
.sort-results ul li {
    display: inline-block;
}

.sort-results ul li a {
    background: #0099dc;
    color: #fff;
    display: block;
    padding: 5px 15px;
    font-weight: 600;
    border: 1px solid #0099dc;
}

.sort-resultstoggle {
    display: none;
}

.searched--results .listing--users {
    padding: 0px;
}

.results--container {
    border: 1px solid #eaeaea;
    padding: 20px;
    background: #fff;
}

.sort-results ul li.active a {
    background: #fff;
    border: 1px solid #eaeaea;
    color: #0099dc;
    border-bottom: none;
}

li.no-record {
    width: 100%;
}

.load--more {
    background: #fff;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: table;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    text-align: center;
    width: 100%;
}

.v-postimg > img {
    width: 100%;
}

.back_to_posts {
    color: #000;
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
}

.back_to_posts i {
    padding-right: 5px;
}

.imageupload {
    display: table;
    width: 100%;
}

.main_photo_event {
    display: block;
    margin-top: 10px;
}

.list-action i {
    color: #0b8be6;
}

#gigs_list.posted-jobs .v-medialist li {

    padding: 10px 0 10px 0px;

}

#gigs_list.posted-jobs .v-medialist {

    margin-left: 0px;

}

#gigs_list.v-mediablock {
    border-bottom: none;
}

/*Subscription Plans*/
.subscription-plans {
    padding: 20px;
    margin-top: 20px;
}

.suscription--package {
    margin-top: -20px;
    margin-left: -20px;
}

.suscription--package li {
    width: 50%;
    padding: 20px 0 0 20px;
    float: left;
}

.subcribe--plan h3 {
    font-size: 20px;
    color: #000;
    padding: 10px;
    line-height: 1;
    border: 1px solid #ebebeb;
    border-radius: 3px 3px 0 0;
    padding-right: 66px;
}

.subcribe--plan {
    position: relative;
}

.validity {
    position: absolute;
    right: 10px;
    text-align: 0;
    padding: 20px 10px;
    background: #f0703a;
    top: 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
}

.validity span {
    display: block;
    font-size: 16px;
}

.package--feature p {
    padding-right: 66px;
}

.package--feature {
    padding: 20px 10px;
    border: 1px solid #ebebeb;
    border-top: none;
}

.opt--package {
    padding: 20px 10px;
    border: 1px solid #ebebeb;
    border-top: none;
    border-radius: 0 0 3px 3px;
}

.package--feature {
    color: #666;
    font-size: 14px;
}

.package--feature span {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    background: #f0703a;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 600;
    color: #fff;
}

.validity::after {
    position: absolute;
    right: 0;
    left: 0;
    text-align: 100%;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 20px solid #f0703a;
    content: "";
    top: 100%;
}

.blue .validity,
.blue .package--feature span {
    background: #0b8be6;
}

.blue .validity::after {
    border-top: 20px solid #0b8be6;
}

.subcribe--plan .radio {
    vertical-align: middle;
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.subcribe--plan .input-helper,
.subcribe--plan .radio input[type="radio"] {
    top: 13px;
    position: absolute;
    left: 0;
}

.cart-box {
    background: #fff;
}

.cart-tbl {
    background: #fff;
    width: 100%;
    border: solid 1px #eee;
    border-collapse: collapse;
}

.cart-tbl {
    border: solid 1px #eee;
}

.cart-tbl th {
    text-align: left;
    border: solid 1px #eee;
    font-size: 14px;
    text-transform: uppercase;
    padding: 25px 20px;
    color: #000;
    font-weight: 700;
}

.cart-tbl td {
    padding: 10px 20px;
    vertical-align: top;
    border: solid 1px #eee;
}

a.actions {
    width: 30px;
    height: 30px;
    /* border-radius: 100%; */
    background: #0b8be6;
    display: inline-block;
    margin: 2px auto;
    text-align: center;
    padding-top: 5px;
    vertical-align: top;
}

.total-bottom {
    border: solid 1px #eee;
    border-top: none;
    padding: 15px 20px;
}

.total-side {
    text-align: right;
    float: right;
}

.cart-box .total-side .heading {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

.steps-links ul {
    display: table;
    width: 100%;
}

.gap {
    height: 20px;
    clear: both;
}

.btn-row {
    display: inline-block;
    margin-bottom: 10px;
}

a.actions:hover {
    background: #000;
}

.btn-row a:last-child {
    margin-right: 0;
}

.btn-row a:first-child {
    margin-left: 0;
}

.btn-row a {
    margin: 0 5px;
}

.cart-tbl .product-name {
    color: #000;
    font-size: 16px;
}

.cart-tbl .product-name a {
    color: #0b8be6;
}

.subscription-table {
    margin-top: 20px;
}

.cart-tbl .sub-total {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.cart-tbl .price {
    color: #f0703a;
    font-size: 17px;
    font-weight: 600;
}

.steps-links ul li {
    display: table-cell;
    width: 20%;
    vertical-align: top;
    text-align: center;
    border-left: solid 1px #eee;
    background: #fff;
}

.steps-links {
    margin-top: 20px;
}

.steps-links ul li.active {
    border: none;
    background-color: #444444;
}

.steps-links ul li.active a {
    border-color: #fff;
    color: #fff;
}

.steps-links ul li a {
    padding: 15px 0;
    display: block;
}

.steps-links ul li span.tick {
    display: none;
    background: url(images/retina/tick-red.svg) no-repeat 3px 4px;
    vertical-align: bottom;
    width: 18px;
    height: 18px;
    background-size: 60% auto;
    border: solid 2px #ff3a59;
    border-radius: 100%;
}

.steps-links ul li a span.s-no {
    margin-right: 4px;
    color: #0b8be6;
    text-align: center;
    line-height: 1.3;
    vertical-align: top;
    font-size: 11px;
    border: solid 2px #0b8be6;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.steps-links ul li.active span.s-no,
.steps-links ul li.active span.s-name,
.steps-links ul li.active span.side-txt {
    color: #fff;
    border-color: #fff;
}

.steps-links ul li a span.s-name {
    vertical-align: top;
    color: #0b8be6;
    font-size: 14px;
    text-transform: uppercase;
}

.cart-footer.box-shadow {
    margin-top: 20px;
}

.total-money {
    background: #fff;
    padding: 20px;
    width: 100%;
    display: inline-block;

}

.amount-desc {
    width: 500px;
    float: right;
    margin: 0 0 20px 0;
}

.amount-desc li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 1.2em;

}

.amount-desc li.total {

    color: #0b8be6;
}

.amount-desc li .figure {
    float: right;


}

.cart-footer .continue {
    clear: right;
    float: right;
    text-align: right;
}

.payment-table {
    padding: 20px;
    margin-top: 20px;
}

.summary-card {
    background: #f7f8f9;
    border: 1px solid #ededed;

    padding: 15px;
    color: #727272;
    font-size: 14px;
    margin-top: 20px;
    float: none;
    width: 100%;
    display: inline-block;
}

.sc-left {
    float: left;
}

.price-red {
    float: right;
    background: #0b8be6;

    padding: 8px 15px;
    margin-left: 30px;
    font-size: 15px;
    color: #fff;
}

.summary-card {
    color: #727272;
    font-size: 14px;
}

.relative_div {
    position: relative;
}

.heading-bar .h4 {
    display: inline-block;
}

/* .checkout-page-data {
	padding: 20px 0 0 0;
} */
#paymenttab {
    margin-top: 20px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

#paymenttab .resp-tabs-list li {
    color: #777777;
    display: block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border: 1px solid #e8e9ea;
    margin: 5px 0;
    width: 100%;
    float: none;
}

#paymenttab ul.resp-tabs-list {
    /* height: 400px; */
    overflow-y: auto;
}

#paymenttab .resp-tabs-list li a {
    display: block;

    color: #545353;
    white-space: nowrap;
}

#paymenttab .resp-tabs-list li.resp-tab-active a {
    color: #0b8be6;
}

#paymenttab .resp-tabs-list li i {
    margin-right: 10px;
    /* display: inline-block; */
    display: none;
}

#tabs-container {
    padding: 0px;
    display: table-cell;
    vertical-align: top;
    padding-left: 50px;
    width: 65%;
    background-color: #fff;
}

#paymenttab .resp-tabs-container.subscriber-cart .resp-tab-content {
    background-color: #fff;
    border: 1px solid #e8e9ea;
    padding: 20px;
    display: block;
}

.payment_tabs {
    display: table-cell;
    padding-right: 80px;
    width: 700px;

}

#paymenttab .resp-tabs-list li.resp-tab-active {
    color: #0b8be6;
    font-weight: 600;
    border: solid 2px #0b8be6 !important;
    border-bottom: solid 2px #ff3a59;
}

#paymenttab .form table tr td {
    padding: 0px;
}

.plan--features li {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    float: left;
    width: auto;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 30px;
}

.plan--features li:before {
    position: absolute;
    margin-left: -1.3em;
    font-weight: bold;
    margin-top: -5px;
}

.plan--features li:before {
    content: "\2713";
    color: #0b8be6;
    font-size: 20px;
}

.plan--features li.cross:before {
    content: "\2717";
    color: crimson;
}

.suscription--package {
    display: table;
    width: 100%;
}

.opt--package button {
    border: none;
    cursor: pointer;
    float: right;
}

/*Messages*/
.wrap--normal {
    max-width: 700px;
    margin: 50px auto;
}

.-align-center {
    text-align: center !important;
}

.form-cover {

    padding: 30px 30px 10px;
    width: 100%;
}

.block--empty {
    padding: 30px;
}

.icon--loader {
    margin: 0 auto 20px;
    display: block;
}

.block--empty {
    padding: 30px;
}

.block--empty .block__img {
    display: block;
    margin: 0 auto 30px;
}

.block--empty h1 {
    padding: 0 0 20px 0;
    font-size: 4em;
}

.block--empty h2 {
    padding: 0 0 10px 0;
    font-size: 2.2em;
}

.block--empty h6 {
    font-weight: 300;
    padding-bottom: 20px;
}

.block--empty h6 small {
    font-size: 100%;

}

.block--empty .error__img {
    width: 449px;
    display: block;
    margin: 20px auto 0;
}

.form-cover--even {
    background: #fff;
    padding: 30px;
    border-top: 1px solid #eaeaea;
}

.v-tacgs span,
.v-tacgs h2 {
    display: inline-block;
}

#eventPolls {
    margin-top: 5px;
}

#eventPolls ul li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    margin-right: 10px;
    padding: 0;
    padding-bottom: 5px;
    width: auto;
}

#eventPolls label,
.eventPolls label {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    border: 1px solid rgba(7, 158, 204, 0.3);
    border-radius: 3px;
    max-width: 400px;
}

#eventPolls label i,
.eventPolls label i {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 0;
    line-height: 1;
}

input.tag-label {
    border: none;
    padding: 7px 15px;
}

#eventPolls label:after,
.eventPolls label:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    background-color: rgba(7, 158, 204, 0.15);
    min-width: inherit;
    content: "";
}

/* #eventPolls label span, .eventPolls label span{position: relative;} */


.toggled-sidebar {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
