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

    GLOBAL

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

* {
    outline: none !important;
}

html {
    height: 100%;
    font-size: 15px;
}

body {
    height: 100%;
    color: #666;
    font-family: 'Raleway';
    font-size: 1rem;
    line-height: 1.5;
    background-color: #e0e0e0;
}

h1,
h2,
h3,
h4 {
    color: #2c3743;
    margin-top: 0;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
}

a {
    color: #4e789e;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

a:hover,
a:active,
a:focus {
    color: #5d9bd3
}

p {
    margin-bottom: 20px;
}

.content_block {
    margin: 10px 0;
    padding: 70px 0;
    background-color: #ffffff;
}

blockquote.page_quote {
    margin: 0;
    padding: 0;
    font-family: Lora;
    font-size: 2rem;
    font-style: italic;
    text-align: center;
    border: 0;
}

blockquote.page_quote cite {
    display: block;
    margin-top: 10px;
    font-size: 1.5rem;
    font-family: raleway;
    font-style: normal;
}



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

    Alerts

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

.alert.float {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 110;
    width: 600px;
    margin-left: -300px;
    background: #fff !important;
    text-align: center;
    padding: 50px;
    border-radius: 0;
    border-width: 5px 0 0 0;
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, .7);
}

.alert.float.sm {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 110;
    width: 300px;
    margin-left: -150px;
    background: #fff !important;
    text-align: center;
    padding: 50px;
    border-radius: 0;
    border-width: 0;
}

.alert.float.alert-success {
    color: #606060;
    border-color: #5cb85c;
}

.alert.float.alert-danger {
    color: #606060;
    border-color: #d9534f;
}

.alert.float strong {
    display: block;
    font-size: 1.4rem;
}

.alert.float .close_alert {
    position: absolute;
    top: 5px;
    right: 15px;
    color:#aaa;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}


/* Alert colors.
--------------------------------------*/

.alert-default {
    color: inherit;
    background-color: #d5d5d5;
}

.alert-primary {
    color: #fff;
    background-color: #3daa61;
}

.alert-success {
    color: #fff;
    background-color: #5cb85c;
}

.alert-info {
    color: #fff;
    background-color: #5bc0de;
}

.alert-warning {
    color: #fff;
    background-color: #f0ad4e;
}

.alert-void {
    color: #fff;
    background-color: #c76ec7;
}

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


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

    BUTTONS

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

.btn {
    padding: 10px 20px;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,.15);
}

.btn-primary {
    color: #fff;
    background-color: #c4c47f !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    background-color: #acac66 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #c4c47f !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: #fff;
    background-color: #a5a565 !important;
}

.btn-text {
    font-size: .85rem;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.btn-lg {
    font-size: 1rem;
    padding: 15px 30px;
}


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

    CARDS

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

.card {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
}

.card_image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50%;
}

.card_txt {
    padding: 25px 30px 20px;
}



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

    IMAGE GALLERY

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

.gallery a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 130px;
    overflow: hidden;
    text-decoration: none;
    background-color: #eee;
    background-size: cover;
    background-position: 50%;
}

.gallery a i {
    color: #fff;
    font-size: 25px;
    opacity: 0;
    background: rgba(44, 55, 67, 0.5);
    box-shadow: 0 0 0 400px rgba(44, 55, 67, 0.5);
}

.gallery a:hover i {
    opacity: 1;
}


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

    FORMS

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

form .honeypot {
    display: none;
}

form .required {
    color: #cc0000;
}

form .form-control {
    border-radius: 0;
}


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

    SECONDARY

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

#header_secondary {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 40px;
    color: #aaaaaa;
    line-height: 40px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d5d5d5;
}

#header_secondary ul {
    margin: 0;
}

#header_secondary ul > li > a {
    display: inline-block;
    margin-left: 20px;
    padding: 0;
    color: #aaaaaa;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#header_secondary ul > li > a:hover,
#header_secondary ul > li > a:active,
#header_secondary ul > li > a:focus {
    color: #151515;
    text-decoration: none !important;
}

#header_secondary #social_media {
    margin-left: -10px;
}

#header_secondary #social_media > li {
    padding: 0;
    text-align: center;
}

#header_secondary #social_media > li > a {
    margin: 0;
    width: 30px;
    font-size: 1.15rem;
    line-height: 40px;
}


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

    PRIMARY

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

#header_primary {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .075);
}

#header_primary .navbar {
    margin: 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
}

#header_primary .navbar-brand {
    position: absolute;
    top: -40px;
    left: 50%;
    z-index: 10;
    float: none;
    display: block;
    margin-left: -175px;
    padding: 0;
    width: 350px;
    height: auto;
}
#header_primary .navbar-brand img {
    width: 100%;
    height: auto;
}

