/* {	margin: 0;	padding: 0; }   */



body  {
	color:#1F1F1F;
	background:#000000 url(../images/s5_background.jpg);
	font-size:0.8em;
	/* line-height:140%;  */
}

body.contentpane, body.mceContentBody {	
  background:#FFFFFF;
  font-family: verdana;
}

a  {	text-decoration: none;}
a:hover  { text-decoration:underline; }
a:active { outline: none;}
a:focus {-moz-outline-style: none;}	

fieldset a  {font-weight: bold; }

h1 {	
  font-size:1.7em;
  font-weight: normal;
}

h2 {
  font-size:1.4em;
  font-weight: normal;
  font-weight: bold;
  color: #000000 !important;
}

ul.menu li.current a {       /* neu hinzugefügt für Seiten-Navigation */
  color: RGB(132, 132, 133) !important;
  }



#s5_component_wrap h2 { 
font-size: 1.6em;
line-height: 100%;      /* war vorher 125%   */
margin-bottom: 3px;    /* war vorher 14   */
position: relative;
}

h3 {font-size:1.1em;font-weight:bold;}

#s5_component_wrap h3 {
font-size:1.2em;         /* war vorher 1.5em  */
margin-bottom:5px;       /* habe ich vorher ausgeschaltet    */    
}

h4 { font-size:1.1em;font-weight: bold;}   /* war vorher: normal  */

h5 { 
    font-size: 10pt;
    font-family: Helvetica;
    font-weight: normal;
    padding-top: 10pt;
    padding-bottom: 5pt;
}


h6  { font-size:0.9em;font-weight:normal;font-style:italic;}   /* italic hinzugefügt   */

/* neu hinzugefügt von Shape5 */
@media screen and (min-width:580px) and (max-width: 1100px){

#s5_pos_middle_bottom_3 {
width:100% !important;
}

#s5_pos_middle_bottom_3 .module_round_box_outer {
float:left !important;
width:47.5% !important;
}
}



/* IMAGES
----------------------------------------------------------- */

a img, fieldset, img  {	border: none; }

.mosimage  {
	padding: 0;
	border:1px solid #333333;
	margin:6px;	}

.mosimage img  {
	padding: 0;
	margin: 0!important; }

.mosimage_caption {
	background:#333333;
	border-top:1px solid #333333;
	color:#FFFFFF;
	font-size:8pt;
	margin-top:2px;
	padding:1px 2px;}



/* FORM
----------------------------------------------------------- */
fieldset  {
	margin-bottom:12px;
	padding-bottom:12px;}

#form-login fieldset {
	border:none;
	padding-top:0px;}

#form-login p {
	padding-top:0px;}

#login br {
	display:none;}

#login .button {
	margin-top:8px;
	margin-bottom:8px;}

#login ul, #form-login ul {
	padding-top:8px;
	padding-bottom:8px;}

#modlgn_username, #modlgn_passwd, #username_vmlogin, #password_vmlogin {
	width:92%;}

.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input {
	border:solid 1px #CCCCCC;
	padding: 6px 11px 6px 11px;
	font-size: .9em;
	background:#F1F1F1;
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;}
	
#login-form #modlgn-username, #login-form #modlgn-passwd {
width:87%;
}
	
	
#jform_contact_message {
width:64%;
}

.inputbox:hover, .registration input:hover, .login input:hover, .contact-form input:hover, #jform_contact_message:hover, input:hover {
	background:#E1E1E1;
	border:solid 1px #B1B1B1;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;}
	
select.inputbox {
behavior:none;}

label.invalid {
	color:#FF0000;}

label.invalid {
	color:red;}

.invalid {
	border-color:#FF0000;}

.invalid {
	border-color:red !important;}

.tool-tip {
	float: left;
	background: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	color:#000000;
	max-width: 200px;}

.tool-title {
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#000000;}

.tool-text {
	color:#000000;
	margin: 0;}

/* BUTTONS
----------------------------------------------------------- */

.button, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton, p.readmore a {
	padding:6px;
	padding-left:8px;
	padding-right:8px;
	margin-top:14px;
	margin-bottom:0px;
	border:none;
	color:#FFFFFF !important;
	text-decoration: none; 
	font-size:1em;}

.button {
	margin:0px;
	margin-top:0px;
	margin-right:8px;
	color:#ffffff;}
	
.button, li.pagenav-next, li.pagenav-prev, a.readon, p.readmore a {
	height:auto !important;
}
	
.button, li.pagenav-next, li.pagenav-prev {
	margin:0px;
	margin-top:0px;
	margin-right:8px;
	color:#ffffff;}
	
.button:hover, li.pagenav-next:hover, li.pagenav-prev:hover, a.readon:hover, p.readmore:hover a {
	background:#333333 !important;
	filter:none;
	}
	
.btn-primary, .pager a {
color:#FFFFFF !important;
}

.btn-primary:hover, .pager a:hover, .pager a {
color:#FFFFFF !important;
background:#333333 !important;
}
	
#contact-form .button {
margin-top:18px;
}

li.pagenav-next, li.pagenav-prev {
	padding:6px;
	padding-bottom:5px;
	padding-left:19px;
	padding-right:19px;
	}
	
li.pagenav-next a, li.pagenav-prev a {
	color:#FFFFFF !important;
}

a.readon:hover, p.readmore:hover a {
text-decoration:underline;
}

#s5_center_column_wrap a.readon, #s5_center_column_wrap p.readmore a {
margin-bottom:8px;
padding-left:16px;
padding-right:16px;
float:left;
}

#s5_responsive_modile_drop_down_wrap .button {
background:#000000 !important;
}



/* FONT CONTROLS
----------------------------------------------------------- */
#fontControls {
	float:right;}

#fontControls a {
	color:#FFFFFF;}

.decreaseSize {
	font-size:12px;}

.increaseSize {
	font-size:19px;}

.resetSize {
	font-size:16px;
	margin-left:5px;
	margin-right:5px;}	
	
/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltotop {
	height: 0;
	visibility:hidden;}


.s5_scrolltotop  {	
	width:19px;
	height:20px;
	cursor:pointer;
	float: right;
	margin-right: 20px;
	margin-top:-110px;
	position:relative;
	background:transparent url(../images/s5_scroll_arrow.png) no-repeat;}	

	
	
/* BODY ELEMENTS
----------------------------------------------------------- */
/* das ist die dunkle Fläsche ganz oben */
#s5_header_area1 {
background: url(../images/s5_header.png) repeat-x bottom left;  /* dieses image habe ich auch -nein- gestellt */
padding-bottom:47px;
margin-bottom:-46px;
}

#s5_main_modules_wrap {
background:#ffffff /* url (../images/s5_main_body_bg.jpg) */;
-moz-box-shadow:0 0px 50px rgba(0, 0, 0, 1);
-webkit-box-shadow: 0 0px 30px rgb(144, 141, 141, 0.32);      /* vorher: 0 0px 50px rgba(0, 0, 0, 1); */
box-shadow: 0 0px 30px rgba(144, 141, 141, 0.32);               /*  box-shadow:0 0px 30px rgba(125, 122, 122); */
}

#s5_header_wrap {
/* padding-bottom:32px; 
padding-top:30px;*/
overflow:hidden;

}

#s5_logo_wrap {
margin:auto;
position:relative;
}

#s5_logo_wrap_inner {
position:relative;
text-align:center;
}

#s5_logo {
cursor: pointer;
}

#s5_times_phone_wrap {
height:22px;
margin-bottom:-22px;
position:relative;
z-index:2;
}

.s5_times_wrap {
/* background: url(../images/Specialist.png) no-repeat;  */     
                               /* background:url(../images/s5_times.png) no-repeat top left;   */
color:#FFFFFF;
font-size:1.4em;
height:100px;       /* war 22   */
width:100px;         /* neu hinzugefuegt    */
/*  padding-top:6px;   */
padding-left:40px;
float:left;
margin-top:55px;           /* war vorher 58   */
margin-left: 40px;
position:absolute;
left:0;
}


.s5_phone_wrap {
background:url(../images/s5_phone.png) no-repeat bottom left;
color:#FFFFFF;
font-size:1.4em;
height:22px;
padding-top:4px;
padding-left:45px;
float:right;
margin-top:90px;
position:absolute;
right:0;
}

#s5_menu_wrap {
overflow:hidden;
}

#s5_menu_gap {
height:12px;
width:100%;
}

#s5_top_bar1 {
margin-left:-15px;
margin-right:-15px;
margin-bottom:-15px;
position:relative;
/* z-index:100;  neu eingefügt */
}

#s5_top_bar2 {
background:url(../images/s5_left_corner.png) no-repeat bottom left;
}

#s5_top_bar3 {
background:url(../images/s5_right_corner.png) no-repeat bottom right;
padding-bottom:15px;
}

#s5_top_bar_gradient, #s5_footer_area1 {
height:43px;                              /* war zuerst 43 */
-moz-box-shadow:0 5px 8px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0 5px 8px rgba(0, 0, 0, 0.5);
box-shadow:0 5px 8px rgba(0, 0, 0, 0.5);
}

#s5_top_bar_static, #s5_footer_area2, .button, p.readmore a, .readon, li.pagenav-next, li.pagenav-prev {
background:url(../images/s5_static.png);
height:43px;
}

#s5_footer_area1 {
margin-bottom:80px;
}

#s5_breadcrumb_wrap {
background:url(../images/s5_breadcrumb.png) no-repeat top right;
float:left;
height:31px;
font-size:0.9em;
color:#FFFFFF;
padding-top:12px;
padding-right:32px;
padding-left:18px;
}

#s5_breadcrumb_wrap img {
margin-left:9px;   /* war vorher 13px  */
margin-right:9px;  /* war vorher 13px  */
}

#s5_search_wrap label, #s5_search_wrap a, #s5_search_wrap .button {
/* display:none;     ausgeschaltet */
font-size: 14px;    /* Zeile neu hinzugefügt */
}

#s5_search_wrap input {
background:url(../images/s5_search.png) no-repeat top left;
width:173px;
height:38px;         /* war vorher 43  */
  font-size: 9pt;    /* neu hinzugefügt   */
border:none;
margin:0px;
color:#FFFFFF !important;
padding:0px;
padding-left:18px;
}

#s5_search_wrap {
width:191px;
height:43px;
overflow:hidden;
float:right;
}

#fontControls {
margin-right:16px;
margin-left:16px;
padding-top:12px;
}

#s5_register, #s5_login {
float:right;
color:#FFFFFF;
margin-right:11px;
font-size:0.9em;
background: #161616; /* Old browsers */
background: -moz-linear-gradient(top, #2B2B2B 0%, #161616 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2B2B2B), color-stop(100%,#161616)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #2B2B2B 0%,#161616 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #2B2B2B 0%,#161616 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #2B2B2B 0%,#161616 100%); /* IE10+ */
background: linear-gradient(top, #2B2B2B 0%,#161616 100%); /* W3C */
-pie-background: linear-gradient(top, #2B2B2B 0%,#161616 100%); /* IE */
-moz-border-radius:24px;
-webkit-border-radius:24px;
border-radius:24px;
padding:1px;
padding-left:15px;
padding-right:15px;
cursor:pointer;
margin-top:14px;     /* geändert - war mal 9px */
}

#s5_register:hover, #s5_login:hover {
background:#313131;
}

#s5_loginreg, #s5_logregtm {
float:right;
}

#s5_logregtm ul {
list-style:none;
margin:0px;
}

#s5_top_row1_area1 {
background:#3B3B3B url(../images/s5_top_row1-kl.png);
padding-top:0px;
padding-right:15px;
color:#FFFFFF;
}

#s5_top_rows_wrap {
background:#F3F3F3;
padding-top:15px;
padding-right:15px;
-moz-box-shadow:0 3px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 3px 4px rgba(0, 0, 0, 0.2);
box-shadow:0 3px 4px rgba(0, 0, 0, 0.2);
border-bottom:solid 1px #B2B0AD;
position:relative;
z-index:1;
}

