/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	color:#444;
	width:100%;
	margin: 0;
	padding: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.container {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;	
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header {
	width:100%;
	height:177px;
	background:/*url(img/bgimg1.png) top right fixed no-repeat*/ #bd212e;
}

.innerheader {
	width:100%;
	margin:0 auto;
	height:149px;
	position:relative;
	z-index: 4;
	line-height: 175px;
}

.headertag {
	margin: 0 0 47px 0;
}

.address {
	position: absolute;
    display: block;
    bottom: 65px;
    left: 184px;
    height: 20px;
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/

.bannerimage {
	width:100%;
	height: 80px;
	margin:0 0 30px 0;
	background-color: #021639;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
	position: relative;
	z-index: 2;
}

.bannerimage.banner_bg {
	height: 400px;
}

.bannermenu {
	width: 100%;
    height: 40px;
    background: #bd212e;
    top: 20px;
    left: 0;
    position: absolute;
    z-index: 5;
    line-height: 40px;
	box-shadow: 1px 1px 6px 0px #353434;
}

.bannermenu ul {
	width: 90%;
    display: table;
    margin: 0 auto;
}

.bannermenu ul li {
	display: table-cell;
    height: -1px;
    padding: 0 6px;
    color: #fff;
    font-size: 14px;
	text-align: center;
	border-right: 1px solid rgba(185, 183, 183, 0.54);
    border-left: 1px solid rgba(70, 68, 68, 0.37);
	font-weight: 400;
}

.bannermenu ul li a {
	color:#fff;
}

.bannermenu ul li:first-child {
	border-left:none;
}

.bannermenu ul li:last-child {
	border-right:none;
}

.mobilenav {
	display:none;
}

.bannerimage .bannertagtop,
.bannerimage .bannertagbottom {
	display: none;
}

.bannerimage.banner_bg .bannertagtop {
	width:100%;
	display:block;
	position:absolute;
	font-size:70px;
	color:#fff;
	text-transform:uppercase;
	top:181px;
	text-align:center;
	/*font-family: 'Orbitron', sans-serif;*/
	font-family: 'Russo One', sans-serif;
	font-weight:900;
}

.bannerimage.banner_bg .bannertagbottom {
	width: 100%;
    display: block;
    position: absolute;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    top: 256px;
    text-align: center;
    /* font-family: 'Orbitron', sans-serif; */
    font-family: 'Russo One', sans-serif;
    font-weight: 900;
}

/*----------------------------
		Content
----------------------------*/

.linebreak {
	width:100%;
	height:2px;
	border-bottom:1px solid #666;
	margin: 10px 0;
}

.content {
	width:100%;
	height:100%;
	margin:0 auto;
}

.left-column,
.right-column {
	padding: 1em;
	margin: .3em;
}

.content h1 {
	font-size: 1.7em;
    font-weight: 500
}

.content p {
	/*font-size: 0.9em*/
	/*line-height: 1.5em;*/
}

.clear {
	clear:both;
}

h1.title,
h1.titlehome {
	color: #bd212e;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
	width:100%;
	height:100px;
	background:#686faf;
	position:relative;
	z-index: 4;
	line-height: 100px;
	text-align:center;
	font-size:12px;
	color:#fff;
}

.footer a {
	color:#fff;
	text-decoration:none;
}

.innerfooter {
	width:100%;
	margin:0 auto;
	height:140px;
	position:relative;
	z-index: 4;
	/*line-height: 175px;*/
}

img.footerlogo {
	margin: -91px 0 0 0;
}

.footeraddress {
	float:right;
	padding-top: 67px;
}

/*------------------------------------*\
    COPYRIGHT
\*------------------------------------*/

.copyright {
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page-id-2 .title {
	display:none;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.right-column img {
	max-width:100%;
	height:auto;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (min-width: 47.5em) {
.innerheader {
    width: 1100px;
    margin: 0 auto;
    height: 149px;
    position: relative;
}

.content {
	width:1100px;
	height:100%;
	margin:0 auto;
}

.left-column {
	margin-right: 20em;
	float: left;
}

.right-column {
	width: 19em;
	margin-left: -19.3em;
	float: left;
}
}

@media only screen and (min-width:320px) and (max-width: 480px) {
	
.bannermenu {
	display:none;
}

} /*320 and above*/

@media only screen and (min-width:480px) and (max-width: 768px) {

.bannermenu {
	display:none;
}

} /*480 and above*/

@media only screen and (min-width:768px) and (max-width: 1024px) {
	
.bannermenu {
	display:none;
}

} /*760 and above*/

@media only screen and (min-width:1024px) and (max-width: 1140px) {

} /*1024 and above*/

@media only screen and (min-width:1140px) and (max-width: 1288px) {

} /*1140 and above*/

@media only screen and (min-width:1280px) {

} /*1280 and above*/

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
