/* GLOBAL STYLES */

html {
    font-size: 18px;
    color: #666; 
    font-weight: 300;
}

body {
  padding-bottom: 30px;
  background-color: #4080c0;   
  background-image: url("../img/shattered_opacity.png");
  font-family: 'Roboto', sans-serif;
}


body h1, h2, h3 {color: #666666;}

body h1 {font-size: 45px;}

body h2, h3 {font-size: 21px;}

.clear{clear: both; width: 100%;}

.container {
    max-width: 1100px !important;
}

.pagehead{
    background: #456ba5;
}

.content{
    background: #fff;
}

/* NAVBAR STYLES */

.row.menu {
    background: #456ba5 none repeat scroll 0 0;
    color: #fff;
    padding: 1%;
    font-size: 22px;
}

.row.menu a {color: #fff;}

.row.menu a:hover {text-decoration: underline;}

/* JUMBOTRON STYLES */

.jumbotron {
    padding: 0 !important;
    margin-bottom: 0 !important;
    height: 175px;
    background: rgba(0, 0, 0, 0) url("../img/banner.jpg") no-repeat scroll right top;
}

.container .jumbotron, .container-fluid .jumbotron {border-radius: 0 !important;}

.logo {
    padding: 4%;
    width: 365px;
}

/* ---------- Navigation ----------*/

#navigation {
    background: #456ba5 !important;
}

#navigation .navbar {
    border: 0;
    margin: 0;
}

#navigation .navbar-nav > li > a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
}

#navigation .navbar-nav > li > a:hover,
#navigation .navbar-nav > li > a:active,
#navigation .navbar-nav > li > a:focus {
    background: rgba(255, 255, 255, 0.2);
}

#navigation .dropdown-menu {
    background-color: #286090;
    border: 3px solid #49a93e;
    border-width: 0 0 3px 0;
    border-radius: 0;
}

#navigation .dropdown-menu a {
    color: #fff;
}

#navigation .navbar-nav > li > a[aria-expanded="true"],
#navigation .dropdown-menu a:hover,
#navigation .dropdown-menu a:active,
#navigation .dropdown-menu a:focus {
    color: #fff;
    background-color: #286090;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-nav {width: 100%;}

.navbar-toggle {border: 1px solid #fff;}

.navbar-toggle .icon-bar {border: 1px solid #fff;}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #49a93e !important;
    background-image: -webkit-linear-gradient(top,#49a93e 0,#49a93e 100%);
    background-image: -o-linear-gradient(top,#49a93e 0,#49a93e 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#49a93e),to(#49a93e));
    background-image: linear-gradient(to bottom,#49a93e 0,#49a93e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49a93e', endColorstr='#49a93e', GradientType=0);
    background-repeat: repeat-x;
}


@media screen and (min-width: 768px) {
    .cartitem{margin-left: 28%}
}

/* BODY STYLES */

.row.call-to-action {
    background: #4080c0 none repeat scroll 0 0;
    background-image: url("../img/shattered_calltoaction.png");
}

.padding {padding: 2%;}

.honeypot {
    position: absolute;
    top: -99999px;
    visibility: hidden;
}

body .alert {
    position: absolute;
    top: 20%;
    z-index: 9999;
    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;
}

.zipcode-eater {
    background: #48a83f none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.zipcode-eater input {
    opacity: 0.6;
    width: 20%;
}

.call-to-action .btn-primary, body.print-mail .btn-primary {
    background: #0a182e none repeat scroll 0 0 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.row.middle {
    background: rgba(0, 0, 0, 0) url("../img/seigaiha.png") repeat scroll 0 0;
}

.thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    display: block;
    line-height: 1.42857;
    margin: 10% 0 !important;
    padding: 1%;
    transition: border 0.2s ease-in-out 0s;
}

.thumbnail a {
    display: block;
     height: 159px;
    background-position: 50%; 
    background-size: cover;
}

.caption > p {
    font-size: 16px;
}

.picturetext {
    position: absolute;
    text-align: center;
    top: 33.7%;
    width: 86.5%;
}

.picturetext h3 {
    margin-top: 8px;
}

.thumbnail {height: 385px;}

.thumbnail h3 {
    background: rgba(69, 107, 165, 0.75) none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    padding: 3%;
    text-transform: uppercase;
}

.home .bottom {
    background-image: url("../img/home-energy-solutions.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-color: #ffffff;
}

.list-check li {
    list-style-image: url("../img/checkbox.png");
    line-height: 25px;
}

.bottom2 {
    background-image: url("../img/lower-energy-cost.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-color: #ffffff;
    height: 300px;
}

.bottom2 li {
    list-style-image: url("../img/checkbox.png");
    line-height: 25px;
}

.bottom2 .padding {
    margin-left: 50%;
    width: 50%;
}

.col-md-5.faq-text > p {
    font-size: 16px;
}

.col-md-5.faq-text a {
    font-size: 21px;
}

h1.successtext {
    font-size: 40px;
    text-align: center;
}

.formsubmit {
    font-size: 25px;
    padding: 2%;
}

/* Footer Styles */

.footerarea {
    background-color: #909090;
    border-top: 5px solid #5c5c5c;
    color: #fff;
    width: 100%;
}

.footerarea a {
    color: #fff;
}

footer {
    background: #5c5c5c none repeat scroll 0 0;
    color: #ffffff;
    height: 67px;
}

.footerarea .col-md-3 {padding: 2%;}

.footerarea .col-md-4 {padding: 2%;}

.copyright {
    float: left;
    margin: 2%;
}

.author {
    float: right;
    margin: 2%;
}

.author > a {
    color: #fff;
}

.social {
    float: left;
    margin: 2%;
}




/*------------------------------------
  HONEYPOT STYLES
------------------------------------*/

.thewall {
    left: -9999px;
    position: absolute;
    top: -9999px;
    visibility: hidden;
}

/* Mobile Responsive Styles */

@media screen and (max-width: 1198px) {
    
    .headclear{margin-bottom: 10%;}

}


@media screen and (max-width: 992px) {

    .label {font-size: 70%;}

    .bottom {background-image: none; height: 100%;}
    
    .picturetext {position: initial; width: 100%;} 
    
}


@media screen and (max-width: 767px) {

    body {padding-bottom: 0;}    

    .headclear{margin-bottom: 1%;}

    .row.call-to-action {text-align: center;}

    .zipcode-eater input {opacity: 0.6;width: 100%;}

    .thumbnail {height: 100%;}

    .home .row > .bottom {background: #ffffff;}

}


@media screen and (max-width: 460px) {
    
    .label {font-size: 55%;}
    
}


@media screen and (max-width: 380px) {
    
    .page-header {margin: 65px 0 20px;}
    
    .label {font-size: 35%;}
    
}
