/* Global Styles */

html,
body {
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-family: 'Overlock', Arial, Helvetica, sans-serif;
}

p, .btn {
    font-size: 18px;
}

.vert-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.vert-text h1 {
    padding: 0;
    margin: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Side Menu */

#sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    background: #4AB9A9;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 15px;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    font-size: 22px
}

.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

#menu-toggle {
    top: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    background: #4AB9A9;
    border-color: #328176;
}

.btn-default {
    color: #fff;
    border-color: #4AB9A9;
    background-color: #328176;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    background: #fff no-repeat center center fixed;
    /*background: url(../img/ortinger.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    color: #4AB9A9
}

a.servus {
    font-size: 55px;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
}

a.servus:visited,
a.servus:focus,
a.servus:active,
a.servus:hover {
    color: #4AB9A9;
    text-decoration: none;
    border: 0;
    outline: 0
}

/* Intro */

.intro {
    padding: 50px 0;
}

.tuerkis {
    color: #4AB9A9
}

.orange {
    color: #EA5B0B
}

.kursiv {
    font-style: italic;
}

.gross {
    text-transform: uppercase;
    font-weight: 700;
}

.leadright {
    margin-top: 0px;
}

#about h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* termine */

.termine {
    background-color: #4AB9A9;
    padding: 50px 0;
    color: #ffffff;
}

.service-item {
    margin-bottom: 15px;
}

i.service-icon {
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size: 56px;
    width: 140px;
    height: 140px;
    line-height: 136px;
    vertical-align: middle;
    text-align: center;
}

h1 {
    font-size: 70px;
    font-style: italic;
    font-weight: 700;
}

.termine h2 {
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
}

.termine p {
    font-size: 20px;
}

/* neuigkeiten */

.neuigkeiten {
    color: #ffffff;
    display: table;
    height: 150px;
    width: 100%;
    background: url(../img/neuigkeiten.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* News */

.news {
    padding: 50px 0;
}

/* Ziele */

.ziele {
    background: #ffffff;
}

.ziele h2 {
    display: none;
}

.kreis {
    background: #4AB9A9;
    border-radius: 50%;
    height: 450px;
    width: 450px;
    font-size: 24px;
    color: #FFF;
    padding: 100px;
    /*margin: -470px 0px 20px 20px;*/
    margin: 0 auto !important;
    margin-top: -470px !important;
}

.carousel-indicators {
    top: 300px;
}

#warped {
    position: relative;
    display: block;
    width: 479px;
    height: 527px;
    color: #EA5B0B;
    margin-left: 41px;
}

#warped > span[class^=w]:nth-of-type(n+0) {
    display: block;
    position: absolute;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

#warped span {
    font-family: 'Overlock';
    font-size: 46px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
    white-space: pre;
    overflow: visible;
    padding: 0px;
}

#warped .w0 {
    -moz-transform: rotate(-0.95rad);
    -webkit-transform: rotate(-0.95rad);
    -o-transform: rotate(-0.95rad);
    -ms-transform: rotate(-0.95rad);
    transform: rotate(-0.95rad);
    width: 28px;
    height: 64px;
    left: 44.66px;
    top: 87.16px;
}

#warped .w1 {
    -moz-transform: rotate(-0.84rad);
    -webkit-transform: rotate(-0.84rad);
    -o-transform: rotate(-0.84rad);
    -ms-transform: rotate(-0.84rad);
    transform: rotate(-0.84rad);
    width: 23px;
    height: 64px;
    left: 63.24px;
    top: 67.38px;
}

#warped .w2 {
    -moz-transform: rotate(-0.75rad);
    -webkit-transform: rotate(-0.75rad);
    -o-transform: rotate(-0.75rad);
    -ms-transform: rotate(-0.75rad);
    transform: rotate(-0.75rad);
    width: 18px;
    height: 64px;
    left: 80.23px;
    top: 52.89px;
}

#warped .w3 {
    -moz-transform: rotate(-0.66rad);
    -webkit-transform: rotate(-0.66rad);
    -o-transform: rotate(-0.66rad);
    -ms-transform: rotate(-0.66rad);
    transform: rotate(-0.66rad);
    width: 21px;
    height: 64px;
    left: 93.68px;
    top: 40.37px;
}

