/*-------------------------------------------------------------------------------------

Theme Name: devTheme
Theme URI: https://onlymrme.com/devTheme/
Author: OnlyMrME
Author URI: https://onlymrme.com/
Description: ....
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devtheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
General comments (optional).

Programmed By:

                                                                       
  /$$$$$$            /$$           /$$      /$$           /$$      /$$ /$$$$$$$$
 /$$__  $$          | $$          | $$$    /$$$          | $$$    /$$$| $$_____/
| $$  \ $$ /$$$$$$$ | $$ /$$   /$$| $$$$  /$$$$  /$$$$$$ | $$$$  /$$$$| $$      
| $$  | $$| $$__  $$| $$| $$  | $$| $$ $$/$$ $$ /$$__  $$| $$ $$/$$ $$| $$$$$   
| $$  | $$| $$  \ $$| $$| $$  | $$| $$  $$$| $$| $$  \__/| $$  $$$| $$| $$__/   
| $$  | $$| $$  | $$| $$| $$  | $$| $$\  $ | $$| $$      | $$\  $ | $$| $$      
|  $$$$$$/| $$  | $$| $$|  $$$$$$$| $$ \/  | $$| $$      | $$ \/  | $$| $$$$$$$$
 \______/ |__/  |__/|__/ \____  $$|__/     |__/|__/      |__/     |__/|________/
                         /$$  | $$                                              
                        |  $$$$$$/                                              
                         \______/                                               


79 110 108 121 77 114 77 69
4F 6E 6C 79 4D 72 4D 45
--- -. .-.. -.-- -- .-. -- .
117 156 154 171 115 162 115 105


█▀▀▀▀▀█ ▄▄█  ▄▀█▄ █▀▀▀▀▀█
█ ███ █ ▀▄  ▄ █▀  █ ███ █
█ ▀▀▀ █ █▀█ █ ▀█  █ ▀▀▀ █
▀▀▀▀▀▀▀ █ █▄▀ █▄█ ▀▀▀▀▀▀▀
▀▀▄█ ▄▀▀▄▄ ██▀▀  ▄██▀ ██▄
▄ ▄ ▄▀▀▄▄▄▄███  █▀▄ █▀ █▀
▀ ██▄▄▀▄  ▀█ ▄▀ ▄██▄ ▄▄▄█
▀▄▀█▀ ▀▀ █▄█ ▀▀▄   ▀▀   █
▀▀    ▀ █▀▄ ██▄▀█▀▀▀██▀ █
█▀▀▀▀▀█ ▀▄█▀█ ███ ▀ █ ▄█▀
█ ███ █ ▄█▀▄  ▄ ▀▀▀██▄▄ ▀
█ ▀▀▀ █ ▄▄▄   ▄ ▄▄ ▄█▀  ▀
▀▀▀▀▀▀▀ ▀▀  ▀   ▀▀▀▀▀  ▀▀


Code Is Poetry :)

-------------------------------------------------------------------------------------*/

@page {
margin: 0cm !important;
}

/*-----------------------------------------------------------------------------------*/
/*	FONT
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Font Family
/*-----------------------------------------------------------------------------------*/
	
.kobenhavn-stencil {
		font-family: kobenhavn-stencil, serif;
	}
	
.kobenhavn-sans {
		font-family: kobenhavn-sans, serif;
	}
	
/*-----------------------------------------------------------------------------------*/
/*	Font Sizes
/*-----------------------------------------------------------------------------------*/
	
.fs-1-0 {
	font-size: 1em;
}
	
.fs-1-2 {
	font-size: 1.2em;
}
	
.fs-1-4 {
	font-size: 1.4em;
}
	
.fs-1-6 {
	font-size: 1.6em;
}
	
.fs-2-0 {
	font-size: 2em;
}
	
/*-----------------------------------------------------------------------------------*/
/*	Font Weights
/*-----------------------------------------------------------------------------------*/
    
.fw-100 {
	font-weight:100;
}
    
.fw-200 {
	font-weight:200;
}
    
.fw-300 {
	font-weight:300;
}
    
.fw-400 {
	font-weight:400;
}
    
.fw-500 {
	font-weight:500;
}
    
.fw-600 {
	font-weight:600;
}
    
.fw-700 {
	font-weight:700;
}
    
.fw-800 {
	font-weight:800;
}
    
.fw-900 {
	font-weight:900;
}

