/* Base CSS */


#page-content {
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: white;
}

.contact-me-page #page-content {
  padding-top: 90px;
  padding-bottom: 100px;
}

#page-content p {
  font-size: 14px;
}

.section-w-image {
  position: relative;
}

.section-description {
  background-color: #f8f8f8;
  padding: 80px 30px;
}

.section-description.dark {
  background-color: #333333;
}

/* Portfolio / Gallery */
#portfolio {
  padding: 30px 0;
}

#portfolio.no-gutter {
  padding: 0;
}



.gallery-page #page-content {
  padding: 75px 15px 85px 15px;
}

body.gallery-full {
  background-color: white;
}

.gallery-full #page-content {
  padding: 60px 0 70px 0 !important;
}

.gallery-full #portfolio .project {
  padding: 0;
}

.gallery-full .full-height {
  max-height: 550px;
}

.gallery-full .full-height-wrapper {
  max-height: 550px;
}

.gallery-full .slider-container {
  max-height: 550px;
  padding-top: 60px;
}

.gallery-full .slider-wrapper {
  max-height: 550px;
}

.gallery-full .slider {
  max-height: 550px;
}

.gallery-full .slick-arrow {
  position: absolute !important;
}

.gallery-full .portfolio-filter {
  margin-top: 0;
}

#portfolio ul.portfolio {
  margin-bottom: 0 !important;
}

.portfolio-filter {
  margin-top: 35px;
  margin-bottom: 20px;
}

.portfolio-filter.list-inline li {
  padding: 0;
}

.portfolio-filter a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 6px 15px;
}

.portfolio-filter a.active {
  color: #111111;
  background-color: #f8f8f8;
}

.portfolio-filter a:hover {
  background-color: #ebebeb;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(17, 17, 17, 0.8);
  -webkit-transition: all .2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .5s linear;
  transition: all .2s linear;
}

.hovereffect:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect-title h5 {
  font-size: 14px;
  color: white;
  background: transparent;
  text-align: center;
  position: absolute;
  top: 43%;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px;
}

.hovereffect-title p {
  font-size: 10px !important;
  color: #999999;
  background: transparent;
  text-align: center;
  position: absolute;
  top: 52%;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.project.portrait-img .hovereffect-title h5 {
  font-size: 14px;
  color: white;
  background: transparent;
  text-align: center;
  position: absolute;
  top: 46%;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px;
}

.project.portrait-img .hovereffect-title p {
  font-size: 10px !important;
  color: #999999;
  background: transparent;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px;
}

.hovereffect:hover h6, .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

#portfolio .project {
  padding-top: 15px;
  padding-bottom: 15px;
}

#portfolio .project-description {
  font-size: 14px;
}

.project.block img {
  margin-top: 0;
  margin-bottom: 0;
}

.project-info i {
  font-size: 16px;
  margin-top: 5px;
  vertical-align: middle;
}

.project-info span {
  margin-left: 20px;
  margin-top: 3px;
  position: absolute;
}

.project-info .info {
  margin: 15px 0;
}

.project-info a {
  font-size: 14px;
}

.info-buttons {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#project-slider {
  margin-bottom: 30px;
}

/* Lightbox */
.mfp-arrow {
  color: white;
  opacity: 0.7 !important;
}

.mfp-arrow:hover {
  opacity: 1 !important;
}

.mfp-arrow:after {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  top: 5px !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:after {
  content: '\f105' !important;
  font-family: "FontAwesome" !important;
  font-size: 40px;
  border-left: none !important;
  margin-left: 46px !important;
}

.mfp-arrow-left:after {
  content: '\f104' !important;
  font-family: "FontAwesome" !important;
  font-size: 40px;
  border-right: none !important;
  margin-left: 27px !important;
}

/* End Lightbox */
/* End Portfolio / Gallery */

@media only screen and (max-width: 991px) {
#demo .header-details-text {
    padding: 15px 150px;
}
}

@media only screen and (max-width: 600px) {
#demo .header-details-text {
    padding: 15px;
}

.cta-line {
    text-align: center;
}

.cta-line .btn {
    margin: 30px auto 0 auto;
}

.cta-line .pull-left, .cta-line .pull-right {
    float: none !important;
}
}

/* End Demo */
/* Media Screens */
@media only screen and (max-width: 1200px) {
 
}
@media only screen and (max-width: 991px) {
 

  #page-content {
    padding-bottom: 145px;
  }

  .gallery-page #page-content {
    padding-bottom: 125px;
  }

  #services {
    padding: 20px 0;
  }

  #services-3col {
    padding: 20px 0;
  }

}
@media only screen and (max-width: 767px) {
 /* .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }*/

 
  #page-content.has-fixed-top {
    padding-top: 60px;
  }

  #page-content {
    padding-bottom: 150px;
  }

  .gallery-page #page-content {
    padding-top: 70px;
    padding-bottom: 150px;
  }

  .gallery-full #page-content {
    padding: 50px 0 133px 0 !important;
  }

  .gallery-full .slider-container {
    padding-top: 50px;
  }


 
  #page-content {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .gallery-page #page-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .gallery-full #page-content {
    padding: 0 !important;
  }

  .contact-me-page #page-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #page-content.has-fixed-top {
    padding-top: 10px;
  }

  

  .spinner {
    left: 46%;
  }
}
@media only screen and (max-width: 600px) {
  

  .spinner {
    left: 45%;
  }
}
@media only screen and (max-width: 480px) {
  

  #portfolio .col-xs-6 {
    width: 100%;
  }


}
/* Min Widths */
@media only screen and (min-width: 992px) {
  .split-menu {
    max-height: 60px;
  }
}
@media only screen and (min-width: 768px) {
 
}
/* End Min Widths */
/* / End Media Screens */
