/*-------------GALLERY------------------*/

body {
    background: #dddddd;
    background-image: url(../css/image/bg-line.jpg);
    background-attachment:fixed;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 300!important;
}
.nav-justified {
    background-color: rgb( 250, 250, 250);
    box-shadow: 0px 3px 5px 0px rgba( 0, 0, 0, 0.2);
}
.gallery-user-avatar {
    width: 66px;
    height: 66px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
        border: 3px solid rgba(255,255,255,0.2);
}
.user-count {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    margin-top: 38px;
    margin-left: 40px;
    padding-top: 3px;
    text-align: center;
    font-weight: 800;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
        border: 3px solid rgba(255,255,255,0.2);
}
#user-name {
    width: 120px;
    margin-top: 70px;
    margin-left: -25px;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb( 250, 250, 250);
    line-height: 1.125;
    text-align: center;
    text-shadow: 0px 0px 5px rgb( 0, 0, 0);
    position: absolute;
}
.rate-bar {
    padding-bottom: 15px;
}
.user-tags span {
    font-size: 14px;
}
.tags-text {
    text-align: justify;
}
.stat {
    padding: 10px 20px;
}
.tags {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb( 119, 119, 119);
    border: 1px solid rgba( 0, 0, 0, 0.05);
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 16px;
        text-transform: lowercase;
}
.user-tags {
    padding: 10px 10px;
    border-top: 1px solid rgba( 0, 0, 0, 0.102);
    border-bottom: 1px solid rgba( 0, 0, 0, 0.102);
}
.form-control {
    background: #fff;
}
.input-group-addon {
    background-color: #fff;
    color: green;
}
.gallery-item {
    list-style: none;
    text-decoration: none;
    padding: 0;
    position: relative; 
}
.gallery-img-border {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
ul.gallery-item>li {
    position: absolute;
    width: 250px;
    margin-bottom: 100px;
}
.gallery-header {
    position: relative;
}
.gallery-content {
    font-size: 14px;
    box-shadow: 0px 1px 0px 0px rgb( 255, 255, 255);
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.gallery-tags {
    padding: 0;
}
ul.gallery-tags li {
    display: inline-block;
    margin-right: 10px;
}
.gallery-description {
    text-align: justify;
  font-size: 14px;
  color: #555555;
  font-weight: 300;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}
.gallery-wrap {
    position: relative;
}
.gallery-footer {
    padding: 10px;
    background-color: rgb( 245, 245, 245);
    box-shadow: 0px -1px 0px 0px rgba( 0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #333333;
    font-weight: 300;
    font-size: 14px;
}
.gallery-footer img:last-child{
    margin-left: 25px;
}
.gallery-footer img{
    margin-right: 5px;
}
.gallery-on-page {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}
.social-list {
    list-style: none;
    text-decoration: none;
    padding: 15px;
}
.social-list>li>a>img:last-child{
        margin-top: 8px;
    margin-right: 5px;
}
ul.social-list>li>a {
    display: block;
    text-decoration: none;
    background-color: #fafafa;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #000;
    padding: 2px;
}
ul.social-list>li {
    background-color: rgb( 250, 250, 250);
    box-shadow: 0px 1px 2px 0px rgba( 0, 0, 0, 0.75);
    border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(236,236,236) 0%, rgb(255,255,255) 100%);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.004);


}
.users-list {
    list-style: none;
    text-decoration: none;
    padding: 0;
}
ul.users-list>li>a {
    display: block;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #000;
    padding: 2px;
}
ul.users-list>li>a>img {
margin-right: 5px;
}
ul.users-list>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 15px;
    padding-right: 15px;
}
ul.users-list>li:nth-last-child(1) {
    border: 0;
}
.friend-info {
    margin-left: 47px;
    width: 143px;
    white-space: nowrap;
    overflow: hidden;
}
.content {
    width: 81%;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}
