/* ------
BACKGROUND HOVER
--------*/
a, button, div {
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	-o-transition: background 0.4s;
	-ms-transition: background 0.4s
}
/* ------
SUBMIT-FEEDBACK
--------*/
p.error {
	background:#c80202;
}
p.error a, p.success a {
	text-decoration: underline;
	color: #FFF;
}
p.success {
	background: green;	
}
p.success:before {
	font-family:'FontAwesome';	
	content: '\2714';
	padding-right: 5px;
	font-size:120%;
}
p.error:before {
	font-family:'FontAwesome';	
	content: '\f00d';
	padding-right: 5px;
	font-size:120%;
}
p.error, p.success {
	display: inline-block;
	padding: 10px 30px;
	width: 100%;
	font-weight: bold;
	margin-bottom: 20px;
	color:#FFF
}
/* ------
SCROLL TO TOP
--------*/
.scrollToTop {
	z-index: 1000;
	text-align: center;
	width: 48px;
	height:48px;
	line-height:30px;
	padding:4px 0 8px;
	font-size: 180%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	position: fixed;
	top: calc(45% + 98px);
	right: 2px;
	display: none;
	background:#CC6600;
    -webkit-box-shadow: 1px 1px 3px #222;
    -moz-box-shadow:1px 1px 3px #222;
    box-shadow:1px 1px 3px #222;
	border:none
}
.scrollToTop:hover {
	text-decoration: none;
}
.scrollToTop i {
	width: auto;
	height:auto;
	margin:0;
	padding:0;
}
/* ------
SUGGESTIONS/VORSCHLÄGE
--------*/
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto
}
.autocomplete-suggestion {
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
    cursor: pointer
}
.autocomplete-suggestion:before {
	font-family:'FontAwesome';	
	content: "\f041";
	color:#CC6600;
	padding-right:10px
}
.autocomplete-selected {
	background: #F0F0F0
}
.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF
}
/* ------
SIDE ACTION (MERKLISTE/FACEBOOK/BUG
--------*/
.sidebar {
	position: fixed;
	top: 45%;
	right:2px;
	z-index: 1000;
	background: #112943;
	display: block;
	padding:0;
	height:96px;
	width: 48px;
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	text-align: center;
    -webkit-box-shadow: 1px 1px 3px #222;
    -moz-box-shadow:1px 1px 3px #222;
    box-shadow:1px 1px 3px #222;
	border:none
}
.sidebar a{
	display:inline-block;
	color:#FFF;
	width:48px;
	height:48px;
	line-height:48px;
	font-size:120%;
}
.sidebar a:hover {
	text-decoration: none;
	background: #185791;
}
.sidebar span{
	display:inline-block;
	line-height:48px;
	width:48px;
	height:48px;
	font-size:120%;
}
a.facebook {
	background: #185791;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: fixed;
	right: 0;
	top: 359px;
}
a.facebook:hover {
	background: #1691BE;
}
a.facebook i {
	position: absolute;
	bottom: 0;
	right: 5px;
	color: #FFF;
	font-size: 32px;
}
/* ------
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;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-slide {
	position: relative !important;
	height:465px !important;
	overflow:hidden
}
.slick-slider .slick-slide img{
	min-width:100% !important;
	width:auto !important;
	min-height: 100% !important;
	height:auto !important;
	margin: auto !important;
}
.slick-slide {
	display: none;
	float: left;
	height: auto;
	width: auto;
	min-height: 1px
}
.slider-nav .slick-slide {
	width: auto;
	height:auto !important
}
.slider-nav {
	border-top: 1px solid #CCC;
	padding: 10px;
	margin: 0;
	background:#112943;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
}
.slider-nav img {
	border: 3px solid #FFF;
	margin: 0 5px;
	max-height: 60px;
	cursor: pointer;
	opacity: 0.7
}
.slider-nav .slick-current img, .slider-nav .slick-active img {
	opacity: 1.0 !important
}
.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;
	text-align: center;
	display: block
}
.slider_aside .slick-track {
	text-align: left;
}
.slider_aside .slick-track h4 {
	font-size: 100%;
	margin: 2% 0 0
}
.slider_aside {
	margin: 0 !important
}
.slick-track img {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
[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;
	height: 100%;
}
.slider-nav .slick-slide {
	height: auto
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
/* PFEILE FÜR SLIDER AUF DETAILSEITE */
.slick-arrow {
	color:#FFF;
	overflow: hidden
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-prev, .slick-next {
	background:#112943;
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 100;
	font-size: 40px;
}
.slick-prev {
	left:0;
}
.slick-next {
	right:0
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}
.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
	opacity: .75;
	color:#FFF;
	text-align: center;
}
.slick-prev:before {
	content: '\f0d9'
}
[dir='rtl'] .slick-prev:before {
	content: '\f0d9'
}
.slick-next:before {
	content: '\f0da';
	padding-left: 5px;
}
[dir='rtl'] .slick-next:before {
	content: '\f0da'
}
.slider_aside .slick-dots {
	bottom: 0
}
.slider_aside .slick-slider:nth-child(1) {
	margin-bottom: 0 !important
}
.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	background: #999
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 15px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
	background: #CC6600
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 190%;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	text-align: center;
	opacity: .50;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000;
	background: #CC6600
}
.slider_wrapper {
	position: relative;
	width: 600px;
	height: 550px;
	float: left;
	background: #FFF;
	overflow: hidden;
}
.slick-dots li button::before {
	content: "\2B1B";
	font-size: 150%;
	color: #CCC
}
.slick-dots li.slick-active button::before {
	color: #666
}
/* SLIDER DETAILSEITE-WEITERE OBJEKTE */
.slider_aside .slick-slide {
	max-height: none !important;
	min-height: none !important;
	height:auto !important;
	display:inline-block !important
}
.slider_aside .slick-slide img {
	max-height: none !important;
	min-height: 0% !important;
	width:100% !important;
}
.slider_aside .slick-dots {
	position: relative;
}
.slider_aside a{
	width:100%;
}
.slider_aside a img{

	display:block;
	margin:0 auto;
}
.slider_aside h4{
	margin: 10px 0;
	padding:5px 10px;
	font-size:120% !important;
	width:100% !important;
}
.slider_aside h4 a{
	margin:0;
}
.slider_aside p{
	margin:7px 0 !important;
	padding:0px 10px;
	width:100%;
}
/* WENN NUR EIN BILD AUF DETAILSEITE DANN VOLLE HÖHE */
.full, .full .slick-slide, .full .slick-track, .full .slick-list, .full .slick-slider .slick-slide {
	height:100% !important;
}
.full img {
	width:auto !important;
	min-height: inherit !important;
	min-width: inherit !important;
	position: absolute !important;
	left:50%;
	top:50%;
	height:100% !important;
	transform: translate(-50%,-50%)
}
/* ARITCLE-SLIDER */
.slider_article {
	margin-bottom:30px;
}
.slider_article div img{
	min-height:320px;
	margin-bottom:0;
}
.slider_article div span{
	box-sizing: border-box;
	z-index: 10000;
	color:#333;
	background:#f5f5f5;
	border:1px solid #CCC;
	width:80%;
	margin:0 10%;
	padding:10px 20px;
	display:inline-block;
	text-align: left
}
.slider_article .slick-slide, .slider_aside .slick-slide {
	height:auto;
}
/* INDEX-SLIDER */

