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

 Theme Name:   DAMBANK Account Theme ...
 Theme URI:    https://me1970.com/
 Description:  Clean, Responsive & Magical
 Author:       Morten Ellegaard
 Author URI:   https://me1970.com/
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  theme_info


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

@page {
margin: 0cm !important;
}

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

@font-face {
    font-family: National;
    font-weight: 100;
    src: url(fonts/national-light.woff2) format("woff2"), url(fonts/national-light.woff) format("woff"), url(fonts/national-light.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 100;
    font-style: italic;
    src: url(fonts/national-light-italic.woff2) format("woff2"), url(fonts/national-light-italic.woff) format("woff"), url(fonts/national-light-italic.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 300;
    src: url(fonts/national-book.woff2) format("woff2"), url(fonts/national-book.woff) format("woff"), url(fonts/national-book.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 300;
    font-style: italic;	
    src: url(fonts/national-book-italic.woff2) format("woff2"), url(fonts/national-book-italic.woff) format("woff"), url(fonts/national-book-italic.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 400;
    src: url(fonts/national-regular.woff2) format("woff2"), url(fonts/national-regular.woff) format("woff"), url(fonts/national-regular.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 400;
    font-style: italic;
    src: url(fonts/national-regular-italic.woff2) format("woff2"), url(fonts/national-regular-italic.woff) format("woff"), url(fonts/national-regular-italic.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 500;
    src: url(fonts/national-semibold.woff2) format("woff2"), url(fonts/national-semibold.woff) format("woff"), url(fonts/national-semibold.ttf) format("truetype")
}

@font-face {
    font-family: National;
    font-weight: 500;
    font-style: italic;
    src: url(fonts/national-semibold-italic.woff2) format("woff2"), url(fonts/national-semibold-italic.woff) format("woff"), url(fonts/national-semibold-italic.ttf) format("truetype")
}

@font-face {
    font-family: BrandonGrotesque-Black;
    font-weight: 700;
    src: url(fonts/brandon-grotesqu/BrandonGrotesque-Black.woff2) format("woff2"), url(fonts/brandon-grotesqu/BrandonGrotesque-Black.woff) format("woff"), url(fonts/brandon-grotesqu/BrandonGrotesque-Black.ttf) format("truetype")
}

.national {
    font-family: National, Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.helvetica {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.brandon-grotesqu {
    font-family: BrandonGrotesque-Black, "Arial Black", "Arial Bold", sans-serif
}

.font-light {
    font-weight: 100
}

.font-book {
    font-weight: 300
}

.font-regular {
    font-weight: 400
}

.font-semibold {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}


/*-----------------------------------------------------------------------------------*/
/*	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: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	padding: 0;
	margin: 0;
}

#bodycolor {
	background-color: #fff;
	}

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


form {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

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

.gray {
	background-color: #ccc;
	margin: 50px 0 !Important;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

h1 {
	font-size: 2.8em;
	font-weight:900;
	color: transparent;
}

h1.myH1.brandon-grotesqu {
	font-size: 2.4em;
	font-weight:300;
	position: fixed;
	color: #000;
	top: 26px;
	left: 256px;
	z-index: 1050;
	text-transform: uppercase;
}
	
h2 {
	font-size: 3em;
    font-weight:500;
	margin: 10px 0;
    text-align: center;
    max-width: 90%;
	-webkit-text-stroke: 1px #333;
}

h2.sticky {
	font-family: rig-solid-bold-inline, sans-serif;
	font-weight: 700;
	font-style: normal;
}
    	
h3 {
	font-weight:500;
	margin: 50px 0 0 0;
	-webkit-text-stroke: 0px; 
}

h4 {
    font-size:0.6em;
}

	
h5 {
	
}

h6 {
	
}

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

.lgray {
	background-color:lightgray;
	}
    
/*-----------------------------------------------------------------------------------*/
/* Width
/*-----------------------------------------------------------------------------------*/	
    
    .w50 {
        width:50%;
    }

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

.m100 {
	margin: 100px 0;
	}

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

#wrap {
	margin-top: 0;
	margin-bottom: 0;
	}
	
#content {
	margin: 0;
	padding: 10px 0 0 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;
	}


/*-----------------------------------------------------------------------------------*/
/*	Media
/*-----------------------------------------------------------------------------------*/

img {
	padding: 0;
	margin: 0;
    max-width: 100%;
    height: auto;
}

#noborder img {
	border: none;
}

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

/*.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}*/

/*-----------------------------------------------------------------------------------*/
/*	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: 0px;
	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;
}

.text-black {
	color: #000 !important;
}
	
.black, .black:before, .black:after {
	background-color: #000 !important;
}
	
.responsive-open .responsive-hamburger-icon.black {
	background-color: transparent !important;
}
	
.blue {
        color: blue;
    }
    
.yellow {
        color: darkorange;
    }
	
/*-----------------------------------------------------------------------------------*/
/*	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;
	}

.brand-title.brandon-grotesqu {
	font-size: 3em;
	text-transform:uppercase;
	}

.hero-text.national p {
	font-weight:300;
	font-size: 3.3em;
	color:white;
	text-transform:uppercase;
}
	
.brand-sub__title {
	font-size: 2em;
	margin: 20px 0;
	}
	
sup {
    position: relative;
    line-height: 0;
    vertical-align: super;
}

sub { 
  vertical-align: super;
  font-size: 0.6em;
	font-weight: 400;
}
	
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;
		color:#666;
	}

/*-----------------------------------------------------------------------------------*/
/*	Content
/*-----------------------------------------------------------------------------------*/
		
#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 {
	letter-spacing:0em;
	font-weight:300;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, "sans-serif";
	padding: 10px;
	}
	
#entry-content-home span.verticalText a:hover {
	color: #cccccc;
	}
	
#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{
		position: relative;
		z-index:5;
        padding:10px 20px;
        border-radius: 5px;
	}
    
span.verticalText.title_bg_custom{
		opacity:0.8;
	}

#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: 32px;
	text-align: center;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	background: #fff;
    border-top: 1px solid #ccc;
}

#copyright {
	text-transform:uppercase;
	margin: 0;
	padding:8px;
	}

