/*********************************************************************************************

 *
 * @author Racing Team
 * Date: 2015/02/13
 * @version 2.4
 *
 *********************************************************************************************/


/*general styles*/

html {
	width: 100%;
	height: auto;
}

body {
	background: #31273c;
	font-family: 'Dosis', 'Open Sans', sans-serif;
	font-weight: 400;
	/*width: 1000px;*/
	min-width: 1000px;
	height: auto;
	color:white;
}

h1, h2, h3, h4, p, li, span {
	font-family: 'Dosis', 'Open Sans', sans-serif;
	line-height: 130%;
}

p, li {
	font-size: 0.75em;
	line-height: 130%;
}

a, a:hover, a:focus, a:visited {
	color: #3CF4FF;
	text-decoration: none;
	outline: none;
}

.float a,
.float a:hover,
.float a:focus,
.float a:visited {
	color: inherit;
	text-decoration: none;
	outline: none;
}
.float a:hover {
	text-decoration: underline;
}

#credits a,
#credits a:hover,
#credits a:focus,
#credits a:visited {
	color: white;
	text-decoration: none;
	outline: none;
}
#credits a:hover {
	text-decoration: underline;
}

p.desc {
	font-size: 0.8em;
	font-weight: bold;
	color: #88aa00;
	line-height: 100%;
	padding: 10px;
}

iframe.inline {
	display: inline-block;
}

/*****************************************
****   HELPERS  **************************
******************************************/

.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.bold {
	font-weight: 700;

}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.triangle {
	background-image: linear-gradient(300deg, #3CF4FF 6px, transparent 7px), linear-gradient(60deg, #3CF4FF 6px, transparent 7px);
    background-size: 54px 40px;
    background-repeat: repeat;
    height: 120px;
    background-position: -10px 0px;
}

.dots {

	background-size: 54px 7px;
    background-repeat: repeat;
    height: 120px;

    background-image: linear-gradient(90deg, #93B9AB 5%, transparent 95%);
}

/*.dots::after{
	background: repeating-linear-gradient(
	  0deg,
	  transparent,
	  transparent 4px,
	  #93B9AB 5px,
	  #93B9AB 9px
	);
	width: 100%;
	height: 100%;
	top: 0;
 	left: 0;
 	background-clip: padding-box;
	border: 5px solid transparent;
	border-top-width: 0px;
	border-bottom-width: 0px;
	position: absolute;
	z-index: -1;
	content: "";
	padding-bottom: 107%;
}*/

.fullWidth {
	width: 100%

}



/*****************************************
****   SLIDER   **************************
******************************************/


.carousel-control.left{
	background-image: none;
	text-align: right;
}

.carousel-control.right{
	background-image: none;
	text-align: left;
}

.carousel-control{
	top: 45%;
}

.carousel-inner > .item > img {
	margin: 0 auto;
}




.slider {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	border: 0px solid #fff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	display: block;
	margin-bottom: -5px;
}

.logo{
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left:-300px;
    margin-top:-105px;
	z-index:9000;
	align: center;
	vertical-align: center;
}

.slide {
	position: absolute;
	left: 0px;
	top: 0px;
}

.slide.test {
	overflow: auto;
}





/*****************************************
****   SUBLINE   *************************
******************************************/

.subline {
	background:#3CF4CE;
	width: 100%;
	position: realative;
	display:block;
	overflow:visible;
	height:170px;

}

.subline-img{
	position: relative;
	display:block;
	z-index:20;
	/*margin-left:353px;*/

	margin: 0 auto;
	overflow:visible;

}
.test{
	height: 480px;
}
.z-bg{
	z-index:50;
	top:-460px;
	position: relative;
	margin: 0 auto;
}

.subline-txt-bg{
	background:#3CF4CE no-repeat center center;
	position: relative;
	display:block;
	z-index:9995;
	margin-left: auto;

	overflow:visible;

	padding-top: 170px;
    margin-top: 0px;
    padding-bottom: 170px;
    margin-bottom: 0px;

}

.subline-txt{
	background:#3CF4CE;
	display:block;
	/*margin-top: 170px;*/
	text-align:center;
	color: white;
	font-size: 18px;
	line-height:24px;
	letter-spacing: 0.075em;
	position: relative;
	z-index:60;
}

.subline-txt::after{
	content:"";
	background: url("../_include/img/rd_a.svg") no-repeat center center;
	z-index:50;
}


/*****************************************
****   FEATURES   ************************
******************************************/

#features {
	background: #594667;
	width: 100%;
	position: relative;
	display:block;
	padding-bottom: 100px;
	margin-top:-104px;
	z-index:10;
}

div.stripes {
	height: 100%;
	display: block;
	position: relative;
	color:white;
	font-size:36px;
	line-height:32px;
	text-transform:uppercase;
}

div.stripes::after {
	background: repeating-linear-gradient(
	  -45deg,
	  transparent,
	  transparent 4px,
	  #93B9AB 5px,
	  #93B9AB 9px
	);
	opacity: 0.2;
	width: 100%;
	height: 100%;
	top: 0;
 	left: 0;
 	background-clip: padding-box;
	border: 5px solid transparent;
	border-top-width: 0px;
	border-bottom-width: 0px;
	position: absolute;
	z-index: -1;
	content: "";
	padding-bottom: 107%;

}
.chrome div.stripes::after{
	padding-bottom: 117%;
}

div.stripes-features {
	padding-bottom: 102%;
}



div.stripes-light::after {
	opacity: 0.1;

}

.stripes-full {
	opacity: 0.2;
	padding-bottom: 27%;
	background: repeating-linear-gradient(
	  -45deg,
	  transparent,
	  transparent 6px,
	  #25192D 6px,
	  #25192D 8px
	);
}

.trailerGamePlay-stripe-heigth {
	padding-bottom: 13%;
}

.feat-stripe-height {
	/*display: table;*/
	margin-bottom:50px;
}
.feat-start {
	height: 225px;
	margin-top: 150px;

}

.feat-img {
	width: 100%;
}



.feat-container{
	width:100%;
	display: table;
}


/*****************************************
****   Trailer   *************************
******************************************/

#trailer{
	background: #93B9AB;
	padding: 100px 0;
    position: relative;
    z-index: 99;
}

