﻿@font-face {
    font-family: 'NotoSansRegular';
    font-style: normal;
    font-weight: normal;
    src: local('☺'), url('../media/fonts/NotoSans-Regular.woff') format('woff');
}
@font-face {
    font-family: 'SignikaNegativeBold';
    font-style: normal;
    font-weight: normal;
    src: local('☺'), url('../media/fonts/SignikaNegative-Bold.woff') format('woff');
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 2px;
}
::-webkit-scrollbar-thumb {
  background: #ffffff; /**/
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track {
  background: rgba(1,0,0,0.5);
  border-radius: 4px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

input[type=text]::-ms-clear {
    display: none;
}

#debug {
    position: absolute;
    display: inline-block;
    background-color:  rgba(0, 0, 0, .33);
    color: #12e7cb;
    font-family: sans-serif;
    font-size: 8pt;
    pointer-events: none;
}

body {
    margin:0;
    padding:0;
	background-color: #222222;
	
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none; 
	-webkit-user-callout: none;
	-ms-touch-action: manipulation !important;

   overflow-x: hidden;
    overflow-y: auto;
   /* -webkit-overflow-scrolling: touch;*/

    -webkit-text-size-adjust: 100%;
 
}



.clear {
	clear: both;
}


.feature_txt{
    position: absolute;
    display: block;
    bottom: 10px;
    right: 14px;
    font-family: 'SignikaNegativeBold';
    color: #FFFFFF;
    font-size: 12pt;
    letter-spacing: 2px;
}


/* content */
#scroll_block{
    position: absolute;
    display: block;
    top:0px;
    left:0px;
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;


}

#wrapper {
    position: absolute;
    display: block;
    top:0px;
    left: 0px;
}

#gallery {
    position: fixed;
    display: none;
    top:0px;
    left: 0px;
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    
    z-index: 10010;
    background-color: rgba(0,0,0,0.5);
}

.gallery_panel{
    position: relative;
    display: inline-block;
    margin:0px;
   
    border-radius: 20px;
    border-style: solid;
    border-width: 4px;
    border-color: #cccccc;
    
    background: #222222;
    box-sizing: border-box;
    overflow: hidden;
 
}

.gallery_block{
    position: absolute;
    display: block;

    width: 100%;
    height:100%;
    margin:0px;

    border-radius: 14px;
    border-style: solid;
    border-width: 4px;
    border-color: #222222;
    box-sizing: border-box;
    overflow: hidden;

}


.gallery_image_holder{
    position: absolute;
    display: inline-block;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    background-color:  #000000;
    margin:0px;

    border-radius: 12px;
    overflow: hidden;
    background-image: url('../media/spinner.gif');
    background-position: center center;
    background-size: 32px;
    background-repeat: no-repeat;

}

.gallery_image{
    position: absolute;
    display: block;
    top:0px;
    border-radius: 12px;
    overflow: hidden;
    left:0px;
    width: 100%;
    height: 100%;
}

.gallery_close{
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    top:6px;
    right:6px;
    cursor:pointer;
    background-size: 64px;
    background-image: url('../media/icon_close.svg');
}

.gallery_prev{
    position: absolute;
    display: inline-block;
    width: 64px;
    height: 64px;
    cursor:pointer;
    background-size: 64px;
    background-image: url('../media/icon_prev.svg');
}

 .gallery_next{
    position: absolute;
    display: inline-block;
    width: 64px;
    height: 64px;
    cursor:pointer;
    background-size: 64px;
    background-image: url('../media/icon_next.svg');
}










.blit_logo {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80px;
    height: 46px;
}

.blit_logo_full {
    position: absolute;
    display: -block;
   top: 10px;
   left: 10px;
}


.video{
    position: relative;
    display:  inline-block;
    width: 100%;
    background-color: #333333;
    top:0px;
    left:0px;
    margin: 0px;
    height: 100%;
    border-radius: 20px;
}


.gameholder_sm{
    position: relative;
    display: inline-block;

}

#gameholder_lg{
    position: fixed;
    display: none;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

 }

