/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-slide img {
	width: 100% !important;
}

.slick-prev, .slick-next {
	background: none;
	border: none;
	height: 100%;
	position: absolute;
	top: 0;
	outline: none;
	padding: 0 5px;
	/*transition: background .25s;*/
}

.slick-next {
	right: 0;
}

.slick-prev i, .slick-next i {
	font-size: 32px;
	color: #FFFFFF;
	text-shadow: #850000 -1px 0px 0, #850000 1px 0px 0, #850000 0px -1px 0, #850000 0px 1px 0;
}
/*.slick-prev:hover,
.slick-next:hover{
	background: rgba(0, 0, 0, 0.15);
}*/
.slick-prev:hover i, .slick-next:hover i {
	color: #D43D34;
}/***********************************************
ALWAYS CRUNCH THIS FILE TO esphere.min.css  via http://tools.w3clubs.com/cssmin/ and convert afterwards to UTF8 (!!!)
************************************************/
/**
 * @copyright	Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */


.clean-layout * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#site #sitecontent .clean-layout h1 {
	margin: 25px 0 15px 0;
	padding: 0;
}
#site #sitecontent .clean-layout h2 {
	margin: 25px 0 15px 0;
	padding: 0;
}
#site #sitecontent .clean-layout h3 {
	margin: 15px 0;
	padding: 0;
}
#site #sitecontent .clean-layout p {
	margin: 10px 0;
	padding: 0;
}
.clean-layout .small,
#site #sitecontent .clean-layout .small {
	font-size:.75em;
	line-height:normal;
}
#site #sitecontent .clean-layout .tabs h3 {
	margin: 0;
}
.clean-layout dl.tabs {
	margin: 10px 0;
}
.clean-layout dl.tabs dt {
	padding: 6px 10px;
	margin: 0 3px 0 0;
}
.clean-layout .button-orange {
	background: #D43D34;
	color: #fff;
	border: 1px solid rgba(50, 50, 50, 0.5);
	padding: 4px 10px;
	text-align: center;
	vertical-align: middle;
}
.clean-layout th,
.clean-layout td {
	vertical-align: top;
}
.clean-layout .row {
	margin-right: -15px;
	margin-left: -15px;
}
.clean-layout .row:after,
.clean-layout .row:before {
	display: table;
	content: " ";
}
.clean-layout .row:after {
	clear: both;
}
.clean-layout .col-xs-1,
.clean-layout .col-xs-2,
.clean-layout .col-xs-3,
.clean-layout .col-xs-4,
.clean-layout .col-xs-5,
.clean-layout .col-xs-6,
.clean-layout .col-xs-7,
.clean-layout .col-xs-8,
.clean-layout .col-xs-9,
.clean-layout .col-xs-10,
.clean-layout .col-xs-11,
.clean-layout .col-xs-12,
.clean-layout .col-md-1,
.clean-layout .col-md-2,
.clean-layout .col-md-3,
.clean-layout .col-md-4,
.clean-layout .col-md-5,
.clean-layout .col-md-6,
.clean-layout .col-md-7,
.clean-layout .col-md-8,
.clean-layout .col-md-9,
.clean-layout .col-md-10,
.clean-layout .col-md-11,
.clean-layout .col-md-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.clean-layout .col-xs-1,
.clean-layout .col-xs-2,
.clean-layout .col-xs-3,
.clean-layout .col-xs-4,
.clean-layout .col-xs-5,
.clean-layout .col-xs-6,
.clean-layout .col-xs-7,
.clean-layout .col-xs-8,
.clean-layout .col-xs-9,
.clean-layout .col-xs-10,
.clean-layout .col-xs-11,
.clean-layout .col-xs-12 {
	float: left;
}
.clean-layout .col-xs-1 {
	width: 8.33333333%;
}
.clean-layout .col-xs-2 {
	width: 16.66666667%;
}
.clean-layout .col-xs-3 {
	width: 25%;
}
.clean-layout .col-xs-4 {
	width: 33.33333333%;
}
.clean-layout .col-xs-5 {
	width: 41.66666667%;
}
.clean-layout .col-xs-6 {
	width: 50%;
}
.clean-layout .col-xs-7 {
	width: 58.33333333%;
}
.clean-layout .col-xs-8 {
	width: 66.66666667%;
}
.clean-layout .col-xs-9 {
	width: 75%;
}
.clean-layout .col-xs-10 {
	width: 83.33333333%;
}
.clean-layout .col-xs-11 {
	width: 91.66666667%;
}
.clean-layout .col-xs-12 {
	width: 100%;
}
@media (min-width:1024px) {
	.clean-layout .col-md-1,
	.clean-layout .col-md-2,
	.clean-layout .col-md-3,
	.clean-layout .col-md-4,
	.clean-layout .col-md-5,
	.clean-layout .col-md-6,
	.clean-layout .col-md-7,
	.clean-layout .col-md-8,
	.clean-layout .col-md-9,
	.clean-layout .col-md-10,
	.clean-layout .col-md-11,
	.clean-layout .col-md-12 {
		float: left;
	}
	.clean-layout .col-md-1 {
		width: 8.33333333%;
	}
	.clean-layout .col-md-2 {
		width: 16.66666667%;
	}
	.clean-layout .col-md-3 {
		width: 25%;
	}
	.clean-layout .col-md-4 {
		width: 33.33333333%;
	}
	.clean-layout .col-md-5 {
		width: 41.66666667%;
	}
	.clean-layout .col-md-6 {
		width: 50%;
	}
	.clean-layout .col-md-7 {
		width: 58.33333333%;
	}
	.clean-layout .col-md-8 {
		width: 66.66666667%;
	}
	.clean-layout .col-md-9 {
		width: 75%;
	}
	.clean-layout .col-md-10 {
		width: 83.33333333%;
	}
	.clean-layout .col-md-11 {
		width: 91.66666667%;
	}
	.clean-layout .col-md-12 {
		width: 100%;
	}
}
.clean-layout .form-group {
	margin-bottom: 5px;
}
.clean-layout .form-label {
	padding-top: 4px;
	display: block;
}
.clean-layout .mandatory {
	color: #f10000;
}
.clean-layout .form-control {
	border: 1px solid #d0ccce;
	padding: 0 6px;
	border-radius: 0;
	width: 100%;
	height: 28px;
}
.clean-layout textarea.form-control {
	height: auto;
}
.clean-layout .form-control.error {
	border: 1px solid #f00;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pr-5 {
	padding-right: 5px !important;
}

/* System Messages */
#system-message {
	margin: 0;
	padding: 0;
}

#system-message>dt {
	font-weight: bold;
	display: none;
}

#system-message>dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message>dd>ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message>dd>ul>li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message>.message>ul {
	background-color: #C3D2E5;
	background-image:
		url("https://www.esphere.de/media/system/images/notice-info.png");
}

/* System Error Messages */
#system-message>.error>ul, #system-message>.warning>ul, #system-message>.notice>ul
	{
	color: #c00;
}

#system-message>.error>ul {
	background-color: #E6C0C0;
	background-image:
		url("https://www.esphere.de/media/system/images/notice-alert.png");
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message>.warning>ul {
	background-color: #E6C8A6;
	background-image:
		url("https://www.esphere.de/media/system/images/notice-note.png");
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message>.notice>ul {
	background-color: #EFE7B8;
	background-image:
		url("https://www.esphere.de/media/system/images/notice-note.png");
	border-color: #F0DC7E;
}

/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

/* Debug */
#system-debug {
	color: #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
}

#system-debug div {
	font-size: 11px;
}

/**
 * @version		$Id: general.css 20196 2011-01-09 02:40:25Z ian $
 * @copyright	Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid {
	border-color: #000000;
}

label.invalid {
	color: #000000;
}

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left, .button2-right, .button2-left div, .button2-right div {
	float: left;
}

.button2-left a, .button2-right a, .button2-left span, .button2-right span
	{
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span, .button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a, .button2-right .page a, .button2-left .page span,
	.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover, .button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a, .button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a, .button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background:
		url("https://www.esphere.de/templates/system/images/j_button2_left.png")
		no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background:
		url("https://www.esphere.de/templates/system/images/j_button2_right.png")
		100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background:
		url("https://www.esphere.de/templates/system/images/j_button2_image.png")
		100% 0 no-repeat;
}

.button2-left .readmore, .button2-left .article {
	background:
		url("https://www.esphere.de/templates/system/images/j_button2_readmore.png")
		100% 0 no-repeat;
}

.button2-left .pagebreak {
	background:
		url("https://www.esphere.de/templates/system/images/j_button2_pagebreak.png")
		100% 0 no-repeat;
}

.button2-left .blank {
	background:
		url("https://www.esphere.de/templates/system/images/j_button2_blank.png")
		100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index: 13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background:
		url("https://www.esphere.de/templates/system/images/selector-arrow.png")
		no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

.img_caption {
	text-align: center !important;
}

.img_caption.none {
	margin-left: auto;
	margin-right: auto;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background:
		url("https://www.esphere.de/templates/system/images/calendar.png")
		no-repeat;
	cursor: pointer;
	vertical-align: middle;
}

/*************************************************************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
******************        TEMPLATE          ******************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
*************************************************************/
#seminar_bookinginfo {
	margin: 0 10px;
}

.btn_contact {
	position: absolute;
	z-index: 99;
	left: 10px;
	top: 135px;
}

.btn_newsletter {
	position: absolute;
	z-index: 99;
	left: 760px;
	top: 163px;
}

.btn_callback {
	position: absolute;
	z-index: 99;
	left: 10px;
	top: 107px;
}

.last_minute_menue_teaser, .sidebar_headline {
	/*
	color: #A50000;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #FC0;
	*/
	padding: 7px 0 !important;
	color: #D43D34 !important;
	font-weight: bold;
	font-size: 16px;
}

.sidebar_headline a {
	color: #D43D34 !important;
	padding: 0 !important;
}

#adressdetail {
	float: left;
	width: 50%;
}

#categorydetail {
	/* 	text-align: justify; */;

}

#categorydetail #categorybuzzwords .column, #consultingcategorydetail #consultingcategorybuzzwords .column
	{
	float: left;
	margin: 0;
	padding: 0 8px;
	position: relative;
	text-align: left;
	width: 310px;
}

#categorydetail #categorybuzzwords .column a, #consultingcategorydetail #consultingcategorybuzzwords .column a
	{
	color: #850000;
	margin: 0;
	text-decoration: none;
}

#categorydetail #categorybuzzwords .column ul, #consultingcategorydetail #consultingcategorybuzzwords .column ul
	{
	list-style-type: square;
	color: #D43D34;
	margin: 0 25px 0 14px;
	padding: 0;
	text-align: left;
}

#categorydetail #categorybuzzwords .column ul li,
	#consultingcategorydetail #consultingcategorybuzzwords .column ul li {

}

#categorydetail #crosselling, #consultingcategorydetail #crosselling {
	padding-bottom: 35px;
}

#categorydetail .block, #consultingcategorydetail .block {
	padding: 0;
	text-align: justify;
}

#categorydetail .clear, #consultingcategorydetail .clear {
	padding: 0;
}

#contentright .module {
	margin-bottom: 20px;
	margin-left: 22px !important;
	margin-right: 0 !important;
	/* width: 214px; */
}

#contentright .module ul, #contentright .module ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#contentright .module li a {
	color: #444;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

#contentright .module li a:hover {
	color: #999;
}

#contentright .module .content {
	background: #fff;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 0 0 5px #eee;
	padding: 10px;
	display: inline-block;;
	width: 221px !important;
}

#contact #singlecontact {
	float: left;
	padding: 0 20px 0 0;
	width: 180px;
}

#contentcenter #seminardetail h1 {
	padding-bottom: 0;
}

#contentcenter .item-page h1 {
	padding-bottom: 0 !important;
}

#contentcenter .searchresults_title, #contentcenter .noresult {
	padding: 40px 0 0 !important;
}

#footer {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer div.left {
	float: left;
	margin-right: 70px;
}

#footer #footercontent {
	margin: 0 auto;
	position: relative;
	width: 1260px;
}

#footer #footercontent .custom, #topsearch .suggestionsearch .common_group .seach_infotext,
	#site #sitecontent #contentcenter .suggestionsearch .common_group .seach_infotext
	{
	padding: 0 0 20px;
}

#footer #footercontent table tbody td {
	padding: 0 35px 0 0;
}

#footer #footercontent table, #footer #footercontent tbody, #footer #footercontent tr,
	#footer #footercontent td, #footer #footercontent ul, #footer #footercontent li
	{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer #footerhead {
	padding: 0 0 20px;
}

#footer a {
	color: #444;
	text-decoration: none;
}

#footer td, #footer div, #footer span, #footer li, #footer a {
	font-size: 10px;
}

#locationdetail #googlemaps {
	background: #FFF !important;
	border: 1px;
	border-color: #444;
	border-style: solid;
	margin-bottom: 20px;
	width: 653px !important;
}

#seminardetail #contact #singlecontact {
	float: left;
	position: relative;
	width: 215px;
}

#seminardetail #contact, #seminardetail #offer {
	margin-top: 25px;
}

#seminardetail #offer .bold {
	font-weight: 700;
}

#seminardetail li, #categorydetail #categorybuzzwords .column li {
	padding-bottom: 6px;
}

#seminardetail ol, ul {
	margin-bottom: 0;
	margin-top: 0;
}

.last_minute_ribbon {
	position: absolute;
	top: -8px;
	right: -8px;
}

#site #sitecontent .lastminute h1 {
	padding-right: 75px;
}

#backgroundlightbox {
	position: absolute;
	left: 0;
	top: 0;
	background-image:
		url("https://www.esphere.de/templates/esphere2015/images/topmenubackground.png");
	height: 100000px;
	width: 100%;
}

#shoppingcart {
	position: absolute;
	/*width: 0; */
	left: 50%;
	margin-left: -431px;
	top: 336px;
	border: 1px solid #555;
	background: #FFF;
	padding: 30px;
	color: #444;
	z-index: 999;
	top: 100px;
	width: 800px;
}

#shoppingcart a {
	color: #444;
	text-decoration: none !important;
}

#shoppingcart a:hover {
	text-decoration: underline;
}

#shoppingcart input {
	border: 1px solid #CBCBCB;
}

#shoppingCartTable table {
	margin: 0 -31px;
	border: none;
}

#shoppingCartTable table th {
	background: #D43D34;
	border: none;
	padding: 7px 5px;
	color: #000;
}

#shoppingCartTable table td {
	border: none;
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
	padding: 10px 8px;
	cursor: default;
}

#shoppingCartTable table .even {
	background: #fbfbfb;
}

#shoppingCartTable table .odd {
	background: #ebebeb;
}

#shoppingcart .buttonBig {
	font-size: 16px !important;
	margin: 15px 0 -15px !important;
	padding: 5px 10px !important;
	font-weight: normal !important;
	display: inline;
}

#site {
	min-height: 600px;
	position: relative;
	background: none repeat scroll 0 0 #f0f1f5;
}

#sitecontent {
	width: 1260px;
	margin: 0 auto;
}

#site #head {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/itschulungen_css_sprite.png")
		no-repeat;
	padding-top: 195px;
	width: 1260px;
}

#site #head #end {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/header_end.png");
	height: 24px;
	width: 1260px;
}

#site #head #end2 {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/header_end.png");
	height: 6px;
	width: 1260px;
}

#site #head #forms {
	/*background: url("https://www.esphere.de/templates/esphere2015/images/header_bg.png") repeat-x #FFF;*/
	position: relative;
	height: 193px;
	border-top: #cbcbcb 1px solid;
	border-bottom: #444 1px solid;
}

#site #head #forms #topchat {
	width: 275px;
}

#site #head #forms #toplogin {
	width: 300px;
}

#site #head #forms #topsearch {
	height: 125px;
	margin-left: 315px;
	padding-top: 75px;
	width: 350px;
}

#site #head #forms #topsearch, #site #head #forms #topchat, #site #head #forms #toplogin
	{
	float: left;
	height: 156px;
	position: relative;
}

#site #head #logo {
	left: 20px;
	position: absolute;
	top: 178px;
	z-index: 2;
}

#site #head #logo a {
	height: 60px;
	position: absolute;
}

#site #head #topimage {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/it-seminare_kopf.jpg")
		no-repeat;
	position: absolute;
	z-index: 80;
	width: 230px;
	height: 193px;
	left: 60px;
	top: 119px;
}

#site #head #topmenu {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/top_menu.png");
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	height: 34px;
	width: 1258px;
}

#site #head #topmenu #topmenuaboutus {
	background: #FAFAFA;
	border-bottom: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	display: none;
	left: 758px;
	position: absolute;
	top: 228px;
	width: 400px;
	z-index: 100;
}

#site #head #topmenu #topmenuaboutus .submenucontent {
	float: left;
	margin: 5px 0 10px 20px;
	padding-top: 10px;
	position: relative;
	width: 175px;
}

#site #head #topmenu #topmenumcp {
	background: #FAFAFA;
	border-bottom: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	display: none;
	left: 562px;
	position: absolute;
	top: 228px;
	width: 550px;
	z-index: 100;
}

#site #head #topmenu #topmenumcp .submenucontent {
	float: left;
	margin: 5px 0 10px 20px;
	padding-top: 10px;
	position: relative;
	width: 246px;
}

.common_hmenu_sub {
	background: #FAFAFA;
	background: rgba(250, 250, 250, 0.9);
	border: 1px solid #CCC;
	display: none;
	position: absolute;
	top: 33px;
	z-index: 160;
}

.common_hmenu_sub .submenucontent {
	float: left;
	padding: 5px 10px;
}

#site #head #topmenu #topmenuseminars .submenucontent {
	float: left;
	margin: 5px 0 10px 20px;
	position: relative;
	width: 226px;
}

#site #head #topmenu .menu {
	display: block;
	padding: 0 0 0 312px;
}

#site #head #topmenu .menu span {
	display: block;
	float: left;
	height: 26px;
	margin: 0;
	padding: 8px 10px 0 10px;
}

#site #head #topmenu .submenucontent ul, #site #head #topmenu .submenucontent li,
	#site #head #topmenu .submenucontent a {
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.submenucontent>div>ul>li {
	padding: 5px 0;
	list-style: none;
}

.submenucontent>div>ul>li>a:hover {
	color: #000 !important;
	text-decoration: underline;
}

#site #head #topmenu li a:hover, #footer a:hover, #topsearch .suggestionsearch td a:hover,
	#site #sitecontent #contentcenter td a:hover, #site #head #toplogin a:hover,
	#site #sitecontent #contentcenter .breadcrumbs a:hover, #site #sitecontent #contentcenter #contentcategories a:hover,
	#seminardetail a:hover, #categorydetail a:hover, #categorydetail #categorybuzzwords .column a:hover
	{
	text-decoration: underline;
}

#site #head #topmenu span {
	height: 34px;
	margin: 0 20px;
}

#site #head #topmenu span a {
	color: #646464;
	text-decoration: none;
}

#site #head #topmenu ul, #site #head #topmenu li {
	display: inline;
	line-height: 34px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#site #sitecontent #contentcenter {
	float: left;
	line-height: 13pt;
	width: 652px;
	margin-left: 20px;
	padding: 0 35px 15px;
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 2px;
	box-shadow: #ccc 0 0 5px;
	position: relative;
}

#site #sitecontent #contentcenter #contentcategories li {
	margin: 0 0 0 10px;
	list-style-type: square;
}

#site #sitecontent #contentcenter #contentcategories table {
	width: 100%;
}

#site #sitecontent #contentcenter #contentcategories table td {
	vertical-align: top;
	width: 33%;
}

#site #sitecontent #contentcenter #contentcategories ul ul {
	display: none;
	padding-left: 10px;
}

#site #sitecontent #contentcenter .breadcrumbs span {
	color: #850000;
}

#site #sitecontent #contentcenter .search_title, #topsearch .suggestionsearch .search_title,
	#site #sitecontent #contentcenter .suggestionsearch .search_title {
	padding: 23px 0 17px;
}

#site #sitecontent #contentcenter .searchfield {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #aaa;
	border-radius: 2px;
	height: 26px;
	padding: 2px;
	width: 646px;
	margin-bottom: 5px;
}

#site #sitecontent #contentcenter .searchfield input {
	border: 0 none;
	color: #666;
	height: 16px;
	padding: 5px;
	width: 598px;
}

#site #sitecontent #contentcenter .searchfield input[type="submit"] {
	background: none repeat scroll 0 0 #D43D34;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-family: "Ionicons";
	font-size: 20px;
	height: 26px;
	padding: 0;
	width: 34px;
}

#search_filter .manufacturer {
	float: left;
}

#search_filter .keyword {
	float: right;
}

.fAnmeldung:before {
	content: "\f212";
	float: left;
	font-family: 'ionicons';
}

.fLastminute:before {
	content: "\f122";
	float: left;
	font-family: 'ionicons';
}

.fAll:before {
	content: "\f357";
	float: left;
	font-family: 'ionicons';
}

.fStaticContent:before {
	content: "\f2e0";
	float: left;
	font-family: 'ionicons';
}

#site #sitecontent #contentcenter .suggest .search_form .searchbutton_icon
	{
	display: none;
	visibility: hidden;
}

#site #sitecontent #contentcenter .suggest {
	background-color: #FAFAFA;
	border: 1px solid #CBCBCB;
	-moz-box-shadow: 0 1px 2px #aaa;
	-webkit-box-shadow: 0 1px 2px #aaa;
	box-shadow: 0 1px 2px #aaa;
	margin: 0 0 35px 0;
	padding: 0 0 0 0;
	width: 440px;
}

#site #sitecontent #contentcenter .suggest #suggestionresult table {
	padding: 0;
}

#site #sitecontent #contentcenter .suggest .search_title {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/itschulungen_css_sprite.png")
		repeat-x;
	background-position: -421px -250px;
	padding: 4px 2px 4px 5px;
	margin: 0 -1px 0 -1px;
	color: #FFF;
	font-size: 13px !important;
	font-weight: bold;
	border-bottom: 1px #CBCBCB solid;
}

#site #sitecontent #contentleft {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
	margin-top: -35px;
	min-height: 200px;
}

#site #sitecontent #contentleft .firstlevel {
	list-style-type: none;
	margin-left: 20px;
	z-index: 1;
	-moz-box-shadow: 0 0 2px #aaa;
	-webkit-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}

#site #sitecontent #contentleft .fourthlevelvisible {
	/*
	margin-left: 720px;
	z-index: 4;
	*/;

}

#site #sitecontent #contentleft .menuheadline, #site #sitecontent #contentright .menuheadline
	{
	/*
	background:  #12A;
	border: 1px solid #999;
	border-bottom: none;
	text-align: center;
	*/
	color: #850000;
	font-weight: 700;
	min-height: 35px;
	line-height: 35px;
	font-size: 16px;
}

#site #abovecontent {
	height: 35px;
	margin: 0 auto;
	margin-top: 20px;
	width: 1260px;
}

#site #abovecontent #abovecenter {
	height: 100%;
	width: 702px;
	padding: 0 20px;
	float: left;
	margin-left: 250px;
}

#site #abovecontent #aboveright {
	height: 100%;
	width: 265px;
	float: left;
}

/*
VERTICAL MENU
*/
.vertical_menu_block {
	text-align: left !important;
}

.vertical_menu_block ul, ul.vertical_menu_block {
	padding: 0;
	margin: 0;
}

.vertical_menu_block a {
	color: #444;
}

.vertical_menu_block a:HOVER {
	/* background-color: #850000 !important;
	color: #FFF; */
	color: #999;
}

.vertical_menu_block li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.vertical_menu_block ul.vertical_menu_firstlevel {
	margin-bottom: 30px;
}

.verticalmenu_firstlevel_item {
	/*
	background-color: #FAFAFA;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	*/;

}

.vertical_menu_block ul li ul li {
	/*
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0 7px;
	*/;

}

.vertical_menu_block ul li a, ul.vertical_menu_block li a {
	/*
	border-bottom: 1px solid #999;
	color: #850000;
	padding: 7px 10px;
	*/
	display: block;
	padding: 5px 10px;
}

.vertical_menu_block .secondlevelvisible {
	display: block;
	/*
	border-bottom: 1px solid #999;
	margin-top: -1px;
	*/;
}

.vertical_menu_block .secondlevelvisible li .odd {
	/*
	background-color: #eaf5ff;
	*/;

}

.vertical_menu_block .secondlevelvisible li .even {
	/*
	background-color: #f2f9ff;
	*/;

}

.vertical_menu_block .verticalmenu_more_arrow {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/itschulungen_css_sprite.png")
		no-repeat;
	background-position: -447px -202px;
	float: right;
	width: 13px;
	height: 13px;
	margin: 0 -7px 0 0;
}

.vertical_menu_block .expanded .verticalmenu_more_arrow {
	background-image:
		url("https://www.esphere.de/templates/esphere2015/images/itschulungen_css_sprite.png");
	background-position: -431px -201px;
}

.vertical_menu_block .secondlevelvisible li a {
	/*
	border-top: 1px solid #999;
	border-bottom: 0 !important;
	*/
	padding-left: 30px !important;
}

.vertical_menu_block .expanded {
	/*
	background: #f0f0f0;
	*/;

}

.vertical_menu_block .vertical_menu_secondlevel {
	display: none;
}

.vertical_menu_block ul li ul li a {
	background-image: none !important;
}

/*






*/
#site #sitecontent #contentright {
	float: right;
	width: 265px;
	min-height: 200px;
}

#site #sitecontent #contentright #myseminarscart li {
	display: block;
	/*margin: 0 0 0 10px;
	padding: 0 0 5px;*/
}

#site #sitecontent #contentright #myseminarscart li a {
	display: block;
	margin: 0;
}

#site #sitecontent #contentright #myseminarscart ul {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

#site #sitecontent #contentright #myseminarscart.myseminars, #site #sitecontent #contentright .myseminarsbooking
	{
	float: right;
	margin: 0 0 20px 0;
	position: relative;
	border-radius: 2px;
	width: 100%;
	color: #777;
}

#site #sitecontent #contentright .addtocart {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/button_addtocart.png")
		no-repeat;
	display: block;
	font-weight: 700;
	height: 21px;
	line-height: 21px;
	text-indent: 22px;
}

#site #sitecontent #contentright .myseminars {
	width: 212px !important;
	padding: 0 30px;
	margin-top: -44px !important;
}

#site #sitecontent #contentright .myseminars ul li a {
	padding: 4px 10px;
}

#site #sitecontent #contentright .myseminars a {
	color: #444;
}

#site #sitecontent #contentright .myseminars a:hover, #site #sitecontent #contentright .myseminars input:hover
	{
	color: #999;
}

#site #sitecontent #contentright .myseminars input {
	padding: 4px 10px;
	margin: 0;
	color: #444;
	font-size: 13px;
}

.myseminarsbooking .buttonBig, .myseminarsbooking .buttonBig.savecart {
	display: block;
	width: 190px;
	padding: 10px 0 10px 20px;
	margin: 0 13px 10px 13px;
}

.myseminarsbooking form .inputfield {
	border: 1px solid #ccc;
	border-radius: 2px;
	margin: 0 0 5px;
	padding: 5px;
	width: 200px;
	line-height: 20px;
	height: 20px;
	color: #777;
}

.myseminarsbooking form .inputdateicon .inputfield, .myseminarsbooking form .inputwishdateicon .inputfield,
	.myseminarsbooking form .inputlocationicon .inputfield,
	.myseminarsbooking form .inputeventlocationicon .inputfield,
	.myseminarsbooking form .inputeventdateicon .inputfield {
	width: 170px;
	padding-left: 35px;
}

.myseminarsbooking form .inputdateicon, .myseminarsbooking form .inputwishdateicon,
	.myseminarsbooking form .inputlocationicon, .myseminarsbooking form .inputeventlocationicon,
	.myseminarsbooking form .inputeventdateicon {
	position: relative;
}

.myseminarsbooking form .inputdateicon:before, .myseminarsbooking form .inputwishdateicon:before,
	.myseminarsbooking form .inputlocationicon:before, .myseminarsbooking form .inputeventlocationicon:before,
	.myseminarsbooking form .inputeventdateicon:before {
	font-family: "ionicons";
	font-size: 22px;
	height: 16px;
	left: 8px;
	line-height: 16px;
	position: absolute;
	top: 8px;
	width: 16px;
	color: #666;
}

.myseminarsbooking form .inputeventlocationicon:before {
	content: "\f456";
}