.tt-upper {
    text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*	CSS Animation
/*-----------------------------------------------------------------------------------*/

.text-line text {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 7s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}


/*-----------------------------------------------------------------------------------*/
/*	CSS Reset & Clearfix
/*-----------------------------------------------------------------------------------*/

@media only screen  {

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-touch-callout: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

div {
    margin:0;
    padding: 0;
}

::selection{
	color: #fff;
	background-color: #ccc;
}

::-moz-selection{
	color: #fff;
	background-color: #ccc;
}

.clear { 
	clear: both; 
}


/*-----------------------------------------------------------------------------------*/
/*	Document Setup & Common Classes
/*-----------------------------------------------------------------------------------*/

div {
    margin:0;
    padding: 0;
}

body {
	font-family: kobenhavn-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
}

#bodycolor {
	background-color: #e8e8e8;
	}

hr {
	background-color: #fff;
	height: 1px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 15px 0;
    float:left;
}

form {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
    cursor: hand;
}

a:hover {
	color: #999999;
}
    
a.source {
        font-size:1.4em;
        color: #000;
    }
    
a.source:hover {
        text-decoration: underline;
        color: #333;
    }

/*-----------------------------------------------------------------------------------*/
/*	Previous Next Navigations
/*-----------------------------------------------------------------------------------*/
    

section.previous_next_nav {
    display:flex;
    justify-content: center;
    align-items: center;
    color:#000;
    font-size:1.6em;
    font-weight:500 !Important;
    }
    
.left_previous {
    display:flex;
    justify-content: center;
    align-items: center;
    width:40%;
    height:50px;
    float:left;
    padding:0;
    margin:0;
    text-align:center;
    background:#e8e8e8;
    text-transform:uppercase;
    border-bottom: 1px solid #333;
}
    
.left_previous.last {
    width:100%;
}
    
a.left_previous {
    color:#000;
}
    
a.left_previous:hover {
    color:#ffffff !important;
    background:#666666;
}

.right_next {
    display:flex;
    justify-content: center;
    align-items: center;
    width:60%;
    height:50px;
    float:right;
    padding:0;
    margin:0;
    text-align:center;
    background:#e8e8e8;
    text-transform:uppercase;
    border-bottom: 1px solid #333;
    }
    
a.right_next {
    color:#000;
    }
    
a.right_next:hover {
    color:#ffffff !important;
    background:#666666;
}
    
    
/*-----------------------------------------------------------------------------------*/
/*	Tables
/*-----------------------------------------------------------------------------------*/

table {
	width:100%;
}

table.main-table {
	font-size: 0.4em;
	text-align: left;
	border: 1px solid black;
}

table tr th {
	padding: 10px;
	font-weight:bold;
	border-bottom: 1px solid black;
}
    
.col1st {
	width:31%;
}

.col2nd {
	width:23%;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}

.sub {
	font-weight:bold;
}

.pad10 {
	padding: 10px;
}

.first, .third  {
	background-color: #ccc;
}

.topb {
	border-top: 1px solid black;
}

.bottomb {
	border-bottom: 1px solid black;
}

.right {
	text-align: right;
}

.dline {
	text-decoration-line: underline;
	text-decoration-style: double;
}

/*-----------------------------------------------------------------------------------*/
/*	Headings 
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

	}

h1 {
	font-size: 3.8em;
	font-weight:500;
	color: transparent;
}
	
h2 {
	font-size: 1em;
    font-weight:500;
	margin: 10px 0;
    text-align: center;
    max-width: 100%;
    line-height:1.2em;
    text-transform: capitalize;
}
    
h2.left {
    font-size: 3.8em;
    max-width: 80%;
    text-transform: none;
}
    	
h3 {
	font-size: 0.8em;
	margin-bottom:5px;
	font-style:italic;
}

h4 {

}

	
h5 {
	
}

h6 {
    font-size: 0.6em;
    padding:0;
    margin:0;
    font-weight:200;
    color:#000000;
}

/*-----------------------------------------------------------------------------------*/
/*	Blockquote
/*-----------------------------------------------------------------------------------*/	

blockquote {
  color: #2c3e50;
  position: relative;
  font-family: Georgia, serif;
}
  
  blockquote:before {
    content: '\201C';
    position: absolute;
    top: -60px;
    left: 0;
    font-size: 4em;
    font-style: normal;
	color: transparent;
	-webkit-text-stroke: 1px #000;
  }

	
		
/*-----------------------------------------------------------------------------------*/
/*	Colour
/*-----------------------------------------------------------------------------------*/	

.lgray {
	background-color:lightgray;
	}
    
.gray {
    background-color:gray;
}

/*-----------------------------------------------------------------------------------*/
/*	Span
/*-----------------------------------------------------------------------------------*/	

.fnote {
	font-size: 0.3em;
	}
    
/*-----------------------------------------------------------------------------------*/
/* Width
/*-----------------------------------------------------------------------------------*/	
    
    .w50 {
        width:50%;
    }

/*-----------------------------------------------------------------------------------*/
/*	Margins
/*-----------------------------------------------------------------------------------*/	

.m50 {
	margin: 50px 0;
	}
    
.m100 {
	margin: 100px 0;
	}
    

/*-----------------------------------------------------------------------------------*/
/*	Custom Styling
/*-----------------------------------------------------------------------------------*/
    
.numberInfo {
        font-family: kobenhavn-stencil, serif;
        text-align: center;
        font-size: 3em;
        font-weight:500;
        color:#698ca8;
      }
    
.footnote {
        font-size: 0.6em;
        font-weight:200;
        color:#000000;
      }
    
/*-----------------------------------------------------------------------------------*/
/*	Homepage
/*-----------------------------------------------------------------------------------*/
		
#entry-content-home .column.full-width, #entry-content-home .column.half-width {
	height: 500px;
	text-align:center;
	line-height: 500px !important;
	text-transform:uppercase;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
    margin:10px;
	}
	
