/*
Theme Name: Divi Urbanisten Child Theme
Theme URI: http://elegantthemes.com
Description: A Child Theme built for Divi
Author: Carlos Tobisch
Author URI: http://dieurbanisten.de
Template: Divi
Version: 1 License: GNU General Public
License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


div.et_pb_toggle_open {border-width:0!important}

div.et_pb_toggle_content a{text-decoration: underline}
h5.et_pb_toggle_title {font-size: 24px}
.et_pb_post {background-color:white; padding-bottom:25px;}
p.post-meta {padding-left: 25px; padding-right: 25px; padding-bottom: 25px;}
h2.entry-title {padding-left: 25px; padding-right: 25px; }

a.et_color_scheme_green {color:#006059}
.et_color_scheme_green a{color:#006059}
et_color_scheme_green a{color:#006059}

ul.et_mobile_menu {border-color:#7e1b3f}
.et_mobile_menu ul{border-color:#7e1b3f}
et_mobile_menu ul{border-color:#7e1b3f}


span.mobile_menu_bar:before {
    color: #7e1b3f !important;
}

span.mobile_menu_bar:after {
    color: #7e1b3f !important;
}

@media all and (max-width: 980px) {
#mobile_menu {
background-color: #ededed !important;}
}

#main-header {
  width: 100% !important;
  max-width: none !important;
  left: 0;
}
#main-header > .container{
  max-width: 1200px !important;
  position: relative;
  margin: 0 auto;
}
.et_boxed_layout #page-container {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;

}
.event-day > div,
#event-grid > div {
  margin-bottom: 20px;
}
#event-grid,
.event-day {
  clear: left;
  overflow: hidden;
}
.event-day div:nth-child(3n+2),
#event-grid div:nth-child(3n+1) {
  clear: left;
}
.event-day div:nth-child(3n+1),
#event-grid div:nth-child(3n) {
  margin-right: 0 !important;
}

.em-booking-form {
  margin: 0;
}
.em-booking-form .em-booking-form-details {
  width: 100%;
}
.em-booking-form textarea,
.em-booking-form input{
  width: 100% !important;
  padding: 16px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px;
}
.em-booking-form select{
  padding: 14px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px;
}
.em-booking-form p:last-of-type {
  padding-bottom: 1em;
}
.em-booking-form input[type="submit"]{
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  float: right;
}
.attachment-1200x600-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.attachment-1200x600 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
}
#home-slider .et_pb_slide,
#programm-slider .et_pb_slide {
  width: 100%;
  padding-bottom: 50%;
}
#home-slider .et_pb_container,
#programm-slider .et_pb_container {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.mobile_menu_bar::before {
  color: #000 !important;
}
.et_pb_bg_layout_light .header-content .et_pb_button {
  border-color: #333;
  color: #333 !important;
}

/* Newsletter Formular */