.myseminarsbooking form .inputdateicon:before, .myseminarsbooking form .inputwishdateicon:before,
	.myseminarsbooking form .inputeventdateicon:before {
	content: "\f3f4";
}

.myseminarsbooking form .inputlocationicon:before {
	content: "\f3f4";
	left: 12px;
}

.myseminarsbooking form .inputlocationicon:before {
	content: "\f2a6";
	left: 12px;
}

#msvoucheropenDiv .SumoSelect>.CaptionCont>label>i:before {
	content: "\f316" !important;
}

.cartc #msvoucheropenDiv .SumoSelect>.CaptionCont>span {
	padding-left: 25px;
}

.myseminarsbooking form .inputwishdateicon .inputfield {
	font-size: 12px;
}

.myseminarsbooking div span {
	margin-left: 0;
}
/* EVENTS */
.myseminarsbooking label#eventchk i {
	display: none;
}

/***********************/
/*
#site #sitecontent #contentright a {
	color: #850000;
	margin: 10px;
	text-decoration: none;
}
*/
#site #sitecontent #homepagemodules {
	height: 1px;
	width: 1200px;
}

#site #sitecontent h1, #site #sitecontent h1 span {
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 30px;
}

.site-category h1, .site-seminar h1 {
	min-height: 40px;
	vertical-align: middle;
	line-height: 30px;
	display: table;
}

.hasImage {
	padding-left: 50px;
	position: relative;
}

.hasImage .img_container {
	height: 100%;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.hasImage h1 {
	display: table-cell;
	vertical-align: middle;
	min-height: 40px;
}

.hasImage img {
	max-width: 40px;
}

#site #sitecontent h2, #site #sitecontent h2 span {
	font-size: 17.5px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 17px;
}

#site #sitecontent #categorydetail p {
	margin-top: 10px;
}

#site #sitecontent #categorydetail h2 {
	padding: 20px 0 10px;
}

#site #sitecontent #seminardetail h2, #site #sitecontent #manufacturerlisting h2
	{
	padding: 40px 0 17px;
}

#site #sitecontent h3, #site #sitecontent h4 {
	font-size: 13px;
	margin: 0;
	padding: 0 0 5px;
}

#toplogin table .headline {
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
}

#toplogin table .spacer {
	height: 10px;
	line-height: 10px;
}

#toplogin table a:hover {
	color: #850000;
	text-decoration: underline;
}

#toplogin table input {
	border: 1px solid #C5C5C5;
	color: #454545;
	font-size: 12px;
	width: 170px;
}

#topmenu-login {
	display: none;
	width: 300px;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 2%;
	position: absolute;
	top: 30px;
	right: -60px;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

#topmenu-login h2 {
	background: #5184CF;
	padding: 20px 0;
	margin: 0;
	font-size: 140%;
	font-weight: 300;
	text-align: center;
	color: #fff;
}

#topmenu-login h3 {
	text-align: center;
}

#topmenu-login form {
	background: #f0f0f0;
	padding: 6% 4%;
	border: 1px solid #888;
	border-top: 0;
}

#topmenu-login input[type="text"], #topmenu-login input[type="password"]
	{
	width: 92%;
	background: #fff;
	margin-bottom: 4%;
	border: 1px solid #ccc;
	padding: 4%;
	font-size: 95%;
	color: #555;
}

#topmenu-login input[type="submit"] {
	width: 100%;
	background: #D43D34;
	color: #444 !important;
	border: 0;
	padding: 4%;
	font-weight: bold;
	cursor: pointer;
	transition: background .3s;
	-webkit-transition: background .3s;
}

#topmenu-login .button {
	width: 100%;
	background: #5184CF;
	border: 0;
	padding: 4% 0;
	color: #fff;
	font-weight: bold;
}

#triangle {
	width: 0;
	border-top: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #5184CF;
	border-left: 12px solid transparent;
	margin: 0 auto;
}

/*
#######################################################################
	SUGGESTION SEARCH >>
#######################################################################
*/
#menu .suggest {
	background: #fff;
	border-radius: 2px;
	border: 1px solid #aaa;
	padding: 2px;
	height: 26px;
	width: 197px;
	float: left;
}

#menu .suggest input {
	border: 0;
	height: 100%;
	padding: 5px;
	width: 150px;
	color: #666;
	height: 16px;
	float: left;
}

#menu .suggest input[type=submit] {
	background: #D43D34;
	width: 34px;
	display: block;
	float: left;
	height: 26px;
	padding: 0;
	font-family: "Ionicons";
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	border-radius: 2px;
	margin-right: 3px;
}

#menu .suggest a {
	font-size: 11px;
}

#menu .suggestionbubble {
	margin-left: 130px;
	margin-top: -13px;
	position: relative;
	z-index: 98;
}

#menu .suggestionresult table {
	border-width: 0;
	width: 100%;
}

#menu .suggestionsearch td {
	font-size: 13px;
}

#menu .suggestionsearch td a {
	text-decoration: none;
}

#menu .suggestionsearch .result_type {
	font-size: 11px;
}

#menu .suggestionsearch .suggest_more_hint {
	background: #FFEFF0;
	border-top: 1px solid #F2CBCC;
	margin: 5px 0 0;
	padding: 5px 5px 5px 10px;
}

#menu .suggestionsearch .suggest_more_hint_info {
	color: #AA2928;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 5px 0 0;
}

#menu .suggestionsearch .suggest_more_hint_showall {
	color: #AA2928 !important;
	font-weight: 700;
	text-decoration: underline !important;
}

#menu .suggestionsearch .suggest_result_item {
	padding: 7px 20px 3px 10px;
}

#menu .suggestionsearch {
	background: #FAFAFA;
	border: 1px solid #C5C5C5;
	display: none;
	margin: 17px 0 0;
	position: absolute;
	width: 600px;
	z-index: 99;
}

#site #abovecontent .search_title_short {
	float: left;
	margin: 0 5px 0 0;
	color: #850000;
	font-size: 18px;
	font-weight: normal;
}

#menu .suggestionsearch {
	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
}

#site #abovecontent #aboveleft .searchfield {
	padding: 5px 10px;
	width: 200px;
}

#menu .suggestionsearch {
	margin: 35px 0 0 -10px;
}

#menu .suggestionbubble {
	margin-left: 50px;
}

#menu .suggestionsearch {
	z-index: 150;
}

#menu .suggestionsearch a:hover {
	text-decoration: underline;
}

#site #abovecontent .searchbutton {
	width: 60px;
}

.on_searchpage .suggest, .on_searchpage .common_group {
	padding: 0 !important;
	margin: 0 !important;
}

#site #abovecontent .search_icon, #site #abovecontent .search_infotext,
	#site #abovecontent #aboveleft .searchbutton, #site #abovecontent #aboveleft .search_title
	{
	display: none;
}

#site #sitecontent #contentcenter .suggest .search_form {
	padding: 5px 5px 5px 5px;
}

.search_form input[type="radio"] {
	display: none;
}

#advancedSearch .searchOption {
	padding: 8px 16px;
	text-align: left;
	border-top: 1px solid #CCC;
	cursor: pointer;
}

#advancedSearch .searchOption:first-child {
	border-top: none
}

#advancedSearch .searchOption:hover {
	color: #850000;
	background: #E6F0FA;
}

#advancedSearch:before {
	border: 12px solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF rgba(0, 0, 0, 0);
	content: " ";
	height: 0;
	right: 10px;
	position: absolute;
	top: -24px;
	right: 24px;
	width: 0;
}

#advancedSearch {
	background: #FFF;
	position: absolute;
	top: 123px;
	z-index: 999;
	box-shadow: 0 0 5px 0 rgba(150, 150, 150, 0.75);
}

#advancedSearchText {
	padding: 3px 2px 14px;
	margin-left: -2px;
	font-size: 10px;
	margin: 2px 0 0 2px;
	float: left;
}

#searchAll:before {
	content: "\f357";
	float: left;
	font-family: 'ionicons';
	margin-right: 5px;
}

#searchTop:before {
	content: "\f212";
	float: left;
	font-family: 'ionicons';
	margin-right: 5px;
}

#searchLastminute:before {
	content: "\f122";
	float: left;
	font-family: 'ionicons';
	margin-right: 5px;
}

#searchStaticcontent:before {
	content: "\f2e0";
	float: left;
	font-family: 'ionicons';
	margin-right: 5px;
}

/*
#######################################################################
	// SUGGESTION SEARCH
-----------------------------------------------------------------------
*/

/*
#######################################################################
	TOP LOGIN >>
#######################################################################
*/
#toplogin {
	color: #FFF;
	display: block;
	position: absolute;
	right: 25px;
	top: 30px;
	width: 245px;
}

/*
#toplogin .register_links a{
	display:block;
	color: #FFF;
}
*/
#toplogin .top_login_username, #toplogin .top_login_password {
	padding: 0 0 4px 0;
	float: right;
}

#toplogin .login_button {
	float: right;
	margin: 0 0 10px 0;
}

#toplogin .logout_button {
	margin: 4px 0 0 0;
}

#toplogin .login_button, #toplogin .logout_button {
	width: 90px;
}

#toplogin .top_login_username input, #toplogin .top_login_password input
	{
	width: 140px;
	border: 1px inset;
}
/*
#######################################################################
	// TOP LOGIN
-----------------------------------------------------------------------
*/

/*
#######################################################################
	TOP OFFER / LAST MINUTE - TEASER >>
#######################################################################
*/
#topoffer .highlight_more_hint, #lastminute .highlight_more_hint {
	margin: 0 -10px -22px -10px;
	padding: 10px 10px;
	color: #AA2928;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: -11px;
}

#topoffer .highlight_more_hint a, #lastminute .highlight_more_hint a {
	font-weight: bold;
	text-decoration: underline;
	color: #AA2928;
	font-size: 13px;
}
/*
#######################################################################
	// TOP OFFER / LAST MINUTE - TEASER
-----------------------------------------------------------------------
*/

/*
#######################################################################
	GENERAL CLASSES >>
#######################################################################
*/
.highlight_more_hint {
	background: #FFEFF0;
	border-top: 1px solid #F2CBCC;
	margin: 5px 0 0;
	padding: 5px 5px 5px 10px;
}

.searchbutton, button, .validate, .button {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/itschulungen_css_sprite.png")
		repeat-x;
	background-position: -421px -217px;
	border: #c5c5c5 solid 1px;
	color: #850000;
	display: block;
	/*margin: 10px 20px 0 3px;*/
	padding: 4px 10px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.input-append .btn {
	position: absolute;
	height: 21px;
	margin: -21px 90px;
}

.fbutton {
	background: #D43D34;
	color: #fff;
	border-radius: 2px;
	text-decoration: none;
	padding: 1px 4px;
	cursor: pointer;
	border: 1px solid rgba(50, 50, 50, 0.5);
	display: inline-block;
	margin-top: 5px;
}

.fbutton:hover {
	background: #E54D44;
	text-decoration: none !important;
}

.fbutton.cart {
	background: #850000;
}

.fbutton.cart:hover {
	background: #A90000;
}

.fbutton object.icon, .fbutton img.icon {
	margin-left: -4px;
	margin-right: 4px;
	float: left;
	height: 17px;
}

.contact_form_button {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/itschulungen_css_sprite.png")
		repeat-x;
	background-position: -421px -217px;
	border: #c5c5c5 solid 1px;
	color: #850000;
	display: block;
	margin: 0 20px 0 3px;
	padding: 3px 0 2px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width: 200px;
	height: 20px;
}

.contact_form_button a {
	display: block;
	text-align: center !important;
}

.contact_form_button a:HOVER {
	text-decoration: none !important;
}

#seminardetail li {
	/*list-style: disc outside none;*/
	margin: 0 0 0 10px;
}

.abbutton {
	font-size: 11px;
	color: #444444;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
	text-indent: 0;
	width: 33.33333%;
	height: 70px;
	background-image: -webkit-linear-gradient(45deg, white 0%, #ddd 100%);
	background-image: -moz-linear-gradient(45deg, white 0%, #ddd 100%);
	background-image: -o-linear-gradient(45deg, white 0%, #ddd 100%);
	background-image: linear-gradient(45deg, white 0%, #ddd 100%);
}

.abbutton:hover {
	background-image: -webkit-linear-gradient(45deg, white 0%, #ccc 100%);
	background-image: -moz-linear-gradient(45deg, white 0%, #ccc 100%);
	background-image: -o-linear-gradient(45deg, white 0%, #ccc 100%);
	background-image: linear-gradient(45deg, white 0%, #ccc 100%);
}

.abbutton.big {
	width: 50%;
}

.abbutton i {
	font-size: 40px;
}

.block {
	padding: 0 0 30px;
	text-align: justify;
}

.breadcrumbs {
	line-height: 35px;
	font-size: 12px;
	cursor: default;
}

.breadcrumbs>a {
	color: #444;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.common_group {
	margin-bottom: 30px;
	text-align: justify;
}

.custom_welcome.common_group {
	padding: 10px 10px 11px 10px;
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 2px;
	box-shadow: #CCC 0 0 5px;
}

.common_table {
	width: 722px;
	margin-left: -35px;
	border-spacing: 0;
}

.common_table>table {
	width: 100%;
}

.common_table td {
	vertical-align: top;
}

.common_table .even {
	background: #FFF;
}

.common_table .hidden {
	border-bottom-color: #CBCBCB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFF;
	border-left-style: solid;
	border-left-width: 0;
	border-top-color: #FFF;
	border-top-style: solid;
	border-top-width: 0;
}

.common_table .matrix_head2 {
	/*border-left-color: #CBCBCB;
	border-left-style: solid;
	border-left-width: 1px;*/
	font-weight: 700;
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

.common_table .odd {
	background: #F7EBEA;
}

.common_table td {
	padding: 16px 16px 16px 0;
}

.common_table th {
	background: #F9CECB;
	border: 0;
	color: #000;
	padding: 2px 10px 2px 0;
	text-align: left;
}

.common_table tr:last-child td {
	border-bottom: 1px solid #F9CECB;
}

.common_table tr td:first-child {
	border-left: 1px solid #F9CECB;
}

.common_table tr td:last-child {
	border-right: 1px solid #F9CECB;
}

.inquiryListRow {
	background: #F7EBEA;
	padding: 10px 35px;
	width: 100%;
	margin-left: -35px;
}

.inquiryListItem {
	float: left;
	width: 25%;
}

.inquiryListItem .head {
	font-size: 10px;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}

.inquiryListRow:nth-child(odd) {
	background: #FFF;
}

.inquiryDetails {
	margin-top: 5px;
	display: none;
}

.inquiryDetails td {
	padding: 4px 10px 4px 0;
	text-align: left;
}

.inquiryDetails th {
	padding: 0 10px 0 0;
	text-align: left;
	background: #F9CECB;
}

#site #sitecontent #myITS h3 {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 10px;
}

.pagelinks {
	text-align: center;
}

.pagelinkscurrent {
	font-weight: bold;
}
/*
#######################################################################
	// GENERAL CLASSES
-----------------------------------------------------------------------
*/
.my_its_topmenu_header {
	font-weight: bold;
	font-size: 13px;
	color: #FFF !important;
	z-index: 120;
	padding: 8px 10px 9px 10px !important;
	background:
		url("https://www.esphere.de/templates/esphere2015/images/top_active_focus.png");
}

.lastminute_hint {
	margin: 0 10px 0 -30px !important;
	padding: 4px;
}

#contentcategories {
	padding: 0 0 40px 0;
}

#site #contentcenter .contactspage h2 {
	padding-top: 40px;
}

#site #contentcenter .contactspage {
	padding-bottom: 50px;
}

#contentcenter a:HOVER {
	text-decoration: underline;
}

#user-registration button, .registration .validate, #site #sitecontent #contentcenter .button
	{
	float: left;
	width: 90px;
}

.login-fields {
	padding: 0 0 10px 0;
}

.addtocart {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/button_addtocart.png")
		no-repeat scroll 0 0 transparent;
	display: block;
	font-weight: bold;
	line-height: 21px;
	padding: 0 0 0 5px;
	text-indent: 22px;
}

#site #seminar_bookinginfo .addtocart {
	margin: 5px;
}

.highlight a {
	color: #AA2928 !important;
}

.contactspage .singlecontact {
	display: block;
	margin: 0;
	padding: 0 0 20px;
}

.contactspage .singlecontact .image {
	float: left;
	margin: 0 20px 0 0;
}

.contactspage-modal {
	position: fixed;
	background: #FFF;
	padding: 20px 40px;
	height: 690px;
	width: 460px;
	top: 50%;
	left: 50%;
	margin-top: -345px;
	margin-left: -270px;
	z-index: 150;
	border-radius: 5px 5px 3px 3px;
	display: none;
}

.contactspage-modal .top {
	font-size: 32px;
	background: #850000;
	border-radius: 3px 3px 0 0;
	color: #FFF;
	display: block;
	margin: -20px -40px 15px;
	padding: 15px 30px;
	font-weight: normal;
}

.contactspage-modal .close {
	position: absolute;
	top: 14px;
	right: 17px;
	color: #fff;
	cursor: pointer;
}

.contactspage-modal .clean-layout textarea.form-control {
	height: 150px;
}

.email-icon {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
}

.print-icon {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
}

.registration #jform_grouptoadd label {
	padding: 0 20px 0 0;
}

.registration a {
	margin: -1px 0 0 20px;
	padding: 5px 15px 4px;
	position: relative;
	top: 3px;
	background:
		url("https://www.esphere.de/templates/esphere2015/images/searchbutton.png")
		repeat-x;
	border: #c5c5c5 solid 1px;
	color: #850000;
	text-align: center;
	vertical-align: middle;
	width: 60px;
}

.registration dd {
	margin: 0;
	padding: 0 0 15px;
}

.registration legend {
	font-size: 17.5px;
}
/*.singleresult {
	margin: 25px 0;
}*/
.singleresult {
	margin: -1px -36px;
	padding: 10px 35px;
	border: 1px solid #CCC;
}

.singleresult:hover {
	background: #FAFAFA;
}

#site #sitecontent .singleresult h3 {
	font-size: 14px;
	padding: 0;
}

#site #sitecontent .singleresult h3 i {
	margin-right: 5px;
	cursor: pointer;
	font-size: 20px;
}

#site #sitecontent .singleresult h4 {
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 10px;
}

.singleresult h4 .highlight {
	font-size: inherit;
	color: #F9B233;
}

.singleresult img {
	float: left;
	max-width: 65px;
	max-height: 40px;
	margin: -5px 10px 0 0;
}

.singleresult .result_type {
	font-size: 12px;
	margin: -5px 0 0;
}

.result_type.hasImage {
	min-height: 50px;
}

.submenucontent a {
	color: #444 !important;
}

.activated a {
	color: #fdd !important;
}

.tags {
	font-size: 11.5px;
	padding: 20px 0 0;
}

.tip-wrap {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ccc;
	color: #000;
	box-shadow: 0 0 5px 0 rgba(150, 150, 150, 0.75);
	border-radius: 3px;
	padding: 5px;
	width: 300px;
	z-index: 99999;
}

.tip-wrap .tip-title strong {
	color: #850000;
}

a, #toplogin table a, #site #sitecontent #contentcenter .breadcrumbs a,
	#site #sitecontent #contentcenter #contentcategories a, #seminardetail a,
	.link {
	color: #850000;
	text-decoration: none;
	cursor: pointer;
}

body {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #f0f1f5;
	min-width: 1280px;
}

.pseudobody {
	margin-top: 406px;
	z-index: 10;
	position: relative;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/** enable in live system**/
/*
.error {
	display: none;
	visibility: hidden;
	}
*/
/* -- PANE STYLES SLIDER/TABS ------------------------ */
/* -- PANE SLIDER STYLES ----------------------------- */
.pane-sliders {
	margin: 18px 0 0 0;
	position: relative;
}

.pane-sliders .title {
	margin: 0;
	padding: 2px 2px 2px 5px;
	color: #666;
	cursor: pointer;
}

#content-pane {
	margin: 8px 10px 15px 15px;
}

.pane-sliders .panel {
	margin-bottom: 3px;
	border: solid 1px #ccc;
}

.pane-sliders .panel h3 {
	background: #fafafa;
	color: #666;
}

.pane-sliders .content {
	background: #fff;
}

.pane-sliders .adminlist {
	border: 0 none;
	font-size: 1em;
}

.pane-sliders .adminlist td {
	border: 0 none;
}

.pane-toggler span {
	background: transparent
		url("https://www.esphere.de/templates/esphere2015/images/j_arrow.png")
		5px 50% no-repeat;
	padding-left: 20px;
}

.pane-toggler-down span {
	background: transparent
		url("https://www.esphere.de/templates/esphere2015/images/j_arrow_down.png")
		5px 50% no-repeat;
	padding-left: 20px;
}

.pane-toggler-down {
	border-bottom: 1px solid #ccc;
}

h3.pane-toggler-down a:hover, h3.pane-toggler a:hover {
	text-decoration: none;
}

.pane-slider.pane-hide {
	display: none;
}

.pane-slider ol li {
	list-style: none;
	margin-left: -25px;
	margin-top: 10px;
}

/* -- TAB STYLES ----------------------------- */
dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 6px 10px 0;
	border-radius: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	background: #DDD;
	color: #666;
}

dl.tabs dt a {
	color: #666 !important;
	text-decoration: none !important;
}

dl.tabs dt.open {
	background: #850000;
	z-index: 100;
	color: #FFF;
}

dl.tabs dt.open a {
	color: #FFF !important;
	text-decoration: none !important;
}

div.current {
	clear: both;
}

div.current dd {
	padding: 0;
	margin: 0;
}

dl#content-pane.tabs {
	margin: 1px 0 0 0;
}

/* -- /PANE STYLES ------------------------ */
#user-registration fieldset {
	border: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

table, tbody, td, tr, #seminardetail p, .actions, #site #sitecontent #contentright .myseminarsbooking form,
	#categorydetail p, #user-registration dd, dt {
	margin: 0;
	padding: 0 0 0 0;
}

ul {
	margin: 0;
	padding: 0 0 0 15px;
}

td, div, span, p, label, b, strong, i {
	font-size: 13px;
}

/*
	NEUE
*/
.vertical_menu_block {
	width: 250px;
}

#contentright .vertical_menu_block {
	width: 212px;
}

#topoffer {
	margin-right: 20px;
}

.blog-featured.row {
	width: 352px;
	float: left;
}

.blog-featured .item .round_rect_top_container_small {
	/* height: 230px; */
	overflow: hidden;
}

#topoffer, #lastminute, .blog-featured .item {
	width: 330px;
	position: relative;
	float: left;
	padding: 10px 10px 11px 10px;
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 2px;
	box-shadow: #CCC 0 0 5px;
}

.site-featured #contentcenter {
	background: none !important;
	box-shadow: none !important;
	border: none !important;
	padding: 0 !important;
	width: 725px !important;
}

.blog-featured {
	color: #555 !important;
}

.blog-featured .item-title {
	font-size: 15px !important;
	font-weight: bold !important;
	margin-bottom: 15px !important;
	border-bottom: 1px dashed #555 !important;
	line-height: 35px;
}

.blog-featured .round_rect_top_container_small p {
	text-align: justify;
	line-height: 1.5;
}

/*
#contentcenter .round_rect_top_container_small {
	background: url("https://www.esphere.de/templates/esphere2015/images/itschulungen_css_sprite.png") no-repeat #fbfbfb;
	background-position: -9px -199px;
	position: relative;
	padding: 10px;
	top: -12px;
	left: -10px;
	width: 290px;
	margin-bottom: -11px;
}

#contentcenter .round_rect_top_container {
	background: url("https://www.esphere.de/templates/esphere2015/images/teaser_bg_xl.png") no-repeat;
	position: relative;
	padding: 10px;
	top: -2px;
}
*/
#contentcenter .outer_rect_top_container {
	margin: 0 -35px;
	background: #F7EBEA;
	padding: 25px 35px 10px;
	margin-bottom: 20px;
}

#categorydetail .round_rect_top_container h2, #consultingcategorydetail .round_rect_top_container h2
	{
	padding: 17px 0 !important;
	color: #850000;
}

#topoffer h2, #lastminute h2 {
	padding: 0 0 17.5px !important;
}

.salestableheader {
	cursor: pointer;
}

.tablesortasc {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/icons/up.png")
		no-repeat right;
	padding-right: 24px;
}

.tablesortdesc {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/icons/down.png")
		no-repeat right;
	padding-right: 24px;
}

.calendar .button {
	display: table-cell;
}

.calendar {
	z-index: 501;
}

#editDiv {
	display: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CBCBCB;
	left: 5%;
	margin: 0 0 0 20px;
	padding: 15px;
	position: absolute;
	top: 50px;
	z-index: 98;
}

#newDiv {
	display: none;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CBCBCB;
	left: 5%;
	margin: 0 0 0 20px;
	padding: 15px;
	position: absolute;
	top: 300px;
	z-index: 99;
}

#jform_salutation_chzn {
	width: 75px !important;
}

#jform_grouptoadd-lbl {
	font-weight: bold;
}

#member-registration #jform_grouptoadd {
	border: 1px solid #D43D34;
	background: #FFF5E6;
	color: #D43D34;
	height: 40px;
}

#member-registration #jform_grouptoadd input {
	width: 30px;
	height: 40px;
	float: left;
}

#member-registration #jform_grouptoadd label {
	font-size: 15px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
}

.alert {
	padding: 7px 14px;
	border-radius: 2px;
}

.alert .close {
	float: right;
	cursor: pointer;
	color: #777;
	display: none;
}

.alert p {
	margin: 0;
}

.alert h4 {
	margin: 0;
	padding: 0;
}

.alert-message {
	background: #CCFFBB;
	border-color: #129200;
}

.alert-error {
	background: #FBB;
	border-color: #920000;
}

.alert-warning {
	background: #FAA;
	border: 1px solid #F00;
}

#system-message-container {
	margin-top: 35px;
}

#birthdate_img {
	position: absolute;
	margin-top: -24px;
	margin-left: 153px;
	padding: 10px;
	background:
		url("https://www.esphere.de/templates/esphere2015/images/ionicons/calendar.svg")
		#fcfcfc;
	background-size: cover;
}

/* -- /Kostenrechner STYLES ------------------------ */
#krTa1 table {
	width: 640px;
	border: 1px solid #CBCBCB;
	border-collapse: collapse;
}

#krTa1 td {
	padding: 1px 5px;
}

#krTa1 th {
	background: #850000;
	border-right-color: #CBCBCB;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CBCBCB;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFF;
	padding: 2px 2px 15px 5px;
	width: 50%;
	text-align: center;
}

#krTa2 table {
	width: 640px;
	padding: 5px;
	border-collapse: collapse;
	margin-left: 0;
}

#krTa2 th {
	text-align: center;
}

#krTa2 td {
	text-align: right;
}

#finale {
	width: 640px;
}

#all {
	width: 640px;
	margin: 0 auto;
}

.rborder {
	border-right: 1px solid #CBCBCB;
}

.common_table .marked {
	background-color: #FFCC66;
}

.social_media_gplus {
	background-image:
		url("https://www.esphere.de/templates/esphere2015/images/social_offline.png");
	background-repeat: no-repeat;
	height: 25px;
	width: 115px;
}

.social_media_twitter {
	background-image:
		url("https://www.esphere.de/templates/esphere2015/images/social_offline.png");
	background-repeat: no-repeat;
	background-position: -115px top;
	height: 25px;
}

.social_media_facebook {
	background-image:
		url("https://www.esphere.de/templates/esphere2015/images/social_offline.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 115px;
}

.social_media_xing {
	background-image:
		url("https://www.esphere.de/templates/esphere2015/images/social_offline.png");
	background-repeat: no-repeat;
	background-position: -115px bottom;
	height: 25px;
}

#sidebar-left {
	position: fixed;
	left: 0;
	width: 48px;
	top: 50%;
	margin-top: -147px;
}

.sidebar-item {
	height: 48px;
	width: 100%;
	background: #08f;
	margin: -1px;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
}

.sidebar-item>i {
	font-size: 32px;
	line-height: 48px;
	width: 100%;
	text-align: center;
}

.sidebar-description {
	background: #08F;
	margin-left: 59px;
	margin-top: -49px;
	/* padding: 16px 32px 16px 16px; */
	border: 1px solid #000;
	width: 120px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

.sidebar-description .arrow-left {
	position: absolute;
	margin-left: -10px;
	margin-top: 14px;
}

#bookingInfo {
	padding: 10px 20px;
}

