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

@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700|Lusitana:400,700);

/*------------------------------------*\
    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%;
}
body {
	font-size:2.0rem;
	font-family: 'Lusitana', serif; /* 'Helvetica Neue', Helvetica, Arial, sans-serif */
	color:#0f0d0a;
	height: 100%;
	width: 100%;
}
section{
	position: relative;
}
/* 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
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	z-index: 800;
	position: fixed; 
	width:100%;
	background: #fff;
	padding: 20px 0 22px 0;
 	-webkit-box-shadow: 0px 2px 4px 0px #555; 
          box-shadow: 0px 0px 4px 0px #555;
}
.headerHide{
	top:-125px;
}
.header .drop-down{
	display: block;
    height: 33px;
    margin-bottom: 7px;
    width: 100%;
    background: url('./img/elements/bar-menu.png') 98% 0 no-repeat;
    margin-top:12px;
}
.header .drop-down:hover{
	background-color: #841A1E;
	background-position: 98% -30px;
}
/* logo */
.logo{
	
}

.header a.voxearlymus {
	position: absolute;
	padding:0;
	margin: -20px auto 0;
	left:0;
	right: 0;
	top:2px;
	z-index: 500;
}
.nav a.voxearlymus {
	margin-top: -59px; 
}
/* nav */
.menubar{
	width:100%;
	border-top: 1px solid #841a1e;
	border-bottom: 1px solid #841a1e;
	background: url('./img/elements/pattern.jpg');
	position: relative;
	max-height: 41px;
}
.nav {
	position: relative;
	padding: 0;
}
.nav .menu-left{
	float:left;
}
.nav .menu-right{
	float:right;
}
.nav ul{
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style: none;
}

.nav ul li{
	display: inline-block;	
	vertical-align: top;
}
.nav ul li a{
	position: relative;
	display: block;
	top:0;
}
.nav ul li:not(.logo):hover a{
	-webkit-transition: all 0.2s ease-out;  
            transition: all 0.2s ease-out;
	color: #d41f26;
}

.nav ul li:first-child a{
	padding-left:0;
}
.nav ul li:last-child a{
	padding-right:0;
}
.nav .arrow{
	display: block;
	position: absolute;
	background: url('./img/elements/active.png') 50% 0 no-repeat;
	width:14px;
	height:16px;
	margin: 0;
	left: -500px;
	top: 31px;
	-webkit-transition: all 0.4s ease-out;  
            transition: all 0.4s ease-out;
    z-index: 450;
}
.mobile-menubar {
	display: none;
}

.mobile-menubar ul{
	margin-top: 20px;
	padding: 0;
	display: block;
	list-style: none;
}
.mobile-menubar ul li{
}
.mobile-menubar ul li a{
	width: 100%;
	display: block;
	margin: 5px 0 5px;
	padding:0 10px 0;
}
.mobile-menubar ul li:hover a{
	background-color:#841a1e;
	color: #fff
}
/* sidebar */
.sidebar {

}

