body{
	background-color: #9c1f24;
}

*{
	color: #fff;
}



/**/


header{
	height: 80px;
	padding:10px 0px; 
	text-align: center;
	background-color: #fff;
}

.logo{
	height:100%;
	width: auto;
}

footer{
	text-align: center;
	background-color: #333;
	line-height: 5vh;
	font-size: 12px;
}

/**/

#QA{
    width: 500px;
    margin: 25px auto;
    overflow: auto;
    min-height: 80vh;
}

#iframeDOM{
	width: 100%;
}

#startBG{
	margin-top: 15px;
}


#startBG>p{
	margin: 15px 0;
}

#startBG .img>img{
	width: 100%;
}

#questionBG{
	display: none;
}

#question{
	color: #fff;
	line-height: 38px;
}

#question:before{

}

ul#AllAnswer{
	padding: 0;
	margin: 50px 0px;
}


ul#AllAnswer li.answer{
    cursor: pointer;
    color: #fff;
    list-style-type: none;
    margin: 15px 0px;
    padding:10px 25px;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 25px;
}


ul#AllAnswer li.answer:hover,
ul#AllAnswer li.answer.active{
	background-color: #fff;
	color: #000;
}




h1{
	color: yellow;
	border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

p{
	font-size: 16px;
	line-height: 32px;
}


.img{
	text-align: center;
    background-color: #fff;
    padding: 15px;
    /*border-radius: 15px;*/
}

.img>img{
	width: 60%;

}

.shareBTN{
	background-color: #4267b2;
	color: #fff;
	border: 0px;
	margin-top: 25px;
    width: 49%;
}

.reloadBTN{
	margin: 25px 0px 0px 10px;
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    width: 48%;
}

.reloadBTN:hover{
	color: #333;
    background-color:#fff;
}


h3.tittle{
    color: yellow;
    border-top: 1px solid #fff;
    padding: 15px 0px;
}

.productItem:nth-child(2n+1){
	clear: both;
}


.productItem:nth-child(odd){
	padding-left: 0px;
}


.productItem:nth-child(even){
	padding-right: 0px;
}


.allProduct{
	overflow: auto;
}

.allProduct .thumbnail{
	border-radius: 0px;
}


.allProduct .thumbnail h4{
	color: #0061a2;
    font-size: 16px;
}

.allProduct .thumbnail P{
	color: #333;
    font-size: 14px;
    line-height: 20px;
}

.allProduct .thumbnail:hover{
	text-decoration: none;
}

@media (max-width: 767px){
	header{
		height: 60px;
	}
	#question{
	    font-size: 26px;
	    line-height: 30px;
	}
	#QA{
	    width: 90%;
	}
}