.myseminarsbooking #msvoucheropenDiv {
	display: block;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	width: 200px;
	border-radius: 2px;
	line-height: 20px;
}

.myseminarsbooking #msvoucheropenDiv input {
	display: inline;
	float: left;
}

.myseminarsbooking #msvoucheropenDiv label {
	padding: 0;
	display: block;
	margin: 0 25px;
	width: auto;
}

.myseminarsbooking #msvoucheropenDiv i {
	color: #444;
	float: right;
}

#seminar_bookinginfo .garantiert {
	/* display:none; */
	padding: 6px;
	color: #fff;
	width: 200px;
	border-radius: 2px;
	background: #F9B233;
	margin: 5px 13px 0;
	animation: pulsate 2s 3;
}

#seminar_bookinginfo .garantiert i {
	float: left;
}

#seminar_bookinginfo .garantiert .label {
	margin-left: 20px;
}

@keyframes pulsate {
	0%   {box-shadow: none;}
	50%  {box-shadow: 0 0 20px 0 rgba(50,50,50, 0.5);}
	100% {box-shadow: none;}
}
@keyframes pulsateicon {
	0%   {color: #FFF;}
	50%  {color: #FFC469;}
	100% {color: #FFF;}
}

#locationsdiv select, #seminardatesdiv select, #infoscompanydiv select,
	#infosinhousediv select {
	width: 100% !important;
	margin: 0 0 10px 0 !important;
	padding: 6px 12px;
}

#bookingInfo input[type="radio"] {
	margin: 5px 0 !important;
}

#bookingInfo label {
	cursor: pointer;
}

#priceboxcompany div, #priceboxopen div, #priceboxinhouse div,
	#priceboxindividual div, #infoscompanydiv, #infosinhousediv,
	#infosindividualdiv {
	margin: 0 !important;
}

#priceboxopen, #priceboxcompany, #priceboxinhouse, #priceboxindividual,
	#seminardatesdiv, #locationsdiv, #infoscompanydiv, #infosinhousediv,
	#infosindividualdiv, #priceboxevent {
	padding: 0 13px 0;
	font-size: 11px;
}

#priceboxopen, #priceboxcompany, #priceboxinhouse, #priceboxindividual,
	#priceboxevent {
	margin-top: 0;
}

#priceboxopen {
	margin-top: 15px !important;
}

.clear {
	clear: both;
}

.myseminarsbooking {
	font-size: 11px;
	color: #777;
}

.myseminarsbooking strong {
	font-size: 11px;
	color: #666;
}

.myseminarsbooking h2 {
	color: #D43D34;
	padding: 0 !important;
	font-size: 20px !important;
	font-weight: bold !important;
}

.myseminarsbooking h2 span {
	font-size: 13px !important;
	font-weight: bold !important;
}

.myseminarsbooking .seminartyp {
	margin: 20px 0;
}

.myseminarsbooking img {
	display: block;
}

.buttonbar {
	padding: 0 13px;
	padding-top: 10px;
	text-align: center;
}

.buttonbar i, .buttonbar a i {
	font-size: 30px;
	margin: 0 10px;
	cursor: pointer;
	color: #777;
}

.buttonbar #btn_label {
	font-size: 13px;
	margin-top: 10px;
	height: 20px;
	text-align: center;
}

#sharingButtons {
	background: #fff;
	border-radius: 5px 5px 3px 3px;
	display: none;
	left: 50%;
	margin-left: -150px;
	margin-top: -160px;
	position: fixed;
	top: 50%;
	width: 250px;
	z-index: 250;
	padding: 10px 25px 25px;
}

#sharingButtons h3 {
	margin-top: 20px !important;
}

.share_button i {
	font-size: 20px;
	float: left;
}

.share_button span {
	margin-left: 35px !important;
	font-size: 17px;
	display: block;
}

.share_button {
	margin-top: 5px;
	border-radius: 2px;
	color: #fff;
	padding: 10px;
}

.share_button:hover {
	opacity: 0.8;
}

.share_button.facebook {
	background: #3B5998;
}

.share_button.twitter {
	background: #55ACEE;
}

.share_button.xing {
	background: #135353;
}

.share_button.google {
	background: #DD4B39;
}

.share_button.mail {
	background: #777;
}

.share_button.xing img {
	float: left;
	height: 29px;
	margin-left: -6px;
	margin-top: -4px;
}

.center {
	text-align: center;
}

.vertSpace {
	margin: 10px 0;
}

.horSpace {
	margin: 0 10px;
}

.transparent {
	opacity: 0.5;
}

.pointer {
	cursor: pointer;
}

.buttonBig {
	display: inline-block;
	width: 170px;
	background: #D43D34;
	color: #FFF;
	padding: 10px 20px;
	margin: 0 13px 25px 13px;
	font-size: 17px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid rgba(50, 50, 50, 0.5);
}

#contentcenter .buttonBig:hover, .buttonBig:hover, #menu .suggest input[type="submit"]:hover,
	#site #sitecontent #contentcenter .searchfield input[type="submit"]:hover
	{
	background: #E54D44;
	text-decoration: none;
}

.buttonMini {
	background: rgba(255, 255, 255, 0.8);
	font-size: 25px;
	padding: 10px 0;
	width: calc(25% - 2px);
	float: left;
	border: 1px solid #555;
	color: #555;
	cursor: pointer;
}

.buttonMini:hover {
	background: #fff;
}

.hint {
	background: #FE8;
	padding: 10px 20px;
	border: 1px solid #FE0;
}

#register-top {
	background: #08F;
	height: 127px;
	width: 300px;
	padding: 20px 30px;
	text-align: center;
	position: absolute;
	top: 27px;
	left: 582px;
	border: 1px solid #000;
	border-bottom: none;
	color: #000;
}

#register-top h2 {
	margin: 0;
	font-size: 18px;
}

#emailInput {
	width: 270px;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #444;
	outline: 0;
	border-radius: 2px;
}

#submitBtn {
	padding: 8px 20px;
	width: 160px;
	background: #D43D34;
	color: #444;
	border: 1px solid #444;
	border-radius: 2px;
	font-weight: bold;
	outline: 0;
	cursor: pointer;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid blue;
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
}

#dark {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

.btn-toolbar.pull-right .btn-group {
	list-style: none;
}

.notification.success {
	background: #2ECC40;
	color: #fff;
	display: block;
	position: fixed;
	top: 10px;
	width: 500px;
	left: 50%;
	margin-left: -310px;
	padding: 15px 60px;
	border-radius: 3px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	z-index: 9999999001;
	box-shadow: #000 0 0 7px;
}

.notification.success i {
	font-size: 46px;
	margin-left: -20px;
	padding-right: 20px;
	vertical-align: bottom;
}

#noAccountInquiry input {
	width: 240px;
	padding: 5px 10px;
}

#noAccountInquiry #inquirysalutation {
	width: 260px;
	padding: 5px 10px;
}

#table_user_not_logged_in {
	border: 1px solid #CBCBCB;
	padding: 5px;
	margin-right: 3px;
	position: absolute;
	background: #FFF;
	width: 470px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -235px;
	margin-top: -100px;
}

#table_user_not_logged_in_password_forgotten {
	border: 1px solid #CBCBCB;
	padding: 5px;
	margin-right: 3px;
	position: absolute;
	background: #FFF;
	width: 470px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -235px;
	margin-top: -100px;
}

.subhead {
	margin: 20px 0 10px;
}

#seminardetail .accordion .accordion-heading a:hover {
	text-decoration: none;
}
/**------------------- Bootstrap Accordion ------------------------**/
.accordion {
	margin-bottom: 18px;
}

.accordion-group {
	border: 1px solid #E5E5E5;
	margin-bottom: 2px;
}

.accordion-heading {
	border-bottom: 0 none;
	text-transform: uppercase;
	background: #FAFAFA;
}

.accordion-heading:hover {
	background: #FFEE88;
}

.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-inner {
	border-top: 1px solid #E5E5E5;
	padding: 9px 15px;
}

.collapse {
	height: 0;
	overflow: hidden;
	position: relative;
	transition: height 0.35s ease 0s;
}

.collapse.in {
	height: auto;
}
/* -------------------------------------------------------------------*/

/* -- SOCIAL MEDIA BUTTONS ------------------- */
.fb_reset {
	margin-top: -20px !important;
}

div#___plusone_0 {
	margin-left: 10px !important;
}

.ion-big {
	font-size: 30px;
}

.loginPanel {
	width: 260px;
	background: #D43D34;
	color: #444;
	padding: 1px 15px;
	border-bottom-right-radius: 3px;
	display: none;
	margin: 0 auto;
	border: 1px solid #444;
}

.loginPanel .top_login_username, #toplogin .top_login_password {
	float: none !important;
}

.loginPanel input {
	border: 1px solid #999 !important;
}

.pullTab {
	background: #D43D34;
	color: #444;
	text-align: center;
	border: 1px solid #444;
	border-top: 1px solid #DB0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-top: -1px;
}

.pullTab:hover {
	cursor: pointer;
}

.loginPanel form div {
	margin: 10px 0 5px;
	overflow: auto;
	clear: both;
}

.loginPanel form div label {
	padding-top: 6px;
	display: block;
	width: 40px;
	float: left;
	font-size: 1.1em;
}

.loginPanel form div input {
	float: right;
	padding: 3px;
}

.loginPanel input[type="submit"] {
	border: 1px solid #777 !important;
	padding: 5px 10px;
	display: block;
	border-radius: 3px;
	background: #888;
	color: #fff;
}

.loginPanel input[type="submit"]:hover {
	background: #666;
}

.register_links {
	margin-top: -5px !important;
}

#member-registration input {
	padding: 5px 10px;
}

ul.filtertab {
	padding: 0;
	margin: 0 0 10px 0;
	width: 682px;
}

ul.filtertab li {
	float: left;
	list-style-type: none;
	margin: 0 6px 0 0 !important;
	padding: 2px 6px 2px !important;
	border-radius: 3px;
	background: #ddd;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	text-align: center;
}

ul.filtertab.search li {
	font-weight: normal;
	padding: 1px 2px !important;
	margin-bottom: 1px !important;
	margin-right: 1px !important;
}

ul.filtertab li a {
	color: inherit !important;
}

ul.filtertab li a:hover {
	text-decoration: none !important;
	color: inherit !important;
}

ul.filtertab li.active {
	background: #850000;
	color: #fff;
}

ul.filtertab li:hover {
	cursor: pointer;
}

ul.filtertab li i {
	/* position: absolute;
	left: 5px; */
	margin-right: 5px;
	vertical-align: sub;
	font-size: 18px;
}

ul.filtertab:after {
	content: '';
	clear: both;
	display: block;
}

table.garantietermine {
	width: 100%;
}

table.garantietermine th {
	text-align: left;
	font-weight: bold;
	color: #444;
	font-style: italic;
}

table.garantietermine td {
	padding: 2px 0;
	vertical-align: top;
}

table.garantietermine .date, table.garantietermine .location {
	width: 20%;
}

table.garantietermine .title {
	padding-right: 5px;
}

table.garantietermine .title a, table.garantietermine .title a:hover {
	text-decoration: none !important;
	color: #444 !important;
	cursor: default !important;
}

table.garantietermine.category .title a, table.garantietermine.category .title a:hover
	{
	text-decoration: none !important;
	color: #850000 !important;
	cursor: pointer !important;
}

table.garantietermine.category .title a:hover {
	text-decoration: underline !important;
}

table.garantietermine.category {
	margin-bottom: 30px;
}

#darkness {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,
		endColorstr=#BF000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,
		endColorstr=#BF000000);
	zoom: 1;
	background: rgba(0, 0, 0, 0.75);
	z-index: 200;
}

.login-modal a {
	text-decoration: none;
}

.login-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	height: 610px;
	margin-top: -310px;
	width: 500px;
	margin-left: -250px;
	background: #FFF;
	border-radius: 5px 5px 3px 3px;
	z-index: 250;
}

.login-modal .top {
	height: 50px;
	line-height: 50px;
	padding: 20px 20px 0;
	font-size: 32px;
	font-weight: bold;
	background: #850000;
	border-radius: 3px 3px 0 0;
	color: #850000;
}

.login-modal .top span.tab {
	display: inline-block;
	padding: 0 20px;
	background: #fafafa;
	height: 49px;
	margin-right: 3px;
	cursor: pointer;
}

.login-modal .top span.tab.active {
	height: 50px;
	background: #fff;
}

.login-modal .center {
	height: 490px;
	padding: 25px;
}

.login-modal .center strong {
	margin: 10px 0;
	display: block;
}

.login-modal .center #loginInput, .login-modal .center #requestPwInput {
	text-align: center;
	margin-top: 25px;
}

#login-modal div.register {
	width: 100%;
}

#login-modal div.register .col {
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-top: 2%;
	text-align: left;
}

.socialBtn {
	color: #fff;
	text-align: center;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin-bottom: 5px;
	border-radius: 2px;
	border: 1px solid rgba(50, 50, 50, 0.5) !important;
	font-size: 14px;
	border: none;
	text-decoration: none !important;
}

.socialBtn.cart {
	display: inline-block;
}

.socialBtn.xing {
	background: #036568;
}

.socialBtn.xing:hover {
	background: #208589;
}

.socialBtn.linkedin {
	background: #0077B5;
}

.socialBtn.linkedin:hover {
	background: #39A3DC;
}


.socialBtn.facebook {
	background: #3b5998;
}

.socialBtn.facebook:hover {
	background: #607CB8;
}

.socialBtn.its {
	background: #D43D34;
}

.socialBtn.its:hover {
	background: #E54D44;
}

.socialBtn.register {
	background: #850000;
}

.socialBtn.register:hover {
	background: #3775B2;
}

.socialBtn a {
	text-decoration: none !important;
}

.seperator {
	border-top: 1px solid #ccc;
	margin: 20px 0;
}

.login-modal select {
	width: 210px;
	height: 24px;
	padding: 2px;
	border: 1px solid #aaa;
	border-radius: 3px;
}

.login-modal input[type="text"], .login-modal input[type="email"],
	.login-modal input[type="password"] {
	width: 200px;
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
}

.login-modal .bottom {
	height: 69px;
	border-top: 1px solid #ccc;
	text-align: center;
}

.login-modal input[type="submit"], .login-modal input[type="button"] {
	padding: 10px 20px;
	margin: 15px auto;
	background: #D43D34;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	border: none;
}

.login-modal input[type="submit"]:hover, .login-modal input[type="button"]:hover
	{
	background: #E54D44;
}

.login-modal .socialBtn {
	width: 250px;
	margin: 5px auto;
}

/*---------- ITS 2014 ------------*/
#top {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	background: #3c3f41;
}

#logo-top {
	display: block !important;
	height: 80px;
	opacity: 1;
	float: left;
	margin-top: 2px;
	position: relative;
	z-index: 151;
}

#referenzen {
	height: 40px;
	left: 280px;
	position: absolute;
	top: 60px;
	width: 989px;
	z-index: 150;
}

#referenzen img {
	margin-right: 20px;
}

#menu {
	background:
		url("https://www.esphere.de/templates/esphere2015/images/header/esphere_menu_bg.png");
	background-color: #f0f1f5;
	background-repeat: repeat-x;
	background-position: 0 -1px;
	height: 105px;
	width: 100%;
	z-index: 150;
	position: relative;
}

#menu .inner {
	height: 105px;
	width: 1280px;
	margin: 0 auto;
	position: relative;
	background: inherit;
}

#top .inner {
	display: block;
	width: auto;
	height: 406px;
	margin: auto;
	-webkit-transition: padding .2s;
	-moz-transition: padding .2s;
	-ms-transition: padding .2s;
	-o-transition: padding .2s;
	transition: padding .2s;
	-webkit-transition: opacity .1s;
	-moz-transition: opacity .1s;
	-ms-transition: opacity .1s;
	-o-transition: opacity .1s;
	transition: opacity .1s;
}

#top .inner .slider {
	background: #fff;
	position: absolute;
	margin-left: 45px;
	top: 52px;
	border-radius: 5px;
	padding: 4px;
	box-shadow: 0 0 5px #ccc;
}

#top .inner .flare {
	position: absolute;
	left: 0;
	top: 0;
}

#top .inner .claim {
	position: absolute;
	left: 10%;
	top: 150px;
}

#top .inner .rock {
	position: absolute;
	left: 70%;
	top: 0;
}

.inner .box {
	float: left;
	width: 33.3%;
	text-align: center;
	height: 82px;
}

/** Slider **/
#topslidercontainer img {
	display: block;
	margin: 0 auto;
}

#topslidercontainer .slick-prev,
#topslidercontainer .slick-next {
	padding: 0 15px;
}

#topslidercontainer .slick-next {
	margin-right: 11px;
}

#topslidercontainer .slide {
	background: none scroll no-repeat 70% top;
	height: 406px;
}
#topslidercontainer .slide.dark {
	background-color: #3c3f41;
}

#topslidercontainer .slide .inner_slide {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}

#topslidercontainer .slide .logo {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 120px;
	height: 40px;
	background: url(https://www.esphere.de/templates/esphere2015/images/header/slider/logo.png) 0 0;
}
#topslidercontainer .slide.dark .logo {
	background: url(https://www.esphere.de/templates/esphere2015/images/header/slider/logo.png) 0 40px;
}

#topslidercontainer .slide .slider_button {
	position: absolute;
	top: 300px;
	left: 130px;
	height: 38px;
	color: white;
	line-height: 38px;
	padding: 0 10px;
	background: url(https://www.esphere.de/templates/esphere2015/images/header/esphere_menu_bg.png);
}

#topslidercontainer .slide .slider_claim {
	position: absolute;
	top: 150px;
	left: 130px;
	font-size: 30px;
	font-family: "titillium", sans-serif;
	color: #636363;
	line-height: 35px;
	text-indent: -32px;
}
#topslidercontainer .slide.dark .slider_claim {
	color: #FFF;
}

#topslidercontainer .slide .slider_claim:before {
	content: "\201E";
	font-family: Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #D43D34;
	position: relative;
	bottom: 2px;
}

#topslidercontainer .slide .slider_claim:after {
	content: "\201C";
	font-family: Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #D43D34;
	position: relative;
	top: 10px;
}

/** Slider End **/

.nav {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	margin-top: 6px;
	padding: 0;
}

.nav.menu {
	width: 900px;
}

.nav.login {
	position: absolute;
	right: 0;
}

.nav>li {
	display: block;
	float: left;
	margin-top: -5px;
}

.nav>li>a, #login-form .btn-primary {
	display: block;
	padding: 12px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-ms-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
}

.myits-menu {
	background: #8E0F0F; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #8E0F0F 0%, #D43D34 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8E0F0F),
		color-stop(100%, #D43D34)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #8E0F0F 0%, #D43D34 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #8E0F0F 0%, #D43D34 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #8E0F0F 0%, #D43D34 100%);
	/* IE10+ */
	background: linear-gradient(135deg, #8E0F0F 0%, #D43D34 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E0F0F',
		endColorstr='#D43D34', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #FFF !important;
	border-radius: 3px;
	box-shadow: 0 0 5px 0 rgba(177, 50, 42, 1);
	border: 1px solid #850000;
	margin-top: -8px;
	padding: 18px 13px 13px !important;
}

.homeBtn a {
	padding: 10px 12px !important;
}

#login-form .btn-primary {
	border: none;
	background: none;
	cursor: pointer;
	margin-top: -5px;
	outline: 0;
}

.nav>li:hover>a {
	color: #fdd;
}

#login-form .btn-primary:hover {
	color: #fdd;
}

.nav .yellowBtn>a {
	background: #D43D34;
	color: #000 !important;
	border: 1px solid #000;
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	-ms-transition: background .1s ease-in;
	-o-transition: background .1s ease-in;
	transition: background .1s ease-in;
}

.menu-logout {
	margin: 11px;
	display: block;
	font-size: 21px;
	color: #fff;
	cursor: pointer;
}

.menu-logout:hover {
	color: #fdd;
}

#body {
	max-width: 1400px;
	margin: 420px auto;
	-webkit-transition: margin .1s;
	-moz-transition: margin .1s;
	-ms-transition: margin .1s;
	-o-transition: margin .1s;
	transition: margin .1s;
}

#body .box-lft {
	float: left;
	width: 20%;
}

#body .box-ctr {
	float: left;
	width: 60%;
}

#body .box-rgt {
	float: left;
	width: 20%;
}

.vertical_menu {
	border: 1px solid #666;
}

.vertical_menu li {
	list-style-type: none;
	padding: 8px 20px;
	background: #EBEBEB;
	border-bottom: 1px solid #BBB;
	cursor: pointer;
}

.vertical_menu li:hover {
	background: #FBFBFB;
}

.vertical_menu li:first-child {
	background: #12A;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-bottom-color: #000;
}

.frontpage_table {
	width: 100%;
}

.frontpage_table th {
	font-size: 18px;
}

.frontpage_table td {
	padding: 8px 16px;
	border: 1px solid #e0e0e0;
}

.top-footer {
	height: 50px;
	width: 100%;
	margin-top: 350px;
}

.top-footer .inner {
	max-width: 1260px;
	margin: 0 auto;
	height: 100%;
}

.top-footer .inner img {
	height: 100%;
	filter: saturate(10%);
	-webkit-filter: saturate(10%);
}

.myseminarsbooking .checkbox {
	display: inline-block;
	cursor: pointer;
	font-size: 13px;
	margin-left: 5px;
	line-height: 20px;
	height: 20px;
}

.myseminarsbooking input[type=checkbox] {
	display: none;
}

.myseminarsbooking .checkbox:before {
	margin: -4px 8px 0;
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	color: #f3f3f3;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #AAA;
	background: #DDD;
}

.myseminarsbooking input[type=checkbox]:checked+.checkbox:before {
	content: "\f120";
	color: #D43D34;
	font-family: "Ionicons";
	font-size: 19px;
	font-weight: normal;
	margin-top: -10px;
	box-shadow: none;
	border: none;
	background: none;
	margin-right: 10px;
}

.myseminarsbooking input[type=checkbox]:checked+.checkbox {
	color: #D43D34;
	font-weight: bold;
}

.pleaseWaitHint {
	position: absolute;
	width: 650px;
	text-align: center;
	padding: 5px 0;
	background: #D43D34;
	margin-bottom: 15px;
	color: #fff;
	border: 1px solid #666;
	display: none;
}

/* -------------- ITS Control Panel ------------ */
.toggleSidebar {
	position: fixed;
	z-index: 9999;
	border-left: 2px solid #850000;
	background: #F1F1F1;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	padding-left: 10px;
}

.toggleSidebar .animationButtons a {
	color: #fff;
}

.toggleSidebar .animationButtons, .toggleSidebar .animationButton.first
	{
	position: relative;
	top: 480px;
	left: -58px;
	width: 45px;
	border-left: 1px solid #850000;
	cursor: pointer;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
	border-bottom: 1px solid #850000;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background: #d43d43; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #d43d43 0%, #8e0f0f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #d43d43),
		color-stop(100%, #8e0f0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #d43d43 0%, #8e0f0f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #d43d43 0%, #8e0f0f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #d43d43 0%, #8e0f0f 100%);
	/* IE10+ */
	background: linear-gradient(135deg, #d43d43 0%, #8e0f0f 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43d43',
		endColorstr='#8e0f0f', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: 0 0 5px 0 #B1322A;
	-moz-box-shadow: 0 0 5px 0 #B1322A;
	box-shadow: 0 0 5px 0 #B1322A;
}
/*.toggleSidebar .animationButton.first {
	height: 35px;
	padding: 0;
	width: 45px;
	text-align: center;
	border-top: 1px solid #bbb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	background: #8E0F0F;
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #8E0F0F 0%, #D43D34 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(0%,#8E0F0F), color-stop(100%,#D43D34));
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#8E0F0F 0%,#D43D34 100%);
	background: -o-linear-gradient(-45deg,  #ffffff 0%,#8E0F0F 0%,#D43D34 100%);
	background: -ms-linear-gradient(-45deg,  #ffffff 0%,#8E0F0F 0%,#D43D34 100%);
	background: linear-gradient(135deg,  #ffffff 0%,#8E0F0F 0%,#D43D34 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D43D34',GradientType=1 );
}*/
.toggleSidebar .animationButton.first {
	height: 35px;
	padding: 0;
	width: 45px;
	text-align: center;
	border-top: 1px solid #850000;
	border-bottom: 1px solid #850000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	background: #6e6e6e; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #6e6e6e 0%, #3C3F41 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff),
		color-stop(0%, #6e6e6e), color-stop(100%, #3C3F41));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%, #6e6e6e 0%, #3C3F41 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffffff 0%, #6e6e6e 0%, #3C3F41 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #ffffff 0%, #6e6e6e 0%, #3C3F41 100%);
	/* IE10+ */
	background: linear-gradient(135deg, #ffffff 0%, #6e6e6e 0%, #3C3F41 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#3C3F41', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.toggleSidebar .animationButton {
	height: 30px;
	width: 35px;
	padding: 5px;
	position: relative;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.toggleSidebar .animationButtons .animationButton:hover {
	background: rgba(255, 255, 255, 0.05);
}

.toggleSidebar .animationButtons .animationButton:hover .tipw,
	.toggleSidebar .animationButtons .animationButton:hover .tip,
	.toggleSidebar .animationButtons .animationButton .tipw:hover .tip {
	display: inline-block;
}

.animationButton .tipw {
	max-width: none;
	width: 210px;
	height: 40px;
	position: absolute;
	left: -210px;
	float: none;
	top: 0;
	text-align: right;
	vertical-align: middle;
	display: none;
}

.animationButton .tipw .tip {
	margin-right: 5px;
	vertical-align: middle;
	box-shadow: 0 0 5px 0 rgba(150, 150, 150, 0.75);
	background: #fff;
	border-radius: 3px;
	padding: 5px;
	display: none;
	text-align: center;
	text-shadow: none;
	color: #000;
}

.animationButton .tip span {
	font-size: 20px;
	text-shadow: none;
	color: #444;
	/* 	position: relative;
	top: 8px; */
}

.toggleSidebar .animationButton.first .ion-big {
	font-size: 35px;
}

.toggleSidebar .animationButton .counter {
	text-align: center;
	position: absolute;
	top: 3px;
	right: 1px;
	height: 18px;
	border-radius: 9px;
	width: 18px;
	line-height: 18px;
	color: inherit;
	background: #3C3F41; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #6e6e6e 0%, #3C3F41 81%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6e6e6e),
		color-stop(81%, #3C3F41)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #6e6e6e 0%, #3C3F41 81%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #6e6e6e 0%, #3C3F41 81%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #6e6e6e 0%, #3C3F41 81%);
	/* IE10+ */
	background: linear-gradient(135deg, #6e6e6e 0%, #3C3F41 81%); /* W3C */
}

#toggleSidebar_innerContent .close {
	position: absolute;
	top: 8px;
	right: 0;
	color: #fff;
	cursor: pointer;
}

#toggleSidebar_innerContent .half.left {
	float: left;
}

#toggleSidebar_innerContent .half.right {
	float: right;
	padding-right: 0;
}

#toggleSidebar_innerContent #merkzettel .half p {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0;
}

.buttonBig.anfrage {
	margin: 5px 0 0 0;
	width: 94%;
	display: inline-block;
	position: relative;
	padding-left: 35px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 16px;
}

.buttonBig.savecart {
	background: #850000;
	margin: 5px 0 0 0;
	width: auto;
	display: inline-block;
	position: relative;
	padding: 10px;
	font-size: 17px;
	line-height: 17px;
}

.buttonBig.savecart:hover {
	background: #A90000;
}

.buttonBig.anfrage::before {
	position: absolute;
	font-family: 'Ionicons';
	content: "\f109";
	font-size: 25px;
	top: 10px;
	left: 10px;
}

.toggleSidebar .notification {
	width: 200px;
	height: 50px;
	position: relative;
	top: 60px;
	left: -213px;
	color: inherit;
	font-size: 15px;
	line-height: 20px;
}

.toggleSidebar .innerContent {
	display: none;
	height: 100%;
	width: 500px;
	position: absolute;
	top: 0;
}

.toggleSidebar .cartc {
	height: 35%;
	margin: auto;
	width: auto;
	margin-top: 5px;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #ccc;
	padding-bottom: 15%;
}

.toggleSidebar .cart {
	padding: 0;
	max-height: 75%;
	max-height: calc(100% - 48px);
	overflow: auto;
	background: white;
	margin: 0 -10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.cart li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 8px 15px;
}

.cart li:hover {
	background: #FAFAFA;
}

/*.cart li:first-child {
	border-top: 1px solid #ddd;
}*/
.cart li:last-child {
	border-bottom: none;
}

.cart_item .title {
	padding-right: 50px;
	margin-bottom: 5px;
}

.cart_item .delete {
	float: right;
	color: #ccc;
	cursor: pointer;
}

.cart_item .delete:hover {
	color: inherit;
}

.cart_item .bottom_line {
	margin: 0;
	padding: 0;
}

.cart_item .bottom_line li {
	font-size: 11px;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	border: 0;
}

.cart_item .bottom_line .bookmark {
	cursor: pointer;
}

.cart_item .price {
	float: right;
	font-size: 16px;
	font-weight: bold;
}

.cart_item .price span {
	color: #0088FF;
	font-size: inherit;
}

.message_hint {
	position: absolute;
	margin-left: -240px;
	left: 0;
	background: #850000;
	width: 220px;
	border: 1px solid #850000;
	padding: 5px;
	margin-top: -58px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* --------------- CART --------------------*/
.cartc {
	margin-left: -35px;
	width: 722px;
	margin-bottom: 20px;
}

.cartc .item {
	position: relative;
	padding: 10px 35px 15px;
	border-top: 1px solid #F7C7C3;
}

.cartc .item:last-child {
	border-bottom: 1px solid #F7C7C3;
}

.cartc .item:nth-child(odd) {
	background: #F7EBEA;
}

.cartc .item .title {
	min-height: 25px;
}

.cartc .item .trash {
	color: #999;
	cursor: pointer;
	font-style: normal;
	font-size: 12px;
}

.cartc .item .trash:hover {
	color: #777;
}

.cartc .item .form {
	padding-top: 10px;
}

.cartc .item .form select, .cartc .item .form div {
	vertical-align: top;
}

.myseminarsbooking.cart .seminartyp {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 220px;
	float: left;
	height: 70px;
	margin-left: -5px;
}

.myseminarsbooking.cart .details, .myseminarsbooking.cart .details .inputfield
	{
	color: #444 !important;
}

.myseminarsbooking.cart .price {
	float: right;
	text-align: right;
}

.myseminarsbooking.cart .details {
	clear: both;
}

.myseminarsbooking.cart .seminarDropdowns {
	min-height: 27px;
	margin-bottom: -27px;
}

.myseminarsbooking.cart .seminartyp label {
	margin: 0;
}

.myseminarsbooking.cart .SlectBox, .myseminarsbooking.cart .SlectBoxa {
	width: 156px;
	margin-right: 5px;
}

.myseminarsbooking.cart .SumoSelect>.CaptionCont>span {
	padding-left: 20px;
	font-size: 11px;
}

.myseminarsbooking.cart form .inputdateicon .inputfield,
	.myseminarsbooking.cart form .inputwishdateicon .inputfield,
	.myseminarsbooking.cart form .inputlocationicon .inputfield,
	.myseminarsbooking.cart form .inputeventdateicon .inputfield,
	.myseminarsbooking.cart form .inputeventlocationicon .inputfield,
	.myseminarsbooking.cart form .inputeventdateicon .inputfield {
	width: 138px;
	padding: 0 0 0 18px;
	margin-right: 5px;
	font-size: 11px;
}

.myseminarsbooking.cart form .inputdateicon:before, .myseminarsbooking.cart form .inputwishdateicon:before,
	.myseminarsbooking.cart form .inputlocationicon:before,
	.myseminarsbooking.cart form .inputeventdateicon:before,
	.myseminarsbooking.cart form .inputeventlocationicon:before,
	.myseminarsbooking.cart form .inputeventdateicon:before {
	font-size: 16px;
	left: 5px;
	top: 3px;
}

#rentfrom {
	width: 173px;
	height: 26px;
	padding-left: 35px;
	color: #777;
}

#rentformDiv:before {
	font-family: "ionicons";
	font-size: 22px;
	height: 16px;
	line-height: 16px;
	margin: 7px 0 0 8px;
	position: absolute;
	width: 16px;
	color: #666;
	content: "\f3f4";
}

#rentformDiv {
	padding-bottom: 5px;
}

#rentfrom_img {
	background: none;
	left: 0;
	margin: -32px 13px;
	height: 32px;
	width: 212px;
}

