@import url("font-awesome.min.css");

@import
	url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic")
	;

/* Basic */
html, body {
	background: #FFF;
}

body, input, select, textarea {
	color: rgba(255, 255, 255, 0.75);
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 100;
	line-height: 1.75em;
}

a {
	-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s
		ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: #e44c65;
	text-decoration: none;
}

a:hover {
	color: #e44c65 !important;
	border-bottom-color: transparent;
}

.white-text {
	color: #FFF;
}

/* Button */
input[type="submit"], input[type="reset"], input[type="button"], .button
	{
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s
		ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s
		ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s
		ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
		box-shadow 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 3em;
	line-height: 3em;
	padding: 0 2.25em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

input[type="submit"].special, input[type="reset"].special, input[type="button"].special,
	.button.special {
	background-color: #e44c65;
	box-shadow: none;
	color: #ffffff !important;
}

/* Header */
#page-wrapper {
	padding-top: 3.5em;
}

#header {
	background: rgba(39, 40, 51, 0.965);
	box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
	cursor: default;
	height: 3.5em;
	left: 0;
	line-height: 3.5em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#header h1 {
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	margin: 0;
	position: absolute;
	top: 0;
}

#header nav {
	position: absolute;
	right: 1em;
	top: 0;
}

#header nav ul {
	margin: 0;
}

#header nav ul li {
	display: inline-block;
	margin-left: 1em;
}

#header nav ul li a {
	border: 0;
	color: inherit;
	display: inline-block;
	height: inherit;
	line-height: inherit;
	outline: 0;
}

#header nav ul li a.button {
	height: 2em;
	line-height: 2em;
	padding: 0 1.25em;
}

#header nav ul li a:not (.button ):before {
	margin-right: 0.5em;
}

#header nav ul li.active>a {
	color: #FFF;
}

#header nav ul li>ul {
	display: none;
}

#header nav ul li>.sub-menu {
	list-style-type: none;
	display: none;
	position: absolute;
	text-decoration: none;
	!
	important
}

#header nva ul li:hover .sub-menu {
	display: block;
}

/* Banner */
#banner {
	background-attachment: fixed;
	background-color: #272833;
	background-image: url("../images/background1.jpg");
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	position: relative;
	text-align: center;
	z-index: 21;
}

#banner:before {
	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}

#banner:after {
	background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.95),
		rgba(23, 24, 32, 0.95)), url("images/overlay.png");;
	background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.95),
		rgba(23, 24, 32, 0.95)), url("images/overlay.png");;
	background-image: linear-gradient(top, rgba(23, 24, 32, 0.95),
		rgba(23, 24, 32, 0.95)), url("images/overlay.png");;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	background: #1C1D21;
}

#banner .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: right;
	vertical-align: middle;
	z-index: 1;
}

#banner .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner .content header h2 {
	font-size: 2.5em;
	margin: 0;
}

#banner .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
}

/* Small */
#navPanel, #titleBar {
	display: none;
}

