/* Start Media Query
----------------------------------------------------------------------*/
@media print { 

@font-face { 
	font-family: 'MiloText'; 
	src: url('/files/cto_layout/font/MiloWeb-Text.woff');
}
@font-face { 
	font-family: 'MiloBold'; 
	src: url('/files/cto_layout/font/MiloWeb-Bold.woff');
}
@font-face { 
	font-family: 'MiloSerifText'; 
	src: url('/files/cto_layout/font/MiloSerifWeb-Text.woff');
}
@font-face { 
	font-family: 'MiloSerifBold'; 
	src: url('/files/cto_layout/font/MiloSerifWeb-Bold.woff');
}

h1,h2,h3,h4,h5,h6 {
  font-family: MiloSerifText; !important;
}

h1 {
	font-size: 24px;
	line-height: 32px;
	color: #6f6f6f !important;
	margin: 0 0 30px 0;
	padding: 0;
}

h2 {
	font-size: 16px;
	margin: 0 0 10px;
}

h2+p {
	margin: 0 0 20px 0;
	padding: 0;
}

h3 {
  font-size: 14px;
}

a, p {
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
}

a {
	text-decoration: none;
}

html {
  font-family: MiloText; !important;
}

html, body, #contentwrapper, #wrapper {
	background-color: #fff;
}

body .logo, .float-left, .mod_navigation, #top, #off_canvas, #left, #right, #pagetitle, #header_after, .ce_revolutionslider, #footer, #bottom, .noprint {
	display: none;
}

body {
	font-size: 13px;
  	line-height: 15px;
}

.mod_navigation, .mod_customnav {
	display: none !important;
}

#header_print {
	display: block;
	width: 100%;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif !important;
}

#header_print {
	float: right;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	text-align: right;
}

#header_print img {
	width: 180px;
	height: 63px;
}

#footer_print {
	display: block;
	color: #000;
	background: none;
	text-align: center;
	border-top: 1px solid #000;
	margin-top: 30px;
	font-size: 8px;
	line-height: 11px;
	padding-top: 10px;
}

#footer_print p {
	margin: 0 0 2px 0;
	padding: 0;
}

img {
	width: 100%;
	height: auto;
}

.typ1, .typ2, .typ3, .typ4, .typ5, .typ6 {
	padding: 20px 0 !important;
}

.center {
	text-align: center !important;
}





/* End Media Query
----------------------------------------------------------------------*/
}