#header_primary .navbar-brand-alt {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
}

#header_primary .navbar-nav {
    width: 100%;
    text-align: right;
}

#header_primary .navbar-nav > li {
    float: none;
    display: inline-block;
}

#header_primary .navbar-nav > li > a {
    margin: 20px 4px;
    padding: 0 16px;
    color: #aaaaaa;
    font-size: 1rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#header_primary .navbar-nav > li > a:hover,
#header_primary .navbar-nav > li > a:active,
#header_primary .navbar-nav > li > a:focus {
    color: #666666;
    background: #f0f0f0;
}

#header_primary .navbar-nav > li.current > a {
    color: #fff;
    font-weight: 700;
    background: #c4c47f;
}

#header_primary .navbar-nav > li.dropdown.open > a {
    color: #fff;
    background: #2c3743;
    box-shadow: none !important;
}

#header_primary .dropdown-menu {
    position: absolute;
    top: 60px;
    left: -102px;
    padding: 0;
    background: #2c3743;
    border: 0;
}

#header_primary .dropdown-menu h3 {
    margin-top: 5px;
    color: #ffffff;
    font-size: 1.65rem;
    text-transform: uppercase;
}

#header_primary .dropdown-menu ul > li > a {
    color: #aaa;
    font-size: 1.15rem;
}


/* Mobile Menu */

#header_primary .icon-bar {
    background-color: #aaa;
}

#header_primary .navbar-toggle {
    top: 24px;
    right: 15px;
    margin: 0;
}


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

    PAGE

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

#page_title * {
    vertical-align: middle;
}

#page_title {
    background-color: #2c3743;
}

#page_title .title {
    margin: 0;
    padding: 20px 0;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 300;
}

#page_title span {
    display: inline-block;
    color: #ffffff;
    line-height: 34px;
}

#page_title #share-buttons {
    display: inline-block !important;
    margin-top: 20px;
}

#page_title #share-buttons a {
    border: 1px solid #fff;
    border-radius: 100px;
    width: 30px;
    height: 34px;
    text-align: center;
    box-sizing: content-box;
    font-size: 18px;
    margin-right: 6px;
    transition: all .25s ease;
}

#page_title #share-buttons a:hover {
    background: #000;
    border: 1px solid #000;
}

#page_title #share-buttons a i {
    line-height: 34px;
    color: #fff;
}


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

    HOMEPAGE

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

.home #slider .item {
    padding: 128px;
    background-color: #2c3743;
    background-attachment: fixed;
    background-position: 50% 0;
}

.home #slider .item .slide_title small {
    display: block;
    color: #c4c47f;
    font-weight: 600;
    font-size: 2.75rem;
    line-height: 1.1;
    margin-top: 0;
    text-transform: uppercase;
}

.home #slider .item .slide_title {
    margin: 40px 0 10px;
}

.home #slider .item .slide_title span {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.1;
    margin-top: 0;
    text-transform: uppercase;
}

.home #slider .item .slide_body {
    padding: 10px 0;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 300;
}

.home #services {
    padding: 50px 0   
}
    
.home #services h2 {
    margin-top: 10px;
    color: #2c3743;
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.home #services .container > .row > div > .row > div {
    margin: 20px 0;
}

.home #experience {
    background-image: url('../../../pages/home/img/bg_experience.jpg');
    background-position: 50% 50%;
}

.home #experience h2 {
    color: #2c3743;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.home #experience h2 span {
    display: block;
    color: #c4c47f;
}

.home #about {
    color: #ffffff;
    background-image: url('../../../pages/home/img/bg_about.jpg');
    background-position: 50% 50%;
}

.home #about h2 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.home #about h2 span {
    display: block;
    color: #c4c47f;
}

.home #about .testimonial_block {
    min-height: 270px;
    background-color: #ffffff;
}

.home #about .testimonial_block .carousel-control {
    top: 50%;
    margin-top: -30px;
    width: 30px;
    height: 60px;
    text-shadow: none;
    background-color: #c4c47f;
    background-image: none !important;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    -o-transition: all .25s ease;
}

.home #about .testimonial_block .carousel-control:hover,
.home #about .testimonial_block .carousel-control:active,
.home #about .testimonial_block .carousel-control:focus {
    background-color: #a5a565;
}

.home #about .testimonial_block .carousel-control.left {
    margin-left: -10px;
}

.home #about .testimonial_block .carousel-control.right {
    margin-right: -10px;
}

.home #about .testimonial_block .carousel-control i {
    line-height: 60px;
    font-size: 1.7rem;
}

