.section-b-outer-wrapper,
.section-d-outer-wrapper,
.section-e-outer-wrapper {
	margin-bottom: 20px;
}
.outer-wrapper {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 920px;
	width: 100%;
}
.box-header {
	color: var(--text-color);
	font-family: "Montserrat", sans-serif;
	font-size: 2rem;
	font-weight: 300;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
}
.cover .box-header {
	color: var(--text-color-button);
}
.bg-section {
	position: relative;
    bottom: -1px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	display: table;
	height: 100%;
	width: 100%;
}
.section-outer-wrapper {
	display: table;
	height: 100%;
	margin: 0 auto;
	max-width: 920px;
	padding-bottom: 30px;
	width: 100%;
}
.section-outer-wrapper .outer-wrapper {
	display: table-cell;
	vertical-align: bottom;
}

/* BEGIN: ITEMS BOX */
.items-wrapper .col {
	margin-bottom: 20px;
}
.items-wrapper .outer-img-wrapper {
	display: table;
	height: 292px;
	text-align: center;
	width: 100%;
}
.items-wrapper .outer-img-wrapper .inner-img-wrapper {
	display: table-cell;
    vertical-align: bottom;
    padding-bottom: 10px;
}
.items-wrapper .outer-img-wrapper .inner-img-wrapper img {
	margin: 0 auto;
	width: 180px;
}
.items-wrapper .info-wrapper .inner-info-wrapper {
	margin: 0 auto;
	width: 200px;
}
.items-wrapper .info-wrapper .inner-info-wrapper .addToCart {
	-o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	display: inline-block;
	float: left;
	height: 51px;
	padding: 5px;
	text-align: center;
}
.items-wrapper .info-wrapper .inner-info-wrapper .addToCart .fa.fa-shopping-cart {
	display: block;
	font-size: 26px;
}
.items-wrapper .info-wrapper .inner-info-wrapper .addToCart label {
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
}
.items-wrapper .info-wrapper .inner-info-wrapper .price-wrapper {
	background-color: var(--first-background);
  	color: var(--text-color);
	display: table;
	font-family: "Roboto", sans-serif;
	height: 52px;
	padding: 7px;
	text-align: right;
	width: 133px;
}
.items-wrapper .info-wrapper .inner-info-wrapper .price-wrapper .inner-price-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.items-wrapper .info-wrapper .inner-info-wrapper .price-wrapper .inner-price-wrapper .original_price {
	color: var(--gray);
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 4px;
	text-decoration: line-through;
}
.items-wrapper .info-wrapper .inner-info-wrapper .price-wrapper .inner-price-wrapper .final_price {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}
.items-wrapper .info-wrapper .inner-info-wrapper .price-wrapper .inner-price-wrapper .final_price .exchange {
	font-size: 10px;
	font-weight: 400;
}
/* END: ITEMS BOX */

/* Structure */
#cms {
	background-color: var(--second-background);
	color: var(--text-color);
	display: table;
	font-family: Arial, sans-serif;
	clear: both;
	padding: 20px 20px 30px 0;
	min-height:600px;
	margin: auto;
	max-width: 1000px;
}
#left-column {
	float: left;
	width: 30%;
	display: table-cell;
	vertical-align: top;
}
#right-column {
	float: left;
	width: 70%;
	display: table-cell;
	vertical-align: top;
}
#cms-content {
	padding: 20px;
}
 .extra {
	float:none !important;
	width:926px !important;
	display:block !important;
}
#left-column .panel{
	border: 1px solid #ccc;
}
/* Panel */
#panel{
	border-right: 1px solid #d9dbdf;
	margin: 0;
	padding: 0 0 50px;
}
#panel .panel-title{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	height: 42px;
	line-height: 45px;
	padding-left: 10px;
}
#panel ul.panel-list{
	list-style: none outside none;
    padding-left: 35px;
    padding-top: 20px;
    width: 180px;
}
ul.panel-list li{
	padding-left: 0;
	margin-bottom: 20px;
}
ul.panel-list li a{
	color: var(--text-color);
	font-size:13px;	
}
ul.panel-list li.selected a{
	color: var(--links-buttons);
}
/* Header */
.cms-header h2.title {
    font-family: Arial;
    font-size: 24px;
    margin-bottom: 15px;	
}

.cms-header p {
	font-size: 14px;
	font-family: Arial;
	margin-bottom: 30px;
	text-align: justify;
}
.cms-header {
	font-size: 14px;
	font-family: Arial;
	margin-bottom: 30px;
	text-align: justify;
}

