@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,300,700&subset=latin,latin-ext);

body {
    overflow-x: hidden;
    color: #666;
    font-weight: 400;
    padding:0;
    margin: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

ul, li {
    padding: 0 ;
    margin: 0 ;
    list-style-type: none;
    line-height: 1.6;
    
}
img {
	width: 100%;
	max-width: 100%;
    
}
.container {
	margin: 0 auto;    
}
header {
    background-color: #fff;
    height: 120px;
    padding: 30px 0;
    text-align: center;
    
}
header .logo{
    display: inline-block;
    max-width: 130px;
    
}
.col{
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	padding: 5px 0;
	float: left;
	width: 33.33333333333%;    
}
.col ul{
	padding: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0px;
    top: 400px;
    width: 100%;
    text-align: center;
    
}
.col ul li{
	padding: 0 0 8px 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}
.col a{
	margin: 0 5px;
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    padding: 0 0 15px 0;
    position: relative;
}

.col a:hover{
    padding: 0 0 150px 0;
}

.col a:hover ul{
	display: block;
	opacity: 1;
    top: 340px;
}

.col a:hover .img-holder img{
	width: 100%;
	max-width: 100%;
	margin-left: 0px;
}





.col a .head{
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 10px 0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}
.img-holder{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}
.img-holder img{
	display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 120%;
	max-width: 120%;
	margin-left: -40px;
}
.title{
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	color: #fff;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding: 30px 0;
}

.toborzas{
	background-color: #673823;
	    
}
.toborzas .title{
    
}
.munkahelyi{
	background-color: #e86610;
	    
}
.munkahelyi .title{
    
}
.outplacement{
	background-color: #1a6619;
	    
}
.outplacement .title{
    
}
.hr-onsite{
	width: 100%;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	display:block;
}
.hr-onsite a{
	background-color: #a11220;
	padding: 0 0 0 40px;
	    
}
.hr-onsite .img-box{
	width: 29.6%;
	display: inline-block;
	overflow: hidden;
	float: left;
	margin: 0 0 -4px 0;
	    
}
.hr-onsite .title{
	display: inline-block;
	margin-top: 5%;
	    
}
.hr-onsite a:hover{
    padding: 0;
}
.hr-onsite a:hover{
	padding: 0 0 0 40px;
}
.hr-onsite a:hover .img-holder img{
	width: auto;
	max-width: auto;
}


@media (min-width: 992px) {
	.container {
    	width: 960px;
	}

}
@media (max-width: 991px) {
	.container {
    	width: 680px;
	}


}
@media (max-width: 680px) {
	.container {
    	width: 320px;
	}
	.col {
    	width: 100%;
    	float: none;
	}
	.hr-onsite a{
		padding: 0;
		    
	}
	.hr-onsite .img-box{
		width: 100%;
	}
	.hr-onsite .title{
		margin-top: 3%;
		    
	}
	.title{
		font-size: 16px;
	}

}
