﻿@charset "UTF-8";
/* CSS Document */
body {
    padding: 10px;
    font-family: Arial, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    background: url(/img/Polycarb/bg_polycarb.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: bottom;
    background-size: cover;
    margin: 0px;
    /*styling for Firefox to make mix-blend-mode work*/
    transform: translateZ(0);
}

.smalltype {
    font-size: 10px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

h2 {
    color: #757575;
}

.readonlyInput {
    background-color: #eee;
    font-size: 22px;
    padding: 10px;
    border: none;
    width: 100%;
    font-family: "Franklin Gothic Bold", "Arial Black", sans-serif;
}

.readonlyInput2 {
    background-color: #eee;
    font-size: 22px;
    padding: 10px;
    border: none;
    width: 100%;
    font-family: "Arial";
}

.listing {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    line-height: 1.5em;
    width: 100%;
}

    .listing li {
        text-align: center;
        width: 9%;
        height: 40px;
        font-family: "Franklin Gothic", "Arial", sans-serif;
        background-color: #eee;
        float: left;
        moz-border-radius: 5px;
        border-radius: 5px;
        padding: 10px;
        margin-right: 10px;
    }

    .listing img {
    }

.numberInput {
    border: 1px dashed #060606;
    background-color: #FF00DE;
    font-size: 18px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #FFF;
    padding: 10px;
    border: none;
    width: 50px;
    font-family: "Franklin Gothic Bold", "Arial", sans-serif;
    font-weight: bold;
}

.changeInput {
    background-color: #4aa6f15c;
    font-size: 22px;
    padding: 10px;
    border: none;
    width: 100%;
    font-family: "Franklin Gothic Bold", "Arial Black", sans-serif;
}

a {
    font-family: "Arial";
    color: #fb126f;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    letter-spacing: -1px;
    line-height: 22px;
}

.h1 {
    font-family: "Franklin Gothic Bold", "Arial Black", sans-serif;
    color: #fb126f;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    letter-spacing: -1px;
    line-height: 22px;
}

.h3 {
    font-family: 'Francois One', sans-serif !important;
    color: #32323d;
    font-size: 3em;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    letter-spacing: -1px;
    line-height: 22px;
    text-transform: uppercase;
}

.h4 {
    font-family: 'Francois One', sans-serif !important;
    color: #32323d;
    font-size: 1.2em !important;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    letter-spacing: -1px;
    line-height: 22px;
    text-transform: uppercase;
}

.changeSelect {
    font-size: 22px;
    padding: 10px;
    width: 100%;
}

button {
    margin: 5px;
    font-size: 14px;
}

p {
    margin: 5px;
    color: blue;
}

span {
    color: #fb136f;
}

.rotate-in-hor {
    -webkit-animation: rotate-in-hor 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: rotate-in-hor 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}

.result {
    font-size: 18px;
}

/*
 * ----------------------------------------
 * Styling on Page
 * ----------------------------------------
 */
.glass-object {
    border-radius: 0px;
    backdrop-filter: blur(80px);
    padding: 2rem;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%), 0 10px 15px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    background-image: linear-gradient(45deg, rgba(255,255,255,0.6), rgba(255,255,255,0.6));
    width: 100%;
    min-height: 70px;
    mix-blend-mode: multiply;
    font-family: 'Questrial', sans-serif;
}

.glass-object2 {
    border-radius: 0px;
    background: radial-gradient(circle, rgba(255,255,255,1) 2%, rgba(188,188,188,0) 71%, rgba(0,0,0,0.13211221988795518) 100%);
}

.glass-object3 {
    border-radius: 0px;
    border: solid #fff 1px;
    box-shadow: -2px 16px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -2px 16px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 16px 20px rgba(0, 0, 0, 0.2);
}

#features1 .item {
    text-transform: uppercase;
    line-height: 14px;
    font-size: 11px;
    font-weight: bold
}

#polycarb_diagram {
    min-height: 150px;
    background-image: linear-gradient(180deg, #abcdea8f 46.15%, #ebebeb 46.15%, #ebebeb 50%, #b3d0e966 50%, #a4a2b68f 96.15%, #ebebeb 96.15%, #ebebeb 100%);
    background-size: 6.00px 6.00px;
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .4), inset -1px -1px 1px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .4), inset -1px -1px 1px rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .4), inset -1px -1px 1px rgba(0, 0, 0, .4);
}

    #polycarb_diagram .Clear {
        min-height: 150px;
        background-image: linear-gradient(180deg, #abcdea8f 46.15%, #ebebeb 46.15%, #ebebeb 50%, #b3d0e966 50%, #a4a2b68f 96.15%, #ebebeb 96.15%, #ebebeb 100%);
        background-size: 6.00px 6.00px;
        -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .4), inset -1px -1px 1px rgba(0, 0, 0, .4);
        -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .4), inset -1px -1px 1px rgba(0, 0, 0, .4);
        box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .4), inset -1px -1px 1px rgba(0, 0, 0, .4);
    }

