/*
 |-----------------------------------------------------
 | TABLE OF CONTENTS
 |-----------------------------------------------------
 | @GENERAL
 | @HEADER
 | @FOOTER
*/

/*
 |-----------------------------------------------------
 | @GENERAL
 |-----------------------------------------------------
*/
html, body {
    font-family: 'Open Sans';
}
a {
    color: #212121;
    transition: all 0.5s ease;
}
a:hover {
    text-decoration: none;
    color: #FFC13C;
}
p {
    line-height: 1.8;
}
.full-width {
    width: 100%;
}

/* BUTTONS */
.btn.btn-primary {
    background-color: #212121;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    transition: all 0.5s ease;
}
.btn.btn-primary:hover {
    background-color: #FFC13C;
    color: #212121;
}
.btn.btn-secondary {
    border-radius: 0;
    background-color: #FFC13C;
    color: #212121;
    transition: all 0.5s ease;
}
.btn.btn-secondary:hover {
    color: #FFFFFF;
    background-color: #212121;
}

/* FORM */
.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 44px;
}
.form-control:focus {
    border-color: #FFC13C;
    box-shadow: none;
}

/*
 |-----------------------------------------------------
 | @HEADER
 |-----------------------------------------------------
*/
#header {
    background-color: #FFFFFF;
    padding-top: 10px;
}
#header .logo {
    width: 140px;
    color: #000000;
    text-align: center;
}
#header .logo:hover {
    text-decoration: none;
}
#header .logo img {
    width: 100%;
    max-width: 80px;
}
#header .logo .logo-text {
    font-family: "Blippo Black";
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    top: -10px;
}
#header .navbar-default {
    background-color: #FFFFFF;
    border-top: 0;
    margin-bottom: 0;
}
.navbar-nav {
    margin-top: 25px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #212121;
    font-weight: 600;
    position: relative;
}
.navbar-default .navbar-nav > li > a:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 15px;
    bottom: 0;
    right: 15px;
    background-color: transparent;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.navbar-default .navbar-nav > li > a:hover:after {
    background-color: #FFC13C;
}
.navbar-btn {
    float: right;
    font-size: 24px;
    margin-right: 20px;
    display: none;
    margin-top: 20px;
}

/*
 |-----------------------------------------------------
 | @FOOTER
 |-----------------------------------------------------
 */
#footer {
    padding: 60px;
    border-top: 1px solid #e7e7e7;
    text-align: center;
}
#footer .footer-menu {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 15px;
    list-style: none;
}
#footer .footer-menu:after {
    content: "";
    display: table;
    clear: both;
}
#footer .footer-menu li {
    width: 25%;
    float: left;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

/*
 |-----------------------------------------------------
 | @HOME
 |-----------------------------------------------------
 */
.home-hero {
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(255,193,60, 0.6)), url(../images/home-hero.jpg);
    /* background-image: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(255,193,60, 0.6)), url(../images/home-hero.jpg); */
    padding: 100px 0 120px;
    background-size: cover;
}
.hero-inner {
	width: 50%;
}
.hero-inner h1 {
	color: #FFFFFF;
	font-size: 80px;
	line-height: 120px;
    font-weight: bold;
}
.hero-inner p {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}
.home-section {
    margin-bottom: 60px;
    text-align: center;
}
.home-section .btn {
    margin-top: 20px;
}
.page-header {
    border-bottom: none;
}

/*
 |-----------------------------------------------------
 | @PROJECT
 |-----------------------------------------------------
 */
.project-item {
    border: 1px solid #EFEFEF;
    transition: all 0.5s ease;
    text-align: center;
    margin-bottom: 40px;
}
.project-item:hover {
    box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.4);
}
.project-item .project-details {
    padding: 20px;
}
.project-item .project-details h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
}
.project-item .project-details h3:before {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #FFC13C;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    margin-bottom: -20px;
}
.project-item .project-details a:hover {
    color: #212121;
}

.page-header {
    display: block;
    text-align: center;
}
.page-header-inner {
    background-color: #212121;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px 20px;
}
.page-header-inner h2 {
    margin: 0;
}
.page-header-inner span {
    color: #FFC13C;
}
/*
 |-----------------------------------------------------
 | @PROJECT VIEW
 |-----------------------------------------------------
 */
