/* ---------------------------------------------
    GLOBAL STYLES
----------------------------------------------*/

html {
    font-size: 15px;
}

body {
    color: #aaa;
    font-family: "Lato";
    font-size: 1rem;
    line-height: 1.5;
    background-color: #004459;
    background-image: url("../img/bg_main.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    margin: 0 auto;
}

h2 {
    color: #1b202c;
    font-size: 1.8rem;
    font-weight: 800;
}

h3 {
    color: #2e92b2;
    font-size: 1.4rem;
    font-weight: 600;
}

a {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.primary_button {
    position: relative;
    display: inline-block;
    margin: 10px 2px;
    padding: 12px 25px 14px;
    color: #fff;
    font-family: "Montserrat";
    font-size: 0.75rem;
    text-transform: uppercase;
    background-color: #52bfe1;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.3);
}

.primary_button:hover,
.primary_button:active,
.primary_button:focus {
    color: #fff;
    background-color: #3194b3;
}

.primary_button:active {
    top: 2px;
}

.primary_button:disabled,
.primary_button:disabled:hover,
.primary_button:disabled:active,
.primary_button:disabled:focus {
    color: #aaa;
    background-color: #ddd;
}

.content_block {
    padding: 30px;
    color: #666;
    background: #fff;
}

body .alert {
    position: absolute;
    top: 20%;
    z-index: 10;
    left: 50%;
    color: #666;
    font-size: 1.25rem;
    padding: 50px;
    width: 600px;
    margin-left: -300px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 0 1000000px rgba(27, 33, 44, 0.75);
}

body .alert .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/* ---------------------------------------------
    HEADER & NAVIGATION
----------------------------------------------*/

/* Contact Links */

#logo {
    padding: 20px 0;
}

#header_contact {
    padding: 21px 0;
}

#header_contact * {
    vertical-align: middle;
}

#header_contact a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 27px;
    border-radius: 100px;
}

#header_contact a:hover,
#header_contact a:active,
#header_contact a:focus {
    color: #fff;
    background: #1b212c;
}

#header_contact a img,
#header_contact a i {
    margin-right: 8px;
    width: 32px;
    color: #56bedf;
}

/* Navigation */

header .navbar {
    margin-bottom: 0;
    border: 0;
}

header .navbar-nav {
    width: 100%;
    background: #1b212c;
}

header .navbar-nav {
    text-align: center;
}

header .navbar-nav > li {
    float: none;
    display: inline-block;
}

header .navbar-nav > li > a {
    padding: 15px 15px !important;
    color: #fff;
    font-family: "Montserrat";
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
}

header .navbar-nav > li > a:hover,
header .navbar-nav > li > a:active,
header .navbar-nav > li > a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.03);
}

header .navbar-nav > li.current > a {
    color: rgba(255, 255, 255, 1);
    background: #21313e;
    box-shadow: 0 -3px 0 0 #56bedf;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}

/* ---------------------------------------------
    PAGE TITLE BAR
----------------------------------------------*/

#page_title {
    padding: 20px 30px;
    background: #21313e;
}

#page_title * {
    vertical-align: middle;
}

#page_title h1 {
    margin: 0;
    color: #fff;
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 38px;
}

/* Sharing buttons. */

#page_title #share-buttons {
    display: inline-block;
}

#page_title #share-buttons span {
    float: left;
    margin-right: 5px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.3);
    line-height: 39px;
    text-transform: uppercase;
}

#page_title #share-buttons a {
    float: left;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 29px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #fff;
    text-align: center;
    margin: 4px 0 4px 4px;
    border-radius: 100px;
}

#page_title #share-buttons a:hover,
#page_title #share-buttons a:active,
#page_title #share-buttons a:focus {
    background: #3194b3;
    border-color: #3194b3;
}

#page_title #share-buttons a > i {
    position: relative;
    top: -1px;
    height: 31px;
    line-height: 29px;
}

.well-inspection-image {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 70%;
    margin: 0 auto 3%;
}

/* ---------------------------------------------
    HOMEPAGE
----------------------------------------------*/

/* Jumbotron */

#jumbotron {
    background-color: #fff;
    background-image: url("../img/bg_jumbotron.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

#jumbotron section {
    padding: 50px 30px 120px;
    background-color: rgba(52, 148, 179, 0.85);
}

#jumbotron section {
    background-image: none;
}

#jumbotron section {
    padding: 0;
    background-color: rgba(52, 148, 179, 0.85);
}

#jumbotron h1 {
    margin: 0 0 15px;
    color: #fff;
    font-family: "Oswald";
    font-size: 2.4rem;
    font-weight: normal;
    text-transform: uppercase;
}

#jumbotron p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
}

/* Top Four */

#top_four {
    position: relative;
    z-index: 2;
    margin-top: -95px;
    padding: 110px 15px 0;
    background-image: url("../img/bg_top4.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
}

.top_four_fill {
    position: relative;
    z-index: 1;
    background-image: url("../img/bg_top4_fill.png");
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: top center;
    padding-bottom: 40px;
    margin-bottom: 0;
}

