/*imp*/
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "bootstrap.css";
@import "odometer-theme-default.css";

/*fonts*/
@font-face {
	font-family: 'WorkSansExtraLight';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/WorkSans-ExtraLight.woff) format('woff');
}
@font-face {
	font-family: 'WorkSansLight';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/WorkSans-Light.woff) format('woff');
}
@font-face {
	font-family: 'WorkSansRegular';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/WorkSans-Regular.woff) format('woff');
}
@font-face {
	font-family: 'WorkSansSemiBold';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/WorkSans-SemiBold.woff) format('woff');
}
@font-face {
	font-family: 'WorkSansBold';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/WorkSans-Bold.woff) format('woff');
}

html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
	background: url('../images/services-bg.png') no-repeat;
	background-size: cover;
	background-position: center center;
    font-family: WorkSansSemiBold, sans-serif;
	font-size: 25px;
	line-height: 30px;
	color: #fff;
}
a{
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover, a:focus{
    color: #fff;
    text-decoration: underline;
}
.centerdiv{
	width: 82.9%;
	margin: 0px auto;
	margin-top: 120px;
}

.content{
}

h2.slogan-title {
    color: #fff;
    font-family: WorkSansSemiBold, sans-serif;
    font-weight: normal;
}
h2.slogan-title span {
    font-family: WorkSansExtraLight, sans-serif;
}
.slogan-title {
	font-size: 80px;
	line-height: 64px;
}
.slogan-title span {
	font-size: 50px;
	line-height: 46px;
}

@media only screen and (max-width: 990px){
	.slogan-title {
		font-size: 60px;
		line-height: 56px;
	}
	.slogan-title span{
		font-size: 50px;
		line-height: 46px;
	}
	.centerdiv{
	margin-top: 0px;
	}
}
@media only screen and (max-width: 590px){
	body {
		line-height: 20px;
	}
	.slogan-title {
		font-size: 50px;
		line-height: 46px;
	}
	.slogan-title span{
		font-size: 40px;
		line-height: 36px;
	}
	.centerdiv{
	margin-top: 0px;
	font-size: 18px;
	}
}
@media only screen and (max-width: 340px){
	body {
		line-height: 16px;
	}
	.slogan-title {
		font-size: 30px;
		line-height: 26px;
	}	
	.slogan-title span {
		font-size: 25px;
		line-height: 26px;
	}
	.progress-bar-szazalek{
		font-size: 16px!important;
		line-height: 26px!important;
	}
	.centerdiv{
	margin-top: 0px;
	font-size: 16px;
	line-height: 16px;
	}
	.progress{
	height: 28px!important;
	}
}
.left-content-osszeg,.aholtart,.mertek{
	font-family: 'fordmedium';
	line-height: 31px;
	font-size: 30px;
	color: #fff;
	
	vertical-align: middle;
}
.progress{
	height: 38px;
	width: 100%;
	margin: 0px auto;
	background: #fff;
	border: 1px solid #fff;
	//-webkit-box-shadow: inset 0 3px 5px rgba(19, 26, 28, 0.15);
	//box-shadow: inset 0 3px 5px rgba(19, 26, 28, 0.15);
	border-radius: 0px;
}
.progress-bar {
	-webkit-transition: width 2.0s ease;
	transition: width 2.0s ease;
	background: #d91b5c;
	color: #fff;
	
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: right;
	
}
.progress-bar-szazalek{
	font-family: WorkSansSemiBold, sans-serif;
    font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	display: block;
	border: 1px solid #fff;
	padding-right: 5px;
}

.iwlogo-box {
	width: 300px;
	margin: 0 auto;
}
.logo{
	//position: absolute;
	text-align: center;
    width: 300px;
    height: 92px;
    bottom: 3px;
    right: 0px;
    border: 0px;
    background-image: url(../images/interword-logo01.png);
	background-size: cover;
	background-position: 0px -92px;
    background-repeat: no-repeat;
    display: block;
    z-index: 2;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.logo:hover {
    background-position: 0px 0px;
}

@media only screen and (max-width: 590px){
	.iwlogo-box {
		width: 150px;
	}
	.logo{
		//position: absolute;
		text-align: center;
		width: 150px;
		height: 46px;
		background-position: 0px -46px;
	}
}