#warped .w4 {
    -moz-transform: rotate(-0.57rad);
    -webkit-transform: rotate(-0.57rad);
    -o-transform: rotate(-0.57rad);
    -ms-transform: rotate(-0.57rad);
    transform: rotate(-0.57rad);
    width: 17px;
    height: 64px;
    left: 111.23px;
    top: 29.47px;
}

#warped .w5 {
    -moz-transform: rotate(-0.49rad);
    -webkit-transform: rotate(-0.49rad);
    -o-transform: rotate(-0.49rad);
    -ms-transform: rotate(-0.49rad);
    transform: rotate(-0.49rad);
    width: 21px;
    height: 64px;
    left: 125.65px;
    top: 19.92px;
}

#warped .w6 {
    -moz-transform: rotate(-0.42rad);
    -webkit-transform: rotate(-0.42rad);
    -o-transform: rotate(-0.42rad);
    -ms-transform: rotate(-0.42rad);
    transform: rotate(-0.42rad);
    width: 9px;
    height: 64px;
    left: 145.14px;
    top: 13.38px;
}

#warped .w7 {
    -moz-transform: rotate(-0.35rad);
    -webkit-transform: rotate(-0.35rad);
    -o-transform: rotate(-0.35rad);
    -ms-transform: rotate(-0.35rad);
    transform: rotate(-0.35rad);
    width: 24px;
    height: 64px;
    left: 152.95px;
    top: 7.23px;
}

#warped .w8 {
    -moz-transform: rotate(-0.27rad);
    -webkit-transform: rotate(-0.27rad);
    -o-transform: rotate(-0.27rad);
    -ms-transform: rotate(-0.27rad);
    transform: rotate(-0.27rad);
    width: 11px;
    height: 64px;
    left: 176.14px;
    top: 1.97px;
}

#warped .w9 {
    -moz-transform: rotate(-0.2rad);
    -webkit-transform: rotate(-0.2rad);
    -o-transform: rotate(-0.2rad);
    -ms-transform: rotate(-0.2rad);
    transform: rotate(-0.2rad);
    width: 21px;
    height: 64px;
    left: 186.71px;
    top: -1.7px;
}

#warped .w10 {
    -moz-transform: rotate(-0.13rad);
    -webkit-transform: rotate(-0.13rad);
    -o-transform: rotate(-0.13rad);
    -ms-transform: rotate(-0.13rad);
    transform: rotate(-0.13rad);
    width: 11px;
    height: 64px;
    left: 207.5px;
    top: -4.26px;
}

#warped .w11 {
    -moz-transform: rotate(-0.06rad);
    -webkit-transform: rotate(-0.06rad);
    -o-transform: rotate(-0.06rad);
    -ms-transform: rotate(-0.06rad);
    transform: rotate(-0.06rad);
    width: 21px;
    height: 64px;
    left: 218.43px;
    top: -5.68px;
}

#warped .w12 {
    -moz-transform: rotate(5.02rad);
    -webkit-transform: rotate(5.02rad);
    -o-transform: rotate(5.02rad);
    -ms-transform: rotate(5.02rad);
    transform: rotate(5.02rad);
    width: 21px;
    height: 25px;
    left: 140.88px;
    top: 148.51px;
}

#warped .w13 {
    -moz-transform: rotate(5.16rad);
    -webkit-transform: rotate(5.16rad);
    -o-transform: rotate(5.16rad);
    -ms-transform: rotate(5.16rad);
    transform: rotate(5.16rad);
    width: 11px;
    height: 25px;
    left: 153.76px;
    top: 129.07px;
}

#warped .w14 {
    -moz-transform: rotate(5.3rad);
    -webkit-transform: rotate(5.3rad);
    -o-transform: rotate(5.3rad);
    -ms-transform: rotate(5.3rad);
    transform: rotate(5.3rad);
    width: 19px;
    height: 25px;
    left: 159.72px;
    top: 111.74px;
}

#warped .w15 {
    -moz-transform: rotate(5.43rad);
    -webkit-transform: rotate(5.43rad);
    -o-transform: rotate(5.43rad);
    -ms-transform: rotate(5.43rad);
    transform: rotate(5.43rad);
    width: 10px;
    height: 25px;
    left: 176.07px;
    top: 96.27px;
}

#warped .w16 {
    -moz-transform: rotate(5.58rad);
    -webkit-transform: rotate(5.58rad);
    -o-transform: rotate(5.58rad);
    -ms-transform: rotate(5.58rad);
    transform: rotate(5.58rad);
    width: 25px;
    height: 25px;
    left: 184.59px;
    top: 80.5px;
}

