/* How To Survive 2 Global Styles */
body {
	background: #000;
	font: 13px/21px "Lora", Helvetica, Arial, sans-serif;
	color: #928f88;
}
div, .owl-item {
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	opacity: 1;
}
#container {
	overflow: hidden;
	margin-top: 51px;
}
a {
	cursor: pointer;
}
.navbar {
	z-index: 999;
	background: #000;
	transition: background-color .5s ease;
}
.navbar-nav {
	float: none;
}
.nav-pills li a {
	padding: 10px 5px;
}
.nav-pills img {
	width: 30px;
}
.nav {
	text-transform: uppercase;
	font-family: coda;
	font-size: 14px;
}
.nav a {
	color: #FFF;
}
.nav>li:first-of-type {
	border-left: 0;
}
.nav>li:last-of-type {
	border-right: 0;
	border-bottom: 0;
}
.nav>li>a>img {
	margin: -3px 5px 0 0;
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: none;
}
.navbar-scroll {
	background: #000;
	z-index: 999;
}
.navbar-toggle {
	background: #961D26;
}
.navbar-toggle .icon-bar {
	background: #FFF;
}
.dropdown-menu {
	background: #000;
	border: 0;
}
.dropdown-menu>li>a {
	padding: 3px 10px;
	color: #FFF;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background: #f4bc2f;
	color: #FFF;
}
#social-icons {
	width: 180px;
	height: 110px;
	background: url(../images/social-bg.png) bottom;
	margin: 0 0 -60px;
	position: relative;
	padding: 0 0 0 10px;
	float: left;
}
#social-icons img {
	width: 28px;
	height: 28px;
	margin: 4px 5px;
}
#language img {
	height: inherit;
	width: inherit;
}
#logo {
	position: relative;
	z-index: 99;
}
#logo img {
	width: 100%;
	margin: 20px 0 0;
}
#trailer {
	background: url(../images/video-bg.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
}
#trailer img {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#sign-up a {
	text-decoration: underline;
	color: #FFF;
}
.btn {
	background: #D7B307;
	border-radius: 0;
	border: 0;
	color: #FFF !important;
	text-decoration: none !important;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 20px;
}
.btn:hover {
	background: #BD8E1F;
}
input[type=text], input[type=email], select {
	background: #2a2a2a;
	border: 1px solid #444;
	padding: 5px;
	height: 30px;
	color: #928f88;
	font-size: 13px;
	outline: none;
	width: 100%;
}
select {
	background: url(../images/arrow.png) no-repeat right 10px top 8px #2a2a2a;
	width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type=checkbox] {
	margin: 15px 5px 0 0;
	vertical-align: top;
}
label {
	max-width: 90%;
	display: inline-block;
	margin: 10px 0 0;
	text-transform: uppercase;
	color: #FFF;
}
input[type=text].error, input[type=email].error, select.error {
	margin: 0 !important;
}
.error {
	color: #FB3A3A !important;
	display: inline-block;
	max-width: 100%;
	margin: 4px 0 5px
}
.success {
	background: #D7B307;
	color: #FFF;
	padding: 5px 10px;
	margin: 0 0 10px 15px;
	width: 96%;
}
.datepicker {
	margin: 20px 0;
}
/* Old Game sites */

#sites {
	margin: 55px 0 85px;
}
#sites img {
	width: 100%;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