#entry-content-home .column.full-width {
	width: calc(100% - 20px);
	clear: both;
    float:left;
	}
	
#entry-content-home .column.half-width {
	width:calc(50% - 20px);
	float:left;
	}
	
#entry-content-home span.verticalText a {
	padding:10px 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing:0em;
	font-family: kobenhavn-stencil, serif;
    position: relative;
    z-index:5;
    border-radius: 5px;
    margin: 10px 0;
    -webkit-text-stroke: 1px rgba(51, 51, 51, 1);
    color:#ffffff;
	}
	
#entry-content-home span.verticalText a:hover {
	 -webkit-text-stroke: 1px rgba(255, 255, 255, 1);
    color:#000000;
	}
	
#entry-content-home a.full-frame {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	}
	
#entry-content-home a.full-frame:hover {
	background-color: #ffffff;
	opacity: 0.4;
	}
	
span.verticalText{
    font-size: 3em;
    font-weight: 700;
    font-style: normal;
    letter-spacing:0em;
	font-family: kobenhavn-stencil, serif;
    position: relative;
    z-index:5;
    padding:10px 20px;
    border-radius: 5px;
    margin: 10px 0;
    -webkit-text-stroke: 1px rgba(51, 51, 51, 0.41);
	}
    
span.verticalText.title_bg_custom{
		opacity:0.8;
	}

#entry {
	margin-bottom:10px;
	}
	
#entry #contentWrap {
	max-width: 980px;
	margin-left:auto;
	margin-right:auto;
	}
	

	
/*-----------------------------------------------------------------------------------*/
/*	Theme Layout
/*-----------------------------------------------------------------------------------*/

#wrap {
	margin-top: 0;
	margin-bottom: 0;
	}
	
#content {
	margin: 0;
	padding: 260px 0 0 0; 
}
    
#content-front {
	margin: 0;
	padding: 0; 
}
				
#maincol {
	width: 100%;
	margin: 0;
}
	
#post__fullWrap {
	width:100%;
	float:left;
	display: block;
	padding: 0 0 50px 0;
	color: #000;
	}

#post__wrap {
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:10px;
	}


/*-----------------------------------------------------------------------------------*/
/*	Image & Gallery
/*-----------------------------------------------------------------------------------*/

img {
	padding: 0;
	margin: 0;
    width: 100%;
    height: auto;
}
    
img.partner-logo {
    max-width: 100%;
    max-height: 200px;
}
    


#noborder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 600px;
    /* z-index:-1000; */
    object-fit: cover;
    object-position: center center;
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

header {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
	height: 65px;
	position: fixed;
	z-index: 1000;
	opacity:0;
    background-color: rgba(255,255,255,0.8);    
	}
	
.show {
  opacity: 1;
}
	
