.error {
    color: #dd3030;
}
.feedbacks hr {
  border: 2px solid #9d9d9d;
  margin-top: 0px;
}
.feedbacks .col-lg-9, .feedbacks .col-lg-3 {
  padding: 0px;
}

/* End:contact page */
.form-control {
  border-radius: 0px;
  background-color: #333;
  border-color: transparent;
  color: #9d9d9d;
}
input::placeholder {
  color: #9d9d9d !important;
}
.contact-form-submit {
  padding: 26.5px 50px;

}
/*my account page css*/
body {
    background: #090909;
    color: #9d9d9d;
}
.my-profile {
    padding: 15px;
    margin-bottom: 3%;
    background: #222;
}
.my-profile .col-sm-3, .my-profile .col-sm-9, .my-profile .col-sm-6, .my-profile .col-sm-12, .my-profile .col-sm-4 {
  padding-right: 15px;
  padding-left: 15px;
}
.profile-img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
    z-index: 1;
}
.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}
.profile-head h5 {
    padding: 40px 0px;
    font-size: 20px;
}
.profile-head h6 {
    color: #0062cc;
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}
.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}
.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}
.profile-head .nav-tabs {
    margin-bottom: 5%;
}
.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}
.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0062cc;
}
.profile-work {
    padding: 20px 25px;
    /*margin-top: -15%;*/
    background: #ffffff;
    border-radius: 4px;
}
.profile-work p {
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}
.profile-work a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    /* text-transform: uppercase; */
    display: block;
}
.profile-work a:hover {
    color: #f7ab24;
    text-decoration: none;
}
.profile-work ul {
    list-style: none;
}
.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    display: inline;
}

.friends-title {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
  margin-top: 3px;
}
.friends-page {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  margin-bottom: 120px;
  background: #222;
}
#myAccount .col-sm-3, #myAccount .col-sm-9, #myAccount .col-sm-6, #myAccount .col-sm-4, #myAccount .col-sm-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.myAccount-title {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
  margin-top: 3px;
}
.myAccount-page {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 120px;
  background: #222;
}

.wizard-title {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
  margin-top: 3px;
}
.wizard-page {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  background: #222;
}
.wizard-nav {
  margin-bottom: 120px;
}
.wizard-page .col-sm-3, .wizard-page .col-sm-6, .wizard-page .col-sm-12, .wizard-page .col-sm-4, .wizard-page .col-sm-9 {
  padding-left: 15px;
  padding-right: 15px;
}

.signup-title {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
  margin-top: 3px;
}
.signup-page {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  background: #222;
}
.signup-page2 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.static-title {
  background-color: #222;
  padding-top: 15px;
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
  margin-top: 3px;
}
.static-page {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-bottom: 15px;
  background: #222;
}
.static-page #reason-1 {
  margin-bottom: 30px;
}
.static-page #reason-1 h2 {
  margin-top: 70px;
}
.static-page #reason-2 {
  margin-bottom: 30px;
}
.static-page #reason-2 h2 {
  margin-top: 70px;
}
.static-page #reason-3 {
  margin-bottom: 30px;
}
.static-page #reason-3 h2 {
  margin-top: 70px;
}

#contact-list .friends-title2 {
  margin-top: 30px;
}
.static-page hr {
  border-color: #9d9d9d !important;
}

.contact {
    -moz-appearance: textfield;
}
.contact::-webkit-inner-spin-button,
.contact::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*END: my account page css*/

.accountchangepassword,
.accountforgotpassword {
    color: black;
}

/* friends listing page */
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

body {
    padding: 33px 0px 0px;
}
.panel > .list-group .list-group-item:first-child {
    /*border-top: 1px solid rgb(204, 204, 204);*/
}
@media (max-width: 767px) {
    .visible-xs {
        display: inline-block !important;
    }
    .block {
        display: block !important;
        width: 100%;
        height: 1px !important;
    }
}
#back-to-bootsnipp {
    position: fixed;
    top: 10px;
    right: 10px;
}

.c-search > .form-control {
    border-radius: 0px;
    border-width: 0px;
    border-bottom-width: 1px;
    font-size: 1.3em;
    padding: 12px 12px;
    height: 44px;
    outline: none !important;
    width: 100%;
}
.c-search > .form-control:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none;
}
.c-search > .input-group-btn .btn {
    border-radius: 0px;
    border-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    height: 44px;
}

#contact-list .col-sm-9 .name {
  margin-top: 30px;
}

.c-list {
    padding: 0px;
    min-height: 44px;
}
.title {
    display: inline-block;
    font-size: 1.7em;
    font-weight: bold;
    padding: 5px 15px;
}
ul.c-controls {
    list-style: none;
    margin: 0px;
    min-height: 44px;
}