.summary {
    font-size: 11px
}

    .summary .result {
        font-size: 18px;
        color: #fb126f;
        font-family: 'Francois One', sans-serif !important;
    }

* {
    box-sizing: border-box;
}

.button {
    text-align: center;
    background-color: #FF327A;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #9BBE29;
    padding: 13px;
    text-decoration: none;
    color: white;
    width: 100%;
    font-family: "Francois One", sans-serif !important;
    font-size: 14px;
    line-height: 16px !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -0.5px;
    border: 1px solid #000;
    -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.4), inset -2px -2px 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 40%);
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 40%);
}

.poly_text {
    line-height: 14px;
    font-size: 14px;
}

.text_noreturn {
    font-size: 12px;
    line-height: 12px;
    background-color: #e6ff006b;
    padding: 10px;
}

#summary {
    margin-top: 2%
}

.readinput {
    background-color: transparent;
    border: none
}

.colourtable #colour1, #colour2, #colour3, #colour4, #colour5 {
    opacity: 0.3;
    padding: 4px;
    border-top: 1px solid #696969;
    border-left: 1px solid #6c6c6c;
    border-bottom: 1px solid #6c6c6c;
    border-right: 1px solid #6c6c6c;
}

.content-Clear #colour1 {
    transition: opacity 1s;
    opacity: 1;
    border-bottom: 2px #fff solid;
}

.content-Bronze #colour2 {
    transition: opacity 1s;
    opacity: 1;
    border-bottom: 2px #fff solid;
}

.content-Opal #colour3 {
    transition: opacity 1s;
    opacity: 1;
    border-bottom: 2px #fff solid;
}

.content-Heatguard #colour4 {
    transition: opacity 1s;
    opacity: 1;
    border-bottom: 2px #fff solid;
}

.content-BronzeOpal #colour5 {
    transition: opacity 1s;
    opacity: 1;
    border-bottom: 2px #fff solid;
}

#priceDisplay {
    transition: opacity 1s;
    opacity: 1;
    width: 100px;
    font-size: 1.75rem;
    color: #fb126f;
    font-family: 'Francois One', sans-serif !important;
}

.summary {
    text-transform: uppercase;
}

.titletext1 {
    position: relative;
    transform: translate(50%, -50%);
    text-transform: uppercase;
    font-family: verdana;
    font-size: 2.5em;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191, 1px 2px 1px #c1dffb, 1px 3px 1px #c1dffb, 1px 4px 1px #4496e0, 1px 5px 1px #919191, 1px 6px 1px #919191, 1px 10px 6px rgb(16 16 16 / 40%), 1px 12px 10px rgb(16 16 16 / 20%), 1px 18px 35px rgb(16 16 16 / 20%), 1px 22px 60px rgb(16 16 16 / 40%);
}

.titletext3 {
    position: relative;
    transform: translate(50%, -50%);
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
    color: #757575;
}

.xsmobile .titletext3 {
    font-size: 1.2em;
}

.titletext2 {
    text-transform: uppercase;
    font-family: 'Francois One', sans-serif !important;
    font-size: 1em;
    font-weight: bold;
    color: #f4ff6b;
    background-color: #32323d;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
}

.xsmobile .titletext2 {
    font-size: .9em;
}

.result i {
    color: #A4A4A4
}

#TotalPricemirror {
    background-color: transparent;
    border: none;
}

.tablet .poly_text {
    display: none;
}

.desktop .titleholder {
    padding-top: 25px;
}

/*
 * ----------------------------------------
 * animation rotate-in-hor
 * ----------------------------------------
 */
@-webkit-keyframes rotate-in-hor {
    0% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes rotate-in-hor {
    0% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

.slit-in-horizontal {
    -webkit-animation: slit-in-horizontal 0.45s ease-out both;
    animation: slit-in-horizontal 0.45s ease-out both;
}

/*
 * ----------------------------------------
 * animation slit-in-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes slit-in-horizontal {
    0% {
        -webkit-transform: translateZ(-800px) rotateX(90deg);
        transform: translateZ(-800px) rotateX(90deg);
        opacity: 0;
    }

    54% {
        -webkit-transform: translateZ(-160px) rotateX(87deg);
        transform: translateZ(-160px) rotateX(87deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(0) rotateX(0);
        transform: translateZ(0) rotateX(0);
    }
}

@keyframes slit-in-horizontal {
    0% {
        -webkit-transform: translateZ(-800px) rotateX(90deg);
        transform: translateZ(-800px) rotateX(90deg);
        opacity: 0;
    }

    54% {
        -webkit-transform: translateZ(-160px) rotateX(87deg);
        transform: translateZ(-160px) rotateX(87deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateZ(0) rotateX(0);
        transform: translateZ(0) rotateX(0);
    }
}