.cms-header ol{
	padding-left: 35px;
    padding-top: 20px;
    width: 180px;
}
.cms-header ol{
	padding-left: 0;
	margin-bottom: 20px;
}
.cms-header ol li{
	margin-bottom: 20px;
	font-size: 14px;
}
.cms-header ol li span { 
	font-weight: normal; 
}

.cms-header ul{
	padding-left: 35px;
    padding-top: 20px;
 
}
.cms-header ul{
	padding-left: 0;
	margin-bottom: 20px;
}
.cms-header ul li{
	list-style: disc;
	margin-bottom: 20px;
	font-size: 14px;
}

/* Content */
.content{
	margin:0;
	margin-bottom: 25px;
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
}
/* Text */
#cms-content h3.subtitle {
	clear: left;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 5px;
}

.content p {
	text-indent: 40px;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 15px;
	text-align: justify;
	color: #4D5356;
}

.content ol{
	padding-left: 35px;
    padding-top: 20px;
   
}
.content ol{
	padding-left: 0;
	margin-bottom: 20px;
}
.content ol li{
	margin-bottom: 20px;
	font-size: 14px;
}
.content ol li span { font-weight: normal; }

.content ul{
	padding-left: 35px;
    padding-top: 20px;
    
}
.content ul{
	padding-left: 0;
	margin-bottom: 20px;
}
.content ul li{
	list-style: disc;
	margin-bottom: 20px;
	font-size: 14px;
}


/* Form */
#question-form{
	clear: left;
	float: left;
	height: 40px;
	background-color: #eceef0;
	border-radius: 3px;
	width: 676px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 5px 15px;
}
#question-form form{
	float:right;
	width: 435px;
	height: 35px;
	border-radius: 3px;
	background-color: white;
	margin-top: 2px;
}

#question-form form span{
	background: url("/app/templates/default/images/masterStore.png") no-repeat scroll -105px -66px transparent;
    display: inline-block;
    float: left;
	height: 17px;
    margin: 7px 0 7px 7px;
    width: 17px;	
}
#question-form input{
	float:right;
	border: medium none;
    color: #AEB6B9;
    font-family: Arial,Sans-serif;
    font-size: 12px;
    font-style: italic;
    height: 32px;
    width: 360px;
    text-align: right;
    margin-right: 25px;
}
#question-form a,
#question-form span{
	float: left;
	vertical-align: middle;	
	font-size: 14x;
	color: #2E5EB6;
	line-height: 35px;
	margin-right: 10px;
	font-family: Arial;
}
/* Questions */
h3.title_questions{
	text-transform: uppercase;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #4D5356;
}
#cms-content ul.questions {
	list-style: none;
	float:left;
	margin-bottom: 25px;
}

ul.questions li.normal{
	border-bottom: 4px solid transparent;
    border-left: 6px solid #4A4C50;
    border-top: 4px solid transparent;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 1px;
}
ul.questions li a>span{
	float: left;	
	margin-right: 5px;
}
ul.questions li a>span{
	margin-top: 4px;	
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px;
    height: 1px;
    width: 1px;
	margin-right:15px;    
}
ul.questions li a>span.icon-expand{
	margin-top: 7px;
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    height: 1px;
    width: 1px;
}
ul.questions li a {
    color: var(--text-color);
    float: left;
    font-family: Arial;
    font-size: 14px;
    overflow: hidden;
    padding-left: 0;
    width: 100%;
	margin-bottom: 20px;
}
ul.questions li .answer {
	clear: left;
	float: left;
	padding: 15px 0;
	margin: 10px 0;
	font-family: Arial;
	font-size: 14px;
	border-top: 1px solid #ebedef;
	border-bottom: 1px solid #ebedef;
	width: 100%;
}

ul.questions li .answer span {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}
ul.questions.cms_microsite li .answer{
	float: unset !important;
	width: 100% !important;
	color: white;
	margin-left: 0px !important;
	text-align: justify;
}

ul.questions.cms_microsite{
	list-style: none;
	max-width: 1200px;
	display: table;
}

ul.questions.cms_microsite li a{
	color: white !important;
	background-color: unset;	
	width: unset;
	margin-left: 35%;
	font-size: 26px;
	text-decoration: none;	
}
ul.questions.cms_microsite {
    width: 80%;
    padding-left: 0;
    margin: auto;
    margin-bottom: 15px;
}

.answer p{
	text-align: justify;
	margin-bottom: 10px;
}
#cms-description a:selected {
	color: #232526;
}

.mainContentWrapper {
	margin: 0 auto;
	
}

@media screen and (max-width: 900px){
	#cms,.mainContentWrapper,#cms-content,#panel,#cms-content ul.questions{
		width: 100% !important;
	}
	#cms{
		padding-left: 0;
		padding-right: 0; 
	}
}