/*-----------------------------------------------------------------------------------*/
/* 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: 33px;
	}

#footer-wrap {
	position: relative;
	margin-top: -33px;
	height: 33px;
	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:20px;
	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
/*-----------------------------------------------------------------------------------*/


figure p:first-of-type {
	margin: 150px 0 0 0;
}

figure p:last-of-type {
	margin: 0 0 150px 0;
}
    
article > aside {
    position: sticky;
    top: 101px;
    width: 30%;
}

figure {
   /* margin-left: 30%;*/
}


/* figure:first-of-type {
    margin-top: calc(-100vh + 161px);
}*/

/* * * * * * * * * * * * * * * * * * * * * * *\
|* 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;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

article > aside.start {
    justify-content: start !Important;
    padding-top: 50px;
    text-align: left;
    align-items:flex-start;
}

.test {
    margin-left:40px;
}

figure {
    padding: 0px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #666;
    font-size:1.8em;
    font-weight:200;
	line-height:1.6em;
	}
    
figure.all {
    padding:38px 100px;
	}
    
.anchor {
    padding-top: 140px; 
    margin-top: -140px;
}  

.attachment_image {
       text-align: center;
    }
    
.attachment_image img {
        width:auto;
        max-height: 200px;
        text-align:center;
    }

	
/*-----------------------------------------------------------------------------------*/
/*	PLUGINS CSS OVERWRITE
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	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 CSS
/*-----------------------------------------------------------------------------------*/


@media only screen and (max-width: 2560px), only screen and (max-device-width: 2560px) {
	
.grid.img li {
	display: block;
	float: left;
	padding: 5px;
	width: calc((100%/5) - 10px);
	opacity: 0;
}
	
}



@media only screen and (max-width: 1680px), only screen and (max-device-width: 1680px) {

.entry-content-portfolio img {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	
.grid.img li {
	display: block;
	float: left;
	padding: 5px;
	width: calc((100%/3) - 10px);
	opacity: 0;
}
	
}



@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
	
.entry-content-thumbnails img, .entry-content-film-media img {
	width: 24.5%;
	}
	
.img-container {
	width: 24.5%;
	}
	
.grid.img li {
		width: calc((100%/5) - 10px);
	}
	
}



@media only screen and (max-width: 1024px) {
h2 {
	font-size: 2em;
}

figure {
	padding: 50px;
	border-bottom: 1px solid #666;
	font-size: 1.4em;
	font-weight: 200;
}

.entry-content-thumbnails img, .entry-content-film-media img {
	width: 32.33%;
	}
	
.grid.img li {
		width: calc((100%/5) - 10px);
	}

}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {

#hero {
	height: 400px;
	}

.hero__content {
    padding: 100px 0 0 0;
}

.brand-title {
	font-size: 2.4em;
	}

.hero-text p {
	font-size: 1.8em;
}
		
figure {
	padding: 10px;
	border-bottom: 1px solid #666;
	font-size: 1.4em;
	font-weight: 200;
}

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

.entry-content-404 .content-wrap {
	float: left;
	width: 99%;
	/*padding-right: 1%;*/
	padding-left: 1%;	
	}
	
#entry-content-home .column.half-width, #entry-content-home .column.full-width{
	width:100%;
	margin-left:0;
	margin-right:0;
	}
	
.grid.img li {
		width: calc((100%/3) - 10px);
	}

}

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

h1.myH1.brandon-grotesqu {
	font-size: 1.4em;
	top: 36px;
	left: 100px;
}