.myseminarsbooking.cart #priceboxopen, .myseminarsbooking.cart #priceboxcompany,
	.myseminarsbooking.cart #priceboxinhouse, .myseminarsbooking.cart #priceboxindividual,
	.myseminarsbooking.cart #priceboxevent, .myseminarsbooking.cart #priceboxrent
	{
	margin-top: 0;
	font-size: 13px;
	padding: 0;
}

.myseminarsbooking.cart strong {
	font-size: inherit;
}

.myseminarsbooking.cart .optWrapper {
	width: 200px;
}

.myseminarsbooking.cart .checkbox:before {
	font-size: 13px;
	margin-left: 5px;
	margin-top: -13px;
}

.myseminarsbooking.cart input[type="checkbox"]:checked+.checkbox:before
	{
	font-size: 12px;
	margin-left: 6px;
	margin-top: -11px;
}

.myseminarsbooking.cart .checkbox:before {
	width: 8px;
	height: 8px;
	margin-left: 6px;
	margin-top: -3px;
}

.myseminarsbooking.cart .checkbox {
	line-height: 16px;
}

.myseminarsbooking.cart .SumoSelect>.CaptionCont>label>i {
	font-size: 16px;
	left: -3px;
}

.myseminarsbooking.cart .SlectBox, .SlectBoxa {
	padding: 0;
}

.myseminarsbooking .SlectBox:after {
	position: absolute;
	font-family: 'Ionicons';
	content: "\f3d0";
	font-size: 20px;
	top: 3px;
	right: 0;
	width: 95%;
	text-align: right;
	padding-right: 5%;
	box-shadow: inset #FFF -36px 0 24px -12px;
}

.myseminarsbooking.cart .inputwishdateicon, .myseminarsbooking.cart .inputlocationicon,
	.myseminarsbooking.cart .inputdateicon, .myseminarsbooking.cart .inputeventdateicon,
	.myseminarsbooking.cart .inputeventlocationicon, .myseminarsbooking.cart .inputeventdateicon,
	.myseminarsbooking.cart #seminarparticipantsopen, .myseminarsbooking.cart #seminarparticipantscompany,
	.myseminarsbooking.cart #seminarparticipantsinhouse, .myseminarsbooking.cart .seminardate
	{
	float: left;
}

.myseminarsbooking.cart #seminardatesdiv, .myseminarsbooking.cart #locationsdiv,
	.myseminarsbooking.cart #infoscompanydiv, .myseminarsbooking.cart #infosinhousediv
	{
	font-size: 11px;
	padding: 0;
	float: left;
}

.myseminarsbooking.cart .inputeventdateicon .input-append .input-medium
	{
	padding-left: 20px !important;
	width: 136px;
	font-size: 11px;
	color: #444 !important;
	margin-right: 5px;
	height: 18px;
	border: 1px solid #ccc;
}

.myseminarsbooking.cart .inputeventdateicon .input-append .btn {
	background: none;
	border: none;
	margin-left: 0;
	width: 157px;
}

.myseminarsbooking.cart .fromLabel {
	float: left;
	margin-top: -18px;
	font-size: 11px;
}

.tablist {
	line-height: 40px;
	padding: 20px 5px 0;
	border-bottom: 1px solid #850000;
	font-weight: bold;
}

.tablist span.tab {
	position: relative;
	bottom: -1px;
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	height: 39px;
	margin-right: 3px;
	cursor: pointer;
	color: #850000;
	border-top: 1px solid #850000;
	border-left: 1px solid #850000;
	border-right: 1px solid #850000;
}

.tablist span.tab.active {
	height: 40px;
	background: #F7EBEA;
	border-top: 1px solid #850000;
	border-left: 1px solid #850000;
	border-right: 1px solid #850000;
}

.tabcontent {
	padding: 10px;
	background: #F7EBEA;
}

.tabcontent .socialBtn {
	width: 350px;
	padding: 0 5px;
	display: block;
}

.inqformcart {
	margin: 10px 0;
	width: 100%;
}

.inqformcart .label, .inqformcart .field {
	float: left;
	width: 50%;
	margin-top: 5px;
}

.inqformcart.register .label, .inqformcart.register .field {
	padding: 5px;
	width: calc(50% - 10px);
}

.inqformcart.green {
	background: #F9B233;
	color: #fff;
}

.inqformcart input, .inqformcart select {
	border: 1px solid #bbb;
	padding: 2px;
}

/*.inqformcart input[type=text] {
	width: 95%;
}*/
.inqformcart input[readonly=readonly] {
	background: #eee;
}

.profile-edit #jform_username {
	background: #F7EBEA;
}

.guaranteeTriangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #F9B233 transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
	color: #FFF;
}

.merkzettel-crossselling .cart {
	padding: 0;
	border: 1px solid #DDD;
}

.myits-contact-person {
	background: #FEE6BF;
	margin: -5px -35px 0;
	padding: 0 35px;
}

.myits-contact-person img {
	float: left;
	margin-right: 30px;
	height: 130px;
}

.myits-contact-person h3 {
	padding-top: 24px !important;
	margin-bottom: 0 !important;
}

.myits-contact-person i {
	font-size: 22px;
	vertical-align: middle;
}

.myits-contact-person span {
	vertical-align: middle;
}

/* ---------------------------------------- */
.icon.ion-navigate.click:before {
	transform: rotate(-90deg);
	text-shadow: 4px 3px 2px rgba(0, 0, 0, 0.4);
	color: #777;
}

/* Seminarstandorte */
.site-locations .top>p {
	width: 50%;
	float: left;
}

.site-locations .top>img {
	float: right;
}

/* -------------- RESPONSIVE -------------- */
@media only screen and (max-width: 1400px) {
	.nav>li>a, #login-form .btn-primary {
		font-size: 13px;
	}
	#logo-top {
		height: 50px;
	}
}

/* -------------- TIMELINE -------------- */
.timeline * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.timeline {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	padding-top: 15px;
}

.timeline:before {
	background-color: #444;
	content: '';
	margin-left: -1px;
	position: absolute;
	top: 0;
	left: 32px;
	width: 2px;
	height: 100%;
}

.timeline-event {
	position: relative;
	margin-left: -15px;
}

.timeline-event-copy {
	padding: 24px 24px 0;
	position: relative;
	top: -22px;
	left: 46px;
	width: 80%;
}

.timeline-event-copy h3 {
	font-size: 17px !important;
	margin: 0 !important;
}

.timeline-event-copy h4 {
	font-size: 14px !important;
}

.timeline-event-copy strong {
	font-weight: 700;
}

.timeline-event-copy p:not (.timeline-event-status ) {
	padding-bottom: 14px;
}

.timeline-event-icon {
	background-color: #FFFFFF;
	color: #444;
	display: block;
	margin: 0;
	position: absolute;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	top: -2px;
	left: 16px;
	width: 32px;
	font-size: 21px;
	text-align: center;
}

.timeline-event-status {
	color: white;
	font-size: 12px;
	background-color: #444;
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 10px;
}

.timeline i.blue {
	color: #850000;
}

.timeline i.yellow {
	color: #D43D34;
}

.timeline i.green {
	color: #F9B233;
}

.timeline p.blue {
	background: #850000;
}

.timeline p.yellow {
	background: #D43D34;
}

.timeline p.green {
	background: #F9B233;
}

/* -------------- ROOM RENT -------------- */
.room_rent_icons {
	margin-bottom: 20px;
}

.room_rent_icons .icon {
	border: 1px dashed #eee;
	display: block;
	float: left;
	min-height: 123px;
	padding: 2%;
	text-align: center;
	width: calc(21% - 2px);
}

.room_rent_icons .icon i {
	font-size: 40px;
}

.room_rent_icons .icon .info {
	margin: 0 0 8px;
}

.room_rent_icons .icon .detail_info {
	font-size: 10px;
	margin: 4px 0 0;
}

/*************************************************************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
******************       THIRD-PARTY        ******************
**************************************************************
**************************************************************
**************************************************************
**************************************************************
*************************************************************/

/*** IONICONS ***/