.right-bar {
    width: 250px;
    display: inline-block;
    float: right;
  background-color: rgb(255, 255, 255);
  box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.img100 {
    width: 100%;
}
.gallery-item-right {
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin-top: 60px;
}
ul.gallery-item-right>li {
    display: inline-block;
    margin-bottom: 70px;
}
.gallery-user-avatar-right {
    width: 66px;
    height: 66px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
    border: 3px solid rgba(255,255,255,0.2);
}
.gallery-footer-right {
    text-align: center;
    padding-top: 10px;
}
.gallery-footer-right > *{
    display: inline-block;
}
.eye-icon,.heart-icon{
    display: inline-block;
}
.change-view {
    float: right;
    margin-top: 8px;
}
.change-view span {
    margin-left: 10px;
    cursor: pointer;
}
.gallery-header-right {
    position: relative;
}
.gallery-avatar-list {
    width: 124px;
    height: 124px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    margin-left: -62px;
    margin-top: -62px;
}
#user-name-right {
    width: 120px;
    margin-top: 70px;
    margin-left: -25px;
    font-size: 16px;
    font-family: "Roboto";
    color: rgb( 250, 250, 250);
    line-height: 1.125;
    text-align: center;
    text-shadow: 0px 0px 5px rgb( 0, 0, 0);
    position: absolute;
}
.avatar-fluid {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    object-fit: cover;
}
.users-tags-list {
    display: none;
    position: absolute;
    bottom: 76%;
    left: 50%;
    margin-left: -240px;
    width: 480px;
    text-align: center;
}
.list:hover .users-tags-list {
    display: block;
}
.tags-list {
    font-size: 14px;
    font-family: "Roboto";
    color: rgb( 119, 119, 119);
    border: 1px solid rgba( 0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 16px;
    text-transform: lowercase;
}
.stats-list {
    display: none;
    margin-top: -35px;
    color: #c1c0bf;
}
.list:hover .stats-list {
    display: block;
}
.stats-list .fa {
    margin-right: 15px;
    margin-left: 15px;
}
ul.social-list>li>a>i {
    padding: 5px;
}
.img-gradient {
    width: 100%;
    position: relative;
    z-index: -1;
    display: block;
}
.list:hover {
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%)!important;
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%)!important;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%)!important;
    /* W3C */
    
    filter: progid: DXImageTran: ;
    sform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0)!important;
    /* IE6-9 */
}
.hidebg {
    background: rgba(255, 255, 255, 0);
    border-radius: 0;
}
.gallery-nav {
    border: 1px solid rgba( 0, 0, 0,0.10);
  border-radius: 5px;
  background-color: rgba(250, 250, 250, 0.8);
}


.page-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    text-shadow: 0px 1px 0px rgb( 255, 255, 255);
    text-transform: uppercase;
}
.gallery-right i {
    padding: 5px;
}
.gallery-footer .pull-right i {
    margin-left: 20px;
}
.navbar-main {
    background-color: #ffffff;
    padding: 9px;
    margin-bottom: 0px;
}
/*-----profile------*/

.navbar-profile {
    background-color: #47395a;
    box-shadow: inset 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    margin-bottom: 0px;
}
#profile-nav ul li a {
    font-size: 14px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}