/* footer */
.footer {
	width: 100%;
	background: #070000;
	position: relative;
}
.footer ul.footer-menu {
	margin: 50px auto 25px;
	padding: 0;
	display: block;
	list-style: none;
	text-align: center;

}
.footer ul.footer-menu li{
	display: inline-block;	
}
.footer ul.footer-menu li a{
	display: block;
	padding: 0 5px;
}
.footer ul.footer-menu li:hover a{
	color: #eed09c;
}
.footer .totop{
	position: absolute;
	top:-30px;
	left:0;
	right:0;
	margin: 0 auto;
	width: 129px;
	height:63px;
	cursor: pointer;
	z-index: 350;
}
.addonB{
	position: absolute;
    right: 0;
    bottom: -78px;
    overflow-y: hidden;
}
.addonB .button{
	position: relative;
    border: 1px solid #000;
    padding: 7px 10px 0;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    top: -10px;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.addonB .button a{
	font-size: 31px;
    font-weight: bold;
	text-shadow: 0px 0px 0px #841a1e;
    color: #841a1e;
	font-family: 'Tangerine', cursive;
    line-height: 1.5em;
	text-decoration:none;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.addonB .button a:hover{
    color: #d41f26;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.catItem .thumb{
	width:160px;
	height:150px;
	display:block;
	float:left;
	padding-top:0;
	}
.catItem {
	height: 150px;
	margin-bottom: 20px;
	}
.catItem .info{
	display:block;
	font-size: 1.8rem;
	}
.catItem .info h2{
	padding-top:0;
	margin-top:0;
	}
.splash{
	background:#b05f2e url('./img/elements/splash.jpg') 50% 100% no-repeat ;
	/*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);*/
	background-size: cover;
	z-index: 999;
	width: 100%;
	height:100vh;
	overflow: hidden;
	position: relative;
}
.splash .container{
	height: 100%;
}
.splash .fadedbg{
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 24%, rgba(0,0,0,0.45) 51%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 24%,rgba(0,0,0,0.45) 51%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 24%,rgba(0,0,0,0.45) 51%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.splash .topText>div.and{
	background: url('./img/elements/and.png') 50% 40% no-repeat;

}
.splash .menu div{
	text-align: center;
}
.splash ul{
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.splash ul li{
	display:inline-block;
}
.splash ul li a{
	padding:0 5px;
}
.splash ul.menu-left  li:last-child {
	width: 100%;
	border-top: 1px solid #fff

}
.splash ul.menu-right  li:first-child {
	width: 100%;
	border-bottom: 1px solid #fff
}
.splash ul li a:hover{
	-webkit-transition: all 0.2s ease-out;  
            transition: all 0.2s ease-out;
	color: #eed09c;
	text-shadow: 0px 0px 0px #eed09c;
}
.splash .scroll div{
	text-align: center;
}
.splash .scroll div:last-child{
	padding-top:0;
}
section.sepBG{
	width: 100%;
	overflow: hidden;
	position: relative;
}
section .title h1 {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

section .title h1:before,
section .title h1:after {
	border-bottom: 1px solid #841a1e;
	content: "";
	display: block;
	height: 72%;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-transition: all 0.2s ease-out;  
	          transition: all 0.2s ease-out;
}
section.is-active .title h1:before,
section.is-active .title h1:after {
	width: 150px;
	width: 18vw;

}

section .title h1:before {
	right: 100%; 
	background: url('./img/elements/cap-left.png') bottom left no-repeat;
}

section .title h1:after {
	left: 100%;
	background: url('./img/elements/cap-right.png') bottom right no-repeat;
}
section .title  {
	overflow: hidden;
 	text-align: center;
 	margin:0 auto;
}
.page1 .sepBG{
	height: 500px;
	background: #070803;
	overflow: hidden;
	position: relative;
}
.page1 .p1{
	background: url('./img/elements/bg1.jpg') 50% 20% no-repeat;
	background-size: cover;
	height: 100%;
}

.page2 .sepBG{
	height: 100%;
	background: #eed09c;
	overflow: hidden;
	position: relative;
}

.page2 .content{
	padding:40px 100px 100px;
}
.page2 .p2{
	position: absolute;
	background: url('./img/elements/bg2.jpg') 50% 0% no-repeat;
	height: 614px;
	width: 100%;
}
.page4 .sepBG{
	height: 100%;
	background: #eed09c;
	overflow: hidden;
	position: relative;
}
.page4 .card{
	padding:20px 100px 40px;
}
.page4 .co-image .image{
	background:url('./img/elements/unmb-building.jpg') 50% 50% no-repeat ;
	background-size: cover;
	height: 270px;
	width:100%;
}
.page4 .co-image img{
	border: 1px solid #fff;
}
.page4 .co-logo{
		text-align: center;
		position: absolute;
}
.page4 .co-logo img{
	max-height: 120px;

}
.page4 .co-title{
	padding-bottom:50px;
}
.page4 .co-title h2{
	font-size: 2.0rem;
}
.page5{
	overflow: hidden;
	padding-bottom: 50px;
}
.page5 .title{
	margin-bottom:50px;
}
.pimage{
	width: 100%;
	height: 100px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top:0px;
}
.page5 h2{
	margin-top:0;
	margin-bottom: 0;
	padding-top:37px;
	padding-bottom:37px;
}
.page5 h2 a{
}
.page5 .entry>div:last-child{
	height:100px;
}
main{
	min-height: 850px;
}
ul.arr{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.arr li {
	background: url('img/elements/arrow.png') no-repeat left top;
	padding-left: 44px;
	padding-top: 3px;
}
.footer p.disclamer{
	text-align:center;
	color:#ccc;
	font-size:14;
}
.fb{
	position:fixed;
	right:0;
	top:150px;
	z-index: 9999;
    background-color: #3a579a;
}
	
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


.nav ul li a{
	text-decoration: none;
	font-family: 'Tangerine', cursive;
	font-weight: bold;
	line-height: 1.5em;
	text-shadow: 0px 0px 0px #841a1e;
	color: #841a1e;
}
.mobile-menubar ul li a{
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
	color: #841a1e;
}

.splash ul li a{
	text-decoration: none;
	font-family: 'Tangerine', cursive;
	font-weight: bold;
	line-height: 2em;
	text-shadow: 0px 0px 0px #fff;
	color: #fff;
	font-size: 3.0rem;
	letter-spacing: 1px;
}

.splash .topText p{
	text-align: center;
	color: #eed09c;
	font-size: 2.1rem;
	line-height: 1.6em;
	font-weight: 3300;
	text-shadow: 1px 1px 3px #333;
	
}
section .content p{
	text-indent: 50px;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.5em;
}
section h1{
	color: #841a1e;
	font-family: 'Tangerine', cursive;
	font-weight: bold;
	text-shadow: 0px 0px 0px #841a1e;
	font-size: 5.0rem;
	letter-spacing: 1px;

}

section h2{
	color: #4a5022;
	font-size: 2.6rem;
}

.footer ul.footer-menu li a{
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.5em;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 1px;
}
.footer p{
	text-align: center;
	color: #444;
	font-size: 1.3rem;

}

section h2 a,
section h2 a:visited{
	color:inherit;
	
}

section h2 a:hover,
section h2 a:active
{
	color:#841a1e;
	text-decoration: none;
}
section.page5 h2 a{
 	font-size: 2.2rem;
 	vertical-align: middle;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:760px) {
	.header{
		 padding-bottom:0px;
	}
	.splash ul,
	.splash .container div{
	padding: 0;
	}
	.splash ul li a {
	line-height: 1.2em;
	}
	a.voxearlymus {
    width: 120%;
	}
	.page2 .content{
	padding: 40px 20px 100px;
	}
	.page4 .card{
		padding: 20px 20px 40px;
	}
	.page5 h2{
	padding-top:10px;
	padding-bottom:10px;
	}
}
@media only screen and (min-width:768px) {
	.header{
		 padding-bottom:10px;
	}
	a.voxearlymus {
    width: 165px;
	}
	.splash ul,
	.splash .container div{
	padding:5px 0;
	}
	.splash ul li a {
	line-height: 2em;
	}
	.page2 .content{
	padding: 40px 10px 100px;
	}
	.page4 .card{
		padding: 20px 100px 40px;
	}
	.page5 h2{
	padding-top:10px;
	padding-bottom:10px;
	}
}
@media only screen and (min-width:992px) {
	.header{
		 padding-bottom:22px;
	}
	.nav ul li a{
		font-size: 2.4rem;
		padding: 0 3px;
		letter-spacing: 1px;
	}
	a.voxearlymus {
	width:165px;
	}
	.splash .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
	.splash ul{
	padding:25% 0;
	}
	.splash .scroll div{
	padding-top:50px;
	}
	.splash .topText>div{
	padding: 30px 0;
	}
	.page5 h2{
	padding-top:37px;
	padding-bottom:37px;
	}
}
@media only screen and (min-width:1200px) {
	.nav ul li a{
		font-size: 2.6rem;
		padding: 0 10px;
		letter-spacing: 1px;
	}
	a.voxearlymus {
	width:175px;
	}
	.splash .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
	.splash .scroll div{
	padding-top:80px;
	}
}
@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;
}
.trigg {
    min-height: 1px;
    position: relative;
}
#pinContainer{
	margin-top: -100vh;
}
.bhide{
	visibility: hidden;
}
.spacer{
	padding-top:124px;
}
/*------------------------------------*\
    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;
	}
}

@media (min-width: 768px) {
	.wppninja-spacing {
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	.wppninja-spacing {
		margin-top: 0px;
	}
	.wppninja-gallery .col-xs-1 {
		width:100%;
	}
}

@media (max-width: 468px) {
	.wppninja-gallery .col-xs-1, .wppninja-gallery .col-xs-6, .wppninja-gallery .col-xs-4, .wppninja-gallery .col-xs-3, .wppninja-gallery .col-xs-2 {
		width:100%;
	}
}