/*
  Ionicons, v1.5.2
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
	font-family: Ionicons;
	src:
		url(https://www.esphere.de/templates/esphere2015/fonts/ionicons.eot?v=2.0.0);
	src:
		url(https://www.esphere.de/templates/esphere2015/fonts/ionicons.eot?v=2.0.0#iefix)
		format("embedded-opentype"),
		url(https://www.esphere.de/templates/esphere2015/fonts/ionicons.ttf?v=2.0.0)
		format("truetype"),
		url(https://www.esphere.de/templates/esphere2015/fonts/ionicons.woff?v=2.0.0)
		format("woff"),
		url(https://www.esphere.de/templates/esphere2015/fonts/ionicons.svg?v=2.0.0#Ionicons)
		format("svg");
	font-weight: 400;
	font-style: normal
}

.ion, .ion-alert-circled:before, .ion-alert:before,
	.ion-android-add-circle:before, .ion-android-add-contact:before,
	.ion-android-add:before, .ion-android-alarm-clock:before,
	.ion-android-alarm:before, .ion-android-alert:before, .ion-android-apps:before,
	.ion-android-archive:before, .ion-android-arrow-back:before,
	.ion-android-arrow-down:before, .ion-android-arrow-dropdown-circle:before,
	.ion-android-arrow-dropdown:before, .ion-android-arrow-dropleft-circle:before,
	.ion-android-arrow-dropleft:before, .ion-android-arrow-dropright-circle:before,
	.ion-android-arrow-dropright:before, .ion-android-arrow-dropup-circle:before,
	.ion-android-arrow-dropup:before, .ion-android-arrow-forward:before,
	.ion-android-arrow-up:before, .ion-android-attach:before,
	.ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before,
	.ion-android-bookmark:before, .ion-android-bulb:before,
	.ion-android-bus:before, .ion-android-calendar:before,
	.ion-android-call:before, .ion-android-camera:before,
	.ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before,
	.ion-android-chat:before, .ion-android-checkbox-blank:before,
	.ion-android-checkbox-outline-blank:before,
	.ion-android-checkbox-outline:before, .ion-android-checkbox:before,
	.ion-android-checkmark-circle:before, .ion-android-clipboard:before,
	.ion-android-clock:before, .ion-android-close:before,
	.ion-android-cloud-circle:before, .ion-android-cloud-done:before,
	.ion-android-cloud-outline:before, .ion-android-cloud:before,
	.ion-android-color-palette:before, .ion-android-compass:before,
	.ion-android-contact:before, .ion-android-contacts:before,
	.ion-android-contract:before, .ion-android-create:before,
	.ion-android-delete:before, .ion-android-desktop:before,
	.ion-android-document:before, .ion-android-done-all:before,
	.ion-android-done:before, .ion-android-download:before,
	.ion-android-drafts:before, .ion-android-exit:before,
	.ion-android-expand:before, .ion-android-favorite-outline:before,
	.ion-android-favorite:before, .ion-android-film:before,
	.ion-android-folder-open:before, .ion-android-folder:before,
	.ion-android-forums:before, .ion-android-friends:before,
	.ion-android-funnel:before, .ion-android-globe:before,
	.ion-android-hand:before, .ion-android-hangout:before,
	.ion-android-happy:before, .ion-android-home:before, .ion-android-image:before,
	.ion-android-laptop:before, .ion-android-list:before,
	.ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before,
	.ion-android-map:before, .ion-android-menu:before,
	.ion-android-microphone-off:before, .ion-android-microphone:before,
	.ion-android-mixer:before, .ion-android-more-horizontal:before,
	.ion-android-more-vertical:before, .ion-android-more:before,
	.ion-android-navigate:before, .ion-android-note:before,
	.ion-android-notifications-none:before, .ion-android-notifications-off:before,
	.ion-android-notifications:before, .ion-android-open:before,
	.ion-android-options:before, .ion-android-people:before,
	.ion-android-person-add:before, .ion-android-person:before,
	.ion-android-phone-landscape:before, .ion-android-phone-portrait:before,
	.ion-android-pin:before, .ion-android-plane:before,
	.ion-android-playstore:before, .ion-android-print:before,
	.ion-android-printer:before, .ion-android-radio-button-off:before,
	.ion-android-radio-button-on:before, .ion-android-refresh:before,
	.ion-android-remove-circle:before, .ion-android-remove:before,
	.ion-android-restaurant:before, .ion-android-sad:before,
	.ion-android-search:before, .ion-android-send:before,
	.ion-android-settings:before, .ion-android-share-alt:before,
	.ion-android-share:before, .ion-android-social-user:before,
	.ion-android-social:before, .ion-android-star-half:before,
	.ion-android-star-outline:before, .ion-android-star:before,
	.ion-android-stopwatch:before, .ion-android-subway:before,
	.ion-android-sunny:before, .ion-android-sync:before,
	.ion-android-textsms:before, .ion-android-time:before,
	.ion-android-train:before, .ion-android-unlock:before,
	.ion-android-upload:before, .ion-android-volume-down:before,
	.ion-android-volume-mute:before, .ion-android-volume-off:before,
	.ion-android-volume-up:before, .ion-android-volume:before,
	.ion-android-walk:before, .ion-android-warning:before,
	.ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before,
	.ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before,
	.ion-arrow-down-c:before, .ion-arrow-expand:before,
	.ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before,
	.ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before,
	.ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before,
	.ion-arrow-move:before, .ion-arrow-resize:before,
	.ion-arrow-return-left:before, .ion-arrow-return-right:before,
	.ion-arrow-right-a:before, .ion-arrow-right-b:before,
	.ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before,
	.ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before,
	.ion-asterisk:before, .ion-at:before, .ion-backspace-outline:before,
	.ion-backspace:before, .ion-bag:before, .ion-battery-charging:before,
	.ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before,
	.ion-battery-low:before, .ion-beaker:before, .ion-beer:before,
	.ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before,
	.ion-bowtie:before, .ion-briefcase:before, .ion-bug:before,
	.ion-calculator:before, .ion-calendar:before, .ion-camera:before,
	.ion-card:before, .ion-cash:before, .ion-chatbox-working:before,
	.ion-chatbox:before, .ion-chatboxes:before, .ion-chatbubble-working:before,
	.ion-chatbubble:before, .ion-chatbubbles:before, .ion-checkmark-circled:before,
	.ion-checkmark-round:before, .ion-checkmark:before, .ion-chevron-down:before,
	.ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before,
	.ion-clipboard:before, .ion-clock:before, .ion-close-circled:before,
	.ion-close-round:before, .ion-close:before, .ion-closed-captioning:before,
	.ion-cloud:before, .ion-code-download:before, .ion-code-working:before,
	.ion-code:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before,
	.ion-connection-bars:before, .ion-contrast:before, .ion-crop:before,
	.ion-cube:before, .ion-disc:before, .ion-document-text:before,
	.ion-document:before, .ion-drag:before, .ion-earth:before, .ion-easel:before,
	.ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email-unread:before,
	.ion-email:before, .ion-erlenmeyer-flask-bubbles:before,
	.ion-erlenmeyer-flask:before, .ion-eye-disabled:before, .ion-eye:before,
	.ion-female:before, .ion-filing:before, .ion-film-marker:before,
	.ion-fireball:before, .ion-flag:before, .ion-flame:before,
	.ion-flash-off:before, .ion-flash:before, .ion-flask:before,
	.ion-folder:before, .ion-fork-repo:before, .ion-fork:before,
	.ion-forward:before, .ion-funnel:before, .ion-game-controller-a:before,
	.ion-game-controller-b:before, .ion-gear-a:before, .ion-gear-b:before,
	.ion-grid:before, .ion-hammer:before, .ion-happy-outline:before,
	.ion-happy:before, .ion-headphone:before, .ion-heart-broken:before,
	.ion-heart:before, .ion-help-buoy:before, .ion-help-circled:before,
	.ion-help:before, .ion-home:before, .ion-icecream:before, .ion-image:before,
	.ion-images:before, .ion-information-circled:before, .ion-information:before,
	.ion-ionic:before, .ion-ios-alarm-outline:before, .ion-ios-alarm:before,
	.ion-ios-albums-outline:before, .ion-ios-albums:before,
	.ion-ios-americanfootball-outline:before, .ion-ios-americanfootball:before,
	.ion-ios-analytics-outline:before, .ion-ios-analytics:before,
	.ion-ios-arrow-back:before, .ion-ios-arrow-down:before,
	.ion-ios-arrow-forward:before, .ion-ios-arrow-left:before,
	.ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before,
	.ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before,
	.ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before,
	.ion-ios-at-outline:before, .ion-ios-at:before,
	.ion-ios-barcode-outline:before, .ion-ios-barcode:before,
	.ion-ios-baseball-outline:before, .ion-ios-baseball:before,
	.ion-ios-basketball-outline:before, .ion-ios-basketball:before,
	.ion-ios-bell-outline:before, .ion-ios-bell:before,
	.ion-ios-body-outline:before, .ion-ios-body:before,
	.ion-ios-bolt-outline:before, .ion-ios-bolt:before,
	.ion-ios-book-outline:before, .ion-ios-book:before,
	.ion-ios-bookmarks-outline:before, .ion-ios-bookmarks:before,
	.ion-ios-box-outline:before, .ion-ios-box:before,
	.ion-ios-briefcase-outline:before, .ion-ios-briefcase:before,
	.ion-ios-browsers-outline:before, .ion-ios-browsers:before,
	.ion-ios-calculator-outline:before, .ion-ios-calculator:before,
	.ion-ios-calendar-outline:before, .ion-ios-calendar:before,
	.ion-ios-camera-outline:before, .ion-ios-camera:before,
	.ion-ios-cart-outline:before, .ion-ios-cart:before,
	.ion-ios-chatboxes-outline:before, .ion-ios-chatboxes:before,
	.ion-ios-chatbubble-outline:before, .ion-ios-chatbubble:before,
	.ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before,
	.ion-ios-checkmark:before, .ion-ios-circle-filled:before,
	.ion-ios-circle-outline:before, .ion-ios-clock-outline:before,
	.ion-ios-clock:before, .ion-ios-close-empty:before,
	.ion-ios-close-outline:before, .ion-ios-close:before,
	.ion-ios-cloud-download-outline:before, .ion-ios-cloud-download:before,
	.ion-ios-cloud-outline:before, .ion-ios-cloud-upload-outline:before,
	.ion-ios-cloud-upload:before, .ion-ios-cloud:before,
	.ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-night:before,
	.ion-ios-cloudy-outline:before, .ion-ios-cloudy:before,
	.ion-ios-cog-outline:before, .ion-ios-cog:before,
	.ion-ios-color-filter-outline:before, .ion-ios-color-filter:before,
	.ion-ios-color-wand-outline:before, .ion-ios-color-wand:before,
	.ion-ios-compose-outline:before, .ion-ios-compose:before,
	.ion-ios-contact-outline:before, .ion-ios-contact:before,
	.ion-ios-copy-outline:before, .ion-ios-copy:before,
	.ion-ios-crop-strong:before, .ion-ios-crop:before,
	.ion-ios-download-outline:before, .ion-ios-download:before,
	.ion-ios-drag:before, .ion-ios-email-outline:before, .ion-ios-email:before,
	.ion-ios-eye-outline:before, .ion-ios-eye:before,
	.ion-ios-fastforward-outline:before, .ion-ios-fastforward:before,
	.ion-ios-filing-outline:before, .ion-ios-filing:before,
	.ion-ios-film-outline:before, .ion-ios-film:before,
	.ion-ios-flag-outline:before, .ion-ios-flag:before,
	.ion-ios-flame-outline:before, .ion-ios-flame:before,
	.ion-ios-flask-outline:before, .ion-ios-flask:before,
	.ion-ios-flower-outline:before, .ion-ios-flower:before,
	.ion-ios-folder-outline:before, .ion-ios-folder:before,
	.ion-ios-football-outline:before, .ion-ios-football:before,
	.ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-a:before,
	.ion-ios-game-controller-b-outline:before, .ion-ios-game-controller-b:before,
	.ion-ios-gear-outline:before, .ion-ios-gear:before,
	.ion-ios-glasses-outline:before, .ion-ios-glasses:before,
	.ion-ios-grid-view-outline:before, .ion-ios-grid-view:before,
	.ion-ios-heart-outline:before, .ion-ios-heart:before,
	.ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-help:before,
	.ion-ios-home-outline:before, .ion-ios-home:before,
	.ion-ios-infinite-outline:before, .ion-ios-infinite:before,
	.ion-ios-information-empty:before, .ion-ios-information-outline:before,
	.ion-ios-information:before, .ion-ios-ionic-outline:before,
	.ion-ios-keypad-outline:before, .ion-ios-keypad:before,
	.ion-ios-lightbulb-outline:before, .ion-ios-lightbulb:before,
	.ion-ios-list-outline:before, .ion-ios-list:before,
	.ion-ios-location-outline:before, .ion-ios-location:before,
	.ion-ios-locked-outline:before, .ion-ios-locked:before,
	.ion-ios-loop-strong:before, .ion-ios-loop:before,
	.ion-ios-medical-outline:before, .ion-ios-medical:before,
	.ion-ios-medkit-outline:before, .ion-ios-medkit:before,
	.ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-mic:before,
	.ion-ios-minus-empty:before, .ion-ios-minus-outline:before,
	.ion-ios-minus:before, .ion-ios-monitor-outline:before,
	.ion-ios-monitor:before, .ion-ios-moon-outline:before, .ion-ios-moon:before,
	.ion-ios-more-outline:before, .ion-ios-more:before,
	.ion-ios-musical-note:before, .ion-ios-musical-notes:before,
	.ion-ios-navigate-outline:before, .ion-ios-navigate:before,
	.ion-ios-nutrition-outline:before, .ion-ios-nutrition:before,
	.ion-ios-paper-outline:before, .ion-ios-paper:before,
	.ion-ios-paperplane-outline:before, .ion-ios-paperplane:before,
	.ion-ios-partlysunny-outline:before, .ion-ios-partlysunny:before,
	.ion-ios-pause-outline:before, .ion-ios-pause:before,
	.ion-ios-paw-outline:before, .ion-ios-paw:before,
	.ion-ios-people-outline:before, .ion-ios-people:before,
	.ion-ios-person-outline:before, .ion-ios-person:before,
	.ion-ios-personadd-outline:before, .ion-ios-personadd:before,
	.ion-ios-photos-outline:before, .ion-ios-photos:before,
	.ion-ios-pie-outline:before, .ion-ios-pie:before, .ion-ios-pint-outline:before,
	.ion-ios-pint:before, .ion-ios-play-outline:before, .ion-ios-play:before,
	.ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-plus:before,
	.ion-ios-pricetag-outline:before, .ion-ios-pricetag:before,
	.ion-ios-pricetags-outline:before, .ion-ios-pricetags:before,
	.ion-ios-printer-outline:before, .ion-ios-printer:before,
	.ion-ios-pulse-strong:before, .ion-ios-pulse:before,
	.ion-ios-rainy-outline:before, .ion-ios-rainy:before,
	.ion-ios-recording-outline:before, .ion-ios-recording:before,
	.ion-ios-redo-outline:before, .ion-ios-redo:before,
	.ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before,
	.ion-ios-refresh:before, .ion-ios-reload:before,
	.ion-ios-reverse-camera-outline:before, .ion-ios-reverse-camera:before,
	.ion-ios-rewind-outline:before, .ion-ios-rewind:before,
	.ion-ios-rose-outline:before, .ion-ios-rose:before,
	.ion-ios-search-strong:before, .ion-ios-search:before,
	.ion-ios-settings-strong:before, .ion-ios-settings:before,
	.ion-ios-shuffle-strong:before, .ion-ios-shuffle:before,
	.ion-ios-skipbackward-outline:before, .ion-ios-skipbackward:before,
	.ion-ios-skipforward-outline:before, .ion-ios-skipforward:before,
	.ion-ios-snowy:before, .ion-ios-speedometer-outline:before,
	.ion-ios-speedometer:before, .ion-ios-star-half:before,
	.ion-ios-star-outline:before, .ion-ios-star:before,
	.ion-ios-stopwatch-outline:before, .ion-ios-stopwatch:before,
	.ion-ios-sunny-outline:before, .ion-ios-sunny:before,
	.ion-ios-telephone-outline:before, .ion-ios-telephone:before,
	.ion-ios-tennisball-outline:before, .ion-ios-tennisball:before,
	.ion-ios-thunderstorm-outline:before, .ion-ios-thunderstorm:before,
	.ion-ios-time-outline:before, .ion-ios-time:before,
	.ion-ios-timer-outline:before, .ion-ios-timer:before,
	.ion-ios-toggle-outline:before, .ion-ios-toggle:before,
	.ion-ios-trash-outline:before, .ion-ios-trash:before,
	.ion-ios-undo-outline:before, .ion-ios-undo:before,
	.ion-ios-unlocked-outline:before, .ion-ios-unlocked:before,
	.ion-ios-upload-outline:before, .ion-ios-upload:before,
	.ion-ios-videocam-outline:before, .ion-ios-videocam:before,
	.ion-ios-volume-high:before, .ion-ios-volume-low:before,
	.ion-ios-wineglass-outline:before, .ion-ios-wineglass:before,
	.ion-ios-world-outline:before, .ion-ios-world:before,
	.ion-ios7-alarm-outline:before, .ion-ios7-alarm:before,
	.ion-ios7-albums-outline:before, .ion-ios7-albums:before,
	.ion-ios7-americanfootball-outline:before, .ion-ios7-americanfootball:before,
	.ion-ios7-analytics-outline:before, .ion-ios7-analytics:before,
	.ion-ios7-arrow-back:before, .ion-ios7-arrow-down:before,
	.ion-ios7-arrow-forward:before, .ion-ios7-arrow-left:before,
	.ion-ios7-arrow-right:before, .ion-ios7-arrow-thin-down:before,
	.ion-ios7-arrow-thin-left:before, .ion-ios7-arrow-thin-right:before,
	.ion-ios7-arrow-thin-up:before, .ion-ios7-arrow-up:before,
	.ion-ios7-at-outline:before, .ion-ios7-at:before,
	.ion-ios7-barcode-outline:before, .ion-ios7-barcode:before,
	.ion-ios7-baseball-outline:before, .ion-ios7-baseball:before,
	.ion-ios7-basketball-outline:before, .ion-ios7-basketball:before,
	.ion-ios7-bell-outline:before, .ion-ios7-bell:before,
	.ion-ios7-body-outline:before, .ion-ios7-body:before,
	.ion-ios7-bolt-outline:before, .ion-ios7-bolt:before,
	.ion-ios7-book-outline:before, .ion-ios7-book:before,
	.ion-ios7-bookmarks-outline:before, .ion-ios7-bookmarks:before,
	.ion-ios7-box-outline:before, .ion-ios7-box:before,
	.ion-ios7-briefcase-outline:before, .ion-ios7-briefcase:before,
	.ion-ios7-browsers-outline:before, .ion-ios7-browsers:before,
	.ion-ios7-calculator-outline:before, .ion-ios7-calculator:before,
	.ion-ios7-calendar-outline:before, .ion-ios7-calendar:before,
	.ion-ios7-camera-outline:before, .ion-ios7-camera:before,
	.ion-ios7-cart-outline:before, .ion-ios7-cart:before,
	.ion-ios7-chatboxes-outline:before, .ion-ios7-chatboxes:before,
	.ion-ios7-chatbubble-outline:before, .ion-ios7-chatbubble:before,
	.ion-ios7-checkmark-empty:before, .ion-ios7-checkmark-outline:before,
	.ion-ios7-checkmark:before, .ion-ios7-circle-filled:before,
	.ion-ios7-circle-outline:before, .ion-ios7-clock-outline:before,
	.ion-ios7-clock:before, .ion-ios7-close-empty:before,
	.ion-ios7-close-outline:before, .ion-ios7-close:before,
	.ion-ios7-cloud-download-outline:before, .ion-ios7-cloud-download:before,
	.ion-ios7-cloud-outline:before, .ion-ios7-cloud-upload-outline:before,
	.ion-ios7-cloud-upload:before, .ion-ios7-cloud:before,
	.ion-ios7-cloudy-night-outline:before, .ion-ios7-cloudy-night:before,
	.ion-ios7-cloudy-outline:before, .ion-ios7-cloudy:before,
	.ion-ios7-cog-outline:before, .ion-ios7-cog:before,
	.ion-ios7-color-filter-outline:before, .ion-ios7-color-filter:before,
	.ion-ios7-color-wand-outline:before, .ion-ios7-color-wand:before,
	.ion-ios7-compose-outline:before, .ion-ios7-compose:before,
	.ion-ios7-contact-outline:before, .ion-ios7-contact:before,
	.ion-ios7-copy-outline:before, .ion-ios7-copy:before,
	.ion-ios7-crop-strong:before, .ion-ios7-crop:before,
	.ion-ios7-download-outline:before, .ion-ios7-download:before,
	.ion-ios7-drag:before, .ion-ios7-email-outline:before, .ion-ios7-email:before,
	.ion-ios7-eye-outline:before, .ion-ios7-eye:before,
	.ion-ios7-fastforward-outline:before, .ion-ios7-fastforward:before,
	.ion-ios7-filing-outline:before, .ion-ios7-filing:before,
	.ion-ios7-film-outline:before, .ion-ios7-film:before,
	.ion-ios7-flag-outline:before, .ion-ios7-flag:before,
	.ion-ios7-flame-outline:before, .ion-ios7-flame:before,
	.ion-ios7-flask-outline:before, .ion-ios7-flask:before,
	.ion-ios7-flower-outline:before, .ion-ios7-flower:before,
	.ion-ios7-folder-outline:before, .ion-ios7-folder:before,
	.ion-ios7-football-outline:before, .ion-ios7-football:before,
	.ion-ios7-game-controller-a-outline:before, .ion-ios7-game-controller-a:before,
	.ion-ios7-game-controller-b-outline:before, .ion-ios7-game-controller-b:before,
	.ion-ios7-gear-outline:before, .ion-ios7-gear:before,
	.ion-ios7-glasses-outline:before, .ion-ios7-glasses:before,
	.ion-ios7-grid-view-outline:before, .ion-ios7-grid-view:before,
	.ion-ios7-heart-outline:before, .ion-ios7-heart:before,
	.ion-ios7-help-empty:before, .ion-ios7-help-outline:before,
	.ion-ios7-help:before, .ion-ios7-home-outline:before, .ion-ios7-home:before,
	.ion-ios7-infinite-outline:before, .ion-ios7-infinite:before,
	.ion-ios7-information-empty:before, .ion-ios7-information-outline:before,
	.ion-ios7-information:before, .ion-ios7-ionic-outline:before,
	.ion-ios7-keypad-outline:before, .ion-ios7-keypad:before,
	.ion-ios7-lightbulb-outline:before, .ion-ios7-lightbulb:before,
	.ion-ios7-list-outline:before, .ion-ios7-list:before,
	.ion-ios7-location-outline:before, .ion-ios7-location:before,
	.ion-ios7-locked-outline:before, .ion-ios7-locked:before,
	.ion-ios7-loop-strong:before, .ion-ios7-loop:before,
	.ion-ios7-medical-outline:before, .ion-ios7-medical:before,
	.ion-ios7-medkit-outline:before, .ion-ios7-medkit:before,
	.ion-ios7-mic-off:before, .ion-ios7-mic-outline:before, .ion-ios7-mic:before,
	.ion-ios7-minus-empty:before, .ion-ios7-minus-outline:before,
	.ion-ios7-minus:before, .ion-ios7-monitor-outline:before,
	.ion-ios7-monitor:before, .ion-ios7-moon-outline:before, .ion-ios7-moon:before,
	.ion-ios7-more-outline:before, .ion-ios7-more:before,
	.ion-ios7-musical-note:before, .ion-ios7-musical-notes:before,
	.ion-ios7-navigate-outline:before, .ion-ios7-navigate:before,
	.ion-ios7-nutrition-outline:before, .ion-ios7-nutrition:before,
	.ion-ios7-paper-outline:before, .ion-ios7-paper:before,
	.ion-ios7-paperplane-outline:before, .ion-ios7-paperplane:before,
	.ion-ios7-partlysunny-outline:before, .ion-ios7-partlysunny:before,
	.ion-ios7-pause-outline:before, .ion-ios7-pause:before,
	.ion-ios7-paw-outline:before, .ion-ios7-paw:before,
	.ion-ios7-people-outline:before, .ion-ios7-people:before,
	.ion-ios7-person-outline:before, .ion-ios7-person:before,
	.ion-ios7-personadd-outline:before, .ion-ios7-personadd:before,
	.ion-ios7-photos-outline:before, .ion-ios7-photos:before,
	.ion-ios7-pie-outline:before, .ion-ios7-pie:before,
	.ion-ios7-pint-outline:before, .ion-ios7-pint:before,
	.ion-ios7-play-outline:before, .ion-ios7-play:before,
	.ion-ios7-plus-empty:before, .ion-ios7-plus-outline:before,
	.ion-ios7-plus:before, .ion-ios7-pricetag-outline:before,
	.ion-ios7-pricetag:before, .ion-ios7-pricetags-outline:before,
	.ion-ios7-pricetags:before, .ion-ios7-printer-outline:before,
	.ion-ios7-printer:before, .ion-ios7-pulse-strong:before,
	.ion-ios7-pulse:before, .ion-ios7-rainy-outline:before, .ion-ios7-rainy:before,
	.ion-ios7-recording-outline:before, .ion-ios7-recording:before,
	.ion-ios7-redo-outline:before, .ion-ios7-redo:before,
	.ion-ios7-refresh-empty:before, .ion-ios7-refresh-outline:before,
	.ion-ios7-refresh:before, .ion-ios7-reload:before,
	.ion-ios7-reverse-camera-outline:before, .ion-ios7-reverse-camera:before,
	.ion-ios7-rewind-outline:before, .ion-ios7-rewind:before,
	.ion-ios7-rose-outline:before, .ion-ios7-rose:before,
	.ion-ios7-search-strong:before, .ion-ios7-search:before,
	.ion-ios7-settings-strong:before, .ion-ios7-settings:before,
	.ion-ios7-shuffle-strong:before, .ion-ios7-shuffle:before,
	.ion-ios7-skipbackward-outline:before, .ion-ios7-skipbackward:before,
	.ion-ios7-skipforward-outline:before, .ion-ios7-skipforward:before,
	.ion-ios7-snowy:before, .ion-ios7-speedometer-outline:before,
	.ion-ios7-speedometer:before, .ion-ios7-star-half:before,
	.ion-ios7-star-outline:before, .ion-ios7-star:before,
	.ion-ios7-stopwatch-outline:before, .ion-ios7-stopwatch:before,
	.ion-ios7-sunny-outline:before, .ion-ios7-sunny:before,
	.ion-ios7-telephone-outline:before, .ion-ios7-telephone:before,
	.ion-ios7-tennisball-outline:before, .ion-ios7-tennisball:before,
	.ion-ios7-thunderstorm-outline:before, .ion-ios7-thunderstorm:before,
	.ion-ios7-time-outline:before, .ion-ios7-time:before,
	.ion-ios7-timer-outline:before, .ion-ios7-timer:before,
	.ion-ios7-toggle-outline:before, .ion-ios7-toggle:before,
	.ion-ios7-trash-outline:before, .ion-ios7-trash:before,
	.ion-ios7-undo-outline:before, .ion-ios7-undo:before,
	.ion-ios7-unlocked-outline:before, .ion-ios7-unlocked:before,
	.ion-ios7-upload-outline:before, .ion-ios7-upload:before,
	.ion-ios7-videocam-outline:before, .ion-ios7-videocam:before,
	.ion-ios7-volume-high:before, .ion-ios7-volume-low:before,
	.ion-ios7-wineglass-outline:before, .ion-ios7-wineglass:before,
	.ion-ios7-world-outline:before, .ion-ios7-world:before, .ion-ipad:before,
	.ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before,
	.ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before,
	.ion-lightbulb:before, .ion-link:before, .ion-load-a:before,
	.ion-load-b:before, .ion-load-c:before, .ion-load-d:before,
	.ion-location:before, .ion-lock-combination:before, .ion-locked:before,
	.ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before,
	.ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before,
	.ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before,
	.ion-minus-circled:before, .ion-minus-round:before, .ion-minus:before,
	.ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before,
	.ion-music-note:before, .ion-navicon-round:before, .ion-navicon:before,
	.ion-navigate:before, .ion-network:before, .ion-no-smoking:before,
	.ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before,
	.ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before,
	.ion-pause:before, .ion-person-add:before, .ion-person-stalker:before,
	.ion-person:before, .ion-pie-graph:before, .ion-pin:before,
	.ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before,
	.ion-play:before, .ion-playstation:before, .ion-plus-circled:before,
	.ion-plus-round:before, .ion-plus:before, .ion-podium:before,
	.ion-pound:before, .ion-power:before, .ion-pricetag:before,
	.ion-pricetags:before, .ion-printer:before, .ion-pull-request:before,
	.ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before,
	.ion-record:before, .ion-refresh:before, .ion-reply-all:before,
	.ion-reply:before, .ion-ribbon-a:before, .ion-ribbon-b:before,
	.ion-sad-outline:before, .ion-sad:before, .ion-scissors:before,
	.ion-search:before, .ion-settings:before, .ion-share:before,
	.ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before,
	.ion-social-android-outline:before, .ion-social-android:before,
	.ion-social-angular-outline:before, .ion-social-angular:before,
	.ion-social-apple-outline:before, .ion-social-apple:before,
	.ion-social-bitcoin-outline:before, .ion-social-bitcoin:before,
	.ion-social-buffer-outline:before, .ion-social-buffer:before,
	.ion-social-chrome-outline:before, .ion-social-chrome:before,
	.ion-social-codepen-outline:before, .ion-social-codepen:before,
	.ion-social-css3-outline:before, .ion-social-css3:before,
	.ion-social-designernews-outline:before, .ion-social-designernews:before,
	.ion-social-dribbble-outline:before, .ion-social-dribbble:before,
	.ion-social-dropbox-outline:before, .ion-social-dropbox:before,
	.ion-social-euro-outline:before, .ion-social-euro:before,
	.ion-social-facebook-outline:before, .ion-social-facebook:before,
	.ion-social-foursquare-outline:before, .ion-social-foursquare:before,
	.ion-social-freebsd-devil:before, .ion-social-github-outline:before,
	.ion-social-github:before, .ion-social-google-outline:before,
	.ion-social-google-plus-outline:before, .ion-social-google-plus:before,
	.ion-social-google:before, .ion-social-googleplus-outline:before,
	.ion-social-googleplus:before, .ion-social-hackernews-outline:before,
	.ion-social-hackernews:before, .ion-social-html5-outline:before,
	.ion-social-html5:before, .ion-social-instagram-outline:before,
	.ion-social-instagram:before, .ion-social-javascript-outline:before,
	.ion-social-javascript:before, .ion-social-linkedin-outline:before,
	.ion-social-linkedin:before, .ion-social-markdown:before,
	.ion-social-nodejs:before, .ion-social-octocat:before,
	.ion-social-pinterest-outline:before, .ion-social-pinterest:before,
	.ion-social-python:before, .ion-social-reddit-outline:before,
	.ion-social-reddit:before, .ion-social-rss-outline:before,
	.ion-social-rss:before, .ion-social-sass:before,
	.ion-social-skype-outline:before, .ion-social-skype:before,
	.ion-social-snapchat-outline:before, .ion-social-snapchat:before,
	.ion-social-tumblr-outline:before, .ion-social-tumblr:before,
	.ion-social-tux:before, .ion-social-twitch-outline:before,
	.ion-social-twitch:before, .ion-social-twitter-outline:before,
	.ion-social-twitter:before, .ion-social-usd-outline:before,
	.ion-social-usd:before, .ion-social-vimeo-outline:before,
	.ion-social-vimeo:before, .ion-social-whatsapp-outline:before,
	.ion-social-whatsapp:before, .ion-social-windows-outline:before,
	.ion-social-windows:before, .ion-social-wordpress-outline:before,
	.ion-social-wordpress:before, .ion-social-yahoo-outline:before,
	.ion-social-yahoo:before, .ion-social-yen-outline:before,
	.ion-social-yen:before, .ion-social-youtube-outline:before,
	.ion-social-youtube:before, .ion-soup-can-outline:before, .ion-soup-can:before,
	.ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before,
	.ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before,
	.ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before,
	.ion-toggle-filled:before, .ion-toggle:before, .ion-transgender:before,
	.ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before,
	.ion-tshirt-outline:before, .ion-tshirt:before, .ion-umbrella:before,
	.ion-university:before, .ion-unlocked:before, .ion-upload:before,
	.ion-usb:before, .ion-videocamera:before, .ion-volume-high:before,
	.ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before,
	.ion-wand:before, .ion-waterdrop:before, .ion-wifi:before,
	.ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before,
	.ionicons {
	display: inline-block;
	font-family: Ionicons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ion-ios-reload,.ion-ios7-reloading,.ion-load-a,.ion-load-b,.ion-load-c,.ion-load-d,.ion-loop,.ion-refresh,.ion-spin {
	-webkit-animation:spin 1s infinite linear;
	-moz-animation:spin 1s infinite linear;
	-o-animation:spin 1s infinite linear;
	animation:spin 1s infinite linear
}
@-moz-keyframes spin {
	0% {
		-moz-transform:rotate(0deg)
	}
	100% {
		-moz-transform:rotate(359deg)
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform:rotate(0deg)
	}
	100% {
		-webkit-transform:rotate(359deg)
	}
}
@-o-keyframes spin {
	0% {
		-o-transform:rotate(0deg)
	}
	100% {
		-o-transform:rotate(359deg)
	}
}
@-ms-keyframes spin {
	0% {
		-ms-transform:rotate(0deg)
	}
	100% {
		-ms-transform:rotate(359deg)
	}
}
@keyframes spin {
	0% {
		transform:rotate(0deg)
	}
	100%{transform:rotate(359deg)
	}
}
.ion-load-a {
	-webkit-animation-timing-function: steps(8, start);
	-moz-animation-timing-function: steps(8, start);
	animation-timing-function: steps(8, start)
}

.ion-alert:before {
	content: "\f101"
}

.ion-alert-circled:before {
	content: "\f100"
}

.ion-android-add:before {
	content: "\f2c7"
}

.ion-android-add-circle:before {
	content: "\f359"
}

.ion-android-alarm-clock:before, .ion-android-alarm:before {
	content: "\f35a"
}

.ion-android-alert:before {
	content: "\f35b"
}

.ion-android-apps:before {
	content: "\f35c"
}

.ion-android-archive:before {
	content: "\f2c9"
}

.ion-android-arrow-back:before {
	content: "\f2ca"
}

.ion-android-arrow-down:before {
	content: "\f35d"
}

.ion-android-arrow-dropdown:before {
	content: "\f35f"
}

.ion-android-arrow-dropdown-circle:before {
	content: "\f35e"
}

.ion-android-arrow-dropleft:before {
	content: "\f361"
}

.ion-android-arrow-dropleft-circle:before {
	content: "\f360"
}

.ion-android-arrow-dropright:before {
	content: "\f363"
}

.ion-android-arrow-dropright-circle:before {
	content: "\f362"
}

.ion-android-arrow-dropup:before {
	content: "\f365"
}

.ion-android-arrow-dropup-circle:before {
	content: "\f364"
}

.ion-android-arrow-forward:before {
	content: "\f30f"
}

.ion-android-arrow-up:before {
	content: "\f366"
}

.ion-android-attach:before {
	content: "\f367"
}

.ion-android-bar:before {
	content: "\f368"
}

.ion-android-bicycle:before {
	content: "\f369"
}

.ion-android-boat:before {
	content: "\f36a"
}

.ion-android-bookmark:before {
	content: "\f36b"
}

.ion-android-bulb:before {
	content: "\f36c"
}

.ion-android-bus:before {
	content: "\f36d"
}

.ion-android-calendar:before {
	content: "\f2d1"
}

.ion-android-call:before {
	content: "\f2d2"
}

.ion-android-camera:before {
	content: "\f2d3"
}

.ion-android-cancel:before {
	content: "\f36e"
}

.ion-android-car:before {
	content: "\f36f"
}

.ion-android-cart:before {
	content: "\f370"
}

.ion-android-chat:before, .ion-android-forums:before {
	content: "\f2d4"
}

.ion-android-checkbox:before {
	content: "\f374"
}

.ion-android-checkbox-blank:before {
	content: "\f371"
}

.ion-android-checkbox-outline:before {
	content: "\f373"
}

.ion-android-checkbox-outline-blank:before {
	content: "\f372"
}

.ion-android-checkmark-circle:before {
	content: "\f375"
}

.ion-android-clipboard:before {
	content: "\f376"
}

.ion-android-close:before {
	content: "\f2d7"
}

.ion-android-cloud:before {
	content: "\f37a"
}

.ion-android-cloud-circle:before {
	content: "\f377"
}

.ion-android-cloud-done:before {
	content: "\f378"
}

.ion-android-cloud-outline:before {
	content: "\f379"
}

.ion-android-color-palette:before {
	content: "\f37b"
}

.ion-android-compass:before {
	content: "\f37c"
}

.ion-android-contact:before {
	content: "\f2d8"
}

.ion-android-contacts:before, .ion-android-friends:before {
	content: "\f2d9"
}

.ion-android-contract:before {
	content: "\f37d"
}

.ion-android-create:before {
	content: "\f37e"
}

.ion-android-delete:before {
	content: "\f37f"
}

.ion-android-desktop:before {
	content: "\f380"
}

.ion-android-document:before {
	content: "\f381"
}

.ion-android-done:before {
	content: "\f383"
}

.ion-android-done-all:before {
	content: "\f382"
}

.ion-android-download:before {
	content: "\f2dd"
}

.ion-android-drafts:before {
	content: "\f384"
}

.ion-android-exit:before {
	content: "\f385"
}

.ion-android-expand:before {
	content: "\f386"
}

.ion-android-favorite:before {
	content: "\f388"
}

.ion-android-favorite-outline:before {
	content: "\f387"
}

.ion-android-film:before {
	content: "\f389"
}

.ion-android-folder:before {
	content: "\f2e0"
}

.ion-android-folder-open:before {
	content: "\f38a"
}

.ion-android-funnel:before {
	content: "\f38b"
}

.ion-android-globe:before {
	content: "\f38c"
}

.ion-android-hand:before {
	content: "\f2e3"
}

.ion-android-hangout:before {
	content: "\f38d"
}

.ion-android-happy:before {
	content: "\f38e"
}

.ion-android-home:before {
	content: "\f38f"
}

.ion-android-image:before {
	content: "\f2e4"
}

.ion-android-laptop:before {
	content: "\f390"
}

.ion-android-list:before, .ion-android-note:before {
	content: "\f391"
}

.ion-android-locate:before {
	content: "\f2e9"
}

.ion-android-lock:before {
	content: "\f392"
}

.ion-android-mail:before {
	content: "\f2eb"
}

.ion-android-map:before {
	content: "\f393"
}

.ion-android-menu:before {
	content: "\f394"
}

.ion-android-microphone:before {
	content: "\f2ec"
}

.ion-android-microphone-off:before {
	content: "\f395"
}

.ion-android-more-horizontal:before {
	content: "\f396"
}

.ion-android-more-vertical:before, .ion-android-more:before {
	content: "\f397"
}

.ion-android-navigate:before {
	content: "\f398"
}

.ion-android-notifications:before {
	content: "\f39b"
}

.ion-android-notifications-none:before {
	content: "\f399"
}

.ion-android-notifications-off:before {
	content: "\f39a"
}

.ion-android-open:before {
	content: "\f39c"
}

.ion-android-mixer:before, .ion-android-options:before {
	content: "\f39d"
}

.ion-android-people:before, .ion-android-social:before {
	content: "\f39e"
}

.ion-android-person:before, .ion-android-social-user:before {
	content: "\f3a0"
}

.ion-android-add-contact:before, .ion-android-person-add:before {
	content: "\f39f"
}

.ion-android-phone-landscape:before {
	content: "\f3a1"
}

.ion-android-phone-portrait:before {
	content: "\f3a2"
}

.ion-android-pin:before {
	content: "\f3a3"
}

.ion-android-plane:before {
	content: "\f3a4"
}

.ion-android-playstore:before {
	content: "\f2f0"
}

.ion-android-print:before, .ion-android-printer:before {
	content: "\f3a5"
}

.ion-android-radio-button-off:before {
	content: "\f3a6"
}

.ion-android-radio-button-on:before {
	content: "\f3a7"
}

.ion-android-refresh:before {
	content: "\f3a8"
}

.ion-android-remove:before {
	content: "\f2f4"
}

.ion-android-remove-circle:before {
	content: "\f3a9"
}

.ion-android-restaurant:before {
	content: "\f3aa"
}

.ion-android-sad:before {
	content: "\f3ab"
}

.ion-android-search:before {
	content: "\f2f5"
}

.ion-android-send:before {
	content: "\f2f6"
}

.ion-android-settings:before {
	content: "\f2f7"
}

.ion-android-share:before {
	content: "\f2f8"
}

.ion-android-share-alt:before {
	content: "\f3ac"
}

.ion-android-star:before {
	content: "\f2fc"
}

.ion-android-star-half:before {
	content: "\f3ad"
}

.ion-android-star-outline:before {
	content: "\f3ae"
}

.ion-android-stopwatch:before {
	content: "\f2fd"
}

.ion-android-subway:before {
	content: "\f3af"
}

.ion-android-sunny:before {
	content: "\f3b0"
}

.ion-android-sync:before {
	content: "\f3b1"
}

.ion-android-textsms:before {
	content: "\f3b2"
}

.ion-android-clock:before, .ion-android-time:before {
	content: "\f3b3"
}

.ion-android-train:before {
	content: "\f3b4"
}

.ion-android-unlock:before {
	content: "\f3b5"
}

.ion-android-upload:before {
	content: "\f3b6"
}

.ion-android-volume-down:before {
	content: "\f3b7"
}

.ion-android-volume-mute:before {
	content: "\f3b8"
}

.ion-android-volume-off:before {
	content: "\f3b9"
}

.ion-android-volume-up:before, .ion-android-volume:before {
	content: "\f3ba"
}

.ion-android-walk:before {
	content: "\f3bb"
}

.ion-android-warning:before {
	content: "\f3bc"
}

.ion-android-watch:before {
	content: "\f3bd"
}

.ion-android-wifi:before {
	content: "\f305"
}

.ion-aperture:before {
	content: "\f313"
}

.ion-archive:before {
	content: "\f102"
}

.ion-arrow-down-a:before {
	content: "\f103"
}

.ion-arrow-down-b:before {
	content: "\f104"
}

.ion-arrow-down-c:before {
	content: "\f105"
}

.ion-arrow-expand:before {
	content: "\f25e"
}

.ion-arrow-graph-down-left:before {
	content: "\f25f"
}

.ion-arrow-graph-down-right:before {
	content: "\f260"
}

.ion-arrow-graph-up-left:before {
	content: "\f261"
}

.ion-arrow-graph-up-right:before {
	content: "\f262"
}

.ion-arrow-left-a:before {
	content: "\f106"
}

.ion-arrow-left-b:before {
	content: "\f107"
}

.ion-arrow-left-c:before {
	content: "\f108"
}

.ion-arrow-move:before {
	content: "\f263"
}

.ion-arrow-resize:before {
	content: "\f264"
}

.ion-arrow-return-left:before {
	content: "\f265"
}

.ion-arrow-return-right:before {
	content: "\f266"
}

.ion-arrow-right-a:before {
	content: "\f109"
}

.ion-arrow-right-b:before {
	content: "\f10a"
}

.ion-arrow-right-c:before {
	content: "\f10b"
}

.ion-arrow-shrink:before {
	content: "\f267"
}

.ion-arrow-swap:before {
	content: "\f268"
}

.ion-arrow-up-a:before {
	content: "\f10c"
}

.ion-arrow-up-b:before {
	content: "\f10d"
}

.ion-arrow-up-c:before {
	content: "\f10e"
}

.ion-asterisk:before {
	content: "\f314"
}

.ion-at:before {
	content: "\f10f"
}

.ion-backspace:before {
	content: "\f3bf"
}

.ion-backspace-outline:before {
	content: "\f3be"
}

.ion-bag:before {
	content: "\f110"
}

.ion-battery-charging:before {
	content: "\f111"
}

.ion-battery-empty:before {
	content: "\f112"
}

.ion-battery-full:before {
	content: "\f113"
}

.ion-battery-half:before {
	content: "\f114"
}

.ion-battery-low:before {
	content: "\f115"
}

.ion-beaker:before {
	content: "\f269"
}

.ion-beer:before {
	content: "\f26a"
}

.ion-bluetooth:before {
	content: "\f116"
}

.ion-bonfire:before {
	content: "\f315"
}

.ion-bookmark:before {
	content: "\f26b"
}

.ion-bowtie:before {
	content: "\f3c0"
}

.ion-briefcase:before {
	content: "\f26c"
}

.ion-bug:before {
	content: "\f2be"
}

.ion-calculator:before {
	content: "\f26d"
}

.ion-calendar:before {
	content: "\f117"
}

.ion-camera:before {
	content: "\f118"
}

.ion-card:before {
	content: "\f119"
}

.ion-cash:before {
	content: "\f316"
}

.ion-chatbox:before {
	content: "\f11b"
}

.ion-chatbox-working:before {
	content: "\f11a"
}

.ion-chatboxes:before {
	content: "\f11c"
}

.ion-chatbubble:before {
	content: "\f11e"
}

.ion-chatbubble-working:before {
	content: "\f11d"
}

.ion-chatbubbles:before {
	content: "\f11f"
}

.ion-checkmark:before {
	content: "\f122"
}

.ion-checkmark-circled:before {
	content: "\f120"
}

.ion-checkmark-round:before {
	content: "\f121"
}

.ion-chevron-down:before {
	content: "\f123"
}

.ion-chevron-left:before {
	content: "\f124"
}

.ion-chevron-right:before {
	content: "\f125"
}

.ion-chevron-up:before {
	content: "\f126"
}

.ion-clipboard:before {
	content: "\f127"
}

.ion-clock:before {
	content: "\f26e"
}

.ion-close:before {
	content: "\f12a"
}

.ion-close-circled:before {
	content: "\f128"
}

.ion-close-round:before {
	content: "\f129"
}

.ion-closed-captioning:before {
	content: "\f317"
}

.ion-cloud:before {
	content: "\f12b"
}

.ion-code:before {
	content: "\f271"
}

.ion-code-download:before {
	content: "\f26f"
}

.ion-code-working:before {
	content: "\f270"
}

.ion-coffee:before {
	content: "\f272"
}

.ion-compass:before {
	content: "\f273"
}

.ion-compose:before {
	content: "\f12c"
}

.ion-connection-bars:before {
	content: "\f274"
}

.ion-contrast:before {
	content: "\f275"
}

.ion-crop:before {
	content: "\f3c1"
}

.ion-cube:before {
	content: "\f318"
}

.ion-disc:before {
	content: "\f12d"
}

.ion-document:before {
	content: "\f12f"
}

.ion-document-text:before {
	content: "\f12e"
}

.ion-drag:before {
	content: "\f130"
}

.ion-earth:before {
	content: "\f276"
}

.ion-easel:before {
	content: "\f3c2"
}

.ion-edit:before {
	content: "\f2bf"
}

.ion-egg:before {
	content: "\f277"
}

.ion-eject:before {
	content: "\f131"
}

.ion-email:before {
	content: "\f132"
}

.ion-email-unread:before {
	content: "\f3c3"
}

.ion-erlenmeyer-flask:before, .ion-flask:before {
	content: "\f3c5"
}

.ion-erlenmeyer-flask-bubbles:before {
	content: "\f3c4"
}

.ion-eye:before {
	content: "\f133"
}

.ion-eye-disabled:before {
	content: "\f306"
}

.ion-female:before {
	content: "\f278"
}

.ion-filing:before {
	content: "\f134"
}

.ion-film-marker:before {
	content: "\f135"
}

.ion-fireball:before {
	content: "\f319"
}

.ion-flag:before {
	content: "\f279"
}

.ion-flame:before {
	content: "\f31a"
}

.ion-flash:before {
	content: "\f137"
}

.ion-flash-off:before {
	content: "\f136"
}

.ion-folder:before {
	content: "\f139"
}

.ion-fork:before {
	content: "\f27a"
}

.ion-fork-repo:before {
	content: "\f2c0"
}

.ion-forward:before {
	content: "\f13a"
}

.ion-funnel:before {
	content: "\f31b"
}

.ion-gear-a:before {
	content: "\f13d"
}

.ion-gear-b:before {
	content: "\f13e"
}

.ion-grid:before {
	content: "\f13f"
}

.ion-hammer:before {
	content: "\f27b"
}

.ion-happy:before {
	content: "\f31c"
}

.ion-happy-outline:before {
	content: "\f3c6"
}

.ion-headphone:before {
	content: "\f140"
}

.ion-heart:before {
	content: "\f141"
}

.ion-heart-broken:before {
	content: "\f31d"
}

.ion-help:before {
	content: "\f143"
}

.ion-help-buoy:before {
	content: "\f27c"
}

.ion-help-circled:before {
	content: "\f142"
}

.ion-home:before {
	content: "\f144"
}

.ion-icecream:before {
	content: "\f27d"
}

.ion-image:before {
	content: "\f147"
}

.ion-images:before {
	content: "\f148"
}

.ion-information:before {
	content: "\f14a"
}

.ion-information-circled:before {
	content: "\f149"
}

.ion-ionic:before {
	content: "\f14b"
}

.ion-ios-alarm:before {
	content: "\f3c8"
}

.ion-ios-alarm-outline:before {
	content: "\f3c7"
}

.ion-ios-albums:before {
	content: "\f3ca"
}

.ion-ios-albums-outline:before {
	content: "\f3c9"
}

.ion-ios-americanfootball:before {
	content: "\f3cc"
}

.ion-ios-americanfootball-outline:before {
	content: "\f3cb"
}

.ion-ios-analytics:before {
	content: "\f3ce"
}

.ion-ios-analytics-outline:before {
	content: "\f3cd"
}

.ion-ios-arrow-back:before {
	content: "\f3cf"
}

.ion-ios-arrow-down:before {
	content: "\f3d0"
}

.ion-ios-arrow-forward:before {
	content: "\f3d1"
}

.ion-ios-arrow-left:before {
	content: "\f3d2"
}

.ion-ios-arrow-right:before {
	content: "\f3d3"
}

.ion-ios-arrow-thin-down:before {
	content: "\f3d4"
}

.ion-ios-arrow-thin-left:before {
	content: "\f3d5"
}

.ion-ios-arrow-thin-right:before {
	content: "\f3d6"
}

.ion-ios-arrow-thin-up:before {
	content: "\f3d7"
}

.ion-ios-arrow-up:before {
	content: "\f3d8"
}

.ion-ios-at:before {
	content: "\f3da"
}

.ion-ios-at-outline:before {
	content: "\f3d9"
}

.ion-ios-barcode:before {
	content: "\f3dc"
}

.ion-ios-barcode-outline:before {
	content: "\f3db"
}

.ion-ios-baseball:before {
	content: "\f3de"
}

.ion-ios-baseball-outline:before {
	content: "\f3dd"
}

.ion-ios-basketball:before {
	content: "\f3e0"
}

.ion-ios-basketball-outline:before {
	content: "\f3df"
}

.ion-ios-bell:before {
	content: "\f3e2"
}

.ion-ios-bell-outline:before {
	content: "\f3e1"
}

.ion-ios-body:before {
	content: "\f3e4"
}

.ion-ios-body-outline:before {
	content: "\f3e3"
}

.ion-ios-bolt:before {
	content: "\f3e6"
}

.ion-ios-bolt-outline:before {
	content: "\f3e5"
}

.ion-ios-book:before {
	content: "\f3e8"
}

.ion-ios-book-outline:before {
	content: "\f3e7"
}

.ion-ios-bookmarks:before {
	content: "\f3ea"
}

.ion-ios-bookmarks-outline:before {
	content: "\f3e9"
}

.ion-ios-box:before {
	content: "\f3ec"
}

.ion-ios-box-outline:before {
	content: "\f3eb"
}

.ion-ios-briefcase:before {
	content: "\f3ee"
}

.ion-ios-briefcase-outline:before {
	content: "\f3ed"
}

.ion-ios-browsers:before {
	content: "\f3f0"
}

.ion-ios-browsers-outline:before {
	content: "\f3ef"
}

.ion-ios-calculator:before {
	content: "\f3f2"
}

.ion-ios-calculator-outline:before {
	content: "\f3f1"
}

.ion-ios-calendar:before {
	content: "\f3f4"
}

.ion-ios-calendar-outline:before {
	content: "\f3f3"
}

.ion-ios-camera:before {
	content: "\f3f6"
}

.ion-ios-camera-outline:before {
	content: "\f3f5"
}

.ion-ios-cart:before {
	content: "\f3f8"
}

.ion-ios-cart-outline:before {
	content: "\f3f7"
}

.ion-ios-chatboxes:before {
	content: "\f3fa"
}

.ion-ios-chatboxes-outline:before {
	content: "\f3f9"
}

.ion-ios-chatbubble:before {
	content: "\f3fc"
}

.ion-ios-chatbubble-outline:before {
	content: "\f3fb"
}

.ion-ios-checkmark:before {
	content: "\f3ff"
}

.ion-ios-checkmark-empty:before {
	content: "\f3fd"
}

.ion-ios-checkmark-outline:before {
	content: "\f3fe"
}

.ion-ios-circle-filled:before {
	content: "\f400"
}

.ion-ios-circle-outline:before {
	content: "\f401"
}

.ion-ios-clock:before {
	content: "\f403"
}

.ion-ios-clock-outline:before {
	content: "\f402"
}

.ion-ios-close:before {
	content: "\f406"
}

.ion-ios-close-empty:before {
	content: "\f404"
}

.ion-ios-close-outline:before {
	content: "\f405"
}

.ion-ios-cloud:before {
	content: "\f40c"
}

.ion-ios-cloud-download:before {
	content: "\f408"
}

.ion-ios-cloud-download-outline:before {
	content: "\f407"
}

.ion-ios-cloud-outline:before {
	content: "\f409"
}

.ion-ios-cloud-upload:before {
	content: "\f40b"
}

.ion-ios-cloud-upload-outline:before {
	content: "\f40a"
}

.ion-ios-cloudy:before {
	content: "\f410"
}

.ion-ios-cloudy-night:before {
	content: "\f40e"
}

.ion-ios-cloudy-night-outline:before {
	content: "\f40d"
}

.ion-ios-cloudy-outline:before {
	content: "\f40f"
}

.ion-ios-cog:before {
	content: "\f412"
}

.ion-ios-cog-outline:before {
	content: "\f411"
}

.ion-ios-color-filter:before {
	content: "\f414"
}

.ion-ios-color-filter-outline:before {
	content: "\f413"
}

.ion-ios-color-wand:before {
	content: "\f416"
}

.ion-ios-color-wand-outline:before {
	content: "\f415"
}

.ion-ios-compose:before {
	content: "\f418"
}

.ion-ios-compose-outline:before {
	content: "\f417"
}

.ion-ios-contact:before {
	content: "\f41a"
}

.ion-ios-contact-outline:before {
	content: "\f419"
}

.ion-ios-copy:before {
	content: "\f41c"
}

.ion-ios-copy-outline:before {
	content: "\f41b"
}

.ion-ios-crop:before {
	content: "\f41e"
}

.ion-ios-crop-strong:before {
	content: "\f41d"
}

.ion-ios-download:before {
	content: "\f420"
}

.ion-ios-download-outline:before {
	content: "\f41f"
}

.ion-ios-drag:before {
	content: "\f421"
}

.ion-ios-email:before {
	content: "\f423"
}

.ion-ios-email-outline:before {
	content: "\f422"
}

.ion-ios-eye:before {
	content: "\f425"
}

.ion-ios-eye-outline:before {
	content: "\f424"
}

.ion-ios-fastforward:before {
	content: "\f427"
}

.ion-ios-fastforward-outline:before {
	content: "\f426"
}

.ion-ios-filing:before {
	content: "\f429"
}

.ion-ios-filing-outline:before {
	content: "\f428"
}

.ion-ios-film:before {
	content: "\f42b"
}

.ion-ios-film-outline:before {
	content: "\f42a"
}

.ion-ios-flag:before {
	content: "\f42d"
}

.ion-ios-flag-outline:before {
	content: "\f42c"
}

.ion-ios-flame:before {
	content: "\f42f"
}

.ion-ios-flame-outline:before {
	content: "\f42e"
}

.ion-ios-flask:before {
	content: "\f431"
}

.ion-ios-flask-outline:before {
	content: "\f430"
}

.ion-ios-flower:before {
	content: "\f433"
}

.ion-ios-flower-outline:before {
	content: "\f432"
}

.ion-ios-folder:before {
	content: "\f435"
}

.ion-ios-folder-outline:before {
	content: "\f434"
}

.ion-ios-football:before {
	content: "\f437"
}

.ion-ios-football-outline:before {
	content: "\f436"
}

.ion-game-controller-a:before, .ion-ios-game-controller-a:before {
	content: "\f439"
}

.ion-ios-game-controller-a-outline:before {
	content: "\f438"
}

.ion-game-controller-b:before, .ion-ios-game-controller-b:before {
	content: "\f43b"
}

.ion-ios-game-controller-b-outline:before {
	content: "\f43a"
}

.ion-ios-gear:before {
	content: "\f43d"
}

.ion-ios-gear-outline:before {
	content: "\f43c"
}

.ion-ios-glasses:before {
	content: "\f43f"
}

.ion-ios-glasses-outline:before {
	content: "\f43e"
}

.ion-ios-grid-view:before {
	content: "\f441"
}

.ion-ios-grid-view-outline:before {
	content: "\f440"
}

.ion-ios-heart:before {
	content: "\f443"
}

.ion-ios-heart-outline:before {
	content: "\f442"
}

.ion-ios-help:before {
	content: "\f446"
}

.ion-ios-help-empty:before {
	content: "\f444"
}

.ion-ios-help-outline:before {
	content: "\f445"
}

.ion-ios-home:before {
	content: "\f448"
}

.ion-ios-home-outline:before {
	content: "\f447"
}

.ion-ios-infinite:before {
	content: "\f44a"
}

.ion-ios-infinite-outline:before {
	content: "\f449"
}

.ion-ios-information:before {
	content: "\f44d"
}

.ion-ios-information-empty:before {
	content: "\f44b"
}

.ion-ios-information-outline:before {
	content: "\f44c"
}

.ion-ios-ionic-outline:before {
	content: "\f44e"
}

.ion-ios-keypad:before {
	content: "\f450"
}

.ion-ios-keypad-outline:before {
	content: "\f44f"
}

.ion-ios-lightbulb:before {
	content: "\f452"
}

.ion-ios-lightbulb-outline:before {
	content: "\f451"
}

.ion-ios-list:before {
	content: "\f454"
}

.ion-ios-list-outline:before {
	content: "\f453"
}

.ion-ios-location:before {
	content: "\f456"
}

.ion-ios-location-outline:before {
	content: "\f455"
}

.ion-ios-locked:before {
	content: "\f458"
}

.ion-ios-locked-outline:before {
	content: "\f457"
}

.ion-ios-loop:before {
	content: "\f45a"
}

.ion-ios-loop-strong:before {
	content: "\f459"
}

.ion-ios-medical:before {
	content: "\f45c"
}

.ion-ios-medical-outline:before {
	content: "\f45b"
}

.ion-ios-medkit:before {
	content: "\f45e"
}

.ion-ios-medkit-outline:before {
	content: "\f45d"
}

.ion-ios-mic:before {
	content: "\f461"
}

.ion-ios-mic-off:before {
	content: "\f45f"
}

.ion-ios-mic-outline:before {
	content: "\f460"
}

.ion-ios-minus:before {
	content: "\f464"
}

.ion-ios-minus-empty:before {
	content: "\f462"
}

.ion-ios-minus-outline:before {
	content: "\f463"
}

.ion-ios-monitor:before {
	content: "\f466"
}

.ion-ios-monitor-outline:before {
	content: "\f465"
}

.ion-ios-moon:before {
	content: "\f468"
}

.ion-ios-moon-outline:before {
	content: "\f467"
}

.ion-ios-more:before {
	content: "\f46a"
}

.ion-ios-more-outline:before {
	content: "\f469"
}

.ion-ios-musical-note:before {
	content: "\f46b"
}

.ion-ios-musical-notes:before {
	content: "\f46c"
}

.ion-ios-navigate:before {
	content: "\f46e"
}

.ion-ios-navigate-outline:before {
	content: "\f46d"
}

.ion-ios-nutrition:before {
	content: "\f470"
}

.ion-ios-nutrition-outline:before {
	content: "\f46f"
}

.ion-ios-paper:before {
	content: "\f472"
}

.ion-ios-paper-outline:before {
	content: "\f471"
}

.ion-ios-paperplane:before {
	content: "\f474"
}

.ion-ios-paperplane-outline:before {
	content: "\f473"
}

.ion-ios-partlysunny:before {
	content: "\f476"
}

.ion-ios-partlysunny-outline:before {
	content: "\f475"
}

.ion-ios-pause:before {
	content: "\f478"
}

.ion-ios-pause-outline:before {
	content: "\f477"
}

.ion-ios-paw:before {
	content: "\f47a"
}

.ion-ios-paw-outline:before {
	content: "\f479"
}

.ion-ios-people:before {
	content: "\f47c"
}

.ion-ios-people-outline:before {
	content: "\f47b"
}

.ion-ios-person:before {
	content: "\f47e"
}

.ion-ios-person-outline:before {
	content: "\f47d"
}

.ion-ios-personadd:before {
	content: "\f480"
}

.ion-ios-personadd-outline:before {
	content: "\f47f"
}

.ion-ios-photos:before {
	content: "\f482"
}

.ion-ios-photos-outline:before {
	content: "\f481"
}

.ion-ios-pie:before {
	content: "\f484"
}

.ion-ios-pie-outline:before {
	content: "\f483"
}

.ion-ios-pint:before {
	content: "\f486"
}

.ion-ios-pint-outline:before {
	content: "\f485"
}

.ion-ios-play:before {
	content: "\f488"
}

.ion-ios-play-outline:before {
	content: "\f487"
}

.ion-ios-plus:before {
	content: "\f48b"
}

.ion-ios-plus-empty:before {
	content: "\f489"
}

.ion-ios-plus-outline:before {
	content: "\f48a"
}

.ion-ios-pricetag:before {
	content: "\f48d"
}

.ion-ios-pricetag-outline:before {
	content: "\f48c"
}

.ion-ios-pricetags:before {
	content: "\f48f"
}

.ion-ios-pricetags-outline:before {
	content: "\f48e"
}

.ion-ios-printer:before {
	content: "\f491"
}

.ion-ios-printer-outline:before {
	content: "\f490"
}

.ion-ios-pulse:before {
	content: "\f493"
}

.ion-ios-pulse-strong:before {
	content: "\f492"
}

.ion-ios-rainy:before {
	content: "\f495"
}

.ion-ios-rainy-outline:before {
	content: "\f494"
}

.ion-ios-recording:before {
	content: "\f497"
}

.ion-ios-recording-outline:before {
	content: "\f496"
}

.ion-ios-redo:before {
	content: "\f499"
}

.ion-ios-redo-outline:before {
	content: "\f498"
}

.ion-ios-refresh:before {
	content: "\f49c"
}

.ion-ios-refresh-empty:before {
	content: "\f49a"
}

.ion-ios-refresh-outline:before {
	content: "\f49b"
}

.ion-ios-reload:before {
	content: "\f49d"
}

.ion-ios-reverse-camera:before {
	content: "\f49f"
}

.ion-ios-reverse-camera-outline:before {
	content: "\f49e"
}

.ion-ios-rewind:before {
	content: "\f4a1"
}

.ion-ios-rewind-outline:before {
	content: "\f4a0"
}

.ion-ios-rose:before {
	content: "\f4a3"
}

.ion-ios-rose-outline:before {
	content: "\f4a2"
}

.ion-ios-search:before {
	content: "\f4a5"
}

.ion-ios-search-strong:before {
	content: "\f4a4"
}

.ion-ios-settings:before {
	content: "\f4a7"
}

.ion-ios-settings-strong:before {
	content: "\f4a6"
}

.ion-ios-shuffle:before {
	content: "\f4a9"
}

.ion-ios-shuffle-strong:before {
	content: "\f4a8"
}

.ion-ios-skipbackward:before {
	content: "\f4ab"
}

.ion-ios-skipbackward-outline:before {
	content: "\f4aa"
}

.ion-ios-skipforward:before {
	content: "\f4ad"
}

.ion-ios-skipforward-outline:before {
	content: "\f4ac"
}

.ion-ios-snowy:before {
	content: "\f4ae"
}

.ion-ios-speedometer:before {
	content: "\f4b0"
}

.ion-ios-speedometer-outline:before {
	content: "\f4af"
}

.ion-ios-star:before {
	content: "\f4b3"
}

.ion-ios-star-half:before {
	content: "\f4b1"
}

.ion-ios-star-outline:before {
	content: "\f4b2"
}

.ion-ios-stopwatch:before {
	content: "\f4b5"
}

.ion-ios-stopwatch-outline:before {
	content: "\f4b4"
}

.ion-ios-sunny:before {
	content: "\f4b7"
}

.ion-ios-sunny-outline:before {
	content: "\f4b6"
}

.ion-ios-telephone:before {
	content: "\f4b9"
}

.ion-ios-telephone-outline:before {
	content: "\f4b8"
}

.ion-ios-tennisball:before {
	content: "\f4bb"
}

.ion-ios-tennisball-outline:before {
	content: "\f4ba"
}

.ion-ios-thunderstorm:before {
	content: "\f4bd"
}

.ion-ios-thunderstorm-outline:before {
	content: "\f4bc"
}

.ion-ios-time:before {
	content: "\f4bf"
}

.ion-ios-time-outline:before {
	content: "\f4be"
}

.ion-ios-timer:before {
	content: "\f4c1"
}

.ion-ios-timer-outline:before {
	content: "\f4c0"
}

.ion-ios-toggle:before {
	content: "\f4c3"
}

.ion-ios-toggle-outline:before {
	content: "\f4c2"
}

.ion-ios-trash:before {
	content: "\f4c5"
}

.ion-ios-trash-outline:before {
	content: "\f4c4"
}

.ion-ios-undo:before {
	content: "\f4c7"
}

.ion-ios-undo-outline:before {
	content: "\f4c6"
}

.ion-ios-unlocked:before {
	content: "\f4c9"
}

.ion-ios-unlocked-outline:before {
	content: "\f4c8"
}

.ion-ios-upload:before {
	content: "\f4cb"
}

.ion-ios-upload-outline:before {
	content: "\f4ca"
}

.ion-ios-videocam:before {
	content: "\f4cd"
}

.ion-ios-videocam-outline:before {
	content: "\f4cc"
}

.ion-ios-volume-high:before {
	content: "\f4ce"
}

.ion-ios-volume-low:before {
	content: "\f4cf"
}

.ion-ios-wineglass:before {
	content: "\f4d1"
}

.ion-ios-wineglass-outline:before {
	content: "\f4d0"
}

.ion-ios-world:before {
	content: "\f4d3"
}

.ion-ios-world-outline:before {
	content: "\f4d2"
}

.ion-ios7-alarm:before {
	content: "\f3c8"
}

.ion-ios7-alarm-outline:before {
	content: "\f3c7"
}

.ion-ios7-albums:before {
	content: "\f3ca"
}

.ion-ios7-albums-outline:before {
	content: "\f3c9"
}

.ion-ios7-americanfootball:before {
	content: "\f3cc"
}

.ion-ios7-americanfootball-outline:before {
	content: "\f3cb"
}

.ion-ios7-analytics:before {
	content: "\f3ce"
}

.ion-ios7-analytics-outline:before {
	content: "\f3cd"
}

.ion-ios7-arrow-back:before {
	content: "\f3cf"
}

.ion-ios7-arrow-down:before {
	content: "\f3d0"
}

.ion-ios7-arrow-forward:before {
	content: "\f3d1"
}

.ion-ios7-arrow-left:before {
	content: "\f3d2"
}

.ion-ios7-arrow-right:before {
	content: "\f3d3"
}

.ion-ios7-arrow-thin-down:before {
	content: "\f3d4"
}

.ion-ios7-arrow-thin-left:before {
	content: "\f3d5"
}

.ion-ios7-arrow-thin-right:before {
	content: "\f3d6"
}

.ion-ios7-arrow-thin-up:before {
	content: "\f3d7"
}

.ion-ios7-arrow-up:before {
	content: "\f3d8"
}

.ion-ios7-at:before {
	content: "\f3da"
}

.ion-ios7-at-outline:before {
	content: "\f3d9"
}

.ion-ios7-barcode:before {
	content: "\f3dc"
}

.ion-ios7-barcode-outline:before {
	content: "\f3db"
}

.ion-ios7-baseball:before {
	content: "\f3de"
}

.ion-ios7-baseball-outline:before {
	content: "\f3dd"
}

.ion-ios7-basketball:before {
	content: "\f3e0"
}

.ion-ios7-basketball-outline:before {
	content: "\f3df"
}

.ion-ios7-bell:before {
	content: "\f3e2"
}

.ion-ios7-bell-outline:before {
	content: "\f3e1"
}

.ion-ios7-body:before {
	content: "\f3e4"
}

.ion-ios7-body-outline:before {
	content: "\f3e3"
}

.ion-ios7-bolt:before {
	content: "\f3e6"
}

.ion-ios7-bolt-outline:before {
	content: "\f3e5"
}

.ion-ios7-book:before {
	content: "\f3e8"
}

.ion-ios7-book-outline:before {
	content: "\f3e7"
}

.ion-ios7-bookmarks:before {
	content: "\f3ea"
}

.ion-ios7-bookmarks-outline:before {
	content: "\f3e9"
}

.ion-ios7-box:before {
	content: "\f3ec"
}

.ion-ios7-box-outline:before {
	content: "\f3eb"
}

.ion-ios7-briefcase:before {
	content: "\f3ee"
}

.ion-ios7-briefcase-outline:before {
	content: "\f3ed"
}

.ion-ios7-browsers:before {
	content: "\f3f0"
}

.ion-ios7-browsers-outline:before {
	content: "\f3ef"
}

.ion-ios7-calculator:before {
	content: "\f3f2"
}

.ion-ios7-calculator-outline:before {
	content: "\f3f1"
}

.ion-ios7-calendar:before {
	content: "\f3f4"
}

.ion-ios7-calendar-outline:before {
	content: "\f3f3"
}

.ion-ios7-camera:before {
	content: "\f3f6"
}

.ion-ios7-camera-outline:before {
	content: "\f3f5"
}

.ion-ios7-cart:before {
	content: "\f3f8"
}

.ion-ios7-cart-outline:before {
	content: "\f3f7"
}

.ion-ios7-chatboxes:before {
	content: "\f3fa"
}

.ion-ios7-chatboxes-outline:before {
	content: "\f3f9"
}

.ion-ios7-chatbubble:before {
	content: "\f3fc"
}

.ion-ios7-chatbubble-outline:before {
	content: "\f3fb"
}

.ion-ios7-checkmark:before {
	content: "\f3ff"
}

.ion-ios7-checkmark-empty:before {
	content: "\f3fd"
}

.ion-ios7-checkmark-outline:before {
	content: "\f3fe"
}

.ion-ios7-circle-filled:before {
	content: "\f400"
}

.ion-ios7-circle-outline:before {
	content: "\f401"
}

.ion-ios7-clock:before {
	content: "\f403"
}

.ion-ios7-clock-outline:before {
	content: "\f402"
}

.ion-ios7-close:before {
	content: "\f406"
}

.ion-ios7-close-empty:before {
	content: "\f404"
}

.ion-ios7-close-outline:before {
	content: "\f405"
}

.ion-ios7-cloud:before {
	content: "\f40c"
}

.ion-ios7-cloud-download:before {
	content: "\f408"
}

.ion-ios7-cloud-download-outline:before {
	content: "\f407"
}

.ion-ios7-cloud-outline:before {
	content: "\f409"
}

.ion-ios7-cloud-upload:before {
	content: "\f40b"
}

.ion-ios7-cloud-upload-outline:before {
	content: "\f40a"
}

.ion-ios7-cloudy:before {
	content: "\f410"
}

.ion-ios7-cloudy-night:before {
	content: "\f40e"
}

.ion-ios7-cloudy-night-outline:before {
	content: "\f40d"
}

.ion-ios7-cloudy-outline:before {
	content: "\f40f"
}

.ion-ios7-cog:before {
	content: "\f412"
}

.ion-ios7-cog-outline:before {
	content: "\f411"
}

.ion-ios7-color-filter:before {
	content: "\f414"
}

.ion-ios7-color-filter-outline:before {
	content: "\f413"
}

.ion-ios7-color-wand:before {
	content: "\f416"
}

.ion-ios7-color-wand-outline:before {
	content: "\f415"
}

.ion-ios7-compose:before {
	content: "\f418"
}

.ion-ios7-compose-outline:before {
	content: "\f417"
}

.ion-ios7-contact:before {
	content: "\f41a"
}

.ion-ios7-contact-outline:before {
	content: "\f419"
}

.ion-ios7-copy:before {
	content: "\f41c"
}

.ion-ios7-copy-outline:before {
	content: "\f41b"
}

.ion-ios7-crop:before {
	content: "\f41e"
}

.ion-ios7-crop-strong:before {
	content: "\f41d"
}

.ion-ios7-download:before {
	content: "\f420"
}

.ion-ios7-download-outline:before {
	content: "\f41f"
}

.ion-ios7-drag:before {
	content: "\f421"
}

.ion-ios7-email:before {
	content: "\f423"
}

.ion-ios7-email-outline:before {
	content: "\f422"
}

.ion-ios7-eye:before {
	content: "\f425"
}

.ion-ios7-eye-outline:before {
	content: "\f424"
}

.ion-ios7-fastforward:before {
	content: "\f427"
}

.ion-ios7-fastforward-outline:before {
	content: "\f426"
}

.ion-ios7-filing:before {
	content: "\f429"
}

.ion-ios7-filing-outline:before {
	content: "\f428"
}

.ion-ios7-film:before {
	content: "\f42b"
}

.ion-ios7-film-outline:before {
	content: "\f42a"
}

.ion-ios7-flag:before {
	content: "\f42d"
}

.ion-ios7-flag-outline:before {
	content: "\f42c"
}

.ion-ios7-flame:before {
	content: "\f42f"
}

.ion-ios7-flame-outline:before {
	content: "\f42e"
}

.ion-ios7-flask:before {
	content: "\f431"
}

.ion-ios7-flask-outline:before {
	content: "\f430"
}

.ion-ios7-flower:before {
	content: "\f433"
}

.ion-ios7-flower-outline:before {
	content: "\f432"
}

.ion-ios7-folder:before {
	content: "\f435"
}

.ion-ios7-folder-outline:before {
	content: "\f434"
}

.ion-ios7-football:before {
	content: "\f437"
}

.ion-ios7-football-outline:before {
	content: "\f436"
}

.ion-ios7-game-controller-a:before {
	content: "\f439"
}

.ion-ios7-game-controller-a-outline:before {
	content: "\f438"
}

.ion-ios7-game-controller-b:before {
	content: "\f43b"
}

.ion-ios7-game-controller-b-outline:before {
	content: "\f43a"
}

.ion-ios7-gear:before {
	content: "\f43d"
}

.ion-ios7-gear-outline:before {
	content: "\f43c"
}

.ion-ios7-glasses:before {
	content: "\f43f"
}

.ion-ios7-glasses-outline:before {
	content: "\f43e"
}

.ion-ios7-grid-view:before {
	content: "\f441"
}

.ion-ios7-grid-view-outline:before {
	content: "\f440"
}

.ion-ios7-heart:before {
	content: "\f443"
}

.ion-ios7-heart-outline:before {
	content: "\f442"
}

.ion-ios7-help:before {
	content: "\f446"
}

.ion-ios7-help-empty:before {
	content: "\f444"
}

.ion-ios7-help-outline:before {
	content: "\f445"
}

.ion-ios7-home:before {
	content: "\f448"
}

.ion-ios7-home-outline:before {
	content: "\f447"
}

.ion-ios7-infinite:before {
	content: "\f44a"
}

.ion-ios7-infinite-outline:before {
	content: "\f449"
}

.ion-ios7-information:before {
	content: "\f44d"
}

.ion-ios7-information-empty:before {
	content: "\f44b"
}

.ion-ios7-information-outline:before {
	content: "\f44c"
}

.ion-ios7-ionic-outline:before {
	content: "\f44e"
}

.ion-ios7-keypad:before {
	content: "\f450"
}

.ion-ios7-keypad-outline:before {
	content: "\f44f"
}

.ion-ios7-lightbulb:before {
	content: "\f452"
}

.ion-ios7-lightbulb-outline:before {
	content: "\f451"
}

.ion-ios7-list:before {
	content: "\f454"
}

.ion-ios7-list-outline:before {
	content: "\f453"
}

.ion-ios7-location:before {
	content: "\f456"
}

.ion-ios7-location-outline:before {
	content: "\f455"
}

.ion-ios7-locked:before {
	content: "\f458"
}

.ion-ios7-locked-outline:before {
	content: "\f457"
}

.ion-ios7-loop:before {
	content: "\f45a"
}

.ion-ios7-loop-strong:before {
	content: "\f459"
}

.ion-ios7-medical:before {
	content: "\f45c"
}

.ion-ios7-medical-outline:before {
	content: "\f45b"
}

.ion-ios7-medkit:before {
	content: "\f45e"
}

.ion-ios7-medkit-outline:before {
	content: "\f45d"
}

.ion-ios7-mic:before {
	content: "\f461"
}

.ion-ios7-mic-off:before {
	content: "\f45f"
}

.ion-ios7-mic-outline:before {
	content: "\f460"
}

.ion-ios7-minus:before {
	content: "\f464"
}

.ion-ios7-minus-empty:before {
	content: "\f462"
}

.ion-ios7-minus-outline:before {
	content: "\f463"
}

.ion-ios7-monitor:before {
	content: "\f466"
}

.ion-ios7-monitor-outline:before {
	content: "\f465"
}

.ion-ios7-moon:before {
	content: "\f468"
}

.ion-ios7-moon-outline:before {
	content: "\f467"
}

.ion-ios7-more:before {
	content: "\f46a"
}

.ion-ios7-more-outline:before {
	content: "\f469"
}

.ion-ios7-musical-note:before {
	content: "\f46b"
}

.ion-ios7-musical-notes:before {
	content: "\f46c"
}

.ion-ios7-navigate:before {
	content: "\f46e"
}

.ion-ios7-navigate-outline:before {
	content: "\f46d"
}

.ion-ios7-nutrition:before {
	content: "\f470"
}

.ion-ios7-nutrition-outline:before {
	content: "\f46f"
}

.ion-ios7-paper:before {
	content: "\f472"
}

.ion-ios7-paper-outline:before {
	content: "\f471"
}

.ion-ios7-paperplane:before {
	content: "\f474"
}

.ion-ios7-paperplane-outline:before {
	content: "\f473"
}

.ion-ios7-partlysunny:before {
	content: "\f476"
}

.ion-ios7-partlysunny-outline:before {
	content: "\f475"
}

.ion-ios7-pause:before {
	content: "\f478"
}

.ion-ios7-pause-outline:before {
	content: "\f477"
}

.ion-ios7-paw:before {
	content: "\f47a"
}

.ion-ios7-paw-outline:before {
	content: "\f479"
}

.ion-ios7-people:before {
	content: "\f47c"
}

.ion-ios7-people-outline:before {
	content: "\f47b"
}

.ion-ios7-person:before {
	content: "\f47e"
}

.ion-ios7-person-outline:before {
	content: "\f47d"
}

.ion-ios7-personadd:before {
	content: "\f480"
}

.ion-ios7-personadd-outline:before {
	content: "\f47f"
}

.ion-ios7-photos:before {
	content: "\f482"
}

.ion-ios7-photos-outline:before {
	content: "\f481"
}

.ion-ios7-pie:before {
	content: "\f484"
}

.ion-ios7-pie-outline:before {
	content: "\f483"
}

.ion-ios7-pint:before {
	content: "\f486"
}

.ion-ios7-pint-outline:before {
	content: "\f485"
}

.ion-ios7-play:before {
	content: "\f488"
}

.ion-ios7-play-outline:before {
	content: "\f487"
}

.ion-ios7-plus:before {
	content: "\f48b"
}

.ion-ios7-plus-empty:before {
	content: "\f489"
}

.ion-ios7-plus-outline:before {
	content: "\f48a"
}

.ion-ios7-pricetag:before {
	content: "\f48d"
}

.ion-ios7-pricetag-outline:before {
	content: "\f48c"
}

.ion-ios7-pricetags:before {
	content: "\f48f"
}

.ion-ios7-pricetags-outline:before {
	content: "\f48e"
}

.ion-ios7-printer:before {
	content: "\f491"
}

.ion-ios7-printer-outline:before {
	content: "\f490"
}

.ion-ios7-pulse:before {
	content: "\f493"
}

.ion-ios7-pulse-strong:before {
	content: "\f492"
}

.ion-ios7-rainy:before {
	content: "\f495"
}

.ion-ios7-rainy-outline:before {
	content: "\f494"
}

.ion-ios7-recording:before {
	content: "\f497"
}

.ion-ios7-recording-outline:before {
	content: "\f496"
}

.ion-ios7-redo:before {
	content: "\f499"
}

.ion-ios7-redo-outline:before {
	content: "\f498"
}

.ion-ios7-refresh:before {
	content: "\f49c"
}

.ion-ios7-refresh-empty:before {
	content: "\f49a"
}

.ion-ios7-refresh-outline:before {
	content: "\f49b"
}

.ion-ios7-reload:before {
	content: "\f49d"
}

.ion-ios7-reverse-camera:before {
	content: "\f49f"
}

.ion-ios7-reverse-camera-outline:before {
	content: "\f49e"
}

.ion-ios7-rewind:before {
	content: "\f4a1"
}

.ion-ios7-rewind-outline:before {
	content: "\f4a0"
}

.ion-ios7-rose:before {
	content: "\f4a3"
}

.ion-ios7-rose-outline:before {
	content: "\f4a2"
}

.ion-ios7-search:before {
	content: "\f4a5"
}

.ion-ios7-search-strong:before {
	content: "\f4a4"
}

.ion-ios7-settings:before {
	content: "\f4a7"
}

.ion-ios7-settings-strong:before {
	content: "\f4a6"
}

.ion-ios7-shuffle:before {
	content: "\f4a9"
}

.ion-ios7-shuffle-strong:before {
	content: "\f4a8"
}

.ion-ios7-skipbackward:before {
	content: "\f4ab"
}

.ion-ios7-skipbackward-outline:before {
	content: "\f4aa"
}

.ion-ios7-skipforward:before {
	content: "\f4ad"
}

.ion-ios7-skipforward-outline:before {
	content: "\f4ac"
}

.ion-ios7-snowy:before {
	content: "\f4ae"
}

.ion-ios7-speedometer:before {
	content: "\f4b0"
}

.ion-ios7-speedometer-outline:before {
	content: "\f4af"
}

.ion-ios7-star:before {
	content: "\f4b3"
}

.ion-ios7-star-half:before {
	content: "\f4b1"
}

.ion-ios7-star-outline:before {
	content: "\f4b2"
}

.ion-ios7-stopwatch:before {
	content: "\f4b5"
}

.ion-ios7-stopwatch-outline:before {
	content: "\f4b4"
}

.ion-ios7-sunny:before {
	content: "\f4b7"
}

.ion-ios7-sunny-outline:before {
	content: "\f4b6"
}

.ion-ios7-telephone:before {
	content: "\f4b9"
}

.ion-ios7-telephone-outline:before {
	content: "\f4b8"
}

.ion-ios7-tennisball:before {
	content: "\f4bb"
}

.ion-ios7-tennisball-outline:before {
	content: "\f4ba"
}

.ion-ios7-thunderstorm:before {
	content: "\f4bd"
}

.ion-ios7-thunderstorm-outline:before {
	content: "\f4bc"
}

.ion-ios7-time:before {
	content: "\f4bf"
}

.ion-ios7-time-outline:before {
	content: "\f4be"
}

.ion-ios7-timer:before {
	content: "\f4c1"
}

.ion-ios7-timer-outline:before {
	content: "\f4c0"
}

.ion-ios7-toggle:before {
	content: "\f4c3"
}

.ion-ios7-toggle-outline:before {
	content: "\f4c2"
}

.ion-ios7-trash:before {
	content: "\f4c5"
}

.ion-ios7-trash-outline:before {
	content: "\f4c4"
}

.ion-ios7-undo:before {
	content: "\f4c7"
}

.ion-ios7-undo-outline:before {
	content: "\f4c6"
}

.ion-ios7-unlocked:before {
	content: "\f4c9"
}

.ion-ios7-unlocked-outline:before {
	content: "\f4c8"
}

.ion-ios7-upload:before {
	content: "\f4cb"
}

.ion-ios7-upload-outline:before {
	content: "\f4ca"
}

.ion-ios7-videocam:before {
	content: "\f4cd"
}

.ion-ios7-videocam-outline:before {
	content: "\f4cc"
}

.ion-ios7-volume-high:before {
	content: "\f4ce"
}

.ion-ios7-volume-low:before {
	content: "\f4cf"
}

.ion-ios7-wineglass:before {
	content: "\f4d1"
}

.ion-ios7-wineglass-outline:before {
	content: "\f4d0"
}

.ion-ios7-world:before {
	content: "\f4d3"
}

.ion-ios7-world-outline:before {
	content: "\f4d2"
}

.ion-ipad:before {
	content: "\f1f9"
}

.ion-iphone:before {
	content: "\f1fa"
}

.ion-ipod:before {
	content: "\f1fb"
}

.ion-jet:before {
	content: "\f295"
}

.ion-key:before {
	content: "\f296"
}

.ion-knife:before {
	content: "\f297"
}

.ion-laptop:before {
	content: "\f1fc"
}

.ion-leaf:before {
	content: "\f1fd"
}

.ion-levels:before {
	content: "\f298"
}

.ion-lightbulb:before {
	content: "\f299"
}

.ion-link:before {
	content: "\f1fe"
}

.ion-load-a:before, .ion-loading-a:before {
	content: "\f29a"
}

.ion-load-b:before, .ion-loading-b:before {
	content: "\f29b"
}

.ion-load-c:before, .ion-loading-c:before {
	content: "\f29c"
}

.ion-load-d:before, .ion-loading-d:before {
	content: "\f29d"
}

.ion-location:before {
	content: "\f1ff"
}

.ion-lock-combination:before {
	content: "\f4d4"
}

.ion-locked:before {
	content: "\f200"
}

.ion-log-in:before {
	content: "\f29e"
}

.ion-log-out:before {
	content: "\f29f"
}

.ion-loop:before, .ion-looping:before {
	content: "\f201"
}

.ion-magnet:before {
	content: "\f2a0"
}

.ion-male:before {
	content: "\f2a1"
}

.ion-man:before {
	content: "\f202"
}

.ion-map:before {
	content: "\f203"
}

.ion-medkit:before {
	content: "\f2a2"
}

.ion-merge:before {
	content: "\f33f"
}

.ion-mic-a:before {
	content: "\f204"
}

.ion-mic-b:before {
	content: "\f205"
}

.ion-mic-c:before {
	content: "\f206"
}

.ion-minus:before {
	content: "\f209"
}

.ion-minus-circled:before {
	content: "\f207"
}

.ion-minus-round:before {
	content: "\f208"
}

.ion-model-s:before {
	content: "\f2c1"
}

.ion-monitor:before {
	content: "\f20a"
}

.ion-more:before {
	content: "\f20b"
}

.ion-mouse:before {
	content: "\f340"
}

.ion-music-note:before {
	content: "\f20c"
}

.ion-navicon:before {
	content: "\f20e"
}

.ion-navicon-round:before {
	content: "\f20d"
}

.ion-navigate:before {
	content: "\f2a3"
}

.ion-network:before {
	content: "\f341"
}

.ion-no-smoking:before {
	content: "\f2c2"
}

.ion-nuclear:before {
	content: "\f2a4"
}

.ion-outlet:before {
	content: "\f342"
}

.ion-paintbrush:before {
	content: "\f4d5"
}

.ion-paintbucket:before {
	content: "\f4d6"
}

.ion-paper-airplane:before {
	content: "\f2c3"
}

.ion-paperclip:before {
	content: "\f20f"
}

.ion-pause:before {
	content: "\f210"
}

.ion-person:before {
	content: "\f213"
}

.ion-person-add:before {
	content: "\f211"
}

.ion-person-stalker:before {
	content: "\f212"
}

.ion-pie-graph:before {
	content: "\f2a5"
}

.ion-pin:before {
	content: "\f2a6"
}

.ion-pinpoint:before {
	content: "\f2a7"
}

.ion-pizza:before {
	content: "\f2a8"
}

.ion-plane:before {
	content: "\f214"
}

.ion-planet:before {
	content: "\f343"
}

.ion-play:before {
	content: "\f215"
}

.ion-playstation:before {
	content: "\f30a"
}

.ion-plus:before {
	content: "\f218"
}

.ion-plus-circled:before {
	content: "\f216"
}

.ion-plus-round:before {
	content: "\f217"
}

.ion-podium:before {
	content: "\f344"
}

.ion-pound:before {
	content: "\f219"
}

.ion-power:before {
	content: "\f2a9"
}

.ion-pricetag:before {
	content: "\f2aa"
}

.ion-pricetags:before {
	content: "\f2ab"
}

.ion-printer:before {
	content: "\f21a"
}

.ion-pull-request:before {
	content: "\f345"
}

.ion-qr-scanner:before {
	content: "\f346"
}

.ion-quote:before {
	content: "\f347"
}

.ion-radio-waves:before {
	content: "\f2ac"
}

.ion-record:before {
	content: "\f21b"
}

.ion-refresh:before, .ion-refreshing:before {
	content: "\f21c"
}

.ion-reply:before {
	content: "\f21e"
}

.ion-reply-all:before {
	content: "\f21d"
}

.ion-ribbon-a:before {
	content: "\f348"
}

.ion-ribbon-b:before {
	content: "\f349"
}

.ion-sad:before {
	content: "\f34a"
}

.ion-sad-outline:before {
	content: "\f4d7"
}

.ion-scissors:before {
	content: "\f34b"
}

.ion-search:before {
	content: "\f21f"
}

.ion-settings:before {
	content: "\f2ad"
}

.ion-share:before {
	content: "\f220"
}

.ion-shuffle:before {
	content: "\f221"
}

.ion-skip-backward:before {
	content: "\f222"
}

.ion-skip-forward:before {
	content: "\f223"
}

.ion-social-android:before {
	content: "\f225"
}

.ion-social-android-outline:before {
	content: "\f224"
}

.ion-social-angular:before {
	content: "\f4d9"
}

.ion-social-angular-outline:before {
	content: "\f4d8"
}

.ion-social-apple:before {
	content: "\f227"
}

.ion-social-apple-outline:before {
	content: "\f226"
}

.ion-social-bitcoin:before {
	content: "\f2af"
}

.ion-social-bitcoin-outline:before {
	content: "\f2ae"
}

.ion-social-buffer:before {
	content: "\f229"
}

.ion-social-buffer-outline:before {
	content: "\f228"
}

.ion-social-chrome:before {
	content: "\f4db"
}

.ion-social-chrome-outline:before {
	content: "\f4da"
}

.ion-social-codepen:before {
	content: "\f4dd"
}

.ion-social-codepen-outline:before {
	content: "\f4dc"
}

.ion-social-css3:before {
	content: "\f4df"
}

.ion-social-css3-outline:before {
	content: "\f4de"
}

.ion-social-designernews:before {
	content: "\f22b"
}

.ion-social-designernews-outline:before {
	content: "\f22a"
}

.ion-social-dribbble:before {
	content: "\f22d"
}

.ion-social-dribbble-outline:before {
	content: "\f22c"
}

.ion-social-dropbox:before {
	content: "\f22f"
}

.ion-social-dropbox-outline:before {
	content: "\f22e"
}

.ion-social-euro:before {
	content: "\f4e1"
}

.ion-social-euro-outline:before {
	content: "\f4e0"
}

.ion-social-facebook:before {
	content: "\f231"
}

.ion-social-facebook-outline:before {
	content: "\f230"
}

.ion-social-foursquare:before {
	content: "\f34d"
}

.ion-social-foursquare-outline:before {
	content: "\f34c"
}

.ion-social-freebsd-devil:before {
	content: "\f2c4"
}

.ion-social-github:before {
	content: "\f233"
}

.ion-social-github-outline:before {
	content: "\f232"
}

.ion-social-google:before {
	content: "\f34f"
}

.ion-social-google-outline:before {
	content: "\f34e"
}

.ion-social-google-plus:before, .ion-social-googleplus:before {
	content: "\f235"
}

.ion-social-google-plus-outline:before, .ion-social-googleplus-outline:before
	{
	content: "\f234"
}

.ion-social-hackernews:before {
	content: "\f237"
}

.ion-social-hackernews-outline:before {
	content: "\f236"
}

.ion-social-html5:before {
	content: "\f4e3"
}

.ion-social-html5-outline:before {
	content: "\f4e2"
}

.ion-social-instagram:before {
	content: "\f351"
}

.ion-social-instagram-outline:before {
	content: "\f350"
}

.ion-social-javascript:before {
	content: "\f4e5"
}

.ion-social-javascript-outline:before {
	content: "\f4e4"
}

.ion-social-linkedin:before {
	content: "\f239"
}

.ion-social-linkedin-outline:before {
	content: "\f238"
}

.ion-social-markdown:before {
	content: "\f4e6"
}

.ion-social-nodejs:before {
	content: "\f4e7"
}

.ion-social-octocat:before {
	content: "\f4e8"
}

.ion-social-pinterest:before {
	content: "\f2b1"
}

.ion-social-pinterest-outline:before {
	content: "\f2b0"
}

.ion-social-python:before {
	content: "\f4e9"
}

.ion-social-reddit:before {
	content: "\f23b"
}

.ion-social-reddit-outline:before {
	content: "\f23a"
}

.ion-social-rss:before {
	content: "\f23d"
}

.ion-social-rss-outline:before {
	content: "\f23c"
}

.ion-social-sass:before {
	content: "\f4ea"
}

.ion-social-skype:before {
	content: "\f23f"
}

.ion-social-skype-outline:before {
	content: "\f23e"
}

.ion-social-snapchat:before {
	content: "\f4ec"
}

.ion-social-snapchat-outline:before {
	content: "\f4eb"
}

.ion-social-tumblr:before {
	content: "\f241"
}

.ion-social-tumblr-outline:before {
	content: "\f240"
}

.ion-social-tux:before {
	content: "\f2c5"
}

.ion-social-twitch:before {
	content: "\f4ee"
}

.ion-social-twitch-outline:before {
	content: "\f4ed"
}

.ion-social-twitter:before {
	content: "\f243"
}

.ion-social-twitter-outline:before {
	content: "\f242"
}

.ion-social-usd:before {
	content: "\f353"
}

.ion-social-usd-outline:before {
	content: "\f352"
}

.ion-social-vimeo:before {
	content: "\f245"
}

.ion-social-vimeo-outline:before {
	content: "\f244"
}

.ion-social-whatsapp:before {
	content: "\f4f0"
}

.ion-social-whatsapp-outline:before {
	content: "\f4ef"
}

.ion-social-windows:before {
	content: "\f247"
}

.ion-social-windows-outline:before {
	content: "\f246"
}

.ion-social-wordpress:before {
	content: "\f249"
}

.ion-social-wordpress-outline:before {
	content: "\f248"
}

.ion-social-yahoo:before {
	content: "\f24b"
}

.ion-social-yahoo-outline:before {
	content: "\f24a"
}

.ion-social-yen:before {
	content: "\f4f2"
}

.ion-social-yen-outline:before {
	content: "\f4f1"
}

.ion-social-youtube:before {
	content: "\f24d"
}

.ion-social-youtube-outline:before {
	content: "\f24c"
}

.ion-soup-can:before {
	content: "\f4f4"
}

.ion-soup-can-outline:before {
	content: "\f4f3"
}

.ion-speakerphone:before {
	content: "\f2b2"
}

.ion-speedometer:before {
	content: "\f2b3"
}

.ion-spoon:before {
	content: "\f2b4"
}

.ion-star:before {
	content: "\f24e"
}

.ion-stats-bars:before {
	content: "\f2b5"
}

.ion-steam:before {
	content: "\f30b"
}

.ion-stop:before {
	content: "\f24f"
}

.ion-thermometer:before {
	content: "\f2b6"
}

.ion-thumbsdown:before {
	content: "\f250"
}

.ion-thumbsup:before {
	content: "\f251"
}

.ion-toggle:before {
	content: "\f355"
}

.ion-toggle-filled:before {
	content: "\f354"
}

.ion-transgender:before {
	content: "\f4f5"
}

.ion-trash-a:before {
	content: "\f252"
}

.ion-trash-b:before {
	content: "\f253"
}

.ion-trophy:before {
	content: "\f356"
}

.ion-tshirt:before {
	content: "\f4f7"
}

.ion-tshirt-outline:before {
	content: "\f4f6"
}

.ion-umbrella:before {
	content: "\f2b7"
}

.ion-university:before {
	content: "\f357"
}

.ion-unlocked:before {
	content: "\f254"
}

.ion-upload:before {
	content: "\f255"
}

.ion-usb:before {
	content: "\f2b8"
}

.ion-videocamera:before {
	content: "\f256"
}

.ion-volume-high:before {
	content: "\f257"
}

.ion-volume-low:before {
	content: "\f258"
}

.ion-volume-medium:before {
	content: "\f259"
}

.ion-volume-mute:before {
	content: "\f25a"
}

.ion-wand:before {
	content: "\f358"
}

.ion-waterdrop:before {
	content: "\f25b"
}

.ion-wifi:before {
	content: "\f25c"
}

.ion-wineglass:before {
	content: "\f2b9"
}

.ion-woman:before {
	content: "\f25d"
}

.ion-wrench:before {
	content: "\f2ba"
}

.ion-xbox:before {
	content: "\f30c"
}

/*** SUMOSELECT ***/
.SlectBox, .SlectBoxa {
	width: 200px;
	padding: 5px;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.SumoSelect>.optWrapper>.options>li {
	-moz-transition: 200ms ease;
	-webkit-transition: 200ms ease;
	transition: 200ms ease;
}

.SumoSelect>.optWrapper>.options>li label, .SumoSelect>.CaptionCont {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.SumoSelect {
	display: inline-block;
	position: relative;
}

.SumoSelect>.CaptionCont {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 2px;
	min-height: 20px;
	background-color: #fff;
	cursor: pointer;
	margin: 0 0 5px;
}

.SumoSelect>.CaptionCont>span {
	font-style: normal;
	display: block;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 19px;
}

.SumoSelect>.CaptionCont>label {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30px;
}

.SumoSelect>.CaptionCont>label>i {
	color: #666;
	font-family: "Ionicons";
	font-size: 22px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-style: normal;
}

#locationsdiv .SumoSelect>.CaptionCont>label>i:before {
	content: "\f456";
}

#seminardatesdiv .SumoSelect>.CaptionCont>label>i:before, .seminardate .SumoSelect>.CaptionCont>label>i:before
	{
	content: "\f3f4";
}

#seminarparticipantsopen .SumoSelect>.CaptionCont>label>i:before,
	#seminarparticipantscompany .SumoSelect>.CaptionCont>label>i:before,
	#seminarparticipantsinhouse .SumoSelect>.CaptionCont>label>i:before,
	#eventform .SumoSelect>.CaptionCont>label>i:before {
	content: "\f212";
}

