@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
body {
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

html {
    scroll-behavior: smooth;
}

h1 {
     color: darkgray;
 }

.blue {
    background-color: #0082CA;
}

.dark-gray {
    background-color: #676767;
}

.gray-elements {
    background-color: #DADADA;
}

.gray-background {
    background-color: #F5F5F5;
}

.form-divider {
    border: 1px solid  #F5F5F5;
    margin-bottom: 10px;
    margin-top: 10px;
}

.color-blue {
    color: #0082CA;
    font-weight: bold;
}

#button-container {
    margin-top: -35px;
}

#button-container a {
    color: white;
    background-color: #0082CA;
    border: none;
    padding: 14px 20px;
    display: inline-block;
}

#button-container button {
    background: none;
    border: none;
}

.notification-success {
    padding:20px;
    border: 1px solid green;
    background-color: rgba(50,205,50 , .35);
    border-radius: 1px;
}

.notification {
    padding:20px;
    border: 1px solid red;
    background-color: rgba(255, 0 , 0 , .35);
    border-radius: 1px;
}

.notification ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.notification ul li {
    font-size: 1.3rem;
    color: white;
}

.registration-context .checkbox-container input[type="text"] {
    border: none;
    border-bottom: 1px solid black;
    padding: 3px 5px;
    background: transparent;
    width: 200px;
}

.coupon-content input[type="email"], .registration-context input[type="email"] {
    border: 1px solid black;
    padding: 15px 20px;
    width: 400px;
    margin-bottom: 10px;
}


.coupon-content input[type="text"], .registration-context input[type="text"] {
    border: 1px solid black;
    padding: 15px 20px;
    width: 400px;
    margin-bottom: 10px;
}

.coupon-content input[type="number"], .registration-context input[type="number"] {
    border: 1px solid black;
    padding: 15px 20px;
    width: 400px;
    margin-bottom: 10px;
}

.coupon-content input[type="submit"], .registration-context input[type="submit"] {
    color: white;
    background-color: #0082CA;
    border: none;
    padding: 16px 20px;
}

.coupon-content ul {
    list-style: none;
    padding: 0px;
}

.coupon-content ul img {
    max-width: 50px;
}

.coupon-content .table {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
}

#download-coupon {
    color: white;
    background-color: #0082CA;
    border: none;
    padding: 16px 20px;
}

#download-coupon:disabled {
    color: white;
    background-color: #DADADA;
    border: none;
    padding: 16px 20px;
    cursor: not-allowed;
}

.coupon-content .table .table-cell:first-child {
    width: 75px
}

.bg-layer {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

.cover {
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom-left {
    background-position: bottom left;
}

.top-left {
    background-position: top left;
}

.gradient {
    background: #3db9ef; /* Old browsers */
    background: -moz-linear-gradient(45deg, #3db9ef 0%, #0283c9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #3db9ef 0%,#0283c9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #3db9ef 0%,#0283c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3db9ef', endColorstr='#0283c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.table {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
}

.header-logo img {
    max-width: 320px;
}

#page-wrapper {
    overflow: hidden;
}

.header {
    margin-top: 45px;
}

.align-right {
    text-align: right;
}

.content {
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.header-content {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.about-hexagons {
    position: absolute;
}

.about-hexagons span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
    display: block;
    margin: 0px 2px;
    font-size: 2.25rem;
    padding-top: 80px;
    text-transform: uppercase;
}

.marketplace-hex-title span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: white;
    display: block;
    margin: 0px 2px;
    font-size: 2.25rem;
    padding-top: 65px;
    text-transform: uppercase;
}

.about-out-hexagon {
    position: absolute;
    margin-top: 326px;
    margin-left: 18px;
}

.about-out-hexagon img {
    max-width: 130px;
}

.about-hexagons .bighex {
    width: 300px;
}

.about-hexagons .mediumhex {
    width: 171px;
}

.about-hex-title {
    margin-left: -186px;
    margin-top: -20px;
}

.marketplace-hex-title {
    margin-left: 135px;
    margin-top: 130px;
}

.about-hex-img {
    margin-left: 315px;
    margin-top: 10px;
}

.glyphicon-remove {
    color: red;
}

.glyphicon-ok {
    color: green;
}

.header-menu {
    border: none;
    background: none;
}

.header-menu img {
    max-width: 50px;
}

.membership, .purchase {
    display: none;
}

.dropdown-menu {
    right: 0px;
    left: auto;
}

.energy-icons {
    list-style: none;
    padding: 0px;
    margin-top: -43px;
}

.energy-icons li {
    display: inline;
    max-width: 90px;
    margin-right: 10px;
}

.energy-icons li img {
    max-width: 74px;
}

#hexagons {
    margin-top: 100px;
}

.section-wrapper {
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
}

.slogan {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3rem;
}

.text-content {
    padding-top: 320px;
    padding-left: 30%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.text-content.coupon-content {
    padding-top: 220px;
    padding-left: 30%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.text-content h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.headline-black {
    color: black;
}

.headline-white {
    color: white;
}

.link-white {
    color: white;
}

.link-white:hover {
    color: white;
}

.headline-blue {
    color: #0082CA;
}

.logo-footer img {
    width: 100%;
    max-width: 330px;
}

#footer .gradient-layer{
    background-image: url('../images/footer_cells_complete.png');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

#footer .content {
    padding-top: 35px;
}

.footer-address {
    padding-top: 65px;
    padding-left: 30%;
}

.footer-address a {
    color: black;
}

.privacy-footer {
    color: white;
    padding-left: 30%;
}

.privacy-footer a {
    color: white;
}

.top-section {
    padding-top: 250px !important;
}

.menu-cell {
    position: fixed;
    margin-top: 26px;
    margin-left: -62px;
}

#notification-inner {
    border: 1px solid red;
    color: white;
    border-radius: 1px;
    padding: 15px 18px;
    font-size: 1.3rem;
    background-color: rgba(236, 100, 75, 1);
}

#notification-inner a {
    color: white;
    text-decoration: underline;
}