/* ------
ACCORDION (JQUERY)
--------*/
.ui-accordion .ui-accordion-#header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: 7px 10px;
	min-height: 0;
	font-size: 100% !important;
}
.ui-accordion h3 {
	margin:0 !important;
	font-size: 100% !important;
}
.ui-accordion .ui-accordion-icons {
	padding: 10px 15px 10px 30px;
	cursor: pointer;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 30px;
}
.ui-accordion .ui-accordion-#header .ui-accordion-#header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 30px;
	border-top: 0;
	overflow: auto;
	line-height:1.6
}
.ui-widget-content {
	border: 1px solid #CCC;
	background: #fff;
	color: #333
}
.ui-widget-content a {
	color: #185791
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-#header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #112943;
	font-weight: normal;
	color: #FFF
}
/* ICONS */
.ui-icon:before  {
    display: inline-block;
    width: 16px;
	height: 16px;
    float:right
}
.ui-state-default .ui-icon:before {
	font-family: 'FontAwesome';
	color:#FFF ;
	content: "\f0d9";
}
.ui-state-active .ui-icon:before {
	font-family: 'FontAwesome';
	color:#FFF;
	content: "\f0d7";
}

/* ACCORDION-FILTER */
#accordion-menu .ui-accordion-icons {
	padding: 5px 10px;
	text-align: right;
}
#accordion-menu .ui-accordion-#header {
	float: none;
	margin: 0;
	padding: 10px 20px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}