#rentform .SumoSelect>.CaptionCont>label>i:before {
	content: "\f270";
}

#contentsearch .SumoSelect>.CaptionCont>label>i:before {
	content: "\f31b";
}

#contentsearch .manufacturer .SumoSelect>.CaptionCont>label>i:before {
	content: "\f318";
}

#contentsearch .keyword .SumoSelect>.CaptionCont>label>i:before {
	content: "\f48d";
}

#contentsearch .SumoSelect>.CaptionCont {
	width: 640px;
	margin-top: 3px;
}

#contentsearch .manufacturer .SumoSelect>.CaptionCont, #contentsearch .keyword .SumoSelect>.CaptionCont
	{
	width: 310px;
}

#contentsearch .SumoSelect>.CaptionCont>span {
	padding-left: 25px;
}

#contentsearch .manufacturer .SumoSelect>.CaptionCont>span,
	#contentsearch .keyword .SumoSelect>.CaptionCont>span {
	padding-left: 32px;
}

.SumoSelect>.optWrapper {
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -100;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
	border-radius: 3px;
}

.SumoSelect>.optWrapper.open {
	top: 40px;
	visibility: visible;
	opacity: 1;
	z-index: 100000;
}

.SumoSelect>.optWrapper>.options {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
	border-radius: 3px;
	/*Set the height of pop up here (only for desktop mode)*/
	max-height: 300px;
	/*height*/
}