#top_four .service {
    color: #fff;
}

#top_four .service h2 {
    color: #fff;
    font-family: "Oswald";
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
}

/* Quality */

#quality {
    padding: 30px;
    color: #666;
    background-color: #fff;
}

#quality .service h2 {
    color: #181d27;
    font-family: "Montserrat";
}

/* Abandonment */
.wellabandonment .image-holder {
    display: block;
    margin: 10px auto;
}

.wellabandonment .image-holder img {
    min-height: 135px;
    width: 100%;
}

/* ---------------------------------------------
    CAROUSEL - HOME PAGE
----------------------------------------------*/

#slide1 {
    /*padding: 50px 30px 120px;*/
    background-color: #fff;
    /*background-image: url('../img/bg_jumbotron.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.carousel-inner .item {
    /*padding: 50px 30px 120px;*/
    background-color: rgba(52, 148, 179, 0.85);
}

.carousel-inner .item h1 {
    margin: 0 0 15px;
    color: #fff;
    font-family: "Oswald";
    font-size: 2.4rem;
    font-weight: normal;
    text-transform: uppercase;
}

.carousel-inner .item p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
}

.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 40px;
    background-color: rgba(52, 148, 179, 0.85);
    top: 0;
    height: 100%;
}

.carousel-control {
    width: 5%;
    font-size: 20px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    padding: 50px 30px 120px;
    min-height: 440px;
}

.carousel-indicators {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #1b202c;
    margin: 0 0 2rem;
}

.carousel-indicators li,
.carousel-indicators li.active {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    text-indent: 0;
    cursor: pointer;
    color: #fff;
    background-color: #1b202c;
    border: 0;
    border-radius: 0;
    opacity: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.carousel-indicators li:last-child,
.carousel-indicators li.active:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.carousel-indicators li.active:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1b202c;
    border-left: 10px solid transparent;
}

/* ---------------------------------------------
    CONTACT PAGE
----------------------------------------------*/

body.contact strong {
    display: inline-block;
    width: 120px;
}

body.contact .gmaps {
    background-color: #fff;
}

body.contact .gmaps > iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

body.contact .contact_block {
    display: block;
    color: inherit;
    background: #eee;
    border: 1px solid #d5d5d5;
    margin-bottom: 5px;
}

body.contact .contact_block:hover,
body.contact .contact_block:active,
body.contact .contact_block:focus {
    background: #e0e0e0;
}

body.contact .contact_block div {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}

body.contact .contact_block div small {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.6rem;
    line-height: 1.5;
}

body.contact .contact_block div span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
}

body.contact .contact_block i {
    display: inline-block;
    margin-right: 20px;
    font-size: 2rem;
    width: 70px;
    line-height: 80px;
    background: rgb(82, 191, 225);
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

body.contact .contact_block:hover i,
body.contact .contact_block:active i,
body.contact .contact_block:focus i {
    background: #181d27;
}

body.contact #contact_form {
    padding: 40px 40px 20px;
    background: #f5f5f5;
    border: 1px solid #d5d5d5;
}

body.contact #contact_form .honeypot {
    position: absolute;
    visibility: hidden;
}




body.contact .alert {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
}

body.contact .alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

body.contact .alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

body.contact .alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

body.contact #form-message {
    display: none;
}




/* ---------------------------------------------
    FOOTER
----------------------------------------------*/

/* Subfooter. */

#subfooter {
    padding: 30px;
    color: #999;
    background-color: #181d27;
    border-top: 4px solid #52bfe1;
}

#subfooter ul {
    overflow: auto;
    margin: 0;
}

#subfooter h4 {
    margin: 0 0 20px;
    padding: 0 0 20px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    border-bottom: 1px solid #52bfe1;
}

#subfooter ul > li {
    float: left;
    width: 12.5%;
}

#copyright {
    padding: 15px 30px;
    color: #696f79;
}

/* Footer navigation. */

#footer .navbar {
    margin-bottom: 0;
    border: 0;
}

#footer .navbar-nav {
    width: 100%;
    background: #1b212c;
}

#footer .navbar-nav {
    text-align: center;
}

#footer .navbar-nav > li {
    float: none;
    display: inline-block;
}

#footer .navbar-nav > li > a {
    padding: 15px 15px !important;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Montserrat";
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
}

#footer .navbar-nav > li > a:hover,
#footer .navbar-nav > li > a:active,
#footer .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 1);
    background: transparent;
}

#footer .navbar-nav > li.current > a {
    color: rgba(255, 255, 255, 1);
    background: #21313e;
    box-shadow: inset 0 -3px 0 0 #56bedf;
}

/* Copyright & credits. */

#copyright {
    padding: 15px 30px;
    color: rgba(255, 255, 255, 0.6);
}

#copyright a {
    color: #fff;
}

#copyright a:hover,
#copyright a:active,
#copyright a:focus {
    text-decoration: underline;
}