.wrapper_game{
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 0px;
    overflow: hidden;


}
.game_load_spinner{
    position: absolute;
    display:  block;
    width: 100%;
    top:0px;
    left:0px;
    height: 100%;
    pointer-events: none;
    background-image: url('../media/spinner.gif');
    background-position: center center;
    background-size: 32px;
    background-repeat: no-repeat;
}
.game_corner_1{
    position:absolute;
    display:block;
    background-image: url('../media/corner_1.svg');
    width: 20px;
    height: 20px;
    left: 0px;
    top:0px;
    pointer-events: none;
}
.game_corner_2{
    position:absolute;
    display:block;
    background-image: url('../media/corner_2.svg');
    width: 20px;
    height: 20px;
    right: 0px;
    top:0px;
    pointer-events: none;
}
.game_corner_3{
    position:absolute;
    display:block;
    background-image: url('../media/corner_3.svg');
    width: 20px;
    height: 20px;
    right: 0px;
    bottom:0px;
    pointer-events: none;
}
.game_corner_4{
    position:absolute;
    display:block;
    background-image: url('../media/corner_4.svg');
    width: 20px;
    height: 20px;
    left: 0px;
    bottom:0px;
    pointer-events: none;
}



.wrapper_game_full{
    position: absolute;
    display: block;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}






.canvas_game{
    position: relative;
    display: block;
    margin: 0px;
    background-color: #111111;
}

.b_pause{
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    width: 54px;
    height: 54px;
    background-image: url('../media/b_pause_on.svg');
    cursor: pointer;
}

.b_mute{
    position: absolute;
    display: block;
    top: 5px;
    right: 64px;
    width: 54px;
    height: 54px;
    background-image: url('../media/b_mute_off.svg');
    cursor: pointer;
}

.b_fullscreen{
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    width: 54px;
    height: 54px;
    background-image: url('../media/b_fullscreen_on.svg');
    cursor: pointer;
}


.title_block{
    position: relative;
    display: inline-block;
    font-family: 'SignikaNegativeBold';
    font-weight: bold;
   
    font-size: 20pt;
    margin: 5px;
    margin-top: 32px;
    margin-bottom: 10px;

}

.title_work{
    position: relative;
    display: inline-block;
    font-family: 'SignikaNegativeBold';
    font-weight: bold;
    color: #ff5c01;
    font-size: 20pt;
    width: auto;
   
    margin: 5px;
    margin-top: 32px;
    margin-bottom: 10px;
}
.title_brands{
    position: relative;
    display: inline-block;
    font-family: 'SignikaNegativeBold';
    font-weight: bold;
    color: #6dcc01;
    font-size: 20pt;
    width: auto;

    margin: 5px;
    margin-top: 32px;
    margin-bottom: 10px;
}

.title_contact{
    position: relative;
    display: inline-block;
    font-family: 'SignikaNegativeBold';
    font-weight: bold;
    color: #a193e8;
    font-size: 20pt;
    width: auto;

    margin: 5px;
    margin-top: 40px;
    margin-bottom: 10px;
    }


.callout_about {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
   
    font-size: 12pt;
    padding: 28px;
    margin: 5px;
    color: white;
    border-radius: 20px;
    background-color: #5cc7ea;

    font-family: 'NotoSansRegular', sans-serif;
    font-weight: normal;
}




.brand_tile{
    position: relative;
    display: inline-block;
    border-radius: 20px;
    
    overflow: hidden;
    margin: 5px;
    background-color: #333333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*z-index: 1;*/
}


.tile{
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    margin: 5px;
    cursor: pointer;

    background-color: #333333;
    background-size: 33%, cover;
    background-repeat: no-repeat;
    background-position: right bottom, center;
    
   
}




.callout_tile {
    position: relative;
    display: none;
}

.callout_content {
    position: absolute;
    display: inline-block;
    left:0px;
    top:0px;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

    padding: 28px;
    margin: 5px;
    margin-top:20px;
    border-radius: 20px;
    background-color: #414141;
   
}

.icons_block{
    margin-top:10px;


}

.callout_buttons{
    text-align: right;
    margin-top: 10px;
}

.callout_title {

    margin-bottom: 10px; 
    margin-right: 30px;
    color: #aaaaaa;
    font-family: 'SignikaNegativeBold', sans-serif;
   
    font-size: 14pt;
    font-weight: bold;
}

.callout_leader{
    position: absolute;
    top: -22px;
}

.callout_text {
    color: #979797;
    font-family: 'NotoSansRegular', sans-serif; 
    font-size: 13pt;
    font-weight: normal;
}



.text_area {
    position: relative;
    display: block;

    color: #979797;
    font-family: 'NotoSansRegular', sans-serif; 
    font-size: 13pt;
    font-weight: normal;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

    padding: 0px;
    margin: 5px;
    margin-bottom: 20px;
 
   
}

