/* CSS Document */

@font-face {
    font-family: 'rockwell-boldregular';
    src: url('../fonts/rockwell/ufonts.com_rockwell-bold-webfont.eot');
    src: url('../fonts/rockwell/ufonts.com_rockwell-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rockwell/ufonts.com_rockwell-bold-webfont.woff2') format('woff2'), url('../fonts/rockwell/ufonts.com_rockwell-bold-webfont.woff') format('woff'), url('../fonts/rockwell/ufonts.com_rockwell-bold-webfont.ttf') format('truetype'), url('../fonts/rockwell/ufonts.com_rockwell-bold-webfont.svg#rockwell-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-top: 50px;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}
/* COMMON Css */

h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

h3 {
    font-size: 25px;
    /*text-transform: capitalize;*/
    line-height: 1.427;
    -webkit-font-smoothing: antialiased;
    /*color: darkorange;*/
}

h4 {
    font-size: 16px;
}

#animated_div {
    text-align: left;
    background: #ffa500;
    color: #ffffff;
    -moz-animation: animated_div 5s infinite;
    -webkit-animation: animated_div 5s infinite;
    animation: animated_div 5s infinite;
}

@keyframes animated_div {
    0% {
        background-color: #ffa500;
    }

    20% {
        background-color: #4573c1;
    }

    40% {
        background-color: #ffa500;
    }

    60% {
        background-color: #4573c1;
    }

    80% {
        background-color: #ffa500;
    }

    100% {
        background-color: #4573c1;
    }
}

@-webkit-keyframes animated_div {
    0% {
        background-color: #ffa500;
    }

    20% {
        background-color: #4573c1;
    }

    40% {
        background-color: #ffa500;
    }

    60% {
        background-color: #4573c1;
    }

    80% {
        background-color: #ffa500;
    }

    100% {
        background-color: #4573c1;
    }
}

@-moz-keyframes animated_div {
    0% {
        background-color: #ffa500;
    }

    20% {
        background-color: #4573c1;
    }

    40% {
        background-color: #ffa500;
    }

    60% {
        background-color: #4573c1;
    }

    80% {
        background-color: #ffa500;
    }

    100% {
        background-color: #4573c1;
    }
}

/* header */
.flexi-nav {
    background: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: 2px 1px 10px 0px rgba(161,161,161,0.21);
    -moz-box-shadow: 2px 1px 10px 0px rgba(161,161,161,0.21);
    box-shadow: 2px 1px 10px 0px rgba(161,161,161,0.21);
}

    .flexi-nav .navbar-brand {
        color: #ffa500;
        font-size: 24px;
    }

        .flexi-nav .navbar-brand span {
            color: #4573c1;
        }

        .flexi-nav .navbar-brand:hover {
            color: #ffa500;
        }

    .flexi-nav .navbar-toggle {
        position: relative;
        border: none;
        margin-top: 10px;
    }

        .flexi-nav .navbar-toggle:hover {
            background: transparent;
        }

        .flexi-nav .navbar-toggle .icon-bar {
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .flexi-nav .navbar-toggle.closed .icon-bar:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            margin-top: 5px;
            background: red;
        }

        .flexi-nav .navbar-toggle.closed .icon-bar:last-child {
            -webkit-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-top: -2px;
            background: red;
        }

        .flexi-nav .navbar-toggle.closed .icon-bar:nth-child(3) {
            display: none;
        }

    .flexi-nav .navbar-collapse {
        background: #f5f5f5;
        border: none;
        box-shadow: none;
    }

    .flexi-nav .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

        .flexi-nav .navbar-nav > li > a {
            text-transform: uppercase;
            color: #333;
            border-bottom: 1px solid rgba(255,255,255,0.4);
        }
            /*.flexi-nav .navbar-nav > li > a .caret{
	float: right;
	margin-top: 7px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}*/
            .flexi-nav .navbar-nav > li:hover > a, .flexi-nav .navbar-nav > .active > a, .flexi-nav .navbar-nav > .active > a:focus, .flexi-nav .navbar-nav > .active > a:hover, .flexi-nav .navbar-nav > li > a:hover, .flexi-nav .navbar-nav > li > a:active, .flexi-nav .navbar-nav > li > a:focus, .flexi-nav .navbar-nav > .open > a, .flexi-nav .navbar-nav > .open > a:focus, .flexi-nav .navbar-nav > .open > a:hover {
                background: #4573c1;
                color: #fff;
            }

.navbar-nav .open .dropdown-menu {
    background: #4573c1;
    border-radius: 0;
}

.flexi-nav .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

.flexi-nav .navbar-nav > li > a.blinking-cursor {
    color: #fff;
}

.flexi-nav .navbar-nav .open .dropdown-menu > li > a:hover {
    background: #ffa500;
    color: #fff;
}

.welcome-text {
    padding: 30px 0;
    background: #f5f5f5;
}

    .welcome-text h2 {
        color: #444;
    }

    .welcome-text p:nth-child(2) {
        font-size: 18px;
        margin-bottom: 15px;
        color: #666;
    }

    .welcome-text p {
        font-size: 14px;
        color: #666;
    }

    .welcome-text a {
        color: #ff6600;
    }

        .welcome-text a:hover {
            font-weight: 600;
        }

/* steps */
.steps {
    padding: 30px 0 0;
}

    .steps h2 {
        position: relative;
        margin-bottom: 40px;
    }
/*.steps h2:before{
	content: "";
	position: absolute;
	width: 60px;
	height: 5px;
	bottom: -20px;
	background: #ffa500;
	left: 50%;
	margin-left: -30px;
}*/
.step-box {
    text-align: left;
    padding: 40px;
    position: relative;
    color: #dedede;
}

    .step-box h3 {
        margin-top: 0;
        color: #fff;
    }

    .step-box i {
        position: absolute;
        bottom: 15px;
        right: 15px;
        font-size: 72px;
        line-height: 1;
        opacity: 0.5;
        font-style: normal;
        font-family: 'rockwell-boldregular';
    }

    .step-box.first {
        background: #27ae60;
    }

    .step-box.second {
        background: #34495e;
        color: #dedede;
    }

    .step-box.third {
        background: #e74c3c;
    }
/* things-know */
.things-know {
    padding: 30px 0;
    /*background: url(../image/bg.jpg) no-repeat center top / cover;*/
}
/*.things-know h2{
	color: #0186db;
}*/
.thing-box {
    display: block;
    margin-bottom: 20px;
    color: #585858;
    position: relative;
    padding-bottom: 20px;
}

    .thing-box:before {
        position: absolute;
        width: 35px;
        height: 2px;
        background: rgb(181, 67, 33);
        content: "";
        left: 0;
        bottom: 0;
    }

    .thing-box a {
        color: #abdeff;
    }

    .thing-box h3 {
        position: relative;
        padding-left: 55px;
    }

        .thing-box h3 i {
            position: absolute;
            top: 2px;
            left: 0;
        }

    .thing-box a {
        font-size: 12px;
        text-transform: lowercase;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: rgb(181, 67, 33);
        margin-bottom: 15px;
        margin-top: 15px;
        display: block;
    }

    .thing-box:hover a {
        padding-left: 10px;
        color: #333;
    }

    .thing-box p {
        font-size: 12px;
        line-height: 1.8;
    }

.thing-box-last {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .thing-box-last.first:hover {
        background: #8e44ad;
    }

    .thing-box-last.second:hover {
        background: #d35400;
    }

    .thing-box-last.third:hover {
        background: #16a085;
    }

    .thing-box-last.fourth:hover {
        background: #2c3e50;
    }

    .thing-box-last.fifth:hover {
        background: #c0392b;
    }

    .thing-box-last:hover {
        background: #2980b9;
    }

        .thing-box-last:hover .thing-box, .thing-box-last:hover .thing-box a {
            color: #fff;
        }

            .thing-box-last:hover .thing-box:before {
                background: #fff;
            }

            .thing-box-last:hover .thing-box svg {
                fill: #fff;
            }

.sizesystem {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    align: center;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.sizesystem {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

    .sizesystem:hover {
        background-color: #4CAF50;
        color: white;
    }

    .sizesystem a {
        color: #4CAF50;
        font-size: 1.0em;
    }

        .sizesystem a:hover {
            background-color: #4CAF50;
            color: white;
            text-decoration: none;
        }


/* news */
.news {
    padding: 30px 0;
    background: #eee;
    background: url(../image/bg.jpg) no-repeat center top / cover;
}

    .news h2 {
        color: #fff;
    }

.news-box {
    padding: 15px;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 4px;
}

    .news-box figure img {
        width: 100%;
    }

    .news-box h3 small {
        display: block;
        margin-top: 5px;
    }

    .news-box p {
        height: 135px;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.6;
    }

    .news-box .btn {
        padding: 0;
        width: 100%;
        text-align: left;
        background: none;
        color: #337ab7;
    }

    .news-box a {
        padding: 8px 15px;
        text-align: center;
        background: #ffa500;
        color: #fff;
        font-size: 12px;
        display: inline-block;
        border-radius: 4px;
    }

        .news-box a:hover {
            background: #0186db;
            text-decoration: none;
        }

    .news-box .btn:hover {
        background: none;
    }

.news .owl-item {
    padding: 0 15px;
}

.news .customNavigation {
    display: none;
}
/*** FOOTER ******/
footer {
    background: #2d2d2d;
    padding-top: 30px;
}

    footer h4 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 15px;
    }

    footer ul li, footer ul li a {
        font-size: 13px;
        color: #888888;
    }

        footer ul li:hover a {
            color: #fff;
        }

.footer-links {
    margin-bottom: 20px;
}

.local-solar {
}

    .local-solar a {
        font-size: 13px;
        color: #888888;
    }

        .local-solar a:hover {
            color: #fff;
        }

.copyright {
    background: #111;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
}

    .copyright ul li a {
        font-size: 12px;
        color: #fff;
    }
/* get quote */
.getquote {
    padding: 30px 0;
    background: url(../image/solar.jpg) no-repeat center top / cover;
    color: #fff;
    text-align: center;
}

    .getquote h2 {
        margin-bottom: 0;
        text-transform: none;
        font-style: italic;
    }

        .getquote h2 a {
            display: block;
            margin: 25px auto 0;
            max-width: 180px;
            padding: 12px;
            font-size: 16px;
            background: #0186db;
            text-align: center;
            color: #fff;
            text-decoration: none;
            border-radius: 4px;
        }

            .getquote h2 a:hover {
                background: #006eb4;
            }

/* Our Promise*/
.our-promise {
    padding: 30px 0;
    background-color: #ffffff; /*#f5f5f5;*/
    color: #444;
    text-align: center;
}

    .our-promise h2 {
        margin-bottom: 0;
        text-transform: none;
        color: #444;
    }

    .our-promise a {
        display: block;
        margin-left: 25px;
        max-width: 200px;
        padding: 12px;
        font-size: 16px;
        background: #ff6600;
        text-align: center;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
    }

        .our-promise a:hover {
            background: #eea236;
            /*color: #F62459;*/
        }

    .our-promise li {
        font-size: 1.2em;
        color: #444;
    }

    .our-promise h3 {
        color: #444;
    }

/*.our-promise h2:before {
        height: 2px;
        width: 80px;
        position: absolute;
        content: "";
        bottom: -310px;
        background: #fff;
        left: 50%;
        margin-left: -40px;
    }*/


.footer-social-link li {
    margin-right: 8px;
}

    .footer-social-link li a svg {
        fill: #888888;
    }

    .footer-social-link li:hover a svg {
        fill: #fff;
    }

.subscribe {
    margin-top: 25px;
}

    .subscribe h4 {
        margin-bottom: 5px;
    }

    .subscribe .form-control {
        background: rgba(255,255,255,0.1);
        height: auto;
        padding: 5px 15px;
        border: none;
        color: #ffa500; /*#fff;*/
        margin-bottom: 8px;
    }

    .subscribe .btn {
        font-size: 12px;
        padding: 5px 15px;
        background: #d5d5d5;
        color: #000;
    }

        .subscribe .btn:hover {
            background: #fff;
        }

    .subscribe span {
        color: #888888;
    }
/*********** Inner page ***************/
.inner-page {
    padding: 10px 0;
    font-size: 17px;
}

    .inner-page h2 {
        padding-bottom: 15px;
        color: #4573c1;
        font-weight: 300;
    }

    /*.inner-page h1 {
        color: #4573c1;
         border-bottom: 1px solid #d5d5d5;
         text-transform:uppercase;
         margin-top:5px;
    }*/

    .inner-page h1 {
        /*background-color: #3ba9ff;*/
        /*background-image: -webkit-linear-gradient(0deg, rgb(0, 0, 136) 59%, rgb(50, 66, 255) 98%);*/
        /*background-image: -webkit-radial-gradient(50% 50%, circle cover, rgb(50, 66, 255) 0%, rgb(39, 66, 207) 0%, rgb(0, 0, 136) 100%);*/
        background-image: url('../image/Solar-Panels-Sky-300x53.jpg');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: 100%;
        color: #fff;
        border-bottom: 1px solid #d5d5d5;
        text-transform: uppercase;
        margin-top: 5px;
        padding: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.7em;
    }

    .inner-page h3 {
        color: #4573c1;
    }

    .inner-page h5 {
        text-transform: uppercase;
        font-weight: 700;
        color: #666;
    }


.quote-button a {
    display: block;
    margin-left: 25px;
    max-width: 350px;
    padding: 12px;
    font-size: 16px;
    background: #ff6600;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

    .quote-button a:hover {
        background: #eea236;
        /*color: #F62459;*/
    }

.panel-group .panel, .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
/*.panel-default > .panel-heading{
	padding: 0;
	background: none;
	border: none;
}
.panel{
	box-shadow: none;
}
.panel-title{
	line-height: 1.427;
} */
.panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.panel-default > .panel-heading {
    padding: 0;
    position: relative;
    background: none;
}

.panel-body {
    padding-left: 25px;
}

.panel-title a {
    padding: 10px 15px 10px 25px;
    display: block;
    background: #fff;
}

    .panel-title a:hover {
        text-decoration: none;
    }

    .panel-title a span, .panel-title a.open.collapsed span {
        background-image: url("../image/right.png");
        background-position: left 12px;
        background-repeat: no-repeat;
        display: block;
        float: left;
        height: 100%;
        width: 25px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .panel-title a.open span, .panel-title a span {
        background-image: url(../image/down.png);
    }

.panel-title .collapsed span {
    background-image: url("../image/right.png");
}

.panel-body p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #666;
}

.panel-body h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
}

.panel-body ul {
    list-style: square;
    padding-left: 15px;
    color: #666;
}

    .panel-body ul li {
        padding-left: 10px;
    }

.right-side-nav, .right-sidebar {
    margin-bottom: 25px;
}

    .right-sidebar h4 {
        text-transform: uppercase;
        color: #ffa500;
        margin: 0;
        margin-bottom: 15px;
    }

    .right-side-nav ul li {
        padding-left: 15px;
        background: url(../image/right-dot.png) no-repeat left center;
        margin-bottom: 7px;
    }

        .right-side-nav ul li a {
            font-size: 0.9em;
            color: #666;
        }

            .right-side-nav ul li a:hover {
                color: #4573c1;
            }

    .right-side-nav ul .selected a {
        font-size: 1.0em;
        color: #4573c1;
        font-weight: bold;
    }

.solar-form {
    padding: 10px;
    background: #efefef;
    border-radius: 4px;
}

    .solar-form .form-group {
        position: relative;
    }

    .solar-form .input-icon {
        position: absolute;
        left: 8px;
        top: 8px;
    }

    .solar-form .form-control {
        padding-left: 40px;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: none;
        border: 1px solid #e5e5e5;
    }

.form-control {
    border-radius: 0;
    border: none;
    height: auto;
}

.solar-form .header2 {
    margin: 0 0 10px;
    text-align: left;
    color: #666;
    padding-bottom: 20px;
    font-size: 17px;
    font-style: italic;
    background: url(../image/aero-bottom.png) center bottom no-repeat;
}

.switch {
    background-color: transparent;
    width: 100%;
    display: inline-block;
    border-radius: 0;
    height: 40px;
    position: relative;
    zoom: 1;
    margin-bottom: 5px;
}

    .switch:before, .switch:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .switch:after {
        clear: both;
    }

    .switch label {
        position: relative;
        z-index: 2;
        padding-top: 8px;
        cursor: pointer;
        color: #333;
        text-align: center;
        background:;
        font-weight: 400;
        border-right-color: rgba(255, 255, 255, 0.5);
        color: #444444;
        background-color: #f8f8f8;
        border: 1px solid #dcdcdc;
        border-radius: 0;
        -webkit-box-shadow: inset 0px -7px 35px -18px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 0px -7px 35px -18px rgba(0,0,0,0.2);
        box-shadow: inset 0px -7px 35px -18px rgba(0,0,0,0.2);
    }

    .switch input[type="radio"] {
        display: none;
    }

    .switch.three {
        margin-bottom: 25px;
    }

        .switch.three label {
            width: 33.33%;
        }

    .switch input[type="radio"]:checked + label {
        color: #fff;
        background: #3ba9ff;
    }

    .switch span {
        position: relative;
        z-index: 1;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        display: block;
        border-radius: 5px 0 0 5px;
        background-color: #ffffff;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .switch span.right {
            left: 50%;
            border-radius: 0 5px 5px 0;
            -webkit-transition: all 200ms ease;
            transition: all 200ms ease;
        }

.switch {
    display: flex;
    width: 100%;
    flex-direction: row;
}

    .switch label {
        flex: 1;
    }

.solar-form .btn-warning {
    border-radius: 0;
    border: none;
    padding: 12px 15px;
    background: #FF6600;
}

    .solar-form .btn-warning:hover {
        background: orange;
    }


/*inner body*/
.inner-body p {
    line-height: 1.6;
    color: #666;
    text-align: justify;
}

.inner-body h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
}

.inner-body ul {
    list-style: square;
    padding-left: 15px;
    color: #666;
}

    .inner-body ul li {
        padding-left: 10px;
    }


.thanks-page {
    background: url(../image/thank-bg.jpg) no-repeat center center / cover;
}

    .thanks-page h1 {
        font-size: 20px;
        font-style: italic;
        color: #ffffff !important;
        line-height: 1.3;
    }

        .thanks-page h1 strong, .thanks-page h1 span {
            display: block;
        }

        .thanks-page h1 strong {
            font-style: normal;
            font-size: 30px;
            color: #ffffff;
            text-transform: uppercase;
        }

.extra-content h2 {
    margin-top: 25px;
    border: none;
    color: #000;
    text-transform: none;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.get-quote {
    background: #fff;
}

.solar-form-top {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 4px;
}

.solar-form-bottom {
    padding: 15px;
    background: #4573c1;
    border-radius: 4px;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 50px;
}

.solar-form-top2 {
    padding: 30px !important;
    background: #126685 /*#ffe167*/ !important;
    border-radius: 4px;
}

    .solar-form-top2::before {
        width: 0px !important;
        height: 0px !important;
    }


.solar-form-bottom2 {
    padding: 15px;
    background: #126685 /*#ffe167*/ !important;
    border-radius: 4px;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 50px;
    /*float:right !important;*/
}

/*.solar-form-top:before{
	width: 0; 
	height: 0; 
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-top: 30px solid #f5f5f5;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	bottom: 0;
	content: "";
	z-index: 2;
}*/
/* banner css */
.banner {
    padding: 30px 0;
    background: url(../image/banner1.jpg) no-repeat center center / cover;
}

.banner-text {
    color: #fff;
}

    .banner-text h1 {
        font-size: 28px;
        text-transform: uppercase;
        line-height: 1.42;
    }

        .banner-text h1 small {
            display: block;
            font-size: 18px;
            color: #fff;
            text-transform: none;
        }

    .banner-text ul {
        list-style: square;
        padding-left: 15px;
    }

        .banner-text ul li {
            font-size: 16px;
            font-style: italic;
            padding-left: 10px;
            margin-bottom: 10px;
        }

            .banner-text ul li a {
                color: orange;
                text-decoration: underline;
                font-weight: 600;
                font-size: 1.0em;
            }

                .banner-text ul li a:hover {
                    color: orange;
                    text-decoration: underline;
                    font-weight: 700;
                    font-size: 1.0em;
                }

.quote-form {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}

.free-quote-header {
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
}

.quote-form .header2 {
    background: url("../image/aero-bottom.png") no-repeat center bottom;
    color: #666;
    font-size: 17px;
    font-style: italic;
    margin: 0 0 10px;
    padding-bottom: 20px;
    text-align: left;
}

.banner-form {
    margin-top: 30px;
}

.quote-form .header2.two {
    margin-top: 30px;
}

.banner-form .btn-warning {
    padding: 12px 15px;
    border: none;
    border-radius: 0;
    background: #ff6600;
    font-size: 18px;
}

    .banner-form .btn-warning:hover {
        background: orange;
    }

.solar-form-top {
    background: #334859;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    border-radius: 0;
}

.solar-form-bottom {
    background: url(../image/form-bg.jpg) no-repeat center center / cover;
    background: #a0cecb;
    padding-top: 15px;
    border-radius: 0;
}

.solar-form .header2 {
    color: #f5f5f5;
}

.solar-form-bottom .btn-warning {
    background: #ffce13;
}

    .solar-form-bottom .btn-warning:hover {
        background: #1db9f1;
    }

.banner-form .quote-form textarea.form-control {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    min-height: 120px;
    -webkit-box-shadow: inset 0px -7px 35px -18px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -7px 35px -18px rgba(0,0,0,0.2);
    box-shadow: inset 0px -7px 35px -18px rgba(0,0,0,0.2);
}

.inner-page .quote-form textarea {
    min-height: 120px;
}

.inner-page .right-sidebar .solar-form .header2 {
    color: #666;
}

.banner-form #quoteform2 {
    display: none;
}

    .banner-form #quoteform2 .form-group, .banner-form #quoteform1 .form-group {
        position: relative;
    }

    .banner-form #quoteform2 .form-group {
        margin-bottom: 10px;
    }