.transition {    
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
	
.black, .black:before, .black:after {
	background-color: #000 !important;
}
	
.responsive-open .responsive-hamburger-icon.black {
	background-color: transparent !important;
}
    
.blacktext {
	color: #000 !important;
}
	
.blue {
        color: blue;
    }
    
.yellow {
        color: darkorange;
    }
    
#header-logo {
    position:fixed;
    right:20px;
    top:10px;
}
	
/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/
    
.menu-section.first-menu {
    margin: 50px 0 0 0;
}
    
.menu-section a span.title::hover {
    color:#00ff00;
}
    
/*-----------------------------------------------------------------------------------*/
/*	PAGE INFO
/*-----------------------------------------------------------------------------------*/
    
.page-info {
    max-width:80%;
    text-align: center;
    margin: 0 10%;
    font-size:1em;
    font-weight:300;
}
    

    
/*-----------------------------------------------------------------------------------*/
/*	HERO 
/*-----------------------------------------------------------------------------------*/
	
#hero {
	padding: 0 13px;
	height: 600px;
	width:calc(100% - 26px);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    position: relative;
    /* z-index: -1100; */
	}
	
.hero__content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 200px 0 0 0;
	position: relative;
	}

.infinity {
	font-size: 4em;
	margin: 0;
	padding: 0;
}
    
.brand-title {
	/*font-size: 3.8em;*/
	/*font-weight:300;*/
	}
	
.brand-sub__title {
	font-size: 2em;
	margin: 20px 0;
	}
    
/*-----------------------------------------------------------------------------------*/
/*	Superscript
/*-----------------------------------------------------------------------------------*/
    
sup {
    vertical-align: super;
    font-size: 0.6em;
    position: relative;
    line-height: 0;
    font-weight: 500;
}
	
sup.trademark {
    font-size: 30%;
	top: -1.4em;
}
	
sup.version {
    font-size: 50%;
	top: -0.6em;
}

/*-----------------------------------------------------------------------------------*/
/*	Prev Next Post Links
/*-----------------------------------------------------------------------------------*/
    
#prevNextPost {
	position: absolute;
	color: #000;
	right: 60px;
	top: 15px;
	}
	
#prevNextPost a {
	font-weight:bold;
	font-size:1.2em;
	}

/*-----------------------------------------------------------------------------------*/
/*	p Styles
/*-----------------------------------------------------------------------------------*/

section p {
		margin: 20px 0;
		line-height: 1.2em;
	}

/*-----------------------------------------------------------------------------------*/
/*	Content
/*-----------------------------------------------------------------------------------*/

#entry {
	margin-bottom:10px;
	}
	
#entry #contentWrap {
	max-width: 980px;
	margin-left:auto;
	margin-right:auto;
	}

/*-----------------------------------------------------------------------------------*/
/* QR Code
/*-----------------------------------------------------------------------------------*/
 
.myqrcode img {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100px;
}
	
/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/

footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #333;
	background: #e8e8e8;
}

#copyright {
	text-transform:uppercase;
	margin: 0;
    position:absolute;
    bottom:30px;
    text-align: center;
    width:100%;
	}

/*-----------------------------------------------------------------------------------*/
/* Sticky Footer
/*-----------------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
	} 

html, body, #wrap {
	height: 100%;
	}

body > #wrap {
	height: auto;
	min-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
	}

#main {
padding-bottom: 101px;
	}

#footer-wrap {
	position: relative;
	margin-top: -101px;
	height: 101px;
	clear:both;
	} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
	

* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}

/*-----------------------------------------------------------------------------------*/
/*	grid-template
/*-----------------------------------------------------------------------------------*/
	
.wrapper {
	flex:1;
	height: 1200px;
	min-height: -webkit-fill-available;
	min-width: 100%;
 	display: grid;
	grid-template-columns: repeat(10, calc(10% - 10px));
	grid-template-rows: repeat(20, calc(5% - 10px));
	grid-gap: 10px;
	align-content: center;
	justify-content: center;
	margin: 0 0 30px 0;
	clear: both;
	float: left;
	background-color: #000;
}

.wrapper .bg {
	padding: 10px;
	background-color: #222;
	color: #fff;
	border-radius: 3px;
	position:relative;
}
	
.item1a {
	grid-column: 1 / 3;
	grid-row: 6 / 9;
}

