html, body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  font-weight: 300;
  background: #1C2427;
  color: #7DD5C9;
}

.line
{
	margin: 0px auto;
	max-width: 800px;
	height: 4px;
	background-color: #7DD5C9;
}

#cover
{
	background: transparent;
	padding-top: 40px;
}

#cover .content
{
	width: 100%;
	text-align: center;
}

.cover-image
{
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	margin: 0px 0px 40px 0px;
}

#cover p
{
	max-width: 500px;
	display: block;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 4px;
	margin: 0px auto 20px auto;
}

#cover-video
{
	margin: 0px auto 40px auto;
	max-width: 360px;
	max-height: 360px;
	background: #222B2F;
}

#cover-video video
{
	max-width: 100%;
}

.download-link
{
	margin: 50px auto 50px auto;
	max-width: 800px;
}

.download-link li
{
	display: inline-block;
	margin: 0px 20px 60px 20px;
	max-height: 70px;
}

.download-link a img
{
	max-height: 70px;
}

#trailer
{
	min-height: 0;
	background: #222B2F;
	padding: 100px 0px 100px 0px;
}

#trailer .content
{
	margin: 0px auto 0px auto;
	max-width: 820px;
	border: 10px solid #1C2427;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#screenshots
{
	z-index: 2;
	min-height: 0;
	background: #2C353A;
	text-align: center;
}

.slideshow
{
	margin: 0px auto 60px auto;
	padding: 0px 0px 20px 0px;
	max-width: 1200px;
}

.slideshow li
{	
  display: inline-block;
  margin: 5px 5px 5px 5px;
  //box-shadow: 0 0px 16px 4px rgba(0, 0, 0, 0.4);
  border: 10px solid #222B2F;
}

.slideshow li img
{
  width: 160px;
  cursor: zoom-in;
  cursor: -webkit-zoom-in;
}

#quotes
{
	min-height: 0;
	background: #0D0F18;
}

#quotes .content
{
	max-width: 500px;
	margin: 0px auto;
	padding: 20px;
	font-size: 17px;
	border: 4px solid #DF144C;
}

#quotes p
{
	color: #FFFFFF;
	font-style: italic;
	margin-bottom: 6px;
}

#quotes a
{
	color: #FBE79E;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

#quotes a:hover
{
	color: #DF144C;
}

#credits
{
	min-height: 0;
	background: #2C353A;
}

#credits .content
{
	width: 100%;
	text-align: center;
}

#credits p
{
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 2px;
}

.credits-link
{
	margin: 20px auto 0px auto;
	padding: 0px 0 20px 0;
	max-width: 800px;
}

.credits-link li
{
	position: relative;
	display: block;
	width: 280px;
	height: 280px;
	margin: 0px auto 40px auto;
}

.credits-link li a
{
	position: absolute;
	left: 0;
}

.logo_hover
{	
	opacity: 0;
    filter: alpha(opacity=0);
	-webkit-transition: .2s;
    transition: .2s; 
}

.credits-link li:hover .logo_hover
{
	opacity: 1;
    filter: alpha(opacity=100);
}

.credits-crescentyr
{
	max-width: 280px;
}

.credits-akkad
{
	max-width: 260px;
}

#footer
{
    padding: 20px 0px 20px 0px;
	margin: 0px;
    width: 100%;
	line-height: 20px;
    text-align: center;
	color: #7DD5C9;
}

#footer p
{
	display: inline;
	margin: 0px;
	padding: 0px 8px;
	color: #7DD5C9;
}

#footer p a
{
	color: #46CC82;
}

#footer p a:hover
{
	color: #7DD5C9;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-bg
{
	position: fixed;
	width: 100%;
	height: 100%;
	cursor: zoom-out;
	cursor: -webkit-zoom-out;
}

/* Modal Content */
.modal-div
{
  position: relative;
  display: inline-block;
  margin: 60px auto 0px auto;
  padding: 0;
  background: transparent;
}

.modal img
{
	box-shadow: 0 4px 20px 4px rgba(0,0,0,0.4);
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.mySlides img
{
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  color: #7DD5C9;
  font-size: 30px;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  user-select: none;
  -webkit-user-select: none;
}

.prev {
  left: -60px;
}


/* Position the "next button" to the right */
.next {
  right: -60px;
}

@media (max-width: 767px) 
{
	.prev,
	.next 
	{
		height: 60px;
		line-height: 60px;
		margin-top: -30px;
		top: 100%;
		margin-top: -26px;
	}
	.prev 
	{
		left: 0px;
	}
	.next 
	{
		right: 0px;
	}
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color: #358FFF;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #7DD5C9;
  font-size: 14px;
  padding-top: 12px;
  line-height: 14px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.section-policy
{
	min-height: 0px;
}

#policy
{
	background: #222B2F;
	padding: 100px 0px 100px 0px;
}

#policy h1
{
	color: #7DD5C9;
}

#policy p
{
	margin-bottom: 14px;
}

#policy span
{
	display: block;
	font-weight: 600;
	padding: 10px 0px;
}

#policy a
{
	color: #46CC82;
}

#policy a:hover
{
	color: #7DD5C9;
}

#policy ul
{
	margin: 0px 0px 14px 0px;
}

#policy li
{
	display: block;
}

