.footer_block{
    position: relative;
    display: block;
    text-align: center;
     font-family: 'SignikaNegativeBold';
    font-weight: bold;
    font-size: 16px;
    color: #979797;
    margin: 20px;
    pointer-events: auto;
}
.footer_block a{
    color: #ffffff;
}



.button_close {
    position: absolute;
    top:14px;
    right: 14px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url('../media/icon_x_norm.svg');
}

.button_close:hover{
    cursor: pointer;
    background-image: url('../media/icon_x_over.svg');
}

.example_link {
    position: relative;
    display: inline-block;

    font-family: 'SignikaNegativeBold', sans-serif;
   
    font-size: 14pt;
    min-width: 80px;

    background-color: #979797;
    color: #ffffff;
    border-width: 0px;
    border-radius: 20px;
    border-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 52px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40px 24px;
    background-image: url('../media/icon_playit.svg');
}


.gallery_link {
    position: relative;
    display: inline-block;
   
    font-family: 'SignikaNegativeBold', sans-serif;
    font-size: 14pt;
    min-width: 80px;

    background-color: #979797;
    color: #ffffff;
    border-width: 0px;
    border-radius: 20px;
    border-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    padding-right: 52px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 0px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 40px 24px;
    background-image: url('../media/icon_gallery.svg');

}




.content_icons {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border-style: solid;
    border-width: 3px;
    padding: 3px;
    margin: 2px;
    border-color: #FFFFFF;
}

.gallery_icons{
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 15px;
    border-style: solid;
    border-width: 3px;
    padding: 3px;
    margin: 4px;
    border-color: #999999;
}
.gallery_icons:hover{
    cursor: pointer;
    border-color: #ffffff;
}






.brand_icons {
    position: relative;
    width: 0.6in;
    height: 0.6in;
    border-radius: 16px;
    margin: 2px;
    border-color: #FFFFFF;
}


/* quotes */

.quote{
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin: 5px;
    border-radius: 20px;
    background-color: #ff5c01;
}

.quote_txt_table{
    position: absolute;
    display: table;
    width: 100%;
    height:100%;
}

.quote_txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 12pt;
    text-align: center; 
    padding: 20px; 
    color: white;
    font-family: 'NotoSansRegular', sans-serif;
    font-weight: normal;
    font-style: italic;
}

.quote_by {
    font-size: 10pt;
    margin-top: 5px;
    color: white;
    font-family: 'NotoSansRegular', sans-serif;
    font-weight: normal;
    font-style: italic;
}

.tout_title {
    display: table-cell;
    vertical-align: middle;
    font-size: 22pt;
    text-align: center; 
    padding: 20px; 
    color: white;
    font-family: 'SignikaNegativeBold', sans-serif;
    font-weight: normal;
    font-style: italic;
}

.tout_desc {
    font-size: 12pt;
    margin-top: 5px;
    color: white;
    font-family: 'NotoSansRegular', sans-serif;
    font-weight: normal;
    font-style: italic;
}




.contact_link {
    display: inline-block;
    position: relative;

    height: 40px;
    line-height: 40px;

    font-family: SignikaNegativeBold;
    font-size: 14pt;
    background-color: #FFFFFF;
    color: #5cc7ea;
    border-radius: 20px;
   
    padding-left: 45px;
    padding-right: 25px;
   
    margin: 5px;
    margin-top: 20px;

    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 32px 32px;

    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;

    white-space: nowrap;

}


/* quick nav */



.menu_button{
    position: fixed;
    display: block;
    top: 10px;
    right:10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    pointer-events: auto; 
    background-size: 50px 50px;
    background-repeat: no-repeat;
    z-index: 10005;
    background-image: url('../media/menu_button.svg');
}



#menu{
    position: absolute;
    display: block;
    top: 0px;
    right:0px;
}

.nav_block{
    position: fixed;
    display: none;
    z-index: 10001;
    top: 10px;
    right:10px;
    padding: 60px 20px 20px 10px;
    line-height: 20px;
    font-size: 18px;
    border-radius: 20px 0px 20px 20px;
    background-color: #ffffff;
    -ms-transform-origin: 100% 0%; /* IE 9 */
    -webkit-transform-origin: 100% 0%; /* Chrome, Safari, Opera */
    transform-origin: 100% 0%;
}

.nav_button{
    position: relative;
    display: inline-block;
    color: #5cc7ea;
    margin: 10px;
    font-family: 'SignikaNegativeBold';
    pointer-events: auto;
}

.nav_button:hover{
    color: #ff5c01;
    cursor: pointer;
}

.nav_cancel{
    position: fixed;
    display: block;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,.0);
    pointer-events: auto;
}