.hirlevel-doboz {
    margin-bottom: 25px;
    background-color: #424040;
}

.hirlevel-doboz .head {

}

.hirlevel-doboz .error {
	display: none;	
	background: #F04923;
	margin: 0 0 10px 0;
	padding: 5px;
	color: white;
}

.hirlevel-doboz .valasz {
	display: none;	
	background: #3A9CFD;
	margin: 0 0 10px 0;
	padding: 5px;
	color: white;
}

.hirlevel-doboz h3 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.hirlevel-doboz h3 span {
    width: 15px;
    height: 1px;
    display: inline-block;
}

.hirlevel-doboz h3 a {
    margin-top: 9px;
    color: #fff;
    display: inline-block;
}

.hirlevel-doboz .cont {
    padding: 25px 20px;
    overflow: hidden;
}

.hirlevel-doboz .hirlevel-tipusok {
    margin-bottom: 10px;
    overflow: hidden;
}

.hirlevel-doboz input[type="radio"] {
    margin: 3px 5px;
    float: left;
}

.hirlevel-doboz label {
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    float: left;
}

.hirlevel-doboz input[type="text"] {
    margin-right: 9px;
    padding: 5px;
    width: 130px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #959595;
    float: left;
}

.hirlevel-doboz .button {
    padding: 6px 5px 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background-color: #3a9cfd;
    display: inline-block;
    float: left;
}

/* responsive */

@media (min-width: 300px) {
    .hirlevel-doboz .head {
        height: 44px;
        background-color: #f04923;
        /*background-color: #424040;*/
        border-top: 5px solid #3b3d3d;
    }
}
@media (min-width: 490px) {
    .hirlevel-doboz .head {
        height: 28px;
        background-color: #f04923;
        /*background-color: #424040;*/
        border-top: 0;
    }
}