.tnp-field input[type="text"],
.tnp-field input[type="email"] {
	width: 100%;
	padding: 16px;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	font-size: 14px;
}
.tnp-field input[type="radio"],
.tnp-field input[type="checkbox"] {
	width: auto;
}
.tnp-field-button {
	text-align: center;
}
.tnp-field input[type="submit"] {
	margin-top: 20px;
	color: #663300 !important;
	background: #ff9900;
    background-color: rgb(255, 153, 0);
	font-size: 18px;
	position: relative;
	padding: .3em 1em;
	border: 2px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-weight: bold;
	line-height: 1.7em !important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.tnp-field input[type="submit"]:hover {
	padding: .3em 2em .3em .2em;
	border: 2px solid transparent;
}

/*--- Icons ---*/

.icon:before {
  font-family: 'ETmodules';
  position: relative;
  margin-right: 5px;
}

.arrow_up:before {
 content: "\21";
}
.arrow_down:before {
 content: "\22";
}
.arrow_left:before {
 content: "\23";
}
.arrow_right:before {
 content: "\24";
}
.arrow_left-up:before {
 content: "\25";
}
.arrow_right-up:before {
 content: "\26";
}
.arrow_right-down:before {
 content: "\27";
}
.arrow_left-down:before {
 content: "\28";
}
.arrow-up-down:before {
 content: "\29";
}
.arrow_up-down_alt:before {
 content: "\2a";
}
.arrow_left-right_alt:before {
 content: "\2b";
}
.arrow_left-right:before {
 content: "\2c";
}
.arrow_expand_alt2:before {
 content: "\2d";
}
.arrow_expand_alt:before {
 content: "\2e";
}
.arrow_condense:before {
 content: "\2f";
}
.arrow_expand:before {
 content: "\30";
}
.arrow_move:before {
 content: "\31";
}
.arrow_carrot-up:before {
 content: "\32";
}
.arrow_carrot-down:before {
 content: "\33";
}
.arrow_carrot-left:before {
 content: "\34";
}
.arrow_carrot-right:before {
 content: "\35";
}
.arrow_carrot-2up:before {
 content: "\36";
}
.arrow_carrot-2down:before {
 content: "\37";
}
.arrow_carrot-2left:before {
 content: "\38";
}
.arrow_carrot-2right:before {
 content: "\39";
}
.arrow_carrot-up_alt2:before {
 content: "\3a";
}
.arrow_carrot-down_alt2:before {
 content: "\3b";
}
.arrow_carrot-left_alt2:before {
 content: "\3c";
}
.arrow_carrot-right_alt2:before {
 content: "\3d";
}
.arrow_carrot-2up_alt2:before {
 content: "\3e";
}
.arrow_carrot-2down_alt2:before {
 content: "\3f";
}
.arrow_carrot-2left_alt2:before {
 content: "\40";
}
.arrow_carrot-2right_alt2:before {
 content: "\41";
}
.arrow_triangle-up:before {
 content: "\42";
}
.arrow_triangle-down:before {
 content: "\43";
}
.arrow_triangle-left:before {
 content: "\44";
}
.arrow_triangle-right:before {
 content: "\45";
}
.arrow_triangle-up_alt2:before {
 content: "\46";
}
.arrow_triangle-down_alt2:before {
 content: "\47";
}
.arrow_triangle-left_alt2:before {
 content: "\48";
}
.arrow_triangle-right_alt2:before {
 content: "\49";
}
.arrow_back:before {
 content: "\4a";
}
.icon-minus-06:before {
 content: "\4b";
}
.icon-plus:before {
 content: "\4c";
}
.icon-close:before {
 content: "\4d";
}
.icon-check:before {
 content: "\4e";
}
.icon-minus_alt2:before {
 content: "\4f";
}
.icon-plus_alt2:before {
 content: "\50";
}
.icon-close_alt2:before {
 content: "\51";
}
.icon-check_alt2:before {
 content: "\52";
}
.icon-zoom-out_alt:before {
 content: "\53";
}
.icon-zoom-in_alt:before {
 content: "\54";
}
.icon-search:before {
 content: "\55";
}
.icon-box-empty:before {
 content: "\56";
}
.icon-box-selected:before {
 content: "\57";
}
.icon-minus-box:before {
 content: "\58";
}
.icon-plus-box:before {
 content: "\59";
}
.icon-box-checked:before {
 content: "\5a";
}
.icon-circle-empty:before {
 content: "\5b";
}
.icon-circle-slelected:before {
 content: "\5c";
}
.icon-stop_alt2:before {
 content: "\5d";
}
.icon-stop:before {
 content: "\5e";
}
.icon-pause_alt2:before {
 content: "\5f";
}
.icon-pause:before {
 content: "\60";
}
.icon-menu:before {
 content: "\61";
}
.icon-menu-square_alt2:before {
 content: "\62";
}
.icon-menu-circle_alt2:before {
 content: "\63";
}
.icon-ul:before {
 content: "\64";
}
.icon-ol:before {
 content: "\65";
}
.icon-adjust-horiz:before {
 content: "\66";
}
.icon-adjust-vert:before {
 content: "\67";
}
.icon-document_alt:before {
 content: "\68";
}
.icon-documents_alt:before {
 content: "\69";
}
.icon-pencil:before {
 content: "\6a";
}
.icon-pencil-edit_alt:before {
 content: "\6b";
}
.icon-pencil-edit:before {
 content: "\6c";
}
.icon-folder-alt:before {
 content: "\6d";
}
.icon-folder-open_alt:before {
 content: "\6e";
}
.icon-folder-add_alt:before {
 content: "\6f";
}
.icon-info_alt:before {
 content: "\70";
}
.icon-error-oct_alt:before {
 content: "\71";
}
.icon-error-circle_alt:before {
 content: "\72";
}
.icon-error-triangle_alt:before {
 content: "\73";
}
.icon-question_alt2:before {
 content: "\74";
}
.icon-question:before {
 content: "\75";
}
.icon-comment_alt:before {
 content: "\76";
}
.icon-chat_alt:before {
 content: "\77";
}
.icon-vol-mute_alt:before {
 content: "\78";
}
.icon-volume-low_alt:before {
 content: "\79";
}
.icon-volume-high_alt:before {
 content: "\7a";
}
.icon-quotations:before {
 content: "\7b";
}
.icon-quotations_alt2:before {
 content: "\7c";
}
.icon-clock_alt:before {
 content: "\7d";
}
.icon-lock_alt:before {
 content: "\7e";
}
.icon-lock-open_alt:before {
 content: "\e000";
}
.icon-key_alt:before {
 content: "\e001";
}
.icon-cloud_alt:before {
 content: "\e002";
}
.icon-cloud-upload_alt:before {
 content: "\e003";
}
.icon-cloud-download_alt:before {
 content: "\e004";
}
.icon-image:before {
 content: "\e005";
}
.icon-images:before {
 content: "\e006";
}
.icon-lightbulb_alt:before {
 content: "\e007";
}
.icon-gift_alt:before {
 content: "\e008";
}
.icon-house_alt:before {
 content: "\e009";
}
.icon-genius:before {
 content: "\e00a";
}
.icon-mobile:before {
 content: "\e00b";
}
.icon-tablet:before {
 content: "\e00c";
}
.icon-laptop:before {
 content: "\e00d";
}
.icon-desktop:before {
 content: "\e00e";
}
.icon-camera_alt:before {
 content: "\e00f";
}
.icon-mail_alt:before {
 content: "\e010";
}
.icon-cone_alt:before {
 content: "\e011";
}
.icon-ribbon_alt:before {
 content: "\e012";
}
.icon-bag_alt:before {
 content: "\e013";
}
.icon-creditcard:before {
 content: "\e014";
}
.icon-cart_alt:before {
 content: "\e015";
}
.icon-paperclip:before {
 content: "\e016";
}
.icon-tag_alt:before {
 content: "\e017";
}
.icon-tags_alt:before {
 content: "\e018";
}
.icon-trash_alt:before {
 content: "\e019";
}
.icon-cursor_alt:before {
 content: "\e01a";
}
.icon-mic_alt:before {
 content: "\e01b";
}
.icon-compass_alt:before {
 content: "\e01c";
}
.icon-pin_alt:before {
 content: "\e01d";
}
.icon-pushpin_alt:before {
 content: "\e01e";
}
.icon-map_alt:before {
 content: "\e01f";
}
.icon-drawer_alt:before {
 content: "\e020";
}
.icon-toolbox_alt:before {
 content: "\e021";
}
.icon-book_alt:before {
 content: "\e022";
}
.icon-calendar:before {
 content: "\e023";
}
.icon-film:before {
 content: "\e024";
}
.icon-table:before {
 content: "\e025";
}
.icon-contacts_alt:before {
 content: "\e026";
}
.icon-headphones:before {
 content: "\e027";
}
.icon-lifesaver:before {
 content: "\e028";
}
.icon-piechart:before {
 content: "\e029";
}
.icon-refresh:before {
 content: "\e02a";
}
.icon-link_alt:before {
 content: "\e02b";
}
.icon-link:before {
 content: "\e02c";
}
.icon-loading:before {
 content: "\e02d";
}
.icon-blocked:before {
 content: "\e02e";
}
.icon-archive_alt:before {
 content: "\e02f";
}
.icon-heart_alt:before {
 content: "\e030";
}
.icon-star_alt:before {
 content: "\e031";
}
.icon-star-half_alt:before {
 content: "\e032";
}
.icon-star:before {
 content: "\e033";
}
.icon-star-half:before {
 content: "\e034";
}
.icon-tools:before {
 content: "\e035";
}
.icon-tool:before {
 content: "\e036";
}
.icon-cog:before {
 content: "\e037";
}
.icon-cogs:before {
 content: "\e038";
}
.arrow_up_alt:before {
 content: "\e039";
}
.arrow_down_alt:before {
 content: "\e03a";
}
.arrow_left_alt:before {
 content: "\e03b";
}
.arrow_right_alt:before {
 content: "\e03c";
}
.arrow_left-up_alt:before {
 content: "\e03d";
}
.arrow_right-up_alt:before {
 content: "\e03e";
}
.arrow_right-down_alt:before {
 content: "\e03f";
}
.arrow_left-down_alt:before {
 content: "\e040";
}
.arrow_condense_alt:before {
 content: "\e041";
}
.arrow_expand_alt3:before {
 content: "\e042";
}
.arrow_carrot_up_alt:before {
 content: "\e043";
}
.arrow_carrot-down_alt:before {
 content: "\e044";
}
.arrow_carrot-left_alt:before {
 content: "\e045";
}
.arrow_carrot-right_alt:before {
 content: "\e046";
}
.arrow_carrot-2up_alt:before {
 content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
 content: "\e048";
}
.arrow_carrot-2left_alt:before {
 content: "\e049";
}
.arrow_carrot-2right_alt:before {
 content: "\e04a";
}
.arrow_triangle-up_alt:before {
 content: "\e04b";
}
.arrow_triangle-down_alt:before {
 content: "\e04c";
}
.arrow_triangle-left_alt:before {
 content: "\e04d";
}
.arrow_triangle-right_alt:before {
 content: "\e04e";
}
.icon-minus_alt:before {
 content: "\e04f";
}
.icon-plus_alt:before {
 content: "\e050";
}
.icon-close_alt:before {
 content: "\e051";
}
.icon-check_alt:before {
 content: "\e052";
}
.icon-zoom-out:before {
 content: "\e053";
}
.icon-zoom-in:before {
 content: "\e054";
}
.icon-stop_alt:before {
 content: "\e055";
}
.icon-menu-square_alt:before {
 content: "\e056";
}
.icon-menu-circle_alt:before {
 content: "\e057";
}
.icon-document:before {
 content: "\e058";
}
.icon-documents:before {
 content: "\e059";
}
.icon-pencil_alt:before {
 content: "\e05a";
}
.icon-folder:before {
 content: "\e05b";
}
.icon-folder-open:before {
 content: "\e05c";
}
.icon-folder-add:before {
 content: "\e05d";
}
.icon-folder_upload:before {
 content: "\e05e";
}
.icon-folder_download:before {
 content: "\e05f";
}
.icon-info:before {
 content: "\e060";
}
.icon-error-circle:before {
 content: "\e061";
}
.icon-error-oct:before {
 content: "\e062";
}
.icon-error-triangle:before {
 content: "\e063";
}
.icon-question_alt:before {
 content: "\e064";
}
.icon-comment:before {
 content: "\e065";
}
.icon-chat:before {
 content: "\e066";
}
.icon-vol-mute:before {
 content: "\e067";
}
.icon-volume-low:before {
 content: "\e068";
}
.icon-volume-high:before {
 content: "\e069";
}
.icon-quotations_alt:before {
 content: "\e06a";
}
.icon-clock:before {
 content: "\e06b";
}
.icon-lock:before {
 content: "\e06c";
}
.icon-lock-open:before {
 content: "\e06d";
}
.icon-key:before {
 content: "\e06e";
}
.icon-cloud:before {
 content: "\e06f";
}
.icon-cloud-upload:before {
 content: "\e070";
}
.icon-cloud-download:before {
 content: "\e071";
}
.icon-lightbulb:before {
 content: "\e072";
}
.icon-gift:before {
 content: "\e073";
}
.icon-house:before {
 content: "\e074";
}
.icon-camera:before {
 content: "\e075";
}
.icon-mail:before {
 content: "\e076";
}
.icon-cone:before {
 content: "\e077";
}
.icon-ribbon:before {
 content: "\e078";
}
.icon-bag:before {
 content: "\e079";
}
.icon-cart:before {
 content: "\e07a";
}
.icon-tag:before {
 content: "\e07b";
}
.icon-tags:before {
 content: "\e07c";
}
.icon-trash:before {
 content: "\e07d";
}
.icon-cursor:before {
 content: "\e07e";
}
.icon-mic:before {
 content: "\e07f";
}
.icon-compass:before {
 content: "\e080";
}
.icon-pin:before {
 content: "\e081";
}
.icon-pushpin:before {
 content: "\e082";
}
.icon-map:before {
 content: "\e083";
}
.icon-drawer:before {
 content: "\e084";
}
.icon-toolbox:before {
 content: "\e085";
}
.icon-book:before {
 content: "\e086";
}
.icon-contacts:before {
 content: "\e087";
}
.icon-archive:before {
 content: "\e088";
}
.icon-heart:before {
 content: "\e089";
}
.icon-profile:before {
 content: "\e08a";
}
.icon-group:before {
 content: "\e08b";
}
.icon-grid-2x2:before {
 content: "\e08c";
}
.icon-grid-3x3:before {
 content: "\e08d";
}
.icon-music:before {
 content: "\e08e";
}
.icon-pause_alt:before {
 content: "\e08f";
}
.icon-phone:before {
 content: "\e090";
}
.icon-upload:before {
 content: "\e091";
}
.icon-download:before {
 content: "\e092";
}
.social_facebook:before {
 content: "\e093";
}
.social_twitter:before {
 content: "\e094";
}
.social_pinterest:before {
 content: "\e095";
}
.social_googleplus:before {
 content: "\e096";
}
.social_tumblr:before {
 content: "\e097";
}
.social_tumbleupon:before {
 content: "\e098";
}
.social_wordpress:before {
 content: "\e099";
}
.social_instagram:before {
 content: "\e09a";
}
.social_dribbble:before {
 content: "\e09b";
}
.social_vimeo:before {
 content: "\e09c";
}
.social_linkedin:before {
 content: "\e09d";
}
.social_rss:before {
 content: "\e09e";
}
.social_deviantart:before {
 content: "\e09f";
}
.social_share:before {
 content: "\e0a0";
}
.social_myspace:before {
 content: "\e0a1";
}
.social_skype:before {
 content: "\e0a2";
}
.social_youtube:before {
 content: "\e0a3";
}
.social_picassa:before {
 content: "\e0a4";
}
.social_googledrive:before {
 content: "\e0a5";
}
.social_flickr:before {
 content: "\e0a6";
}
.social_blogger:before {
 content: "\e0a7";
}
.social_spotify:before {
 content: "\e0a8";
}
.social_delicious:before {
 content: "\e0a9";
}
.social_facebook_circle:before {
 content: "\e0aa";
}
.social_twitter_circle:before {
 content: "\e0ab";
}
.social_pinterest_circle:before {
 content: "\e0ac";
}
.social_googleplus_circle:before {
 content: "\e0ad";
}
.social_tumblr_circle:before {
 content: "\e0ae";
}
.social_stumbleupon_circle:before {
 content: "\e0af";
}
.social_wordpress_circle:before {
 content: "\e0b0";
}
.social_instagram_circle:before {
 content: "\e0b1";
}
.social_dribbble_circle:before {
 content: "\e0b2";
}
.social_vimeo_circle:before {
 content: "\e0b3";
}
.social_linkedin_circle:before {
 content: "\e0b4";
}
.social_rss_circle:before {
 content: "\e0b5";
}
.social_deviantart_circle:before {
 content: "\e0b6";
}
.social_share_circle:before {
 content: "\e0b7";
}
.social_myspace_circle:before {
 content: "\e0b8";
}
.social_skype_circle:before {
 content: "\e0b9";
}
.social_youtube_circle:before {
 content: "\e0ba";
}
.social_picassa_circle:before {
 content: "\e0bb";
}
.social_googledrive_alt2:before {
 content: "\e0bc";
}
.social_flickr_circle:before {
 content: "\e0bd";
}
.social_blogger_circle:before {
 content: "\e0be";
}
.social_spotify_circle:before {
 content: "\e0bf";
}
.social_delicious_circle:before {
 content: "\e0c0";
}
.social_facebook_square:before {
 content: "\e0c1";
}
.social_twitter_square:before {
 content: "\e0c2";
}
.social_pinterest_square:before {
 content: "\e0c3";
}
.social_googleplus_square:before {
 content: "\e0c4";
}
.social_tumblr_square:before {
 content: "\e0c5";
}
.social_stumbleupon_square:before {
 content: "\e0c6";
}
.social_wordpress_square:before {
 content: "\e0c7";
}
.social_instagram_square:before {
 content: "\e0c8";
}
.social_dribbble_square:before {
 content: "\e0c9";
}
.social_vimeo_square:before {
 content: "\e0ca";
}
.social_linkedin_square:before {
 content: "\e0cb";
}
.social_rss_square:before {
 content: "\e0cc";
}
.social_deviantart_square:before {
 content: "\e0cd";
}
.social_share_square:before {
 content: "\e0ce";
}
.social_myspace_square:before {
 content: "\e0cf";
}
.social_skype_square:before {
 content: "\e0d0";
}
.social_youtube_square:before {
 content: "\e0d1";
}
.social_picassa_square:before {
 content: "\e0d2";
}
.social_googledrive_square:before {
 content: "\e0d3";
}
.social_flickr_square:before {
 content: "\e0d4";
}
.social_blogger_square:before {
 content: "\e0d5";
}
.social_spotify_square:before {
 content: "\e0d6";
}
.social_delicious_square:before {
 content: "\e0d7";
}
.icon-printer:before {
 content: "\e103";
}
.icon-calulator:before {
 content: "\e0ee";
}
.icon-building:before {
 content: "\e0ef";
}
.icon-floppy:before {
 content: "\e0e8";
}
.icon-drive:before {
 content: "\e0ea";
}
.icon-search-2:before {
 content: "\e101";
}
.icon-id:before {
 content: "\e107";
}
.icon-id-2:before {
 content: "\e108";
}
.icon-puzzle:before {
 content: "\e102";
}
.icon-like:before {
 content: "\e106";
}
.icon-dislike:before {
 content: "\e0eb";
}
.icon-mug:before {
 content: "\e105";
}
.icon-currency:before {
 content: "\e0ed";
}
.icon-wallet:before {
 content: "\e100";
}
.icon-pens:before {
 content: "\e104";
}
.icon-easel:before {
 content: "\e0e9";
}
.icon-flowchart:before {
 content: "\e109";
}
.icon-datareport:before {
 content: "\e0ec";
}
.icon-briefcase:before {
 content: "\e0fe";
}
.icon-shield:before {
 content: "\e0f6";
}
.icon-percent:before {
 content: "\e0fb";
}
.icon-globe:before {
 content: "\e0e2";
}
.icon-globe-2:before {
 content: "\e0e3";
}
.icon-target:before {
 content: "\e0f5";
}
.icon-hourglass:before {
 content: "\e0e1";
}
.icon-balance:before {
 content: "\e0ff";
}
.icon-rook:before {
 content: "\e0f8";
}
.icon-printer-alt:before {
 content: "\e0fa";
}
.icon-calculator_alt:before {
 content: "\e0e7";
}
.icon-building_alt:before {
 content: "\e0fd";
}
.icon-floppy_alt:before {
 content: "\e0e4";
}
.icon-drive_alt:before {
 content: "\e0e5";
}
.icon-search_alt:before {
 content: "\e0f7";
}
.icon-id_alt:before {
 content: "\e0e0";
}
.icon-id-2_alt:before {
 content: "\e0fc";
}
.icon-puzzle_alt:before {
 content: "\e0f9";
}
.icon-like_alt:before {
 content: "\e0dd";
}
.icon-dislike_alt:before {
 content: "\e0f1";
}
.icon-mug_alt:before {
 content: "\e0dc";
}
.icon-currency_alt:before {
 content: "\e0f3";
}
.icon-wallet_alt:before {
 content: "\e0d8";
}
.icon-pens_alt:before {
 content: "\e0db";
}
.icon-easel_alt:before {
 content: "\e0f0";
}
.icon-flowchart_alt:before {
 content: "\e0df";
}
.icon-datareport_alt:before {
 content: "\e0f2";
}
.icon-briefcase_alt:before {
 content: "\e0f4";
}
.icon-shield_alt:before {
 content: "\e0d9";
}
.icon-percent_alt:before {
 content: "\e0da";
}
.icon-globe_alt:before {
 content: "\e0de";
}
.icon-clipboard:before {
 content: "\e0e6";
}