.SumoSelect>.optWrapper.isFloating>.options {
	max-height: 100%;
}

.SumoSelect>.optWrapper>.options>li {
	padding: 6px 6px;
	border-bottom: 1px solid #F3F3F3;
	position: relative;
}

.SumoSelect>.optWrapper>.options>li:first-child {
	border-radius: 3px 3px 0 0;
}

.SumoSelect>.optWrapper>.options>li:last-child {
	border-bottom: none;
	border-radius: 0 0 3px 3px;
}

.SumoSelect>.optWrapper>.options>li:hover {
	background-color: rgba(255, 156, 1, 0.6);
}

.SumoSelect>.optWrapper>.options>li label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.SumoSelect>.optWrapper>.options>li.lastminute label:after {
	content: "\A Durchführung garantiert";
	color: #F9B233;
	white-space: pre;
}

.SumoSelect>.optWrapper>.options>li span {
	display: none;
}

/*Floating styles*/
.SumoSelect>.optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%;
}

/*disabled state*/
.SumoSelect>.optWrapper>.options>li.disabled {
	background-color: inherit;
}

.SumoSelect>.optWrapper>.options>li.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	/* IE 5-7 */
	filter: alpha(opacity = 70);
	/* Netscape */
	-moz-opacity: 0.70;
	/* Safari 1.x */
	-khtml-opacity: 0.70;
	/* Good browsers */
	opacity: 0.70;
}

