@import url('normalize.css');

/* ----------------------------------------------------------
    Summit Irrigation and Lighting
    Version 1.0

    TABLE OF CONTENTS

    01 - BASE STYLES
    02 - LAYOUT
    03 - BACKGROUNDS
    04 - BUTTONS
    05 - MAIN CONTENT STYLES
    
    COLOR GUIDE (Main Site Colors and their Hex Codes)
    Examples:
        Main Orange: #d23d29
        Text Gray: #2d2d2d
        Heading Gray: #3f3f3f;
*/

/*

    FONTS USED
    Main Copy: Arial, Helvetica, sans-serif
    Main Headers: League
    Secondary Headers: Source Sans Pro
    
---------------------------------------------------------- */


/* 02 = BASE STYLES
---------------------------------------------------------- */
html, body { height: 100%; }    

* {margin: 0; padding: 0; -webkit-font-smoothing:antialiased;}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

.gigantic{font-size: 30px;}

h1, .huge {
    font-size: 24px;
}

h2, .large {
    font-size: 20px;
}

h3, .big {
    font-size: 16px;
}

h4, .normal {
    font-size: 12px;
}

h5, .small {
    font-size: 10px;
}

h6, .tiny {
    font-size: 8px;
}

p {
 
}

ul,
ol {
    
}

a {
    color: #585858;
    text-decoration: none;
}

a:hover {
    color: #313131;
}

em, strong {
    font-weight: bold;
}

/* Site Colors */
.steel-blue {
    color: #91b0bd;
}

.light-navy {
    color: #3c557d;
}

.steel {
    color: #505050;
}

.dark-steel {
    color: #4d4d4d;
}

.grey {
    color: #a0a0a0;
}

.hidden {
    display: none;
}


/* Background Colors */
.light-steel-bg {
    background: #91b0bd;
}

.light-green-bg {
    background: #5fb36f;
}

.green-bg {
    background: #9DD046;
}

.teal-bg {
    background: #4b8b9c;
}

.summit-blue-bg {
    background: #01A0C6;
}

.summit-green-bg {
    background: #76B837;
}

.light-steel-a > div, .light-green-a > div, .green-a > div, .teal-a > div, .summit-blue-a > div, .summit-green-a > div {
    transition:0.2s ease-in-out;
}

.light-steel-a:hover > div, .light-green-a:hover > div, .green-a:hover > div, .teal-a:hover > div, .summit-blue-a:hover > div, .summit-green-a:hover > div {
    opacity:0.8;
}

.print { display: none; }

/* Helper Classes */

.right,
.align-right {float: right;}

.left,
.align-left {float: left;}

.print {display: none;}

.clear {clear: both;}

.upper { text-transform: uppercase; }

.lm {
    margin-left: 20px;
}

.active {
    background: #91b0bd;
}
.logo {
    margin-bottom: -6px;
}
.col2 {
    float:left;
    line-height:22px;
    margin:0 5% 15px;
    width:40%;
}
.col3 {
    float:left;
    line-height: 22px;
    margin:0 5% 15px;
    width:23%;
}

.developed {
    display:none;
    text-align: right;
    margin-right: 9px;
    line-height: 20px;
}

/* 03 = LAYOUT
---------------------------------------------------------- */
.wrapper {
    width: 100%;
}

.header {
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 10px;
    padding-top: 33px;
    position: relative;
    width:98%;
    z-index: 99999999;
}

.phone {
    color:#01A0C6;
    font-size:17px;
    font-weight: bold;
    margin:-13px 10px;
    width:210px;
}

.phone a {
    color: #01A0C6;
}

.phone a:hover {
    color:#6CC8DE;
}

