﻿/*

    Custom CSS for Haley Construction, Inc.

*/

html {
    height: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    margin: 0 0;
    padding: 0 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 175%;
    color: #FFFFFF;
    background-color: #101010;
}

/* The Form */

#frmMaster {
}

/* The Wrapper */

.wrapper {
    position: relative;
    margin: 0 0;
    padding: 0 0;
    background-image: url('/Images/Layout/background.png');
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #222121;
}

.wrapper-overlay {
    position: absolute;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    background-image: url('/Images/Layout/header-shadow.png');
    background-position: left top;
    background-repeat: repeat-x;
}

/* The Header */

.header-outer {
    background-color: #FFFFFF;
}

.header {
    z-index: 99999;
    background-color: #FFFFFF;
    color: #000000;
}

.header-logo {
    text-align: center;
    margin: 0 auto;
}

    .header-logo img {
        margin: 15px auto;
    }

.header-contact {
    margin-bottom: 15px;
    font-size: 24px;
    color: #808080;
    line-height: 100%;
    text-align: center;
}

.header-buttons {
    padding-top: 10px;
    text-align: right;
}

.facebook, .facebook:visited {
    margin-left: 8px;
    color: #3B5998;
}

    .facebook:hover {
        color: #3B5998;
    }


@media only screen and (max-width : 767px) {



}

@media only screen and (min-width : 768px) {

    .header-logo {
        text-align: left;
    }

        .header-logo img {
            margin: 15px 0;
        }

    .header-contact {
        margin-top: 24px;
        margin-bottom: 0px;
        text-align: right;
    }

    .header-row {
        display: flex;
        align-items: center;
    }

}

@media only screen and (min-width : 960px) {

    .header-contact {
        margin-top: 32px;
        margin-bottom: 0;
        text-align: right;
    }
}

@media only screen and (min-width : 1024px) {
}

/* The Footer */

div.footer-outer {
    background-color: #101010;
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #CCCCCC;
    line-height: 150%;
    text-align: center;
}

    .footer ul {
        margin-bottom: 10px;
    }

    .footer a, .footer a:visited {
        color: #CCCCCC;
        text-decoration: none;
    }

        .footer a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

/* Big Picture / Nivo Slider */

.bigpicture {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    background-color: #FFFFFF;
}

    .bigpicture .row {
        margin: 0 0;
        padding: 0 0;
    }

        .bigpicture .row .col-xs-12 {
            margin: 0 0;
            padding: 0 0;
        }

#slider, #slider2, .nivoSlider {
    margin-bottom: 0;
    padding-bottom: 0;
}

.nivo-controlNav {
    display: none;
}

/* Content Blocks */

/* White */

.white-background {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000000;
    background-color: #FFFFFF;
}

    .white-background > .row {
        margin-left: 0;
        margin-right: 0;
    }

        .white-background > .row:first-child > div > :first-child {
            margin-top: 0;
        }

        .white-background > .row:last-child > div > :last-child {
            margin-bottom: 0;
        }

    .white-background a, .white-background a:visited {
        color: #C70000;
        text-decoration: none;
    }

        .white-background a:hover {
            color: #0000FF;
            text-decoration: underline;
        }

    .white-background .bs-1 {
        border-color: #000000;
    }

/* Dark Grey */

.dgrey-background {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #FFFFFF;
    background-color: #333333;
}

    .dgrey-background > .row {
        margin-left: 0;
        margin-right: 0;
    }

        .dgrey-background > .row:first-child > div > :first-child {
            margin-top: 0;
        }

        .dgrey-background > .row:last-child > div > :last-child {
            margin-bottom: 0;
        }

    .dgrey-background a:not(.btn), .grey-background a:not(.btn):visited {
        color: #FFFF88;
        text-decoration: none;
    }

        .dgrey-background a:not(.btn):hover {
            color: #FFFF00;
            text-decoration: underline;
        }

    .dgrey-background .bs-1 {
        border-color: #000000;
    }

/* White to Grey Transition */

