@media screen and (min-width:1920px){

}
@media (min-width:1600px) and (max-width:1920px){
	

}
@media (min-width:1440px) and (max-width:1600px){

}
@media (min-width:1280px) and (max-width:1440px){

}
@media (min-width:1024px) and (max-width:1281px){

}
@media (min-width:768px) and (max-width:1024px){
	
}
@media (max-width:768px){
	.top-contact{
		text-align: center;
	}	
	.top-contact>ul{
		margin-bottom:5px;
		width:100%;
	}
	.top-contact>ul>li{
		display: inline-block;
		float:none;
	}
	.top-lang>ul{
		text-align: center;
		margin-bottom:3px;
	}
	.top-lang>ul>li{
		display: inline-block;
		float:none;
	}
	.navbar-toggle {
	    position: relative;
	    float: right;
	    padding: 9px 10px;
	    margin-top: 16px;
	    margin-right: 15px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
	.foot-logo{
		margin-bottom:20px;
	}
	.copyright{
		text-align: center;
	}
	.design{
		text-align: center;
	}
}