.profile .form-control {
    background: #fff;
}
.profile .input-group-addon {
    background-color: #fff;
    color: green;
}
.add-work {
    width: 200px;
    height: 34px;
    background-color: rgb(80, 193, 78);
    border-radius: 5px;
    border: 0;
    text-align: center;
    color: #fff;
    margin-top: 9px;
}
.navbar-profile a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    float: right;
    padding-top: 14px;
}
.profile .badge {
    background-color: #ff2d59;
    border-radius: 5px;
}
.profile .page-title {
    display: inline-block;
    margin: 33px 0px;
}
.left-bar {
    width: 250px;
    float: left;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    text-align: center;
}
.avatar-wrap {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background-color: rgba(198, 198, 198, 0.4);
    margin: 0 auto;
    margin-top: 17px;
}
.avatar-triangle {
    width: 50px;
    height: 50px;
}
.avatar-circle {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background-color: #ff2d59;
    padding: 10px;
}
.avatar-holder {
    width: 124px;
    height: 124px;
    background-color: #ffffff;
    border-radius: 50%;
}
.avatar-count {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    margin-top: -18px;
    margin-left: 47px;
    padding-top: 6px;
    text-align: center;
    font-weight: 800;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
}
.avatar-cover {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.user-info {
    list-style: none;
}
.user-info .fa {
    color: rgb(80, 193, 78);
}
.user-nam.user-followers-wrape {
    display: inline-block;
    font-size: 22px;
}
.user-age {
    display: inline-block;
}
.user-city {
    width: 152px;
    border: solid 1px rgb(80, 193, 78);
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 9px;
    font-size: 14px;
}
.user-edu {
    width: 152px;
    border: solid 1px rgb(80, 193, 78);
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 9px
}
.profile .content {
    width: 64%;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}
.profile .right-bar {
    width: 250px;
    display: inline-block;
    float: right;
}
.user-follow-avatar {
    width: 60px;
    height: 60px;
}
.user-info-wrap ul li {
    display: inline-block;
    min-width: 50%;
    margin-top: 5px;
}
.user-info-wrap ul li .user-name {
    margin-top: 20px;
    padding-bottom: 15px;
}
.user-followers {
    list-style: none;
}
.user-followers li {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    text-align: center;
}
.user-followers-wrap .block-title {
    text-transform: uppercase;
    margin-bottom: 39px;
    text-align: justify;
}
.user-follow-wrap .block-title {
    text-transform: uppercase;
    margin-bottom: 39px;
    text-align: justify;
}
.user-top-wrap .block-title {
    text-transform: uppercase;
    margin-bottom: 39px;
    text-align: justify;
}
.user-followers-wrap,
.user-follow-wrap,
.user-top-wrap {
    border-bottom: 1px solid rgb(229, 229, 229);
    padding-top: 22px;
}
.user-followers-wrap ul li:nth-child(even) {
    margin: 0px 15px;
}
.user-follow-wrap ul li:nth-child(even) {
    margin: 0px 15px;
}
.user-top-wrap ul li:nth-child(even) {
    margin: 0px 15px;
}
.left-bar .badge {
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 0px 0px rgba(0, 0, 0, 0.5);
    background-color: #50c14e;
    font-size: 12px;
    color: #ffffff;
    border-radius: 9px;
    padding: 6px 11px;
    float: right;
    margin-right: 20px;
}
.block-title > img {
    margin-right: 8px;
    margin-left: 20px;
}
.switch-view {
    margin-top: 33px;
}
.profile .gallery-wrap {
    padding-top: 0px;
}
#list-view,
#grid-view {
    color: rgb(160, 160, 160);
    cursor: pointer;
    display: inline-block;
}
#list-view{
    width: 32px;
    height: 34px;
    background-image: url(../css/image/icons/list.png);
    margin-right: 20px;
    margin-left: 15px;
}
#grid-view{
    width: 34px;
    height: 34px;
     background-image: url(../css/image/icons/grid-white.png);
}
.switch-grid-bg {
    background-image: url(../css/image/icons/grid.png)!important;
}
.switch-list-bg{
    background-image: url(../css/image/icons/list-dark.png)!important;
}
/*-------------------------blog---------------------*/
.tags-search{
    margin-top: 15px;
	 	margin-bottom: 72px;
        text-transform: lowercase;

}
.tags-search li {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    color: #777777;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 9px;
       border: 1px solid rgba(0,0,0,0.05)
}
.tags-search li i {
    margin-left: 11px;
}
.tags-search li i:hover {
    color: rgba(162, 162, 162, 0.7);
    cursor: pointer;
}
ul.blog-item {
    width: 100%;
}
ul.blog-item >li {
    width: 100%;
  	height: 362px;
  	border-radius: 9px;
  	margin-bottom: 72px;
}
ul.blog-item >li:hover {
    /* border:1px solid rgb(255,255,255);*/
    border-radius: 9px;
    background-color: rgba(255, 255, 255, 0.8);
}
ul.blog-item >li:hover .blog-title {
    text-decoration: underline;
}
ul.blog-item > li:hover .blog-img img{
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}
.blog-wrap {
    width: 100%;
    position: relative;
}
.blog-img {
    width: 49%;
    display: inline-block;
}
.blog-img img {
  	width: 100%;
  	height: 362px;
    border:1px solid rgb(255,255,255);
}
.blog-title {
    color: #333333;
    font-size: 24px;
    text-transform: uppercase;
}
.blog-count {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    margin: 24px 0px 33px 0px;
}
.blog-count .fa {
		margin-left: 33px;
}
.blog-date {
    display: inline-block;
}
.blog-desc {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
}
.blog-desc-text{
		max-height: 180px;
		overflow: auto;
}
.blog-tags{
	position: absolute;
  bottom: 0;
}
.blog-tags li {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    color: #777777;
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 9px;
    margin-bottom: 5px;
}
.blog-tags li i {
    margin-left: 11px;
}
.blog-tags li i:hover {
    color: rgba(162, 162, 162, 0.7);
    cursor: pointer;
}
.people-search-wrap{
}
.search-avatar{
    width: 124px;
    height: 124px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.2);
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 20px;

}
.search-avatar .avatar-count{
    margin-left: 40px;
}
.user-info-search {
    display:inline-block;
    margin-left: 15px;
}

.user-info-wrap .user-name{
  font-size: 24px;
  color: rgb(51, 51, 51);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
  margin-top: 20px;
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      line-height: 0.9;
}
.user-info-wrap .user-age{
    color:#777777;
}
.user-search-city{
    margin-top: 18px;
    margin-bottom: 8px;}
.user-search-city,.user-search-edu{
  font-size: 14px;
  color: rgb(51, 51, 51);
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
  text-align: left;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 1;
}
.user-search-edu{
    margin-bottom: 24px;
}
.user-info-search > button{
    border-radius: 5px;
  background-color: rgb(80, 193, 78);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  height: 32px;
  padding:0px 60px;
  margin-bottom: 15px;
}
.user-search-count i{
    border-radius: 5px;
    background-color: rgb(238, 238, 238);
    padding: 10px;
}
.user-search-count{
    margin-top: 16px;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}
