/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.3.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
@font-face {
	font-family: 'gothic';
	src: url('../fonts/gothic.eot');
	src: local('gothic'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype');
}

/*
	Green: #727d6c
	GreenShadow: #606f58
	Gold: #d6b973
*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, 
body {
	background: #727d6c;
	font-family: gothic, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
img {
	max-width: 100%;
}
p {
	margin-top: 0;
}
h5 {
	margin-bottom: 0;
}
label,
a {
    color: #ccc;
    cursor: pointer;
}
label:hover,
a:hover {
    color: #fff;
}
input {
    display: none;
}
label,
#active,
img {
    -moz-user-select: none;
    -webkit-user-select: none;
}

.lity-active #zoom-wrap.loaded,
#zoom-wrap {
	height: 100%;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	transition: all 1000ms;
}
 #zoom-wrap.loaded {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
}

.lity-wrap {
	padding-top: 40px;
}
.lity-close {
	background: black;
}
.lity-iframe,
.lity-iframe .lity-container,
.lity-content,
.lity-iframe-container,
.lity-iframe-container iframe {
	height: 100%;
}
.lity-iframe-container {
	background: #727d6c;
	max-height: none;
}

.lity-content {
	color: #fff;
	max-width: 90vw;
	padding: 0.5rem;
	text-align: center;
	width: 800px;
}
.lity {
	background: rgba(0, 0, 0, 0.25);
}
.catch {
    display: block;
    height: 0;
    overflow: hidden;
}

#intro-overlay {
	background: rgba(0, 0, 0, 0.25);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 666;
}
#intro-dialog {
	/* background: #ccc; */
	box-shadow: 0 0 2rem #666;
	/* padding: 2rem; */
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}
#intro-dialog:before {
	color: #fff;
	content: "✕";
	font-size: 2.5rem;
	position: absolute;
	right: 0.5rem;
	top: 0.25rem;
	transition: all 200ms;
}
#intro-dialog:hover:before {
	font-size: 5rem;
	right: -0.25rem;
	top: -1rem;
}

article.modal-content {
	border: 1px solid #d6b973;
	max-height: none !important;
	overflow: hidden;
	position: relative;
}
.lity-container {
	background: #727d6c;
	overflow-y: auto;
	position: relative;
}
.lity-container:before {
	content: " ";
	display: block;
	position: absolute;
	height: 100vh;
	background: #fff;
	z-index: -1;
}
article.modal-content header {
	background: #fff;
	color: #727d6c;
	padding: 5rem 1rem 2rem 1rem;
	text-transform: uppercase;
}
article.modal-content header .inner {
	background: center bottom no-repeat;
    background-size: contain;
}
article.modal-content header h2 {
	background: right bottom no-repeat;
	margin: 0;
	padding-bottom: 4.75rem;
}
article.modal-content header img + img {
	margin-top: 1rem;
}
article.modal-content .content {
	line-height: 1.75;
	padding: 2rem 2rem 2rem 2rem;
	text-align: left;
}
article.modal-content .content .how {
	font-weight: bold;
}
article.modal-content .content .terms {
	color: #d6b973;
	font-size: 0.75rem;
	margin-top: 2rem;
}
.button-wrap a {
	background: #fff;
	border: 2px solid #d6b973;
	border-radius: 0.5rem;
	box-shadow: 0.2rem 0.2rem 1.5rem #606f58;
	color: #000;
	display: inline-block;
	padding: 0.7rem;
}

@media (min-width: 640px) {
	article.modal-content header {
		background: none;
		float: left;
	}
	article.modal-content div.content {
		margin-left: 34%;
		padding-top: 5rem;
	}
	.lity-container:before,
	article.modal-content header {
		width: 34%;
	}
}
@media (min-width: 640px) and (min-height: 640px) {
	.lity-container {
		overflow: hidden;
	}
	
}
