*{
    margin: 0px;
}

/*@font-face {
    font-family: 'Georgia';
    src: url('Georgia.eot');
    src: url('Georgia.eot?#iefix') format('embedded-opentype'),
        url('Georgia.woff2') format('woff2'),
        url('Georgia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

@font-face {
    font-family: 'Georgia Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Regular'), url('./font/georgia.woff') format('woff');
}

@font-face {
    font-family: 'Georgia Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Italic'), url('./font/georgiai.woff') format('woff');
}

@font-face {
    font-family: 'Georgia Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Bold'), url('./font/georgiab.woff') format('woff');
}

@font-face {
    font-family: 'Georgia Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Georgia Bold Italic'), url('./font/georgiaz.woff') format('woff');
}

html, body{
    min-height: 100%;
    height: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: black;
    color: white;
}

.bg-fit-all{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.bg-fit-faq{
    position: absolute;
    overflow: auto;
    bottom: auto;
    min-height: 100%;
}

.title{
    position: absolute;
    top: 2vh;
    left: 2vh;
    z-index: 10;
}

.title.inside{
    top: 2vh;
    left: 2vh;
    z-index: 100;
}

.title.small img{
    max-width: 20vw;
    width: 188px;
    height: 188px;
    max-height: 20vh;
}

.title.transparent{
    pointer-events: none;
}

.title img{
    max-width: 25vw;
    width: 188px;
    height: 188px;
    max-height: 30vh;
    object-fit: scale-down;
    object-position: 0 0;
}

.fade{
    transition: opacity 1s;
}

.fade-300{
    transition: opacity 0.3s;
}

.fade-move{
    transition: transform 0.4s ease-in-out;
}

.fade-move-left{
    transform: translateX(-80%);
}

.fade-move-right{
    transform: translateX(80%);
}

.fade.out, .fade-300.out{
    opacity: 0;
}

#bg-cover{
    cursor: pointer;
    z-index: 100;
    background-color: black;
}

.btn-begin {
    background: #222;
    height: 40px;
    min-width: 130px;
    border: none;
    border-radius: 10px;
    color: #eee;
    font-size: 20px;
    position: relative;
    transition: 1s;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-top: 5px;
    display: inline-block;
    font-family: 'Special Elite', cursive;
    font-weight: normal;
}

.cover-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    text-align: center;
    font-family: 'Special Elite', cursive;
    font-weight: normal;
}

.noevents{
    pointer-events: none;
}

.welcome{
    margin-bottom: 30px;
    font-family: 'Special Elite', cursive;
    font-weight: normal;
}

.fit-box{
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0px;
    right: auto;
    width: 1920px;
    height: 1080px;
    transform: translate(-50%, 0%) scale(1);
}

.fit-box-cinema{
    position: absolute;
    top: auto;
    left: 50%;
    top: 50%;
    right: auto;
    width: 1180px;
    height: 1080px;
    transform: translate(-50%, 0%) scale(1);
    /*overflow: hidden;*/
}

.center-percentage{    
    position: absolute;
    left: 50.1%;
    top: 52.3%;
    transform: translate(-50%, -50%);
    color: #c8c8bc;
    text-shadow: 0px 0px 2px #0e0200, 0px 0px 4px #0e0200, 0px 0px 4px #0e0200, 0px 0px 6px #0e0200, 0px 0px 8px #0e0200, 0px 0px 1px #c8c8bc;
    font-weight: bold;
    font-size: 30px;
}

.faq-color{
    background-color: #1b120d;
    color: #ffffea;
    font-family: 'Georgia';
}

.bg-faq{
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1920px;
    object-fit: cover;
    object-position: 0 0;
}