.banner-form #quoteform1 .form-group {
    margin-bottom: 7px;
}

.extra-bottom .form-group {
    margin-bottom: 17px !important;
}

.banner-form #quoteform1 {
    min-height: 480px;
}

    .banner-form #quoteform2 .form-control, .banner-form #quoteform1 .form-control {
        height: auto;
        border: 1px solid #dcdcdc;
        height: auto;
        padding: 8px 15px;
        padding-left: 40px;
    }

    .banner-form #quoteform2 .input-icon, .banner-form #quoteform1 .input-icon {
        position: absolute;
        top: 8px;
        left: 8px;
    }

.banner-form #quoteform2 .back-btn {
    float: left;
    width: 15%;
}

.banner-form #quoteform2 .get-btn {
    float: right;
    width: 80%;
}

.banner-form .buttons-two {
    margin-bottom: 0;
}

.banner-form #quoteform2 a.btn {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.banner-form .quote-form .header2 {
    margin-bottom: 15px;
}

#btnGetQuote1 {
    margin-top: 25px;
}

.encourage ul li {
    margin-bottom: 10px;
}

    .encourage ul li a {
        display: block;
        position: relative;
        padding: 12px 15px;
        padding-left: 50px;
        text-align: center;
        min-width: 180px;
        border-radius: 4px;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        text-decoration: none;
    }