#accordion-menu .ui-accordion-content {
	padding: 20px
}
/* ------
ICONS - CHECKBOXEN
--------*/
.icon_check_detail {
	display: inline-block;
	width:100%;
}
.icon_check_detail li {
	display: inline-block;
	width:33.3%;
	padding:0 20px;
	float:left;
}


/* STÄDTE/BUNDESLÄNDER */
.filter_region {
	margin:0 0 30px;
}
.filter_region {
	margin:0 0 30px;
}
.filter_region a, .filter_region span{
	width:auto;
	margin:0 0 10px;
	padding:3px 10px
}
.filter_region span{
	background: #999;
	cursor: default
}
.filter_region span:hover{
	background: #999;
}
/* ------
TABS (JQUERY)
--------*/
.ui-tabs {
	position: relative;
	padding:0;
}
.ui-tabs h2 {
	clear: both;
	display: inline-block;
}
.ui-tabs p {
	margin: 0 0 20px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	width:100%;
}
.ui-tabs .ui-tabs-nav li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 10px 0;
	color: #FFF
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #333
}
.ui-tabs .ui-tabs-nav li i {
	font-size:45px;
	width: 60px;
	height: 60px;
	display: inline-block
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0;
	border:none;
	padding: 0;
	white-space: nowrap;
	width: 25%;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li a:hover {
	opacity: 0.6
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs ul li.ui-tabs-active {
	color: #333
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs-nav li.ui-tabs-active {
	background: #FFF;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 30px;
	background: none;
}
/* ------
LIST-MAP-SWITCH
--------*/
.switch_listmap {
	width: 100%;
	clear: both;
	display: inline-block
}
.switch_listmap a {
	float: right;
	padding:3px 10px;
	width:auto;
	font-size:110%;
}


/* ------
BUG-REPORT
--------*/
#feedback {
	z-index: 10000;
	width:auto !important;
	clear:none !important
}
#feedback h3 {
	font-size: 130% !important;
	margin: 0 0 10px
}
#feedback ul {
	display: none;
	list-style: none;
	border: 1px solid #ccc;
	position: fixed;
	left: 5px;
	top: 270px;
	height: auto;
	width: 250px;
	padding: 15px;
	margin: 0;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(125, 127, 133, 1);
	-moz-box-shadow: 0px 2px 2px 1px rgba(125, 127, 133, 1);
	box-shadow: 0px 2px 2px 1px rgba(125, 127, 133, 1);
	background: #fff;
}
#feedback li {
	font-size: 100% !important;
	margin: 0;

}
#feedback li button {
	bottom: 0;
	left: 0;
	width: 100% !important;
}
#feedback textarea {
	display: block;
	margin: 0;
	width: 100%;
	max-width: 218px;
	min-height: 200px;
	padding: 10px;
	border: 1px solid #185791;
	font-family: sans-serif;
	font-size:100%;
}
#feedback .feedback_close {
	float:right;
	color:red;
	cursor: pointer
}
#feedback .hideme {
	display: none;
}

