/*
méretek:
     - 480
     - 767
768  - 979
980  -
1200 -

lehetosegek:
@media (min-width: 768px) and (max-width: 979px) {
@media (max-width: 767px) {
@media (min-width: 1200px) {
*/



@media (max-width: 991px) {
	.header {
		background-position: top left;
	}
	.header .container,.header{
		position: relative;
	}
	.header .szlogen{
		//display: none;
		left: auto;
		right: 20px;
	}
	
	body {
		/* Margin bottom by footer height */
		margin-bottom: 0px;
	}
	.footer{
		height: auto;
		position: static;
	}
	
	.footer-menu a{
		border: 0px;
	}
	.footer-menu {
		text-align: center;
		height: auto;
	}
	
	.footer-vksz-logo-box{
		height: 120px;
	}
	.footer-iso-logo{
		position: static;
		margin: auto;
		background-position: center
	}
	.mobil-teljes{
		display: block;
		
	}
	.footer-vksz-logo{
		display: none;
	}
	.footer-iw-logo-box {
		height: 45px;
	}
	.footer-iw-logo{
		left: 50%;
		margin-left: -75px;
	}
	
	.hirlista .img-box{
		border: 0px;
		background: none;
		display: inline-block;
		text-align: left;
	}
	.navbar .navbar-nav>li>a{
		display: block;
		text-align: left;
		height: auto;
		padding: 10px 15px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav {
		float: none;
	}
	.navbar-nav {
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar .navbar-nav>li {
		margin: 0;
	}
	.navbar .navbar-nav>li>a{		
		padding: 5px 30px 5px;
		height: 50px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	/*hirlista */
	.hirlista .col-xs-4{
		padding-right: 0px;
	}
	.hirlista .col-xs-8,
	.hirlista .col-xs-12{
		padding-left: 15px;
	}
}

@media (max-width: 767px) {
	.header-img{
		border: 0px;
	}
	.header{
		height: auto;
	}
	.header .logo h1, .header .logo img, .header .logo{
		display: block;
	}
	.header .logo img{
		//max-width: 70%;
		//margin: auto;
		height: 60px;
	}
	.header .logo{
		width: auto;
	}
	.header .szlogen{
		font-size: 16px;
		top: 25px;
		right: 15px;
		line-height: 18px;
	}
	
	/*hirlista*/
	.divider{
		margin-bottom: 20px;
	}
	.hirlista {
		margin-bottom: 10px;
	}
	.hirlista .col-xs-4{
		padding-right: 0px;
	}
	.hirlista .col-xs-8{
		padding-left: 15px;
	}
	.hirlista .img{
		border: 0px;
	}
	
	.hirlista .title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 0px;
		text-transform: none;
	}
	.hirlista .description{
		font-size: 12px;
		line-height: 15px;
		height: 45px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.hirlista .date {
		float: left;
		margin-top: 0px;
		padding: 5px 0px;
		margin-left: 0px;
		font-size: 12px;
	}

	/*hirlista end*/
	
	.content-right-box .title{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	body {
		/* Margin bottom by footer height */
		margin-bottom: 0px;
	}
	.footer{
		height: auto;
	}
	.footer-menu a{
		display: block;
		margin: 10px 0px;
	}
	
	.footer-iw-logo{
		background-image:url(../nyito/design/iwlogo-270x66px.png);
		background-repeat: no-repeat;
		background-position: 0px -17px;
		background-size: 135px 33px;
		width: 140px;
	}
	
	.footer-iw-logo:hover:after {
		opacity: 0;
	}
	
}

@media (max-width: 480px) {
	
}