@media screen and (max-width: 600px){
	#cms,.mainContentWrapper,#cms-content,#panel,
	#cms-content ul.questions,ul.questions li .answer{
		width: 100% !important;
	}
	#cms,ul.questions li .answer,ul.questions li a{
		padding-left: 0;
		padding-right: 0; 
		margin-right: 0;
		margin-left: 0;
	}
	#left-column{
	    float: none;
	    width: 100%;
	    display: block;	 
	}
	
	#right-column {
	    float: none;
	    width: 100%;
	    display: inline-block;
	}
	ul.questions li a{
		width: 100%;
	}
}



/*Micrositios */



html {
  height: auto;
}

.div-hero-logo-franchise {
  display: block !important;
}

.container-4.w-container{
	max-width: 1200px !important;
	margin: auto;
}

.container-5.w-container{
	max-width: 1222px;
    margin: auto;
}

.container-5{
	box-shadow: unset;
	background-image: unset;
	margin-bottom: 15px !important;
}

div.card img {
    height: 176px;
}

.tabs-menu{
	padding-left: unset;
}
.tab-link {
	border-top: 1px solid #969CAA;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 1.4rem;
	margin-top: 2rem;
	padding-top: 6px;
}

span.original_price{
	color: white;
}

.card{
    width: 136px;
    height: 371px;
    margin-right: 10px;
    padding: 15px;
    text-align: left;
    padding-left: 0;
}

body .hero-gta {
	height: 725px;
	padding-top: 90px;
}
body .hero-gta.bigger {
	height: auto;
	padding-top: 90px;
}

.hero-gta .first_section{
	max-width: 1200px;
	margin: auto;
}
.hero-gta .main .element{
	display: inline-block;
    width: 40%;
    height: 50%;
    float: right;
    /* background: purple; */
    background-repeat: no-repeat;
    background-color: #000; 
    background-size: contain;
    /* background-position-y: center; */
    position: relative;
}
.hero-gta .main .element .card-price{
	text-shadow: unset;
	text-transform: capitalize;
	font-size: 15px;
	display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: black;
    padding: 5px;
}	
.hero-gta .main .element:first-child{
	display: inline-block;
    width: 58%;
    height: 100%;
    float: left;
    /* background: gray; */
    background-size: contain;
    background-repeat: no-repeat;
    /* background-color: #000; */
    background-size: contain;
    background-position-y: center;
}
.section-3-video-gta {
  height: 600px;
  /*background-image: url(/app/templates/default/images/fifa-modulo3.jpg);*/
}
.section-6 {
  height: auto;
}

/* Newsletter box */
.box-header > .newsletter-text {
	font-weight: 600;
	text-transform: uppercase;
}
#newsletter-box {
	color: #fff;
	font-family: "Roboto", sans-serif;
	max-width: 480px;
	margin: 0 auto;
}
#newsletter-box > .header-text p {
	display: block;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0 auto;
}
#newsletter-box > .header-text p.first-child {
	font-size: 1.4rem;
    font-weight: 600;
}
#newsletter-box form .form-control {
	-o-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #000;
	font-size: 12px;
	font-weight: 600;
    height: 28px;
}
#newsletter-box form > .row >.col-md-6 {
	padding: 0 5px;
}
.newsletter-box-wrapper {
	margin-bottom: 30px;
}

@media screen and (max-width: 710px){
	.main {
		height: 510px !important;
	}

	.hero-gta .main .element:first-child {
	    display: block;
	    width: 100%;
	    height: 50%;    
	    float: none;
	}
	.hero-gta .main .element {
	    display: block;
	    width: 100%;
	    height: 27%;
	    float: none;	    
	}

}
@media screen and (max-width: 767px){
	ul.questions.cms_microsite li a{
		margin-left: 0px;
	}
	.hero-gta {
    	height: 800px !important;
	}
	img#logo {
		margin-top: 16px;
		height: auto;
	}
}

@media screen and (max-width: 569px) {
  body .hero-gta {
    background-position-x: -145px;
  }

  .section-3-video-gta {
    padding-top: 210px;
  }
  
}


@media screen and (max-width: 540px) {

  .section-3-video-gta {
    background-position-x: -677px;
  }

  .hero-gta .main .element{
  	display: block;
  	float: unset;
  	width: 100%;
  }

  ul.questions.cms_microsite {
	width: 90%;
  }  
}

@media screen and (max-width: 360px) {
	p.offer_title{
		display: none;
	}
	ul.questions.cms_microsite li a{
		float: unset !important;	
	}	
}