@charset "UTF-8";


@font-face {
    font-family: 'Conv_CALIBRI';
    src: url('../fonts/CALIBRI.eot');
    src: url('../fonts/CALIBRI.eot?') format('embedded-opentype'), url('../fonts/CALIBRI.woff') format('woff'), url('../fonts/CALIBRI.ttf') format('truetype'), url('../fonts/CALIBRI.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArimoRegular';
    src: url('../fonts/Arimo-Regular-Latin-webfont.eot');
    src: url('../fonts/Arimo-Regular-Latin-webfont.eot?') format('embedded-opentype'), url('../fonts/Arimo-Regular-Latin-webfont.woff') format('woff'), url('../fonts/Arimo-Regular-Latin-webfont.ttf') format('truetype'), url('../fonts/Arimo-Regular-Latin-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.hidden {
    visibility: hidden;
}


.reveal {
    font-family: "Conv_CALIBRI";
    font-size: 36px;
    font-weight: 200;
    letter-spacing: -0.02em;
    color: #333333;

}


.reveal h7touch {
    font-size: 25px;
    color: #2097e2;
    font-style: bold;
    padding: 15px;
}

.reveal h7touch2 {
    font-size: 21px;
    color: #2097e2;
    font-style: bold;
}

.padding {
    padding: 25px;
}

.reveal h7b2 {
    font-size: 32px;
    color: #fd0125;
    font-style: bold;
}

.top20 {
    position: relative;
    z-index: 55;
    top: 20%;
}

.top35 {
    position: relative;
    z-index: 55;
    top: 35%;
}



.top40 {
    position: relative;
    z-index: 55;
    top: 40%;
}


.top45 {
    position: relative;
    z-index: 555;
    top: 45%;
}


.reveal .slides > section, .reveal .slides > section > section {
    padding: 0px;
    width: 100%;
    height: 100%;
}


.reveal img, .reveal video, .reveal iframe {
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
}



.rtoptouch {
    position: relative;
    z-index: 555;
    top: 40%;
    line-height: 1.5em;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}


.reveal h9x {
    color: #ff0713;
    font-family: "Conv_CALIBRI";
    font-size: 58px;
    text-decoration: none;
    -webkit-transition: color .15s ease;
    -moz-transition: color .15s ease;
    -ms-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease;

}

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}


video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-panel {
    display: none !important;
}

video::-webkit-media-controls-play-button {
    display: none !important;
}

video::-webkit-media-controls-current-time-display {
    display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

video::-webkit-media-controls-timeline {
    display: none !important;
}

video::-webkit-media-controls-mute-button {
    display: none !important;
}

video::-webkit-media-controls-volume-slider {
    display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

video::-internal-media-controls-download-button {
    display: none !important;
}

video:-webkit-full-screen, audio:-webkit-full-screen {
    background-color: transparent;
    position: relative;
    left: 0px;
    top: 0px;
    min-width: 0px;
    max-width: none;
    min-height: 0px;
    max-height: none;
    width: 100%;
    height: 100%;
    display: block;
    transform: none;
    margin: 0px !important;
    flex: 1 1 0% !important;
}

:-webkit-full-screen {
    background-color: white;
    z-index: 2147483647;
}

video::-webkit-media-controls {
    display: none !important;
}