#feedback .feedbackerror::-webkit-input-placeholder {
 color: red;
}
#feedback .feedbackerror:-moz-placeholder {
 color: red;
}
#feedback .feedbackerror::-moz-placeholder {
 color: red;
}
#feedback .feedbackerror:-ms-input-placeholder {
 color: red;
}
#feedback .screenshot {
	width: 15px;
	height: 15px;
	position: relative;
	float: right;
	right: 10px;
	bottom: 25px;
	opacity: .6;
}
#feedback .check::after {
	font-family: 'FontAwesome';
	content: '\f00c';
	color:green
}
#feedback .screenshot:hover {
	opacity: 1;
}
#feedback .camera {
	background: url(/buchung/assets/styles/images/icons/screenshot.png) 0px center;
}
#feedback .check {
	background: url(/buchung/assets/styles/images/icons/screenshot.png) 15px center;
}
/* ------
VIDEO
--------*/
.youtube {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 200ms ease-out;
	cursor: pointer;
}
.youtube_wrapper {
	margin: 0 10% 30px;
	display: inline-block;
	width: 80%
}
.youtube_wrapper div, .youtube_wrapper iframe {
	width: 100%;
	height: 350px;
}
.youtube .play {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
	background-size: 64px 64px;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 0.2s ease-out;
}
.youtube .play:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* ------
COOKIE-BANNER
--------*/
/* WENN AM ENDE DER SEITE ANGEZEIGT WERDEN SOLL, 
IST DANN ABER NICHT FIXED, 
ALSO ERST AM ENDE DER SEITE SICHTBAR + cc_container position:relative !important
.cc_banner-wrapper {
	position: absolute !important;
	bottom:0;
	width:100%;
	height:70px;
	padding-top:70px
}*/
.cc_container {
	font-size:16px !important;
}
.cc_container .cc_btn {
	width: auto !important;
	max-width: none !important;
	padding: 10px 20px !important;
	border-radius: 0px !important;
	background: #CB6600 !important;
	color: white !important;
}
.cc_container {
	font-size:16px !important;
	padding:10px 20px !important;
	opacity: 0.9
}
.cc_message {
	font-size: 16px !important;
	width:auto !important;
	margin-bottom:0 !important;
	line-height: 1.6 !important;
	float: left !important
}
.cc_container .cc_btn,  .cc_container .cc_btn:visited {
	margin: 0;
}
/* ------
TOOLTIP
--------*/
#tooltip {
    text-align: left;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 300;
    padding: 10px;
    max-width: 300px;
    font-size: 100%
}
.tooltip_sign {
    margin: 1%;
    position: absolute;
    right: 15px;
	font-size: 30px !important;
    color: #005b93;
}
/* ------
DROPDOWN
--------*/

.wrapper-dropdown {
	/* Size & position */
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 10px 15px;
	/* Styles */
	background: #F5F5F5;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	cursor: pointer;
	outline: none;
}
.content .wrapper-dropdown {
	margin:20px 0;
	color:#185791
}
/* CONTENT */
.wrapper-dropdown:hover {
	background:#F9F9F9;
}
/* CONTENT ENDE*/
.wrapper-dropdown span {
	display: inline !important;
	font-weight: bold;
	text-align: center
}
.wrapper-dropdown:after {
	/* Little arrow */
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: #E9931A transparent;
}
.wrapper-dropdown .dropdown {
	/* Size & position */
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: none;
	border-bottom: none;
	list-style: none;
	padding: 0 !important;
	margin: 0;
	max-height: 0;
	overflow: hidden;
}
.wrapper-dropdown .dropdown li {
	display: inline-block;
	width:100%;
	margin:0;
	padding: 0 10px;
}
.wrapper-dropdown .dropdown li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 10px 0 !important;
	width:100%;
	border-bottom: 1px solid #e6e8ea;
	line-height: 1.6;
	font-size:100% !important
}
.wrapper-dropdown .dropdown li:last-of-type a {
	border: none;
}
.wrapper-dropdown .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}
/* Hover state */
.wrapper-dropdown .dropdown li:hover a {
	color: #57a9d9;
}
/* Active state */
.wrapper-dropdown.active {
	background: #CCC;
	box-shadow: none;
	border-bottom: none;
	color: #000;
	font-weight: normal !important
}
.wrapper-dropdown.active:after {
	border-color: #FFF transparent;
}
.wrapper-dropdown.active .dropdown {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	overflow: auto;
	max-height: 300px;
	z-index: 500
}
/* ------
RATING (BEWERTUNG)
--------*/
.score {
	margin:0;
	padding:0;
	border:none
}
.score div{
	float:left;
	padding:0;
	margin:0;
	border:none;
}
/* BEWERTUNGEN - ÜBERSICHT */
.rating_box {
	clear: both;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 30px;
	margin: 0 0 20px
}
.rating_box .score {
	clear:both;
	float:left;
}
.rating_box .score {
	margin:5px 10px 0 0 
}
.rating_box h3 {
	margin:0;
	text-align: left !important
}
.rating_box span {
	clear:both;
	color:#999;
	width:auto;
	display:inline-block;
	margin:5px 0 10px;
}
.rating_box p {
	clear:both;
	width:100%;
}