.header-small h2.sticky {
	font-size: 2.6em !Important;
}

#hero {
	height: 400px;
	}

.hero__content {
    padding: 100px 0 0 0;
}

.brand-title {
	font-size: 2.4em;
	}
    
.hero-text p {
	font-size: 1.8em;
}
		
figure {
	padding: 10px;
	border-bottom: 1px solid #666;
	font-size: 1.4em;
	font-weight: 200;
}

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

}

@media only screen and (max-width: 400px), only screen and (max-device-width: 480px) {


h2 {
	font-size: 1.4em;
}

.header-small h2.sticky {
	font-size: 2em !Important;
}


.attachment_image img {
        width:80%;
        max-height: 200px;
        float:none;
        width: auto;
    }

#hero {
	height: 400px;
	}

.hero__content {
    padding: 100px 0 0 0;
}

.hero-text.national p {
	font-size: 2.2em;
}
     
.brand-title.brandon-grotesqu {
	font-size: 1.6em;
	}

.hero-text p {
	font-size: 1.4em;
}
		
figure {
	padding: 10px;
	border-bottom: 1px solid #666;
	font-size: 1.2em;
	font-weight: 200;
    min-height:auto !Important;
}

figure:first-of-type {
	margin-top: 0 !Important;
}


    
article > aside {
	position: relative;
	top: 0px;
	height: 400px;
}

#entry-content-home span.verticalText, #entry-content-projects span.verticalText {
	width:280px;
	}
	
#entry-content-home span.verticalText a, #entry-content-projects span.verticalText a {
	font-size:1em;
	letter-spacing:0.05em;
	font-weight:100;
	color: #fff;
	font: robotocondensed, Verdana, Geneva, sans-serif;
	}
	
.grid.img li {
		width: calc((100%/1) - 0px);
		padding-left: 0px;
		padding-right: 0px;
	}
    
}

@media only screen and (max-width: 300px), only screen and (max-device-width: 340px) {

.header-small h2.sticky {
	font-size: 2em !Important;
}

}




/*------------------------ AJAX login -------------------------*/
.top_bar{
    text-align: right;
}

.top_bar .ajax_login{
    display: inline-block;
    margin-right: 10px;
}

.top_bar .ajax_login_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.5);
    display: none;
    cursor: default;
    z-index: 101;
    transform: translateZ(1px);
}

.top_bar .ajax_login form#login{
    display: none;
    background-color: #FFFFFF;
    position: fixed;
    top: 50%;
    margin-top: -117px;
    z-index: 999;
    left: 50%;
    margin-left: -200px;
    cursor: default;
}

.top_bar .ajax_login form#login h1{
    color: #656565;
    background: #eee;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 2px 20px;
    text-align: left;
}

.top_bar .ajax_login form#login p.status{
    display: none;
    padding: 0 20px;
    margin-bottom: 12px;
}

.top_bar .ajax_login form#login input#username,
.top_bar .ajax_login form#login input#password{
    margin: 10px 20px;
    width: 400px;
    display: block;
}

.top_bar .ajax_login form#login .forgotten_box{
    display: inline-block;
    padding: 3px 20px 0 20px;
}

.top_bar .ajax_login form#login .forgotten_box .lost{
    display: block;
    padding: 5px;
    padding-left: 0;
    margin-bottom: 0;
}

.top_bar .ajax_login form#login input.submit_button{
    padding: 15px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 180ms ease-in;
    -moz-transition: all 180ms ease-in;
    -o-transition: all 180ms ease-in;
    transition: all 180ms ease-in;
}

.top_bar .ajax_login .login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}

.top_bar .ajax_login .login_button,
.top_bar .register a{
    display: inline-block;
    color:  #0c0f0b;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
}

.top_bar .ajax_login .login_button:hover{
    color: #d84949;
}

.top_bar .register{
    display: inline-block;
}

/*------------------------ AJAX register -------------------------*/
.top_bar .register #register_form{
    display: none;
    background-color: #FFFFFF;
    position: fixed;
    top: 50%;
    margin-top: -117px;
    z-index: 999;
    left: 50%;
    margin-left: -200px;
    cursor: default;
}

.top_bar .register #register_form input[type="text"]{
    margin: 10px 20px;
    width: 400px;
    display: block;
    background: #f2f2f2;
    border: 0;
    font-family: 'Roboto', sans-serif;
    color: rgb(115, 115, 115);
    color: rgba(115, 115, 115, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    font-style: italic;
}

.top_bar .register #register_form .register-heading{
    background: #be0017;
    font-family: Arial;
    color:  #ffffff;
    font-size: 16px;
    line-height: 12px;
    font-weight: 700;
    letter-spacing: 0.64px;
    text-align: left;
    padding:15px 20px;
    text-transform:uppercase;
}