#s5_bottom_rows_wrap {
background:#F3F3F3;
padding-top:15px;
padding-right:15px;
-moz-box-shadow:0 -3px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 -3px 4px rgba(0, 0, 0, 0.2);
box-shadow:0 -3px 4px rgba(0, 0, 0, 0.2);
border-top:solid 1px #B2B0AD;
position:relative;
z-index:1;
}

#s5_right_column_wrap {
background:#FFFFFF url(../images/s5_right.jpg) repeat-y top left;
/*background:#9E9B9B1A;   - das war eine Idee ohne Schatten   */
padding-top:18px;
}

#s5_left_column_wrap {
background:#FFFFFF url(../images/s5_left.jpg) repeat-y top right;
padding-top:10px;
}

#s5_center_column_wrap_inner {
padding-top:18px;
padding-right:15px;
}

#s5_bottom_row3_wrap {
padding-top:44px;
margin-left:-24px;
margin-right:-24px;
}

/* #s5_footer_lines {
display:block;
height:2px;
margin-top:18px;
border-top:solid 1px #63483E;
border-bottom:solid 1px #63483E;
margin-bottom:24px;
}    */

#s5_bottom_menu_wrap li {
float:left;
margin-right:13px;
padding:0px;
}

#s5_bottom_menu_wrap li a  {
color:#FFFFFF;
}

#s5_bottom_menu_wrap {
float:left;
}

#s5_footer, #s5_footer_module {
float:right;
padding-right:40px;
}

#s5_footer_area_inner {
padding-top:13px;
padding-left:18px;
padding-right:18px;
font-size:0.9em;
color:#FFFFFF;
}

#s5_footer_area_inner a {
color:#FFFFFF !important;
}

#s5_google {
height:17px;
width:18px;
cursor:pointer;
margin-right:10px;
float:left;
} 

#s5_facebook {
height:17px;
width:8px;
cursor:pointer;
margin-right:10px;
float:left;
} 

#s5_rss {
height:17px;
width:18px;
cursor:pointer;
margin-right:10px;
float:left;
} 

#s5_twitter {
height:17px;
width:13px;
cursor:pointer;
margin-right:10px;
float:left;
} 

#s5_google {
background:url(../images/google.png) no-repeat top left;
} 

#s5_google:hover {
background:url(../images/google.png) no-repeat bottom left;
}

#s5_facebook {
background:url(../images/facebook.png) no-repeat top left;
} 

#s5_facebook:hover {
background:url(../images/facebook.png) no-repeat bottom left;
}

#s5_rss {
background:url(../images/rss.png) no-repeat top left;
} 

#s5_rss:hover {
background:url(../images/rss.png) no-repeat bottom left;
}

#s5_twitter {
background:url(../images/twitter.png) no-repeat top left;
} 

#s5_twitter:hover {
background:url(../images/twitter.png) no-repeat bottom left;
}

#s5_social_wrap {
margin-right:10px;
float:left;
}


/* MODULE STYLES
----------------------------------------------------------- */


/* DEFAULTS
----------------------------------------------------------- */

.s5_mod_h3 {
font-size:2.0em;    /* war vorher 2.5em  */
margin-bottom:12px;     /* war vorher 14px  */
position:relative;
color:#4F4F4F;
line-height:100%;        /* war vorher 125%   */
}

.module_round_box-shadow {
padding:15px;
background:#FFFFFF;
-moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
}

.module_round_box-extra_padding {
padding:15px;
}

.module_round_box-highlight {
padding:15px;
color:#FFFFFF;
}

.module_round_box-highlight a, .module_round_box-highlight .s5_h3_first, .module_round_box-highlight .s5_mod_h3 {
color:#FFFFFF !important;
}

.module_round_box-black {
padding:15px;
padding-top:12px;
background:#080808;
color:#FFFFFF;
}

.module_round_box-black_extra_padding {
padding:20px;
padding-top:17px;
background:#080808;
color:#FFFFFF !important;
}

.module_round_box-black  .s5_h3_first, .module_round_box-black_extra_padding .s5_h3_first {
color:#FFFFFF !important;
}

.module_round_box-black  .s5_mod_h3, .module_round_box-black_extra_padding .s5_mod_h3 {
color:#FFFFFF !important;
}

.module_round_box-black a, .module_round_box-black_extra_padding a {
color:#959494 !important;
}

.module_round_box-less_padding {
padding:10px;
}

.module_round_box-no_padding {
padding:0px;
}

/* SPECIFIC AREAS
----------------------------------------------------------- */

#s5_drop_down_inner .module_round_box_outer {
margin-bottom:30px;
margin-left:20px;
margin-right:20px;
}

#s5_top_row1_area1 .module_round_box_outer {
margin-left:15px;
margin-bottom:0px;   /* war zuerst 15px */
font-size:0.9em; 
}

#s5_top_row1_area1 .module_round_box {
padding:5px;          /* war zuerst 15px */
}

#s5_top_row1_area1 .s5_mod_h3, #s5_top_row1_area1 .s5_h3_first {
color:#FFFFFF !important;
}

#s5_top_row1_area1 .module_round_box-black {
padding:12px;
}

#s5_top_rows_wrap .module_round_box_outer, #s5_bottom_rows_wrap .module_round_box_outer {
margin-left:15px;
margin-bottom:15px;
font-size:0.9em;
}

#s5_top_rows_wrap .module_round_box, #s5_bottom_rows_wrap .module_round_box {
padding:15px;
}

#s5_right_column_wrap .module_round_box_outer, #s5_left_column_wrap .module_round_box_outer {
margin-left:15px;
margin-bottom:15px;
margin-right:15px;
font-size:0.9em;
}

#s5_right_column_wrap .module_round_box, #s5_left_column_wrap .module_round_box {
padding:15px;
}

#s5_right_column_wrap .module_round_box-shadow, #s5_left_column_wrap .module_round_box-shadow {
background:#F3F3F3;
}

#s5_center_column_wrap_inner .module_round_box_outer, #s5_component_wrap {
margin-left:15px;
margin-bottom:15px;
font-size:0.9em;
}

#s5_component_wrap {
font-size:1em;
}

#s5_center_column_wrap_inner .module_round_box, #s5_component_wrap, #cboxContent .module_round_box  {
padding:15px;
background:#FFFFFF;
-moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1);
}

#s5_component_wrap {
padding:28px;
}

#s5_center_column_wrap_inner .s5_mod_h3 {
font-size:1.6em;
margin-bottom:20px;
}

#s5_bottom_row3_area1 .module_round_box_outer {
margin-left:24px;
margin-right:24px;
margin-bottom:24px;
font-size:0.9em;
color:#FFFFFF;
}

#s5_bottom_row3_area1 .s5_mod_h3, #s5_bottom_row3_area1 .s5_h3_first, #s5_bottom_row3_area1 a {
color:#FFFFFF !important;
}

#s5_bottom_row3_area1 .s5_mod_h3 {
margin-bottom:20px;
}

/* S5 BOX
----------------------------------------------------------- */


#s5box_one {padding:20px;background:none;}
#s5box_two {padding:20px;background:none;}
#s5box_three {padding:20px;background:none;}
#s5box_four{padding:20px;background:none;}
#s5box_five{padding:20px;background:none;}
#s5box_six{padding:20px;background:none;}
#s5box_seven {padding:20px;background:none;}
#s5box_eight {padding:20px;background:none;}
#s5box_nine {padding:20px;background:none;}
#s5box_ten {padding:20px;background:none;}
#s5box_login {padding:20px;background:none;}
#s5box_register {padding:20px;background:none;}

/* 
#cboxContent {
overflow: visible;
position: relative;
}

#cboxWrapper {
-webkit-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 0px 40px rgba(0, 0, 0, 0.5);
box-shadow: 0 0px 40px rgba(0, 0, 0, 0.5);
background:url(../images/s5_main_body_bg.jpg);
}

#cboxLoadedContent {
padding-bottom:16px;
background:url(../images/s5_main_body_bg.jpg) !important;
margin-bottom:0px;
}

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxOverlay{background:#000000;display:none;}

#cboxClose {
float:right;
position:absolute;
top:0px;
background:url(../images/multibox/close.png) no-repeat top left;
height:30px;
width:30px;
padding:0px;
margin:0px;
margin-top:-12px;
right:-12px;
text-indent:500px;
overflow:hidden;
cursor:pointer;
}

#cboxClose:hover {
color:#000000;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
display:none;
}

#cboxWrapper {
height:auto !important;
width:auto !important;
}

#cboxLoadedContent .s5_mod_h3 {
margin-bottom:20px;
}

#cboxLoadedContent input {
margin-bottom:14px;
}

#cboxLoadedContent .button {
margin-bottom:0px;
}

*/

#s5box_login ul li, #s5box_register ul li  {
padding-left:24px;
background:url(../images/s5_circle.png) no-repeat;
background-position:left center;
}


/* COLUMN MENU
----------------------------------------------------------- */

.module_round_box ul.menu a {     /* das ist das seitliche Menü   */
list-style:none  !important;                   /* neu hinzugefügt   */
padding-left:22px;      /* war vorher padding:22px - ohne left - das ist der runde Punkt neben dem Menü */
padding-bottom:5px;   /* war vorher 7px  */
padding-top:5px;      /* war vorher 7px   */
padding-right:0px;     /* neu hinzugefügt  */
font-size:1.0em;    /* war vorher 1.3em   */
display:block;
color:#848485 !important;
border-bottom:solid 1px #F0F0F0;
}

.module_round_box ul.menu {
color:#848485 !important;
}

.module_round_box ul.menu ul li a {    /* das sind die Untermenüs der oberen Menüs   */
font-size:1.0em;    /* war vorher 1.1em   */
}

ul.menu li.current a, .module_round_box ul.menu li a:hover {
background:url(../images/s5_circle.png) no-repeat;
background-position:left center;
}

#s5_responsive_modile_drop_down_wrap ul.menu li a {
background:none !important;
}

.module_round_box ul.menu ul li a:hover{
background:none;
}

.module_round_box ul.menu img {
display:none;
}

#s5_bottom_row3_wrap .module_round_box ul.menu a {
background:none;
padding:0px;
padding-bottom:4px;
}

.module_round_box ul.menu a:hover {
text-decoration:underline;}

.module_round_box ul.menu ul a:hover {
text-decoration:underline;}

.module_round_box ul.menu ul a {
background:none;
padding:6px;
padding-left:10px;
border-bottom: none;
display:block;}

.module_round_box ul.menu ul ul a {
font-size:8pt;
padding:3px;
padding-left:20px;
border-bottom: none;
display:block;
font-weight:normal;}

.module_round_box ul.menu #current ul span {
font-weight:normal;}

.module_round_box ul.menu li {
padding:0px;}

.module_round_box ul.menu li ul li {
margin-left:24px;}


/* ACCORDION MENU
----------------------------------------------------------- */

#s5_accordion_menu h3.s5_am_toggler {
border-right:none !important;
border-left:none !important;
background:none !important;
}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel, #s5_accordion_menu h3.s5_am_toggler {
line-height:auto !important;
height:auto !important;
}

div.s5_accordion_menu_element li {
padding-left:0px;
}

#s5_accordion_menu ul li span {
font-weight:normal !important;}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
color:#848485 !important;}

div.s5_accordion_menu_element li li{
padding-left:4px !important;}

div.s5_accordion_menu_element li li li{
padding-left:12px !important;}

div.s5_accordion_menu_element li a, .s5_am_inner_li .separator span {
padding-top:6px !important;
padding-bottom:6px !important;
padding-left:20px !important;
background:url(../images/s5_circle.png) no-repeat !important;
background-position:left center !important;
display:block !important;
border-bottom:none !important;
font-size:0.9em !important;
color:#848485 !important !important;
}