.rating_stars a {
	display:inline-block
}
.rating_stars a i {
	font-size:24px;
	width:auto !important;

}
.rating_stars div {
	float:left
}
.rating div.label {
	float: left;
	clear: left;
	width: 120px;
}
.rating label, .rating .label {
	float: left;
	display: block;
	width: 120px;
}
.rating .hover {
	margin: 0px 0px 0px 20px;
}
.rating .clear {
	clear: both;
}
.rating_contact .group {
	margin-bottom: 5px;
}
.rating_contact .group label {
	float: left;
	clear: left;
	width: 100px;
}
.rating_criteria .group {
	margin-bottom: 5px;
}
.rating_criteria div.label {
	float: left;
	width: 100px;
}
.criteria {
	float: left;
	min-width: 200px;
	width: 30%;
}
.distar, .enstar, .enstarhalf, .onstar, .onstarhalf {
	width: 16px;
	height: 16px;
	text-align:center;
	font-size:14px
}
.distar {
	color:#999 !important;
}
.enstar {
	color:#E9931A !important;
}
.enstarhalf {
	color:#E9931A !important;
}
.onstar {
	color:#E9931A !important;
}
.onstarhalf {
	color:#E9931A !important;
}
div.rating-cancel, div.star-rating {
	float: left;
	width: auto;
	height: auto;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden
}
div.rating-cancel, div.rating-cancel a:before {
	font-family: 'FontAwesome';
	color:#999 ;
	content: "\f056";
	margin-right:4px
}
div.rating-cancel, div.rating-cancel:hover a:before {
	color:red !important;
	width:auto;
	height:auto;
}

div.star-rating, div.star-rating a:before {
	font-family: 'FontAwesome';
	color:#999;
	content: "\f005";
}
div.star-rating, div.star-rating:hover a:before {
	color:#E9931A;
}
div.rating-cancel a, div.star-rating a {
	display: block;
	width: auto;
	height: 100%;
	border: 0;
	text-decoration:none;
	font-size:14px;
	color:#FFF
}

div.star-rating-on a:before {
	color:#E9931A !important;
}
div.star-rating-hover a:before {
	color:#E9931A !important;
}
div.star-rating-readonly a {
	cursor: default !important
}
div.star-rating {
	background: transparent!important;
	overflow: hidden!important
}

.detail_rating {
	clear: both;
	width: 100%;
	margin: 0 auto
}
.ratingcount {
	color: #FFF;
	text-decoration: none;
}
/* BEWERTUNG ABGEBEN */
.star-rating-control {
	position: relative;
	margin: 5px 0
}
.star-rating-control .star-rating, .star-rating-control .star-rating a, .star-rating-control .rating-cancel a {
	width:auto;
	height:auto
}
.star-rating a::before, div.rating-cancel a::before {
	width:auto;
	font-size:25px
}


/* ------
SIDEMENU (MOBILE)
--------*/
.aside {
	display: inline-block;
	position: fixed;
	top: 0;
	left: -300px;
	bottom: 0;
	background: #F5F5F5;
	z-index: 2000;
	width: 300px;
	min-width: 0px;
	overflow: auto;
	transition: 0.35s;
}
.aside.in {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	left:0
}
.aside-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	transition: 0.2s opacity ease;
	opacity: 0;
	display: none;
}
.aside-backdrop.in {
	display: block;
	opacity: 0.5;
}
.aside h3 {
	background:#112943;
	color: #FFF;
	text-align: left;
	margin: 0;
	padding: 30px 10px 10px 20px
}
.aside h3 a{
	background:#112943;
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
	font-style: italic
}
.aside h3 a i{
	float:right;
	font-weight: normal !important
}
.aside h4 {
	padding: 10px 5%;
	margin: 0;
	background:#F5F5F5;
	border-top:1px solid #CCC;
}
.aside nav {
	clear:both;
	width: 100%;
	margin: 0;
	padding: 0;

}
.aside nav ul {
	width: 100%;
	margin: 0;
	padding: 0
}
.aside nav ul li {
	margin: 0;
	padding: 0;
}
.aside nav ul li a {
	display: block;
	margin: 0;
	padding: 10px 20px;
	text-decoration: none;
	background: #F5F5F5;
	transition:none;
}
.aside nav ul li a:hover {
	background:#112943;
	color:#FFF;
	transition:none;
}
.aside nav ul li a i{
	margin-right:20px;
	width:20px
}
.aside form {
	height:40px;
	display: none
}	
.aside form input {
	height:100%;
	width: calc(100% - 40px);
	padding:0 20px;
	border:none;
	float:left;
	box-shadow: none
}
.aside form button {
	width: 40px;
	height:40px;
	line-height:40px;
	color:#112943;
	border:none;
	background:#FFF;
	cursor: pointer
}
/* ------
PLACEHOLDER
--------*/
input:focus::-webkit-input-placeholder {
 color: transparent;
}
 input:focus:-moz-placeholder {
 color: transparent;
}
 input:focus::-moz-placeholder {
 color: transparent;
}
 input:focus:-ms-input-placeholder {
 color: transparent;
}
/* ------
ÖFFNUNGSZEITEN
--------*/
.opening .tag {
	display:inline-block;
	width:30px
}
.opening .active {
	color:#CC0001
}
/* ------
LIVEZILLA
--------*/
.lz_cbl img {
	width:100% !important;
	height:auto !important
}
/*----------
INHALTSVERZEICHNIS AUTOMATISCH ERSTELLEN
*/
#toc-container {
    display: inline-block;
    margin: 0 0 30px;
	width:100%;
}
#toc-container .toc-title {
    font-weight: bold;
    font-size: 18px;
	color:#185791;
	margin:0 !important;
	text-align: left !important;
	float:none !important;
}
#toc-container .toc-title span {
    float: right;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}