.item1b {
	grid-column: 1 / 3;
	grid-row: 6 / 9;
}

.item1c {
	grid-column: 1 / 3;
	grid-row: 9/ 15;
}

.item1d {
	grid-column: 1 / 3;
	grid-row: 15 / 21;
}

.item2a {
	grid-column: 3 / 5;
	grid-row: 1 / 4;
}

.item2b {
	grid-column: 3 / 5;
	grid-row: 4 / 15;
	background-image: url("images/blockchain.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.item2c {
	grid-column: 3 / 5;
	grid-row: 15 / 18;
}

.item2d {
	grid-column: 3 / 5;
	grid-row: 18 / 21;
}

.item3a {
	grid-column: 5 / 7;
	grid-row: 1 / 4;
}

.item3b {
	grid-column: 5 / 6;
	grid-row: 4 / 7;
}

.item3c {
	grid-column: 6 / 7;
	grid-row: 4 / 7;
}

.item3d {
	grid-column: 5 / 7;
	grid-row: 7 / 15;
}

.item3e {
	grid-column: 5 / 6;
	grid-row: 15 / 18;
}

.item3f {
	grid-column: 6 / 7;
	grid-row: 15 / 18;
}

.item3g {
	grid-column: 5 / 9;
	grid-row: 18 / 21;
}

.item4a {
	grid-column: 7 / 9;
	grid-row: 1 / 4;
}

.item4b {
	grid-column: 7 / 9;
	grid-row: 4 / 9;
}

.item4c {
	grid-column: 7 / 9;
	grid-row: 9 / 18;
	background-image: url(https://unsplash.it/419/?random);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.item5a {
	grid-column: 9 / 11;
	grid-row: 1 / 8;
	background-image: url(https://bplan.knoxium.io/wp-content/uploads/2020/12/43ebe4345b1fe7d020d5cc701cc9cb99.mp4);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
    
.item5b {
	grid-column: 9 / 11;
	grid-row: 8 / 15;
}

.item5c {
	grid-column: 9 / 11;
	grid-row: 15 / 18;
}

.item5d {
	grid-column: 9 / 11;
	grid-row: 18 / 21;
}

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

.bottom_text {
	font-size:18px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: calc(100% - 20px);
}

.span_ca, .span_a, .span_cb, .span_b {
	font-size:80px;
}

.span_a {
	margin:0 10px 0 0;
}

.span_cb {
	margin:0 0 0 10px;
}

.span_ca, .span_a {
	color: lightpink;
}

.span_cb, .span_b {
	color: orange;
	font-weight: 900;
}

.fas, .fal {
	font-size:70px;
	margin:-20px 0 0 0
}

.fa-badge-check, .fa-fingerprint {
	color:green;
}

.fa-camera {
	color:yellow;
}

.fa-head-vr {
	color:#ffb133
}

.fa-video {
	color:#80c1ff
}
    

/*-----------------------------------------------------------------------------------*/
/*	STICKY
/*-----------------------------------------------------------------------------------*/    
    
article > aside {
    position: sticky;
    top: 65px;
    width: 30%;
    height: calc(100vh - 65px);
}

figure {
    margin-left: 30%;
    min-height: calc(100vh - 64px);
}
	
figure:first-of-type {
    margin-top: calc(-100vh + 64px);
}


/* * * * * * * * * * * * * * * * * * * * * * *\
|* Coloring and styling so things look cute  *|
\* * * * * * * * * * * * * * * * * * * * * * */
article > aside {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    border-bottom: 1px solid #666;
}

figure {
    padding:100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #666;
    font-size:2.5em;
    font-weight:200;
}
    
 figure p {
    margin:30px 0 30px 0;
    }
    
/*figure a {
    float:left;
    }*/
    

.attachment_image {
        max-width:200px;
        max-height: 200px;
    }
	
.attachment_image img, .attachment_image embed {
        width:100%;
        max-height: 200px;
    }

	
/*-----------------------------------------------------------------------------------*/
/*	PLUGINS CSS OVERWRITE
/*-----------------------------------------------------------------------------------*/
    
/*-----------------------------------------------------------------------------------*/
/*	FANCYBOX CSS OVERWRITE
/*-----------------------------------------------------------------------------------*/
	
.fancybox-is-open .fancybox-bg{
	opacity: 1 !Important;
	}
	
.fancybox-bg {
	background: #ffffff !Important;
	}


#fancybox-left-ico {
	background-image: url(images/left-arrow.svg) !Important;
	background-position: 0px 0px !Important;
	opacity: 0.65;
	}

#fancybox-right-ico {
	background-image: url(images/right-arrow.svg) !Important;
	background-position: 0px 0px !Important;
	opacity: 0.65;
	}
	
#fancybox-left-ico {
	width: 15px !Important;
	height: 30px !Important;
	margin-top: -20px !Important;
	margin-left: -18px !Important;
}

#fancybox-right-ico {
	width: 15px !Important;
	height: 30px !Important;
	margin-top: -20px !Important;
	margin-right: -16px !Important;
}

