
/* Album */
.UserHeader{
  border-bottom: 1px solid #4A748F;
  float: left;
  width: 100%;
  padding-bottom:20px;
}
.thumbnail-margin{
    margin-bottom: 20px;
}
.view-album-info-wrap{
    background-color: #f5f5f5;
    font-size: 12px;
    color:#666666;
    overflow:hidden;
}
.view-album-info-wrap > div{
    float:left;
    margin: 6px;
}
.view-user-info{
    width:220px;
}
.view-user-info > div{
    margin-left:57px;
}
img.album-avatar{
    border:1px solid #CCCCCC;
    float:left;
}
.view-album-info{
    overflow:hidden;
    width:55px;
}
.view-album-info .descript-icon{
    max-width: 40px;
    margin-left: 4px;
}
.avatar-name{
    font-size:14px;
    font-weight: bold;
}
.view-album-description{
    width:629px;
    overflow: hidden;
    height: 40px;
}
.title_usr{
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    line-height: 15px;
}

.thumbnail {
    position: relative;
}

.trending-medium-image{
    display: block;
    margin: auto;
}

.dis_tb {
    display: table;
    position: relative;
}
.cont_img {
    display: table-cell;
    vertical-align: middle;
}

.drop_cont{
  color: #FFFFFF;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 0 1px 0 #000000;
    float: right;
}
.btn-edit-album{
    width:100px;
    margin:0 10px;
}
.btn.btn-share{
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}
.sort_title{
  color: #4A748F;
}
.sortBy{
  color: #999999;
}
.contArrow{
  border-left: 1px solid red; 
}

.navusr .divider-vertical {
    color: #fff;
    font-weight: normal;
}

.navusr li{
    line-height:15px;
    float:left;
}

.navusr .nav > li > a {
    padding: 6px 15px;
     color: #4A748F;
    float: none;
    font-family: Helvetica;
    font-size: 12px;
    font-stretch: normal;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: normal;
}

.navusr .nav > .active > a, .navusr .nav > .active > a:hover, .navusr .nav > .active > a:focus {
 background: rgb(226,226,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */ 
color: #999999;
text-shadow:none;
font-size: 12px;
font-weight: bold;
}

.navusr .nav {
    margin:0 0 0 10px;  
    border: 1px solid #D4D4D4;
    border-radius: 4px 4px 4px 4px;
    overflow:hidden;
    height: 32px;
}

.navusr .divider-vertical {
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    height: 32px;
    padding: 0;
}

.more_pag{
    border: 1px solid #D4D4D4;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 20px;
    padding:10px 15px;
    color: #4A748F;
    float: none;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.sort {
  border: 1px solid #D4D4D4;
  border-radius: 5px 5px 5px 5px;
  height: 31px;
  position:relative;
  width: 180px;
  height: 32px;
}

.sort span{
  float:left;
  margin: 7px 0 7px 7px;
  padding: 0px 7px 0px 0px;
  font-family: Helvetica;
  font-size: 12px;
  color: #4a748fd;
  font-weight: bold;

}

.sort div{
  float:left;
  margin: 7px 0px 9px 0px;
  color: #999999;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  width: 60%;

}
.sort i{
  float:left;
  margin: 10px;
}

.sort .arrowDown{
  border-left: 1px solid #D4D4D4;
  float: right;
  height: 32px;
  margin:0px;
  width: 16%;
}

.dropdown-menu > li > a{
  color: #4a748fd;
  font-weight: normal;
  font-size: 12px;
}

.sort,.more_pag a{
  cursor: pointer;
  text-decoration: none;
}

.ads-holder{
background-color: #ddd;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,
        color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent),
        color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),
        color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),
        to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);

    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;

    background-size: 6px 6px;
    color: #66666;
    font-size: 12px;
    width: 460px;
    height: 345px;
}

.ads-holder .ads-center{
  margin: auto;
  text-align: center;
}
.ad-image{
    width: 300px;
    height: 250px;
}
.ad-text{
    margin: 25px 80px 5px;
}
.comments{
    color: #4a748f;
    font-size: 12px;
    font-weight: bold;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 0;
    

    display: inline-block;
    position: relative;
    vertical-align: top;
    
    float: left;   
    
}

/*.comments::before {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  content: "\00a0";
  display: block;
  height: 17px;
  width:  17px;
  position: absolute;
  top: 12px;
  left: -10px;
          transform: rotate(45deg) skew(-20deg, -20deg);
     -moz-transform: rotate(45deg) skew(-20deg, -20deg);
      -ms-transform: rotate(45deg) skew(-20deg, -20deg);
       -o-transform: rotate(45deg) skew(-20deg, -20deg);
  -webkit-transform: rotate(45deg) skew(-20deg, -20deg);
}*/

.comments:after {
  content: "\00a0";
  border-color: transparent #FFFFFF transparent transparent;
  border-image: none;
  border-style: inset solid solid none;
  border-width: 7px 8px;
  height: 1px;
  left: -8px;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
}
.comments:before {
  content: "\00a0";
  border-color: transparent #999999 transparent transparent;
  border-image: none;
  border-style: inset solid solid none;
  border-width: 8px 9px;
  height: 1px;
  left: -9px;
  position: absolute;
  top: 14px;
  width: 0;
  z-index: 1;
}

.no-comments{
    margin: 70px auto;
    text-align: center;
}

#sections-wrapper .row {
  margin-bottom: 3px;
}

#sections-wrapper .thumbnails > li {
    margin-bottom: 13px;
}

.comments {
    color: #4A748F;
    font-size: 12px;
    font-weight: bold;
}
.comment_cont a {
    text-decoration: none;
}
.avatar{
    display: block;
    float: left;
    margin-right: 10px;
}
.individual_comment img{
    width: 46px;
    height:46px;
}
.individual_comment:first-child + .individual_comment{
    border-top: none!important;
    margin-bottom: 3px;
    padding-top: 10px;
}
.individual_comment {
    border-bottom: 1px solid #cccccc;
    height: 60px;
    margin-bottom: 0px;
    overflow: hidden;
    padding: 6px 10px;
}
.comment_cont .avatar {
    float: left;
    height: 41px;
    margin-right: 5px;
    width: 41px;
}
.comment_info {
    color: #999999;
    font-family: Helvetica;
    font-size: 10px;
    font-weight: normal;
    width: 100%;
    float: left;
}
.comment_info a {
    color: #000000;
    cursor: pointer;
    font-family: Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.commented {
    color: #666666;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    display: block;
    float: left;
    width: 72%;
    word-wrap: break-word;
    max-height: 47px
}
.view-more-comments{
    color: #4a748f;
    text-shadow: 1px 1px #ffffff;
    background-color: #cccccc;
    height: 20px;
    position: relative;
    text-align: center;
    top: -1px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.view-more-comments a:hover{
    text-decoration: none!important;
}
.add-comment{
    padding: 35px 0;
    text-align: center;
}

.cont_album{
  position: relative;
}

.social-share {
    margin-left: -120px;
    top: 0;
}

#view-share-btn .dropdown-menu{
  display: block;
  opacity: 0;
  filter:alpha(opacity=0);
}

#view-share-btn .dropdown-menu li{
  padding: 5px 10px;
}
.UserHeader .avatar{
    margin-right: 10px;
    position: relative;
}
.album_owner{
  float: left;
  line-height: 16px;
  width: 136px;
  word-wrap: break-word;  
}