
/*=============*/
.gallery.gallery-grid.about-gallery {
  position: relative;
  padding-bottom: 60px;
  padding-top: 90px;
  text-align: left;
}

.gallery.gallery-grid.about-gallery .iblock {
  position: relative;
  display: inline-block;
}
.gallery.gallery-grid.about-gallery .theme_title {
  position: relative;
  margin-top: 0px;
}

.gallery.gallery-grid.about-gallery .theme_title h2 {
  color: #fff;
}

.about-gallery:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.80);
    z-index: 0;
}

.about-gallery .tab-content .item {
    display: none;
}

.about-gallery .tab-content .item.collapsed {
    display: block;
}
.about-gallery .tab-links {
    position: relative;
}
.about-gallery .tab-links ul {
    position: relative;
    display: inline-block;
    margin-left: 100px;
    margin-bottom: 30px;
    
}
.about-gallery .tab-links ul li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}
.about-gallery .tab-links ul li i {
    margin-right: 10px;
}


.about-gallery .tab-links ul li a h2 {
   font-size: 14px;
   color: #fff;
   text-transform: uppercase;
}



.gallery{
  position:relative;
  padding:0px 0px 60px;
}
.gallery.gallery-grid {
  padding:0px 0px 90px;
  text-align: center;
}

.gallery .theme_title {
  margin-bottom: 40px;
}

.gallery .filters{
  position:relative;
  text-align:center;
  margin-bottom:40px;
  margin-top: 60px;
}
.gallery .isotop_item{
  margin-bottom: 30px;
}

.gallery .filters li{
  position:relative;
  display:inline-block;
  padding:15px 15px;
  line-height:24px;
  color:#333;
  border-bottom: 2px solid #f7f7f7;
  cursor:pointer;
  text-transform:uppercase;
  font-size:14px;
  font-weight:700;
  margin:0px 12px 0px;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}

.gallery .filters li .txt{
  position:relative;
  display:block;
  z-index:1;  
}

.gallery .filters li:after{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:1;
  background: #f7f7f7;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}

.gallery .filters li:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
}




.gallery .filters li:hover:before,
.gallery .filters li.active:before{
  opacity:1;
}
.gallery .filters li:hover:after,
.gallery .filters li.active:after{
  opacity:0;
}

.gallery .filters {
    display: inline-block;
    background: #f7f7f7;
}
.gallery .default-item{
  position:relative;
}



.gallery .default-item.mix{
  display:none;
}


.gallery .filter-list .single-item{
  margin-bottom:30px;
}


.gallery .default-item .inner-box{
  position:relative;
  width:100%;
  overflow:hidden;
}

.gallery .default-item .single-item {
  position: relative;
}

.gallery .default-item .single-item .image-box {
  text-align: center;  
    line-height: 225px;
}

.gallery .default-item .single-item .image-box img {
  display: inline-block;
}



.gallery .default-item .single-item .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}
.gallery .default-item .single-item:hover .overlay-box {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .2s;
  transition: .2s;
}

.gallery .default-item .single-item .overlay-box .inner {
  position: relative;
  height: 100%;
}