#warped .w17 {
    -moz-transform: rotate(5.75rad);
    -webkit-transform: rotate(5.75rad);
    -o-transform: rotate(5.75rad);
    -ms-transform: rotate(5.75rad);
    transform: rotate(5.75rad);
    width: 17px;
    height: 25px;
    left: 209.79px;
    top: 65.5px;
}

#warped .w18 {
    -moz-transform: rotate(5.9rad);
    -webkit-transform: rotate(5.9rad);
    -o-transform: rotate(5.9rad);
    -ms-transform: rotate(5.9rad);
    transform: rotate(5.9rad);
    width: 19px;
    height: 25px;
    left: 229.45px;
    top: 55.46px;
}

#warped .w19 {
    -moz-transform: rotate(6.04rad);
    -webkit-transform: rotate(6.04rad);
    -o-transform: rotate(6.04rad);
    -ms-transform: rotate(6.04rad);
    transform: rotate(6.04rad);
    width: 13px;
    height: 25px;
    left: 252.46px;
    top: 49.14px;
}

#warped .w20 {
    -moz-transform: rotate(6.18rad);
    -webkit-transform: rotate(6.18rad);
    -o-transform: rotate(6.18rad);
    -ms-transform: rotate(6.18rad);
    transform: rotate(6.18rad);
    width: 19px;
    height: 25px;
    left: 270.16px;
    top: 45.68px;
}

#warped .w21 {
    -moz-transform: rotate(6.33rad);
    -webkit-transform: rotate(6.33rad);
    -o-transform: rotate(6.33rad);
    -ms-transform: rotate(6.33rad);
    transform: rotate(6.33rad);
    width: 15px;
    height: 25px;
    left: 294.13px;
    top: 45.19px;
}

#warped .w22 {
    -moz-transform: rotate(6.51rad);
    -webkit-transform: rotate(6.51rad);
    -o-transform: rotate(6.51rad);
    -ms-transform: rotate(6.51rad);
    transform: rotate(6.51rad);
    width: 30px;
    height: 25px;
    left: 313.82px;
    top: 49.09px;
}

#warped .w23 {
    -moz-transform: rotate(6.68rad);
    -webkit-transform: rotate(6.68rad);
    -o-transform: rotate(6.68rad);
    -ms-transform: rotate(6.68rad);
    transform: rotate(6.68rad);
    width: 10px;
    height: 25px;
    left: 347.54px;
    top: 56.89px;
}

#warped .w24 {
    -moz-transform: rotate(6.78rad);
    -webkit-transform: rotate(6.78rad);
    -o-transform: rotate(6.78rad);
    -ms-transform: rotate(6.78rad);
    transform: rotate(6.78rad);
    width: 10px;
    height: 25px;
    left: 361.03px;
    top: 63.43px;
}

#warped .w25 {
    -moz-transform: rotate(6.93rad);
    -webkit-transform: rotate(6.93rad);
    -o-transform: rotate(6.93rad);
    -ms-transform: rotate(6.93rad);
    transform: rotate(6.93rad);
    width: 25px;
    height: 25px;
    left: 372.39px;
    top: 75.67px;
}

#warped .w26 {
    -moz-transform: rotate(7.08rad);
    -webkit-transform: rotate(7.08rad);
    -o-transform: rotate(7.08rad);
    -ms-transform: rotate(7.08rad);
    transform: rotate(7.08rad);
    width: 11px;
    height: 25px;
    left: 396.54px;
    top: 90.95px;
}

#warped .w27 {
    -moz-transform: rotate(7.19rad);
    -webkit-transform: rotate(7.19rad);
    -o-transform: rotate(7.19rad);
    -ms-transform: rotate(7.19rad);
    transform: rotate(7.19rad);
    width: 11px;
    height: 25px;
    left: 407.01px;
    top: 103.05px;
}

#warped .w28 {
    -moz-transform: rotate(7.32rad);
    -webkit-transform: rotate(7.32rad);
    -o-transform: rotate(7.32rad);
    -ms-transform: rotate(7.32rad);
    transform: rotate(7.32rad);
    width: 17px;
    height: 25px;
    left: 414.67px;
    top: 118.75px;
}