.encourage ul .fb a {
    background-color: #3b5998;
}

    .encourage ul .fb a:hover {
        background-color: #2c477f;
    }

.encourage ul .twit a {
    background-color: #55acee;
}

    .encourage ul .twit a:hover {
        background-color: #3a84bc;
    }

    .encourage ul .twit a span {
        background-position: 14px -55px;
    }

.encourage ul .mail a {
    background-color: #ffa500;
}

    .encourage ul .mail a:hover {
        background-color: #ee9b02;
    }

    .encourage ul .mail a span {
        background-position: 12px -123px;
    }

.encourage ul .gplus a {
    background-color: #dd4b39;
}

    .encourage ul .gplus a:hover {
        background-color: #c03524;
    }

    .encourage ul .gplus a span {
        background-position: 15px -187px;
    }

.encourage ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: rgba(0,0,0,0.2) url(../image/socials.png) 18px 15px no-repeat;
}

.encourage h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #373737;
}

.modal-content {
    background: url(../image/pop-up-bg.jpg) no-repeat center center / cover;
}

.modal-header {
    border: none;
    display: table;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

    .modal-header .close {
        font-size: 36px;
        font-weight: 300;
        color: #fff;
        text-shadow: none;
    }

.modal-body {
    border: none;
}

.solar-popup .quote-form {
    background: #f89406;
}

    .solar-popup .quote-form .header2 {
        color: #fff;
    }

    .solar-popup .quote-form .btn-warning {
        background: #1479c8;
        font-size: 18px;
        padding: 9px 15px;
    }

        .solar-popup .quote-form .btn-warning:hover {
            background: #3ba9ff;
        }

.solar-popup h1 {
    margin-top: 0;
    color: #1479c8;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
}

.solar-popup-content > p {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.solar-popup-content ul li {
    padding-left: 25px;
    font-size: 16px;
    font-style: italic;
    background: url(../image/checked.png) no-repeat left 2px;
    padding-bottom: 10px;
    color: #fff;
}

.quote-form .span-war, #quoteform2 .span-war {
    font-size: 0.7em;
    color: red;
}

.if-yes {
    padding: 10px;
    border: 1px dashed #d5d5d5;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #f5f5f5;
}

    .if-yes p {
        font-size: 16px;
        line-height: 1.5;
    }

        .if-yes p span {
            color: #000;
            text-transform: uppercase;
            font-weight: 600;
        }

        .if-yes p strong {
            color: #f89406;
            font-size: 22px;
            text-transform: uppercase;
        }

.solar-popup textarea.form-control {
    min-height: 120px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}

.has-error .form-control, .banner-form #quoteform2 .has-error .form-control {
    border-color: #843534;
    background-color: #fcc4b6;
}