.white-grey {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFFFFF;
    background-color: #333333;
    background-image: linear-gradient(top, #FFFFFF 50%, #333333 50%);
    background-image: -o-linear-gradient(top, #FFFFFF 50%, #333333 50%);
    background-image: -moz-linear-gradient(top, #FFFFFF 50%, #333333 50%);
    background-image: -webkit-linear-gradient(top, #FFFFFF 50%, #333333 50%);
    background-image: -ms-linear-gradient(top, #FFFFFF 50%, #333333 50%);
}

    .white-grey > .row {
        margin-left: 0;
        margin-right: 0;
    }

        .white-grey > .row:first-child > div > :first-child {
            margin-top: 0;
        }

        .white-grey > .row:last-child > div > :last-child {
            margin-bottom: 0;
        }

    .white-grey .cycle-slideshow {
        background-color: #333333;
    }

/* Grey to White Transition */

.grey-white {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #FFFFFF;
    background-color: #333333;
    background-image: linear-gradient(top, #333333 50%, #FFFFFF 50%);
    background-image: -o-linear-gradient(top, #333333 50%, #FFFFFF 50%);
    background-image: -moz-linear-gradient(top, #333333 50%, #FFFFFF 50%);
    background-image: -webkit-linear-gradient(top, #333333 50%, #FFFFFF 50%);
    background-image: -ms-linear-gradient(top, #333333 50%, #FFFFFF 50%);
}

    .grey-white > .row {
        margin-left: 0;
        margin-right: 0;
    }

        .grey-white > .row:first-child > div > :first-child {
            margin-top: 0;
        }

        .grey-white > .row:last-child > div > :last-child {
            margin-bottom: 0;
        }

    .grey-white .cycle-slideshow {
        background-color: #333333;
    }

/* Typography */

p {
    margin-bottom: 20px;
}

ul {
    margin-bottom: 20px;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

/* About Us Page */

.staff-photos {

}

.staff-photos img {
    margin-bottom: 10px;
}

.staff-photos .caption {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 125%;
}

/* Ready Mix Page */

.concalc .text-right {
    text-align: left !important;
}

@media only screen and (min-width : 768px) {

    .concalc .text-right {
        text-align: right !important;
    }

}

/* Contact Us Page */

.location {
    margin-bottom: 30px;
    text-align: center;
}

.location img {
    margin-bottom: 12px;
}

.location .caption {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 125%;
}

.location .caption-title {
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
}

.location .telephone {
    padding-top: 12px;
}

.location .map {
    padding-top: 12px;
}

.location .office-hours {
    padding-top: 12px;
}

.location .map a, .location .map a:visited {
    color: #008800;
    text-decoration: none;
}

.location .map a:hover {
    color: #FF0000;
    text-decoration: none;
}

.embed-map-square {
	position: relative;
	padding-bottom: 170%;
	padding-top: 25px;
	height: 0;
}

.embed-map-square iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border: 1px solid #000000;
}

/* Custom Button for Phone */

.btn-custom, .btn-custom:visited {
    color: #000000 !important;
    border: 1px solid #404040;
    background-color: #F8F8F8;
    text-decoration: none !important;
}

.btn-custom:hover {
    color: #000000  !important;
    border: 1px solid #000000;
    background-color: #F0F0F0;
    text-decoration: none !important;
}

.btn-custom .fa {
    margin-left: 10px;
}

/* Employment Application */

.app-form .section {
    margin-bottom: 30px;
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
}

    .app-form .section:last-child {
        margin-bottom: 0;
    }

.app-form .section-header {
    padding: 5px 10px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background-color: #242424;
    border-bottom: 1px solid #CCCCCC;
}

.app-form .section-content {
    padding: 20px 20px;
}

.app-form label {
    font-size: 16px;
    line-height: 150%;
}

.app-form .form-group {
    margin-bottom: 10px;
}

.app-form hr {
    border-color: #CCCCCC;
}

.app-form textarea {
    resize: none;
}

/* Swiper */

@media(max-width:768px) {
    .swiper-button-next.swiper-button-white,
    .swiper-button-prev.swiper-button-white {
        display: none;
    }
}