#toc-container a {
    text-decoration: none;
    font-weight: normal;
}
.toc-list {
    margin: 20px 0 0 !important;
	padding:0;
}
.toc-list li {
    border-top: 1px solid #CCC;
    padding:2px 0;
    line-height: 2.2em !important;
    list-style: none;
	clear:both;
	width:100%
}
.toc-list li a{
    padding: 10px;
	font-size: 14px !important
}
.toc-list>li:first-of-type {
    border-top: none;
}
.toc-list>li:last-of-type {
    border-bottom: 1px solid #CCC;
}
.toc-list li br {
    display: none;
}
#toc-container>ul {
    overflow: hidden;
}
.toc-list.on {
    max-height: 1800px;
    transition: all ease 1.0s;
	-webkit-transition: all ease 1.0s;
	-moz-transition: all ease 1.0s;
	-ms-transition: all ease 1.0s;
	-o-transition: all ease 1.0s;
}
.toc-list.off {
    max-height: 0px;
    transition: all ease 1.0s;
	-webkit-transition: all ease 1.0s;
	-moz-transition: all ease 1.0s;
	-ms-transition: all ease 1.0s;
	-o-transition: all ease 1.0s;
}
/* Counter */
#toc-container ul {
    margin:0;
	width:100%;
}
#toc-container ul li{
    margin:0 
}
#toc-container>ul {
    counter-reset: toc-counter1;
    list-style-type: none;
}

#toc-container>ul>li::before {
    content: counter(toc-counter1) " ";
    counter-increment: toc-counter1;
    padding-right: 10px;
}
#toc-container>ul>li>ul {
    counter-reset: toc-counter2;
    list-style-type: none;
}
#toc-container>ul>li>ul>li::before {
    content: counter(toc-counter1) "." counter(toc-counter2)" ";
    counter-increment: toc-counter2;
    padding-right: 10px;
}
#toc-container>ul>li>ul>li>ul {
    counter-reset: toc-counter3;
    list-style-type: none;
}
#toc-container>ul>li>ul>li>ul>li::before {
    content: counter(toc-counter1) "." counter(toc-counter2) "." counter(toc-counter3) " ";
    counter-increment: toc-counter3;
    padding-right: 10px;
}

/* NEWSLETTER ANMELDUNG CHECKBOX*/
#newsletter_signup {
	display: none !important;
}
#newsletter_signup+label {
	display: inline-block;
	cursor: pointer;
	margin:0;
	width:auto !important;
	height:auto;
	box-sizing: border-box;
	color: #333;
	padding:0 0 0 25px;
	position: relative
}
#newsletter_signup+label:before {
	font-family:'FontAwesome';	
	content: "\f096";
	font-size:24px;
	padding-right:10px;
	color:#9B0000;
	opacity: 0.5;
	position: absolute;
	top:-5px;
	left:0;
}	
#newsletter_signup:checked+label:before {
	padding-right:9px;
	color:green;
	opacity: 1.0;
	content: "\f14a";
}


