/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


@import url("//hello.myfonts.net/count/356c33");

  
@font-face {font-family: 'FFDINWebProBold';
	src: url('webfonts/356C33_0_0.eot');
	src: url('webfonts/356C33_0_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/356C33_0_0.woff2') format('woff2'),
		url('webfonts/356C33_0_0.woff') format('woff'),
		url('webfonts/356C33_0_0.ttf') format('truetype');}

@font-face {font-family: 'FFDINWebProMedium';
	src: url('webfonts/356C33_0_0.eot');
	src: url('webfonts/356C33_0_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/356C33_0_0.woff2') format('woff2'),
		url('webfonts/356C33_0_0.woff') format('woff'),
		url('webfonts/356C33_0_0.ttf') format('truetype');}

@font-face {font-family: 'FFDINWebPro';
	src: url('webfonts/356C33_0_0.eot');
	src: url('webfonts/356C33_0_0.eot?#iefix') format('embedded-opentype'),
		url('webfonts/356C33_0_0.woff2') format('woff2'),
		url('webfonts/356C33_0_0.woff') format('woff'),
		url('webfonts/356C33_0_0.ttf') format('truetype');}

h1,h2,h3,h4,h5,h6{font-family: 'FFDINWebProMedium';font-weight:normal !important;}
a{font-family: 'FFDINWebProBold';font-weight:normal !important;}
p{font-family: 'FFDINWebPro';font-weight:normal !important;}
body{font-family: 'FFDINWebPro';font-weight:normal !important;}
.arial-websave {font-family: 'FFDINWebPro';font-weight:normal !important;}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}