#warped .w29 {
    -moz-transform: rotate(7.47rad);
    -webkit-transform: rotate(7.47rad);
    -o-transform: rotate(7.47rad);
    -ms-transform: rotate(7.47rad);
    transform: rotate(7.47rad);
    width: 19px;
    height: 25px;
    left: 423.8px;
    top: 139.38px;
}

#warped .w30 {
    -moz-transform: rotate(7.6rad);
    -webkit-transform: rotate(7.6rad);
    -o-transform: rotate(7.6rad);
    -ms-transform: rotate(7.6rad);
    transform: rotate(7.6rad);
    width: 10px;
    height: 25px;
    left: 434.34px;
    top: 157.91px;
}

#warped .w31 {
    -moz-transform: rotate(7.74rad);
    -webkit-transform: rotate(7.74rad);
    -o-transform: rotate(7.74rad);
    -ms-transform: rotate(7.74rad);
    transform: rotate(7.74rad);
    width: 21px;
    height: 25px;
    left: 432.54px;
    top: 178.05px;
}

#warped .w32 {
    -moz-transform: rotate(7.95rad);
    -webkit-transform: rotate(7.95rad);
    -o-transform: rotate(7.95rad);
    -ms-transform: rotate(7.95rad);
    transform: rotate(7.95rad);
    width: 34px;
    height: 25px;
    left: 426.19px;
    top: 210.49px;
}

#warped .w33 {
    -moz-transform: rotate(8.16rad);
    -webkit-transform: rotate(8.16rad);
    -o-transform: rotate(8.16rad);
    -ms-transform: rotate(8.16rad);
    transform: rotate(8.16rad);
    width: 19px;
    height: 25px;
    left: 427.18px;
    top: 241.25px;
}

#warped .w34 {
    -moz-transform: rotate(8.31rad);
    -webkit-transform: rotate(8.31rad);
    -o-transform: rotate(8.31rad);
    -ms-transform: rotate(8.31rad);
    transform: rotate(8.31rad);
    width: 15px;
    height: 25px;
    left: 420.89px;
    top: 261.61px;
}

#warped .w35 {
    -moz-transform: rotate(8.46rad);
    -webkit-transform: rotate(8.46rad);
    -o-transform: rotate(8.46rad);
    -ms-transform: rotate(8.46rad);
    transform: rotate(8.46rad);
    width: 19px;
    height: 25px;
    left: 407.72px;
    top: 280.53px;
}

#warped .w36 {
    -moz-transform: rotate(8.59rad);
    -webkit-transform: rotate(8.59rad);
    -o-transform: rotate(8.59rad);
    -ms-transform: rotate(8.59rad);
    transform: rotate(8.59rad);
    width: 10px;
    height: 25px;
    left: 400.09px;
    top: 295.78px;
}

#warped .w37 {
    -moz-transform: rotate(8.69rad);
    -webkit-transform: rotate(8.69rad);
    -o-transform: rotate(8.69rad);
    -ms-transform: rotate(8.69rad);
    transform: rotate(8.69rad);
    width: 11px;
    height: 25px;
    left: 388.6px;
    top: 306.71px;
}

#warped .w38 {
    -moz-transform: rotate(8.8rad);
    -webkit-transform: rotate(8.8rad);
    -o-transform: rotate(8.8rad);
    -ms-transform: rotate(8.8rad);
    transform: rotate(8.8rad);
    width: 11px;
    height: 25px;
    left: 376.14px;
    top: 316.73px;
}

#warped .w39 {
    -moz-transform: rotate(8.92rad);
    -webkit-transform: rotate(8.92rad);
    -o-transform: rotate(8.92rad);
    -ms-transform: rotate(8.92rad);
    transform: rotate(8.92rad);
    width: 15px;
    height: 25px;
    left: 358.93px;
    top: 326.35px;
}

#warped .w40 {
    -moz-transform: rotate(9.07rad);
    -webkit-transform: rotate(9.07rad);
    -o-transform: rotate(9.07rad);
    -ms-transform: rotate(9.07rad);
    transform: rotate(9.07rad);
    width: 21px;
    height: 25px;
    left: 335.02px;
    top: 335.87px;
}

/* Initiatoren */
.initiatoren {
    background: #ffffff;
    margin-bottom: 50px;
}

/* Call to Action */

.call-to-action {
    color: #ffffff;
    background: #4AB9A9;
    padding: 50px 0;
}