ul.c-controls li {
    margin-top: 8px;
    float: left;
}

ul.c-controls li a {
    font-size: 1.7em;
    padding: 11px 10px 6px;
}
ul.c-controls li a i {
    min-width: 24px;
    text-align: center;
}

ul.c-controls li a:hover {
    background-color: rgba(51, 51, 51, 0.2);
}

.c-toggle {
    font-size: 1.7em;
}

.name {
    font-size: 1.7em;
    font-weight: 700;
}

.c-info {
    padding: 5px 10px;
    font-size: 1.25em;
}

.black-font {
    color: black;
}

.input-group {
    width: inherit;
    padding: 10px;
}
/* End */
.become-premium {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

/* search artist */

.checkbox,
.radio {
    display: inline-block;
    margin: 20px;
    color: black;
}

.ui-button .ui-icon {
    background-image: url("https://raw.githubusercontent.com/jquery/jquery-ui/master/themes/base/images/ui-icons_777777_256x240.png") !important;
}

select[multiple],
select[size] {
    height: auto;
    display: inherit;
}

#contact-list > .blackOutDays > .dataTables_wrapper > .fg-toolbar > #admin-users-index_filter {
    display: none;
}
/* view public profile*/
.mynotification {
    background-color: #f6eded;
    display: block;
    padding: 10px;
    text-align: justify;
    margin: 10px;
}
.mymedia {
    background-color: #f6eded;
    display: block;
    padding: 10px;
    padding-bottom: 26px;
    text-align: justify;
    margin: 10px;
}
.mymedia iframe {
    width: 100%;
}
.row.profile-details,
.row.profile-common-details {
    padding: 10px;
    margin: 10px;
}
.row.profile-common-details .name {
    text-transform: uppercase;
}
.mynewsfeed .date {
    float: right;
    padding: 10px;
    font-size: 10px;
    color: #6e6767;
}
/*end*/

/* post - comments */
.comments-wrapper .label {
    background-color: #414242;
    color: #a7a7a7;
}

.comments {
    margin-bottom: 15px;
    font-size: 14px;
}

/* left sidebar nav */

.profile-work {
    background: #222222;
}

.profile-work ul {
    margin-bottom: 0;
}

.profile-work li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.profile-work li:first-child {
    padding-top: 0;
}

.profile-work li:last-child {
    padding-bottom: 0;
}

/* add new post */
.new-post-wrapper .nav-tabs > li.active > a,
.new-post-wrapper .nav-tabs > li.active > a:focus,
.new-post-wrapper .nav-tabs > li.active > a:hover,
.new-post-wrapper .nav-tabs > li.active > a .glyphicon,
.new-post-wrapper .nav-tabs > li.active > a:hover .glyphicon {
    background: transparent;
    border-color: transparent;
    color: #9d9d9d;
}

.new-post-wrapper .nav-tabs > li > a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #f7ab24;
}

.new-post-wrapper .nav-tabs > li > a:hover,
.new-post-wrapper .nav-tabs > li > a:hover .glyphicon {
    border-color: transparent;
    background: transparent;
    color: rgba(247, 171, 36, 0.7);
    transition: none;
}

.new-post-wrapper .nav-tabs > li > a .glyphicon {
    color: #f7ab24;
    font-size: 24px;
    padding-right: 10px;
}

.new-post-wrapper .tab-pane {
    padding: 5px 16px 16px 16px;
}

/* profile */
.profile-info {
    position: relative;
    margin-bottom: 20px;
}

.profile-pic > img {
    width: 100%;
    border-radius: 0;
}

.profile-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(34, 34, 34, 0.6);
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
}

/* news */
.news-title h3 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.news_slider {
    background-color: #222222;
    height: 197px;
}
.news-title {
    position: absolute;
    text-align: center;
    top: 5%;
    background-color: #f7ab24;
    padding: 3px 10px 3px 10px;
}

/* hometop on home page */
.hometop-add label {
    font-size: 13px;
    font-weight: 400;
}
.hometop-add div {
    padding: 3px;
}
.home-top .btn {
    background-color: #1b7b98;
    border: none;
    padding: 10px 16px;
    font-size: 18px;
}
.home-top .btn:hover {
    color: #fff;
    background-color: #204d74 !important;
    border-color: #204d74 !important;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #204d74 !important;
    border-color: #204d74 !important;
}

/* chat */
.chat-title {
    background-color: #222;
    color: white;
    padding: 12px 10px 1px 10px;
    border-bottom: 7.5px solid #000;
}
/* mtb */
#mtb {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
#mtb .modal-content {
    background-color: #1b7b98;
    color: white;
}