.scrollup, .scrollup_c {
    width: 154px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    padding: 10px 5px 10px 5px;
    /*text-indent: -9999px;*/
    /*background: url('../image/top.png') no-repeat right center;*/
    background-color: #ffa500;
    outline: none;
    color: #fff;
    font-size: 1.0em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

scrollup a:hover, scrollup_c a:hover {
    color: #fff;
}

.scrollup:active, .scrollup:hover, .scrollup:focus, .scrollup_c:active, .scrollup_c:hover, .scrollup_c:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    /*font-size:1.1em;
        width: 160px;
        height: 45px;*/
}
/*********** Responsive ***************/
@media(min-width: 768px) {
    body {
        padding-top: 117px;
    }
    /* COMMON Css */
    h2 {
        font-size: 26px;
    }

    .modal-dialog {
        width: 750px;
    }
    /* navigation */
    .flexi-nav .navbar-header {
        width: 100%;
        text-align: center;
    }

    .flexi-nav .navbar-brand {
        width: 100%;
        font-size: 36px;
        height: auto;
        line-height: 1.2;
    }

    .flexi-nav .navbar-collapse {
        background: none;
        padding: 0;
    }

    .flexi-nav .navbar-nav {
        float: right;
    }

        .flexi-nav .navbar-nav > li > a {
            font-size: 12px;
            padding: 12px;
            border: none;
        }

            .flexi-nav .navbar-nav > li > a .caret {
                margin-left: 6px;
                margin-top: 8px;
            }

        .flexi-nav .navbar-nav > .dropdown:hover .dropdown-menu {
            display: block;
        }

    .navbar-nav > li > .dropdown-menu {
        background: #4573c1;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }

        .navbar-nav > li > .dropdown-menu > li > a {
            font-size: 13px;
            color: #fff;
        }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background: #ffa500;
        color: #fff;
    }


    /* welcome */
    .welcome-text p:nth-child(2) {
        font-size: 20px;
    }

    .welcome-text p, .welcome-text ul {
        text-align: left;
        font-size: 20px;
    }

        .welcome-text p:last-child {
            margin-bottom: 0;
        }

    /* module */

    .module-text {
        background-color: #f5f5f5;
    }

        .module-text p, .module-text ul {
            text-align: left;
            font-size: 20px;
            color: #666;
        }

            .module-text p:last-child {
                margin-bottom: 0;
            }
    /* things-know */
    .things-know {
        padding: 50px 0 30px;
    }

    .thing-box {
        min-height: 120px;
    }

    .thing-box-last {
        margin-bottom: 35px;
    }

    .thing-box i {
        position: absolute;
        top: 25px;
        left: 15px;
    }

    .thing-box h3 {
        margin-top: 0;
    }
    /* step box */
    .step-box {
        padding-right: 80px;
    }
    /* news */
    .news {
        padding: 50px 0 30px;
    }

        .news .container {
            position: relative;
        }

    .news-box {
        min-height: 531px;
    }

        .news-box h3 {
            min-height: 120px;
        }

    .news .customNavigation {
        display: block;
    }

    .news .owl-controls {
        display: none !important;
    }

    .news .customNavigation a {
        color: #fff;
        padding: 0;
        font-size: 40px;
        position: absolute;
        left: -15px;
        top: 50%;
        font-weight: 300;
    }

    .news .customNavigation .next {
        right: -15px;
        left: inherit;
    }
    /* get quote */
    .getquote {
        padding: 50px 0;
    }
    /*footer */
    .copyright {
        margin-top: 30px;
    }

        .copyright p {
            margin-bottom: 0;
        }

        .copyright ul {
            margin-bottom: 0;
            float: right;
        }

    .inner-page-content {
        border-right: 1px dashed #d5d5d5;
    }

        .inner-page-content h2 {
            margin-bottom: 0px;
        }

    .thanks-page {
        background-image: url(../image/thank-bg-1.jpg);
        background-size: inherit;
        background-position: right bottom;
    }

    .switch label {
        font-size: 16px;
    }

    .thanks-page h1 {
        max-width: 500px;
    }

        .thanks-page h1 strong {
            font-size: 36px;
        }

    .thanks-page-content {
        padding: 100px 0 0;
    }

    .extra-content {
        max-width: 500px;
    }

        .extra-content p {
            text-align: justify;
        }

    .solar-form-top {
        float: left;
        max-width: 400px;
        min-height: 342px;
    }

    .solar-form-bottom {
        float: right;
        padding: 15px;
        min-width: 325px;
    }

        .solar-form-bottom .form-group:last-child {
            margin-bottom: 0;
        }

    .solar-form-bottom {
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px;
    }

    .solar-form-top::before {
        width: 60px;
        height: 70px;
        content: "";
        right: -75px;
        position: absolute;
        top: 50%;
        margin-top: -35px;
        background: url(../image/arrowd.png) no-repeat center center;
    }
    /* banner css */
    .banner-form {
        margin-top: 0;
    }

    .banner-text h1 {
        font-size: 34px;
        font-weight: 700;
    }
}