/* Fancybox custom styles for agegate */
.fancybox-opened {
	transition: none;
}
.fancybox-skin {
	background: #f4bc2f !important;
}
.fancybox-skin select {
	border: none;
	margin: 0;
	width: 90px;
	color: #FFF;
}
.fancybox-inner {
	text-align: center;
}
form button {
	display: block;
	width: 175px;
	padding: 10px 10px 7px;
	background: #000;
	border: 0;
	outline: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	margin: 0 auto;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
}
form button:hover, form button:focus {
	background: #d03f23;
}
#result {
	margin: 10px 0;
}
#sorry {
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	text-shadow: 1px 1px 0 #828282;
	-moz-text-shadow: 1px 1px 0 #828282;
	-webkit-text-shadow: 1px 1px 0 #828282;
	padding: 30px 0;
	line-height: 25px;
}
/* Parallax */
#container .container {
/*z-index: 11;
	position: relative;*/
}
#parallax {
	position: absolute;
	/*z-index: 10;*/
	margin: 0;
	top: 51px !important;
	width: 100%;
	height: 100%; /* Otherwise generates a larger height for all parallax images */
}
.parallax_layer {
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#container.touch .parallax_layer {
	position: absolute;
}
#layer-0 {
	background: url("../images/parallax/parallax-bg-2.jpg") top center;
	max-width: 2560px;
	height: 798px;
	overflow-x: hidden !important;/*margin-bottom: -1100px;*/
}
#layer-0 img {
	display: none;
}
#layer-1 {
	background: url("../images/parallax/parallax-grass.png") transparent center top no-repeat;
	height: 1520px;
	margin-bottom: -1650px;
	z-index: 1;
	position: relative;
}
#layer-2 {
	background: url("../images/parallax/parallax-zombie-inner.png") transparent center bottom no-repeat;
	height: 1450px;
	margin-bottom: -1500px;
}
#layer-3 {
	background: url("../images/parallax/parallax-zombie-outer.png") transparent center bottom no-repeat;
}
#layer-2, #layer-3 {
	display: none;
}
.owl-theme .owl-controls .owl-buttons div {
	background: none !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	border: solid transparent;
	content: " ";
	height: 0 !important;
	width: 0 !important;
	/* position: absolute; */
    /* pointer-events: none; */
	border-color: rgba(213, 0, 0, 0);
	margin-top: -15px;
	z-index: 9999;
	display: block;
	padding: 0 !important;
	font-size: 0 !important;
}
#owl-carousel-2 .item img {
	display: block;
	height: auto;
}
.owl-next {
	border-left-color: #d50000 !important;
	border-width: 15px !important;
	float: right;
	margin-right: -70px !important;
}
.owl-prev {
	border-right-color: #d50000 !important;
	border-width: 15px !important;
	float: left;
	margin-left: -75px !important;
}
.owl-buttons {
	position: relative;
}
.owl-item img {
	width: 98%;
}
#screenshots, #incentives {
	clear: both;
	background: url(../images/screenshot-bg.png) no-repeat;
	margin: 70px 0 50px;
	z-index: 998;
	overflow: hidden;
}
#screenshots {
	background-size: 100%;
}
#incentives {
	background-size: 85%;
}
#text-1, #text-1 img:hover {
	z-index: 99;
}
#text-1 img:hover {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#text-1 img {
	width: 100%;
}
#kvctv {
	z-index: 1;
}
#kvctv img {
	width: 292px;
	z-index: 2;
	/* position: absolute; */
	height: 166px;
	/* margin: 1580px; */
	-ms-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	transform: rotate(7deg);
	float: right;
}
#sign-up-btn, #social-sidebar {
	transition: background-image .5s ease;
}
#sign-up-btn {
	height: 187px;
	width: 90px;
	background: url(../images/sign-up-bg.png) right;
	left: 0;
	position: fixed;
	z-index: 999;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
#sign-up-btn.scroll {
	background: url(../images/sign-up-bg-scroll.png) right;
}
#sign-up-btn span {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	writing-mode: lr-tb;
	display: block;
	width: 140px;
	margin: 49px 0 0 -44px;
	font-size: 21px;
	padding: 0 !important;
	height: 50px;
	line-height: 50px;
}
#sign-up-btn span a {
	text-decoration: none;
	color: #FFF;
	display: block;
}
#social-sidebar.scroll {
	background: url(../images/social-sidebar-bg-scroll.png) left;
}
#social-sidebar ul {
	list-style: none;
}
#social-sidebar ul li a img {
	width: 34px;
	margin: 5px 0
}
#about {
	margin-top: 100px;
	background: #FFF;
	padding: 20px;
}
#about::before, #about::after {
	color: #FFF;
}
#about::before {
	content: "&nbsp;";
	background: url(../images/paper-edge.png) no-repeat;
	margin: -41px 0 0 -20px;
	position: absolute;
	width: 100%;
}
#about::after {
	content: "&nbsp;";
	background: url(../images/paper-edge.png) no-repeat top right;
	position: relative;
	width: 100%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	right: -20px;
	top: 60px;
	display: block;
}
/* Custom Multilingual styles */
.es #sign-up-btn span, .it #sign-up-btn span {
	font-size: 15px;
}
.fr #sign-up-btn span, .de #sign-up-btn span {
	font-size: 17px;
}
.ru #sign-up-btn span, .de #sign-up-btn span {
	font-size: 18px;
	word-break: break-all;
	line-height: 23px;
	padding: 2px 10px;
}
/* Custom z-index for elements to appear above black background but below the video. Applying a z-index of 999 to the container will overlap the video. */
#sign-up, #trailer, #about, #sites {
	z-index: 998;
	clear: both;
	position: relative;
}
footer {
	clear: both;
	padding: 0 0 55px;
	text-align: center;
	font-size: 12px;
}

@media (max-width: 767px) {
.fancybox-inner .gate-hidden img {
	max-width: 20%;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 100%;
}
.navbar-nav {
	margin: 0;
}
.nav>li {
	border-bottom: 1px solid #C9A123;
}
.navbar-brand {
	height: inherit;
	margin: 0;
	padding: 8px 15px;
}
.navbar-brand li {
	display: inline;
	float: left;
}
.navbar-brand img {
	width: 32px;
	margin: 0 5px;
}
#logo.col-xs-12 {
	position: relative;
}
#social-sidebar, #sign-up-btn {
	display: none;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	height: 280px;
	width: 90px;
	padding: 50px 0 0 3px;
	background: url(../images/social-sidebar-bg.png) left;
	position: fixed;
	z-index: 999;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	top: -44px;
}
#social-sidebar img {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
#kvctv, .owl-buttons {
	display: none;
}
#trailer {
	clear: both;
}
#trailer img {
	margin: 23% 0 10% 2%;
	width: 79%;
}
#sign-up {
	overflow: hidden;
}
.sign-up-header {
	margin: 0 0 10px;
	max-width: 100%;
}
#sites img {
	margin: 10px 0;
}
#layer-1 {
	background-position: 0 600px !important;
}
#screenshots, #incentives {
	background: none !important;
}
}