@media screen and (max-width: 736px) {
	/* Basic */
	html, body {
		overflow-x: hidden;
	}
	body, input, select, textarea {
		font-size: 12pt;
	}
	h2 {
		font-size: 1.5em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1em;
	}

	/* Section/Article */
	header p br {
		display: none;
	}
	header h2+p {
		font-size: 1em;
	}
	header h3+p {
		font-size: 1em;
	}
	header h4+p, header h5+p, header h6+p {
		font-size: 0.9em;
	}
	header.major {
		margin: 0 0 2em 0;
	}

	/* Goto Next */
	.goto-next:before {
		height: 0.8em;
		margin: -0.4em 0 0 -0.6em;
		width: 1.2em;
	}

	/* Spotlight */
	.spotlight {
		box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
	}
	.spotlight .image.main {
		max-height: 60vh;
	}
	.spotlight .content {
		border-top-width: 0.2em !important;
		padding: 3.25em 1.5em 1.25em 1.5em !important;
	}

	/* Wrapper */
	.wrapper {
		padding: 3.25em 1.5em 1.25em 1.5em;
	}

	/* Header */
	#header {
		display: none;
	}

	/* Banner */
	#banner {
		box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
		min-height: calc(100vh - 44px);
	}
	#banner:before {
		height: calc(100vh - 44px);
	}
	#banner .content {
		padding: 4.0625em 1.5em 4.875em 1.5em;
	}
	#banner .content header h2 {
		font-size: 1.5em;
	}
	#banner .content .image {
		height: 9em;
		width: 9em;
	}

	/* Off-Canvas Navigation */
	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
		padding-top: 44px !important;
	}
	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
		background: #272833;
		box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
	}
	#titleBar .title {
		color: #ffffff;
		display: block;
		font-weight: 300;
		height: 44px;
		line-height: 44px;
		text-align: center;
	}
	#titleBar .title a {
		color: inherit;
		border: 0;
	}
	#titleBar .toggle {
		text-decoration: none;
		height: 60px;
		left: 0;
		position: absolute;
		top: 0;
		width: 90px;
		outline: 0;
		border: 0;
	}
	#titleBar .toggle:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-family: "Roboto", Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}
	#titleBar .toggle:before {
		background: #e44c65;
		color: rgba(255, 255, 255, 0.5);
		content: '\f0c9';
		display: block;
		font-size: 18px;
		height: 44px;
		left: 0;
		line-height: 44px;
		position: absolute;
		text-align: center;
		top: 0;
		width: 54px;
	}
	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		background: #181920;
		padding: 0.75em 1.25em;
	}
	#navPanel .link {
		border: 0;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
		color: rgba(255, 255, 255, 0.75);
		display: block;
		height: 3em;
		line-height: 3em;
		text-decoration: none;
	}
	#navPanel .link:hover {
		color: inherit !important;
	}
	#navPanel .link:first-child {
		border-top: 0;
	}
	#navPanel .link.depth-0 {
		color: #ffffff;
		font-weight: 300;
	}
	#navPanel .link .indent-1 {
		display: inline-block;
		width: 1.25em;
	}
	#navPanel .link .indent-2 {
		display: inline-block;
		width: 2.5em;
	}
	#navPanel .link .indent-3 {
		display: inline-block;
		width: 3.75em;
	}
	#navPanel .link .indent-4 {
		display: inline-block;
		width: 5em;
	}
	#navPanel .link .indent-5 {
		display: inline-block;
		width: 6.25em;
	}
	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}
	body.navPanel-visible #titleBar {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}
	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	/* Footer */
	#footer {
		padding: 3.25em 1.5em;
	}
}

/* XSmall */
@media screen and (max-width: 480px) {
	/* Basic */
	html, body {
		min-width: 320px;
	}
	body, input, select, textarea {
		font-size: 12pt;
	}

	/* List */
	ul.actions {
		margin: 0 0 2em 0;
	}
	ul.actions li {
		display: block;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}
	ul.actions li:first-child {
		padding-top: 0;
	}
	ul.actions li>* {
		margin: 0 !important;
		width: 100%;
	}
	ul.actions.small li {
		padding: 0.5em 0 0 0;
	}
	ul.actions.small li:first-child {
		padding-top: 0;
	}

	/* Button */
	input[type="submit"], input[type="reset"], input[type="button"], .button
		{
		padding: 0;
	}

	/* Spotlight */
	.spotlight .image.main {
		max-height: 50vh;
	}
	.spotlight .content {
		padding: 3em 1.25em 1em 1.25em !important;
	}

	/* Wrapper */
	.wrapper {
		padding: 3em 1.25em 1em 1.25em;
	}

	/* Banner */
	#banner .content {
		padding: 3em 1.5625em 5.25em 1.5625em;
	}

	/* Footer */
	#footer {
		padding: 3em 1.25em;
		position: absolute;
		bottom: 0;
	}
	#footer .copyright {
		line-height: inherit;
	}
	#footer .copyright li {
		border-left: 0;
		display: block;
		margin: 0;
		padding: 0;
	}
	.chat-popup {
		display: none;
		position: fixed;
		background: #5f5c5c;
		bottom: 200px;
		right: 250px;
		border: 3px solid #f1f1f1;
		z-index: 9;
		color: #fff;
	}
}