#controls .btn_hea {
    width: 100%;
    height: 40%;
}
.the-yellow{
	color: #FFDD23;
}

#controls.type6{
	padding: 82px 21px 48px 21px;
	overflow: auto;
}

#controls .btn_hea button {
    display: inline-block;
    width: 180px;
    height: 180px;
    font-size: 20px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    float:left;
    margin : 0 40px;
    line-height: 1.6;
}
#exclam{
	width: 25px;
    margin-top: -10px;
}

#controls .btn_hea button{
    background: #9e9e9e;
}

#controls .btn_hea button + button {
    margin-top: 0px;
}

#controls .btn_hea button.on {
    background-color: #51950c !important;
}
.row.btn-wrap{
	margin: 0px auto;
	display: table;
}
.input_wrap{
	width: 100%;
    text-align: center;      
}
.input_wrap .input-box {
	width: 80%;
    border-radius: 7px;
    height: 60px;
    background: #fff;
    margin-top: -6px;
    line-height: 0;
    font-size: 24px;
	padding: 0 5%;
	color: black;
}

.input-btn {
    display: inline-block;
    margin: 0 auto;
    width: 90%;
    height: 60px;        
    border-radius: 7px;
    font-size: 24px;
    background-color: #9e9e9e;
	margin-top: 10px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: 0 none;
    
}
.info-wrap{
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 25px;
    height: 20%;
    padding-top: 50px;
    line-height: 27px;
}
.info-wrap.detail {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 25px;
    padding: 0;
    line-height: 1.6;
}
.info-wrap img{
	margin-right: 5px;
}
.info-text{
    letter-spacing: -1px;
    word-spacing: -1px;
    line-height: 1.6;
    
}
.info-value-box{	
	text-align: left;
	padding-left: 31%;
}

/*2*/

.info-box{
	background: #30302E;
    padding: 20px;
    margin: 25px;
    border-radius: 7px;    
    letter-spacing: -1px;
    word-spacing: -0.5px;
}
.image-wrap{
    margin: 15px 25px;
    /*height: 30%;*/
}
.image-wrap img{
	width: 100%;
 	height: 100%;
}
.low.input-btn {
	 width: 40%;
	 margin-left: 20px;
}
.low.input-btn:FIRST-CHILD {
	margin-left: 0;
}
#controls .input_wrap button.on {
    background-color: #51950c !important;
}
@media screen and (max-width: 600px) {
	.info-wrap{
		font-size: 20px;
	}
	#controls .btn_hea button{
		width: 140px;
	    height: 140px;
	    margin: 0 25px;
	    font-size: 18px;
	}
	.input_wrap .input-box{
		font-size: 20px;
	}
	.input-btn{
		font-size: 20px;
	}

}
@media screen and (max-width: 500px) {
	.info-wrap{
		font-size: 17px;
	}
	#controls .btn_hea button{
		width: 120px;
	    height: 120px;
	    margin: 0 20px;
	    font-size: 16px;
	}
	.input_wrap .input-box{
		font-size: 17px;
		height: 50px;
	}
	.input-btn{
		font-size: 17px;
		height: 50px;
	}

}
@media screen and (max-width: 420px) {
	.info-wrap{
		font-size: 16px;
	}
	.info-box{
		font-size: 14px;
		padding: 10px;
	}
	#controls .btn_hea button{
		width: 100px;
	    height: 100px;
	    margin: 0 20px;
	    font-size: 15px;
	}
	.input_wrap .input-box{
		font-size: 16px;
		height: 45px;
	}
	.input-btn{
		font-size: 16px;
		height: 45px;
	}
	/*.image-wrap{
		height: 29%;
	}*/
	.info-text{
		font-size: 16px;
	}
	#exclam{
		width: 15px;
		margin-top: -5px;
	}
}

@media screen and (max-width: 375px) {
	.info-wrap{
		font-size: 14px;
	}
	.info-box{
		font-size: 12px;
	}
	.info-text{ 
		margin-bottom: 14px;
		font-size: 14px;
	}
	#controls .btn_hea button{
		width: 100px;
	    height: 100px;
	    margin: 0 20px;
	    font-size: 15px;
	}
	.input_wrap .input-box{
		font-size: 14px;
		height: 40px;
	}
	.input-btn{
		font-size: 14px;
		height: 40px;
	}
	/*.image-wrap{
		height: 27%;
	}*/

}

@media screen and (max-width: 340px) {
	.info-wrap{
		font-size: 12.5px;
	}
	.info-box{
		font-size: 11px;
		margin: 10px 25px;
	}
	.info-text{
		margin-bottom: 10px;
		font-size: 13px;
	}
	#controls .btn_hea button{
		width: 90px;
	    height: 90px;
	    margin: 0 15px;
	    font-size: 13px;
	}
	.input_wrap{
		top: 32%;
	}
	.input_wrap .input-box{
		font-size: 14px;
		height: 40px;
	}
	.input-btn{
		font-size: 14px;
		height: 40px;
	}
	#exclam{
		width: 12px;
		margin-top: -4px;
	}

}
@media screen and (min-width: 1025px){
	#controls.type6{padding-top:70px !important ;}
}