.project-page .project-title h1 {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 20%;
    width: 100%;
    z-index: 2;
    background-color: #FFFFFF;
    line-height: 1.8;
    border: 0.4rem solid #212121;
    padding: 20px;
}
.project-page .project-title h1:after {
    height: 4px;
    width: 100px;
    position: absolute;
    content: "";
    bottom: 0;
    background-color: #FFC13C;
    left: 0;
    margin-bottom: -30px;
}
.project-page .project-description {
    margin-top: 40px;
}
.project-page .project-gallery {
    margin: 40px 0;
}
.project-page .project-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
}
.project-page .project-gallery .gallery-item img {
    position: absolute;
    height: 100%;
    z-index; 2;
    width: auto;
    left: 50%;

    transform: translate(-50%);
}

/*
 |-----------------------------------------------------
 | @CONTACT
 |-----------------------------------------------------
 */
#gmap {
	width:100%;
	height:400px;
	display:block;
	margin-bottom: 30px;
	z-index:1;
}

.about-section {
    margin-bottom: 40px;
}

.company-services {
    margin-bottom: 40px;
}
.company-services .col-sm-4 {
    border: 1px solid #EFEFEF;
    border-right: 0;
    border-bottom: 0;
}
.company-services .col-sm-4:last-child {
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.company-services .col-sm-4:nth-child(3) {
    border-right: 1px solid #EFEFEF;
}
.company-services .col-sm-4:nth-child(4),
.company-services .col-sm-4:nth-child(5) {
    border-bottom: 1px solid #EFEFEF;
}
.company-services .col-sm-4:hover {
    background-color: #FFC13C;
}
.service-item {
    text-align: center;
    padding: 30px;
}
.service-item h2 {
    font-size: 20px;
    text-transform: uppercase
}
.service-item img {
    width: 100%;
    max-width: 50px;
}

/*
 * Lightbox
 */

.lightbox .lightbox-item {
  position: relative;
}

.lightbox .lightbox-item > img {
  width: 100%;
  border-radius: 2px;
}

.lightbox .lightbox-item:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  border-radius: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.lightbox .lightbox-item:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.lightbox .lightbox-item:hover {
  cursor: pointer;
}

.lightbox [data-src]:before,
.lightbox [data-src]:after {
  content: " ";
  display: table;
}

.lightbox [data-src]:after {
  clear: both;
}

.lightbox [data-src]:before,
.lightbox [data-src]:after {
  content: " ";
  display: table;
}

.lightbox [data-src]:after {
  clear: both;
}

.lightbox .lightbox-item:not(.p-item) {
  position: relative;
}
table .lightbox [data-src]:before, .lightbox [data-src]:after { content: none; }

#lg-slider:after {
  content: "";
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #2196f3;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: -1;
}

#lg-outer {
  background: rgba(255, 255, 255, 0.95);
}

#lg-outer .object {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

#lg-close {
  display: none;
}

#lg-action {
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 0 !important;
  height: 40px;
  text-align: center;
}

#lg-action > a {
  background: transparent;
  color: #9D9D9D;
  font-size: 18px;
  width: 28px;
  height: 37px;
}

#lg-action > a:hover {
  background: transparent;
  color: #000;
}

#lg-action .cl-thumb {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 38px;
  background: #f44336;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

#lg-action .cl-thumb:after {
  text-align: center;
  left: 16px !important;
  bottom: 6px !important;
  color: #fff;
}

#lg-action .cl-thumb:hover {
  background: #f32c1e;
}

#lg-gallery .thumb-cont {
  background: #f44336;
  text-align: center;
}

#lg-gallery .thumb-cont .thumb-info {
  background: #f44336;
}

#lg-gallery .thumb-cont .thumb-info .count {
  display: none;
}

#lg-gallery .thumb-cont .thumb-info .close {
  width: 14px;
  margin-top: 0;
  background: none;
}

#lg-gallery .thumb-cont .thumb-info .close:hover {
  background: none;
}

#lg-gallery .thumb-cont .thumb {
  opacity: 1;
  filter: alpha(opacity=100);
}

#lg-gallery .thumb-cont .thumb-inner {
  display: inline-block;
  padding: 12px 12px 15px;
}

.lg-slide {
  background: none !important;
}

.lg-slide em {
  font-style: normal;
}

.lg-slide em h3 {
  margin-bottom: 5px;
}

.lg-slide .video-cont {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}


@media(max-width:768px) {
    .navbar-btn { display: block; }
    .navbar-default .navbar-collapse {
        position: absolute;
        width: 100%;
        top: 110px;
        text-align: center;
        background: #FFFFFF;
        z-index: 3;
    }
    .hero-inner h1 {
        font-size: 40px;
        line-height: 60px;
    }
    #footer .footer-menu li {
        width: 100%;
        float: none;
    }
    .project-page .project-title h1 {
        position: relative;
        top: 0;
        margin-top: 20px;
        left: 0;
    }
}