.user-search-follow span:nth-child(2){
    border-right: 1px solid rgba(0,0,0,0.2);
    padding-right: 14px;
    box-shadow: 1px 0px 0px 0px rgba(255, 255, 255,1);
}
.user-search-follow img:nth-child(3){
    margin-left: 12px;
}
.user-search-follow{
        margin-top: 32px;
}
.user-search-follow span{
  font-weight: 500;
}
.people-search{
        margin: 0px;
    font-family: "Roboto";
    font-weight: 300;
}
.user-search-img-wrap{
    display: inline-block;
    vertical-align: top;
    width: 43%;
        margin-top: 10px;
    margin-bottom: 10px;
    height: 150px;
    float:right;
}
.user-search-img {
  display: flex;
    width: 100%;
    vertical-align: top;
}
.user-search-img img{
    display: inline-block;
    height: 100%;
    position: relative;
    margin-left: -35%;
}
.user-info-search i{
margin-right: 8px;
}
.user-search-img li{
    display: inline-block;
    width: 32%;
    height: 150px;
    overflow: hidden;
        margin-left: 1px;
}
.people-search >li{
       border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
        max-height: 170px;
}
.carousel-inner {
    width: 60%;
}
.carousel-inner .item img{
    height: 150px;
}
.classes-list-wrap{
    border: 1px solid #ffffff;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    border-radius: 9px;    
}
ul.classes-list li{
    max-width: 250px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 40px;
}
.classes-img{
    width: 100%;
}
.classes-img >img{
    width: 100%;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    position: relative;
    z-index: 1;
}
.user-info-wrap{
    display: inline-block;
}
.classes-dimension{
    border-bottom: 1px solid rgba(255,255,255,0.6);
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 300;
  color: rgba(51, 51, 51, 0.749);
  line-height: 1.2;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
  padding: 15px 0px;
  text-align: center;

}
.classes-info>button{
    border-radius: 5px;
    background-color:#635dc5;
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    border: 0;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: "Roboto";
    font-weight: 500;
    height: 32px;
    padding: 0px 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.classes-description {
  font-weight: 300;
  font-size: 14px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.429;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
   margin-top: 15px;
}
.classes-info{
    padding: 0px 10px;
    text-align: center;
}
.classes-timeleft{
  font-size: 18px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  line-height: 1.2;
 text-align: center;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
        margin-bottom: 20px;
        margin-top: 20px;
}
.classes-dimension > *{
display: inline-block;
}
.classes-dimension >div:nth-child(2){
  margin:0 22px;  
}
.classes-dimension .fa{
    font-size: 17px;
    margin-right: 6px;
}
.classes-timeleft span{
    margin-left: 12px;
}
.class-name{
display: inline-block;
    max-width: 80%;
}
.class-name-title,.class-creator{
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
}
.class-creator{
    font-weight: 300;
    font-style: italic;
    color: #dddddd;
}
.class-name-wrap >img {
    vertical-align: top;
        margin-top: 8px;
}
.class-name-wrap{
    margin-top: -39px;
    position: relative;
    z-index: 2;
    padding-bottom: 12px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+86&amp;0.14+0,1+51 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.14) 0%, rgba(0,0,0,1) 51%, rgba(0,0,0,1) 86%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.14)), color-stop(51%,rgba(0,0,0,1)), color-stop(86%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 86%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 86%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 86%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.14) 0%,rgba(0,0,0,1) 51%,rgba(0,0,0,1) 86%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.message-content {
    width: 67%;
    display: inline-block;
}
.message-wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.message .page-title {
    display: inline-block;
    margin: 33px 0px;
}
.all-message-left{
    max-width: 23%;
    display: inline-block;
    height: 100%;
    overflow: auto;
    background-color: rgba(250,250,250,0.4);
}
.current-message{
    width: 76%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.all-message-left ul li{
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.2)
}
.message-user-avatar{
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}
.message .user-count{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    margin-top: -25px;
    margin-left: 30px;
    padding-top: 6px;
    text-align: center;
    font-weight: 800;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.5);
}
.message-user-avatar img{
        width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.user-message-name{
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  color: rgb(46, 164, 44);
  line-height: 1.2;
  text-align: left;
  margin-bottom:12px; 
}
.all-message-text{
font-family: "Roboto";
    font-weight: 300;
    font-size: 12px;
    color: #333333;
    max-height: 36px;
    overflow: hidden;
}
.name-text-wrap{
    max-width: 60%;
    width: 50%;
    display: inline-block;
    margin-left: 10px;
}
.all-message-left .nav>li>a{
    padding:0;
    border: 0!important;
    margin: 0;
}
.message .nav-tabs>li.active>a{
    color: #555;
    background-color: rgba(250,250,250,0.7);
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.all-message-wrap{
  padding: 20px 15px 27px 10px;
}
.current-message-text{
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 300;
  color: rgb(51, 51, 51);
  line-height: 0.9;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
      padding: 10px 20px;
}
.current-message-wrap  .user-message-name{
    color: #333333;
    margin-bottom: 9px;
}
#message-time{
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 300;
    color: #999999;
    display: inline-block;
    float: right;
    margin-top: 24px;
}
.current-message-wrap .message-user-avatar{
    margin-left: 40px;
}
.current-message-wrap{
    margin-bottom: 40px;
}
.send-message-container{
    width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px 0px rgba(108, 107, 123, 0.2);
}
.send-user-avatar-wrap{
    width: 100px;
    height: 100px;
    display: inline-block;
        margin:15px 20px 35px 30px;
        vertical-align: top;
}
.send-user-avatar-wrap img{
    width: 100%;
    height: 100%;
border-radius: 50%;

}
#divtextarea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
    display: inline-block;
}
.send-message-container textarea{
width: 100%;
background: rgba(255,255,255,0.8);
height: 90px;
resize:none;
    border: 0;
        margin: 18px 30px 0px 0px;
        border-radius: 5px;
}
.image-message > ul>li{
display: inline-block;
}
.image-message > ul>li:nth-child(2){
    margin: 11px 18px 0px;
}
.pm-container{
        display: inline-block;
        width: 50%;
}
.send-message-container button{
  border-radius: 5px;
  background-color: rgb(222, 98, 118);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
  height: 44px;
  border: 0;
  padding: 10px 50px;
      margin-top: 40px;
      vertical-align:top;
margin-right: 30px;
float: right;
}
.lecture-count{
display: inline-block;
}
.classes-wrap .block-title{
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 300;
    color: #2e2d3f;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    margin-left: 10px;
    margin-bottom: 5px;
}
.classes-wrap hr{
    margin-top: 0px;
    margin-bottom: 40px;
}
#class-done-btn{
    background-color: rgba(255,255,255,0);
    border: 1px solid #635dc5;
    box-shadow: none;
    color: #635dc5;
}
.progressbar-wrap{
    width: 70%;
    height: 10px;
    background-color: #dddddd;
    margin:0!important;
    border-radius: 4px;
}
.progressbar-wrap >*{
    height: 100%;
    background-color: #50c14e;
    border-radius: 4px;
}
#progressbar-value-begin,#progressbar-value-done,#progressbar-value-resume{
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}
.done-bg{
    opacity: 0.6;
}
#readClass{
  border-radius: 5px;
  background-color: rgb(80, 193, 78);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
  height: 24px;
  border: 0;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: "Roboto";
    font-weight: 400;
}
.profile-tour-list li{
    border: 1px solid #fff;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
    width: 300px;
    text-align: center;
    display: inline-block;
        padding: 10px 10px;
        vertical-align: top;
        margin:0px 15px 100px 15px;
}
.tour-name{
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
  margin-bottom: 15px;
}
.tour-time{
      font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  color:#999999;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  margin-bottom: 25px;
}
.tour-reward{
    text-align: center;
    margin-bottom: 25px;
}
.tour-reward > *{
    display: inline-block;
    color: #2e2d3f;
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto";
}
.xp {
    text-transform: uppercase;
}
.coin{
    margin: 0 20px;
}
.coin>img{
    margin-left: 4px;
}
.tour-desc{
  color: #333333;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}
#class-reg-btn {
    border-radius: 5px;
    background-color: #635dc5;
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    border: 0;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: "Roboto";
    font-weight: 500;
    height: 32px;
    padding: 0px 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#class-done-btn{
    background-color: rgba(255,255,255,0);
    border: 1px solid #635dc5;
    box-shadow: none;
    color: #635dc5;
        border-radius: 5px;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    height: 32px;
    padding: 0px 60px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tour-avatar  {
  border:10px solid #ffffff;
  border-radius: 50%;
  background-image: -moz-linear-gradient( 90deg, rgb(216,122,0) 0%, rgb(255,180,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(216,122,0) 0%, rgb(255,180,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(216,122,0) 0%, rgb(255,180,0) 100%);
  box-shadow: inset 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-top: -19%;
}
.tour-lvl,.tour-age{
    vertical-align: top;
}
.tour-lvl{
    float: left;
}
.tour-age{
    float: right;
}
.message .row{
    margin: 0;
    height: 100%;
    overflow: hidden;
}
.message .col-md-2{
    padding: 0;
    height: 82.9%;

}
.message .col-md-8{
    padding: 0;
    height: 82.9%;


}
.message{
   height: 100%;
}
.message .col-md-2>*{
    width: 100%!important;

}
.message .cl-md-8>*{
            width: auto!important;
}
.col-md-8 > .message-content{
    width: auto;
    overflow: hidden;
    height: 100%;
}
.message .tab-content{
    height: 74%;
    overflow: auto;
}
html{
    height: 100%;
}
.tour-wrap{
    margin-top: 100px;
}
.search-nav{
    font-weight: 300;
    color: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.1);
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
      border-radius: 16px!important;
    background-image: url(../css/image/icons/gear.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.search-main{
    font-weight: 300;
    color: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.1);
  background-color: rgb(255, 255, 255);
  border-radius: 16px;
      border-radius: 16px!important;
    background-image: url(../css/image/icons/search.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.navbar-nav>li>a:hover{
    color: #2ea42c!important;
}
.navbar-nav>li>a>span{
    margin-left: 17px;
}
.navbar{
    margin-bottom: 0;
}

.user-right-name{
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;

}
.user-right-city{
    font-weight: 300;
    color: #777777;
    font-size: 12px;
    display: inline-block;
}
.user-info>img{
        float: right;
    margin-top: -5px;
    cursor: pointer;
}
.tags-search >li >img{
    margin-left: 12px;
    float: right;
    margin-top: 7px;
    font-weight: 400;
    color:#777777;
}
.tags-search li:hover{
background-color: #ffffff;
cursor: pointer;
}
.rating{
  display: none;
}
.gallery-on-page:hover .rating{
  display: inline-block;
}
.gallery-on-page:hover .gallery-name{
display: none;
}
.gallery-name{
    font-size: 16px;
    font-family: "Roboto";
    color: rgb(51, 51, 51);
    text-align: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    font-weight: 400;
    margin-top: 18px;
    margin-left: 9px;
    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.modal-gallery{
  border:5px solid rgba(0,0,0,0.4); 
  border-radius: 15px;
  background-color: rgb(250, 250, 250);
  box-shadow: none;
}
.modal-backdrop.in {
    opacity: .8;
}
.modal-gal-header{
    padding:18px 30px;
}
.modal-name{
  font-size: 26px;
  font-family: "Roboto";
  color: rgb(51, 51, 51);
  text-align: left;
  font-weight: 400;
  display: inline-block;
}
.modal-count{
    display: inline-block;
    float: right;
        margin-right: 80px;
}
.modal-gal-body >img{
    border-radius: 0;
}
.modal-gal-desc{
width: 45%;
    display: inline-block;
    color: #333333;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    vertical-align: top;

}
.modal-desc-name{
font-size: 18px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    text-align: left;
    margin-bottom: 15px;
    display: inline-block;
    width: 50%;


}
.modal-gal-tags{
    display: inline-block;
    width: 50%;
    float: right;
    vertical-align: top;
}

.modal-gal-footer{
    padding: 30px;
}
.modal-gal-tags .tags-list{
    background-color: #dddddd;
    color: #777777;
    font-weight: 300;
}
.modal-comment input{
  border:1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  background-color: rgb(240, 240, 240);
      height: 44px;
}
.btn-send-comm{
    width: 60px;
    background-color:#333333;
    height: 44px;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.modal-comment{
    margin-top: 29px;
    width: 70%;
}
.page-list{
    float: none;
    width: 26%;
    margin: 0 auto;
}
.rated-mark{
    border: 1px solid rgb(23, 144, 0);
    border-width: 1px;
    border-color: rgb(23, 144, 0);
    background-color: rgba(23, 144, 0, 0.102);
    height: 26px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 300;
    color: rgb(23, 144, 0);
    text-align: left;
    display: inline-block;
    width: 75px;
    text-align: center;
    float: right;
    margin-top: 18px;
    margin-right: 9px;
    display: none;
}
.vote-value{
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}
.add-comm{
  font-size: 18px;
    font-weight: 500;
  color: rgb(51, 51, 51);
  text-align: left;
  margin-bottom: 21px;
}
.user-avatar-modal{
  border: 5px solid #fff;
  width: 114px;
  height: 114px;
      margin-top: -90px;
}
.user-name-modal{
    margin-top: 115px!important;
    margin-left: 0px!important;
}
.comment-icon{
    display: inline-block;
}
.modal .eye-icon{
    margin: 0px 30px;
}
.modal #close-modal{
    width: 20px;
    height: 20px;
    float: right;
    background: url(../css/image/icons/close-modal.png);
    border:0;
    margin-top: 6px;
    margin-right: 6px;
}
.comment .user-follow-avatar{
 display: inline-block;   
}
.comment .user-follow-info{
    display: inline-block;
        vertical-align: top;
        margin-left: 15px;
        max-width: 85%;
}
.modal .user-follow-info >*{
    display: inline-block;
}
.modal .user-follow-info > .user-follow-name{
    font-size: 24px;
}
.modal .user-follow-info > .user-comm-city{
    margin-left: 30px;
}
.modal .user-follow-info > .user-comm-edu{
    margin-left: 30px;
}
.comment{
    margin-top: 30px;
}
.comment-date{
    display: block!important;
}
.classes-wrap{
    margin-top: 50px;
}
.community-avatar{
    width: 230px;
    height: 230px;
    display: inline-block;
}
.community-cover{
        width: 100%;
    height: 100%;
    object-fit: cover;
}
.community-info-wrap{
    display: inline-block;
    vertical-align: top;
        width: 79%;
}
.community-info>*{
    display: inline-block;
}
.community >li{
    width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
}
.community-name{
    font-weight: 400;
    color: #2e2d3f;
    font-size: 24px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.004);

}
.community-info{
    margin-top: 25px;
    margin-bottom: 30px;
}
.community-info-wrap{
    margin-left: 34px;
    width: 55%;
}
.community-info >*{
margin-right: 30px;
}
.community-desc{
    margin-right: 0!important;
    margin-top: 30px;
}
#follow-community{
  border-radius: 5px;
  background-color: rgb(80, 193, 78);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
  top: 373px;
  width: 160px;
  height: 32px;
  border:0;
  color: #fff;
}
.follow-wrap{
        width: 20%;
    display: inline-block;
background-color: rgb(243, 243, 243);
}
/*---------------------SETTINGS--------------------*/
.set-block{
  border:1px solid rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.8);
  width: 700px;
  margin: 0 auto;
  padding: 30px 45px 20px 40px;
  border-radius: 10px;
  margin-top: 10px;
}
.set-wrap{
    display: inline-block;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}
.avatar-set{
    width: 128px;
    height: 128px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}
.avatar-rule{
    display: inline-block;
    font-size: 12px;
    width: 480px;
    font-weight: 300;
}
.avatar-rule-title{
    font-size: 24px;
    color: #2e2d3f;
}
.file_upload{
  position: relative;
  overflow: hidden;
  background-color: rgb(99, 93, 197);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  width: 230px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin-top: 27px;
}
.file_upload input[type=file] {
  position: absolute;
  top: 0; right: 0;
  font-size: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.wrap-file-img {
    background-color: rgb(73, 68, 151);
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
}
.file-limit{
    display: inline-block;
  font-size: 12px;
  font-family: "Roboto";
  color: rgb(153, 153, 153);
  line-height: 1.5;
  vertical-align: top;
  margin-top: 11px;
    margin-left: 5px;
    margin-top: 37px;
}
.block-name{
    font-size: 16px;
    color: #2e2d3f;
    font-weight: 400;
    display: inline-block;
    margin-right: 40px;
}
.select-wrap{
  border:1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 102px;
  height: 42px;
  background: url(../css/image/icons/arrow-select.png)no-repeat 90%;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}
.select-wrap select {
    padding: 10px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
        opacity: 0.4;
}
.select-wrap select:focus {
    outline: none;
}
.select-city{
    width: 350px;
}
.set-block .select-city{
    margin-bottom: 30px;
}
.marg-line{
margin-left: 40px;

}
.social-set{
    display: inline-block;
}
.social-set>li{
margin-bottom: 10px;
}
.social-set >li>a{
display: inline-block;
}
.social-set >li>div{
display: inline-block;
margin-left: 5px;
}
.vtop{
    vertical-align: top;
}
.email-field{
  border:1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 102px;
  height: 42px;
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-weight: 500;
  width: 350px;
}
.city-field{
  border:1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 102px;
  height: 42px;
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-weight: 500;
  width: 350px;
  margin-bottom: 20px;
}
.password-field{
    border:1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 102px;
  height: 42px;
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-weight: 500;
  width: 350px;
}
/*---------modal-add-work---------*/
#newTitle{
  font-size: 36px;
  font-weight: 300;
  color: #333333;
  display: inline-block;
  margin-right: 34px;
}
.save-work {
  width: 112px;
  height: 32px;
  background-color: rgb(24, 161, 53);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  border: 0;
  text-align: center;
  color: #fff;
  margin-top: 9px;
  display: inline-block;
}
#addNewWork .modal-header{
  padding:0;
  text-align: center;
}
.new-upload-zone{
border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: rgba(250, 250, 250, 0.502);
    width: 375px;
    height: 300px;
    /* padding: 80px 50px; */
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.img-input-wrap{
    border-radius: 5px;
    background-color: rgb(0, 126, 255);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
    width: 190px;
    height: 40px;
    position: absolute;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    z-index: 3;
    bottom: 40px;
    left: 95px;
}

.img-input-wrap_wall{
  

    position: absolute;
    overflow: hidden;
    
    margin: 10px auto;
    z-index: 3;
  
}

.img-input-wrap_muz{
    position: absolute;
    overflow: hidden;
   margin-top: -9px;
    left: 230px;
    z-index: 4;
  display: inline-block;
   
}

.img-input-wrap_vid{
    position: absolute;
    overflow: hidden;
   margin-top: -9px;
    left: 265px;
    z-index: 5;
  display: inline-block;
   
}


.img-input-wrap> img{
  margin-right: 8px;
}
.img-input-wrap input[type="file"]{
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.img-input-wrap_wall input[type="file"]{
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.img-input-wrap_muz input[type="file"]{
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.img-input-wrap_vid input[type="file"]{
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}




.img-input-wrap_wall> img{
  margin-right: 15px;
}


.zone-title{
  font-size: 24px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  line-height: 1.25;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
}
.upload-zone-text{
  text-align: center;
  margin-bottom: 30px;
  position: relative;
    z-index: 4;
    margin-top: 100px;
}
.upload-zone-text>span{
  font-size: 14px;
  color: #888888;
  font-weight: 300;
}
.publish-btn {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(24, 161, 53);
    border-radius: 5px;
    background-color: #d7f1dc;
    width: 114px;
    height: 34px;
    font-size: 14px;
    color: rgb(24, 161, 53);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 2;
    top: 170px;
    left:  130px;
    opacity:0.7;
}
.publish-btn>img{
  margin-right: 5px;
}
.user-tags-wrap{
      display: inline-block;
     width: 468px;
    margin-left: 20px;
}
.popular-tag-list{
  display: inline-block;
  border-right: 1px solid #000;
  padding-right: 20px;
  padding-left: 20px;
}
.popular-tag-list li{
  margin-bottom: 5px;
}
.popular-tag-list li:hover{
  color: #007eff;
  cursor: pointer;
}
.tags-popular>li{
  border-radius: 12px;
  background-color: rgb(238, 241, 242);
  display: inline-block;
  padding: 5px 9px 5px 9px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.tags-popular{
  width: 230px;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}
.popular-title{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.textarea-desc{
  border:1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 390px;
  height: 102px;
}
.tags-input{
  border:1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
      position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
        height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.add-pic-tags >li{
  border:1px solid rgb(239, 239, 239);
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  width: 95px;
  height: 26px;
    text-align: center;
  font-size: 14px;
  color: rgb(60, 70, 72);
  line-height: 1.714;
  font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.add-pic-tags_hd >li{
  border:1px solid rgb(239, 239, 239);
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  width: 95px;
  height: 26px;
    text-align: center;
  font-size: 14px;
  color: rgb(60, 70, 72);
  line-height: 1.714;
  font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}



.popular-pic-tags >li{
    text-align: left;
  font-size: 14px;
  color: rgb(60, 70, 72);
  line-height: 1.714;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
}
.popular-pic-tags >li:hover{
color: #007eff;
cursor: pointer;
    }
    .popular-pic-tags{
        padding-right: 40px;
        display: inline-block;

}
.drop-tag-wrap{
    width: 398px;
    padding: 20px;
    padding-right: 0px;
        width: 466px;
}
.list-drop-tag{
        width: 50%;
    display: inline-block;
        border-right:1px solid rgba(0,0,0,1);
}
.selected-tag{
    display: inline-block;
      width: 48%;
        white-space: normal;
        vertical-align: top;
}
.selected-pic-tags >li{
  border:1px solid rgb(239, 239, 239);
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  width: 87px;
  height: 26px;
    text-align: center;
  font-size: 14px;
  color: rgb(60, 70, 72);
  line-height: 1.714;
  font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
}
.apply-tags{
    border: 0;
  border-radius: 5px;
  background-color: rgb(0, 126, 255);
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.4);
  left: 1385px;
  top: 496px;
  width: 90px;
  height: 32px;
      margin-left: 45px;
color: #fff;
}
#addNewWork .modal-body{
    background-color: #f1f3f4;
    border-radius: 10px;
}
.new-pic-name{
  border-radius: 5px;
  background-color: rgb(227, 232, 234);
  height: 42px;
  font-size: 26px;
  color: rgb(51, 51, 51);
  line-height: 1.154;
  text-align: left;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
  display: inline-block;
  overflow: hidden;

}
.pic-rate{
    display: inline-block;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    vertical-align: top;
}
.pic-stat{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.delete-pic {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(131, 149, 152);
  border-radius: 5px;
  background-color: rgba(131, 149, 152, 0.2);
  width: 104px;
  height: 34px;
}
.edit-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 4px;
    width: 16px;
    display: none;
    z-index: 1;
}
ul.gallery-item>li:hover .edit-icon{
    display: block;
    cursor: pointer;
}
.work-name-inp{
    background-color: rgb(227, 232, 234);
    border: 0;
    border-radius: 5px;
    height: 42px;
    padding-left: 5px;
}
.work-name-inp:focus {
    background-color: rgb(255,255,255);
    border: 1px solid rgb(0,0,0);
    border-radius: 10px;
    width: 100%;
}
.pencil{
    margin-right: 10px;
}
#follow{
        border-radius: 5px;
    background-color: rgb(80, 193, 78);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    border: 0;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    height: 32px;
    padding: 0px 60px;
    margin-bottom: 15px;
}
