/** Editor Style */

@font-face {
  font-family: 'Trade_Gothic';
  src: url('./webfonts/315AF8_0_0.eot');
  src: url('./webfonts/315AF8_0_0.eot?#iefix') format('embedded-opentype'),
       url('./webfonts/315AF8_0_0.woff2') format('woff2'),
       url('./webfonts/315AF8_0_0.woff') format('woff'),
       url('./webfonts/315AF8_0_0.ttf')  format('truetype'),
			 url('./webfonts/315AF8_0_0.svg')  format('svg');
 font-weight: bold;
 font-style: normal;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Trade_Gothic', Arial, sans-serif;
	font-weight: normal;
}

h1{
	font-size: 45px;
	line-height: 1.3em;
	font-weight: 400;
}

h2{
	font-size: 36px;
	line-height: 1.3em;
	font-weight: 400;
}

h3{
	font-size: 29px;
	line-height: 1.3em;
	font-weight: 400;
}

h4{
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 400;
}

h5{
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 400;
}

#tinymce strong{
	font-family: Arial, sans-serif;
	font-weight: normal;
}

#tinymce p,
#tinymce span{
	font-family: Arial, sans-serif;
	font-weight: normal;
}

.mce-menu-item .mce-text{
	font-family: Arial, sans-serif;
	font-weight: normal;
}

body p.thin-p-21{
	font-size: 21px;
	line-height: 1.6em;
	font-weight: 200;
}

body p.thin-p-25{
	font-size: 25px;
	line-height: 1.6em;
	font-weight: 200;
}

body span.color-red{
	color: #e83e44;
}

body span.color-blue{
	color: #3b86e1;
}


/* Tablet */
@media screen and (max-width: 1060px) {

}


/*
 * MOBILE
 */
@media screen and (max-width: 760px) {

	body p.thin-p-21{
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 200;
	}

	body p.thin-p-25{
		font-size: 16px;
		line-height: 1.5em;
	}

}