@media(min-width: 992px) {
    body {
        padding-top: 60px;
    }
    /* COMMON Css */
    h2 {
        font-size: 32px;
    }

    .modal-dialog {
        width: 920px;
    }
    /* navigation */
    .flexi-nav .navbar-header {
        width: auto;
        text-align: left;
    }

    .flexi-nav .navbar-brand {
        font-size: 24px;
    }

    .flexi-nav .navbar-nav > li > a {
        font-size: 13px;
        padding: 20px 12px;
    }
    /* welcome */
    .welcome-text p:nth-child(2) {
        font-size: 22px;
        padding: 0 50px;
    }

    .news-box h3 {
        min-height: 145px;
    }

    .news .customNavigation .next {
        right: -25px;
    }

    .news .customNavigation .prev {
        left: -25px;
    }
    /*** things know ****/
    .third.thing-box {
        padding-left: 90px;
    }

    .things-know article:nth-child(4) {
        clear: both;
    }

    .things-know h2, .steps h2 {
        position: relative;
        margin-bottom: 60px;
    }

        .things-know h2:before, .steps h2:before {
            height: 2px;
            width: 80px;
            position: absolute;
            content: "";
            bottom: -20px;
            background: #333;
            left: 50%;
            margin-left: -40px;
        }

    .step-box {
        min-height: 235px;
        padding-right: 40px;
    }

    .thing-box-last.fourth, .thing-box-last.fifth, .thing-box-last:last-child {
        margin-bottom: 0;
    }

    .inner-page-content {
        padding-right: 80px;
        background: url(../image/dot.png) repeat-y 96% top;
        border: none;
    }

    .thanks-page-content {
        padding: 30px 0 30px;
    }

    .thanks-page h1 {
        font-size: 28px;
    }

        .thanks-page h1 strong {
            font-size: 48px;
        }

    .solar-form-bottom {
        min-width: 540px;
    }

    .solar-form-top {
        position: relative;
    }
    /*.solar-form-top:before{
	border-left-width: 45px;
	margin-top: 15px;
	left: inherit;
	right: -30px;
} */
    /* banner form */
    .banner-text h1 {
        font-size: 40px;
    }

        .banner-text h1 small {
            font-size: 24px;
        }

    .banner-text {
        margin-top: 50px;
    }

        .banner-text ul li {
            font-size: 18px;
        }

            .banner-text ul li a {
                color: orange;
                text-decoration: underline;
                font-weight: 600;
                font-size: 1.0em;
            }

                .banner-text ul li a:hover {
                    color: orange;
                    text-decoration: underline;
                    font-weight: 700;
                    font-size: 1.0em;
                }


    .banner-form .switch label {
        font-size: 14px;
    }

    .solar-popup h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .solar-popup ul {
        margin-bottom: 30px;
    }

    .solar-popup-content > p {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .if-yes p {
        font-size: 18px;
    }
}

@media(min-width: 1200px) {
    h2 {
        margin-bottom: 40px;
    }

    .welcome-text p:nth-child(2) {
        padding: 0 100px;
    }

    .welcome-text h2 {
        margin-bottom: 20px;
    }

    .thing-box {
        min-height: 260px;
        padding-right: 25px;
    }

    .third.thing-box {
        padding-left: 115px;
        padding-right: 15px;
    }

    /*.getquote{
	text-align: left;
}
.getquote h2 a{
	float: right;
	margin: 0;
	min-width: 180px;
} */
    .news-box h3 {
        min-height: 120px;
    }

    .news .customNavigation .next {
        right: -45px;
    }

    .news .customNavigation .prev {
        left: -45px;
    }

    .step-box {
        padding: 40px;
    }

        .step-box i {
            font-size: 100px;
        }

    .inner-page-content {
        background-position: 97% top;
    }

    .thanks-page-content h1, .extra-content {
        max-width: 800px;
    }

    .solar-form-top {
        position: relative;
    }

    .solar-form-bottom {
        max-width: 832px;
    }

        .solar-form-bottom .form-group {
            width: 50%;
            float: left;
            padding-right: 5px;
        }

    .solar-form-bottom {
        margin-left: 0;
        /*margin-top: 44px;*/
        max-width: 745px;
        padding-top: 30px;
    }
    /* banner */
    .free-quote-header {
        font-size: 21px;
    }

    .form-name {
        display: table;
        width: 100%;
    }

        .form-name .form-group {
            float: left;
            max-width: 50%;
        }

            .form-name .form-group:first-child {
                padding-right: 8px;
            }

            .form-name .form-group:last-child {
                padding-left: 8px;
            }

    .banner-form #quoteform2 .form-name .form-group:last-child .input-icon, .banner-form #quoteform1 .form-name .form-group:last-child .input-icon {
        left: 15px;
    }

    .form-name .suburb {
        max-width: 40%;
    }

        .form-name .suburb input {
            padding-left: 10px !important;
        }

        .form-name .suburb:first-child {
            padding-right: 2px !important;
        }

    .form-name .state {
        max-width: 30%;
        padding-left: 5px !important;
    }

        .form-name .state input {
            padding-left: 10px !important;
        }

    .form-name .postal {
        max-width: 30%;
        padding-left: 5px !important;
    }

        .form-name .postal input {
            padding-left: 10px !important;
        }
}