.call-to-action h1 {
    font-weight: 700;
}

.call-to-action p {
    font-size: 22px;
}

.call-to-action a {
    color: #ffffff;
}

.call-to-action .btn {
    margin: 10px;
}

/* Tooltips */
.tooltip {
    font-size: 16px;
}

.tooltip-inner {
    max-width: 350px;
    padding: 3px 8px;
    background-color: #4AB9A9;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #4AB9A9;
}

a.pointer {
    cursor: pointer;
}

.popover {
    max-width: 350px;
}

.popover-title {
    font-size: 17px;
    background-color: #4AB9A9;
    color: #ffffff;
}

.popover-content {
    font-size: 16px;
}

.popover a {
    color: #4AB9A9;
}

/* Footer */

footer {
    padding: 30px 0;
}

.top-scroll a {
    text-decoration: none;
    color: inherit;
}

i.scroll {
    color: #4AB9A9;
}

i.scroll:hover {
    color: #EA5B0B;
}

/* Responsive */

@media (max-width: 768px) {

    .header {
        background: url(../img/ortinger.jpg) no-repeat center center scroll;
    }

    .neuigkeiten {
        background: url(../img/neuigkeiten.jpg) no-repeat center center scroll;
    }

    .map {
        height: 75%;
    }

}

@media (min-width: 992px) {
    .leadright {
        margin-top: 180px;
    }

    .sundown {
        margin-left: -150px;
    }
}

/* FDGI */

#headerCarousel,
#headerCarousel .carousel-inner,
#headerCarousel .carousel-inner .item {
    width: 100% !important;
    height: 100vh !important;
}

#headerCarousel .vert-text {
    width: 100vw;
    padding-top: 30vh;
}

#headerCarousel .carousel-indicators {
    top: auto;
    bottom: 20px !important;
    right: 20px !important;
}

a.servus:hover {
    color: #fff;
}

.spacer {
    padding: 35px
}

h2 {
    font-size: 2.9em;
}

.tuerkis {
    color: #4AB9A9 !important;
}

.orange {
    color: #EA5B0B !important;
}

.vert-text.left {
    width: 50vw !important;
}

.vert-text.bottom {
    padding-top: 50vh !important;
    padding-left: 10vw !important;
}

