.white{
    color:#000;
    background-color:#fff;
}

.btn-facebook {
    color: #ffffff;
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2b4b90;
    background-image: -moz-linear-gradient(top, #3b5998, #133783);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b5998), to(#133783));
    background-image: -webkit-linear-gradient(top, #3b5998, #133783);
    background-image: -o-linear-gradient(top, #3b5998, #133783);
    background-image: linear-gradient(to bottom, #3b5998, #133783);
    background-repeat: repeat-x;
    border-color: #133783 #133783 #091b40;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998', endColorstr='#ff133783', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    margin-top: 7px;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
    color: #ffffff;
    background-color: #133783 !important;
    *background-color: #102e6d !important;
}

.btn-facebook:active,
.btn-facebook.active {
    background-color: #0d2456 \9 !important;
}

.btn-facebook.btn-google {
    background-color: #2b4b90;
    background-image: linear-gradient(to bottom, #b70909, #e33e3e);
    padding: 6px 9px;
}
.navbar .brand {
    color:#51a351;
}
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}
 .itemx {
    text-align: center !important;
  }
.placeholder {color: #BFBFBF;}
::-webkit-input-placeholder {color: #BFBFBF;}
:-moz-placeholder {color: #BFBFBF;}


 .tab_header {
     font-size: 16px;
     color: #828282;
 }
 .nav-tabs>.active>a {
     background: #2077ff !important;
     color: #fff !important;
 }
 .active .tab_header {
     color: #fff!important;
     font-weight: normal;
 }


/*NEW UPDATE*/

@media (min-width: 1200px) { .container { width: 1024px; } }
  @media (max-width: 1024px) { 
    .xhide {
       display: none;
    }
  }

  body .container,body .span12,body .row {
    max-width: 1024px; !important;
  }

  @media screen and (max-width: 769px) {
    /* STYLES HERE */
    .btn-lg
btn-lg {
      padding: 0px 8px;
      font-size: 12px;
      height: 35px;
    }
    .btn-lg
btn-lg [class^="glyphicon glyphicon-"], .btn-lg
btn-lg [class*=" glyphicon glyphicon-"] {
      margin: 0px;
    }
  }

  .thumbnail.selected {
     background-color: #D1142A;
     color: white;
  }


  #currentPage { border: 1px solid #eee; height: 25px; padding: 0 5px; width: 50px; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; }

.mlink::-webkit-input-placeholder::after {
    display:block;
    content:"Link 1\A Link 2\A Link 3\A ...";
}

.photo-item {
  border: solid thin #333;
  padding: 2px;
}

.item_photo {
  position: relative;
}
.item_photo_link {
  position: absolute;
  bottom: 25px;
  right: 20px;
  display: none;
}
.item_photo:hover .item_photo_link {
  display: inline-block;
}

.imgvector {
  position: absolute;
  bottom: 27px;
  left: 30px;
  font-size: 11px;
  background-color: rgba(90, 90, 90, 0.03);
  padding: 5px;
  color: rgba(148, 148, 148, 0.67);
}
.selected .imgvector {
  color:white;
  background-color: rgba(253, 253, 253, 0.22);
}

.search-loading { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75); height: 100%; left: 0; position: absolute; text-align: center; top: 0px; width: 100%; z-index: 100; line-height: 100px; padding-top:50px; }
.removeline {white-space: nowrap;}

.navbar-default .navbar-nav>li>a,.form-group label { 
  white-space: nowrap;
}
.well {
  margin-top: 15px;
}
.modal-overflow .modal-body {
  overflow: hidden;
}

.serverStatus{
    margin-bottom: 5px;
}
.serverStatus ul{
    margin:  0;
    list-style-type: none;
    padding: 0;
}

.serverStatus ul li{
    margin:  0 20px 0 0;
    float: left;
    border: 1px #ccc solid;
    padding: 3px 10px;
    border-radius: 3px;
}

.serverStatus ul li i{
    margin-left: 5px;
}



/* Photo */
.searchBox{

    margin: 0 auto;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 51px;
    left: 0;
    height: 100px;
    background: #fff;
    padding: 15px 0;


}

.searchBox .wrapper{
    width: 70%;
    margin: 20px auto;
}

.searchBox .search-group{
    display: flex;
}

.searchBox .search-group button{
    width: 120px;
    margin-left: 30px;
}

.photo-content{
    margin-top: 110px;
}

.photoList{}
.photoList .photos{
    margin: 0 -15px;
}
.photoList .item{
    background: #fff;
    box-shadow: 0px 3px 5px #e0e0e0;
    margin-bottom: 15px;
}
.photoList .item .image-wrap{

    overflow: hidden;
}
.photoList .item .borderImage{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
}
.photoList .item .borderImage img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}
.photoList .item .info{
    position: relative;
    min-height: 60px;
    padding: 10px;

}
.photoList .item .info .photo-name{
    font-weight: bold;
    margin-bottom: 0px;
    max-height: 20px;
    overflow: hidden;
}
.photoList .item .info .cat-name{
    font-size: 12px;
    margin: 0;
    min-height: 17px;
}

.photoList .item .info a{
    color: #333;
}

.photoList .item .info a:hover{
    color: #428bca;
    text-decoration: none;
}

.photoList .item .info .file-type{
    position: absolute;
    top: 9px;
    right: 3px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 5px #ccc;
    text-align: center;
    line-height: 40px;
}

.photoList .item .info .file-pdf{
    background: #ff4d4d;
    color: #fff;
}

.photoList .item .info .file-png{
    background: #479ee2;
    color: #fff;
}

.photoList .item .info .file-eps{
    background: #6947e2;
    color: #fff;
}

.photoList .item .info .file-jpg{
    background: #2f2f2f;
    color: #fff;
}


.searchHeader{
    margin-bottom: 20px;
    font-size: 25px;
}
.searchHeader span{
    font-weight: bold;
}

.paging{
    text-align: center;
}

.paging .pagination{
    text-align: center;
}

.photoDetails{}
.photoDetails .content{}

.photo-intro{
    background: #fff;
}

.photo-intro .toolbar{

}

.photo-intro .breadcrumb{
    background: #fff;
}

.photo-intro .thumb{
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.photo-intro .thumb .border-image{
    width: 100%;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
}

.photo-intro .thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photo-intro .thumb span{
    display: block;
    margin-top: 10px;
}

.file-info{
    padding: 25px 15px 15px;
}

.file-info .line{
    margin-bottom: 10px;
}

.file-info .line .label{
    color: #000;
    width: 120px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}

.photo-desc{
    margin-top: 20px;
    background: #fff;
    padding: 15px;
}

.photo-desc .box-header,
.photoRelate .box-header
{
    margin-bottom: 20px;
}

.photo-desc img{
    max-width: 100%;
}


.box-tags{
    background: #fff;
    padding: 15px;
}
.box-tags .box-heading{
    margin-bottom: 20px;
}
.box-tags .box-content{}
.box-tags .box-content .tag{
    background: #f3f2f2;
    border: 1px #ccc solid;
    padding: 3px 7px;
    display: inline-block;
    border-radius: 3px;
    color: #333;
}


.box-tags .box-content .tag:hover{
    text-decoration: none;
    background: #e0e0e0;
}

.noresult{
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
    color: #aaa;
}

.noresult i{
    font-size: 70px;
}

.photoRelate{
    margin-top: 20px;

}

.aspect-ratio{}
.aspect-ratio > div{
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;

}
.v3-4{
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}

.v3-2{
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
}

.v16-9{
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.download-button{
    text-align: center;
    background: #fff;
    padding: 15px;
    border-bottom: 1px #ccc solid;
}

.nav-photo{
    position: relative;
}

.nav-cat{
    display: none;
    position: absolute;
    top: 46px;
    left: 20px;
    width: 150px;
    padding: 0;
    margin: 0;
    background: #fff;
    border: 1px #ccc solid;
    border-radius: 3px;
    z-index: 999;

}
.nav-cat li{
    list-style-type: none;

}

.nav-cat li a{
    display: block;
    padding: 5px 10px;
}

.nav-cat li a:hover{
    text-decoration: none;
    background: #efefef;
}
.nav-photo:hover .nav-cat{
    display: block;
}

.block{
    margin-top: 20px
}

.block .block-content{
    background: #fff;
    padding: 10px;
}

.quality_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}
.quality_box span{}
.quality_box .quality{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    margin: 0;
    padding: 0 0 0 10px;
    flex-wrap: wrap;
}
.quality_box .quality li{
    list-style-type: none;
    margin: 0 10px;
}

.quality_box .quality li label{
    margin: 0;
}

.nav>li>a{padding: 15px 10px}
.tabbable .nav>li>a{padding: 10px}

.tag-item {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag-item::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag-item::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.blog-intro{
    background: #fff
}
.blog-content{
    padding: 0 15px 15px;
}

.blog-content h1{
    margin: 0;
    font-size: 22px;
}

.blog-content h3{
    font-size: 14px;
}

.blog-content .publish-at{
    font-size: 12px;
}

.blog-content .thumb{
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.blog-content .border-image {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.blog-content .border-image img{
     width: 100%;
     height: 100%;
     object-fit: contain;
}
.d-flex{
    display: flex;
}
.blog-list{
    background: #fff;
    padding: 10px;
}

.blog-list .item{
    justify-content: left;
    align-items: flex-start;
    background: #fff;
    margin-bottom: 10px;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 10px;
}
.blog-list .item:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-list .item .image-wrap{
    width: 120px;

}

.blog-list .item .borderImage{
    justify-content: center;
    align-items: center;
    border: 1px #ccc solid;
    padding: 3px;
    display: flex;
    width: 100%;
    height: 100%;
}

.blog-list .item .image-wrap img{
    width: 100%;
}

.blog-list .item .info{
    margin-left: 15px;
}

.blog-list .item a{
    color: #000;
    font-weight: bold;
}



.blog-relate .box-header{
    margin-bottom: 10px;
}
