/* Structure */
#cms { /*font-family: Trebuchet sans, Arial;*/
	background-color: #fff;
	clear: both;
	padding: 20px 20px 30px 0;
	min-height:600px;
	margin: auto;
}

.tab-link {
    padding: 10px;
    text-align: left;
}
#left-column {
	float: left;
	width: 220px;
	display: table-cell;
}
#right-column {
	float: left;
	width: 706px;
	display: table-cell;
}
#cms-content {
	margin-left: 14px;
	width: 696px;
}
 .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;
	width: 220px;
}
#panel .panel-title{
    font-size: 13px;
    font-weight: 600;
    height: 42px;
    line-height: 45px;
    text-align: center;
}
#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.selected{
	list-style: disc;
}
ul.panel-list li a{
	color: #2e5eb6;
	font-size:13px;	
}
ul.panel-list li.selected a{
	color: #303537;
}
/* Header */
.cms-header h2.title {
    color: #232526;
    font-family: Arial;
    font-size: 24px;
    margin-bottom: 15px;	
}

.cms-header p {
	font-size: 14px;
	color: #4d5356;
	font-family: Arial;
	margin-bottom: 30px;
	text-align: justify;
}
.cms-header {
	font-size: 14px;
	color: #4d5356;
	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;
	color: #4d5356;
	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 #4e5054;
    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: #4e5054 transparent transparent transparent;
    border-style: solid;
    border-width: 5px;
    height: 1px;
    width: 1px;
}
ul.questions li a{
	background-color: #fefefe;
    color: #2E5EB6;
    float: left;
    font-family: Arial;
    font-size: 14px;
    overflow: hidden;
    padding-left: 0;
    width: 670px;
	margin-bottom: 20px;
	margin-left: 30px;	
}
ul.questions li .answer {
	clear: left;
	float: left;
	padding: 15px 0;
	margin: 10px 0;
	font-family: Arial;
	font-size: 14px;
	color: #232526;
	border-top: 1px solid #ebedef;
	border-bottom: 1px solid #ebedef;
	width: 630px;
	margin-left: 60px;
}

ul.questions li .answer span {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #7a8386;
	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;
}

body .navbar {
	
}

.contentIsolator {
	overflow:auto;
	width: 100%;
}

.mainContentWrapper {
	margin: 0 auto;
	max-width: 1400px;
}

@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; 
	}
	#left-column{
	    float: none;
	    width: 29%;
	    display: inline-block;	 
	}
	
	#right-column {
	    float: none;
	    width: 60%;
	    display: inline-block;
	}
}

@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{
	text-align: center;
}

.container-5.w-container{
	max-width: 722px;
    margin: auto;
}

.container-5{
	box-shadow: unset;
	background-image: unset;
	margin-bottom: 15px !important;
}

div.card img {
    height: 176px;
    width: 121px;
}

.tabs-menu{
	padding-left: unset;
}


span.original_price{
	color: white;
}

.hero-gta .card-title, .section-2-categories .card-title, .section .card-title {
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-shadow: -1px 1px 3px black;
    margin-top: 8px;
    height: 65px;
}

.card{
    width: 136px;
    height: 371px;
    margin-right: 10px;
    padding: 15px;
    text-align: center;
    padding-left: 0;
    display: inline-block;
    background: none!important;
    border: none;
}

.hero-gta .card-title, .section-2-categories .card-title, .section .card-title {
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-shadow: -1px 1px 3px black;
    margin-top: 8px;
    height: 65px;
}

body .hero-gta {
  /*background-image: url(/app/templates/default/images/fifa-modulo1.jpg);*/
  height: 725px;
  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: 800px;
  padding-top: 10px;
  margin-bottom: 20px;
  background-size: cover;
  /*background-image: url(/app/templates/default/images/fifa-modulo3.jpg);*/
}

.section-3-video-gta img{
	margin: auto;
	display: block;
	width: 500px;
}

.section-3-video-gta iframe {
  margin: auto;
  width: 80%;
  display: block;
  height: 600px;
  /*background-image: url(/app/templates/default/images/fifa-modulo3.jpg);*/
}

.section-6 {
  height: auto;
}

/* .section-2-categories {
  display:none;
} */

.section-fifa-totw {
  /*background-image: url(/app/templates/default/images/FIFAmorado.jpg);*/
  background-position: center 57%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  top: -80px;
  position: relative;
}

.section-fifa-totw .info {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 350px;
}

.graphic-totw {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 353px;
  /* padding: 90px 0px; */
  /*background-image: url(/app/templates/default/images/totw-08.jpg);*/
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  /* margin-top: 73px; */
}

.graphic-totw a.w-inline-block.w-lightbox{
  top: 20%;
  position: relative;
}

p.offer_title{
	color: red;
	display: inline-block;
	margin-right: 2px;
}

@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;
	}
	.section-3-video-gta iframe{
		height: 300px;
	}
	.section-3-video-gta{
		height: 500px;
	}
}

@media screen and (max-width: 569px) {
  body .hero-gta {
    background-position-x: -145px;
  } 
}


@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;	
	}
	
}

.box-title {
    border-top: 1px solid #969CAA;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding-top: 6px;
}

.wrapper-box {
    max-width: 1222px;
    height: 100%;
    margin: 0 auto 30px;
    width: 100%;
}

#newsletter-box {
    color: #fff;
    max-width: 480px;
    margin: 0 auto;
}

.section-2-categories h1 {
    font-size: 20px;
}