/*css open beta*/
div, a, li, span {
    font-family: bordamedium, bordademibold, bordaregular, Arial;
    color: #f7f7f7;
    text-transform: none;
}
p{
	font-size: 18px;
	margin: 10px 0px;
	text-align: justify;
	line-height: 19px;
}
strong{
	color: #ff6a13;
    font-weight: bold;
    font-size: 17px;
}
.row-fluid.content{
    max-width: 1280px;
    margin: 0 auto;
    width: calc(100% - 40px);
    padding: 0 20px;
    padding-top: 40px;
    min-width: 0!important;
}
.tctd_beta .title{
	border-top: none;
    border-bottom: 2px solid #fff;
}
.open-beta.title h3{
    font-family: bordamedium, bordademibold, bordaregular, Arial;
    width: 100%;
    text-align: center;
    padding: 0;
    height: auto;
    line-height: initial;
    font-size: 35px;
    text-transform: uppercase;
}
.open-beta.content{
	width: 100%;
	margin: auto;
}
.row-fluid.row_main{
	padding-top: 30px;
}
.tctd_beta .row_g2w:before {
    background: url('beta_bg.jpg');
    height: 470px;
	background-position: center;
}
.contentbanner {
    padding-top: 220px;
}


.tctd_beta .title.main{
	border-bottom: none;
	margin-bottom: 0px;
}
.open-beta.content.info .left-collumn{
	float: left;
	width: 20%;
	height: 169px;
	margin-left: 10%;
}
.open-beta.content.info .right-collumn{
	float: left;
	width: 60%;
	height: 169px;
	line-height: 169px;
	margin-right: 10%;
}
.open-beta.content.info .right-collumn div{
	vertical-align: middle;
    display: inline-block;
    line-height: 14px;
	margin-left: 100px;
}

.wrap_edition_table{
	margin-top: 25px;
	text-align: center;
}
.edition_line{
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 60px;
	margin-top: 10px;
	text-align: center;
}
.edition_line img{
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-top: 12.5px;
}
.edition_col{
	width: calc(18% - 0px);
	float: left;
	margin-left: 4px;
}
.edition_col span{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	max-width: 64%;
	line-height: 20px;
	text-align: center;
	padding-top: 20px;
	overflow: hidden;
}
.edition_col.col_1{
	margin-left: 0;
	width: calc(20% - 0px);
}
.edition_col.col_1 .edition_line.line_1{
	background: none;
}
.open-beta.content.register p{
	text-align: center;
}
.open-beta.content.register a {
	padding: 10px 0px;
    line-height: 43px;
    height: 43px;
    font-size: 20px;
    background: rgba(255,106,19,0.4);
    border: 1px solid #ff6a13;
    width: 20%;
    color: #ff6a13;
    font-weight: bold;
    float: left;
    text-align: center;
    margin-left: 40%;
    margin-top: 30px;
}
.open-beta.content.register a span{
	color: #ff6a13;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
}
.open-beta.content.how-i-access ul {
    line-height: normal;
    margin: 0px 0 20px 25px;
    list-style: initial;
}
.open-beta.content.how-i-access ul li {
    line-height: normal;
    text-align: justify;
}
div.row-fluid.row_unlock-content.content{
	margin-bottom: 50px;
}
.content.beta-access:after {
    display: table;
    content: "";
}
.content.beta-access{
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 865px;
}
.content.beta-access-v2 span.under{
    position: relative;
    top: 10px;
    font-size: 15px;
    line-height: 16px;
}

.content.download-now p{
	text-align: center;
	margin-bottom: 20px;
}
.content.download-now .cta_area{
	text-align: center;
}
.content.download-now .cta_area a{
	margin: 15px 10px;
	display: inline-block;
}
.content.download-now .cta_area .uplay_section{
	display: inline-block;
	width: 250px;
	margin: 15px 10px;
	text-align: center;
}
.content.download-now .cta_area .uplay_section img{
	margin-bottom: 8px;
}
.content.download-now .cta_area .uplay_section a{
    margin: 0 2px 0 0;
    padding: 0;
    width: 120px;
}
.content.download-now .cta_area .uplay_section a img{
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 1100px){
	.open-beta.content.register a{
		width: 100%;
		margin-left: auto;
	}
	.open-beta.content.info .section{
		text-align: center;
		margin-bottom: 40px;
	}
	.open-beta.content.info .left-collumn{
	    float: none;
	    width: 100%;
	    margin-left: 0;
	}
	.open-beta.content.info .right-collumn{
		float: none;
		width: 100%;
		height: auto;
		line-height: normal;
		margin-right: 0;
	}
	.open-beta.content.info .right-collumn div{
		margin-left: 0px;
	}
}
@media screen and (max-width: 992px){
	.content.beta-access{
		width: inherit;
	}
}
}