/*------------------------------------------------------------

    GLOBAL

    BROWN   #b7814f
    BLACK   #151515

------------------------------------------------------------*/

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    color: #666;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.5;
}

body h1,
body h2,
body h3,
body h4 {
    color: #333;
    margin-top: 0;
    font-family: 'Roboto';
}

body h1 {
    font-size: 32px;
    text-transform: uppercase;
}

body h2 {
    font-size: 26px;
    text-transform: uppercase;
}

a,
a:active {
    color: #B7814F;
    -webkit-transition: .25s ease;
    transition: .25s ease;
}

a:hover,
a:focus {
    color: #c9986b;
}

a.readmore {
    text-transform: uppercase;
    font-weight: 600;
}

.container-wrap {
    padding: 60px 0;
}

.container-wrap:nth-child(even) {
    background: #ffffff;
}

.container-wrap:nth-child(odd) {
    background: #f5f5f5;
}


/*------------------------------------------------------------

    ALERTS

------------------------------------------------------------*/

.alert {
    position: relative;
    top: -60px;
    margin-bottom: 0px;
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 300;
}

.alert-success {
    color: #fff;
    background-color: #64b444;
}

.alert-danger {
    color: #fff;
    background-color: #ba3030;
}


/*------------------------------------------------------------

    LISTS

------------------------------------------------------------*/

.list > li > i {
    color: #B7814F;
}

.list_col_2 {
    overflow: auto;
}

.list_col_2 li {
    float: left;
    width: 50%;
}


/*------------------------------------------------------------

    BUTTONS

------------------------------------------------------------*/

.btn {
    padding: 10px 25px;
    font-size: 16px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    border-radius: 0;
    outline: 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #B7814F !important;
    border-color: rgba(0, 0, 0, .2) !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #B7814F !important;
    border-color: rgba(0, 0, 0, .2) !important;
    box-shadow: inset 0 1000px rgba(255, 255, 255, .2);
}

.btn-outline {
    color: #fff !important;
    border: 3px solid #fff;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, .1);
}

.btn-lg {
    padding: 15px 40px;
    font-size: 22px;
}


/*------------------------------------------------------------

    HEADER

------------------------------------------------------------*/

#header-primary {
    background: #151515;
}

#header-primary .navbar {
    margin-bottom: 0;
    border: 0;
}

#header-primary .nav > li > a {
    padding: 0 15px;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 20px;
    line-height: 100px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0) !important;
}

#header-primary .nav > li > a:hover {
    background: rgba(255, 255, 255, .1) !important;
}

#header-primary .nav > li.current > a {
    color: #B7814F !important;
}

#header-primary .navbar-brand {
    height: 100px;
    padding: 15px 0;
}

#header-primary .navbar-brand img {
    width: 100%;
}


/* Mobile Menu */

#header-primary .navbar-toggle .icon-bar {
    background: #aaa;
}

#header-primary .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    max-height: 88px;
    padding: 0 30px;
    border-width: 0 0 0 1px !important;
    border-color: rgba(255, 255, 255, .15);
    border-radius: 0;
}


/*------------------------------------------------------------

    FOOTER

------------------------------------------------------------*/

#footer {
    padding: 20px 0;
    background: #222;
}

#footer img {
    width: 200px;
}

#footer ul {
    display: inline;
    padding: 0;
}

#footer ul > li {
    display: inline-block;
    list-style: none;
}

#footer ul > li > a {
    margin-left: 20px;
    color: #fff;
    font-family: "roboto condensed";
    font-size: 18px;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
    text-decoration: none;
}

#footer ul > li.current > a {
    color: #B7814F !important;
}

#footer ul > li > a:hover {
    opacity: .7;
    text-decoration: none;
}

#copyright {
    padding: 1% 0;
    background: #151515;
}


/*------------------------------------------------------------

    PAGE HEADER

------------------------------------------------------------*/

#page-header {
    padding: 20px 0;
    background-color: #B7814F;
    background-image: url('../img/bg-halftone.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

#page-header h1 {
    color: #fff;
    margin: 0;
}


/*------------------------------------------------------------

    CALL TO ACTION

------------------------------------------------------------*/

#call-to-action {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    color: #fff;
    font-size: 22px;
    background-color: #B7814F;
    background-image: url('../img/bg-halftone.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

#call-to-action small {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
    text-transform: uppercase;
}


/*------------------------------------------------------------

    HOME

------------------------------------------------------------*/

#home-header {
    height: 60%;
    color: #fff;
    font-family: "Roboto";
    background-image: url(../img/bg-home-header.jpg);
    background-size: cover;
    background-position: 50%;
    line-height: 1;
}

#home-header .container {
    display: flex;
    height: 100%;
}

#home-header .row {
    margin: auto;
}

#home-header small {
    display: block;
    font-size: 46px;
    font-weight: 300;
}

#home-header span {
    display: block;
    font-size: 71px;
    font-weight: 300;
    text-transform: uppercase;
}

#home-header .btn-lg {
    margin-top: 20px;
}

#home h1 {
    font-size: 28px;
    text-transform: uppercase;
}

