#botonera.big {
	width:488px;
	left:31.7%;
}

#botonera.big div {
	border:none;
}

#botonera.big:before {
	left:1px;
	width:99%;
}

/* ======================== */

#botonera.small {
	width:345px;
	left:37%;
}

#botonera.small div {
	border:none;
}

#botonera.small:before {
	left:-2px;
	width:99.9%;
}

/* ======================= */

.tab-container {
	 
}

.tab-container .panel-container {
	border:none !important;
	background:none !important;
}

.tab-container .etabs .tab {
	background:none !important;
	border:none !important;
}

.tab-container .etabs .tab a {
	padding-top:0;
	display: inline-block;
	width:90px;
	height:107px;
	background-size: 100%;
}

.tab-container .etabs .tab.active {
	padding-top:0;
}

.tab-container .etabs .tab a#tab1 {
	background-image: url(../img/03_01_05_btn1.png) !important;
}
.tab-container .etabs .tab a#tab1.active {
	background-image: url(../img/03_01_05_btn1_active.png) !important;
}

.tab-container .etabs .tab a#tab2 {
	background-image: url(../img/03_01_05_btn2.png) !important;
}
.tab-container .etabs .tab a#tab2.active {
	background-image: url(../img/03_01_05_btn2_active.png) !important;
}

.tab-container .etabs .tab a#tab3 {
	background-image: url(../img/03_01_05_btn3.png) !important;
}
.tab-container .etabs .tab a#tab3.active {
	background-image: url(../img/03_01_05_btn3_active.png) !important;
}

.tab-container .etabs .tab a#tab4 {
	background-image: url(../img/03_01_05_btn4.png) !important;
}
.tab-container .etabs .tab a#tab4.active {
	background-image: url(../img/03_01_05_btn4_active.png) !important;
}

.tab-container .etabs .tab a#tab5 {
	background-image: url(../img/03_01_05_btn5.png) !important;
}
.tab-container .etabs .tab a#tab5.active {
	background-image: url(../img/03_01_05_btn5_active.png) !important;
}

#tabs1, #tabs2, #tabs3, #tabs4, #tabs5 {
	padding-left:40px;
	text-align: left;
}

.title {
	font-size: 2em;
	color:#FFF;
}

.option {
	font-size:1.8em;
	margin:10px;
	text-indent: 30px;
	position: relative;
	color:#FFF;
}

.option:hover {
	cursor: pointer;
}

.option:after {
	content:'\f096';
	font-family: FontAwesome;
	font-size: 1.7em;
	position: absolute;
	top:-3px;
	left:-50px;
}

.option.checked:after {
	content:'\f046';
	font-family: FontAwesome;
	font-size: 1.7em;
	position: absolute;
	top:-3px;
	left:-50px;
}

.optionA:before {
	content: 'a) ';
	color:#EBC801;
}
.optionB:before {
	content: 'b) ';
	color:#EBC801;
}
.optionC:before {
	content: 'c) ';
	color:#EBC801;
}
.btnCont {
	width:200px;
	height:80px;
	border-radius: 10px;
	background:#E87900;
	text-align: center;
	font-size:2em;
	position: absolute;
	top:400px;
	left:580px;
	line-height:80px;
	color:#FFF;
}

.btnCont:hover {
	cursor: pointer;
}

.askCont {
	font-size: 0.8em;
	width:1200px;
	position: absolute;
	top:240px;
	left:90px;
	text-align: left;
}

.highlight {
	color:#EBC801;
}