/* Portfolio */

/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/* Portfolio Page Styles Starts */

.portfolio-section {
}

.portfolio-section, .contact-section, .intro-section  {
    text-align: center;
}


ul#gallery-filter {
    text-align: center;
}
ul#gallery-filter li {
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
}
ul#gallery-filter li a {
    font-weight: normal;
}
ul#gallery-filter li a.active,
ul#gallery-filter li a:hover,
ul#gallery-filter li a:focus {
    color: #171719;
    text-decoration: none;
}
ul#gallery-grid {
    margin: 0 -10px;
    padding: 0;
    list-style:none;
    overflow: hidden;
}
ul#gallery-grid li {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 183px;
    height: auto !important;
    height: 183px;
}
ul#gallery-grid .hover-content {
    overflow: hidden;
    position: relative;
}
ul#gallery-grid .hover-content img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
}
ul#gallery-grid .hover-content:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
ul#gallery-grid .hover-content .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    text-align :center;
    background: rgba(23, 23, 25, 0.8);
    color: #fff;
    opacity: 0;
}
ul#gallery-grid .hover-content:hover .overlay {
    opacity: 1;
}
ul#gallery-grid .hover-content .fa {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 10px);
    font-size: 24px;
}
ul#gallery-grid .hover-content h6 {
    text-align: center;
    line-height: 180px;
    text-transform: uppercase;
}



ul.gallery-grids {
    margin: 0 -10px;
    padding: 0;
    list-style:none;
    overflow: hidden;
}
ul.gallery-grids li {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 183px;
    height: auto !important;
    height: 183px;
}
ul.gallery-grids .hover-content {
    overflow: hidden;
    position: relative;
}
ul.gallery-grids .hover-content img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    transform: scale(1.0);
}
ul.gallery-grids .hover-content:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}
ul.gallery-grids .hover-content .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    text-align :center;
    background: rgba(23, 23, 25, 0.8);
    color: #fff;
    opacity: 0;
}
ul.gallery-grids .hover-content:hover .overlay {
    opacity: 1;
}
ul.gallery-grids .hover-content .fa {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 10px);
    font-size: 24px;
}
ul.gallery-grids .hover-content h6 {
    text-align: center;
    line-height: 180px;
    text-transform: uppercase;
}
/* Generic Styles Starts */

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.img-center {
    margin-left: auto;
    margin-right: auto;
}
.divider-1 {
    margin: 15px auto 25px;
    width: 570px;
    height: 1px;
    background-color: #fff;
}
#main-contact-form .form-control,
#main-contact-form .btn-secondary,
.no-border-radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.services-block .fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.no-boxshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
ul#gallery-grid .hover-content,
ul#gallery-grid .hover-content img,
ul#gallery-grid .hover-content .overlay,
#main-contact-form .btn-secondary {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.gallery-grids .hover-content,
ul.gallery-grids .hover-content img,
ul.gallery-grids .hover-content .overlay,
#main-contact-form .btn-secondary {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
}

.img-portfolio:hover {
    opacity: 0.8;
}
