section#main.main-ind{
  padding: 0;
  background-image: none;
  background: #ebebeb;
}
.disclaimer{
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px 40px 40px;
  text-align: center;
  font-size: 12px;
}
.choose-game-inner{
	max-width: 1170px;
  	margin: 0 auto;
}
.choose-game{
background: #080818; /* Old browsers */
background: -moz-linear-gradient(left, #080818 30%, #fde146 70%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #080818 30%,#fde146 70%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #080818 30%,#fde146 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080818', endColorstr='#fde146',GradientType=1 ); /* IE6-9 */
}
.choose-game-top{
  background-image: url(/images/landing/pcs/games/lp/chapt2-fortnite.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  padding: 40px;
  margin-bottom: 40px;
  text-align: center;
  animation: Fade 2s ease;
}
.choose-game-top img{
  animation: fadeUp .8s ease-in-out;
  width: 320px;
}
.choose-game-top h2{
  font-family: 'saira';
  font-size: 36px;
  color: #ffffff;
  text-transform: none;
  margin: 0;
  animation: fadeUp .8s ease-in-out;
  animation-delay: .3s;
  animation-fill-mode: backwards;
  text-shadow: 0px 2px 4px #000;
}
.choose-game-top p{
   font-family: 'saira';
 	font-size: 18px;
  margin-top: 10px;
  color: #ffffff;
  animation: fadeUp .8s ease-in-out;
  animation-delay: .6s;
  animation-fill-mode: backwards;
  text-shadow: 0px 2px 4px #000;
}
.choose-game-bottom{
  padding: 40px 20px;
  text-align: center;
}

.back-to-btn{
	margin: 0 auto;
  	text-align: center;
}
.back-btn {
  	display: inline-block;
  	padding: 15px 20px;
  	background-color: #ffffff;
  	border-radius: 5px;
  	border: 1px solid #cccccc;
  	color: #000000;	
  	margin: 0 auto;
  	animation: Fade 2s ease;
  	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.back-to-btn a i{
  	margin-right: 5px;
}
.mc-arrow:before {
    font-family: 'Fontawesome';
    display: inline-block;
    margin-right: 5px;
    color: #000000;
    content: "\f053";
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.mc-arrow:hover:before {
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
}

@keyframes fadeUp{
  	0%{
      opacity: 0;
      transform: translatey(30px);
  }
  	100%{
     opacity: 1;
     transform: translatey(0px);
  }	
}
@keyframes Fade{
  	0%{
      opacity: 0;
  }
  	100%{
     opacity: 1;
  }	
}
/************************spec-cards*******************/

.products{
	padding-top: 0;
  	animation: Fade 2s ease;
  	margin-top: 40px;
}
.product .column-ind-holder .column-ind-header {
	background: #503296;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 125px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius: 0 0 5px 5px;
  padding: 0 0 20px 0!important;
  background: #ffffff;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
}

.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #000000;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #503296;
  border-color: #503296;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 20px ;
  	background-color: #ffffff;
  	margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #503296;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #000000;
   margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #503296;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  	color: #ffffff;
  	background-color: #725ea0;
  	border-color: #725ea0;
}
.product .config_button_holder{
  	margin: 0 20px;
}
.product .column-ind-holder .column-content .product-image-holder .product-image{
	padding-top: 20px;
}
/**********************************products-card***********************************/

@media only screen and (max-width: 640px) {
  
  .choose-game-top img{
    width: 250px;
  }
  
.choose-game-top h2{
  	line-height: 1;
  	margin: 10px 0;	
  	font-size: 30px;
  }
  .choose-game-top p{
    line-height: 1.2;
  }
}