.dropdown-menu {
    margin-top: -70px;
    padding: 15px 30px;
    border-radius: 1px;
    z-index: 10 !important;
    min-width: 200px !important;
    margin-right: -7px;
    padding-top: 50px;
    border: none;
}

.dropdown-backdrop {
    z-index: 9;
}

.dropdown-menu a {
    color: white;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.25);
    padding: 10px 0px;
    display: block;
    text-transform: uppercase;
}

.dropdown-menu a:last-child {
    border: none;
}

@media only screen and (max-width: 1366px) {
    .section-wrapper .content {
        max-width: 900px;
    }

    .section-wrapper.top-section  .content {
        max-width: 1200px;
    }

    .text-content.coupon-content {
        padding-top: 300px;
    }
}

@media only screen and (max-width: 1200px) {
    .energy-icons {
        margin: auto;
        text-align: center;
    }

    .registration-context {
        padding: 35px !important;
    }

    .slogan {
        margin: auto;
        text-align: center;
    }

    .section-wrapper.top-section  .content {
        max-width: 1024px;
    }

    .hex {
        width: 29% !important;
        margin: 0px 10px;
    }

    .out-hexagon {
        position: absolute;
        margin-top: -138px !important;
        margin-left: -90px;
        width: 164px;
    }

    .hex.smallHex {
        margin-left: 209px !important;
        margin-top: -102px !important;
        width: 13% !important;
    }

    .hex p {
        padding-bottom: 35% !important;
    }

    .about-hexagons .bighex {
        width: 300px !important;
    }

    .about-hexagons .mediumhex {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .hex.smallHex {
        margin-left: 209px !important;
        margin-top: -102px !important;
    }
}

@media only screen and (max-width: 900px) {
    .hex {
        width: 45% !important;
        margin: 0px 10px;
    }

    .out-hexagon {
        position: absolute;
        margin-top: -138px !important;
        margin-left: -90px;
        width: 164px;
    }

    .hex.smallHex {
        margin-left: 31% !important;
        margin-top: -16% !important;
        width: 20% !important;
    }

    .hex p {
        padding-bottom: 50% !important;
    }

    .out-hexagon, .about-hexagons {
        display: none;
    }

    .energy-icons {
        margin-top: 0px;
        padding-left: 10px;
    }

    .energy-icons {
        margin-top: 25px;
    }

    .about-hexagons .bighex {
        display: none;
    }

    .text-content, .text-content.coupon-content {
        padding-top: 50px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 770px) {
    .hex p {
        padding-bottom: 40% !important;
    }


}

@media only screen and (max-width: 640px) {
    .hex, .hex:nth-child(5n+4) {
        width: 80% !important;
        margin: auto !important;
        margin-right: 20px;
        margin-bottom: 140px !important;
    }

    .hex p {
        padding-bottom: 65% !important;
    }

    #hexGrid {
        padding-left: 0px;
    }

    .hex.smallHex {
        margin-left: 0% !important;
        width: 25% !important;
    }

    .hex p {
        padding-bottom: 50% !important;
    }

    .footer-address {
        padding: 35px !important;
    }

    .text-content h2 {
        font-size: 30px;
    }

    .coupon-content input[type="email"], .registration-context input[type="email"] {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .hex p {
        padding-bottom: 40% !important;
    }

    .top-section .smallHex p {
        padding-top: 34%;
        line-height: 22px;
        font-size: 20px;
    }
}