.trailer-prev {
	height: 100%;
}
/*****************************************
****   CONTROLS   ************************
******************************************/

#controls{
	background: #25192d;
	padding: 100px 0;
    position: relative;
    z-index: 99;
}

.ctrls-subline {
	font-size:18px;
    line-height: 24px;
    letter-spacing:0.05em;
    color: #93B9AB;
}

.ctrls-headline {
	font-size:40px;
    line-height: 36px;
    font-weight:600;
    color: #93B9AB;
}

.ctrls-bg {
	color: #25192d;
	background: #93B9AB;
	text-transform:uppercase;
	font-weight: 600;
	padding: 5px;
}

.ctrls-left {
	text-align: left;
}

.ctrls-right {
	text-align: right;
}
.ctrls-empty{
	background: #25192d;
}

div.stripes-ctrls {
	display: block;
	position: relative;

	background: repeating-linear-gradient(
	  -45deg,
	  transparent,
	  transparent 4px,
	  #93B9AB 5px,
	  #93B9AB 9px
	);
	opacity: 0.2;
	padding: 2px;
	height: 100%;
	overflow: hidden;

}


/*****************************************
****   CREDITS   *************************
******************************************/

#credits{
	background: #F05A29;
	padding: 100px 0;
        position: relative;
        z-index: 99;
        font-size:14px;
        line-height: 24px;
        letter-spacing:0.05em;
}


.credit-intro {
	padding: 12.5% 0 12.5% 0%;
}



/*****************************************
****  SOCIAL   ***************************
******************************************/

#social{
	background: #594667;
	padding-top: 40px;
	padding-bottom: 40px;
}

.social-icons {
	font-size: 35px;
    text-align: center;
    letter-spacing:0.3em;
}


/*****************************************
****   FOOTER   **************************
******************************************/

#footer {
	background: #594667;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {
	text-align: center;
	font-size: 0.75em;
	line-height: 150%;
}
/*
#slider_wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
}*/


/* ==================================================
   Section Page
================================================== */

.page {
        background: #31273c;
        padding: 100px 0;
        position: relative;
        z-index: 99;
}

.page-alternate {
        background: #37283c;
        padding: 100px 0;
        position: relative;
        z-index: 99;
}

.title-page {
        text-align: center;
        margin-bottom: 100px;
}

.title-page .title {
        font-size: 48px;
        margin: 0 0 10px 0
}

.title-page .title-description {
        font-size: 24px;
        font-weight: 200;
        margin: 0;
}


/*****************************************
****   FLOATER    ************************
******************************************/

.GDC_badge {
	top: 4%;
	right: 4%;
	position: absolute;
	z-index:999999;
}


.float{
	position:fixed;
	top: 100px;
	left: 28px;
    z-index:9999;
    display:block;
    margin: auto;
    text-align: left;
    color: white;
    text-transform:uppercase;
    font-size: 14px;
    padding: 5px;
    font-weight:bold;
    line-height: 16px;
}

.grey-float{
	background:#93B9AB;
	height:186px;
	/*top:50px;
	height: 26%;*/
	width:79px;
	padding:5px;
}

.pink-float{
	width:79px;
	top: 0px;
	/*top: 51%;
	height: 14%;*/
	height:130px;
	position: relative;
	background: #EB008B;
	vertical-align:bottom;
	font-size: 21px;
	line-height: 21px;
	padding:5px;
	display: table-cell;
    vertical-align: bottom;
    font-weight: 500;
}

.presskit-float{
	width: 79px;
	height: 40px;
	background:#93B9AB;
	vertical-align:bottom;
	/*color: black;*/
	position: relative;
	padding: 5px;
}

.presskit-float-main{
	position: fixed;
	top: 25px;
}


.floating-stripes{
	background: repeating-linear-gradient(
	  -45deg,
	  transparent,
	  transparent 4px,
	  #93B9AB 5px,
	  #93B9AB 9px
	);
	top: -316px;
    left: 79px;
    width:28px;
    height:186px;
    /*height: 26%;
	top: 25%;*/
    position: relative;
    z-index:9999;

}

.pink-stripes{
	background: repeating-linear-gradient(
	  -45deg,
	  transparent,
	  transparent 4px,
	  #EB008B 5px,
	  #EB008B 9px
	);
	top: -316px;
	height:130px;
	/*top: 51%;
	height: 14%;*/
	position: relative;
}

.presskit-stripes {

	top: -40px;
	height: 40px;
	position: relative;
}



@media screen and (min-width: 768px) {

	header {
		margin: 2em auto 0 auto;
		height: 150px;
	}

	header a img {
		display: inline;
		vertical-align:middle;
		margin-left: 2%;
	}

	header span {
		font-size: 42px;
		line-height: 100%;
		font-style: italic;
		font-weight: bold;
		color: #88aa00;
		display: inline;
		margin: 0 auto;
	}

	p,li {
		font-size: 1em;
	}

	p.desc {
		font-size: 1.125em;
	}

	#slider_wrapper {
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		height: auto;
	}

	/*.slider{
		border: 12px solid #fff;
	}*/
}