.slide1 {
    background: url("../img/ortinger.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.slide2 {
    background: url("../img/kommod_moebel.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.slide3 {
    background: url("../img/silwy_echtglas.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

#about h3 {
    font-size: 2.4em !important;
    font-weight: 500;
}

.download h4 {
    font-size: 1.6em;
}

.download a:hover {
    text-decoration: none;
}

.download img {
    padding: 2px;
    border: 1px solid #eaeaea;
}

.btn.btn-primary {
    background: #4AB9A9;
    border-color: #4AB9A9;
}

input.form-control {
    font-size: 1.1em;
}

@media (max-width: 767px) {
    .download .download-left,
    .download .download-right {
        text-align: center !important;
    }
}

@media (min-width: 738px) and (max-width: 991px) {
    #warped {
        margin-left: 118px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #warped {
        margin-left: -10px;
    }
}

@media (max-width: 400px) {
    .spacer {
        padding: 15px;
    }

    #headerCarousel .vert-text h1 {
        line-height: 0.85em;
    }

    #headerCarousel .vert-text,
    #headerCarousel .vert-text.left,
    #headerCarousel .vert-text.bottom {
        padding-top: 10vh !important;
        width: 100vw !important;
        padding-left: 0 !important;
    }

    #headerCarousel .vert-text img.ngn-logo {
        width: 300px !important;
        height: 127px !important;
    }

    #about h3,
    .download .indicates-required,
    .download .clear,
    .download .download-right,
    .download .download-right a,
    .download .download-right p,
    .download .download-left {
        text-align: center !important;
    }

    .brand-img {
        padding: 25px 0;
    }

    #warped {
        width: auto !important;
    }

    .kreis {
        height: 350px;
        width: 350px;
        font-size: 24px;
        color: #FFF;
        padding: 80px 25px;
        margin: -470px 0px 10px 10px;
    }

    .kreis .carousel-indicators {
        top: 220px;
    }

    #warped {
        margin-left: -30vw;
        top: -12px;
    }

    #warped > span[class^=w]:nth-of-type(n+0) {
        display: block;
        position: absolute;
        -moz-transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
    }

    #warped .w0 {
        -moz-transform: rotate(-0.96rad);
        -webkit-transform: rotate(-0.96rad);
        -o-transform: rotate(-0.96rad);
        -ms-transform: rotate(-0.96rad);
        transform: rotate(-0.96rad);
        width: 25px;
        height: 25px;
        left: 134.98px;
        top: 90.44px;
    }

    #warped .w1 {
        -moz-transform: rotate(-0.79rad);
        -webkit-transform: rotate(-0.79rad);
        -o-transform: rotate(-0.79rad);
        -ms-transform: rotate(-0.79rad);
        transform: rotate(-0.79rad);
        width: 23px;
        height: 25px;
        left: 154.65px;
        top: 68.29px;
    }

    #warped .w2 {
        -moz-transform: rotate(-0.65rad);
        -webkit-transform: rotate(-0.65rad);
        -o-transform: rotate(-0.65rad);
        -ms-transform: rotate(-0.65rad);
        transform: rotate(-0.65rad);
        width: 18px;
        height: 25px;
        left: 176.32px;
        top: 51.5px;
    }

    #warped .w3 {
        -moz-transform: rotate(-0.52rad);
        -webkit-transform: rotate(-0.52rad);
        -o-transform: rotate(-0.52rad);
        -ms-transform: rotate(-0.52rad);
        transform: rotate(-0.52rad);
        width: 21px;
        height: 25px;
        left: 195.29px;
        top: 38.09px;
    }

    #warped .w4 {
        -moz-transform: rotate(-0.39rad);
        -webkit-transform: rotate(-0.39rad);
        -o-transform: rotate(-0.39rad);
        -ms-transform: rotate(-0.39rad);
        transform: rotate(-0.39rad);
        width: 15px;
        height: 25px;
        left: 219.01px;
        top: 28.13px;
    }

    #warped .w5 {
        -moz-transform: rotate(-0.26rad);
        -webkit-transform: rotate(-0.26rad);
        -o-transform: rotate(-0.26rad);
        -ms-transform: rotate(-0.26rad);
        transform: rotate(-0.26rad);
        width: 21px;
        height: 25px;
        left: 237.82px;
        top: 20.89px;
    }

    #warped .w6 {
        -moz-transform: rotate(-0.14rad);
        -webkit-transform: rotate(-0.14rad);
        -o-transform: rotate(-0.14rad);
        -ms-transform: rotate(-0.14rad);
        transform: rotate(-0.14rad);
        width: 11px;
        height: 25px;
        left: 263.4px;
        top: 16.75px;
    }

    #warped .w7 {
        -moz-transform: rotate(-0.03rad);
        -webkit-transform: rotate(-0.03rad);
        -o-transform: rotate(-0.03rad);
        -ms-transform: rotate(-0.03rad);
        transform: rotate(-0.03rad);
        width: 22px;
        height: 25px;
        left: 279.32px;
        top: 15.03px;
    }

    #warped .w8 {
        -moz-transform: rotate(0.09rad);
        -webkit-transform: rotate(0.09rad);
        -o-transform: rotate(0.09rad);
        -ms-transform: rotate(0.09rad);
        transform: rotate(0.09rad);
        width: 10px;
        height: 25px;
        left: 306.29px;
        top: 15.83px;
    }

    #warped .w9 {
        -moz-transform: rotate(0.21rad);
        -webkit-transform: rotate(0.21rad);
        -o-transform: rotate(0.21rad);
        -ms-transform: rotate(0.21rad);
        transform: rotate(0.21rad);
        width: 21px;
        height: 25px;
        left: 321.04px;
        top: 18.95px;
    }

    #warped .w10 {
        -moz-transform: rotate(0.33rad);
        -webkit-transform: rotate(0.33rad);
        -o-transform: rotate(0.33rad);
        -ms-transform: rotate(0.33rad);
        transform: rotate(0.33rad);
        width: 13px;
        height: 25px;
        left: 346.22px;
        top: 24.85px;
    }

    #warped .w11 {
        -moz-transform: rotate(0.45rad);
        -webkit-transform: rotate(0.45rad);
        -o-transform: rotate(0.45rad);
        -ms-transform: rotate(0.45rad);
        transform: rotate(0.45rad);
        width: 21px;
        height: 25px;
        left: 362.53px;
        top: 33.27px;
    }
}