.phone img {
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.header-top {
    border-bottom: 1px solid #dedede;
}

.header-bottom {
    color: #a0a0a0;
    font-weight: bold;
    margin-right: 15px;
    padding-top: 12px;
    text-align: right;
}

.c-menu__close {
    display:none;
}

.nav {
    color: #505050;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    margin: 33px 0 0 0;
}

    .nav li {
        float: left;
        position: relative;
    }

    .nav li a {
        color: #505050;
        display: block;
        padding: 10px;
    }

        .nav li:hover, .nav li.active {
            background: #01A0C6;
            color: #fff;
        }

        .nav li:hover a, .nav li.active a {
            color: #fff;
        }

        .nav li ul {
            background: #6CC8DE;
            display: none;
            position: absolute;
            left: -10px;
        }

            .nav li ul li a {
                color: #fff;
            }

            .nav li ul li a:hover {
                background-color: #6CC8DE;
                color: #fff;
            }

        .nav li:hover ul {
            background: #01A0C6;
            color: #fff;
            display: block;
            width: 200px;
            margin-left: 10px;
        }

        .nav li ul {
            list-style: none;
        }

            .nav li ul li {
                display: block;
                float: none;
            }

nav.mobile {
    display: none;
}
.mobile-nav-open {
    display:none;
}
.header-sm {
    float: right;
    list-style: none;
}
    .header-sm li {
        float: left;
        padding: 0 5px;
    }

.rotator-wrap {
    border-top: 4px solid #01A0C6;
    display: block;
    margin-top: 6px;
    overflow: hidden;
    width: 100%;
}

    .bx-viewport {
        overflow: visible !important;
        -moz-box-shadow: 0 !important;
        -webkit-box-shadow: 0 !important;
        box-shadow: 0 !important;
        border: 0 !important;
        left: -5px !important;
        background: #fff !important;
    }

    .rotator-navigation {
        height: 56px;
        margin: -45px auto -20px auto;
        position: relative;
        width: 1075px;
        right: 10px;
    }

        .prev {
            background: url(../images/prev-arrow.png) no-repeat;
            border: 0;
            display: block;
            color: transparent;
            height: 56px;
            width: 14px;
        }

        .next {
            border: 0;
            background: url(../images/next-arrow.png) no-repeat;
            color: transparent;
            display: block;
            height: 56px;
            width: 14px;
        }

.rotator-text-boxes {
    position: relative;
    margin: -190px auto 0 auto;
    width: 415px !important;
    z-index: 99999999999999;
    right: 220px;
    height: 185px;
}

    .rotator-text-box {
        height: 120px;
        width: 415px;
    }

    .rtb-content {
        background: rgba(255,255,255,0.85);
        color: #666;
        padding: 20px;
        width: 100%;
    }

    .rtb-content h2 {
        color:#01A0C6;
        margin-bottom: 5px;
    }

    .view-industries-btn {
        background: rgba(178,179,178,0.6);
        border: 1px solid #aeaeae;
        font-weight: bold;
        height: 15px;
        margin-top: 10px;
        padding: 10px 0;
        text-align: center;
        width: 160px;
    }

        .view-industries-btn a {
            color: #fff;
        }


.magnets {
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 26px;
    width:100%;    
}

    .magnets a {
        display:block; 
        padding:25px 0;
    }

    .magnet {
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        border-left: 1px solid #dedede;
        height: 230px;
        width: 33.1%;
    }

        .magnet:first-child {
            border-left: 0;
        }

        .magnet p {
            color: #575757;
            line-height: 22px;
            margin: 0 auto;
            text-align: center;
            width: 220px;
        }

        .magnet img {
            display: block;
            margin: 0 auto 13px auto;
        }

.home-sub-content {
    margin: 0 auto 35px auto;
    max-width: 1000px;
    width:98%;
}

.sub-content {
    margin: 0 auto 35px auto;
    max-width: 1000px;
    width:98%;
}

.sub-content a {
    border-bottom: 1px dotted #585858;
}

.view-services-button {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    color: #787878;
    font-size: 13px;
    font-weight: bold;
    margin-right: 8px;
}
.view-services-button a {
        padding:15px 20px;
    }
.testimonials {
    color: #4d4d4d;
    margin-right: 55px;
    width: 25%;
}

.testimonials .mag-title {
    font-size: 13px;
}

    .test-magnet {
        background: #eeeeee;
        margin: 20px 0;
        /*padding: 15px;*/
        
    }

        .test-magnet-rotator {
            min-height: 166px;
        }
        
        .test-mag-content {
            padding: 20px 10%;
            width: 80%;
        }

        .test-magnet img {
            margin: 0 17px 0 0;
        }

        .test-title {
            color: #01A0C6;
            font-weight: bold;
        }

.about-blurb {
    display: table;
    margin-top: 35px;
    width: 65%;
}

    .about-blurb h2 {
        color: #01A0C6;
        margin-bottom: 15px;
    }

    .about-blurb p {
        color: #585858;
        line-height: 22px;
    }

    .about-blurb img {
        padding-right: 20px;
    }

.accolades {
    width:100%;
}
.accolades img {
    float:left;
    margin:5px;
    max-width: 100px;
    width: 18%;
}


.footer-wrap {
    background: #d5d4d3;
    min-height: 108px;
    margin-top: 35px;
    width: 100%;
}

    .footer {
        color: #4d4d4d;
        font-size: 10px;
        font-weight: bold;
        line-height: 18px;
        margin: 0 auto;
        max-width: 1000px;
        padding-top: 25px;
        width:98%;
    }

        .footer a {
            border-bottom: 0;
        }

        .footer a:hover {
            color: #313131;
        }

        .sub-nav {
            list-style: none;
        }

            .sub-nav li {
                float: left;
                padding: 0 10px;
            }

/* Subpage Styling */
.page-title-wrapper {
    background: url(../images/subpage-title-bg-2.png) repeat-x;
    height: 125px;
    line-height: 125px;
    width: 100%;
    margin-top:-15px;
}

    .page-title {
        margin: 0 auto;
        max-width: 1000px;
        width:95%;
    }

     .page-title h1 {
         color: #fff;
     }

.main-content {
    border-right: 1px solid #aeaeae;
    color: #585858;
    margin: 55px 15px 0 0;
    padding: 0 15px 0 0;
    width: 75%;
}

.full-width-content {
    margin: 30px 0 0 0;
    max-width: 1000px;
    width:100%;
}

.sub-content p {
    line-height: 22px;
    margin-bottom:20px;
}

.sub-content img {
    margin: 10px 15px;
}

.sub-content ul {
    list-style: inside;
    margin: 10px;
}
.sub-content li {
    margin-bottom: 10px;
}

.services-info-block {
    color: #fff;
    float: left;
    min-height: 180px;
   padding:1%;
   margin:1%;
    text-align: center;
    width: 46%;
}

    .services-info-block p {
        line-height: 16px;
    }

    .services-info-block a {
        border-bottom: none;
        color: #fff;
    }

        .services-info-block a:hover {
            color: #313131;
        }

.contact-block {
    color: #fff;
    float: left;
    min-height: 135px;
   padding:35px 1%;
   margin:1%;
    text-align: center;
    width: 46%;
}

    .contact-block p {
        line-height: 16px;
    }

    .contact-block a {
        border-bottom: none;
        color: #fff;
    }

        .contact-block a:hover {
            color: #313131;
        }

.sidebar {
    padding: 65px 0 0 0;
    width:17.5%;
}

.sub-content h3 {
    color: #01A0C6;
    margin: 25px 0 10px;
}

.sub-content h3.page-header {
    line-height: 28px;
    margin-top: 0;
}

.sub-content h4 {
    color: #76B837;
    font-size: 14px;
    margin: 15px 0;
}

.sp-list {
    border: 1px solid #787878;
    border-left: 0;
    min-height: 370px;
    padding: 5px 25px 20px 10px;
    width: 226px;
}

.sp-list:first-child {
    padding-left: 0 !important;
}

.sp-list:last-child {
    border-right: none !important;
}

.sp-list ul {
    color: #585858;
    list-style: inside;
}

    .sp-list ul li {
        padding: 6px 0;
    }

.sidebar.left {
    margin-right: 10px;
}

.sidebar.right {
    margin-left: 10px;
}

.sidebar p {
    line-height: 22px;
}

.sidebar h4 {
    color: #01A0C6;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.avatar-img {
    margin:10px 0 !important;
    max-width:125px;
}

.subpage-menu {
    color: #808080;
    font-weight: bold;
    list-style: none !important;
    margin-right: 35px !important;
    margin-top: 0 !important;
}

.subpage-menu li a {
    border-top: 0;
    border-bottom: 1px solid #dedede;
    display: block;
    padding: 12px 10px;
}

    .subpage-menu li:first-child a {
        border-top: 1px solid #dedede;
    }

    .subpage-menu li:hover a {
        background: #91b0bd;
        color: #fff;
    }

.testimonial {
    border-top:1px solid #d7d7d7;
    padding-top:25px;
    margin-bottom: 15px;
}
.testimonial:first-child {
    border:none;
    padding-top:0;
}

@media(max-width:1000px) {
    .rotator-navigation {
        display:none;
    }
    .rotator-text-boxes {
        right: 20%;
    }
}
@media(max-width:750px) {
    .left, .right {
        float:none;
    }
    .header {
        padding-top: 0;
    }
    .header-top {
        margin-top: 15px;
    }
    .logo {
        float:left;
    }
    .phone {
        border-bottom: 1px solid #dedede;
        margin: 0 auto 15px;
        padding:15px 0;
        text-align: center;
        width:100%;
    }
    .rotator-text-boxes {
        display: none;
    }
    .magnet {
        border-top:none;
        margin:auto;        
        width:98%;
    }
    .view-services-button {
        float:right;
        margin-top: -15px;
        width:108px;
    }
    .about-blurb {
        margin:35px auto;
        width: 95%;
    }
    .about-blurb img {
        padding:0;
    }
    .testimonials {
        margin:auto;
        width: 85%;
    }
    .main-content {
        border: none;
        margin:55px 0 0 0;
        padding:0;
        width:100%;
    }
    .sidebar {
        width:100%;
    }
    .sidebar p {
        float:left;
        margin-top:10px !important;
        width:auto !important;
    }
    .sub-content img{
        width:90%;
        max-width: 400px;
    }
    .sub-content p {
        margin:auto;
        width: 90%;
    }
    .testimonial h3{
        margin:25px auto;
        width:90%;
    }
    .avatar-img {
        float:left;
        margin:10px 15px !important;
        max-width:125px !important;
    }
    .fullimg {
        max-width:1000px !important;
    }
    .services-info-block {
        padding-bottom:15px;
        float:none;
        width:96%;
    }
    .contact-block {
        padding-bottom:35px;
        float:none;
        width:96%;
    }
    .services-icon {
        width:50px !important;
        height:50px !important;
    }
    .footer-wrap {
        height:auto;
    }
    .footer .left {
        text-align: center;
        width:100%;
    }
    .footer .sub-nav {
        display:none;
    }
    .footer .header-sm {
        float:none;
        margin:auto;
        padding: 15px 0;
        text-align: center;
    }
    .footer .header-sm li {
        display:inline-block;
        float:none;
    }
    .col3 {
        float:none;
        line-height:22px;
        margin:0 10% 15px;
        width:90%;
    }

    .developed {
        text-align:center;
        margin:0;
    }
}

@media(max-width:600px) {

    .col2 {
        float:none;
        line-height:22px;
        margin:0 10% 15px;
        width:90%;
    }
}