div.s5_accordion_menu_element li li a, .s5_am_innermenu .s5_am_inner_li .separator span  {
background:none !important;
padding-left:10px !important;
padding-right:6px !important;
font-size:0.9em !important;
border:none !important;
padding-top:4px !important;
padding-bottom:4px !important;}


span.s5_accordion_menu_left {
padding:0px !important;
}

#s5_accordion_menu img {
display:none !important;
}

.s5_am_inner_li span.s5_accordion_menu_left, .s5_am_innermenu #current span.s5_accordion_menu_left {
padding:0px !important;}

.s5_am_innermenu span.s5_accordion_menu_left {
background:none !important;}

#s5_accordion_menu ul li {
padding-bottom:0px !important;
padding-top:0px !important;}

#s5_accordion_menu div {
width:100% !important;
display:block;}

#s5_accordion_menu h3 {
border-bottom:solid 1px #F0F0F0 !important;
margin:0px !important;
position:relative !important;
display:block !important;
font-size:1.3em !important;
height:18px !important;
padding:2px 9px !important;
}

#s5_accordion_menu h3.s5_am_parent {
cursor: pointer !important;
background:url(../images/s5_acc_r_parent.png) no-repeat bottom right !important;
position:relative !important;}

#s5_accordion_menu h3.s5_am_open {
background:url(../images/s5_acc_r_parent.png) no-repeat top right !important;}

#s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left {
background:none !important;
}

#s5_accordion_menu h3.s5_am_not_parent {
background:none !important !important;
cursor:pointer !important;}

#s5_accordion_menu h3.s5_am_toggler div {
margin:0px !important;
padding:0px !important;}

#s5_accordion_menu h3.s5_am_toggler a.mainlevel {	
width:auto !important;
border:none !important;
padding:0px !important;
margin:0px !important;}

div.s5_accordion_menu_element li {	
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;}

div.s5_accordion_menu_element {
width:auto !important;}

#s5_accordion_menu #s5_am_parent_div_current, #s5_accordion_menu .s5_accordion_menu_element {
background:none !important;}

ul.s5_am_innermenu {
padding:15px !important;
padding-top:5px !important;
padding-bottom:5px !important;
border-bottom:solid 1px #F0F0F0 !important;
margin-left:0px !important;
margin-top:0px !important;}

ul.s5_am_innermenu ul.s5_am_innermenu {
border:none !important;
font-size:0.9em !important !important;
padding-top:0px !important;
padding-bottom:0px !important;
}

#s5_accordion_menu h3 span.s5_accordion_menu_left {
overflow:hidden !important;
height:18px !important;}

/* S5 IMAGE AND CONTENT FADER
----------------------------------------------------------- */

#myGallery, #myGallerySet, #flickrGallery
{
	position:relative;
	z-index:0;}


#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
	z-index:1;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	z-index:0;
	background-image: url('../html/mod_s5_image_and_content_fader/images/loading-bar-black.gif');
	background-position:center center;
	background-repeat:no-repeat;
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../html/mod_s5_image_and_content_fader/images/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	width: 284px;
	margin: 0px;
	height: 100% !important;
	text-indent: 0;
	overflow: hidden;
	float:left;
	left:0;
}

#slideInfoZoneInner {
	position:absolute;
	padding:20px;
}

.jdGallery .slideInfoZone h2{
	padding: 0;
	font-size: 1.8em;
	line-height:150%;
	margin: 0 !important;
	color:#FFFFFF;
	margin-bottom:24px !important;
	position:relative;
}

.jdGallery .slideInfoZone p
{
	color:#FFFFFF;
	margin:0px !important;
}

.jdGallery .slideInfoZone a.readon {
	float:left;
	margin-top:24px !important;
	}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 126px;
	width: 100%;
	z-index: 2;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('../html/mod_s5_image_and_content_fader/images/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	z-index:0;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 106px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 6px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px !important;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px !important;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 49px !important;
	width: 49px !important;
	cursor: pointer;
	z-index:1;
	top:auto !important;
	bottom:0 !important;
	filter:alpha(opacity=100) !important;
	-moz-opacity:100 !important;
	-khtml-opacity: 100 !important;
	opacity: 100 !important;
}

.jdGallery a.left
{
	right:0 !important;
	left:auto !important;
	bottom:0 !important;
	margin-right:78px;
	margin-bottom:12px;
	background: url('../html/mod_s5_image_and_content_fader/images/fleche1.png') no-repeat center left !important;
}

.jdGallery a.left:hover
{
	background: url('../html/mod_s5_image_and_content_fader/images/fleche1_hover.png') no-repeat center left !important;
}


.jdGallery a.right
{
	right:0;
	bottom:0;
	margin-right:17px;
	margin-bottom:12px;
	background: url('../html/mod_s5_image_and_content_fader/images/fleche2.png') no-repeat center right !important;
}

.jdGallery a.right:hover
{
	background: url('../html/mod_s5_image_and_content_fader/images/fleche2_hover.png') no-repeat center right !important;
}

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	z-index: 1;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('../html/mod_s5_image_and_content_fader/images/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

.jdGallery .carousel .carouselInner .active {
	opacity: .9 !important;
	-moz-opacity: .9 !important;
	-khtml-opacity: 0.9 !important;
	filter:alpha(opacity=90) !important;}


.jdGallery .slideElement {}	
	
.jdGallery .slideElement.active {}
	
	
#myGallery_height {
width:100%;
float:left;
overflow:hidden;
opacity:0;
filter: alpha(opacity=0);
}

#myGallery_height_img {
width:100%;
}

.slideInfoZone_outer {
height:100% !important;
width:284px;
background:url(../images/s5_iac_text_bg.png) !important;
position:absolute;
left:0;
z-index:1;
}

.slideInfoZone a {
color:#FFFFFF !important;
}

.jdGallery .slideInfoZone {
background:none !important;
}

.jdGallery .slideInfoZone h2, .jdGallery .slideInfoZone p {
text-shadow:none !important;
}

/* TAB SHOW
----------------------------------------------------------- */


/* s5_button css */
#s5_button {
	position: relative !important; /* important */
	overflow: hidden !important;
	margin: 0 !important;
	z-index:1 !important;
}

#s5_button_content {
	position: relative !important;
	top: 0 !important;
	z-index:1 !important;
	margin-left: 0 !important;
}

#s5_button_content
#s5_button_content li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
	#s5_button_content {
		width: 1344000px !important;
	}
	#container_bd #s5_button ul li {
		display: block !important;
		float: left !important;
		margin: 0 !important;
		z-index:1 !important;
		padding: 0 !important;
		border: none !important;
	}

#container_bd #s5_button ul li img {
	display: block !important;
}


#container_bd #s5_button_frame ul li {
	margin: 0px !important;
	padding:0px !important;
}


#s5_button_content li {
	padding:0px !important;
	margin:0px !important;
	float:left !important;}
	
#s5_button_content li li {
	list-style-image:none !important;
	list-style-position:outside !important;
	list-style-type:disc !important;
	float:none !important;}
	
#s5_button_frame a:hover {
	text-decoration:none !important;}
	
#s5_button_frame ul {
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;
}


#s5_button_content li {
list-style-image:none !important;
list-style-position:outside !important;
list-style-type:none !important;
line-height:16px !important;
}

#s5_button_frame  ul li {
	cursor:pointer !important;
	float:left !important;
}
	
#s5_button_frame  ul li a {
	display:block !important;
	padding-right:14px !important;
	padding-left:14px !important;
	height:22px !important;
	padding-top:6px !important;
	font-size:1.1em !important;
	color:#777780 !important;
	border-bottom:none !important;
	border-left:none !important;
}

#s5_button_frame  ul li.s5_ts_not_active a {
	padding-top:4px !important;
}

#s5_button_frame ul li:hover, #s5_button_frame ul li.over {
	position:relative !important;
	cursor:pointer !important;}
		
#s5_button_frame ul li.s5_fsfirst {
	cursor:pointer !important;}
	
#s5_button_frame ul li.s5_fsfirst:hover, #s5_button_frame ul li.s5_fsfirst.over {
	cursor:pointer !important;}
	
#s5_button_content .moduletable {
padding-right:0px !important;
padding-left:0px !important;
padding-top:17px !important;
padding-bottom:0px !important;
line-height:152% !important;
font-size:0.9em !important;
}

#s5_button_content .moduletable h1 {
font-size:1.4em !important;
margin-bottom:12px !important;
padding-top:4px !important;
}

#s5_button_content div.moduletable {
border:none !important;
margin:0px !important;
}

#s5_button_content div.moduletable h3 {
display:none !important;
}

#s5_button_frame {
height:26px !important;
}
	
#s5_button_wrap2 {
padding:0px !important;
}

#s5_button_frame ul li {
padding:0px !important;
}

#s5_button p {
padding:0px !important;
}

#s5_tabshow_left {
background:#FFFFFF !important;
}

.s5_ts_active, .s5_ts_not_active {
background:none !important;
margin:0px !important;
}

#s5_button_frame  ul li.s5_ts_active a {
color:#FFFFFF !important;
}
	
#s5_button_frame ul li a {
line-height:inherit !important;
}

#s5_tabshow_left, .s5_ts_active {
	-webkit-box-shadow: none !important; 
	box-shadow: none !important; 
	-moz-box-shadow: none !important; 
}



/* hier beginnt alles für xTypo      */

/* for Xtypo */
.xtypo-alert,
.xtypo_info,
.xtypo_warning,
.xtypo_sticky,
.xtypo_feed,
.xtypo_download {
	display: block;
	padding: 0.5em 1em 0.5em 40px;
	box-shadow: 0 0  3px #ccc;
	border-radius: 3px;
	margin: 20px 0;
}
.xtypo-alert .iconxt-alert,
.xtypo_info .iconxt-info,
.xtypo_warning .iconxt-warning,
.xtypo_sticky .iconxt-sticky,
.xtypo_feed .iconxt-feed,
.xtypo_download .iconxt-download {
	margin: 2px 0 0 -30px!important;
}

