/*
__   _____________ _____ _   _________   _______   __
\ \ / /_   _| ___ \_   _| | / /_   _\ \ / / _ \ \ / /
 \ V /  | | | |_/ / | | | |/ /  | |  \ V / /_\ \ V / 
  \ /   | | |  __/  | | |    \  | |   \ /|  _  |\ /  
  | |  _| |_| |    _| |_| |\  \_| |_  | || | | || |  
  \_/  \___/\_|    \___/\_| \_/\___/  \_/\_| |_/\_/                                                       
*/

body {
    color: #1d1d1b;
    font-family: "RobotoCondensed-Light", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
}
h1 {
    display: none;
}
.service {
    font-family: "LondrinaOutline-Regular", Helvetica, Arial, sans-serif;
    color: #e30613;
    font-weight: 400;
}
h2 {
	font-size: 5rem;
}
h3 { font-size: 4rem; }
h4 { font-size: 3rem; }
h2, 
h3,
h4 {
    font-family: "RobotoCondensed-Bold", Helvetica, Arial, sans-serif;
    color: #e30613;
    font-weight: 300;
}
h3 {

}
a {
    color: #e30613;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
a:active,
a:focus,
a:hover {
    color: #A8181F;
}
.next-arrow {
    font-size: 3rem;
}
.next-arrow a {
    display: block;
    text-align: center;
}
.button {
    background: #e30613;
    color: #ffffff;
    font-size: 1.25rem;
    border-radius: 3px;
}
.button:active,
.button:focus,
.button:hover {
    background: #A8181F;
}
#header {
    background: #e30613;
    padding-top: 16%;
    padding-bottom: 16%;
    color: #ffffff;
    text-align: center;
}
#reveal-header {
    padding-top: 16%;
    padding-bottom: 16%;
    color: #ffffff;
    text-align: center;
}
#header h2, #reveal-header h2 {
	color: #ffffff; 
	font-size: 10rem; 
}
#header h2 .service, #reveal-header h2 .service {
	color: #ffffff; 
}
#header h3, #reveal-header h3 {
    color: #ffffff;
    padding: 20px 0 0;
}
#header a, #reveal-header a {
    color: #ffffff;
    padding: 5px;
    font-size: 5rem;
}
#header a:hover {
    color: #A8181F;
}
#logo-container {
    padding: 0;
}
#fourohfour {
    background: #e30613 url('../img/404.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 18%;
    padding-bottom: 16%;
    color: #ffffff;
    text-align: center;
}
#fourohfour h3 {
    color: #ffffff;
    padding: 20px 0 0;
}
#fourohfour a {
    color: #ffffff;
    text-decoration: underline;
}
#fourohfour a:hover {
    color: #A8181F;
}
#footer {
    background: #ffffff;
    padding: 40px 0 20px;
    color: #1d1d1b;
}
#footer .social {
    font-size: 2rem;
}
#footer .social a {
    padding: 0 10px;
}
#about,
#contact,
#games,
#interactives,
#vrar, 
#products {
    padding: 3.5rem 0;
}
#about img,
#contact img,
#games img,
#interactives img,
#services img,
#vrar img, 
#products img {
    border-radius: 5px;
    margin: 10px 0;
    transition: 0.25s;
}
#creds {
    text-align: center;
}
.image-with-label {
    position: relative;
    overflow-x: hidden;
    transition: all 0.2s ease-in-out;
}
.top-image-with-label {
    margin-bottom: 12px;
}
.image-with-label:hover {
    transform: scale(1.1);
}
.image-with-label img:hover {
    -webkit-filter: brightness(65%)
}
.image-with-label h4 {
    position: absolute;
    bottom: 13%;
    right: 0;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 35px;
    font-family: "RobotoCondensed-Light", Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,5);
    opacity: 0;
    transition: 0.5s;
    text-align: right;
    line-height: 1;
    font-size: 1.2rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.image-with-label:hover h4 {
    opacity: 1;
}
.mask-top-right {
    -webkit-mask-image: url('../img/small/mask_topright.svg');
    mask-image: url('../img/small/mask_topright.svg');
    webkit-mask-image: url('../img/small/mask_topright.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: round;
    mask-repeat: round;
    webkit-mask-repeat: round;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-top-left {
    -webkit-mask-image: url('../img/small/mask_topleft.svg');
    mask-image: url('../img/small/mask_topleft.svg');
    webkit-mask-image: url('../img/small/mask_topleft.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: round;
    mask-repeat: round;
    webkit-mask-repeat: round;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-bottom-right {
    -webkit-mask-image: url('../img/small/mask_bottomright.svg');
    mask-image: url('../img/small/mask_bottomright.svg');
    webkit-mask-image: url('../img/small/mask_bottomright.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: round;
    mask-repeat: round;
    webkit-mask-repeat: round;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-bottom-left {
    -webkit-mask-image: url('../img/small/mask_bottomleft.svg');
    mask-image: url('../img/small/mask_bottomleft.svg');
    webkit-mask-image: url('../img/small/mask_bottomleft.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: initial;
    mask-repeat: initial;
    webkit-mask-repeat: initial;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-bottom-right-top-left,
.mask-top-left-bottom-right {
    -webkit-mask-image: url('../img/small/mask_topleft_bottomright.svg');
    mask-image: url('../img/small/mask_topleft_bottomright.svg');
    webkit-mask-image: url('../img/small/mask_topleft_bottomright.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: initial;
    mask-repeat: initial;
    webkit-mask-repeat: initial;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-bottom-left-top-right,
.mask-top-right-bottom-left {
    -webkit-mask-image: url('../img/small/mask_topright_bottomleft.svg');
    mask-image: url('../img/small/mask_topright_bottomleft.svg');
    webkit-mask-image: url('../img/small/mask_topright_bottomleft.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: initial;
    mask-repeat: initial;
    webkit-mask-repeat: initial;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-top {
    -webkit-mask-image: url('../img/small/mask_top.svg');
    mask-image: url('../img/small/mask_top.svg');
    webkit-mask-image: url('../img/small/mask_top.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: initial;
    mask-repeat: initial;
    webkit-mask-repeat: initial;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-bottom {
    -webkit-mask-image: url('../img/small/mask_bottom.svg');
    mask-image: url('../img/small/mask_bottom.svg');
    webkit-mask-image: url('../img/small/mask_bottom.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: initial;
    mask-repeat: initial;
    webkit-mask-repeat: initial;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-left {
    -webkit-mask-image: url('../img/small/mask_left.svg');
    mask-image: url('../img/small/mask_left.svg');
    webkit-mask-image: url('../img/small/mask_left.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: initial;
    mask-repeat: initial;
    webkit-mask-repeat: initial;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-right {
    -webkit-mask-image: url('../img/small/mask_right.svg');
    mask-image: url('../img/small/mask_right.svg');
    webkit-mask-image: url('../img/small/mask_right.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: initial;
    mask-repeat: initial;
    webkit-mask-repeat: initial;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-all {
    -webkit-mask-image: url('../img/small/mask_all.svg');
    mask-image: url('../img/small/mask_all.svg');
    webkit-mask-image: url('../img/small/mask_all.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: initial;
    mask-repeat: initial;
    webkit-mask-repeat: initial;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.label-on-bottom-right-mask {
    padding-right: 36px !important;
}
.label-on-bottom-left-mask {
    padding-left: 35px !important;
}
.mask-large-top-right {
    -webkit-mask-image: url('../img/mask_topright.svg');
    mask-image: url('../img/mask_topright.svg');
    webkit-mask-image: url('../img/mask_topright.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: round;
    mask-repeat: round;
    webkit-mask-repeat: round;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.mask-large-top-left {
    -webkit-mask-image: url('../img/mask_topleft.svg');
    mask-image: url('../img/mask_topleft.svg');
    webkit-mask-image: url('../img/mask_topleft.svg');
    mask-mode: alpha;
    webkit-mask-mode: alpha;
    -webkit-mask-repeat: round;
    mask-repeat: round;
    webkit-mask-repeat: round;
    -webkit-mask-position: center;
    mask-position: center;
    webkit-mask-position: center;
}
.parallax {
    height: 1000px;
}
.parallax h4 {
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 3%;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#pipes {
    background: url('../img/7_pipe-challenge.gif') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#buckfast {
    background: url('../img/4_Buckfast.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#emaar {
    background: url('../img/5_emaar.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#factory {
    background: url('../img/7_ar-factory.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#pirate {
    background: url('../img/8_pirate-game.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#tesla {
    background: url('../img/4_tesla_vr.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#goldenarrow {
    height: 875px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#buckfast {
	background: url('../img/reveal/buckfast.jpg') no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#nam {
	background: url('../img/reveal/nam.jpg') no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#pearl {
	background: url('../img/reveal/pearl.jpg') no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#red {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(227,6,19,0.35);
}
#red:before {
    background: rgba(227,6,19,0.35);
}
#yellow {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(247,168,35,0.5);
}
#yellow:before {
    background: rgba(247,168,35,0.5);
}
#blue {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(24,95,126,0.5);
}
#blue:before {
    background: rgba(24,95,126,0.5);
}
#turquoise {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(30,181,188,0.5);
}
#turquoise:before {
    background: rgba(30,181,188,0.5);
}
#orange {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(247,168,35,0.5);
}
#orange:before {
    background: rgba(247,168,35,0.5);
}
.video-intersection {
    height: 100%;
    width: 100%;
}
.video-intersection-overlay {
    overflow: hidden;
    position: relative;
}
.video-intersection-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
}
.video-intersection-frame {
    pointer-events: none;
    margin-top: -6%;
    background: rgba(30,181,188,0.5);
}
.video-intersection h4 {
    z-index: 10;
}
@media screen and (min-width: 2000px) {
    .grid-container {
        max-width: 90rem;
    }
    #header {
        padding-top: 18%;
        padding-bottom: 20%;
    }
}
@media only screen and (max-width: 82em) {
    #logo-container {
        padding: 0 35px;
    }
}
@media only screen and (max-width: 63.9375em) {
    .parallax {
        height: 500px;
    }
    h3 {
        font-size: 2rem;
    }
    .image-with-label h4 {
        font-size: 1.3rem;
    }
    #pipes {
        background: url('../img/7_pipe-challenge.gif') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #buckfast {
        background: url('../img/4_Buckfast.jpg') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #emaar {
        background: url('../img/5_emaar.jpg') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #factory {
        background: url('../img/7_ar-factory.jpg') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #pirate {
        background: url('../img/8_pirate-game.jpg') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #tesla {
        background: url('../img/4_tesla_vr.jpg') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    #fourohfour {
        background: #e30613 url('../img/404.jpg') no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #fourohfour h3 {
        color: #ffffff;
        padding: 0;
    }
}
@media only screen and (max-width: 44em) {
    .image-with-label h4 {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 40em) {
    h2 {
        font-size: 3.5rem;
    }
    #header {
        padding: 30% 10%;
    }
    #logo-container {
        padding: 0;
    }
    .image-with-label h4 {
        font-size: 1.75rem;
    }
}
@media only screen and (max-height: 30em) {
    #games,
    #interactives,
    #vrar {
        padding-top: 2%;
        padding-bottom: 2%;
    }
}
@font-face {
    font-family: "RobotoCondensed-Bold";
    src: url("../fonts/RobotoCondensed-Bold.ttf") format('truetype');
    font-display: swap;
}
@font-face {
    font-family: "LondrinaOutline-Regular";
    src: url("../fonts/LondrinaOutline-Regular.ttf") format('truetype');
    font-display: swap;
    font-style: bold;
}
@font-face {
    font-family: "RobotoCondensed-Regular";
    src: url("../fonts/RobotoCondensed-Regular.ttf") format('truetype');
    font-display: swap;
    font-style: bold;
}
#cookieConsent {
    background-color: rgba(29,29,27,0.8);
    min-height: 26px;
    font-size: 18px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #e30613;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #e30613;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
@media screen and (max-width: 420px) {
    #cookieConsent {
        padding: 8px 0 8px 10px;
        font-size: 16px;
    }
    #cookieConsent a.cookieConsentOK {
        margin-right: 10px;
        padding: 0 10px;
    }
    #closeCookieConsent {
        width: 10px;
    }
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #A8181F;
}
@media print, screen and (min-width: 40em) {
    .grid-x > .grid-container {
        flex: 1;
    }
}
::selection {
    background: #e30613;
    color: #ffffff;
}
#blog-header {
    background: #e30613;
    padding-top: 3%;
    padding-bottom: 3%;
    color: #ffffff;
}
#blog-header h3 {
    color: #ffffff;
    padding: 20px 0 0;
}
#blog-header a {
    color: #ffffff;
    padding: 5px;
}
#blog-header a:hover {
    color: #A8181F;
}
#logo-container {
    padding: 0;
}
#blog-header p {
    text-align: right;
}
.videoWrapperSmall {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
	max-width: 960px;
	max-height: 540px;
	margin: 10px 0%;
}

@media (min-width: 76em) {
	.videoWrapperSmall {
		margin: 10px 10%;
	}

}
.videoWrapperSmall iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 20px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-header {
    height: 20em;
    background-color: #808080;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.post-listing-header {
    border-radius: 5px;
    background-color: #808080;
    background: no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.post-listing-header a {
    height: 10em;
    display: block;
}
.post-inner h3 {
    margin-top: 20px;
}
.post-inner h2 {
    padding: 20px 0;
}
.post-inner code {
	font-size: 0.8rem;
}

.post-inner pre
{
	display:inline-grid;
}
.post-inner h3,
.post-inner p,
.post-inner pre,
ul {
    padding: 0;
}
@media (min-width: 76em) {
    .post-inner h2,
    .post-inner h3,
    .post-inner h4,
    .post-inner p,
    .post-inner pre,
    .post-inner ol,
    .post-inner ul  {
        padding: 0 10%;
    }
}
.post-inner ol {
	list-style: none;
	counter-reset: li
}
.post-inner ol li::before{
	content: counter(li) ".";
	color: red;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}
.post-inner li {
	counter-increment: li
}

#menu-container,
#responsive-menu,
.sticky,
.sticky-container,
.title-bar {
    background: #e30613;
}
.sticky-container {
    z-index: 100;
}
#responsive-menu .grid-container {
    padding: 0;
    margin: 0;
}
#responsive-menu a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.menu {
    margin: auto;
    width: 1200px;
}
#responsive-menu a.is-active {
    text-decoration: underline;
}
.next-arrow {
    margin: 0 50px;
}
@media (max-width: 40em) {
    .menu {
        font-size: 0.8rem;
    }
    .menu a {
        padding: 0.55rem;
    }
}
@media screen and (min-width: 2000px) {
    .menu {
        width: 1440px;
    }
}

blockquote {
	border: none; 
	font-style: italic; 
}