#fancybox-close {
	position: fixed;
	top: 3px !Important;
	right: 4px !Important;
	width: 15px !Important;
	height: 15px !Important;
	background: transparent url(images/close.svg) 0 0 !Important;
	cursor: pointer;
	z-index: 11103;
	display: none;
}
	
#fancybox-outer {
	-webkit-box-shadow: 0 0 0 #111 !Important;
	-moz-box-shadow: 0 0 0 #111 !Important;
	box-shadow: 0 0 0 #111 !Important;
	}
	
.fancybox-skin {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !Important;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !Important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !Important;
	}

.fancybox-infobar {
	display: none !Important;
}

.videoPlay {
  position: relative;
  display: inline-block;
}

.videoPlay::before {
    content: '\f04b';
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    padding: 3px 15px 3px 25px;
    color: white;
    font-family: 'FontAwesome';
    font-size: 50px !important;
    background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	Progress Bar CSS
/*-----------------------------------------------------------------------------------*/

span.progressbar_title{
        font-size: 0.8em;
    }
    
span.textRight {
	float: right;
	color: #000;
	}
	
.progress_container {
	margin-left:auto;
	margin-right:auto;
    margin: 0 0 80px 0;
	}
	
.progressbar {
	margin-bottom: 20px;
}

.progressbar p.title {
	text-align: left;
	color: #000;
	line-height: 20px;
	margin: 0;
	padding-bottom:10px;
	width:100%;
    font-size: 0.4em;
    font-weight: 500;
}

.progressbar .bar-container {
	position: relative;
	height: 40px;
	clear: both;
}

.progressbar .bar-container.shadow {
	-moz-box-shadow: 0 5px 7px -3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 5px 7px -3px rgba(0,0,0,.5);
	box-shadow: 0 5px 7px -3px rgba(0,0,0,.5);
}

.progressbar .backgroundBar {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
.progressbar .bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.progressbar .targetBar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-animation: Animation 2s infinite ease-in-out;
	-moz-animation: Animation 2s infinite ease-in-out;
	animation: Animation 2s infinite ease-in-out;
}

.progressbar .targetBar.loader {
	-webkit-animation: AnimationB 4s infinite ease-in-out;
	-moz-animation: AnimationB 4s infinite ease-in-out;
	animation: AnimationB 4s infinite ease-in-out;
}

.progressbar .bar-container.border .bar, .progressbar .bar-container.border .targetBar, .progressbar .bar-container.border .backgroundBar {
	border-bottom: 3px solid rgba(0,0,0,.2);
}

.progressbar .progress-percent {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	position: absolute;
	right: 15px;
}
	
}

@media only screen and (max-width: 600px) {

/*-----------------------------------------------------------------------------------*/
/*	HERO 
/*-----------------------------------------------------------------------------------*/
	
#myVideo {
    height: 400px;
    object-position: center top;
}
    
    
#hero {
	height: 400px;
	}

.hero__content {
    padding: 100px 0 0 0;
}
    
h1 {
	font-size: 3.8em;
}
    
.infinity {
	font-size: 3.2em;
}
    
.brand-title {
	font-size: 3.4em;
	/*font-weight:300;*/
	}
	
.brand-sub__title {
	font-size: 1.8em;
	}
	
sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}
	
sup.trademark {
    font-size: 30%;
	top: -1.4em;
}
	
sup.version {
    font-size: 50%;
	top: -0.6em;
}
    
figure {
padding: 10px 10px 10px 10px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-bottom: 1px solid #666;
font-size: 2em;
font-weight: 200;
}

figure:first-of-type {
margin-top: 0;
}
    
article > aside {
position: relative;
top: 0px;
height: 500px;
}
	

    
}