@media only screen and (min-width: 768px) and (max-width:959px), only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
/* ------
SIDE ACTION (MERKLISTE/FACEBOOK/BUG
--------*/
.sidebar {
	display:none
}
/* ------
SLIDER
--------*/
.slider_wrapper {
	width:500px;
	height: 450px;
}
.slick-slider .slick-slide {
	height:370px !important
}
.slider-nav .slick-slide {
	height:auto !important
}
.slider_aside .slick-slide {
	height:auto !important;
}
.slider_index div p,  .slider_index div h1,  .slider_index div h2 {
	font-size: 100%;
}
.slider_index div p a,  .slider_index div h2 {
	font-size: 100%;
}
.slider_index div p strong,  .slider_index div h1 strong,  .slider_index div h2 strong {
	font-size: 130%;
}
/* WENN NUR EIN BILD AUF DETAILSEITE DANN VOLLE HÖHE */
.full, .full .slick-slide, .full .slick-track, .full .slick-list, .full .slick-slider .slick-slide {
	height:100% !important;
}
.full img {
	width:auto !important;
}
/* ------
ICONS - CHECKBOXEN
--------*/
.icon_check_detail li {
	width:50%;
}
.aside nav ul li a:hover {
	background:#FFF;
	color:#112943;
	transition:none;
}

}
@media only screen and (max-width:767px) {
.scrollToTop {
	top:auto;
	bottom:60px;
	right: 0px;
}
/* ------
SUGGESTIONS/VORSCHLÄGE
--------*/
.autocomplete-suggestion {
	padding:7px
}
/* ------
SIDE ACTION (MERKLISTE/FACEBOOK/BUG
--------*/
.sidebar {
	display:none
}
/* ------
BOTTOM-FIXED USERBAR
--------*/
.userbar-fixed {
	display: inline-block;
	width: 100%;
	position: fixed;
	background:#F5F5F5;
	bottom:0;
	left:0;
	z-index: 400
}
.userbar-fixed a{
	float:left;
	display: inline-block;
	width: 20%;
	padding:10px 0;
	font-size: 11px;
	text-align: center;
	text-decoration: none
}
.userbar-fixed a i{
	font-size: 24px;
	width: auto !important;
	margin-bottom: 3px !important
}
.userbar-fixed a:hover{
	background:#FFF;
}
/* ------
VIDEO
--------*/
.youtube_wrapper {
	margin: 0 0 30px;
	width: 100%
}
.youtube_wrapper div, .youtube_wrapper iframe {
	width: 100%;
	height: 300px;
}
/* ------
COOKIE-BANNER
--------*/
.cc_container .cc_btn,  .cc_container .cc_btn:visited {
	margin: 0;
	font-size: 110% !important
}
.cc_container .cc_btn {
	width: auto !important;
	padding: 20px !important
}
.cc_container .cc_message {
	font-size: 100% !important;
	text-align: left !important;
	line-height: normal !important
}
/* ------
RATING (BEWERTUNG)
--------*/
.distar, .enstar, .enstarhalf, .onstar, .onstarhalf {
	font-size:25px
}
.star-rating-control {
	display:inline-block;
	margin:0 auto;
}
/* ------
SLIDER
--------*/
.slider_wrapper {
	width:100%;
	height:450px;
}
.slick-slider .slick-slide {
	height:370px !important
}
.slider-nav .slick-slide {
	height:auto !important
}
.slider_aside .slick-slide {
	height:auto !important;
}
.slick-slider .slick-slide img{
	min-width:none !important;
	width:100% !important;
	min-height: 100% !important;
	height:auto !important;
	margin: auto !important;
}
.slider-nav .slick-slide img {
	width:auto !important
}
/* ARITCLE-SLIDER */
.slider_article {
	margin-bottom:30px;
}
.slider_article div img{
	min-height:320px;
	margin-bottom:0;
}
.slider_article div span{
	width:100%;
	margin:0;
}
.slick-initialized .slick-slide {
	max-height:none !important
}
/* WENN NUR EIN BILD AUF DETAILSEITE DANN VOLLE HÖHE */
.full, .full .slick-slide, .full .slick-track, .full .slick-list, .full .slick-slider .slick-slide {
	height:100% !important;
}
.full img {
	width:auto !important;
}
/* ------
ACCORDION (JQUERY)
--------*/
.ui-accordion .ui-accordion-icons {
	padding: 15px 30px;
}
.ui-accordion .ui-accordion-content {
	padding:30px;
}
/* ACCORDION-FILTER */
#accordion-menu .ui-accordion-icons {
	padding: 15px 20px;
}
/* ------
ICONS - CHECKBOXEN
--------*/
.icon_check_detail li {
	text-align: left;
	width:100%;
}