.home #about .testimonial_block blockquote {
    color: #666;
    margin: 0;
    padding: 60px 70px 0;
    font-size: 1.2rem;
    font-style: italic;
    border: 0;
}

.home #about .testimonial_block blockquote:before,
.home #about .testimonial_block blockquote:after {
    content: '"';
}

.home #about .testimonial_block cite {
    display: block;
    margin-top: 15px;
    padding: 0 70px 60px;
    color: #666;
    text-align: right;
    font-size: 1rem;
    font-style: normal;
}


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

    RESIDENTIAL

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

.residential #slider .item {
    height: 650px;
    display: flex;
    align-items: center;
    background-color: #2c3743;
    background-attachment: fixed;
    background-position: 50% 0;
}

.residential #slider .item .slide_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 350px;
    margin-left: -580px;
    background: #2c3743;
    padding: 30px 40px 0;
}

.residential #slider .item .slide_wrap:after {
    content: '';
    width: 1px;
    height: 1px;
    border-right: 350px solid transparent;
    border-top: 80px solid #2c3743;
    position: absolute;
    bottom: -80px;
    left: 0;
}

.residential #slider .item .slide_title {
    margin: 40px 0 10px;
}

.residential #slider .item .slide_title small {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.1;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.residential #slider .item .slide_title span {
    display: block;
    color: #c4c47f;
    font-family: 'Yellowtail';
    font-weight: 300;
    font-size: 4.5rem;
    text-indent: -15px;
    line-height: 1.1;
    text-align: center;
    margin-top: 0;
}

.residential #slider .item .slide_body {
    padding: 10px 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}

.residential #services .col {
    margin: 15px 0;
}

.residential #services .thumb {
    width: 100%;
    height: 200px;
    background-color: #eeeeee;
    background-size: cover;
    background-position: 50%;
}


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

    COMMERCIAL

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

.commercial #slider .item {
    height: 650px;
    display: flex;
    align-items: center;
    background-color: #2c3743;
    background-attachment: fixed;
    background-position: 50% 0;
}

.commercial #slider .item .slide_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    width: 350px;
    margin-left: -570px;
    background: #2c3743;
    padding: 30px 40px 0;
}

.commercial #slider .item .slide_wrap:after {
    content: '';
    width: 1px;
    height: 1px;
    border-right: 350px solid transparent;
    border-top: 80px solid #2c3743;
    position: absolute;
    bottom: -80px;
    left: 0;
}

.commercial #slider .item .slide_title {
    margin: 40px 0 10px;
}

.commercial #slider .item .slide_title small {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.1;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.commercial #slider .item .slide_title span {
    display: block;
    color: #c4c47f;
    font-family: 'Yellowtail';
    font-weight: 300;
    font-size: 4.5rem;
    text-indent: -15px;
    line-height: 1.1;
    text-align: center;
    margin-top: 0;
}

.commercial #slider .item .slide_body {
    padding: 10px 0;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}


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

    TESTIMONIALS

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

.testimonial {
    margin-bottom: 25px;
}

.testimonial .name {
    padding-top: 20px;
    font-size: 1.3rem;
    color: #4e789e;
}

.testimonial .text {
    padding: 30px 40px;
    font-size: 1.1rem;
    background: #f0f0f0;
    border-left: 5px solid #4e789e;
}


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

    CONTACT

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

#gmaps {
    border-bottom: 2px solid #d5d5d5;
}

#gmap_canvas {
    width: 100%;
    height: 500px;
}

#gmap_canvas * {
    transition: none !important;
}

#gmap_canvas img {
    max-width: none!important;
    background: none!important
}

#contact_form {
    padding: 40px 40px 30px;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
}

.contact .contact_block {
    display: block;
    border: 2px solid #4e789e;
}

.contact .contact_block .icon {
    padding: 10px;
    background: #4e789e;
    color: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.contact .contact_block .info {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.contact .contact_block:hover,
.contact .contact_block:active,
.contact .contact_block:focus {
    color: #c4c47f;
    border: 2px solid #c4c47f;
    text-decoration: none;
}

.contact .contact_block:hover .icon,
.contact .contact_block:active .icon,
.contact .contact_block:focus .icon {
    background: #c4c47f;
}


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

    FOOTER

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

#footer {
    padding: 40px;
    color: #aaaaaa;
    background: #333;
}

#footer h4 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#footer ul > li.today {
    background: #333333;
    color: #ffffff;
    box-shadow: -10px 0 #333;
}

#footer ul > li > strong {
    display: inline-block;
    width: 100px;
}


#footer #copyright .container {
    background: #333333;
    padding: 10px 20px;
}