@import 'global.css?v1';
@import 'header.css';
@import 'home.css';
@import 'footer.css';

@font-face {
    font-family: DINPro Regular;
	src: url('../../fonts/DINPro-Regular.eot');
	src: local("?"),
  	url("../../fonts/DINPro-Regular.ttf") format("truetype");
	font-weight: normal;
}

@font-face {
    font-family: DINPro Medium;
	src: url('../../fonts/DINPro-Medium.eot');
	src: local("?"),
  	url("../../fonts/DINPro-Medium.woff") format("woff"),
  	url("../../fonts/DINPro-Medium.ttf") format("truetype");
	font-weight: normal;
}

@font-face {
    font-family: DINPro Bold;
	src: url('../../fonts/DINPro-Bold.eot');
	src: local("?"),
  	url("../../fonts/DINPro-Bold.ttf") format("truetype");
	font-weight: normal;
}

@font-face {
    font-family: DINPro Black;
	src: url('../../fonts/DINPro-Black.eot');
	src: local("?"),
  	url("../../fonts/DINPro-Black.woff") format("woff"),
  	url("../../fonts/DINPro-Black.ttf") format("truetype");
	font-weight: normal;
}

@font-face {
    font-family: OpenSans-ExtraBold;
	src: url("../../fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
	font-weight: normal;
}
@font-face {
    font-family: OpenSans-Bold;
	src: url("../../fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
	font-weight: normal;
}
@font-face {
    font-family: OpenSans-Medium;
	src: url("../../fonts/OpenSans/OpenSans-Medium.ttf") format("truetype");
	font-weight: normal;
}
@font-face {
    font-family: OpenSans-Light;
	src: url("../../fonts/OpenSans/OpenSans-Light.ttf") format("truetype");
	font-weight: normal;
}
@font-face {
    font-family: OpenSans-SemiBold;
	src: url("../../fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
	font-weight: normal;
}
@font-face {
    font-family: OpenSans-Regular;
	src: url("../../fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
	font-weight: normal;
}

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

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

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

@media screen and (max-width:991px){
	
}

@media screen and (max-width:768px){
	
}

@media screen and (max-width:479px){
	
}

@media screen and (max-width:399px){
	
}