.bg-faq-fit-container{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.flex-v{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.flex{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media (orientation: landscape) {
    .flex-faq-wrap-text{

    }
}
  
@media (orientation: portrait) {
    .flex-faq-wrap-text{
        flex-wrap: wrap;
    }
}

.faq-frame{
    position: relative; 
    height: 0px; 
    width: 100%;
    padding-bottom: 154.6%;
    transform: translate(0%, -25%) scale(0.5);
    margin-bottom: -76%;
}

.faq-frame-fg{
    position: absolute; 
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: url(../img/frame.png);
    background-size: 100%;
}

.faq-frame iframe{
    position: absolute; 
    top: 4%;
    left: 10%;
    width: 80%;
    height: 90%;
    z-index: 10;
}

.faq-frame video{
    position: absolute; 
    top: 4%;
    left: 10%;
    width: 80%;
    height: 90%;
    object-fit: scale-down;
    z-index: 10;
}

.faq-txt{
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    max-width: 500px;
    padding: 0px 4% 1em;
}

.adv-txt{
    position: relative;
    font-family: 'Georgia';
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    max-width: 600px;
    color: black;
    padding: 2em 4% 1em;
}

.adv-txt.credits-txt{
    position: relative;
    font-family: 'Georgia';
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    max-width: 600px;
    color: white;
    padding: 2em 4% 1em;
    font-size: 1.2em;
}

.adv-txt h6{
    font-weight: normal;
    font-size: 0.8em;
}

.adv-txt img{
    max-width: 100%;
    text-align: center;
}

figure.image{
    text-align: center;
}

.theatre-txt{
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 500px;
    padding: 2%;
    margin: 0px 4% 1em;
    background-color: rgba(255,251,232,0.4);
    color: black;
    border-radius: 5px;
}

.theatre-txt img{
    max-width: 100%;
}

.faq-txt.footer{
    max-width: 1080px;
}

.image-style-side {
    position: relative;
    max-width: 50%;
    float: right;
    margin-left: 20px;
}

.faq-txt img{
    max-width: 100%;
}

figcaption{
    font-size: 13px;
    font-style: italic;
    text-align: center;
}

.faq-txt h2{
    position: relative;
    z-index: 1;
    font-size: 30px;
    font-weight: normal;
}

.faq-txt h1, .faq-header{
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: bold;
}

.faq-txt h6{
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
}

p.large, .faq-txt h2{
    font-size: 1.4em;
}

.faq-header-padding{
    margin-top: 450px;
}

.faq-text-padding{
    margin-top: 50px;
    width: 100%;
}

.video-fit{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
    transition: opacity 1s;
    opacity: 1;
}

.hide{
    opacity: 0;
}

.nodisplay{
    display: none;
}

.next-video{
    z-index: 100;
/*    transform: scale(1.001) translate(0.39%, 0.4%);*/
}

.credits{
    background: url(../img/credits.png);
    background-size: 100% 100%;
    width: 317px;
    height: 317px;
    transform: translate(-50%, -50%) scale(0.78);
    opacity: 0;
    transition: opacity 0.2s;
}

.credits:hover{
    opacity: 1;
}

.balloon{
    background: url(../img/balloon.h0.png);
    background-size: 100% 100%;
    --width: 117px;
    width: var(--width);
    height: calc(var(--width)*1.35);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
}

.balloon.cinema{
    background-image: url(../img/balloon.h2.png);
}

.balloon.adv{
    background-image: url(../img/balloon.h1.png);
}

.balloon.animation{
    transition: opacity 1s;
}

.balloon:hover, .balloon.selected{
    opacity: 0.7;
}

.balloon.show-balloon{
    opacity: 1;
}

.b-coord0{
    position: absolute;
    top: 79%;
    left: 28.3%;
    z-index: 10;
    cursor: pointer;
}

.b-coord1{
    position: absolute;
    top: 76.2%;
    left: 43.5%;
    z-index: 10;
    cursor: pointer;
}

.b-coord2{    
    position: absolute;
    top: 63.6%;
    left: 35.85%;
    z-index: 10;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(0.98);
}

.b-coord3{
    position: absolute;
    top: 39.2%;
    left: 35.6%;
    z-index: 10;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(0.97);
}

.b-coord4{
    position: absolute;
    top: 24.2%;
    left: 45.1%;
    z-index: 10;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(0.95);
}

.b-coord5{
    position: absolute;
    top: 23.9%;
    left: 54.85%;
    z-index: 10;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(0.95);
}

.b-coord6{
    position: absolute;
    top: 40.9%;
    left: 63.73%;
    z-index: 10;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(0.95);
}

.b-coord7{
    position: absolute;
    top: 63.3%;
    left: 63.9%;
    z-index: 10;
    cursor: pointer;
    transform: translate(-50%, -50%) scale(0.93);
}

.b-coord8{
    position: absolute;
    top: 76.7%;
    left: 56.55%;
    z-index: 10;
    cursor: pointer;
}

.c-coord-v{
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 3;
}

video.c-coord-v{
    z-index: 2;
}

.c-next-video{
    width: 810px;
    height: 860px;
}

.c-coord-l{
    position: absolute;
    top: 470px;
    left: 5px;
    z-index: 8;
}

.c-coord-r{
    position: absolute;
    top: 470px;
    right: 5px;
    z-index: 8;
}

.c-coord-l1{
    position: absolute;
    top: 930px;
    left: 245px;
}

.c-coord-l2{
    position: absolute;
    top: 930px;
    right: 175px;
}

.t-coord1{
    position: absolute;
    top: 445px;
    left: 780px;
}

.t-coord2{
    position: absolute;
    top: 513.5px;
    left: 450px;
}

.t-coord3{
    position: absolute;
    top: 513.5px;
    left: 812px;
}

.t-coord4{
    position: absolute;
    top: 675px;
    left: 355px;
    width: 185px;
}

.t-coord5{
    position: absolute;
    top: 675px;
    left: 597px;
}

.t-coord6{
    position: absolute;
    top: 675px;
    left: 835px;
    width: 185px;
}

.t-coord7{
    position: absolute;
    top: 809px;
    left: 335px;
    width: 50px;
}

.t-coord8{
    position: absolute;
    top: 809px;
    left: 675px;
}

.c-fadegrad-r{
    position: absolute;
    top: 16px;
    height: 83%;
    right: -5px;
    width: 205px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);
    z-index: 6;
}

.c-fadegrad-r:after{
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    left: 95%;
    width: 800px;
    background-color: black;
    z-index: 6;
}

.c-fadegrad-l{
    position: absolute;
    top: 16px;
    height: 83%;
    left: -5px;
    width: 205px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    z-index: 6;
}

.c-fadegrad-l:after{
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    right: 95%;
    width: 800px;
    background-color: black;
    z-index: 6;
}

.c-arrow-l{
    background: url(../img/cinema-arrows.jpg);
    background-position: 0% 0%;
    width: 110px;
    height: 81px;
}

.c-arrow-l:hover{
    background-position: 0% 81px;
}

@media (hover: none) {
    .c-arrow-l:hover{
        background-position: 0% 0%;
    }

    .c-arrow-l.hover{
        background-position: 0% 81px;
    }

}

.c-arrow-r{
    background: url(../img/cinema-arrows.jpg);
    background-position: 110px 0%;
    width: 110px;
    height: 81px;
}

.c-arrow-r:hover{
    background-position: 110px 81px;
}

@media (hover: none) {
    .c-arrow-r:hover{
        background-position: 110px 0%;
    }

    .c-arrow-r.hover{
        background-position: 110px 81px;
    }
    
}

.c-link1{
    background: url(../img/cinema-links.jpg);
    background-position: 0% 0%;
    width: 180px;
    height: 108px;
}

.c-link1:hover{
    background-position: 0px 108px;
}

.c-link2{
    background: url(../img/cinema-links.jpg);
    background-position: -185px 0px;
    width: 325px;
    height: 108px;
}

.c-link2:hover{
    background-position: -185px 108px;
}

.c-text{
    color: #af1035;
    font-size: 19px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 0px -1px 1px rgba(240, 23, 142, 0.5), 0px 1px 1px rgba(240, 227, 30, 0.5);
    z-index: 4;
    /*#bd5c97;*/
}

.play-button{
    background: url(../img/play.png);
    width: 154px;
    height: 110px;
    transform: translate(-50%, -50%) scale(0.7);
    z-index: 6;
}

.c-text.soon{
    color: #13099e;
    text-shadow: 0px -1px 1px rgba(240, 23, 142, 0.5), 0px 1px 1px rgba(30, 227, 240, 0.5);
}

.c-text.small{
    font-size: 16px;
}

.th-bg{
    background: url(../img/theatre_bg.jpg);
    background-size: cover;
    background-position: center;
}

.adv-bg{
    background: url(../img/advisory_bg.jpg);
    background-size: cover;
    background-position: center;
}

.credits-bg{
    background: url(../img/credits_bg.jpg);
    background-size: cover;
    background-position: center;
    color: white;
}

.theatre-2-bg{
    background: url(../img/theatre2_bg.jpg);
    background-size: cover;
    background-position: center;
    color: black;
}

.theatre-fit{
    bottom: auto;
    min-height: 100%;
}

.theatre-top-bg{
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    min-width: 1920px;
    height: auto;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.theatre-black-bg{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
}

.theatre-bg{
    position: absolute;
    background: url(../img/theatre_grad_bg.jpg);
    background-size: 100%;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 100%;
    min-width: 1920px;
    transform: translate(-50%, 0%);
    z-index: 0;
}

.th-video-box{
    position: absolute;
    width: 100%;
    padding-top: 56.25%;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(218, 199, 175, 0.5);
    background: rgba(218, 199, 175, 0.5);
}

.th-video{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.t70{
    margin-top: 70px;
}

.t110{
    margin-top: 110px;
}

.th-top{
    position: absolute;
    top: 13%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
}

.ca-filter{
    -webkit-filter: url(#kill);
    filter: url(#kill);
}

.th-header{
    font-size: 60px;
}

/* writing */

.perspective {
    z-index: 10;
    -webkit-perspective: 2300px;
    perspective: 4300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.page {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    transform-style: preserve-3d;
    transition-property: transform;

    top: 0%;
    width: 50%;
    bottom: 0%;
    left: 50%;
    -webkit-transform-origin: left center;
    transform-origin: left center;

    transition: transform 0.8s ease-in-out;
    z-index: 101;

    cursor: pointer;
}

.page.open{
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: 103;
}

.page.open + .page:not(.open){
    z-index: 102;
}

.page.closing{
    z-index: 110!important;
}

.page.closing + .page:not(.open){
    z-index: 102;
}

.page > div{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.page .back, .page .front {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
}

.page .back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.page.title .content{
    padding: 34.8% 17% 0% 17%;
    font-family: 'Special Elite', cursive;
    font-size: 26px;
    color: #220c00;
}

.page.title p{
    margin-top: 55.5px;
    font-size: 1em;
    text-align: center;
}

.page.title p:first-child{
    margin-top: 0px;
}

.title-list{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0%;
    background-image: url(../img/writing_bg.jpg);
    background-size: 240% 100%;
    background-position: 14% 0px;
    z-index: 0;
}

.right-list{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/writing_bg.jpg);
    background-size: 240% 100%;
    background-position: 86% 0px;
    z-index: 0;
}

.left-list{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0%;
    background-image: url(../img/writing_bg.jpg);
    background-size: 240% 100%;
    background-position: 86% 0px;
    transform: scaleX(-1);
    z-index: 0;
}

.content{
    position: relative;
    z-index: 1;
    padding: 5.5% 15% 0% 15%;
    font-family: 'Dancing Script', cursive;
    color: #70566c;
    font-size: 33px;
}

.content .text-small{
    font-family: 'Special Elite', cursive;
    font-size: 26px;
    color: #220c00;
}

.content a{
    color: #70566c;
}

.fit-writing{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1536px;
    height: 1080px;
}

.bg-fit-wr{
    position: absolute;
    top: 15%;
    left: 5%;
    right: 5%;
    bottom: 5%;
}

.fg-shadow{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: url(../img/shadow.png);
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: 50;
    opacity: 0.9;
}

.bg-cover{
    position: absolute;
    top: -1%;
    left: -1.9%;
    right: -1.9%;
    bottom: -1%;
    background: url(../img/bookcover_bg.jpg);
    background-size: 100% 100%;
    box-shadow: 0.2vw 0.2vw 1vw rgba(0,0,0,0.5);
    -webkit-transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    transform-style: preserve-3d;
    transition-property: transform;
    transform: translate3d(0,0,-1px);
    z-index: 10;
}

.bg-pen{
    position: absolute;
    background: url(../img/pen.png);
    width: 929px;
    height: 103px;
    left: 96%;
    top: 107%;
    transform: scale(0.8) rotate(-150deg);
}

.bg-table{
    background: url(../img/table_bg.jpg);
    background-size: cover;
    background-position: center;
}

.right-arrow{
    position: absolute;
    bottom: 26px;
    right: 25px;
    background: url(../img/arrows.png);
    background-position: 100% 0px;
    width: 104px;
    height: 35px;
    z-index: 200;
    cursor: pointer;
}

.left-arrow{
    position: absolute;
    bottom: 26px;
    left: 25px;
    background: url(../img/arrows.png);
    width: 104px;
    height: 35px;
    z-index: 200;
    cursor: pointer;
}

.calendar{
    background: white;
    color: black;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 22px 0px;
}

.calendar .ca-shedule{
    border-bottom: 1px solid black;
    align-items: center;
    cursor: pointer;
    padding: 10px 5px;
}

.calendar .ca-shedule:last-child{
    border-bottom: 0px;
}

.calendar .ca-title{
    flex-grow: 1;
    padding: 0px 10px;
}

.calendar .ca-date{
    position: relative;
    margin: 3px;
    background-color: #d0d0d0;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
    position: relative;
    width: 47px;
    height: 47px;
}

.calendar .ca-date .month{
    padding-top: 1px;
    font-size: 12px;
}

.calendar .ca-date .day{
    font-size: 20px;
}

.calendar .ca-date .year{
    padding-top: 2px;
    font-size: 10px;
}

.calendar .ca-header{
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}

.calendar .ca-info{
    font-size: 14px;
}

.calendar .ca-link{
    width: 15px;
    margin-top: -13px;
    vertical-align: bottom;
    font-size: 40px;
}

.calendar .ca-url-link{
    color: #13099e;
    text-decoration: underline;
}

.ca-shedule.past .ca-date, .ca-shedule.past .ca-title{
    opacity: 0.5;
}

.fit-box-contact{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 734px;
    height: 1038px;
    transform: translate(-50%, -50%);
}

.contact-letter{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-image: url(/img/letter_bg.jpg);
    text-align: center;
    font-family: 'Special Elite', cursive;
    color: #220c00;
    padding: 50px 120px;
    box-sizing: border-box;
}

.contact-header{
    position: relative;
    font-family: 'Special Elite', cursive;
    font-size: 33px;
    color: #220c00;
    margin-top: 70px;
}

.contact-input{
    position: relative;
    font-family: 'Special Elite', cursive;
    background: url(/img/letter_line.png);
    border: 0px;
    outline: 0px;
    height: 44px;
    font-size: 26px;
    color: #220c00;
    margin-top: 20px;
    width: 100%;
}

.contact-input::-webkit-input-placeholder { /* Edge */
    font-style: italic;
    text-align: center;
}

.contact-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: center;
    font-style: italic;
}

.contact-input::placeholder {
    text-align: center;
    font-style: italic;
    font-size: 22px;
}

.contact-error{
    position: absolute;
    left: 0%;
    width: 100%;
}

textarea.contact-input{
    height: 220px;
    line-height: 1.7;
    background-attachment: local;
    resize: none;
}

.contact-send{
    position: relative;
    left: 50%;
    width: 259px;
    height: 123px;
    margin-top: 60px;
    background: url(/img/letter_send.png);
    transform: translate(-50%, 0%) scale(0.7);
    cursor: pointer;
}

.contact-send.ani{
    transition: transform 0.2s;
}

.contact-send:hover{
    transform: translate(-50%, 0%) scale(0.8);
}

.dove{
    background: url(/img/dove.png);
    width: 305px;
    height: 428px;
    transform: translate(-50%, -50%) scale(0.7);
    position: absolute;
    left: 43%;
    top: 72%;
}

.dove.hide{
    left: -10000px;
    top: -10000px;
    opacity: 0;
}

.contact-bg{
    background: url(/img/contact_bg.jpg);
    background-size: cover;
    background-position: center;
}

.awe-bg{
    background: url(/img/awe_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px;
}

.overflow{
    overflow: auto;
}

.no-overflow{
    overflow: hidden!important;
}

.blog-awe{
    margin: 20px auto;
    max-width: 1000px;
}

.blog-awe h1{
    font-weight: bold;
}

.blog-awe h2{
    font-size: 2em;
    font-weight: bold;
}

.blog-awe h2 a{
    text-decoration: none;
}

.blog-awe h3{
    margin-top: 0.6em;
    font-size: 1.5em;
    font-weight: normal;
}

.blog-awe hr{
    border: 1px solid #c1b663;
    border-top: 1px solid #ab8c9a;
    border-bottom: 1px solid #a88d68;
    background-color: #c1b663;
    height: 1px;
    margin: 0.5em 0px;
}

.blog-awe p{
    margin-top: 0.6em;
}

.blog-awe a{
    color: white;
}

.blog-awe a.read-more{
    color: #ff8e75;
}

.blog-awe a:hover{
    color: #d75134;
}

.blog-awe .post{
    margin-top: 1em;
}

.blog-awe .post-date{
    font-size: 14px;
    color: #ffcea5;
}

.blog-header{
    position: relative;
    background-color: rgba(205, 192, 164, 0.5);
    padding: 30px 40px;
    margin: 80px auto 20px;
    max-width: 500px;
    text-align: center;
    border-radius: 3px;
}

.clearboth{
    clear: both;
}

.blog-post{
    position: relative;
    font-family: 'Georgia';
    background-color: rgba(205, 192, 164, 0.5);
    padding: 30px 40px;
    margin: 30px 0px;
    border-radius: 3px;
}

.blog-post .image-style-side {
    position: relative;
    max-width: 50%;
    float: right;
    margin-left: 20px;
}

.blog-post img{
    max-width: 100%;
}

.blog-post figcaption{
    font-size: 12px;
    text-align: center;
}

.blog-bottom{
    position: relative;
    margin: 30px 20px;
}

.blog-bottom a{
    display: inline-block;
}

.blog-left{
    position: relative;
}

.blog-right{
    position: absolute;
    right: 0px;
}

.post-header{
    justify-content: flex-start;
}

.blog-awe.float .blog-header{
    animation: float 22.9s ease-in-out infinite alternate;
}

@keyframes float {
	0% {
		transform: translatey(0px) rotate(0deg);
	}
	50% {
		transform: translatey(-10px) rotate(-0.3deg);
	}
	100% {
		transform: translatey(5px) rotate(0.2deg);
	}
}

.blog-awe.float .blog-post:nth-child(4n), .float1{
    animation: float1 27.9s ease-in-out infinite alternate;
}

@keyframes float1 {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}
	50% {
		transform: translate(0px, -10px) rotate(-0.3deg);
	}
	100% {
		transform: translate(0px, 5px) rotate(0.1deg);
	}
}

.blog-awe.float .blog-post:nth-child(4n+1), .float2{
    animation: float2 23.3s ease-in-out infinite alternate;
}

@keyframes float2 {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}
	50% {
		transform: translate(0px, 10px) rotate(0.2deg);
	}
	100% {
		transform: translate(0px, -5px) rotate(-0.2deg);
	}
}

.blog-awe.float .blog-post:nth-child(4n+2){
    animation: float3 29.8s ease-in-out infinite alternate;
}

@keyframes float3 {
	0% {
		transform: translate(0px, -2px) rotate(-0.2deg);
	}
	50% {
		transform: translate(0px, 11px) rotate(0.3deg);
	}
	100% {
		transform: translate(0px, 0px) rotate(-0.1deg);
	}
}

.blog-awe.float .blog-post:nth-child(4n+3){
    animation: float4 21.6s ease-in-out infinite alternate;
}

@keyframes float4 {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}
	50% {
		transform: translate(0px, 10px) rotate(-0.2deg);
	}
	100% {
		transform: translate(-1px, -5px) rotate(0.2deg);
	}
}