/* FC PRIMAL HOME CSS */

.row_bgvideo {
	padding-top: 145px;
	background: url("bg-video-12.jpg") top center repeat;
	position: relative;
}
#bgvideo {
	z-index: 1;
}
#bgvideo video {
	display: block;
	margin: 0 auto;
}

.c_bgvideo {
	position: relative;	
}

.cta_trailer {
	position: absolute;
	top: 130px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #da8c2f;
	font-family: "DINNextW1G", sans-serif;
	font-style: italic;
	font-weight: 500;
	padding: 0 80px;
}

.cta_trailer h1 {
	font-family: "TradeGothicLT", sans-serif;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 55px;
	font-style: normal;
	margin-bottom: 15px;
}

.cta_trailer h1,
.cta_trailer span {
	text-shadow: 3px 3px 7px black;
}

.cta_trailer span {
	max-width: 1200px;
    display: block;
    margin: 0 auto;
}

.cta_trailer a,
.slide-image a {
	display: block;
	width: 320px;
	height: 66px;
	margin: 20px auto;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-style: normal;
	padding: 24px 0 0 0;
	text-align: center;
	background: transparent url("btn-home-3.png") top center no-repeat;
}

.cta_trailer a:hover,
.slide-image a:hover {
	background: transparent url("btn-home-3-hover.png") top center no-repeat;
}

.fc_primal_home .scrolldown {
	position: absolute;
	width: 100%;
}

.key_features_border {
	width: 100%;
	background: transparent url("border-key-features.png") top center repeat-x;
}

/* ==SLIDESHOW */
#G4 {
	background: black;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#G4C1 {
	width: 100%;
	background-image: url("bg-slideshow.jpg");
	background-repeat: repeat-x;
	background-size: contain;
	position: relative;
	padding: 90px 0;
	overflow: hidden;
}

.slideshow {
	display: none;
}
.fc-slide-images-mobile {
	display: none;
	z-index: 10;
}
.fc-slide-images {
	width: 100%;
	left: -75%;
	background: none;
	float: none;
	margin: 0;
	border: none;
	box-shadow: inherit;
	border-radius: inherit;
	overflow: visible !important;
	z-index: 10;
}
.slide_home {
	position: relative;
	background: black;
}
.slide-image {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
.slide-image img {
	width: 100%;
	height: auto;
	position: relative;
	opacity: 0.4;
	display: block;
	margin: 0 auto;
}
.slide-image p {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	white-space: normal;
}
.slide-image span.title {
	display: block;
	font-size: 36px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	padding: 0 25px;
	margin: 35px 0;
	color: white;
}
/*
.slide-image a {
	display: inline-block;
	text-transform: uppercase;
	color: white;
	padding: 17px 34px 15px 34px;
	border: 1px white solid;
	text-align: center;
	font-size: 26px;
}
.slide-image a:hover {
	border: 1px #da8c2f solid;
	background: rgba(217,140,48,0.8);
}
/*

/* ==SLIDESHOW BORDER */
#fc-border-top {
	width: 100%;
    height: 80px;
    background-image: url("bg-slideshow-shadow-up.png");
    background-repeat: repeat-x;
    opacity: 0.7;
}
#fc-border-bottom {
	width: 100%;
    height: 151px;
    background-image: url("bg-slideshow-shadow-down.png");
    background-repeat: repeat-x;
    opacity: 0.7;
    position: relative;
    top: -70px;
    z-index: 1;
}

/* ==SLIDESHOW PAGER */
.fc-pager {
	width: 60px;
	height: 112px;
	top: 39%;
	/* margin-top: -56px; */
	position: absolute;
	cursor: pointer;
	opacity: 0.6;
	z-index: 15;
	-webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
.fc-pager:hover {
	opacity: 0.9;
}
#fc-pager-prev {
	left: 10%;
	background: transparent url("bg-arrow-left.png") no-repeat;
}
#fc-pager-next {
	right: 10%;
	background: transparent url("bg-arrow-right.png") no-repeat;
}
.fc-pager-mobile {
	display: block;
    width: 56px;
    height: 30px;
    margin: 20px auto;
    display: none;
}
#fc-pager-mobile-prev {
    background: transparent url("bg-arrow-top.png") no-repeat;
}
#fc-pager-mobile-next {
    background: transparent url("bg-arrow-bottom.png") no-repeat;
}

/* == ICONES */
span.ico_screen {
	width: 32px;
	height: 32px;
	margin: 15px auto 35px auto;
	background-image: url("ico-screen.png");
	display: block;
	text-align: center;
}
span.ico_video {
	width: 32px;
	height: 32px;
	margin: 15px auto 35px auto;
	background-image: url("ico-video.png");
	display: block;
	text-align: center;
}
span.ico_preorder {
	width: 32px;
	height: 32px;
	margin: 15px auto 35px auto;
	background-image: url("ico-preorder.png");
	display: block;
	text-align: center;
}
span.ico_download {
	width: 32px;
	height: 32px;
	margin: 15px auto 35px auto;
	background-image: url("ico-download.png");
	display: block;
	text-align: center;
}

/* ==MEDIA QUERIES */


@media screen and (max-width: 1279px) {
	
	.cta_trailer {
		top: 217px;
		font-size: 20px;
	}
	
	.cta_trailer h1 {
		font-size: 40px;
	}
	
	.cta_trailer a {
		font-size: 17px;
	}
	
	.slide-image span.title {
		font-size: 23px;
	}
}

@media screen and (max-width: 727px) {
	
	.row_bgvideo {
		padding-top: 100px;
	}
	
	#bgvideo {
		overflow: hidden;
	}
	
	#bgvideo video {
		margin-left: -50%;
	    max-width: none;
	    width: 200%;
	}
  
	.cta_trailer {
		font-size: 17px;
		top: 110px;
		padding: 0;
	}
	
	.cta_trailer h1 {
		font-size: 30px;
	}
	
	.cta_trailer span {
		display: none;
	}
	
	.cta_trailer a {
		max-width: auto;
		margin: 20px auto;
		font-size: 17px;
		padding: 17px 34px 15px 34px;
	}
	
	#G4C1 {
		padding: 0;
		background-size: cover;
	}
	
	.fc-slide-images {
		display: none;
	}
	.fc-pager {
		display: none;
	}
	.fc-pager-mobile {
		display: block;
	}
	.fc-slide-images-mobile {
		display: block;
	}
	#fc-border-top, #fc-border-bottom {
		display: none;
	}
	
	.fc-slide-images-mobile .slide-image p {
		width: 100%;
	}
	.fc-slide-images-mobile .slide-image span {
		margin-bottom: 15px;
	}
	.fc-slide-images-mobile .slide-image span.title {
		font-size: 26px;
		margin: 15px 0;
	}
	.fc-slide-images-mobile .slide-image a {
		font-size: 18px;
	}
	
}
