
* {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),  url('../fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'),  url('../fonts/source-sans-pro-v11-latin-300.woff') format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),  url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'),  url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),  url('../fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'),  url('../fonts/source-sans-pro-v11-latin-700.woff') format('woff');
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html, body {
	width: 100%;
	height: 100%;
}

a {
	outline: 0;
	color: #fff;
}

article, aside, figure, footer, header, hgroup, nav, section { display: block; }

h1, .h1 {
	font-size: 3em;
	font-weight: 700;
}

h2, .h2 {
	padding: .5em 0 .25em;
	font-size: 1.75em;
	font-weight: 700;
}

h3, .h3 {
	font-size: 1.375em;
	font-weight: 700;
}

p { padding-bottom: 1.25em; }

ul { padding-bottom: 1.5em; }

ul li {
	margin-left: 1.5em;
	padding-bottom: .75em;
}

body {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	background: #051505 url(../img/Logo_BG_Comp-16_9_2560_1440_WEB.jpg) no-repeat center center / cover;
	font-size: 16px;
	color: #fff;
	height: auto;
	padding-top: 100vh;
	overflow:hidden;
}

body.minus-scale {
	background: #051505;
	padding-top: 6vh;
}

.cw {
	max-width: 1400px;
	margin: 0 auto;
}

.max-large { max-width: 1100px; }

.max-medium { max-width: 880px; }

.pad-t-b {
	padding-top: 5em;
	padding-bottom: 4em;
}

.resp-space {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.btn {
	position: absolute;
	top: 100%;
	left: 50%;
	text-align: center;
	text-decoration: none;
	transform: translateX(-50%) translateY(-170%);
	display: inline-block;
	padding: 1em 2.125em;
	border: .125em solid #fff;
	border-radius: .25em;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	background: rgba(0,0,0,0.3);
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	transition: .3s all
}

.btn:hover {
	padding: 1em 2.75em;
	background: rgba(0,0,0,0.8);
}

.gallery {
	background: #051505;
	border-top: 10px solid #fff;
	text-align: center;
}

.grid {
	max-width: 1800px;
	margin: 0 auto;
}

.item {
	width: 33.3333%;
	height: auto;
	border: 2px solid #fff;
}

.item:hover {
	cursor: pointer;
}

.item:after {
	position:absolute;
	right:0;
	bottom:0;
	background:#fff;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#444;
	font-weight:700;
	content:attr(data-id);
}

.item.item--large {
	width: 99.99%;
	height: auto;
}

.item img {
	width: 100%;
	height: auto;
	display: block;
}

footer { text-align: center; }

footer a {
	color: #fff;
	text-decoration: none;
}

@media (min-width:2200px) {

body { font-size: 20px; }

.cw { max-width: 2100px; }

.max-large { max-width: 1560px; }

.max-medium { max-width: 1120px; }
}

@media (max-width:900px) AND (orientation:portrait) {

body { background: #051505 url(../img/Logo_BG_Comp-mobile_web.jpg) no-repeat center center / cover; }
}

@media (max-width:640px) {

body {
	padding-top: 88vh;
	font-size: 14px;
}

.item { width: 50%; }

.btn {
	left: 5%;
	transform: translateX(0) translateY(-170%);
	display: block;
	width: 90%;
}
}

@media (max-width:400px) {

.btn {
	padding: 15px 20px;
	font-size: 1.125em;
}

.btn:hover { padding: 15px 20px; }
}