#mtb .modal-body ul {
    padding: 30px;
}
#mtb .modal-header h2 {
    font-size: 2em;
    font-family: "Yanone Kaffeesatz", "sans-serif";
    font-weight: 300;
    text-transform: uppercase;
    color: white !important;
}
/* coming soon */
.coming-soon {
    text-align: center;
    padding: 100px;
    background-color: #f7ab24;
    color: #fff;
    font-family: "Yanone Kaffeesatz", "sans-serif";
    font-weight: 300;
    text-transform: uppercase;
    font-size: 100px;
}
/* top row section homepage */
#navbar-top .news:hover {
    background-color: #1b7b98;
    color: #fff;
    border: transparent;
}
#navbar-top .news {
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 0px 0px;
}
.row.no-gutter {
    padding: 0 10px;
}
span.mandatory {
    color: red;
}

.padding {
    padding-top: 10px;
    padding-left: 10px;
}

.embed-container {
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    width: 100%;
    height: 100%;
    display: none;
    background-color: red;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: rgb(0, 0, 0, 0.8);
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 41%;
}

#audio-select {
    display: none;
}
#video-select {
    display: none;
}

.img-adjust {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.img-photos {
    width: 742px;
    height: 250px;
}


.font-style {
    color: #333;
}
.inner-panel {
    height: 475px;
    padding-top: 0px;
    overflow: -moz-hidden-unscrollable;
    height: auto;
    padding: 20px;
}

.hide {
    display: none;
}

.space {
    margin-right: 20px;
}
.container-padding {
    padding-left: 20px;
    padding-right: 10px;
}
.c-search-element {
    width: 100%;
}

.radio-element > .radio,
.checkbox {
    display: inline-block;
}
.img-responsive-element {
    height: 150px;
}

.profile-complete {
  margin-left: 7.5px;
}
.profile-complete h4 {
  margin-left: 5px;
  margin-top: 10px;
}
.profile-complete .col-sm-9 {
  padding-left: 20px;
}
.no-padding {
    padding: 0 !important;
}

.iframe-container iframe {
    height: 150px;
}

.active > iframe {
    height: 192px;
}

/* Bills Code Start*/
/*#sub-nav .col-sm-12 {
  padding-right: 5px;
  padding-left: 5px;
}*/

.nav-tabs {
  border-bottom: 0px solid #4a4b4b;
  margin-right: 10px;
  margin-left: 5px;
}
.search-artists {
	padding-right:7.5px
}
.search-artists .panel, .user-list .panel {
    background-color: #222;
    border: 0px;
    margin-bottom: 0px;
}
.search-artists .col-xs-12, , .user-list .panel .col-xs-12 {
    padding-left: 0px;
    margin-left: -2px;
}
.search-artists .panel-default > .panel-heading, .user-list .panel-default > .panel-heading {
    color: #fff;
    background-color: #222;
    border-bottom: 7.5px solid #000;
    padding-bottom: 2px;
}
.search-artists .checkbox,
.radio {
    margin: 10px 0px 10px 56px;
    color: #fff;
}
input[type=radio]{
  transform:scale(1.3);
  margin-right: 3.75px;
}
.user-list {
	margin-top: 7.5px;
	padding-right:7.5px
}

#contact-list {
  margin-top: 15px;
}

.friends {
  margin-top: 0px;
  margin-right: 7px;
  margin-left: 22px;
}
.friends .col-lg-6 {
  padding-right: 7.5px;
  padding-left: 0px;
}
.friends .chat-title {
    background-color: #222;
    color: white;
    padding: 10px 10px 10px 10px;
    border-bottom: 0px;
}
.friends .btn {
  margin-bottom: 7.5px;
  
}

/*.grid2 {
    margin-right: 1px;
    margin-left: -1px;
}
.grid2 .col-sm-6 {
    padding-right: 8px;
    padding-left: 0px;
}*/
.gridSection{
	padding: 4px 18px 0px 12px;
}
.grid2 a img {
    margin-top: 3.75px;
    margin-bottom: 3.75px;
    opacity: 0.8;
}
.grid2 a img:hover {
    opacity: .5;
}
.grid2 .caption {
  position: absolute; 
  bottom: 10px;
  left: 10px;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  color: #fff !important;
}
.progress-bar {
  background-color: #1b7b98;
}
.progress {
  border-radius: 0px;
}
.main-login {
  margin-top: 180px;
  margin-bottom: 280px;
}
.main-login img {
  max-height: 330px;
  margin-top: 15px;
}
.main-login .panel {
  background-color: #222;
  border: 0px;
  margin-top: 30px;
  margin-right: 30px;
}
.main-login .panel-default > .panel-heading {
    color: #fff;
    background-color: #222;
    border-bottom: 7.5px solid #000;
    padding-bottom: 2px;
}