.gallery .default-item .single-item .overlay-box .bottom-content {
    position: absolute;
    bottom: -60px;
    right: 0;
    left: 0;
    padding: 20px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.gallery .default-item .single-item:hover .overlay-box .bottom-content {
    bottom: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.gallery .default-item .single-item .overlay-box .bottom-content h4 {
  text-align: left;
}
.gallery .default-item .single-item .overlay-box .bottom-content h4 a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

.gallery .default-item .single-item .overlay-box .bottom-content .price {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.gallery .default-item .single-item .overlay-box .bottom-content .prev-rate{
  font-size: 14px;
  color: #fff;
  text-decoration: line-through;
  font-weight: 400;
  margin-left: 10px;
}
.gallery .default-item .single-item .overlay-box .bottom-content .icon-box {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #fff;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
}
.gallery .default-item .single-item .overlay-box .bottom-content .icon-box a {
  font-size: 20px;
}

.gallery .default-item .single-item .overlay-box .image-view {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.gallery .default-item .single-item:hover .overlay-box .image-view {
    top: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.gallery .default-item .single-item .overlay-box .image-view .icon-holder {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.gallery .default-item .single-item .overlay-box .image-view .icon-holder a {
    width: 45px;
    height: 45px;
    display: inline-block;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
}

.gallery .default-item .single-item .overlay-box .image-view .icon-holder a span::before {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 100;
    padding: 10px 14px;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
}

.gallery .load-more-button {
    padding-top: 40px;
}

.gallery .load-more-button a {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 14px;
    text-transform: uppercase;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    border-radius: 3px;
}



.icon-holder:before {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 25px;
  color:#333
}



.gallery-single-area {
    padding-bottom: 90px;
    padding-top: 90px;
}

.gallery-items .gallery-single-item .left-content .img-holder {
    margin: 0 0 59px;
}

.gallery-items .gallery-single-item .left-content .content .sec-title {
    padding-bottom: 23px;
}

.gallery-items .gallery-single-item .left-content .content .top-text {
    margin: 0 0 16px;
}

.gallery-items .gallery-single-item .right-content {}

.gallery-items .gallery-single-item .right-content .sec-title {
    padding-bottom: 23px;
}
.gallery-items .gallery-single-item .right-content .sec-title h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    
}

.gallery-items .gallery-single-item .right-content .content .top-text {
    margin: 0 0 26px;
}

.gallery-items .gallery-single-item .right-content .project-info {
    margin: 30px 0 55px;
}

.gallery-items .gallery-single-item .right-content .project-info li {
    margin-bottom: 18px;
}

.gallery-items .gallery-single-item .right-content .project-info li:last-child {
    margin-bottom: 0;
}

.gallery-items .gallery-single-item .right-content .project-info li i {
    color: #aeaeae;
    display: inline-block;
    font-size: 16px;
    width: 20px;
}

.gallery-items .gallery-single-item .right-content .project-info li b {
    color: #343434;
    font-size: 14px;
    text-transform: uppercase;
}

.gallery-items .gallery-single-item .right-content .project-info li span {
    float: right;
}

.gallery-items .gallery-single-item .right-content .related-project {
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-items .gallery-single-item .right-content .related-project .sec-title {
    padding-bottom: 30px;
    padding-left: 4px;
}

.gallery-items .gallery-single-item .right-content .related-project li {
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}

.gallery-items .gallery-single-item .right-content .related-project li .img-holder {
    position: relative;
    overflow: hidden;
}

.gallery-items .gallery-single-item .right-content .related-project li .img-holder img {
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    opacity: 0;
}

.gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay .image-view {
    display: table;
    height: 100%;
    width: 100%;
}

.gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay .image-view .icon-holder {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay .image-view .icon-holder a {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    width: 35px;
}

.gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay .image-view .icon-holder a span::before {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 100;
    padding: 5px 0;
    text-align: center;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
}

.gallery-items .gallery-single-item .right-content .related-project li .img-holder .overlay .image-view .icon-holder a:hover {
    background: #ba0913;
}

.gallery-items .gallery-single-item .right-content .related-project li:hover .overlay {
    opacity: 1;
}

.gallery-items .gallery-single-item .right-content .related-project li:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.gallery-items .prev-next-button {
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}

.gallery-items .prev-next-button .icon-holder {
    display: inline-block;
}

.gallery-items .prev-next-button .icon-holder i {
    color: #797979;
    display: inline-block;
    font-size: 22px;
    height: 45px;
    width: 45px;
    padding: 12px 10px;
}

.gallery-items .prev-next-button .prev a,
.gallery-items .prev-next-button .next a {
    color: #797979;
    font-size: 14px;
    text-transform: uppercase;
}

.gallery-items .prev-next-button .prev,
.gallery-items .prev-next-button .next {
    line-height: 52px;
}
.gallery-items .prev-next-button .prev a i,
.gallery-items .prev-next-button .next a i {
    font-size: 25px;
}

.gallery-items .prev-next-button .prev a i {
    margin-right: 7px;
    font-size: 25px;
    font-weight: 700;
    color: #9c9c9c;
}

.gallery-items .prev-next-button .next a i {
    margin-right: 7px;
    font-size: 25px;
    font-weight: 700;
    color: #9c9c9c;
}

.gallery-items .prev-next-button .prev p,
.gallery-items .prev-next-button .next p {
    font-size: 14px;
    color: #343434;
    margin: 0;
}



.gallery-items .load-more-button a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 14px;
    text-transform: uppercase;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    border-radius: 0px;
}

.gallery-items .load-more-button a:hover {
    background: #000000 none repeat scroll 0 0;
}





.gallery .default-item .single-item .overlay-box,.img_holder .opacity {
  background:rgba(127, 180, 1, 0.9);
}



     /*_________ Content Primary Color ________*/

.about-gallery .link-btn a:hover,.image-box,
.gallery .default-item .single-item .overlay-box .bottom-content .icon-box a,
.gallery .filters li:hover,.gallery .filters li.active,.gallery-items .gallery-single-item .right-content .project-info li i,.gallery-items{
  color:#7fb401;
}

.gallery .filters li.active{
  border-color:#7fb401;
}

ul {margin:0;padding: 0;}








