@import '../Helvetica_Neue.css';

body,html {
    min-height: 100%;
    /*height: 100%;*/
}

.carbonize-container {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
}

.carbonize-horizontal_container,
.carbon_emission,
.carbon_units {
    font-family: 'HelveticaNeueLTStd-Th', 'Open Sans', sans-serif;
}

p {
    text-align: center;
}

h1.carbonize_title {
    font-weight: 700;
    text-align: center;
    font-size: 3em;
    margin: 0;
    padding: 0.25em;
}

img.carbonize_logo {
    max-width: 177px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

p {
    font-weight: 400;
    line-height: 1.75em;
}

.page {
    min-height: 100%;
    max-width: 700px;
    position: relative;
    width: 100%;
    *width: 700px;
    margin: 0 auto;
}

.max-70 {
    max-width: 70%;
    margin: 0 auto;
}

a.next {
    text-align: center;
    display: block;
    cursor: pointer;
}

.purple_background,
.light_background {
    /*height: 100%;*/
    min-height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}

.carbonize-stage_1 {
    z-index: 10;
}

.purple_background {
    background: #0c1240;
    background: -moz-linear-gradient(top, #0c1240 0%, #3a1c55 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c1240), color-stop(100%,#3a1c55));
    background: -webkit-linear-gradient(top, #0c1240 0%,#3a1c55 100%);
    background: -o-linear-gradient(top, #0c1240 0%,#3a1c55 100%);
    background: -ms-linear-gradient(top, #0c1240 0%,#3a1c55 100%);
    background: linear-gradient(to bottom, #0c1240 0%,#3a1c55 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1240', endColorstr='#3a1c55',GradientType=0 );
    color: #fff;
}

.light_background {
    background: #cdcdcd;
    background-image: url('../img/carbonize_icons/carbonize-Desktop_Bg.jpg');
    background-size: cover;
    background-position: center;
    colour: #ccc;
}

@media only screen and (max-width: 700px) {
    .light_background {
        background-image: url('../img/carbonize_icons/background.jpg');
    }
}

ul, li {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

li img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.carbonize-horizontal {
    max-width: 80%;
    margin: 0 auto;
    min-height: 474px;
}

.carbonize-horizontal li img {
    max-width: 95%;
}

.carbonize-horizontal_container h3 {
    font-size: 2em;
    font-weight: normal;
    text-align: center;
    text-transform: lowercase;
    color: #3f3f3f;
    margin-top: -1em;
}

.carbonize_co2e {
    text-align: center;
    font-size: 1.5em;
    color: #8e8e8e;
    margin-top: -1.5em;
}

.carbonize-horizontal {
    height: 474px;
    width: 100%;
    overflow: hidden;
}

.carbonize-horizontal_container li { float: left; }

.next_slider,
.previous_slider {
    opacity: 0.3;
    transition-duration: 0.5s;
    cursor: pointer;
}

.next_slider:hover,
.previous_slider:hover {
    opacity: 1;
}

.bubblingG {
    text-align: center;
    width:80px;
    height:50px;
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 25px auto;
    background: #000000;
    -moz-border-radius: 50px;
    -moz-animation: bubblingG 0.5s infinite alternate;
    -webkit-border-radius: 50px;
    -webkit-animation: bubblingG 0.5s infinite alternate;
    -ms-border-radius: 50px;
    -ms-animation: bubblingG 0.5s infinite alternate;
    -o-border-radius: 50px;
    -o-animation: bubblingG 0.5s infinite alternate;
    border-radius: 50px;
    animation: bubblingG 0.5s infinite alternate;
}

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#bubblingG_2 {
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
    -ms-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

#bubblingG_3 {
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:#000000;
        -moz-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color:#FFFFFF;
        -moz-transform: translateY(-21px);
    }

}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:#000000;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color:#FFFFFF;
        -webkit-transform: translateY(-21px);
    }

}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:#000000;
        -ms-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color:#FFFFFF;
        -ms-transform: translateY(-21px);
    }

}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:#000000;
        -o-transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color:#FFFFFF;
        -o-transform: translateY(-21px);
    }

}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color:#000000;
        transform: translateY(0);
    }

    100% {
        width: 24px;
        height: 24px;
        background-color:#FFFFFF;
        transform: translateY(-21px);
    }

}

#overlay {
    background: rgba(0,0,0,0.7);
    height: 1000px;
    width: 100%;
    top: 0;
    position: absolute;
}

#overlay .bubblingG {
    left: 40%;
    top: 20%;
    position: relative;
}