@media(min-width: 1580px) {
    .step-box {
        padding: 60px;
    }
}

.feed-in-terrif-table {
    margin-left: 5%;
    min-width: 200px;
    width: 90%;
    border-collapse: collapse;
}

    .feed-in-terrif-table th {
        background-color: #3E4651;
        color: #ffffff;
        font-size: 1.4em;
    }

    .feed-in-terrif-table td {
        font-size: 1.2em;
    }

    .feed-in-terrif-table tr:hover {
        background-color: #95A5A6;
    }

    .feed-in-terrif-table .row1 {
        background-color: #F6F7F2;
    }

    .feed-in-terrif-table .alt-row {
        background-color: #ECF0F1;
    }

    .feed-in-terrif-table .caption {
        font-weight: bold;
    }

    .feed-in-terrif-table th, .feed-in-terrif-table td {
        border: 1px solid #2C3E50;
        text-align: center;
        padding: 3px 0px 3px 0px;
    }


.error-page h1 {
    font-weight: 800;
    color: #CF000F;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}


.side-quote .form-group {
    margin-bottom: 7px !important;
}


/*Bubble on page*/

.bubble-wrapper {
    bottom: 20px;
    height: 0;
    left: 20px;
    overflow: hidden;
    padding: 0 20px;
    position: fixed;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    z-index: 99999;
    font-family: 'Open Sans', sans-serif;
}

.bubble {
    background-color: #006699 /*#ffa500*/;
    border-radius: 5px;
    box-shadow: 0 0 10px #999;
    box-sizing: border-box;
    position: relative;
    width: 375px;
}

    .bubble .close1 {
        position: absolute;
        top: -6px;
        left: -6px;
        background-color: #ffa500; /*#444450*/
        width: 25px;
        height: 25px;
        border-radius: 50%;
        opacity: 0.6;
    }

        .bubble .close1:hover {
            opacity: 1.0;
        }

        .bubble .close1 a {
            display: block;
            text-align: center;
            line-height: 25px;
            font-weight: bold;
            color: #828282;
            text-decoration: none;
            font-size: 12px;
        }

    .bubble .content {
        padding: 20px;
        height: 180px;
    }

    .bubble .bubble-content .inner {
        width: 200px;
        float: left;
    }

    .bubble .content .bubble-thumb {
        float: right;
        width: 80px;
        margin-top: -30px;
    }

        .bubble .content .bubble-thumb img {
            height: auto;
            max-width: 100%;
        }

    .bubble .bubble-content .inner p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        color: #fff;
    }

        .bubble .bubble-content .inner p strong {
            font-weight: bold;
        }

    .bubble .bubble-content .inner .title {
        text-transform: uppercase;
        font-weight: bold;
    }

    .bubble .content .htxt {
        padding: 7px 15px;
        background-color: #EBEBEB /*F39C12*/;
        color: #006699;
        text-transform: uppercase;
        font-size: 16px;
        display: inline-block;
        border-radius: 5px;
        margin: 0 0 15px;
    }

    .bubble .bubble-content .inner p.description {
        font-size: 13px;
    }

    .bubble .bubble-content .inner .time {
        display: block;
        text-align: right;
        margin-top: 15px;
    }

