/* Custom */
	
/* Base */
	
@font-face {
  font-family: 'Antonio-Regular';
  src: url('../assets/fonts/Antonio-Regular.eot');
  src: url('../assets/fonts/Antonio-Regular.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/Antonio-Regular.woff') format('woff'),
       url('../assets/fonts/Antonio-Regular.ttf') format('truetype'),
       url('../assets/fonts/Antonio-Regular.svg#Antonio-Regular') format('svg');
}

@font-face {
  font-family: 'Antonio-Bold';
  src: url('../assets/fonts/Antonio-Bold.eot');
  src: url('../assets/fonts/Antonio-Bold.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/Antonio-Bold.woff') format('woff'),
       url('../assets/fonts/Antonio-Bold.ttf') format('truetype'),
       url('../assets/fonts/Antonio-Bold.svg#Antonio-Bold') format('svg');
}

@font-face {
  font-family: 'Antonio-Light';
  src: url('../assets/fonts/Antonio-Light.eot');
  src: url('../assets/fonts/Antonio-Light.eot?#iefix') format('embedded-opentype'),
       url('../assets/fonts/Antonio-Light.woff') format('woff'),
       url('../assets/fonts/Antonio-Light.ttf') format('truetype'),
       url('../assets/fonts/Antonio-Light.svg#Antonio-Light') format('svg');
}

.cke_editable * {

	color: #585b48;
	font-family: inherit;
	font-size: inherit;

}

.cke_editable a {

	color: #b7bd53;

}

.cke_editable a:hover {

	color: #868b35;
	text-decoration: underline;

}

.cke_editable {

	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	width: 720px;

}

.cke_editable h2 {

	color: #585953;
	font-family: 'Antonio-Bold', Arial, sans-serif;
	font-size: 42px;
	line-height: 54px;
	text-transform: uppercase;

}

.cke_editable h3 {

	color: #585953;
	font-family: 'Antonio-Bold', Arial, sans-serif;
	font-size: 30px;
	line-height: 54px;

}

.cke_editable hr {

	border: none;
	border-top: #a7a99e dotted 1px;
	margin-bottom: -1px;

}

.cke_editable img.with-border {

	background: #eeeeee;
	border: #ffffff solid 3px;
	box-shadow: 0 0 6px rgba( 0, 0, 0, 0.33 );
	display: block;
	min-height: 81px;
	min-width: 81px;

}


/* Shared Base */
	
.cke_youtube {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/ck_youtubelogo.gif) no-repeat center center;
}

.cke_audiofile {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/cke_audiofilelogo.gif) no-repeat center center;
}

.cke_slideshow {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/ck_slideshow.jpg) no-repeat center center;
}

.cke_widget_wrapper .ckegripfile-wrapper,
.cke_editable .ckegripfile-preview,
.ckegripfile-data {
	display:none;
	font-size: 0;
	line-height: 0;
}

.cke_widget_wrapper .ckegripfile-widget-preview {
	padding: 8px;
	margin-bottom: 3px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: inherit;
	display: block;
	line-height: normal;
}

.ckegripfile-title {
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 0 22px;
	position: relative;
}

	.ckegripfile-title p {
		margin: 0;
		padding: 0;
		line-height: normal;
	}

.ckegripfile-description {
	padding: 0 22px;
}

	.ckegripfile-description p {
		margin: 0;
		padding: 0;
		line-height: normal;
		font-style: italic;
	} .cke_youtube {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/ck_youtubelogo.gif) no-repeat center center;
}

.cke_audiofile {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/cke_audiofilelogo.gif) no-repeat center center;
}

.cke_slideshow {
	border: solid 1px #a9a9a9;
	background: url(/core/public/shared/assets/js/ckeditor/plugins/gripfilebrowser/images/ck_slideshow.jpg) no-repeat center center;
}

.cke_widget_wrapper .ckegripfile-wrapper,
.cke_editable .ckegripfile-preview,
.ckegripfile-data {
	display:none;
	font-size: 0;
	line-height: 0;
}

.cke_widget_wrapper .ckegripfile-widget-preview {
	padding: 8px;
	margin-bottom: 3px;
	background-color: #f2f2f2;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: inherit;
	display: block;
	line-height: normal;
}

.ckegripfile-title {
	background-position: 0 1px;
	background-repeat: no-repeat;
	padding: 0 22px;
	position: relative;
}

	.ckegripfile-title p {
		margin: 0;
		padding: 0;
		line-height: normal;
	}

.ckegripfile-description {
	padding: 0 22px;
}

	.ckegripfile-description p {
		margin: 0;
		padding: 0;
		line-height: normal;
		font-style: italic;
	} 

/* Plugins */ 