#home-intro {
    box-shadow: inset 0 -50px #e2e2e2;
}

#home-intro .overlay-excavator {
    position: absolute;
    top: -90px;
    right: -20px;
}

#top-three {
    padding-bottom: 170px;
    border-top: 1px solid #ddd;
}

#top-three img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    background: #eee;
}

#services {
    border-top: 1px solid #ddd;
}

#services img {
    display: block;
    margin: 10px 0 20px;
    width: 100%;
    background: #eee;
}

#testimonial {
    position: relative;
    z-index: 1;
    background-color: #1a1a1a;
    box-shadow: inset -400px 0 0 #151515;
}

#testimonial .block {
    height: 180px;
    color: #fff;
    background-image: url(../img/bg-testimonial-quote.png);
    background-position: -40px 0;
    background-repeat: no-repeat;
}

#testimonial blockquote {
    margin: 0;
    padding: 30px 100px 0 80px;
    height: 135px;
    border: 0;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

#testimonial cite {
    padding: 30px 0 0 0;
    background: #151515;
}

#testimonial cite:before {
    content: "";
    border-top: 180px solid transparent;
    border-bottom: 0;
    border-left: 0;
    border-right: 50px solid #151515;
    height: 180px;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
}

#testimonial cite .name {
    color: #b7814f;
    font-size: 22px;
    font-style: normal;
}

#testimonial cite .company,
#testimonial cite .location {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

#testimonial cite a {
    margin-top: 30px;
    display: block;
}

#gallery .thumbnail {
    height: 150px;
    background-color: #eee;
    background-size: cover;
    background-position: 50%;
    border: 0;
    border-radius: 0;
    transition: all .25s ease;
}

#gallery .thumbnail:hover {
    text-decoration: none;
    box-shadow: inset 0 1000px rgba(183, 129, 79, 0.8);
}

#gallery .thumbnail:hover:before {
    content: "\f002";
    display: block;
    width: 100%;
    color: #fff;
    font-size: 25px;
    font-family: 'Fontawesome';
    text-align: center;
    line-height: 143px;
}

div.pp_default .pp_details {
    position: initial !important;
}

div.pp_default .pp_description {
    position: absolute !important;
    top: 30px !important;
    left: 7px !important;
    margin: 0 !important;
    padding: 0 20px 0 40px;
    color: #000 !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    line-height: 54px !important;
    background: rgba(255, 255, 255, .7) !important;
}


/*------------------------------------------------------------

    ABOUT

------------------------------------------------------------*/

#about-us .cert {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}


/*------------------------------------------------------------

    OUR TEAM

------------------------------------------------------------*/

#team-members img {
    margin-bottom: 20px;
    width: 100%;
}


/*------------------------------------------------------------

    TESTIMONIALS

------------------------------------------------------------*/

#testimonials ul {
    margin: 0;
    padding: 0;
}

#testimonials #testimonial-list li {
    overflow: hidden;
    display: block;
    list-style: none;
    margin-bottom: 30px;
}

#testimonials blockquote {
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    border: 2px solid #D5D5D5;
    padding: 20px 30px;
}

#testimonials blockquote:before {
    content: "";
    border-top: 15px solid #d5d5d5;
    border-bottom: 15px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    bottom: -41px;
    left: 40px;
    height: 40px;
}

#testimonials cite .name {
    display: block;
    margin-top: 20px;
    color: #b7814f;
    font-size: 18px;
    font-style: normal;
}

#testimonials cite .company,
#testimonials cite .location {
    font-size: 14px;
    font-style: italic;
}

#testimonials cite a {
    margin-top: 30px;
    display: block;
}

#testimonials #contact-form {
    padding-bottom: 10px;
    background: #B7814F;
    border-radius: 10px;
    overflow: hidden;
}

#testimonials #contact-form h3 {
    background: #A67347;
    padding: 10px 20px;
    border-bottom: 2px solid #151515;
}

#testimonials #contact-form .form-group {
    color: #fff;
    padding: 0 20px;
}


/*------------------------------------------------------------

    PROJECT GaLLERY

------------------------------------------------------------*/

#gallery a.thumbnail {
    margin: 10px 0;
}


/*------------------------------------------------------------

    CONTACT US

------------------------------------------------------------*/

#contact-us .container-wrap {
    color: #fff;
    background-image: url('../img/bg-contact-us.jpg');
    background-size: cover;
    background-position: center left;
    box-shadow: inset 0 100000px rgba(21, 21, 21, 0.65);
}

#contact-us h1 {
    color: #fff;
    font-size: 74px;
    line-height: 1;
}

#contact-us h1 small {
    display: block;
    color: rgba(255, 255, 255, .6);
    font-size: 40%;
    line-height: 1.5;
    text-transform: initial;
}

#contact-us .col-md-8 p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}

#contact-us .col-md-8 strong {
    display: inline-block;
    width: 140px;
}

#contact-us .col-md-8 a {
    color: #fff;
}

#contact-us .col-md-8 a:hover {
    color: #fff;
}

#contact-us form label {
    color: #fff;
}

#contact-us form h3 {
    color: #fff;
    border-bottom: 2px solid #B7814F;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}