.xtypo-alert {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #F5FD98;
	border: 1px solid #fcdc5e;
	color: #99666A;
	text-shadow: 0 1px 0 #fff;
}
	.xtypo-alert .iconxt-alert {
		background: url(../../../plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat 0px 0px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		margin:0px 10px 0 0;
	}
.xtypo_info {
	background: url(assets/shadow.png) repeat-x bottom #B5D4FE;
	border: 1px solid #9dc5fb;
	color: #0254b0;
	text-shadow: 0 1px 0 #fff;
}
	.xtypo_info .iconxt-info {
		background: url(../../../plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat -18px -18px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		margin:2px 10px 0 0;
		
	}
.xtypo_warning {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #fd7174;
	border: 1px solid #fd7174;
	color: #fff;
	text-shadow: 0 -1px 0 #851616;
}
	.xtypo_warning .iconxt-warning {
		background: url(../../../plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat -36px -18px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		margin:2px 10px 0 0;
		
	}
.xtypo_sticky {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #a6a7ab;
	border: 1px solid #9e9ea0;
	color: #fff;
	text-shadow: 0 -1px 0 #666;
}
	.xtypo_sticky .iconxt-sticky {
		background: url(../../../plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat -36px 0px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		margin:2px 10px 0 0;
		
	}
.xtypo_feed {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #f9b954;
	border: 1px solid #f1b352;
	color: #fff;
	text-shadow: 0 -1px 0 #bf750c;
	
}
	.xtypo_feed .iconxt-feed {
		background: url(../../../plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat 0px -18px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		margin:2px 10px 0 0;
		
	}
.xtypo_download {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #3af354;
	border: 1px solid #36e44e;
	color: #fff;
	text-shadow: 0 -1px 0 #048104;
}
	.xtypo_download .iconxt-download {
		background: url(../../../plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat -18px 0px;
		display: block;
		width: 16px;
		height: 16px;
		display: block;
		float: left;
		margin:2px 10px 0 0;
		
	}
/*@end */

/*@group Blockquote */
.xtypo_quote,
.xtypo_quote_left,
.xtypo_quote_right {
	background: url(../../../plugins/content/xtypo/themes/default/assets/quote.png) #f5f5f5 no-repeat 20px 20px;
	font-size: 1.5em;
	font-style: italic;
	color: #666;
	font-family: Georgia,serif;
	border-radius: 10px;
	text-shadow: 0 1px 0 #fff;
	
}
.xtypo_quote {
	margin: 20px 0;
}
	.xtypo_quote p {
		padding: 20px 20px 20px 60px;
	}
	.xtypo_quote small:before {content: '\2014 \00A0';}
	.xtypo_quote small { color: #999; display: block; line-height:20px;}
	small { font-size: 85%; }
.xtypo_quote_left {
	float: left;
	width: 50%;
	margin: 20px 20px 20px 0;

}
	.xtypo_quote_left p {
		padding: 20px 20px 20px 60px;
	}
.xtypo_quote_right {
	float: right;
	width: 50%;
	margin: 20px 0 20px 20px;
}
	.xtypo_quote_right p {
		padding: 20px 20px 20px 40px;
	}
/*@end */

/*@group Button */
.xtypo_button1,
.xtypo_button2,
.xtypo_button3 {
	display: inline-block;
	margin-right: 0.5em;
}
.xtypo_button1 a ,
.xtypo_button2 a ,
.xtypo_button3 a  {
	padding:  5px 10px;
	border-radius: 3px;
	text-decoration: none!important;
	margin: 10px 0!important;
}
.xtypo_button1 a {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #0b9aec;
	color: #fff!important;	
	box-shadow: 0 0  3px #ccc;
	text-shadow: 0 -1px 0 #107cdc;	

}
	.xtypo_button1 a:hover {
		color: #fff!important;
		background: #333!important;
		text-shadow: 0 -1px 0 #000;
	}
.xtypo_button2 a {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #f0f0f0;
	color: #666!important;	
	box-shadow: 0 0 3px #ccc;
	text-shadow: 0 1px 0 #fff;	

}
	.xtypo_button2 a:hover {
		color: #fff!important;
		background: #333!important;
		text-shadow: 0 -1px 0 #000;
	}
.xtypo_button3 a {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #f00;
	color: #fff!important;	
	box-shadow: 0 0  3px #ccc;
	text-shadow: 0 -1px 0 #107cdc;	

}
	.xtypo_button3 a:hover {
		color: #fff!important;
		background: #333!important;
		text-shadow: 0 -1px 0 #000;
	}
/*@end */

/*@group Rounded Box */
.xtypo_rounded1,
.xtypo_rounded1_left,
.xtypo_rounded1_right {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #FFC001;
	font-size: 0.9em;
    display: block;
	padding: 1em 1.5em;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	color: #666;
	text-shadow: 0 0 0;  /* war vorher  "0 1px 0 #eee"   */
	margin: 10px 0;
}
.xtypo_rounded1 h3 {     /* eingefügt    */
    font-size: 12pt;
}

.xtypo_rounded1_left {
	width: 30%;    /* war vorher 50%   */
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded1_right {
	width: 30%;     /* war vorher 50%   */
	float: right;
	margin: 20px 0 20px 20px;
}
.xtypo_rounded2 ,
.xtypo_rounded2_left,
.xtypo_rounded2_right {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #f47553;
	font-size: 0.9em;
    display: block;
	padding: 1em 1.5em;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0 0 0 ;  /* war vorher  "0 1px 0 #eee"   */
	margin: 10px 0;
}

.xtypo_rounded2_left {
	width: 30%;    /* war vorher 50%   */
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded2_right {
	width: 30%;     /* war vorher 50%   */
	float: right;
	margin: 20px 0 20px 20px;
}


.xtypo_rounded3_left, {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #67b8f7;
	display: block;
	padding: 1em 1.5em;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	color: #fff;
	margin: 10px 0;
	text-shadow: 0 -1px 0 #4e90c2;
}

.xtypo_rounded3 {
  background:#E2D8D4;
  color: #464342;  
  text-shadow: 0px 0px 0px;
  	display: block;
	padding: 1em 1.5em;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	margin: 10px 0;
}

.xtypo_rounded3_left {
	width: 30%;  /* war vorher 50%   */
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded3_right {
	width: 30%;   /* war vorher 50%   */
	float: right;
	margin: 20px 0 20px 20px;
	display: block;
	padding: 1em;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	color: #000000;
	margin: 10px 0px 20px 20px;      
    background: #FFF0D9;
    font-weight:normal;
    text-shadow: 0px 0px 0px;
    font-size:12px;
    
}
.xtypo_rounded4,
.xtypo_rounded4_left,
.xtypo_rounded4_right {
	background: url(../../../plugins/content/xtypo/themes/default/assets/shadow.png) repeat-x bottom #FFB351;
	display: block;
	padding: 1em 1.5em;
	box-shadow: 0 0 5px #ccc;
	border-radius: 3px;
	color: rgb(89, 89, 85);
	margin: 10px 0;
	text-shadow: 0 -1px 0 #c6593c;
}


.xtypo_rounded4_left {
	width: 40%;  /* war vorher 50%   */
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded4_right {
	width: 40%;  /* war vorher 50%   */
	float: right;
	margin: 20px 0 20px 20px;
}
/*@end */

/*@group List */
.xtypo_list ul,
.xtypo_list_left ul,
.xtypo_list_right ul{
	background-color: #fff;
	    background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image: -0-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image:  linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-size: 1px 23px;
	    margin: 20px auto;
	    position: relative;
	    padding: 20px;
	
}

	.xtypo_list ul:after,
	.xtypo_list_left ul:after,
	.xtypo_list_right ul:after {
	    border-left: 1px solid rgba(238, 238, 238, 1);
	    border-right: 1px solid rgba(238, 238, 238, 1);
	    bottom: 0;
	    content: '';
	    left: 40px;
	    position: absolute;
	    top: 0;
	    width: 2px;
	}
		.xtypo_list ul li,
		.xtypo_list_left ul li,
		.xtypo_list_right ul li {
			list-style: none!important;
			padding: 5px 0!important;
			margin-left: 40px!important;
		}
		.xtypo_list ul li:before,
		.xtypo_list_left ul li:before,
		.xtypo_list_right ul li:before {
			background: url(../../../plugins/content/xtypo/themes/default/assets/sprites.png) no-repeat 0px -36px;;
			display: block;
			width: 16px;
			height: 16px;
			display: block;
			content: "";
			position: absolute;
			margin:3px 0 0 -40px;
		}
	
.xtypo_list ol,
.xtypo_list_left ol,
.xtypo_list_right ol {
	background-color: #fff;
	    background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image: -0-linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-image:  linear-gradient(top, #f2f2f2 0%, #f2f2f2 5%, transparent 5%, transparent 100%);
	    background-size: 1px 23px;
	    margin: 20px auto;
	    position: relative;
	    padding: 20px;	}
	.xtypo_list ol:after,
	.xtypo_list_left ol:after,
	.xtypo_list_right ol:after {
	    border-left: 1px solid rgba(238, 238, 238, 1);
	    border-right: 1px solid rgba(238, 238, 238, 1);
	    bottom: 0;
	    content: '';
	    left: 40px;
	    position: absolute;
	    top: 0;
	    width: 2px;
	}

		.xtypo_list ol li,
		.xtypo_list_left ol li,
		.xtypo_list_right ol li {
			padding: 5px 0 0 15px!important;
			margin-left: 20px!important;
		}

.xtypo_list_left {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.xtypo_list_right {
	float: right;
	width: 48%;
	margin-left: 0;
}

/*@end */
/*@group Misc */
.xtypo_code {
	background: #F0F0F0;
	border-left: 5px solid #C3D7EA;
	display: block;
	padding: 10px;
	color: #666;
	white-space: nowrap;
	overflow: auto;
	margin: 20px 0;
	font-size: 120%;
}
.xtypo_dropcap {
	float: left;
	color: #999;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
	font-family: Georgia, serif;
}
.clearfix { clear:both; }
/*@end for xtypo in your editor - TemplatePlazza */


/* hier beginnt FontIcon    */
/* fonticons */
/* relative path below are based on your default css folder where editor.css is placed, assumes to be /templates/yourtemplate/css/ */
@font-face {
	font-family: 'icomoonfree';
	src:url('../../../plugins/content/fonticons/assets/fonts/icomoonfree.eot');
	src:url('../../../plugins/content/fonticons/assets/fonts/icomoonfree.eot?#iefix') format('embedded-opentype'),
		url('../../../plugins/content/fonticons/assets/fonts/icomoonfree.svg#icomoon') format('svg'),
		url('../../../plugins/content/fonticons/assets/fonts/icomoonfree.woff') format('woff'),
		url('../../../plugins/content/fonticons/assets/fonts/icomoonfree.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="icon1-"]:before, [class*=" icon1-"]:before {
	font-family: 'icomoonfree';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon1-github:before {
	content: "\e00b";
}
.icon1-github-2:before {
	content: "\e00c";
}
.icon1-git:before {
	content: "\e00d";
}
.icon1-github-3:before {
	content: "\e00e";
}
.icon1-wordpress:before {
	content: "\e00f";
}
.icon1-wordpress-2:before {
	content: "\e010";
}
.icon1-joomla:before {
	content: "\e011";
}
.icon1-blogger:before {
	content: "\e012";
}
.icon1-blogger-2:before {
	content: "\e013";
}
.icon1-tumblr:before {
	content: "\e014";
}
.icon1-amazon:before {
	content: "\e015";
}
.icon1-tux:before {
	content: "\e016";
}
.icon1-apple:before {
	content: "\e017";
}
.icon1-finder:before {
	content: "\e018";
}
.icon1-android:before {
	content: "\e019";
}
.icon1-windows:before {
	content: "\e01a";
}
.icon1-soundcloud:before {
	content: "\e01b";
}
.icon1-soundcloud-2:before {
	content: "\e01c";
}
.icon1-skype:before {
	content: "\e01d";
}
.icon1-reddit:before {
	content: "\e01e";
}
.icon1-new-tab:before {
	content: "\e01f";
}
.icon1-new-tab-2:before {
	content: "\e020";
}
.icon1-embed:before {
	content: "\e021";
}
.icon1-code:before {
	content: "\e022";
}
.icon1-bluetooth:before {
	content: "\e023";
}
.icon1-share:before {
	content: "\e024";
}
.icon1-share-2:before {
	content: "\e025";
}
.icon1-mail:before {
	content: "\e026";
}
.icon1-mail-2:before {
	content: "\e027";
}
.icon1-mail-3:before {
	content: "\e028";
}
.icon1-google:before {
	content: "\e029";
}
.icon1-google-plus:before {
	content: "\e02a";
}
.icon1-google-plus-2:before {
	content: "\e02b";
}
.icon1-google-plus-3:before {
	content: "\e02c";
}
.icon1-gplus:before {
	content: "\e02d";
}
.icon1-google-drive:before {
	content: "\e02e";
}
.icon1-facebook:before {
	content: "\e02f";
}
.icon1-facebook-2:before {
	content: "\e030";
}
.icon1-facebook-3:before {
	content: "\e031";
}
.icon1-instagram:before {
	content: "\e032";
}
.icon1-twitter:before {
	content: "\e033";
}
.icon1-twitter-2:before {
	content: "\e034";
}
.icon1-twitter-3:before {
	content: "\e035";
}
.icon1-feed:before {
	content: "\e036";
}
.icon1-feed-2:before {
	content: "\e037";
}
.icon1-feed-3:before {
	content: "\e038";
}
.icon1-youtube:before {
	content: "\e039";
}
.icon1-youtube-2:before {
	content: "\e03a";
}
.icon1-vimeo:before {
	content: "\e03b";
}
.icon1-vimeo-2:before {
	content: "\e03c";
}
.icon1-flickr:before {
	content: "\e03d";
}
.icon1-flickr-2:before {
	content: "\e03e";
}
.icon1-home:before {
	content: "\e000";
}
.icon1-newspaper:before {
	content: "\e001";
}
.icon1-clubs:before {
	content: "\e002";
}
.icon1-diamonds:before {
	content: "\e003";
}
.icon1-broadcast:before {
	content: "\e004";
}
.icon1-home-2:before {
	content: "\e005";
}
.icon1-pencil:before {
	content: "\e006";
}
.icon1-pencil-2:before {
	content: "\e007";
}
.icon1-droplet:before {
	content: "\e008";
}
.icon1-pictures:before {
	content: "\e009";
}
.icon1-picture:before {
	content: "\e00a";
}
.icon1-camera:before {
	content: "\e03f";
}
.icon1-music:before {
	content: "\e040";
}
.icon1-play:before {
	content: "\e041";
}
.icon1-film:before {
	content: "\e042";
}
.icon1-camera-2:before {
	content: "\e043";
}
.icon1-spades:before {
	content: "\e044";
}
.icon1-mic:before {
	content: "\e045";
}
.icon1-book:before {
	content: "\e046";
}
.icon1-file:before {
	content: "\e047";
}
.icon1-file-2:before {
	content: "\e048";
}
.icon1-new:before {
	content: "\e049";
}
.icon1-copy:before {
	content: "\e04a";
}
.icon1-folder:before {
	content: "\e04b";
}
.icon1-folder-2:before {
	content: "\e04c";
}
.icon1-tag:before {
	content: "\e04d";
}
.icon1-cart:before {
	content: "\e04e";
}
.icon1-basket:before {
	content: "\e04f";
}
.icon1-calculate:before {
	content: "\e050";
}
.icon1-support:before {
	content: "\e051";
}
.icon1-phone:before {
	content: "\e052";
}
.icon1-mail-4:before {
	content: "\e053";
}
.icon1-location:before {
	content: "\e054";
}
.icon1-compass:before {
	content: "\e055";
}
.icon1-history:before {
	content: "\e056";
}
.icon1-clock:before {
	content: "\e057";
}
.icon1-bell:before {
	content: "\e058";
}
.icon1-calendar:before {
	content: "\e059";
}
.icon1-printer:before {
	content: "\e05a";
}
.icon1-mouse:before {
	content: "\e05b";
}
.icon1-screen:before {
	content: "\e05c";
}
.icon1-laptop:before {
	content: "\e05d";
}
.icon1-mobile:before {
	content: "\e05e";
}
.icon1-cabinet:before {
	content: "\e05f";
}
.icon1-drawer:before {
	content: "\e060";
}
.icon1-drawer-2:before {
	content: "\e061";
}
.icon1-box:before {
	content: "\e062";
}
.icon1-box-add:before {
	content: "\e063";
}
.icon1-box-remove:before {
	content: "\e064";
}
.icon1-download:before {
	content: "\e065";
}
.icon1-upload:before {
	content: "\e066";
}
.icon1-database:before {
	content: "\e067";
}
.icon1-flip:before {
	content: "\e068";
}
.icon1-flip-2:before {
	content: "\e069";
}
.icon1-undo:before {
	content: "\e06a";
}
.icon1-redo:before {
	content: "\e06b";
}
.icon1-forward:before {
	content: "\e06c";
}
.icon1-reply:before {
	content: "\e06d";
}
.icon1-reply-2:before {
	content: "\e06e";
}
.icon1-comments:before {
	content: "\e06f";
}
.icon1-comments-2:before {
	content: "\e070";
}
.icon1-comments-3:before {
	content: "\e071";
}
.icon1-comments-4:before {
	content: "\e072";
}
.icon1-comments-5:before {
	content: "\e073";
}
.icon1-user:before {
	content: "\e074";
}
.icon1-user-2:before {
	content: "\e075";
}
.icon1-user-3:before {
	content: "\e076";
}
.icon1-busy:before {
	content: "\e077";
}
.icon1-loading:before {
	content: "\e078";
}
.icon1-loading-2:before {
	content: "\e079";
}
.icon1-search:before {
	content: "\e07a";
}
.icon1-zoom-in:before {
	content: "\e07b";
}
.icon1-zoom-out:before {
	content: "\e07c";
}
.icon1-key:before {
	content: "\e07d";
}
.icon1-key-2:before {
	content: "\e07e";
}
.icon1-locked:before {
	content: "\e07f";
}
.icon1-unlocked:before {
	content: "\e080";
}
.icon1-wrench:before {
	content: "\e081";
}
.icon1-equalizer:before {
	content: "\e082";
}
.icon1-cog:before {
	content: "\e083";
}
.icon1-pie:before {
	content: "\e084";
}
.icon1-bars:before {
	content: "\e085";
}
.icon1-stats-up:before {
	content: "\e086";
}
.icon1-gift:before {
	content: "\e087";
}
.icon1-trophy:before {
	content: "\e088";
}
.icon1-diamond:before {
	content: "\e089";
}
.icon1-coffee:before {
	content: "\e08a";
}
.icon1-rocket:before {
	content: "\e08b";
}
.icon1-meter-slow:before {
	content: "\e08c";
}
.icon1-meter-medium:before {
	content: "\e08d";
}
.icon1-meter-fast:before {
	content: "\e08e";
}
.icon1-dashboard:before {
	content: "\e08f";
}
.icon1-fire:before {
	content: "\e090";
}
.icon1-lab:before {
	content: "\e091";
}
.icon1-remove:before {
	content: "\e092";
}
.icon1-remove-2:before {
	content: "\e093";
}
.icon1-remove-3:before {
	content: "\e094";
}
.icon1-briefcase:before {
	content: "\e095";
}
.icon1-briefcase-2:before {
	content: "\e096";
}
.icon1-cars:before {
	content: "\e097";
}
.icon1-bus:before {
	content: "\e098";
}
.icon1-cube:before {
	content: "\e099";
}
.icon1-cube-2:before {
	content: "\e09a";
}
.icon1-puzzle:before {
	content: "\e09b";
}
.icon1-glasses:before {
	content: "\e09c";
}
.icon1-glasses-2:before {
	content: "\e09d";
}
.icon1-accessibility:before {
	content: "\e09e";
}
.icon1-accessibility-2:before {
	content: "\e09f";
}
.icon1-target:before {
	content: "\e0a0";
}
.icon1-target-2:before {
	content: "\e0a1";
}
.icon1-lightning:before {
	content: "\e0a2";
}
.icon1-power:before {
	content: "\e0a3";
}
.icon1-power-2:before {
	content: "\e0a4";
}
.icon1-clipboard:before {
	content: "\e0a5";
}
.icon1-clipboard-2:before {
	content: "\e0a6";
}
.icon1-playlist:before {
	content: "\e0a7";
}
.icon1-grid-view:before {
	content: "\e0a8";
}
.icon1-tree-view:before {
	content: "\e0a9";
}
.icon1-cloud:before {
	content: "\e0aa";
}
.icon1-cloud-2:before {
	content: "\e0ab";
}
.icon1-download-2:before {
	content: "\e0ac";
}
.icon1-upload-2:before {
	content: "\e0ad";
}
.icon1-upload-3:before {
	content: "\e0ae";
}
.icon1-link:before {
	content: "\e0af";
}
.icon1-link-2:before {
	content: "\e0b0";
}
.icon1-flag:before {
	content: "\e0b1";
}
.icon1-flag-2:before {
	content: "\e0b2";
}
.icon1-attachment:before {
	content: "\e0b3";
}
.icon1-eye:before {
	content: "\e0b4";
}
.icon1-eye-2:before {
	content: "\e0b5";
}
.icon1-bookmark:before {
	content: "\e0b6";
}
.icon1-bookmark-2:before {
	content: "\e0b7";
}
.icon1-star:before {
	content: "\e0b8";
}
.icon1-star-2:before {
	content: "\e0b9";
}
.icon1-star-3:before {
	content: "\e0ba";
}
.icon1-heart:before {
	content: "\e0bb";
}
.icon1-heart-2:before {
	content: "\e0bc";
}
.icon1-thumbs-up:before {
	content: "\e0bd";
}
.icon1-thumbs-down:before {
	content: "\e0be";
}
.icon1-happy:before {
	content: "\e0bf";
}
.icon1-smiley:before {
	content: "\e0c0";
}
.icon1-neutral:before {
	content: "\e0c1";
}
.icon1-plus:before {
	content: "\e0c2";
}
.icon1-minus:before {
	content: "\e0c3";
}
.icon1-help:before {
	content: "\e0c4";
}
.icon1-help-2:before {
	content: "\e0c5";
}
.icon1-blocked:before {
	content: "\e0c6";
}
.icon1-cancel:before {
	content: "\e0c7";
}
.icon1-cancel-2:before {
	content: "\e0c8";
}
.icon1-checkmark:before {
	content: "\e0c9";
}
.icon1-minus-2:before {
	content: "\e0ca";
}
.icon1-plus-2:before {
	content: "\e0cb";
}
.icon1-enter:before {
	content: "\e0cc";
}
.icon1-exit:before {
	content: "\e0cd";
}
.icon1-loop:before {
	content: "\e0ce";
}
.icon1-arrow-up-left:before {
	content: "\e0cf";
}
.icon1-arrow-up:before {
	content: "\e0d0";
}
.icon1-arrow-up-right:before {
	content: "\e0d1";
}
.icon1-arrow-right:before {
	content: "\e0d2";
}
.icon1-arrow-down-right:before {
	content: "\e0d3";
}
.icon1-arrow-down:before {
	content: "\e0d4";
}
.icon1-arrow-down-left:before {
	content: "\e0d5";
}
.icon1-arrow-left:before {
	content: "\e0d6";
}
.icon1-arrow-up-left-2:before {
	content: "\e0d7";
}
.icon1-arrow-up-2:before {
	content: "\e0d8";
}
.icon1-arrow-up-right-2:before {
	content: "\e0d9";
}
.icon1-arrow-right-2:before {
	content: "\e0da";
}
.icon1-arrow-down-right-2:before {
	content: "\e0db";
}
.icon1-arrow-down-2:before {
	content: "\e0dc";
}
.icon1-arrow-down-left-2:before {
	content: "\e0dd";
}
.icon1-arrow-left-2:before {
	content: "\e0de";
}
.icon1-arrow-up-left-3:before {
	content: "\e0df";
}
.icon1-arrow-up-3:before {
	content: "\e0e0";
}
.icon1-arrow-up-right-3:before {
	content: "\e0e1";
}
.icon1-arrow-right-3:before {
	content: "\e0e2";
}
.icon1-arrow-down-right-3:before {
	content: "\e0e3";
}
.icon1-arrow-down-3:before {
	content: "\e0e4";
}
.icon1-arrow-down-left-3:before {
	content: "\e0e5";
}
.icon1-arrow-left-3:before {
	content: "\e0e6";
}
.icon1-arrow-up-4:before {
	content: "\e0e7";
}
.icon1-arrow-right-4:before {
	content: "\e0e8";
}
.icon1-arrow-down-4:before {
	content: "\e0e9";
}
.icon1-arrow-left-4:before {
	content: "\e0ea";
}
.icon1-arrow-up-5:before {
	content: "\e0eb";
}
.icon1-arrow-right-5:before {
	content: "\e0ec";
}
.icon1-arrow-down-5:before {
	content: "\e0ed";
}
.icon1-arrow-left-5:before {
	content: "\e0ee";
}
.icon1-arrow-up-6:before {
	content: "\e0ef";
}
.icon1-arrow-right-6:before {
	content: "\e0f0";
}
.icon1-arrow-down-6:before {
	content: "\e0f1";
}
.icon1-arrow-left-6:before {
	content: "\e0f2";
}
.icon1-menu:before {
	content: "\e0f3";
}
.icon1-enter-2:before {
	content: "\e0f4";
}
.icon1-backspace:before {
	content: "\e0f5";
}
.icon1-backspace-2:before {
	content: "\e0f6";
}
.icon1-tab:before {
	content: "\e0f7";
}
.icon1-tab-2:before {
	content: "\e0f8";
}
.icon1-checkbox:before {
	content: "\e0f9";
}
.icon1-checkbox-unchecked:before {
	content: "\e0fa";
}
.icon1-checkbox-partial:before {
	content: "\e0fb";
}
.icon1-radio-checked:before {
	content: "\e0fc";
}
.icon1-radio-unchecked:before {
	content: "\e0fd";
}
.icon1-font:before {
	content: "\e0fe";
}
.icon1-paragraph-left:before {
	content: "\e0ff";
}
.icon1-paragraph-center:before {
	content: "\e100";
}
.icon1-paragraph-right:before {
	content: "\e101";
}
.icon1-paragraph-justify:before {
	content: "\e102";
}
.icon1-left-to-right:before {
	content: "\e103";
}
.icon1-right-to-left:before {
	content: "\e104";
}
.icon1-share-3:before {
	content: "\e105";
}
.icon1-flickr-3:before {
	content: "\e106";
}
.icon1-picassa:before {
	content: "\e107";
}
.icon1-picassa-2:before {
	content: "\e108";
}
.icon1-dribbble:before {
	content: "\e109";
}
.icon1-dribbble-2:before {
	content: "\e10a";
}
.icon1-dribbble-3:before {
	content: "\e10b";
}
.icon1-forrst:before {
	content: "\e10c";
}
.icon1-forrst-2:before {
	content: "\e10d";
}
.icon1-deviantart:before {
	content: "\e10e";
}
.icon1-deviantart-2:before {
	content: "\e10f";
}
.icon1-github-4:before {
	content: "\e110";
}
.icon1-github-5:before {
	content: "\e111";
}
.icon1-github-6:before {
	content: "\e112";
}
.icon1-github-7:before {
	content: "\e113";
}
.icon1-tumblr-2:before {
	content: "\e114";
}
.icon1-yahoo:before {
	content: "\e115";
}
.icon1-yahoo-2:before {
	content: "\e116";
}
.icon1-amazon-2:before {
	content: "\e117";
}
.icon1-linkedin:before {
	content: "\e118";
}
.icon1-linkedin-2:before {
	content: "\e119";
}
.icon1-lastfm:before {
	content: "\e11a";
}
.icon1-lastfm-2:before {
	content: "\e11b";
}
.icon1-delicious:before {
	content: "\e11c";
}
.icon1-stumbleupon:before {
	content: "\e11d";
}
.icon1-stumbleupon-2:before {
	content: "\e11e";
}
.icon1-pinterest:before {
	content: "\e11f";
}
.icon1-pinterest-2:before {
	content: "\e120";
}
.icon1-paypal:before {
	content: "\e122";
}
.icon1-paypal-2:before {
	content: "\e123";
}
.icon1-paypal-3:before {
	content: "\e124";
}
.icon1-yelp:before {
	content: "\e125";
}
.icon1-libreoffice:before {
	content: "\e126";
}
.icon1-file-pdf:before {
	content: "\e127";
}
.icon1-file-openoffice:before {
	content: "\e128";
}
.icon1-file-word:before {
	content: "\e129";
}
.icon1-file-excel:before {
	content: "\e12a";
}
.icon1-html5:before {
	content: "\e12c";
}
.icon1-css3:before {
	content: "\e12d";
}
.icon1-chrome:before {
	content: "\e12e";
}
.icon1-firefox:before {
	content: "\e12f";
}
.icon1-IE:before {
	content: "\e130";
}
.icon1-opera:before {
	content: "\e131";
}
.icon1-safari:before {
	content: "\e132";
}
.icon1-IcoMoon:before {
	content: "\e133";
}
.icon1-xing:before {
	content: "\e121";
}
.icon1-flattr:before {
	content: "\e134";
}
.icon1-foursquare:before {
	content: "\e135";
}
.icon1-foursquare-2:before {
	content: "\e136";
}
.icon1-file-zip:before {
	content: "\e12b";
}
.icon1-file-xml:before {
	content: "\e137";
}
.icon1-file-css:before {
	content: "\e138";
}
.icon1-html5-2:before {
	content: "\e139";
}
.icon1-xing-2:before {
	content: "\e13a";
}
.icon1-file-powerpoint:before {
	content: "\e13b";
}

/* relative path below are based on your default css folder where editor.css is placed, assumes to be /templates/yourtemplate/css/ */
@font-face {
  font-family: "FontAwesome";
  src: url('../../../plugins/editors-xtd/fonticons/assets/fonts/fontawesome-webfont.eot');
  src: url('../../../plugins/editors-xtd/fonticons/assets/fonts/fontawesome-webfont.eot?#iefix') format('eot'), url('../../../plugins/editors-xtd/fonticons/assets/fonts/fontawesome-webfont.woff') format('woff'), url('../../../plugins/editors-xtd/fonticons/assets/fonts/fontawesome-webfont.ttf') format('truetype'), url('../../../plugins/editors-xtd/fonticons/assets/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon2-"]:before, [class*=" icon2-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}


/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon2-glass:before                { content: "\f000"; }
.icon2-music:before                { content: "\f001"; }
.icon2-search:before               { content: "\f002"; }
.icon2-envelope:before             { content: "\f003"; }
.icon2-heart:before                { content: "\f004"; }
.icon2-star:before                 { content: "\f005"; }
.icon2-star-empty:before           { content: "\f006"; }
.icon2-user:before                 { content: "\f007"; }
.icon2-film:before                 { content: "\f008"; }
.icon2-th-large:before             { content: "\f009"; }
.icon2-th:before                   { content: "\f00a"; }
.icon2-th-list:before              { content: "\f00b"; }
.icon2-ok:before                   { content: "\f00c"; }
.icon2-remove:before               { content: "\f00d"; }
.icon2-zoom-in:before              { content: "\f00e"; }

.icon2-zoom-out:before             { content: "\f010"; }
.icon2-off:before                  { content: "\f011"; }
.icon2-signal:before               { content: "\f012"; }
.icon2-cog:before                  { content: "\f013"; }
.icon2-trash:before                { content: "\f014"; }
.icon2-home:before                 { content: "\f015"; }
.icon2-file:before                 { content: "\f016"; }
.icon2-time:before                 { content: "\f017"; }
.icon2-road:before                 { content: "\f018"; }
.icon2-download-alt:before         { content: "\f019"; }
.icon2-download:before             { content: "\f01a"; }
.icon2-upload:before               { content: "\f01b"; }
.icon2-inbox:before                { content: "\f01c"; }
.icon2-play-circle:before          { content: "\f01d"; }
.icon2-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon2-refresh:before              { content: "\f021"; }
.icon2-list-alt:before             { content: "\f022"; }
.icon2-lock:before                 { content: "\f023"; }
.icon2-flag:before                 { content: "\f024"; }
.icon2-headphones:before           { content: "\f025"; }
.icon2-volume-off:before           { content: "\f026"; }
.icon2-volume-down:before          { content: "\f027"; }
.icon2-volume-up:before            { content: "\f028"; }
.icon2-qrcode:before               { content: "\f029"; }
.icon2-barcode:before              { content: "\f02a"; }
.icon2-tag:before                  { content: "\f02b"; }
.icon2-tags:before                 { content: "\f02c"; }
.icon2-book:before                 { content: "\f02d"; }
.icon2-bookmark:before             { content: "\f02e"; }
.icon2-print:before                { content: "\f02f"; }

.icon2-camera:before               { content: "\f030"; }
.icon2-font:before                 { content: "\f031"; }
.icon2-bold:before                 { content: "\f032"; }
.icon2-italic:before               { content: "\f033"; }
.icon2-text-height:before          { content: "\f034"; }
.icon2-text-width:before           { content: "\f035"; }
.icon2-align-left:before           { content: "\f036"; }
.icon2-align-center:before         { content: "\f037"; }
.icon2-align-right:before          { content: "\f038"; }
.icon2-align-justify:before        { content: "\f039"; }
.icon2-list:before                 { content: "\f03a"; }
.icon2-indent-left:before          { content: "\f03b"; }
.icon2-indent-right:before         { content: "\f03c"; }
.icon2-facetime-video:before       { content: "\f03d"; }
.icon2-picture:before              { content: "\f03e"; }

.icon2-pencil:before               { content: "\f040"; }
.icon2-map-marker:before           { content: "\f041"; }
.icon2-adjust:before               { content: "\f042"; }
.icon2-tint:before                 { content: "\f043"; }
.icon2-edit:before                 { content: "\f044"; }
.icon2-share:before                { content: "\f045"; }
.icon2-check:before                { content: "\f046"; }
.icon2-move:before                 { content: "\f047"; }
.icon2-step-backward:before        { content: "\f048"; }
.icon2-fast-backward:before        { content: "\f049"; }
.icon2-backward:before             { content: "\f04a"; }
.icon2-play:before                 { content: "\f04b"; }
.icon2-pause:before                { content: "\f04c"; }
.icon2-stop:before                 { content: "\f04d"; }
.icon2-forward:before              { content: "\f04e"; }

.icon2-fast-forward:before         { content: "\f050"; }
.icon2-step-forward:before         { content: "\f051"; }
.icon2-eject:before                { content: "\f052"; }
.icon2-chevron-left:before         { content: "\f053"; }
.icon2-chevron-right:before        { content: "\f054"; }
.icon2-plus-sign:before            { content: "\f055"; }
.icon2-minus-sign:before           { content: "\f056"; }
.icon2-remove-sign:before          { content: "\f057"; }
.icon2-ok-sign:before              { content: "\f058"; }
.icon2-question-sign:before        { content: "\f059"; }
.icon2-info-sign:before            { content: "\f05a"; }
.icon2-screenshot:before           { content: "\f05b"; }
.icon2-remove-circle:before        { content: "\f05c"; }
.icon2-ok-circle:before            { content: "\f05d"; }
.icon2-ban-circle:before           { content: "\f05e"; }

.icon2-arrow-left:before           { content: "\f060"; }
.icon2-arrow-right:before          { content: "\f061"; }
.icon2-arrow-up:before             { content: "\f062"; }
.icon2-arrow-down:before           { content: "\f063"; }
.icon2-share-alt:before            { content: "\f064"; }
.icon2-resize-full:before          { content: "\f065"; }
.icon2-resize-small:before         { content: "\f066"; }
.icon2-plus:before                 { content: "\f067"; }
.icon2-minus:before                { content: "\f068"; }
.icon2-asterisk:before             { content: "\f069"; }
.icon2-exclamation-sign:before     { content: "\f06a"; }
.icon2-gift:before                 { content: "\f06b"; }
.icon2-leaf:before                 { content: "\f06c"; }
.icon2-fire:before                 { content: "\f06d"; }
.icon2-eye-open:before             { content: "\f06e"; }

.icon2-eye-close:before            { content: "\f070"; }
.icon2-warning-sign:before         { content: "\f071"; }
.icon2-plane:before                { content: "\f072"; }
.icon2-calendar:before             { content: "\f073"; }
.icon2-random:before               { content: "\f074"; }
.icon2-comment:before              { content: "\f075"; }
.icon2-magnet:before               { content: "\f076"; }
.icon2-chevron-up:before           { content: "\f077"; }
.icon2-chevron-down:before         { content: "\f078"; }
.icon2-retweet:before              { content: "\f079"; }
.icon2-shopping-cart:before        { content: "\f07a"; }
.icon2-folder-close:before         { content: "\f07b"; }
.icon2-folder-open:before          { content: "\f07c"; }
.icon2-resize-vertical:before      { content: "\f07d"; }
.icon2-resize-horizontal:before    { content: "\f07e"; }

.icon2-bar-chart:before            { content: "\f080"; }
.icon2-twitter-sign:before         { content: "\f081"; }
.icon2-facebook-sign:before        { content: "\f082"; }
.icon2-camera-retro:before         { content: "\f083"; }
.icon2-key:before                  { content: "\f084"; }
.icon2-cogs:before                 { content: "\f085"; }
.icon2-comments:before             { content: "\f086"; }
.icon2-thumbs-up:before            { content: "\f087"; }
.icon2-thumbs-down:before          { content: "\f088"; }
.icon2-star-half:before            { content: "\f089"; }
.icon2-heart-empty:before          { content: "\f08a"; }
.icon2-signout:before              { content: "\f08b"; }
.icon2-linkedin-sign:before        { content: "\f08c"; }
.icon2-pushpin:before              { content: "\f08d"; }
.icon2-external-link:before        { content: "\f08e"; }

.icon2-signin:before               { content: "\f090"; }
.icon2-trophy:before               { content: "\f091"; }
.icon2-github-sign:before          { content: "\f092"; }
.icon2-upload-alt:before           { content: "\f093"; }
.icon2-lemon:before                { content: "\f094"; }
.icon2-phone:before                { content: "\f095"; }
.icon2-check-empty:before          { content: "\f096"; }
.icon2-bookmark-empty:before       { content: "\f097"; }
.icon2-phone-sign:before           { content: "\f098"; }
.icon2-twitter:before              { content: "\f099"; }
.icon2-facebook:before             { content: "\f09a"; }
.icon2-github:before               { content: "\f09b"; }
.icon2-unlock:before               { content: "\f09c"; }
.icon2-credit-card:before          { content: "\f09d"; }
.icon2-rss:before                  { content: "\f09e"; }

.icon2-hdd:before                  { content: "\f0a0"; }
.icon2-bullhorn:before             { content: "\f0a1"; }
.icon2-bell:before                 { content: "\f0a2"; }
.icon2-certificate:before          { content: "\f0a3"; }
.icon2-hand-right:before           { content: "\f0a4"; }
.icon2-hand-left:before            { content: "\f0a5"; }
.icon2-hand-up:before              { content: "\f0a6"; }
.icon2-hand-down:before            { content: "\f0a7"; }
.icon2-circle-arrow-left:before    { content: "\f0a8"; }
.icon2-circle-arrow-right:before   { content: "\f0a9"; }
.icon2-circle-arrow-up:before      { content: "\f0aa"; }
.icon2-circle-arrow-down:before    { content: "\f0ab"; }
.icon2-globe:before                { content: "\f0ac"; }
.icon2-wrench:before               { content: "\f0ad"; }
.icon2-tasks:before                { content: "\f0ae"; }

.icon2-filter:before               { content: "\f0b0"; }
.icon2-briefcase:before            { content: "\f0b1"; }
.icon2-fullscreen:before           { content: "\f0b2"; }

.icon2-group:before                { content: "\f0c0"; }
.icon2-link:before                 { content: "\f0c1"; }
.icon2-cloud:before                { content: "\f0c2"; }
.icon2-beaker:before               { content: "\f0c3"; }
.icon2-cut:before                  { content: "\f0c4"; }
.icon2-copy:before                 { content: "\f0c5"; }
.icon2-paper-clip:before           { content: "\f0c6"; }
.icon2-save:before                 { content: "\f0c7"; }
.icon2-sign-blank:before           { content: "\f0c8"; }
.icon2-reorder:before              { content: "\f0c9"; }
.icon2-list-ul:before              { content: "\f0ca"; }
.icon2-list-ol:before              { content: "\f0cb"; }
.icon2-strikethrough:before        { content: "\f0cc"; }
.icon2-underline:before            { content: "\f0cd"; }
.icon2-table:before                { content: "\f0ce"; }

.icon2-magic:before                { content: "\f0d0"; }
.icon2-truck:before                { content: "\f0d1"; }
.icon2-pinterest:before            { content: "\f0d2"; }
.icon2-pinterest-sign:before       { content: "\f0d3"; }
.icon2-google-plus-sign:before     { content: "\f0d4"; }
.icon2-google-plus:before          { content: "\f0d5"; }
.icon2-money:before                { content: "\f0d6"; }
.icon2-caret-down:before           { content: "\f0d7"; }
.icon2-caret-up:before             { content: "\f0d8"; }
.icon2-caret-left:before           { content: "\f0d9"; }
.icon2-caret-right:before          { content: "\f0da"; }
.icon2-columns:before              { content: "\f0db"; }
.icon2-sort:before                 { content: "\f0dc"; }
.icon2-sort-down:before            { content: "\f0dd"; }
.icon2-sort-up:before              { content: "\f0de"; }

.icon2-envelope-alt:before         { content: "\f0e0"; }
.icon2-linkedin:before             { content: "\f0e1"; }
.icon2-undo:before                 { content: "\f0e2"; }
.icon2-legal:before                { content: "\f0e3"; }
.icon2-dashboard:before            { content: "\f0e4"; }
.icon2-comment-alt:before          { content: "\f0e5"; }
.icon2-comments-alt:before         { content: "\f0e6"; }
.icon2-bolt:before                 { content: "\f0e7"; }
.icon2-sitemap:before              { content: "\f0e8"; }
.icon2-umbrella:before             { content: "\f0e9"; }
.icon2-paste:before                { content: "\f0ea"; }

.icon2-user-md:before              { content: "\f200"; }

/* relative path below are based on your default css folder where editor.css is placed, assumes to be /templates/yourtemplate/css/ */
@font-face {
	font-family: 'entypo';
	src:url('../../../plugins/editors-xtd/fonticons/assets/fonts/entypo.eot');
	src:url('../../../plugins/editors-xtd/fonticons/assets/fonts/entypo.eot?#iefix') format('embedded-opentype'),
		url('../../../plugins/editors-xtd/fonticons/assets/fonts/entypo.svg#entypo') format('svg'),
		url('../../../plugins/editors-xtd/fonticons/assets/fonts/entypo.woff') format('woff'),
		url('../../../plugins/editors-xtd/fonticons/assets/fonts/entypo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'entypo';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon3-"]:before, [class*=" icon3-"]:before {
	font-family: 'entypo';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon3-phone:before {
	content: "\e000";
}
.icon3-mobile:before {
	content: "\e001";
}
.icon3-mouse:before {
	content: "\e002";
}
.icon3-directions:before {
	content: "\e003";
}
.icon3-mail:before {
	content: "\e004";
}
.icon3-paperplane:before {
	content: "\e005";
}
.icon3-pencil:before {
	content: "\e006";
}
.icon3-feather:before {
	content: "\e007";
}
.icon3-paperclip:before {
	content: "\e008";
}
.icon3-drawer:before {
	content: "\e009";
}
.icon3-reply:before {
	content: "\e00a";
}
.icon3-reply-all:before {
	content: "\e00b";
}
.icon3-forward:before {
	content: "\e00c";
}
.icon3-user:before {
	content: "\e00d";
}
.icon3-users:before {
	content: "\e00e";
}
.icon3-user-add:before {
	content: "\e00f";
}
.icon3-vcard:before {
	content: "\e010";
}
.icon3-export:before {
	content: "\e011";
}
.icon3-location:before {
	content: "\e012";
}
.icon3-map:before {
	content: "\e013";
}
.icon3-compass:before {
	content: "\e014";
}
.icon3-location-2:before {
	content: "\e015";
}
.icon3-target:before {
	content: "\e016";
}
.icon3-share:before {
	content: "\e017";
}
.icon3-sharable:before {
	content: "\e018";
}
.icon3-heart:before {
	content: "\e019";
}
.icon3-heart-2:before {
	content: "\e01a";
}
.icon3-star:before {
	content: "\e01b";
}
.icon3-star-2:before {
	content: "\e01c";
}
.icon3-thumbs-up:before {
	content: "\e01d";
}
.icon3-thumbs-down:before {
	content: "\e01e";
}
.icon3-chat:before {
	content: "\e01f";
}
.icon3-comment:before {
	content: "\e020";
}
.icon3-quote:before {
	content: "\e021";
}
.icon3-house:before {
	content: "\e022";
}
.icon3-popup:before {
	content: "\e023";
}
.icon3-search:before {
	content: "\e024";
}
.icon3-flashlight:before {
	content: "\e025";
}
.icon3-printer:before {
	content: "\e026";
}
.icon3-bell:before {
	content: "\e027";
}
.icon3-link:before {
	content: "\e028";
}
.icon3-flag:before {
	content: "\e029";
}
.icon3-cog:before {
	content: "\e02a";
}
.icon3-tools:before {
	content: "\e02b";
}
.icon3-trophy:before {
	content: "\e02c";
}
.icon3-tag:before {
	content: "\e02d";
}
.icon3-camera:before {
	content: "\e02e";
}
.icon3-megaphone:before {
	content: "\e02f";
}
.icon3-moon:before {
	content: "\e030";
}
.icon3-palette:before {
	content: "\e031";
}
.icon3-leaf:before {
	content: "\e032";
}
.icon3-music:before {
	content: "\e033";
}
.icon3-music-2:before {
	content: "\e034";
}
.icon3-new:before {
	content: "\e035";
}
.icon3-graduation:before {
	content: "\e036";
}
.icon3-book:before {
	content: "\e037";
}
.icon3-newspaper:before {
	content: "\e038";
}
.icon3-bag:before {
	content: "\e039";
}
.icon3-airplane:before {
	content: "\e03a";
}
.icon3-lifebuoy:before {
	content: "\e03b";
}
.icon3-eye:before {
	content: "\e03c";
}
.icon3-clock:before {
	content: "\e03d";
}
.icon3-microphone:before {
	content: "\e03e";
}
.icon3-calendar:before {
	content: "\e03f";
}
.icon3-bolt:before {
	content: "\e040";
}
.icon3-thunder:before {
	content: "\e041";
}
.icon3-droplet:before {
	content: "\e042";
}
.icon3-cd:before {
	content: "\e043";
}
.icon3-briefcase:before {
	content: "\e044";
}
.icon3-air:before {
	content: "\e045";
}
.icon3-hourglass:before {
	content: "\e046";
}
.icon3-gauge:before {
	content: "\e047";
}
.icon3-language:before {
	content: "\e048";
}
.icon3-network:before {
	content: "\e049";
}
.icon3-key:before {
	content: "\e04a";
}
.icon3-battery:before {
	content: "\e04b";
}
.icon3-bucket:before {
	content: "\e04c";
}
.icon3-magnet:before {
	content: "\e04d";
}
.icon3-drive:before {
	content: "\e04e";
}
.icon3-cup:before {
	content: "\e04f";
}
.icon3-rocket:before {
	content: "\e050";
}
.icon3-brush:before {
	content: "\e051";
}
.icon3-suitcase:before {
	content: "\e052";
}
.icon3-cone:before {
	content: "\e053";
}
.icon3-earth:before {
	content: "\e054";
}
.icon3-keyboard:before {
	content: "\e055";
}
.icon3-browser:before {
	content: "\e056";
}
.icon3-publish:before {
	content: "\e057";
}
.icon3-progress-3:before {
	content: "\e058";
}
.icon3-progress-2:before {
	content: "\e059";
}
.icon3-brogress-1:before {
	content: "\e05a";
}
.icon3-progress-0:before {
	content: "\e05b";
}
.icon3-sun:before {
	content: "\e05c";
}
.icon3-sun-2:before {
	content: "\e05d";
}
.icon3-adjust:before {
	content: "\e05e";
}
.icon3-code:before {
	content: "\e05f";
}
.icon3-screen:before {
	content: "\e060";
}
.icon3-infinity:before {
	content: "\e061";
}
.icon3-light-bulb:before {
	content: "\e062";
}
.icon3-credit-card:before {
	content: "\e063";
}
.icon3-database:before {
	content: "\e064";
}
.icon3-voicemail:before {
	content: "\e065";
}
.icon3-clipboard:before {
	content: "\e066";
}
.icon3-cart:before {
	content: "\e067";
}
.icon3-box:before {
	content: "\e068";
}
.icon3-ticket:before {
	content: "\e069";
}
.icon3-rss:before {
	content: "\e06a";
}
.icon3-signal:before {
	content: "\e06b";
}
.icon3-thermometer:before {
	content: "\e06c";
}
.icon3-droplets:before {
	content: "\e06d";
}
.icon3-untitled:before {
	content: "\e06e";
}
.icon3-statistics:before {
	content: "\e06f";
}
.icon3-pie:before {
	content: "\e070";
}
.icon3-bars:before {
	content: "\e071";
}
.icon3-graph:before {
	content: "\e072";
}
.icon3-lock:before {
	content: "\e073";
}
.icon3-lock-open:before {
	content: "\e074";
}
.icon3-logout:before {
	content: "\e075";
}
.icon3-login:before {
	content: "\e076";
}
.icon3-checkmark:before {
	content: "\e077";
}
.icon3-cross:before {
	content: "\e078";
}
.icon3-minus:before {
	content: "\e079";
}
.icon3-plus:before {
	content: "\e07a";
}
.icon3-cross-2:before {
	content: "\e07b";
}
.icon3-minus-2:before {
	content: "\e07c";
}
.icon3-plus-2:before {
	content: "\e07d";
}
.icon3-cross-3:before {
	content: "\e07e";
}
.icon3-minus-3:before {
	content: "\e07f";
}
.icon3-plus-3:before {
	content: "\e080";
}
.icon3-erase:before {
	content: "\e081";
}
.icon3-blocked:before {
	content: "\e082";
}
.icon3-info:before {
	content: "\e083";
}
.icon3-info-2:before {
	content: "\e084";
}
.icon3-question:before {
	content: "\e085";
}
.icon3-help:before {
	content: "\e086";
}
.icon3-warning:before {
	content: "\e087";
}
.icon3-cycle:before {
	content: "\e088";
}
.icon3-cw:before {
	content: "\e089";
}
.icon3-ccw:before {
	content: "\e08a";
}
.icon3-shuffle:before {
	content: "\e08b";
}
.icon3-arrow:before {
	content: "\e08c";
}
.icon3-arrow-2:before {
	content: "\e08d";
}
.icon3-retweet:before {
	content: "\e08e";
}
.icon3-loop:before {
	content: "\e08f";
}
.icon3-history:before {
	content: "\e090";
}
.icon3-back:before {
	content: "\e091";
}
.icon3-switch:before {
	content: "\e092";
}
.icon3-list:before {
	content: "\e093";
}
.icon3-add-to-list:before {
	content: "\e094";
}
.icon3-layout:before {
	content: "\e095";
}
.icon3-list-2:before {
	content: "\e096";
}
.icon3-text:before {
	content: "\e097";
}
.icon3-text-2:before {
	content: "\e098";
}
.icon3-document:before {
	content: "\e099";
}
.icon3-docs:before {
	content: "\e09a";
}
.icon3-landscape:before {
	content: "\e09b";
}
.icon3-pictures:before {
	content: "\e09c";
}
.icon3-video:before {
	content: "\e09d";
}
.icon3-music-3:before {
	content: "\e09e";
}
.icon3-folder:before {
	content: "\e09f";
}
.icon3-archive:before {
	content: "\e0a0";
}
.icon3-trash:before {
	content: "\e0a1";
}
.icon3-upload:before {
	content: "\e0a2";
}
.icon3-download:before {
	content: "\e0a3";
}
.icon3-disk:before {
	content: "\e0a4";
}
.icon3-install:before {
	content: "\e0a5";
}
.icon3-cloud:before {
	content: "\e0a6";
}
.icon3-upload-2:before {
	content: "\e0a7";
}
.icon3-bookmark:before {
	content: "\e0a8";
}
.icon3-bookmarks:before {
	content: "\e0a9";
}
.icon3-book-2:before {
	content: "\e0aa";
}
.icon3-play:before {
	content: "\e0ab";
}
.icon3-pause:before {
	content: "\e0ac";
}
.icon3-record:before {
	content: "\e0ad";
}
.icon3-stop:before {
	content: "\e0ae";
}
.icon3-next:before {
	content: "\e0af";
}
.icon3-previous:before {
	content: "\e0b0";
}
.icon3-first:before {
	content: "\e0b1";
}
.icon3-last:before {
	content: "\e0b2";
}
.icon3-resize-enlarge:before {
	content: "\e0b3";
}
.icon3-resize-shrink:before {
	content: "\e0b4";
}
.icon3-volume:before {
	content: "\e0b5";
}
.icon3-sound:before {
	content: "\e0b6";
}
.icon3-mute:before {
	content: "\e0b7";
}
.icon3-flow-cascade:before {
	content: "\e0b8";
}
.icon3-flow-branch:before {
	content: "\e0b9";
}
.icon3-flow-tree:before {
	content: "\e0ba";
}
.icon3-flow-line:before {
	content: "\e0bb";
}
.icon3-flow-parallel:before {
	content: "\e0bc";
}
.icon3-arrow-left:before {
	content: "\e0bd";
}
.icon3-arrow-down:before {
	content: "\e0be";
}
.icon3-arrow-up--upload:before {
	content: "\e0bf";
}
.icon3-arrow-right:before {
	content: "\e0c0";
}
.icon3-arrow-left-2:before {
	content: "\e0c1";
}
.icon3-arrow-down-2:before {
	content: "\e0c2";
}
.icon3-arrow-up:before {
	content: "\e0c3";
}
.icon3-arrow-right-2:before {
	content: "\e0c4";
}
.icon3-arrow-left-3:before {
	content: "\e0c5";
}
.icon3-arrow-down-3:before {
	content: "\e0c6";
}
.icon3-arrow-up-2:before {
	content: "\e0c7";
}
.icon3-arrow-right-3:before {
	content: "\e0c8";
}
.icon3-arrow-left-4:before {
	content: "\e0c9";
}
.icon3-arrow-down-4:before {
	content: "\e0ca";
}
.icon3-arrow-up-3:before {
	content: "\e0cb";
}
.icon3-arrow-right-4:before {
	content: "\e0cc";
}
.icon3-arrow-left-5:before {
	content: "\e0cd";
}
.icon3-arrow-down-5:before {
	content: "\e0ce";
}
.icon3-arrow-up-4:before {
	content: "\e0cf";
}
.icon3-arrow-right-5:before {
	content: "\e0d0";
}
.icon3-arrow-left-6:before {
	content: "\e0d1";
}
.icon3-arrow-down-6:before {
	content: "\e0d2";
}
.icon3-arrow-up-5:before {
	content: "\e0d3";
}
.icon3-arrow-right-6:before {
	content: "\e0d4";
}
.icon3-arrow-left-7:before {
	content: "\e0d5";
}
.icon3-arrow-down-7:before {
	content: "\e0d6";
}
.icon3-arrow-up-6:before {
	content: "\e0d7";
}
.icon3-untitled-2:before {
	content: "\e0d8";
}
.icon3-arrow-left-8:before {
	content: "\e0d9";
}
.icon3-arrow-down-8:before {
	content: "\e0da";
}
.icon3-arrow-up-7:before {
	content: "\e0db";
}
.icon3-arrow-right-7:before {
	content: "\e0dc";
}
.icon3-menu:before {
	content: "\e0dd";
}
.icon3-ellipsis:before {
	content: "\e0de";
}
.icon3-dots:before {
	content: "\e0df";
}
.icon3-dot:before {
	content: "\e0e0";
}
.icon3-cc:before {
	content: "\e0e1";
}
.icon3-cc-by:before {
	content: "\e0e2";
}
.icon3-cc-nc:before {
	content: "\e0e3";
}
.icon3-cc-nc-eu:before {
	content: "\e0e4";
}
.icon3-cc-nc-jp:before {
	content: "\e0e5";
}
.icon3-cc-sa:before {
	content: "\e0e6";
}
.icon3-cc-nd:before {
	content: "\e0e7";
}
.icon3-cc-pd:before {
	content: "\e0e8";
}
.icon3-cc-zero:before {
	content: "\e0e9";
}
.icon3-cc-share:before {
	content: "\e0ea";
}
.icon3-cc-share-2:before {
	content: "\e0eb";
}
.icon3-daniel-bruce:before {
	content: "\e0ec";
}
.icon3-daniel-bruce-2:before {
	content: "\e0ed";
}
.icon3-github:before {
	content: "\e0ee";
}
.icon3-github-2:before {
	content: "\e0ef";
}
.icon3-flickr:before {
	content: "\e0f0";
}
.icon3-flickr-2:before {
	content: "\e0f1";
}
.icon3-vimeo:before {
	content: "\e0f2";
}
.icon3-vimeo-2:before {
	content: "\e0f3";
}
.icon3-twitter:before {
	content: "\e0f4";
}
.icon3-twitter-2:before {
	content: "\e0f5";
}
.icon3-facebook:before {
	content: "\e0f6";
}
.icon3-facebook-2:before {
	content: "\e0f7";
}
.icon3-facebook-3:before {
	content: "\e0f8";
}
.icon3-googleplus:before {
	content: "\e0f9";
}
.icon3-googleplus-2:before {
	content: "\e0fa";
}
.icon3-pinterest:before {
	content: "\e0fb";
}
.icon3-pinterest-2:before {
	content: "\e0fc";
}
.icon3-tumblr:before {
	content: "\e0fd";
}
.icon3-tumblr-2:before {
	content: "\e0fe";
}
.icon3-linkedin:before {
	content: "\e0ff";
}
.icon3-linkedin-2:before {
	content: "\e100";
}
.icon3-dribbble:before {
	content: "\e101";
}
.icon3-dribbble-2:before {
	content: "\e102";
}
.icon3-stumbleupon:before {
	content: "\e103";
}
.icon3-stumbleupon-2:before {
	content: "\e104";
}
.icon3-lastfm:before {
	content: "\e105";
}
.icon3-lastfm-2:before {
	content: "\e106";
}
.icon3-rdio:before {
	content: "\e107";
}
.icon3-rdio-2:before {
	content: "\e108";
}
.icon3-spotify:before {
	content: "\e109";
}
.icon3-spotify-2:before {
	content: "\e10a";
}
.icon3-qq:before {
	content: "\e10b";
}
.icon3-instagram:before {
	content: "\e10c";
}
.icon3-dropbox:before {
	content: "\e10d";
}
.icon3-evernote:before {
	content: "\e10e";
}
.icon3-flattr:before {
	content: "\e10f";
}
.icon3-skype:before {
	content: "\e110";
}
.icon3-skype-2:before {
	content: "\e111";
}
.icon3-renren:before {
	content: "\e112";
}
.icon3-sina-weibo:before {
	content: "\e113";
}
.icon3-paypal:before {
	content: "\e114";
}
.icon3-picasa:before {
	content: "\e115";
}
.icon3-soundcloud:before {
	content: "\e116";
}
.icon3-mixi:before {
	content: "\e117";
}
.icon3-behance:before {
	content: "\e118";
}
.icon3-circles:before {
	content: "\e119";
}
.icon3-vk:before {
	content: "\e11a";
}
.icon3-smashing:before {
	content: "\e11b";
}