/*styling for multiple select*/
.SumoSelect>.optWrapper.multiple>.options>li {
	padding-left: 35px;
}

.SumoSelect>.optWrapper.multiple>.options>li span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	left: 0;
	bottom: 0;
}

.SumoSelect>.optWrapper.multiple>.options>li span i {
	background-image:
		url("https://www.esphere.de/templates/esphere2015/images/checkbox.png");
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
}

.SumoSelect>.optWrapper>.MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
	border-radius: 0 0 3px 3px;
}

.SumoSelect>.optWrapper>.MultiControls p {
	margin: 0;
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
	display: block;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
	padding: 6px;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
	background-color: #f1f1f1;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
	border-right: 1px solid #DBDBDB;
	border-radius: 0 0 0 3px;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
	border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect>.optWrapper.isFloating>.options>li {
	padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect>.optWrapper.multiple.isFloating>.options>li {
	padding-left: 35px;
}

.SumoSelect>.optWrapper.multiple.isFloating {
	padding-bottom: 43px;
}
/*selected state*/
.SumoSelect>.optWrapper.multiple>.options>li.selected span i {
	background-image:
		url("https://www.esphere.de/templates/esphere2015/images/checkbox-checked.png");
}

/*disabled state*/
.SumoSelect.disabled {
	opacity: 0.7;
}

.SumoSelect.disabled>.CaptionCont>label {
	background-color: #F1F1F1;
}
/*Background overlay*/
.BackdropSelect {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,
		endColorstr=#7F000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,
		endColorstr=#7F000000);
	zoom: 1;
	background: rgba(0, 0, 0, 0.5);;
}

/*** FONTs ***/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 16, 2014 */
@font-face {
	font-family: 'ubuntu';
	src:
		url("https://www.esphere.de/templates/esphere2015/fonts/ubuntu-r-webfont.eot");
	src:
		url("https://www.esphere.de/templates/esphere2015/fonts/ubuntu-r-webfont.eot?#iefix")
		format('embedded-opentype'),
		url("https://www.esphere.de/templates/esphere2015/fonts/ubuntu-r-webfont.woff2")
		format('woff2'),
		url("https://www.esphere.de/templates/esphere2015/fonts/ubuntu-r-webfont.woff")
		format('woff'),
		url("https://www.esphere.de/templates/esphere2015/fonts/ubuntu-r-webfont.ttf")
		format('truetype'),
		url("https://www.esphere.de/templates/esphere2015/fonts/ubuntu-r-webfont.svg#ubunturegular")
		format('svg');
	font-weight: normal;
	font-style: normal;
}

.control-panel-headline {
	font-family: "Ubuntu", sans-serif;
	background: #850000;
	color: #FFF;
	margin: 0 -10px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.orange {
	color: #D43D34;
	font-size: 22px;
}

/*** Big Data Lab Tables ***/
.bigdatatable {
	border: 1px solid #850000;
	width: 100%;
}

.bigdatatable td {
	border: 1px solid #850000;
	padding: 10px 20px;
}

.bigdatatable h2 {
	padding: 0 !important;
}

.bigdatatable tr.blue td {
	background: #E0E7EE;
}

.bigdatatable h2.blue {
	color: #850000;
}
/** **/
.half {
	width: 45%;
	float: left;
	padding-right: 5%;
	margin-bottom: 10px
}

img.left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

/*** Feedback ***/
#feedback_modal {
	width: 454px;
	margin-left: -227px;
}

#feedback_modal .content {
	overflow-y: hidden;
}

#feedback_modal .buttonBig {
	width: inherit;
	margin: 0;
	float: right;
}

#feedback_modal .red {
	color: #f00;
}

.toggleSidebar .feedbackButton:hover {
	background: -moz-linear-gradient(225deg, #8eb4db 0, #477BB0 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8eb4db),
		color-stop(100%, #477BB0));
	background: -webkit-linear-gradient(225deg, #8eb4db 0, #477BB0 100%);
	background: -o-linear-gradient(225deg, #8eb4db 0, #477BB0 100%);
	background: -ms-linear-gradient(225deg, #8eb4db 0, #477BB0 100%);
	background: linear-gradient(225deg, #8eb4db 0, #477BB0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eb4db',
		endColorstr='#477BB0', GradientType=1);
}

.toggleSidebar .feedbackButton {
	position: relative;
	top: 380px;
	margin-top: 37px;
	left: -85px;
	cursor: pointer;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0;
	width: 100px;
	text-align: center;
	border-top: 1px solid #bbb;
	border-bottom: #3A6B9D;
	border-left: 1px solid #bbb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
	background: #8eb4db;
	background: -moz-linear-gradient(225deg, #8eb4db 0, #3a6b9d 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #8eb4db),
		color-stop(100%, #3a6b9d));
	background: -webkit-linear-gradient(225deg, #8eb4db 0, #3a6b9d 100%);
	background: -o-linear-gradient(225deg, #8eb4db 0, #3a6b9d 100%);
	background: -ms-linear-gradient(225deg, #8eb4db 0, #3a6b9d 100%);
	background: linear-gradient(225deg, #8eb4db 0, #3a6b9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8eb4db',
		endColorstr='#3a6b9d', GradientType=1);
	-webkit-box-shadow: 0 0 5px 0 rgba(150, 150, 150, 0.75);
	-moz-box-shadow: 0 0 5px 0 rgba(150, 150, 150, 0.75);
	box-shadow: 0 0 5px 0 rgba(150, 150, 150, 0.75);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.reg_clean_bold_link {
	all: unset !important;
	font-weight: bold !important;
	color: #306090 !important;
	cursor: pointer !important;
}
/***********************************************
ALWAYS CRUNCH THIS FILE TO mobile.min.css  via http://tools.w3clubs.com/cssmin/ and convert afterwards to UTF8 (!!!)
************************************************/

/* Hidden Elements in Dekstop View */
#menu .nav.mobile {
	display: none;
}

#menu .menu.mobile {
	display: none;
}

#m_search {
	display: none;
}

#m_contact {
	display: none;
}

#top .inner .mobileLogo {
	display: none;
}

.gotobooking {
	display: none;
}

/* Tablet-View */
@media screen and (max-width:1024px) {
	/** Mein IT-Schulungen Workaround **/
	#site #sitecontent.site-userstart #contentcenter {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-userstart #contentright {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-userstart #contentright {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-profile #contentcenter {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-profile #contentright {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-profile #contentright {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-trainer #contentcenter {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-trainer #contentright {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-trainer #contentright {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-inquiry #contentcenter {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-inquiry #contentright {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent.site-inquiry #contentright {
		float: none;
		width: 652px;
		padding: 0px 35px 15px;
	}
	#site #sitecontent #contentright .myseminars {
		margin-top: 0px !important;
		float: none !important;
	}

	/** ENDE: Mein IT-Schulungen Workaround **/
	body {
		width: 100%;
		min-width: 320px;
	}
	img, input {
		max-width: 100%;
	}
	.common_table {
		margin: 0;
		width: 100%;
	}
	#top .slider {
		display: none;
	}
	.pseudobody {
		margin-top: 0;
	}
	#top {
		position: relative;
		height: 150px;
		overflow: hidden;
		background-size: auto 150px;
	}
	#top .inner {
		width: auto;
		height: 150px;
	}
	#top .inner .flare {
		max-width: none;
		height: 100%;
	}
	#top .inner .rock {
		height: 100%;
	}
	#top .inner .claim {
		display: none;
	}
	#top .inner .mobileLogo {
		display: block;
	}
	#top .inner .mobileLogo img {
		position: absolute;
		height: 80%;
		top: 10%;
		left: 10%;
		max-width: none;
	}
	#topslidercontainer .slide{
		height: 150px;
		background-size: auto 150px;
		background-position-x: 90%;
	}
	#topslidercontainer .slide .slider_claim{
		top: 45px;
		left: 230px;
		font-size: 24px;
		line-height: 26px;
	}
	#topslidercontainer .slide .slider_claim:before,
	#topslidercontainer .slide .slider_claim:after{
		font-size: 36px;
	}
	#site #abovecontent {
		margin: 0;
		padding: 0 5%;
		width: 90%;
	}
	#site #abovecontent #abovecenter {
		margin: 0;
		float: none;
		padding: 0;
		width: auto;
	}
	#site #abovecontent #aboveright {
		display: none;
	}
	#logo-top {
		display: none !important;
	}
	#menu {
		height: auto;
	}
	#menu .nav.login #toggle-login {
		display: none;
	}
	#menu .nav.menu {
		float: none;
		margin: 0;
		width: auto;
	}
	#menu .nav.menu>li {
		display: none;
	}
	#menu .nav.menu li.menu.mobile {
		display: none;
		margin: 0;
		padding: 5px;
		background: #555;
		float: none;
		color: #fafafa;
	}
	#menu .nav.menu li.menu.mobile li {
		list-style-type: none;
		padding: 6px 0;
		font-weight: bold;
	}
	#menu .nav.menu li.menu.mobile li a {
		display: block;
	}
	#menu .nav.menu li.menu.mobile li li {
		font-weight: normal;
	}
	#menu .nav.menu li.menu.mobile li {
		border-bottom: 1px solid #606060;
		cursor: pointer;
	}
	#menu .nav.menu li.menu.mobile ul li ul li:first-child {
		border-top: 1px solid #606060;
	}
	#menu .nav.menu li.menu.mobile ul li:last-child {
		border: none;
	}
	#menu .nav.menu li.menu.mobile ul {
		margin: 0;
		padding: 0;
	}
	#menu .nav.menu li.menu.mobile ul ul {
		margin-top: 0;
	}
	#menu .nav.menu li.menu.mobile ul div.submenu {
		margin-top: 10px;
		display: none;
	}
	#menu .nav.menu li.menu.mobile ul li {
		padding-left: 5%;
	}
	#menu .nav.menu li.menu.mobile a {
		color: inherit !important;
	}
	.my_its_topmenu_header {
		font-weight: inherit;
		font-size: inherit;
		color: inherit !important;
		z-index: auto;
		padding: 0 !important;
		background: none;
	}
	#menu .nav.mobile {
		display: block;
		width: 100%;
		float: none;
		height: 40px;
		margin: 0;
	}
	#menu .nav.mobile>li {
		width: 25%;
		text-align: center;
		color: #fff;
		margin-top: 6px;
		cursor: pointer;
	}
	#menu .nav.mobile li>span {
		display: inline-block;
		min-height: 30px;
	}
	#menu .nav.mobile li span.label {
		font-size: 18px;
		line-height: 30px;
		vertical-align: top;
	}
	#menu .nav.login li {
		display: none;
	}
	#menu .inner {
		height: auto;
		width: auto;
		margin: 0;
	}
	#mn_cpanel i {
		position: relative;
		display: inline-block;
	}
	#mn_cpanel .counter {
		text-align: center;
		position: absolute;
		bottom: 2px;
		left: -12px;
		height: 18px;
		border-radius: 9px;
		width: 18px;
		line-height: 18px;
		color: #fff;
		background: #ff0000; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #ff8282 0%, #ff0000 81%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ff8282),
			color-stop(81%, #ff0000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg, #ff8282 0%, #ff0000 81%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg, #ff8282 0%, #ff0000 81%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg, #ff8282 0%, #ff0000 81%);
		/* IE10+ */
		background: linear-gradient(135deg, #ff8282 0%, #ff0000 81%);
		/* W3C */
		-webkit-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
		-moz-box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
		box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
	}
	#m_search {
		width: 90%;
		padding: 2% 5%;
		background: #555;
		height: 35px;
	}
	#m_search .searchfield {
		float: left;
		width: 93%;
		height: 35px;
		border: 0;
		padding: 0 1%;
		margin: 0;
	}
	#m_search .button {
		background: #D43D34;
		width: 5%;
		height: 35px;
		float: left;
		font-family: "Ionicons";
		color: #fff;
		cursor: pointer;
		font-size: 20px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		border: 0;
		padding: 0;
		margin: 0;
	}
	#m_contact {
		display: block;
		width: 40px;
		height: 35px;
		position: fixed;
		bottom: 0;
		right: 5%;
		z-index: 100;
		color: #fff;
		text-shadow: 0px 0 2px rgba(0, 0, 0, 0.75);
		text-align: center;
		padding: 10px;
		cursor: pointer;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.75);
		box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.75);
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
		background: #FF6868; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #ffffff 0%, #FF6868 0%, #F30101 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff),
			color-stop(0%, #FF6868), color-stop(100%, #F30101));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg, #ffffff 0%, #FF6868 0%, #F30101 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg, #ffffff 0%, #FF6868 0%, #F30101 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg, #ffffff 0%, #FF6868 0%, #F30101 100%);
		/* IE10+ */
		background: linear-gradient(135deg, #ffffff 0%, #FF6868 0%, #F30101 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
			endColorstr='#F30101', GradientType=1);
		/* IE6-9 fallback on horizontal gradient */
	}
	#toggleSidebar {
		padding: 0;
		border: none;
		-webkit-border-top-left-radius: 2%;
		-webkit-border-bottom-left-radius: 2%;
		-moz-border-radius-topleft: 2%;
		-moz-border-radius-bottomleft: 2%;
		border-top-left-radius: 2%;
		border-bottom-left-radius: 2%;
		border: 2px solid #850000;
		right: -4px;
		height: 96%;
		margin-top: 2%;
		background: #fff;
		overflow: hidden;
		overflow-y: scroll;
	}
	#toggleSidebar_innerContent {
		width: 100%;
	}
	#toggleSidebar_innerContent .close {
		right: 8px;
	}
	#toggleSidebar_innerContent .cartc {
		height: auto;
		width: 94%;
		margin: 2%;
		padding: 1%;
		border: none;
	}
	.cart_item .delete i {
		font-size: 20px;
	}
	.cart_item .title {
		padding-right: 30px;
	}
	#toggleSidebar_innerContent #cp_history {
		display: none;
	}
	#toggleSidebar_innerContent .cart {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#toggleSidebar #toggleSidebar_animationButton {
		display: none;
	}
	#toggleSidebar .animationButtons {
		display: none;
	}
	#site #sitecontent {
		width: 100%;
		margin: 0;
	}
	.site-featured #contentcenter {
		width: 60% !important;
		padding: 3% !important;
		padding-top: 0 !important;
		margin: 0 !important;
		border: none !important;
	}
	.custom_welcome.common_group {
		padding: 3%;
		width: 94%;
		margin: 0;
	}
	.blog-featured {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.blog-featured .item, #topoffer {
		width: 94%;
		padding: 3%;
	}
	#contentcenter #contentsearch form {
		display: none;
	}
	.singleresult {
		margin: -1px -4%;
		border-left: 0;
		border-right: 0;
	}
	#site #sitecontent #contentcenter .searchfield {
		width: auto;
	}
	#site #sitecontent #contentcenter .searchfield input {
		width: 90%;
	}
	#site #sitecontent #contentcenter .searchfield input[type="submit"] {
		width: 7%;
	}
	.cartc {
		width: auto;
		margin: 0 -5%;
		padding: 0;
	}
	.cartc .item {
		padding: 10px 35px;
	}
	.blog-featured.row {
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	#site #sitecontent #contentleft {
		display: none;
		width: 90%;
		padding: 5%;
		margin: 0;
		border: none;
		min-height: 0;
	}
	#site #sitecontent #contentcenter {
		width: 60%;
		padding: 3%;
		padding-top: 0;
		margin: 0;
		border: none;
	}
	#site #sitecontent #contentright {
		width: 30%;
		padding: 2%;
		padding-top: 0;
		margin: 0;
		border: none;
	}
	#contentright .module {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#contentright .module .content {
		width: 94% !important;
		padding: 3%;
	}
	#footer #footercontent {
		width: 100%;
	}
	#contentcenter .outer_rect_top_container {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		background: #FFF;
	}
	#categorydetail #categorybuzzwords .column {
		float: none;
		padding: 0;
		margin: 0;
		width: auto;
	}
	ul.filtertab {
		width: auto;
	}
	ul.filtertab li {
		margin: 6px 6px 0 0 !important;
	}
	.nav.login {
		position: static;
	}

	/* Seminarstandorte */
	#googlemaps, #locationdetail #googlemaps {
		width: auto !important;
		height: 300px !important;
	}
	.site-locations .top>p {
		width: 50%;
		float: left;
	}
	.site-locations .top>img {
		width: 45%;
		float: right;
	}

	/* Kontakt-Seite */
	.contactspage .contactimage {
		display: none;
	}

	/* Kontaktformular/Callback */
	.login-modal {
		top: 0;
		margin-top: 20px;
		position: absolute;
	}
	.contactspage-modal {
		top: 0;
		margin-top: 20px;
		position: absolute;
		height: auto;
	}
	.contactspage-modal .info {
		display: block;
	}

	/* Raumvermietung */
	.room_rent_icons .icon {
		width: calc(29% - 2px);
	}

	/* footer */
	#footer {
		width: 90%;
		padding: 5%;
	}

	/* bookingform */
	#seminar_bookinginfo .garantiert {
		width: auto;
	}
	.myseminarsbooking #msvoucheropenDiv {
		width: auto;
	}
	#rentfrom {
		width: calc(100% - 38px);
	}
	#rentfrom_img {
		width: calc(100% - 25px);
	}
	.myseminarsbooking form .inputfield {
		width: calc(100% - 42px) !important;
	}
	.myseminarsbooking form .SumoSelect {
		width: 100%;
	}
	.myseminarsbooking form  .SumoSelect>.CaptionCont {
		width: auto;
	}
	.myseminarsbooking .buttonBig, .myseminarsbooking .buttonBig.savecart {
		width: auto;
	}
	.buttonbar i, .buttonbar a i {
		margin: 0 13px;
	}
	#btn_label {
		display: none;
	}

	/* Warenkorb */
	#site #sitecontent.site-cart #contentcenter {
		width: 94%;
		padding: 3%;
	}
	#site #sitecontent.site-cart #contentright {
		display: none;
	}
	.myseminarsbooking.cart form .inputfield {
		width: 138px !important;
	}
	.myseminarsbooking.cart form .SumoSelect {
		width: 156px;
	}
	#site #sitecontent.site-cart .cartc {
		margin: 0 -3%;
	}
	.cartc .item .trash {
		font-size: 15px;
	}
	#topslidercontainer .slick-next,
	#topslidercontainer .slick-prev{
		display: none!important;
	}
}

/* Mobiles goes up to 767px width */
@media screen and (max-width:767px) {
	img {
		max-width: 100%;
	}
	.half {
		float: none;
		width: 100%;
		clear: both;
	}

	/* Header */
	/*
	#top {
		display: table;
	}
	#top .inner {
		display: table-cell;
		width: 100%;
		height: 100%;
		vertical-align: middle;
		text-align: center;
	}
	*/
	#topslidercontainer .slide .logo{
		top: 10px;
	}
	#topslidercontainer .slide .slider_claim{
		top: 70px;
		left: 80px;
		font-size: 18px;
		line-height: 26px;
	}
	#topslidercontainer .slide .slider_claim:before,
	#topslidercontainer .slide .slider_claim:after{
		font-size: 27px;
	}
	#top .inner .mobileLogo img {
		position: static;
		width: 310px;
		height: auto;
	}
	#top .inner .rock, #top .inner .flare, #top .inner .claim {
		display: none;
	}

	/* */
	.control-panel-headline {
		font-size: 15px;
	}
	#toggleSidebar_innerContent .half.right, #toggleSidebar_innerContent .half.left,
		#toggleSidebar_innerContent .buttonBig {
		float: none !important;
		display: block;
		text-align: center;
	}
	#toggleSidebar_innerContent .clear {
		display: none;
	}
	#menu .nav.mobile li span .label {
		display: none;
	}
	#m_search .searchfield {
		width: 83%;
	}
	#site #sitecontent #contentcenter .searchfield input {
		width: 83%;
	}
	#site #sitecontent #contentcenter .searchfield input[type="submit"] {
		width: 12%;
	}
	#m_search .button {
		width: 15%;
	}
	#m_contact {
		width: 30px;
		height: 25px;
	}
	#site #abovecontent {
		display: none;
	}
	#site #sitecontent #contentcenter {
		width: 90%;
		padding: 5%;
		padding-top: 0;
		margin: 0;
		border: none;
	}
	.site-featured #contentcenter {
		width: 94% !important;
		padding: 3% !important;
		padding-top: 0 !important;
		margin: 0 !important;
		border: none !important;
	}
	.cartc .item {
		padding: 10px 5%;
	}
	.singleresult {
		margin: -1px -5%;
		padding: 10px 5%;
	}
	#site #sitecontent #contentright {
		width: 90%;
		padding: 5%;
		margin: 0;
		border: none;
	}

	/* Kontaktformular/Callback */
	.contactspage-modal {
		width: 94%;
		left: 3%;
		margin-left: 0;
		padding: 0;
	}
	.contactspage-modal .top {
		margin: 0;
		padding: 15px 5%;
		font-size: 25px;
	}
	.contactspage-modal .info {
		padding: 5%;
		margin: 0;
	}
	.contactspage-modal .info strong {
		display: block;
		margin: 10px 0;
		text-align: center;
		font-size: 130%;
	}
	.contactspage-modal form {
		padding: 0;
		margin: 0 0 5% 0;
	}
	.contactspage-modal>p {
		margin: 0 5%;
	}
	.contactspage-modal .label, .contactspage-modal .field {
		float: none;
		width: auto;
		padding: 0 5%;
	}
	.contactspage-modal .clear {
		display: none;
	}
	.contactspage-modal .field input, .contactspage-modal .field textarea {
		width: 100%;
	}

	/* Login-Formular */
	.login-modal {
		width: 94%;
		left: 3%;
		margin-left: 0;
	}
	.login-modal .socialBtn {
		width: 225px;
	}
	#login-modal div.register .col {
		width: 100%;
		margin-right: 0;
	}
	#login-modal div.register .col input {
		width: 98%;
		padding: 1%;
	}
	#login-modal div.register .col select {
		width: 100%;
	}
	.login-modal, .login-modal .center {
		height: auto;
	}

	/* Seminaransicht */
	#site #sitecontent h1.lastminute {
		margin-right: 0;
	}
	.last_minute_ribbon {
		display: none;
	}
	.gotobooking {
		display: block;
		text-align: center;
	}
	#seminardetail table.garantietermine .title {
		display: none;
	}
	#btn_calc {
		display: none;
	}

	/* Raumvermietung */
	.room_rent_icons .icon {
		width: calc(46% - 2px);
	}

	/* Footer */
	#footer div.left {
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	/* Warenkorb */
	.myseminarsbooking.cart #locationsdiv, .myseminarsbooking.cart .seminardate,
		.myseminarsbooking.cart .inputwishdateicon, .myseminarsbooking.cart #seminarparticipantsopen,
		.myseminarsbooking.cart .inputlocationicon, .myseminarsbooking.cart .inputdateicon,
		.myseminarsbooking.cart #seminarparticipantsinhouse,
		.myseminarsbooking.cart .inputlocationicon, .myseminarsbooking.cart .inputdateicon,
		.myseminarsbooking.cart .inputwishdateicon, .myseminarsbooking.cart .inputlocationicon,
		.myseminarsbooking.cart .inputdateicon, .myseminarsbooking.cart .inputeventdateicon,
		.myseminarsbooking.cart .inputeventlocationicon, .myseminarsbooking.cart .inputeventdateicon,
		.myseminarsbooking.cart #seminarparticipantsopen, .myseminarsbooking.cart #seminarparticipantscompany,
		.myseminarsbooking.cart #seminarparticipantsinhouse,
		.myseminarsbooking.cart .seminardate {
		float: none !important;
	}
	.myseminarsbooking.cart .fromLabel {
		float: none;
		margin: 0;
	}
	.inputeventdateicon {
		margin-bottom: 5px;
	}
	.myseminarsbooking.cart .inputeventdateicon .input-append .input-medium
		{
		width: calc(100% - 26px);
	}
	.myseminarsbooking.cart .inputeventdateicon .input-append .btn {
		width: 100%;
		margin-right: 0;
	}
	.myseminarsbooking.cart #locationsdiv br {
		display: none;
	}
	#site #sitecontent.site-cart #contentcenter .cartc .item .title a {
		font-weight: bold;
		font-size: 115%;
	}
	.myseminarsbooking.cart form .SumoSelect {
		display: block;
		width: auto;
	}
	.myseminarsbooking.cart form .inputfield {
		width: 93% !important;
		width: calc(100% - 25px) !important;
		display: block;
	}
	.myseminarsbooking.cart .price {
		float: none;
		text-align: left;
		margin-bottom: 10px;
	}
	.cartc .item .title {
		margin-right: 25px;
	}
	.tablist {
		border: none;
		padding: 0;
	}
	.tablist .tab {
		width: auto;
		display: block !important;
		padding: 0 10px;
		border: 1px solid #850000;
	}
	.tablist .tab.active::before {
		content: "\f3d3";
		font-family: ionicons;
		position: relative;
		left: -10px;
	}
	.tabcontent {
		margin-top: 20px;
	}
	.inqformcart .label, .inqformcart .field {
		float: none;
		width: auto;
	}
	.tabcontent .socialBtn {
		width: 100%;
		height: auto;
		font-size: 90%;
	}
	.tabcontent .inqformcart.register .label {
		width: calc(80% - 10px);
		float: left;
	}
	.tabcontent .inqformcart.register .field {
		width: calc(20% - 10px);
		float: left;
	}

	/* Seminarstandorte */
	.site-locations .top>p, .site-locations .top>img {
		width: auto;
		float: none;
	}
	#offer.common_group {
		overflow: auto;
	}
	#offer.common_group .common_table {
		margin: 0;
	}
}

/* Minimum Page-Width should be 320px */
@media screen and (max-width:320px) {
	body {
		width: 320px;
		min-width: 320px;
	}
	#sitecontent {
		width: 320px;
	}
}#site #head #homepagemodules {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#forms {
	display: none;
}

.lof-ass {
	border: 0px;
}

#shoppingcart {
	/* top: 656px; */
	
}

#topimage {
	display: none;
	visibility: hidden;
}
/** startpage **/
/**
	--> FEATURED
**/
#contentcenter .blog-featured h1 {
	display: none;
}

#contentcenter .blog-featured .column-1, #contentcenter .blog-featured .column-2
	{
	margin-bottom: 20px;
}

.blog-featured .item h2 {
	padding: 0px 0px 17.5px 0px !important;
}