.bubble-wrapper.show-bubble {
    height: 225px;
    overflow: hidden;
    padding: 20px;
}

.bubble .content {
    padding: 20px;
}


.a-steps {
    color: #ffffff;
}

    .a-steps:hover {
        color: #ffffff;
    }

.a-orange {
    color: #ff6600;
}

    .a-orange:hover {
        font-weight: 550;
        color: #ff6600;
    }

.page-not-found {
    background: url('../image/404.jpg') no-repeat center top / cover;
    height: auto;
    width: auto;
}

.four-o-four {
    font-size: 9em;
    font-weight: 600;
    text-align: center;
    width: 100%;
    /*font-family: ABeeZee ;*/
    line-height: 1em;
    color: #fc2121;
    /*font-size: 153px;*/
    text-shadow: 0px 0px 0 rgb(237,18,18),1px 1px 0 rgb(222,3,3),2px 2px 0 rgb(207,-12,-12),3px 3px 0 rgb(191,-28,-28),4px 4px 0 rgb(176,-43,-43),5px 5px 0 rgb(161,-58,-58),6px 6px 0 rgb(146,-73,-73), 7px 7px 0 rgb(131,-88,-88),8px 8px 7px rgba(0,0,0,0.45),8px 8px 1px rgba(0,0,0,0.5),0px 0px 7px rgba(0,0,0,.2);
}