/* ------
FILTER
--------*/
/* EINTRÄGE */
	/*
.filter ul {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	list-style: none
}
.filter img {
}
.filter ul li {
	width: 100%;
	margin: 5px 0;
	line-height: 30px;
}
.filter ul li>label {
	display: inline-block;
	min-width: 100px;
	width: 40%;
	float: left;
}
.filter ul li select, .filter ul li input {
	display: block;
	width: 100%;
}
.filter ul+div {
	float: none;
	width: 100%;
	height:auto;
	display:inline-block;
	margin-bottom: 20px;
}
.filter input[type="submit"] {
	background: #CC6600;
	color: #FFF;
	width: 100%;
	margin-top: 30px
}
.filter .icon_check + label {
	width: auto !important;
	height:auto !important
}*/
/* ------
DROPDOWN
--------*/
.content .wrapper-dropdown {
	margin:0 0 30px;
}
/* DISTRICTS */
.districts .wrapper-dropdown {
	width: 100%;
	padding: 15px 10px;
	float:none;
	margin:0 
}
/* ------
LIST-MAP-SWITCH
--------*/
.switch_listmap {
	width: 100%;
	clear: both;
	display: inline-block
}
.switch_listmap p {
	float: none;
	width:100%;
	margin:10px 0 0
}
.switch_listmap a {
	float: right;
	padding:15px 0;
	margin-bottom:20px;
	width:50%;
	text-align: center;
	font-size:100%;
}
/* ------
SIDEMENU (MOBILE)
--------*/
.aside form {
	display:block
}
.aside nav ul li a:hover {
	background:#FFF;
	color:#112943;
	transition:none;
}
/* ------
COOKIE-BANNER
--------*/
.cc_container {
	font-size:14px !important;
}
.cc_container .cc_btn {
	padding: 10px !important
}
.cc_container .cc_btn,  .cc_container .cc_btn:visited {
	margin: 0;
}
}
@media only screen and (max-width:479px) {
/* ------
VIDEO
--------*/
.youtube_wrapper div, .youtube_wrapper iframe {
	height: 250px;
}
/* ------
SLIDER
--------*/
#slider, .slider_wrapper {
	width:100%;
}
.slider_wrapper {
	height:375px;
}
.slick-slider .slick-slide {
	height:290px !important
}
.slider-nav .slick-slide {
	height:auto !important
}

.slider_aside .slick-slide {
	height:auto !important;
}
.slick-slider .slick-slide img{
	min-width:none !important;
	width:100% !important;
	min-height: 100% !important;
	height:auto !important;
	margin: auto !important;
}
.slider-nav .slick-slide img {
	width:auto !important
}
.slider_index div {
	border-right: 3px solid #FFF !important
}
.slider_index div a {
	margin:0 !important
}
.slider_wrapper {
	margin:20px 0 !important;
	border:none
}
/* WENN NUR EIN BILD AUF DETAILSEITE DANN VOLLE HÖHE */
.full, .full .slick-slide, .full .slick-track, .full .slick-list, .full .slick-slider .slick-slide {
	height:100% !important;
}
.full img {
	width:auto !important;
}
/* ------
TOOLTIP
--------*/
#tooltip {
    padding: 10px !important;
    max-width: 300px;
    font-size: 100%
}
.tooltip_sign {
    margin: 1% !important;
}
/* ------
ACCORDION (JQUERY)
--------*/

/* ------
TABS (JQUERY)
--------*/
.ui-tabs .ui-tabs-nav li {
	width:50%;
}
/* ------
COOKIE-BANNER
--------*/
.cc_container {
	font-size:16px !important;
	padding:20px !important;
}
.cc_message {
	font-size: 16px !important;
	width:100% !important;
	margin-bottom:20px !important;
	line-height: 1.6 !important
}
.cc_container .cc_btn {
	padding: 10px 0 !important;
	width:100% !important;
	max-width:none !important;
	margin: 0 !important;
	clear: both !important;
	text-align: center !important;
	float:none !important;
	font-size:16px !important
}
.cc_container .cc_btn,  .cc_container .cc_btn:visited {
	margin: 0;
}
/* INHALTSVERZEICHNIS - */
.toc-list li {
	padding:5px 0;
    line-height: 1.6em !important;
}
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa-left{position:absolute;left:10%}.fa-right{position:absolute;right:10%}@font-face{font-family:'FontAwesome';src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{width:auto;text-align:center;display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;width:2em;height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-#header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