.carbonize-stage_1 .next {
    transition-duration: 0.2s;
    /*background: rgba(255,255,255,0.0);*/
}

.carbonize-stage_1 .next:hover {
    background-color: rgba(255,255,255,0.2);
}

@-webkit-keyframes pulse_animation {
    0% { -webkit-transform: scale(1); }
    30% { -webkit-transform: scale(1); }
    40% { -webkit-transform: scale(1.08); }
    50% { -webkit-transform: scale(1); }
    60% { -webkit-transform: scale(1); }
    70% { -webkit-transform: scale(1.05); }
    80% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(1); }
}

.ecoLink img {
    transition-duration: 0.2s;
}

.ecoLink:hover img {
    opacity: 1;
}

.pulse {
    -webkit-animation-name: 'pulse_animation';
    -webkit-animation-duration: 2000ms;
    -webkit-transform-origin:70% 70%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
img.carbonize_logo { padding-top: 1em; }

.carbonize-stage_1 .max-70 { margin-top: 1em; }

.carbonize-stage_1 .next {
    display: inline-block;
    margin: 3em auto;
    cursor: pointer;
    border-radius: 200px;
    background-image: url('../img/carbonize_icons/brder.png');
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    padding: 3em 2.25em;
    text-align: center;
}

@media only screen and (max-width: 400px) {
    .carbonize-stage_1 .next {
        margin: 1em auto;
        padding: 2.5em 1.75em;
    }
}

.carbonize-stage_1 {
    text-align: center;
}


.carbonize-stage_2,
.carbonize-stage_3,
.carbonize-stage_4,
.carbonize-stage_5,
.carbonize-stage_6 {
    position: relative;
    display: none;
}


.carbonize-stage_2 .carbonize_comparison {
    text-align: center;
    padding-top: 3em;
}

.carbonize-stage_2 {
    display: block;
}

.carbonize-stage_2 .carbonize_comparison {
    min-height: 72px;
}



.carbonize-stage_2 .carbonize_comparison .first img,
.carbonize-stage_2 .carbonize_comparison .compare img,
.carbonize-stage_2 .carbonize_comparison .second img {
    max-width: 80px; height: auto; width: 100%;
}

.carbonize-stage_2 .carbonize_comparison .compare img {
    max-width: 49px;
}

.carbonize-stage_2 .carbonize-horizontal {
    position: relative;
    top: 0.5em;
}

.carbonize-stage_2 .next_slider,
.carbonize-stage_2 .previous_slider {
    top: 28%; position:absolute;
}

.carbonize-stage_2 .next_slider {
    right: 0;
}

.carbonize-stage_2 .previous_slider {
    left: 0;
}

.carbonize-stage_2 .select_compare {
    position: absolute; width: 13%; height: auto; cursor: pointer; left: 43.5%; top: 25.5%;
}


/* Crosshair Fixes */
@media all and (max-width: 650px) {
    .carbonize-stage_2 .select_compare {
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media all and (max-width: 480px) {
    .carbonize-stage_2 .select_compare {
        width: 19% !important;
    }
} 

@media all and (max-width: 559px) and (min-width: 481px){
    .carbonize-stage_2 .select_compare {
        top: 27.5%;
    }
}

@media all and (max-width: 480px) and (min-width: 460px){
    .carbonize-stage_2 .select_compare {
        top: 28%;
    }
}

@media all and (max-width: 459px) and (min-width: 441px) {
    .carbonize-stage_2 .select_compare {
        top: 26%;
    }
}

@media all and (max-width: 440px) and (min-width: 401px) {
    .carbonize-stage_2 .select_compare {
        top: 26%;
    }
}

@media all and (max-width: 400px) and (min-width: 360px) {
    .carbonize-stage_2 .select_compare {
        top: 21%;
    }
}
 
@media all and (max-width: 359px) {
    .carbonize-stage_2 .select_compare {
        top: 22%;
    }
}

.carbonize-stage_3 .vertical_container {
    height: 600px; overflow: hidden; position: relative; max-width: 90%; margin: 0 auto;
}

.carbonize-stage_3 .vertical_loop {
    width: 100%;position: absolute; left: 0; top: 0;
}

.carbonize-stage_3 #comparison_text {
    font-size: 1.2em; padding-top: 1em; max-width: 80%; margin: 0 auto;
}

.carbonize-stage_4 h3.max-70,
.carbonize-stage_4 #message {
    padding: 1em 0;
}

.carbonize-stage_4 .share_icons {
    text-align: center;
    margin: 3em auto;
}

.carbonize-stage_4 .share_icons a img {
    margin-right: 1.5%;
    margin-bottom: 2%;
}

.carbonize-stage_4 .find_more,
.carbonize-stage_6 .to_stage_5 {
    padding: 0.5em 1em;
    color: #fff;
    position: absolute;
    text-align: center;
    font-family: Georgia, serif;
    font-style: italic;
    border-radius:35px;
    top: 14px;
    right: 19px;
    border: 3px solid #fff;
    cursor: pointer;
    transition-duration: 0.2s;
}

.carbonize-stage_4 .find_more:hover,
.carbonize-stage_6 .to_stage_5:hover {
    background: rgba(255,255,255,0.2);
}

.ecoLink img {
    max-width: 205px; width: 100%; opacity: 0.1; display: block; margin: 0 auto; padding: 3em 0;
}
#final_image {
    text-align: center; display: none;
}