@media (min-width: 768px) {
.fancybox-inner .gate-hidden img {
	max-width: 40%;
}
.navbar-brand {
	display: none;
}
.navbar-nav {
	text-align: center;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
}
.nav>li {
	border-left: 1px solid #3E3E3E;
	border-right: 1px solid #3E3E3E;
}
.navbar-scroll li {
	border-left: 1px solid #4A4A4A;
	border-right: 1px solid #4A4A4A;
}
#social-sidebar {
	height: 280px;
	width: 90px;
	padding: 53px 0 0 3px;
	background: url(../images/social-sidebar-bg.png) left;
	right: 0;
	z-index: 999;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	position: fixed;
}
.sign-up-header {
	margin: -30px 0 10px -110px;
}

}

@media (max-width: 991px) {
#layer-0 {
	margin-bottom: -1100px;
}
footer img {
	height: 28px;
	margin: 10px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.nav>li>a {
	padding: 15px 10px;
}
#social-sidebar {
	top: 140px;
}
#text-1 {
	top: 90px;
}
#trailer img {
	width: 542px;
	margin: 162px 0 50px 14px;
}
#owl-carousel .owl-item img {
	margin: 52px 0;
}
#owl-carousel-3 .owl-item img {
	margin: 46px 0;
}
.owl-buttons {
	top: -190px;
}
#sign-up-btn {
	top: 190px;
}
#layer-1 {
	background-position: 0 680px !important;
}
#layer-2 {
	background-size: 85% !important;
	height: 1100px;
	margin-bottom: -1170px;
}
#layer-3 {
	background-size: 110% !important;
	height: 1100px;
}
}

@media (max-width: 630px) {
#layer-1 {
	background-position: 0 600px !important;
}
}

@media (min-width: 992px) {
.owl-buttons {
	top: -270px;
}
#layer-1 {
	background-position: 0 950px !important;
}
#layer-3 {
	height: 1450px;
}
footer img {
	margin: 30px 10px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
#trailer img {
	margin: 213px 0 65px 19px;
	width: 714px;
}
#social-sidebar {
	top: 170px;
}
#text-1 {
	top: 55px;
}
#sign-up-btn {
	top: 250px;
}
#owl-carousel .owl-item img {
	margin: 67px 0;
}
#owl-carousel-3 .owl-item img {
	margin: 58px 0;
}
#layer-0 {
	margin-bottom: -1240px !important;
}
#layer-2 {
	background-size: 85% !important;
}
#layer-3 {
	background-size: 110% !important;
}
}

@media (min-width: 1200px) {
}

@media (min-width: 1200px) and (max-width: 1399px) {
#logo.col-lg-4 {
	width: 38.33333333%;
}
#logo.col-lg-offset-4 {
	margin-left: 28.33333333%;
}
#social-sidebar {
	top: 170px;
}
#text-1 {
	top: 55px;
	width: 90%;
	margin: 0 0 0 5%;
}
#kvctv {
	top: -90px;
}
#trailer img {
	margin: 260px 0 60px 23px;
	width: 875px;
}
#sign-up-btn {
	top: 250px;
}
#owl-carousel .owl-item img {
	margin: 82px 0;
}
#owl-carousel-3 .owl-item img {
	margin: 70px 0;
}
#layer-0 {
	margin-bottom: -1290px;
}
}

@media (min-width: 1400px) {
#social-sidebar {
	top: 280px;
}
#text-1 {
	top: 145px;
}
#kvctv {
	top: -30px;
}
#sign-up-btn {
	top: 340px;
}
#trailer img {
	margin: 307px 0 0 28px;
	width: 1029px;
}
#owl-carousel .owl-item img {
	margin: 83px 0;
}
#owl-carousel-3 .owl-item img {
	margin: 82px 0;
}
.container {
	width: 1370px;
}
#layer-0 {
	margin-bottom: -1100px;
}
}
 @-webkit-keyframes pulse {
 0% {
-webkit-transform: scale(1);
}
 50% {
-webkit-transform: scale(1.1);
}
 100% {
-webkit-transform: scale(1);
}
}
@keyframes pulse {
 0% {
transform: scale(1);
}
 50% {
transform: scale(1.1);
}
 100% {
transform: scale(1);
}
}
 @-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
 40% {
-webkit-transform: translateY(-30px);
}
 60% {
-webkit-transform: translateY(-15px);
}
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-30px);
}
 60% {
transform: translateY(-15px);
}
}
