#header_services{
	background-image: url('../images/headers/szolgaltatasaink.jpg');
}

#content_services .container:last-child{
	margin-top: -50px;
	font-size: 2.0rem;
}
#content_services .container{
	max-width: 1200px;
}

#content_services .container div img{
	margin-top: 20px;
	margin-bottom: 10px;
	max-width: 90%;
}
#content_services .container .title{
	font-size: 3rem !important;
	margin-top: 60px;
}

#content_services .blue_hrs{
	z-index: 1;
	position: relative;
	bottom: -132px;
	margin-top: 90px;
	height: 1px;
	width: 200%;
	left: -50%;
}
#content_services .lightblue_hr{
	width: 30%;
	height: 100%;
	background: #3cb9c4;
	position: absolute;
}
#content_services .lightblue_hr.first_child{
	left: 0;
}
#content_services .lightblue_hr.last_child{
	right: 0;
}
#content_services .gray_hr{
	width: 40%;
	height: 100%;
	background: #d1d3d4;
	position: absolute;
	left: 30%;
}
#content_services .quick_box{
	max-width: 255px;
	height: 490px;
	border-radius:8px;
	border: 1px solid #dcddde;
	background: #FFFFFF;
	position: relative;
	padding: 0;
	margin: 0 auto;
	z-index: 2;
	margin-bottom: 30px;
}
#content_services .quick_box .box_title{
	color: #62c3cc;
	width: 100%;
	height: 130px;
	text-align: center;
}
#content_services .quick_box .box_title img{
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
#content_services .quick_box .box_title span{
	position: absolute;
	top: 80px;
	display: block;
	text-align: center;
	width: 100%;
	line-height: 20px;
	font-size: 2.5rem;
}
#content_services .quick_box .box_hr{
	width: 100%;
	height: 1px;
	background: #d1d3d4;
}
#content_services .quick_box .box_content{
	padding: 25px;
}
#content_services .quick_box .box_content span{
	max-width: 250px;
	height: 260px;
	font-size: 1.6rem;
	color: #6d6e71;
	text-align: center;
	display: block;
}

#content_services .quick_box .box_content .white_btn{
	color: #62c3cc;
	background: #FFFFFF;
	border: 2px solid #62c3cc;
	width: auto;
	position: relative;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	display: inline-block;
	margin: 0 auto;
	font-size: 1.6rem;
	white-space: normal;
	padding: 10px 25px;
}
#content_services .quick_box .box_content .white_btn:hover{
	color: #FFFFFF;
	background: #62c3cc;
}
.text-message-content{
	padding: 15px 0;
}
.text-message-content > p{
	text-align: center;
}

@media ALL and (max-width: 1200px){
	#content_services .quick_box .box_content{
		padding:18px;
	}
}

@media ALL and (max-width: 992px){
	#content_services .quick_box{
		height: 450px;
	}
	#content_services .quick_box .box_content span{
		height: 230px;
	}
}
@media ALL and (max-width: 768px){
	#content_services .container:last-child{
		margin-top: 10px;
	}
	#content_services .blue_hrs{
		bottom: -112px;
		margin-top: 40px;
	}
	#content_services .quick_box{
		height: 400px;
	}
	#content_services .quick_box .box_title{
		height: 110px;
	}
	#content_services .quick_box .box_title span{
		top: 70px;
	}
	#content_services .quick_box .box_title span.two_row{
		margin-top: -10px;
	}
	#content_services .quick_box .box_content .white_btn{
		bottom: 20px;
	}
}
@media ALL and (max-width: 480px){
	#content_services .blue_hrs{
		margin-top: 25px;
	}
}