.carbonize-stage_6 {
    color: #efefef;
}

.carbonize-stage_6 .max-70 {
    padding: 1em 0;
}

.share_icons a {
    display: inline-block;
    width: 43.5%;
    margin: 1% 2.5%;
}

.share_icons img {
    max-width: 100%;
}

.carbonize-stage_4 p,
.carbonize-stage_6 p,
.carbonize-stage_6 h3{
    text-align: center;
}

.carbon_emission {
    font-size: 3.5em;
    color: #3f3f3f;
    font-weight: normal;
    margin:0;
}

.carbon_emission .decimal {
    font-size: 0.7em;
}

.carbon_units {
    font-size: 1.4em;
    margin: 0;
}

.carbon_units sub {
    font-size: 0.8em;
}

/**
 * MEDIA QUERIES
 */

@media only screen and (max-width: 800px) and (min-height: 600px) and (orientation: portrait) {
    .page {
        padding-top: 7em;
    }
    .carbonize-stage_4 .page, .carbonize-stage_6 .page {
        padding-top: 7em;
    }
}

@media only screen and (max-width: 500px) {

    img.carbonize_logo {
        width: 54%;
    }

    h1.carbonize_title {
        font-size: 2.2em;
    }

    p {
        font-size: 0.9em;
    }

    ul.carbonize-horizontal_container h3 {
        font-size: 1.3em;
    }

    .carbonize_co2e {
        font-size: 1em;
    }

    .carbonize-stage_3 #comparison_text {
        font-size:1em;
    }


}

@media only screen and (max-width: 400px) and (min-height: 500px) {

    .page {
        padding-top: 2em;
    }

    .carbonize-stage_4 .page, .carbonize-stage_6 .page {
        padding-top: 0;
    }

}

@media only screen and (max-width: 400px) {

    img.carbonize_logo {
        width: 46%;
    }

    h1.carbonize_title {
        font-size: 2em;
    }

    p {
        font-size: 0.8em;
    }

    .carbonize-stage_2  .next_slider, .carbonize-stage_2  .previous_slider {
        top: 22%;
    }

    ul.carbonize-horizontal_container h3 {
        font-size: 1.5em;
    }

    .carbonize_co2e {
        font-size: 0.8em;
    }

    .carbonize-stage_3 #comparison_text {
        font-size: 0.9em;
    }

    .carbonize-stage_3 .vertical_container {
        height: 300px;
    }

    .carbonize-stage_4 .page p.max-70 {
        padding-right: 1em;
    }

    .carbonize-stage_4 .find_more,
    .carbonize-stage_6 .to_stage_5 {
        font-size: 0.75em;
        top: 5px;
        right: 5px;
    }

    /*body div.carbonize-container div.carbonize-stage_4.purple_background div.page .max-70,*/
    /*body div.carbonize-container div.carbonize-stage_4.purple_background div.page #message {*/
        /*padding-right: 2em;*/
    /*}*/

    .carbon_emission {
        font-size: 2.6em !important;
        line-height: 0.8em;
    }

}

@media only screen and (max-width: 360px) {
    img.carbonize_logo {
        width: 28%;
    }
}

@media only screen and (max-width: 310px) {
    .page {
        padding-top: 0;
    }
    .carbonize-stage_4 .page, .carbonize-stage_6 .page {
        padding-top: 0;
    }
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

#top_blur, #bottom_blur {
    height: 15%;
    width: 100%;
    position: relative;
}
.vertical_loop {
    /*-webkit-filter: blur(4px);*/
}

#top_blur {
    top: 0;
}

#bottom_blur {
    bottom: 0;
}