#intro {
  background-color: #222;
  padding-top: 50px; 
  padding-bottom: 50px;
  margin-bottom: 7.5px;
}
#intro .intro-video {
  padding: 30px;
}
#intro .content {
  margin-top: 30%;
}
#intro .content h1 {
  font-size: 32px;
}
#intro .or {
  margin-left: 7.5px;
  margin-right: 7.5px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

#sample {
  margin-top: 15px;
  margin-left: 25px;
  margin-right: 10px;
  padding-bottom: 60px;
}

#banner {
  background-color: #f7ab24;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  margin-bottom: 7.5px;
  margin-bottom: -292.5px;
}
#banner h2 {
  color: #222;
}
#banner p {
  font-size: 16px;
  color: #222;
}

#event {
  position: relative;
  background-color: #33888F;
  background-image: url(../files/images/performar-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 97px;
  padding-bottom: 135px;
  margin-bottom: 15px;
}
.btn-event {
  background-color: #f7ab24;
  margin-bottom: 15px;
  color: #fff;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}
#event h2 {
  color: #FFFFFF;
  font-size: 3em;
  font-weight: 300;
  margin-top: 30px;
  text-transform: uppercase;
}
.ear-piece {
  position: absolute;
  top: 0;
  margin-right: 0px;
  margin-top: -95px;
  height: 550px;
}

/* Bills Code Ends */

.search-artist-table {
    width: 100%;
}

.edit-profile-button {
    margin-top: -40px;
    margin-right: 7.5px;
    text-align: right;
}

.edit-profile-img {
    width: 240px;
    height: 200px;
}

.edit-profile-img-container {
    position: relative;
    top: -100px;
}

.edit-profile-img-row {
    margin-bottom: -70px;
}

.full-width {
    width: 100%;
}

.inner-padding {
    padding: 20px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}

.negetive-margin {
    margin-top: -30px;
}

#change-profile-button {
    background: #1b7b98;
    border: #1b7b98;
    margin-bottom: 12px;
}
.change-profile-button {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 15px;
}

.width-extra {
    width: 110%;
}
#change-friends-button {
    margin-right: 7.5px;
}
.delete-button {
    padding: 5px 15px;
    background-color: #d9534f;
    border-color: #d9534f;
    padding: 4px 12px 5px 12px;
    border: 0.0625rem solid transparent;
    border-radius: 0.25rem;
}

#file-audio-trigger-label,
#file-video-trigger-label,
#file-photo-trigger-label {
    background: #1b7b98;
    border: #1b7b98;
}

.align-left {
  position: absolute;
  right: 20px;
  bottom: 5px;
}

.align-left-view {
    float: right;
    top: 450px;
    position: absolute;
    right: 20px;
}

.align-left > a {
    color: white;
}
.align-left-view > a {
    color: white;
}

.padding-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-lr-high {
    padding-left: 20px;
    padding-right: 10px;
}

.rc-anchor-light.rc-anchor-normal {
    border: 1px solid #333 !important;
}
.rc-anchor-light {
    background: #333 !important;
    color: #9d9d9d !important;
}

/*Skills multi select*/
#skill-multi-select .form-group.input.select .btn-group {
	width: 100%;
}
#skill-multi-select .form-group.input.select .btn-group .multiselect{
	text-align: left;
}
#skill-multi-select .form-group.input.select .btn-group .multiselect b.caret{
	float: right;
	margin-top: 9px;
}
/*#skill-multi-select .form-group.input.select .btn-group ul.multiselect-container.dropdown-menu{
	max-height: 300px;
    overflow-y: auto;
}*/
#skill-multi-select .form-group.input.select .btn-group ul.multiselect-container.dropdown-menu li.active a{
	background-color: #333;
}
#skill-multi-select .form-group.input.select .btn-group ul.multiselect-container.dropdown-menu li label.checkbox{
	padding-left: 25px;
	color: #9d9d9d;
}

.chat-section{
	overflow: hidden;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.chatUserName a, .no-href-style{
	text-decoration: inherit;
	color: inherit;
}

#showAllUsers{
	float: right;
	color: #fff;
	background-color: #204d74 !important;
	border-color: #204d74 !important;
}

/*ITH Radio CSS*/
.ithLarge {
	/*width: 280px;*/
    padding: 8px 8px 0 0;
}

.ithSmall {
	width: 109%;
}

.mejs__horizontal-volume-slider {
    background-color: transparent !important;
}

.ithLarge .ithRadioPlayer {
    background: transparent;
    margin-top: 2px;
    height: 40px;
}

.custom-player {
	width : 100% !important;
}

@media only screen and (max-width: 1024px) {
	.item.active .ithRadioPlayer {
		top: 57%;
	}
}

.item.active .ithRadioPlayer {
	position: absolute;
    bottom: 0px;
    width: 100%;
}