.four04-msg {
    font-weight: 800;
    color: #CF000F;
    font-size: 2em;
}

.quote-a {
    margin-left: 25px;
    max-width: 270px;
    padding: 12px;
    font-size: 20px;
    background: #ffe167;
    text-align: center;
    color: #344254;
    text-decoration: none;
    border-radius: 4px;
}

    .quote-a:hover {
        background: #f7d64f;
        text-decoration: none;
        /*color: #F62459;*/
    }


.qb-fluid {
    background-color: #1780a6 /*#67809F*/;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .qb-fluid .solar-form2 {
        padding: 0px !important;
    }

        .qb-fluid .solar-form2 .header2, .qb-fluid .solar-form2 .span-war {
            color: #ffffff !important;
        }

        .qb-fluid .solar-form2 .btn-block {
            text-transform: uppercase !important;
            font-size: 1.5em;
            padding-top: 4px !important;
            padding-bottom: 4px !important;
            color: #373737;
        }

            .qb-fluid .solar-form2 .btn-block:hover {
                color: #ffffff;
            }

        .qb-fluid .solar-form2 .buttons-two {
            width: 100%;
        }

.inner-page2 {
    padding: 0px !important;
}

.get-3-quote {
    font-size: 2.0em;
    text-transform: uppercase;
}

    .get-3-quote hr {
        width: 20%;
    }


.qb-fluid_main {
    background-color: #a0cecb;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .qb-fluid_main .solar-form {
        padding: 0px !important;
    }

        .qb-fluid_main .solar-form .buttons-two {
            width: 100%;
        }


        .qb-fluid_main .solar-form .btn-block {
            text-transform: uppercase !important;
            font-size: 1.5em;
            padding-top: 4px !important;
            padding-bottom: 4px !important;
        }

.no-padding {
    padding: 0 !important;
}

.color-white {
    color: #ffffff;
}


.btn-falcon {
    color: #373737 !important;
}

    .btn-falcon:hover {
        color: #ffffff !important;
    }


.img-full {
    /*background: url('../image/quality-solar-team.jpg') no-repeat center top / cover;*/
}
