/*! Pushy - v0.9.1 - 2013-9-16
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

.pushy{
    position: fixed;
    width: 250px;
    min-height: 100%;
    top: 0;
    z-index: 9999;
    background: #333332;
    font-size: 0.9em;
    font-weight: bold;

    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy a{
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
}

.pushy a:hover{
    background: #00b4ff;
    color: #FFF;
}

/* Menu Movement */

.pushy-left{
    -webkit-transform: translate3d(-250px,0,0);
    -moz-transform: translate3d(-250px,0,0);
    -ms-transform: translate3d(-250px,0,0);
    -o-transform: translate3d(-250px,0,0);
    transform: translate3d(-250px,0,0);
}

.pushy-open{
    -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);
}

.container-push, .push-push{
    -webkit-transform: translate3d(250px,0,0);
    -moz-transform: translate3d(250px,0,0);
    -ms-transform: translate3d(250px,0,0);
    -o-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
}

/* Menu Transitions */

.pushy, #contentwrapper, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    /* improves performance issues on mobile*/
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

/* Site Overlay */

.site-overlay{
    display: none;
}

.pushy-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
    z-index: 9999;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../files/interessentenverwaltung_2_0/scripts/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../files/interessentenverwaltung_2_0/scripts/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../files/interessentenverwaltung_2_0/scripts/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../files/interessentenverwaltung_2_0/scripts/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../files/interessentenverwaltung_2_0/scripts/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@charset "UTF-8";

 @font-face {
  font-family: 'icons';
  src: url('../../files/interessentenverwaltung_2_0/font/icons.eot?158270');
  src: url('../../files/interessentenverwaltung_2_0/font/icons.eot?158270#iefix') format('embedded-opentype'),
       url('../../files/interessentenverwaltung_2_0/font/icons.woff?158270') format('woff'),
       url('../../files/interessentenverwaltung_2_0/font/icons.ttf?158270') format('truetype'),
       url('../../files/interessentenverwaltung_2_0/font/icons.svg?158270#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../../files/interessentenverwaltung_2_0/font/icons.svg?158270#icons') format('svg');
  }
}
*/

/*     --initialize
------------------------------------------------- */


[class^="icon-"]:before,
[class*="icon-"]:before,
i[class^="icon-"]:before,
i[class*="icon-"]:before,
.mod_navigation li[class^="icon-"] a:before,
.mod_navigation li[class*="icon-"] a:before,
.mod_navigation li[class^="icon-"] span:before,
.mod_navigation li[class*="icon-"] span:before,
.ce_headline[class^="icon-"]:before,
.ce_headline[class*="icon-"]:before,
.button[class^="icon-"]:before,
.button[class*="icon-"]:before,
.ce_hyperlink a[class^="icon-"]:before,
.ce_hyperlink a[class*="icon-"]:before,
.servicebox[class^="icon-"]:before,
.servicebox[class*="icon-"]:before,
.servicebox_2[class^="icon-"]:before,
.servicebox_2[class*="icon-"]:before,
.servicebox_8[class^="icon-"]:before,
.servicebox_8[class*="icon-"]:before,
.servicebox_3[class^="icon-"]:before,
.servicebox_3[class*="icon-"]:before,
.servicebox_4[class^="icon-"]:before,
.servicebox_4[class*="icon-"]:before,
.ce_list li[class^="icon-"] :before,
.ce_list li[class*="icon-"]:before,
.testimonial_4 a[class^="icon-"]:before,
.testimonial_4 a[class*="icon-"]:before{
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.5em;
  text-align: center;
  line-height: 1em;
}

/*     --forms / input
------------------------------------------------- */
label[class^="icon-"],
label[class*="icon-"] {display: none;}

.input-wrapper span {display: none;}
.input-wrapper:before {display: none;}
.input-wrapper-inside {position:relative; display:table; border-collapse:separate}
.input-wrapper-inside:before {display: none}
.input-wrapper-inside[class^="icon-"] *,
.input-wrapper-inside[class*="icon-"] * {width: 1em;}
.input-wrapper-inside[class^="icon-"] span,
.input-wrapper-inside[class*="icon-"] span {width:1%; white-space:nowrap; vertical-align:middle; display: table-cell; padding:6px 12px; font-size:14px; font-weight:normal; line-height:1; text-align:center; background-color:#eee; border:1px solid #ccc; border-radius:4px 0 0 4px;}
.input-wrapper-inside[class^="icon-"] input,
.input-wrapper-inside[class*="icon-"] input {display: table-cell; width: 100%; margin: 0;}
.input-wrapper-inside[class^="icon-"] i,
.input-wrapper-inside[class*="icon-"] i {margin: 0;}

/*     --forms / submit
------------------------------------------------- */
.submit_container:before {display: none;}
.submit_container .input-wrap {position:relative; display:table; border-collapse:separate}
.submit_container .input-wrap i {width:1%; white-space:nowrap; vertical-align:middle; display: table-cell; padding:6px 12px; font-size:14px; font-weight:normal; line-height:1; text-align:center; background-color:#ECECEC; border:1px solid #ECECEC;}
.submit_container .input-wrap i:before {color: #7B7B7B;}
.submit_container .input-wrap input {display: table-cell; width: 100%; margin: 0;}

/*     --ce_list
------------------------------------------------- */
.ce_list li[class^="icon-"],
.ce_list li[class*="icon-"] {list-style-type: none; position: relative;}
.ce_list li[class^="icon-"]:before,
.ce_list li[class*="icon-"]:before {position: absolute; left: -25px; width: 25px; top: 3px;}

/*     --navi
------------------------------------------------- */
body[class^="icon-"]:before,
body[class*="icon-"]:before,
.mod_navigation li[class^="icon-"]:before,
.mod_navigation li[class*="icon-"]:before {display: none;}
.i-code {display: none;}
.site-icons .row div {float: left; width: 25%;}
.site-icons .row {overflow: hidden;}

/*     --iconbox
------------------------------------------------- */
.iconbox p {margin: 0;}
.iconbox[class^="icon-"]:before, .iconbox[class*="icon-"]:before { font-family:'icons'; font-style:inherit; font-weight:inherit; display:inline-block; text-decoration:inherit; width:1em; margin-right:.5em; text-align:center; line-height:inherit; float: left;}

 /*     --icons
------------------------------------------------- */
.icon-windy-rain-inv:before { content: '\e9bd'; } /* 'î¦½' */
.icon-duckduckgo:before { content: '\21'; } /* '!' */
.icon-aim:before { content: '\22'; } /* '&quot;' */
.icon-snow-inv:before { content: '\e9be'; } /* 'î¦¾' */
.icon-snow-heavy-inv:before { content: '\e9bf'; } /* 'î¦¿' */
.icon-hash:before { content: '\23'; } /* '#' */
.icon-delicious:before { content: '\e8ea'; } /* 'î£ª' */
.icon-paypal:before { content: '\24'; } /* '$' */
.icon-money-1:before { content: '\ebce'; } /* 'î¯Ž' */
.icon-hail-inv:before { content: '\e9c0'; } /* 'î§€' */
.icon-flattr:before { content: '\25'; } /* '%' */
.icon-clouds-inv:before { content: '\e9c1'; } /* 'î§' */
.icon-android:before { content: '\26'; } /* '&amp;' */
.icon-clouds-flash-inv:before { content: '\e9c2'; } /* 'î§‚' */
.icon-temperature:before { content: '\e9c3'; } /* 'î§ƒ' */
.icon-eventful:before { content: '\27'; } /* ''' */
.icon-compass-2:before { content: '\28'; } /* '(' */
.icon-na:before { content: '\29'; } /* ')' */
.icon-celcius:before { content: '\e9c4'; } /* 'î§„' */
.icon-smashmag:before { content: '\2a'; } /* '*' */
.icon-gplus:before { content: '\e8fd'; } /* 'î£½' */
.icon-plus-5:before { content: '\ebf2'; } /* 'î¯²' */
.icon-fahrenheit:before { content: '\e9c5'; } /* 'î§…' */
.icon-plus-4:before { content: '\e900'; } /* 'î¤€' */
.icon-plus-1:before { content: '\e810'; } /* 'î ' */
.icon-plus-2:before { content: '\e858'; } /* 'î¡˜' */
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-wikipedia:before { content: '\2c'; } /* ',' */
.icon-lanyrd:before { content: '\e8fe'; } /* 'î£¾' */
.icon-minus-1:before { content: '\e80e'; } /* 'î Ž' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-minus-2:before { content: '\e85a'; } /* 'î¡š' */
.icon-calendar-4:before { content: '\2e'; } /* '.' */
.icon-stumbleupon:before { content: '\2f'; } /* '/' */
.icon-clouds-flash-alt:before { content: '\e9c6'; } /* 'î§†' */
.icon-fivehundredpx:before { content: '\30'; } /* '0' */
.icon-sun-inv-1:before { content: '\e9c7'; } /* 'î§‡' */
.icon-pinterest:before { content: '\31'; } /* '1' */
.icon-bitcoin:before { content: '\32'; } /* '2' */
.icon-moon-inv-1:before { content: '\e9c8'; } /* 'î§ˆ' */
.icon-w3c:before { content: '\33'; } /* '3' */
.icon-cloud-sun-inv:before { content: '\e9c9'; } /* 'î§‰' */
.icon-cloud-moon-inv:before { content: '\e9ca'; } /* 'î§Š' */
.icon-foursquare:before { content: '\34'; } /* '4' */
.icon-cloud-inv:before { content: '\e9cb'; } /* 'î§‹' */
.icon-html5:before { content: '\35'; } /* '5' */
.icon-cloud-flash-inv:before { content: '\e9cc'; } /* 'î§Œ' */
.icon-ie:before { content: '\36'; } /* '6' */
.icon-drizzle-inv:before { content: '\e9cd'; } /* 'î§' */
.icon-call:before { content: '\37'; } /* '7' */
.icon-grooveshark:before { content: '\38'; } /* '8' */
.icon-rain-inv:before { content: '\e9ce'; } /* 'î§Ž' */
.icon-ninetyninedesigns:before { content: '\39'; } /* '9' */
.icon-windy-inv:before { content: '\e9e6'; } /* 'î§¦' */
.icon-forrst:before { content: '\e97c'; } /* 'î¥¼' */
.icon-colon:before { content: '\3a'; } /* ':' */
.icon-digg:before { content: '\e97b'; } /* 'î¥»' */
.icon-semicolon:before { content: '\3b'; } /* ';' */
.icon-spotify:before { content: '\e97a'; } /* 'î¥º' */
.icon-info-3:before { content: '\ebcd'; } /* 'î¯' */
.icon-reddit:before { content: '\3e'; } /* '&gt;' */
.icon-question:before { content: '\ebcc'; } /* 'î¯Œ' */
.icon-guest:before { content: '\3f'; } /* '?' */
.icon-gowalla:before { content: '\e979'; } /* 'î¥¹' */
.icon-at-1:before { content: '\e929'; } /* 'î¤©' */
.icon-at-3:before { content: '\ec48'; } /* 'î±ˆ' */
.icon-at:before { content: '\40'; } /* '@' */
.icon-sunrise:before { content: '\e9e3'; } /* 'î§£' */
.icon-appstore:before { content: '\41'; } /* 'A' */
.icon-sun-2:before { content: '\e9e2'; } /* 'î§¢' */
.icon-blogger-1:before { content: '\42'; } /* 'B' */
.icon-moon-2:before { content: '\e9df'; } /* 'î§Ÿ' */
.icon-cc-1:before { content: '\43'; } /* 'C' */
.icon-dribbble:before { content: '\44'; } /* 'D' */
.icon-eclipse:before { content: '\e9e7'; } /* 'î§§' */
.icon-mist:before { content: '\e9dc'; } /* 'î§œ' */
.icon-evernote:before { content: '\45'; } /* 'E' */
.icon-wind:before { content: '\e9db'; } /* 'î§›' */
.icon-flickr:before { content: '\46'; } /* 'F' */
.icon-snowflake:before { content: '\e9da'; } /* 'î§š' */
.icon-google:before { content: '\47'; } /* 'G' */
.icon-cloud-sun:before { content: '\e9d9'; } /* 'î§™' */
.icon-viadeo:before { content: '\48'; } /* 'H' */
.icon-instapaper:before { content: '\49'; } /* 'I' */
.icon-cloud-moon:before { content: '\e9d8'; } /* 'î§˜' */
.icon-fog-sun:before { content: '\e9d7'; } /* 'î§—' */
.icon-weibo:before { content: '\4a'; } /* 'J' */
.icon-klout:before { content: '\4b'; } /* 'K' */
.icon-fog-moon:before { content: '\e9d5'; } /* 'î§•' */
.icon-fog-cloud:before { content: '\e9d6'; } /* 'î§–' */
.icon-linkedin-2:before { content: '\4c'; } /* 'L' */
.icon-meetup:before { content: '\4d'; } /* 'M' */
.icon-fog:before { content: '\e9d4'; } /* 'î§”' */
.icon-vk:before { content: '\4e'; } /* 'N' */
.icon-cloud-3:before { content: '\e9d3'; } /* 'î§“' */
.icon-cloud-flash:before { content: '\4f'; } /* 'O' */
.icon-cloud-flash-alt:before { content: '\e9d1'; } /* 'î§‘' */
.icon-plancast:before { content: '\50'; } /* 'P' */
.icon-drizzle:before { content: '\e9d2'; } /* 'î§’' */
.icon-disqus:before { content: '\51'; } /* 'Q' */
.icon-rain-1:before { content: '\e9d0'; } /* 'î§' */
.icon-rss-5:before { content: '\52'; } /* 'R' */
.icon-windy:before { content: '\e9cf'; } /* 'î§' */
.icon-skype-2:before { content: '\53'; } /* 'S' */
.icon-windy-rain:before { content: '\e9e5'; } /* 'î§¥' */
.icon-twitter-3:before { content: '\54'; } /* 'T' */
.icon-youtube-1:before { content: '\55'; } /* 'U' */
.icon-snow:before { content: '\e9e4'; } /* 'î§¤' */
.icon-vimeo-1:before { content: '\56'; } /* 'V' */
.icon-snow-alt:before { content: '\e9e1'; } /* 'î§¡' */
.icon-snow-heavy:before { content: '\e9e0'; } /* 'î§ ' */
.icon-windows:before { content: '\57'; } /* 'W' */
.icon-xing:before { content: '\58'; } /* 'X' */
.icon-hail:before { content: '\e9de'; } /* 'î§ž' */
.icon-yahoo:before { content: '\59'; } /* 'Y' */
.icon-clouds:before { content: '\e9dd'; } /* 'î§' */
.icon-clouds-flash:before { content: '\5a'; } /* 'Z' */
.icon-chrome:before { content: '\5b'; } /* '[' */
.icon-email:before { content: '\5d'; } /* ']' */
.icon-macstore:before { content: '\5e'; } /* '^' */
.icon-myspace:before { content: '\5f'; } /* '_' */
.icon-podcast:before { content: '\60'; } /* '`' */
.icon-amazon:before { content: '\61'; } /* 'a' */
.icon-steam:before { content: '\62'; } /* 'b' */
.icon-cloudapp:before { content: '\63'; } /* 'c' */
.icon-ebay:before { content: '\65'; } /* 'e' */
.icon-facebook-3:before { content: '\66'; } /* 'f' */
.icon-github-2:before { content: '\67'; } /* 'g' */
.icon-googleplay:before { content: '\e97d'; } /* 'î¥½' */
.icon-itunes:before { content: '\69'; } /* 'i' */
.icon-plurk:before { content: '\6a'; } /* 'j' */
.icon-songkick:before { content: '\6b'; } /* 'k' */
.icon-gmail:before { content: '\6d'; } /* 'm' */
.icon-pinboard:before { content: '\6e'; } /* 'n' */
.icon-openid:before { content: '\6f'; } /* 'o' */
.icon-quora:before { content: '\71'; } /* 'q' */
.icon-soundcloud:before { content: '\73'; } /* 's' */
.icon-tumblr-1:before { content: '\74'; } /* 't' */
.icon-eventasaurus:before { content: '\76'; } /* 'v' */
.icon-wordpress-1:before { content: '\77'; } /* 'w' */
.icon-yelp:before { content: '\79'; } /* 'y' */
.icon-intensedebate:before { content: '\7b'; } /* '{' */
.icon-eventbrite:before { content: '\7c'; } /* '|' */
.icon-posterous:before { content: '\7e'; } /* '~' */
.icon-pilcrow:before { content: '\b6'; } /* 'Â¶' */
.icon-opentable:before { content: '\c7'; } /* 'Ã‡' */
.icon-cart:before { content: '\c9'; } /* 'Ã‰' */
.icon-print-3:before { content: '\d1'; } /* 'Ã‘' */
.icon-angellist:before { content: '\d6'; } /* 'Ã–' */
.icon-instagram:before { content: '\dc'; } /* 'Ãœ' */
.icon-dwolla:before { content: '\e0'; } /* 'Ã ' */
.icon-appnet:before { content: '\e1'; } /* 'Ã¡' */
.icon-statusnet:before { content: '\e2'; } /* 'Ã¢' */
.icon-acrobat:before { content: '\e3'; } /* 'Ã£' */
.icon-drupal:before { content: '\e4'; } /* 'Ã¤' */
.icon-buffer:before { content: '\e5'; } /* 'Ã¥' */
.icon-pocket:before { content: '\e7'; } /* 'Ã§' */
.icon-bitbucket:before { content: '\e9'; } /* 'Ã©' */
.icon-info:before { content: '\2139'; } /* 'â„¹' */
.icon-info-1:before { content: '\e866'; } /* 'î¡¦' */
.icon-left:before { content: '\2190'; } /* 'â†' */
.icon-left-2:before { content: '\e881'; } /* 'î¢' */
.icon-left-5:before { content: '\ec0f'; } /* 'î°' */
.icon-left-1:before { content: '\e83d'; } /* 'î ½' */
.icon-up-6:before { content: '\ec0d'; } /* 'î°' */
.icon-up-4:before { content: '\e91c'; } /* 'î¤œ' */
.icon-up-2:before { content: '\e87f'; } /* 'î¡¿' */
.icon-up-1:before { content: '\e83b'; } /* 'î »' */
.icon-up:before { content: '\2191'; } /* 'â†‘' */
.icon-right-5:before { content: '\ec0e'; } /* 'î°Ž' */
.icon-right-1:before { content: '\e83c'; } /* 'î ¼' */
.icon-right-2:before { content: '\e880'; } /* 'î¢€' */
.icon-right:before { content: '\2192'; } /* 'â†’' */
.icon-down-4:before { content: '\e910'; } /* 'î¤' */
.icon-down:before { content: '\2193'; } /* 'â†“' */
.icon-down-6:before { content: '\ec10'; } /* 'î°' */
.icon-down-1:before { content: '\e83e'; } /* 'î ¾' */
.icon-down-2:before { content: '\e882'; } /* 'î¢‚' */
.icon-back-alt:before { content: '\e707'; } /* 'îœ‡' */
.icon-level-down:before { content: '\21b3'; } /* 'â†³' */
.icon-undo:before { content: '\21b6'; } /* 'â†¶' */
.icon-exchange:before { content: '\21c4'; } /* 'â‡„' */
.icon-switch:before { content: '\ead7'; } /* 'î«—' */
.icon-left-fat:before { content: '\ec22'; } /* 'î°¢' */
.icon-up-fat:before { content: '\ec23'; } /* 'î°£' */
.icon-down-fat:before { content: '\ec21'; } /* 'î°¡' */
.icon-left-bold-1:before { content: '\ec0b'; } /* 'î°‹' */
.icon-up-bold-1:before { content: '\ec20'; } /* 'î° ' */
.icon-right-bold-1:before { content: '\ec1f'; } /* 'î°Ÿ' */
.icon-down-bold:before { content: '\ec0c'; } /* 'î°Œ' */
.icon-infinity:before { content: '\221e'; } /* 'âˆž' */
.icon-infinity-1:before { content: '\e9ff'; } /* 'î§¿' */
.icon-plus-squared-1:before { content: '\eaca'; } /* 'î«Š' */
.icon-home-1:before { content: '\e80b'; } /* 'î ‹' */
.icon-home-4:before { content: '\e8fc'; } /* 'î£¼' */
.icon-home-5:before { content: '\ebed'; } /* 'î¯­' */
.icon-home:before { content: '\2302'; } /* 'âŒ‚' */
.icon-home-2:before { content: '\e865'; } /* 'î¡¥' */
.icon-hourglass-1:before { content: '\ec17'; } /* 'î°—' */
.icon-keyboard:before { content: '\2328'; } /* 'âŒ¨' */
.icon-split:before { content: '\2387'; } /* 'âŽ‡' */
.icon-pause-1:before { content: '\e836'; } /* 'î ¶' */
.icon-pause:before { content: '\2389'; } /* 'âŽ‰' */
.icon-pause-2:before { content: '\e88c'; } /* 'î¢Œ' */
.icon-eject-1:before { content: '\23cf'; } /* 'â' */
.icon-fast-fw:before { content: '\23e9'; } /* 'â©' */
.icon-fast-fw-1:before { content: '\e844'; } /* 'î¡„' */
.icon-fast-bw-1:before { content: '\e845'; } /* 'î¡…' */
.icon-fast-bw:before { content: '\23ea'; } /* 'âª' */
.icon-to-end-1:before { content: '\e835'; } /* 'î µ' */
.icon-to-end:before { content: '\23ed'; } /* 'â­' */
.icon-to-end-2:before { content: '\e88e'; } /* 'î¢Ž' */
.icon-to-start-2:before { content: '\e88d'; } /* 'î¢' */
.icon-to-start:before { content: '\23ee'; } /* 'â®' */
.icon-to-start-1:before { content: '\e843'; } /* 'î¡ƒ' */
.icon-stopwatch-1:before { content: '\ec18'; } /* 'î°˜' */
.icon-clock-6:before { content: '\ec19'; } /* 'î°™' */
.icon-hourglass:before { content: '\23f3'; } /* 'â³' */
.icon-stop:before { content: '\25aa'; } /* 'â–ª' */
.icon-stop-1:before { content: '\e837'; } /* 'î ·' */
.icon-stop-2:before { content: '\e88b'; } /* 'î¢‹' */
.icon-up-dir-1:before { content: '\e9ec'; } /* 'î§¬' */
.icon-up-dir:before { content: '\25b4'; } /* 'â–´' */
.icon-glyph78:before { content: '\e911'; } /* 'î¤‘' */
.icon-play-1:before { content: '\e838'; } /* 'î ¸' */
.icon-play-2:before { content: '\e889'; } /* 'î¢‰' */
.icon-play:before { content: '\25b6'; } /* 'â–¶' */
.icon-right-dir-2:before { content: '\e95e'; } /* 'î¥ž' */
.icon-right-dir-1:before { content: '\e912'; } /* 'î¤’' */
.icon-right-dir:before { content: '\25b8'; } /* 'â–¸' */
.icon-down-dir-2:before { content: '\e95f'; } /* 'î¥Ÿ' */
.icon-down-dir:before { content: '\25be'; } /* 'â–¾' */
.icon-down-dir-1:before { content: '\e914'; } /* 'î¤”' */
.icon-down-dir-3:before { content: '\e9ea'; } /* 'î§ª' */
.icon-left-dir-2:before { content: '\e9eb'; } /* 'î§«' */
.icon-left-dir:before { content: '\25c2'; } /* 'â—‚' */
.icon-left-dir-1:before { content: '\e913'; } /* 'î¤“' */
.icon-sun-inv:before { content: '\2600'; } /* 'â˜€' */
.icon-cloud-4:before { content: '\ea54'; } /* 'î©”' */
.icon-cloud-1:before { content: '\e895'; } /* 'î¢•' */
.icon-cloud-2:before { content: '\e966'; } /* 'î¥¦' */
.icon-cloud-6:before { content: '\ec3f'; } /* 'î°¿' */
.icon-cloud:before { content: '\2601'; } /* 'â˜' */
.icon-umbrella-1:before { content: '\ea57'; } /* 'î©—' */
.icon-umbrella:before { content: '\2602'; } /* 'â˜‚' */
.icon-star-4:before { content: '\e8e8'; } /* 'î£¨' */
.icon-star-2:before { content: '\e84f'; } /* 'î¡' */
.icon-star:before { content: '\2605'; } /* 'â˜…' */
.icon-star-1:before { content: '\e804'; } /* 'î „' */
.icon-star-5:before { content: '\e92e'; } /* 'î¤®' */
.icon-star-7:before { content: '\ebd4'; } /* 'î¯”' */
.icon-star-empty-1:before { content: '\e805'; } /* 'î …' */
.icon-star-empty:before { content: '\2606'; } /* 'â˜†' */
.icon-star-empty-2:before { content: '\ebd5'; } /* 'î¯•' */
.icon-check:before { content: '\2611'; } /* 'â˜‘' */
.icon-trash:before { content: '\e729'; } /* 'îœ©' */
.icon-left-hand:before { content: '\261c'; } /* 'â˜œ' */
.icon-up-hand:before { content: '\261d'; } /* 'â˜' */
.icon-right-hand:before { content: '\261e'; } /* 'â˜ž' */
.icon-down-hand:before { content: '\261f'; } /* 'â˜Ÿ' */
.icon-th-list:before { content: '\2630'; } /* 'â˜°' */
.icon-th-list-1:before { content: '\e814'; } /* 'î ”' */
.icon-th-list-3:before { content: '\e8ed'; } /* 'î£­' */
.icon-th-list-4:before { content: '\e934'; } /* 'î¤´' */
.icon-sun:before { content: '\263c'; } /* 'â˜¼' */
.icon-sun-1:before { content: '\e8de'; } /* 'î£ž' */
.icon-moon:before { content: '\263d'; } /* 'â˜½' */
.icon-moon-1:before { content: '\263e'; } /* 'â˜¾' */
.icon-female-1:before { content: '\ec4a'; } /* 'î±Š' */
.icon-male-1:before { content: '\ec4b'; } /* 'î±‹' */
.icon-king:before { content: '\ec4d'; } /* 'î±' */
.icon-heart-empty-2:before { content: '\e84e'; } /* 'î¡Ž' */
.icon-heart-empty-1:before { content: '\e803'; } /* 'î ƒ' */
.icon-heart-empty:before { content: '\2661'; } /* 'â™¡' */
.icon-heart-empty-3:before { content: '\e92d'; } /* 'î¤­' */
.icon-heart-2:before { content: '\e84d'; } /* 'î¡' */
.icon-heart-5:before { content: '\e92c'; } /* 'î¤¬' */
.icon-heart-1:before { content: '\e802'; } /* 'î ‚' */
.icon-heart-4:before { content: '\e8e7'; } /* 'î£§' */
.icon-heart-7:before { content: '\ebd2'; } /* 'î¯’' */
.icon-heart:before { content: '\2665'; } /* 'â™¥' */
.icon-music:before { content: '\266a'; } /* 'â™ª' */
.icon-note-beamed:before { content: '\eac7'; } /* 'î«‡' */
.icon-music-1:before { content: '\266b'; } /* 'â™«' */
.icon-th:before { content: '\268f'; } /* 'âš' */
.icon-th-4:before { content: '\e933'; } /* 'î¤³' */
.icon-th-1:before { content: '\e815'; } /* 'î •' */
.icon-th-3:before { content: '\e8f5'; } /* 'î£µ' */
.icon-flag-1:before { content: '\e81a'; } /* 'î š' */
.icon-flag:before { content: '\2691'; } /* 'âš‘' */
.icon-tools:before { content: '\ead3'; } /* 'î«“' */
.icon-anchor-2:before { content: '\ec4e'; } /* 'î±Ž' */
.icon-cog-2:before { content: '\e876'; } /* 'î¡¶' */
.icon-cog-4:before { content: '\e952'; } /* 'î¥’' */
.icon-cog-1:before { content: '\e823'; } /* 'î £' */
.icon-cog:before { content: '\2699'; } /* 'âš™' */
.icon-cog-3:before { content: '\e8bf'; } /* 'î¢¿' */
.icon-attention:before { content: '\26a0'; } /* 'âš ' */
.icon-attention-4:before { content: '\e93a'; } /* 'î¤º' */
.icon-attention-2:before { content: '\e8ba'; } /* 'î¢º' */
.icon-attention-1:before { content: '\e828'; } /* 'î ¨' */
.icon-attention-3:before { content: '\e904'; } /* 'î¤„' */
.icon-flash-3:before { content: '\eaef'; } /* 'î«¯' */
.icon-flash-4:before { content: '\ec40'; } /* 'î±€' */
.icon-flash:before { content: '\26a1'; } /* 'âš¡' */
.icon-flash-1:before { content: '\e8e1'; } /* 'î£¡' */
.icon-flash-2:before { content: '\ea55'; } /* 'î©•' */
.icon-record:before { content: '\26ab'; } /* 'âš«' */
.icon-key-1:before { content: '\26bf'; } /* 'âš¿' */
.icon-rain:before { content: '\26c6'; } /* 'â›†' */
.icon-cloud-thunder:before { content: '\26c8'; } /* 'â›ˆ' */
.icon-cog-alt:before { content: '\26ef'; } /* 'â›¯' */
.icon-scissors-1:before { content: '\ea62'; } /* 'î©¢' */
.icon-scissors:before { content: '\2702'; } /* 'âœ‚' */
.icon-tape:before { content: '\eaee'; } /* 'î«®' */
.icon-flight-1:before { content: '\e848'; } /* 'î¡ˆ' */
.icon-flight:before { content: '\2708'; } /* 'âœˆ' */
.icon-mail-4:before { content: '\e8e6'; } /* 'î£¦' */
.icon-mail:before { content: '\2709'; } /* 'âœ‰' */
.icon-mail-5:before { content: '\e92b'; } /* 'î¤«' */
.icon-mail-1:before { content: '\e801'; } /* 'î ' */
.icon-mail-6:before { content: '\ebd1'; } /* 'î¯‘' */
.icon-mail-2:before { content: '\e84c'; } /* 'î¡Œ' */
.icon-edit:before { content: '\270d'; } /* 'âœ' */
.icon-edit-2:before { content: '\e8f0'; } /* 'î£°' */
.icon-pencil-2:before { content: '\e86b'; } /* 'î¡«' */
.icon-pencil:before { content: '\270e'; } /* 'âœŽ' */
.icon-pencil-1:before { content: '\e820'; } /* 'î  ' */
.icon-pencil-4:before { content: '\e8f2'; } /* 'î£²' */
.icon-pencil-3:before { content: '\e8b7'; } /* 'î¢·' */
.icon-pencil-5:before { content: '\ebf9'; } /* 'î¯¹' */
.icon-pencil-neg:before { content: '\270f'; } /* 'âœ' */
.icon-pencil-alt:before { content: '\2710'; } /* 'âœ' */
.icon-pencil-alt-1:before { content: '\e8f1'; } /* 'î£±' */
.icon-feather:before { content: '\2712'; } /* 'âœ’' */
.icon-vector-pencil:before { content: '\ec47'; } /* 'î±‡' */
.icon-ok:before { content: '\2713'; } /* 'âœ“' */
.icon-ok-2:before { content: '\e854'; } /* 'î¡”' */
.icon-ok-5:before { content: '\e935'; } /* 'î¤µ' */
.icon-ok-6:before { content: '\ebf6'; } /* 'î¯¶' */
.icon-ok-1:before { content: '\e813'; } /* 'î “' */
.icon-ok-4:before { content: '\e8ee'; } /* 'î£®' */
.icon-ok-circle:before { content: '\2714'; } /* 'âœ”' */
.icon-ok-circle-1:before { content: '\e855'; } /* 'î¡•' */
.icon-ok-circle-2:before { content: '\e936'; } /* 'î¤¶' */
.icon-cancel-5:before { content: '\e937'; } /* 'î¤·' */
.icon-cancel-1:before { content: '\e812'; } /* 'î ’' */
.icon-cancel-4:before { content: '\e8ef'; } /* 'î£¯' */
.icon-cancel-2:before { content: '\e856'; } /* 'î¡–' */
.icon-cancel:before { content: '\2715'; } /* 'âœ•' */
.icon-cancel-circle-4:before { content: '\e938'; } /* 'î¤¸' */
.icon-cancel-circle-2:before { content: '\e857'; } /* 'î¡—' */
.icon-cancel-circle-3:before { content: '\e8ff'; } /* 'î£¿' */
.icon-cancel-circle-1:before { content: '\e811'; } /* 'î ‘' */
.icon-cancel-circle:before { content: '\2716'; } /* 'âœ–' */
.icon-asterisk:before { content: '\2731'; } /* 'âœ±' */
.icon-cancel-6:before { content: '\ebf4'; } /* 'î¯´' */
.icon-cancel-squared:before { content: '\eac8'; } /* 'î«ˆ' */
.icon-help:before { content: '\2753'; } /* 'â“' */
.icon-help-1:before { content: '\e867'; } /* 'î¡§' */
.icon-help-circled:before { content: '\ebf1'; } /* 'î¯±' */
.icon-help-circled-alt:before { content: '\ebf0'; } /* 'î¯°' */
.icon-attention-alt-1:before { content: '\ec01'; } /* 'î°' */
.icon-attention-circle:before { content: '\2757'; } /* 'â—' */
.icon-attention-6:before { content: '\ec00'; } /* 'î°€' */
.icon-quote-left-alt:before { content: '\275b'; } /* 'â›' */
.icon-quote-right-alt:before { content: '\275c'; } /* 'âœ' */
.icon-quote-left:before { content: '\275d'; } /* 'â' */
.icon-quote-right-1:before { content: '\e86a'; } /* 'î¡ª' */
.icon-quote-right:before { content: '\275e'; } /* 'âž' */
.icon-plus-circle-3:before { content: '\e939'; } /* 'î¤¹' */
.icon-plus-circle:before { content: '\2795'; } /* 'âž•' */
.icon-plus-circle-1:before { content: '\e80f'; } /* 'î ' */
.icon-plus-circle-2:before { content: '\e859'; } /* 'î¡™' */
.icon-minus-circle-1:before { content: '\e80d'; } /* 'î ' */
.icon-minus-circle-2:before { content: '\e868'; } /* 'î¡¨' */
.icon-minus-circle:before { content: '\2796'; } /* 'âž–' */
.icon-minus-circle-3:before { content: '\e946'; } /* 'î¥†' */
.icon-right-thin:before { content: '\27a1'; } /* 'âž¡' */
.icon-direction:before { content: '\27a2'; } /* 'âž¢' */
.icon-forward:before { content: '\27a6'; } /* 'âž¦' */
.icon-forward-3:before { content: '\e940'; } /* 'î¥€' */
.icon-forward-1:before { content: '\e81e'; } /* 'î ž' */
.icon-ccw:before { content: '\27f2'; } /* 'âŸ²' */
.icon-cw-2:before { content: '\e888'; } /* 'î¢ˆ' */
.icon-cw-4:before { content: '\e91d'; } /* 'î¤' */
.icon-cw-3:before { content: '\e8c4'; } /* 'î£„' */
.icon-cw-1:before { content: '\e83a'; } /* 'î º' */
.icon-cw:before { content: '\27f3'; } /* 'âŸ³' */
.icon-arrow-curved:before { content: '\2935'; } /* 'â¤µ' */
.icon-squares:before { content: '\ebcf'; } /* 'î¯' */
.icon-left-thin:before { content: '\2b05'; } /* 'â¬…' */
.icon-up-thin:before { content: '\2b06'; } /* 'â¬†' */
.icon-down-thin:before { content: '\2b07'; } /* 'â¬‡' */
.icon-resize-vertical:before { content: '\2b0c'; } /* 'â¬Œ' */
.icon-resize-vertical-1:before { content: '\e884'; } /* 'î¢„' */
.icon-resize-horizontal-1:before { content: '\e88a'; } /* 'î¢Š' */
.icon-resize-horizontal:before { content: '\2b0d'; } /* 'â¬' */
.icon-eject:before { content: '\2ecf'; } /* 'â»' */
.icon-cog-5:before { content: '\ec0a'; } /* 'î°Š' */
.icon-zoom-out-4:before { content: '\ecea'; } /* 'î³ª' */
.icon-heart-9:before { content: '\ed7d'; } /* 'îµ½' */
.icon-sun-filled:before { content: '\eb73'; } /* 'î­³' */
.icon-ajust-1:before { content: '\e8df'; } /* 'î£Ÿ' */
.icon-cloud-8:before { content: '\ed94'; } /* 'î¶”' */
.icon-zoom-in-4:before { content: '\ece9'; } /* 'î³©' */
.icon-anchor-outline:before { content: '\eba3'; } /* 'î®£' */
.icon-youtube-3:before { content: '\ed78'; } /* 'îµ¸' */
.icon-star-9:before { content: '\ed7e'; } /* 'îµ¾' */
.icon-wrench-circled:before { content: '\ecdd'; } /* 'î³' */
.icon-tv:before { content: '\ed9a'; } /* 'î¶š' */
.icon-anchor-1:before { content: '\eba4'; } /* 'î®¤' */
.icon-list-add:before { content: '\e003'; } /* 'î€ƒ' */
.icon-sound:before { content: '\ed9d'; } /* 'î¶' */
.icon-archive-2:before { content: '\eb26'; } /* 'î¬¦' */
.icon-wrench-4:before { content: '\ecde'; } /* 'î³ž' */
.icon-wordpress-2:before { content: '\ed77'; } /* 'îµ·' */
.icon-videocam-4:before { content: '\ed80'; } /* 'î¶€' */
.icon-list-4:before { content: '\eada'; } /* 'î«š' */
.icon-reply-outline:before { content: '\eb31'; } /* 'î¬±' */
.icon-trash-8:before { content: '\ed8c'; } /* 'î¶Œ' */
.icon-accessibility:before { content: '\ed54'; } /* 'îµ”' */
.icon-reply-1:before { content: '\e8a6'; } /* 'î¢¦' */
.icon-website-circled:before { content: '\ec98'; } /* 'î²˜' */
.icon-user-8:before { content: '\ed7f'; } /* 'îµ¿' */
.icon-down-outline:before { content: '\eb62'; } /* 'î­¢' */
.icon-website:before { content: '\ec97'; } /* 'î²—' */
.icon-down-3:before { content: '\e8c8'; } /* 'î£ˆ' */
.icon-key-5:before { content: '\ed8e'; } /* 'î¶Ž' */
.icon-warning-1:before { content: '\eca7'; } /* 'î²§' */
.icon-down-small:before { content: '\eb5e'; } /* 'î­ž' */
.icon-search-8:before { content: '\ed7b'; } /* 'îµ»' */
.icon-cog-7:before { content: '\eda0'; } /* 'î¶ ' */
.icon-forward-outline:before { content: '\eb30'; } /* 'î¬°' */
.icon-w3c-1:before { content: '\ed76'; } /* 'îµ¶' */
.icon-camera-7:before { content: '\ed81'; } /* 'î¶' */
.icon-forward-2:before { content: '\e8a5'; } /* 'î¢¥' */
.icon-volume-up-5:before { content: '\ecd3'; } /* 'î³“' */
.icon-tag-7:before { content: '\ed86'; } /* 'î¶†' */
.icon-volume-off-6:before { content: '\ecd6'; } /* 'î³–' */
.icon-left-outline:before { content: '\eb61'; } /* 'î­¡' */
.icon-left-3:before { content: '\e8c7'; } /* 'î£‡' */
.icon-lock-9:before { content: '\ed84'; } /* 'î¶„' */
.icon-volume-down-2:before { content: '\ecd5'; } /* 'î³•' */
.icon-left-small:before { content: '\eb5d'; } /* 'î­' */
.icon-lightbulb-2:before { content: '\ed9b'; } /* 'î¶›' */
.icon-vimeo-4:before { content: '\ed74'; } /* 'îµ´' */
.icon-pencil-7:before { content: '\ed88'; } /* 'î¶ˆ' */
.icon-loop-alt-outline:before { content: '\eb58'; } /* 'î­˜' */
.icon-view-mode:before { content: '\ec8b'; } /* 'î²‹' */
.icon-diamond:before { content: '\eda7'; } /* 'î¶§' */
.icon-video-chat:before { content: '\ec93'; } /* 'î²“' */
.icon-loop-alt-1:before { content: '\eb57'; } /* 'î­—' */
.icon-desktop-3:before { content: '\ed99'; } /* 'î¶™' */
.icon-resize-full-outline:before { content: '\eb41'; } /* 'î­' */
.icon-video-circled:before { content: '\ec7d'; } /* 'î±½' */
.icon-resize-full-3:before { content: '\e8d0'; } /* 'î£' */
.icon-video-5:before { content: '\ec7c'; } /* 'î±¼' */
.icon-location-8:before { content: '\ed8a'; } /* 'î¶Š' */
.icon-user-7:before { content: '\ec78'; } /* 'î±¸' */
.icon-eye-7:before { content: '\ed85'; } /* 'î¶…' */
.icon-resize-normal-outline:before { content: '\eb44'; } /* 'î­„' */
.icon-comment-7:before { content: '\ed89'; } /* 'î¶‰' */
.icon-upload-5:before { content: '\ecb6'; } /* 'î²¶' */
.icon-resize-normal:before { content: '\eb45'; } /* 'î­…' */
.icon-inbox-4:before { content: '\ed96'; } /* 'î¶–' */
.icon-move-outline:before { content: '\eb46'; } /* 'î­†' */
.icon-lock-open-alt-2:before { content: '\ec9e'; } /* 'î²ž' */
.icon-move-2:before { content: '\e8cf'; } /* 'î£' */
.icon-cup:before { content: '\ed8b'; } /* 'î¶‹' */
.icon-lock-open-8:before { content: '\ec9d'; } /* 'î²' */
.icon-universal-access:before { content: '\ed55'; } /* 'îµ•' */
.icon-loop-outline:before { content: '\eb59'; } /* 'î­™' */
.icon-mobile-6:before { content: '\ed98'; } /* 'î¶˜' */
.icon-twitter-8:before { content: '\ed72'; } /* 'îµ²' */
.icon-doc-8:before { content: '\ed8d'; } /* 'î¶' */
.icon-mail-8:before { content: '\ed7c'; } /* 'îµ¼' */
.icon-right-outline:before { content: '\eb60'; } /* 'î­ ' */
.icon-tumblr-4:before { content: '\ed73'; } /* 'îµ³' */
.icon-right-3:before { content: '\e8c6'; } /* 'î£†' */
.icon-trash-circled:before { content: '\ecc2'; } /* 'î³‚' */
.icon-thumbs-up-5:before { content: '\ed87'; } /* 'î¶‡' */
.icon-photo-1:before { content: '\ed82'; } /* 'î¶‚' */
.icon-trash-7:before { content: '\ecc1'; } /* 'î³' */
.icon-right-small:before { content: '\ebc9'; } /* 'î¯‰' */
.icon-note:before { content: '\eda1'; } /* 'î¶¡' */
.icon-torso:before { content: '\ec7b'; } /* 'î±»' */
.icon-clock-8:before { content: '\ed9c'; } /* 'î¶œ' */
.icon-arrows-cw-outline:before { content: '\eb5a'; } /* 'î­š' */
.icon-tint-1:before { content: '\ed42'; } /* 'îµ‚' */
.icon-arrows-cw-1:before { content: '\e8c3'; } /* 'î£ƒ' */
.icon-clock-circled:before { content: '\ecd0'; } /* 'î³' */
.icon-paper-plane-2:before { content: '\ed93'; } /* 'î¶“' */
.icon-up-outline:before { content: '\eb5f'; } /* 'î­Ÿ' */
.icon-params:before { content: '\ed9f'; } /* 'î¶Ÿ' */
.icon-clock-7:before { content: '\ecd1'; } /* 'î³‘' */
.icon-thumbs-up-4:before { content: '\ecb9'; } /* 'î²¹' */
.icon-up-3:before { content: '\e8c5'; } /* 'î£…' */
.icon-money-2:before { content: '\eda4'; } /* 'î¶¤' */
.icon-thumbs-down-4:before { content: '\ed1c'; } /* 'î´œ' */
.icon-up-small:before { content: '\eb5c'; } /* 'î­œ' */
.icon-database-2:before { content: '\ed8f'; } /* 'î¶' */
.icon-th-list-6:before { content: '\ec8c'; } /* 'î²Œ' */
.icon-music-4:before { content: '\ed7a'; } /* 'îµº' */
.icon-at-2:before { content: '\ebab'; } /* 'î®«' */
.icon-megaphone-3:before { content: '\ed90'; } /* 'î¶' */
.icon-attach-outline:before { content: '\eb38'; } /* 'î¬¸' */
.icon-th-large-3:before { content: '\ec8e'; } /* 'î²Ž' */
.icon-attach-4:before { content: '\eb39'; } /* 'î¬¹' */
.icon-graduation-cap-1:before { content: '\ed91'; } /* 'î¶‘' */
.icon-th-5:before { content: '\ec8d'; } /* 'î²' */
.icon-cancel-alt-1:before { content: '\eb05'; } /* 'î¬…' */
.icon-beaker-1:before { content: '\eda2'; } /* 'î¶¢' */
.icon-text-width-1:before { content: '\ed27'; } /* 'î´§' */
.icon-text-height-1:before { content: '\ed26'; } /* 'î´¦' */
.icon-food-1:before { content: '\eda5'; } /* 'î¶¥' */
.icon-cancel-alt:before { content: '\e7b7'; } /* 'îž·' */
.icon-t-shirt:before { content: '\eda8'; } /* 'î¶¨' */
.icon-bat-charge-1:before { content: '\e8db'; } /* 'î£›' */
.icon-tasks-1:before { content: '\ed34'; } /* 'î´´' */
.icon-tags-1:before { content: '\eca2'; } /* 'î²¢' */
.icon-bat-full-1:before { content: '\e8da'; } /* 'î£š' */
.icon-fire-3:before { content: '\ed92'; } /* 'î¶’' */
.icon-bat-half-1:before { content: '\e8d9'; } /* 'î£™' */
.icon-attach-7:before { content: '\ed83'; } /* 'î¶ƒ' */
.icon-tag-6:before { content: '\eca1'; } /* 'î²¡' */
.icon-shop-1:before { content: '\eda6'; } /* 'î¶¦' */
.icon-stumbleupon-2:before { content: '\ed71'; } /* 'îµ±' */
.icon-bat-empty-1:before { content: '\e8d8'; } /* 'î£˜' */
.icon-calendar-8:before { content: '\ed9e'; } /* 'î¶ž' */
.icon-stop-circled:before { content: '\ecfc'; } /* 'î³¼' */
.icon-bat-third:before { content: '\e7af'; } /* 'îž¯' */
.icon-flask:before { content: '\68'; } /* 'h' */
.icon-wallet:before { content: '\eda9'; } /* 'î¶©' */
.icon-stop-6:before { content: '\ecfd'; } /* 'î³½' */
.icon-step-forward:before { content: '\ed0d'; } /* 'î´' */
.icon-cd-3:before { content: '\ed97'; } /* 'î¶—' */
.icon-beer-2:before { content: '\eba2'; } /* 'î®¢' */
.icon-step-backward:before { content: '\ed0c'; } /* 'î´Œ' */
.icon-truck-1:before { content: '\eda3'; } /* 'î¶£' */
.icon-bell-3:before { content: '\eb21'; } /* 'î¬¡' */
.icon-popup-2:before { content: '\e8cb'; } /* 'î£‹' */
.icon-globe-6:before { content: '\ed95'; } /* 'î¶•' */
.icon-star-empty-3:before { content: '\ec77'; } /* 'î±·' */
.icon-star-circled:before { content: '\ec76'; } /* 'î±¶' */
.icon-star-8:before { content: '\ec75'; } /* 'î±µ' */
.icon-briefcase-1:before { content: '\eb87'; } /* 'î®‡' */
.icon-brush-2:before { content: '\eb88'; } /* 'î®ˆ' */
.icon-stackoverflow-1:before { content: '\ed70'; } /* 'îµ°' */
.icon-volume-1:before { content: '\ecd4'; } /* 'î³”' */
.icon-vcard-1:before { content: '\eb2d'; } /* 'î¬­' */
.icon-calculator:before { content: '\eba7'; } /* 'î®§' */
.icon-smiley-circled:before { content: '\ed48'; } /* 'îµˆ' */
.icon-calendar-outlilne:before { content: '\eb48'; } /* 'î­ˆ' */
.icon-smiley:before { content: '\ed47'; } /* 'îµ‡' */
.icon-slideshare:before { content: '\ed6f'; } /* 'îµ¯' */
.icon-calendar-5:before { content: '\eb49'; } /* 'î­‰' */
.icon-camera-outline:before { content: '\eb0c'; } /* 'î¬Œ' */
.icon-skype-6:before { content: '\ed6e'; } /* 'îµ®' */
.icon-signal-5:before { content: '\ed0f'; } /* 'î´' */
.icon-camera-3:before { content: '\e89e'; } /* 'î¢ž' */
.icon-basket-circled:before { content: '\ecdb'; } /* 'î³›' */
.icon-block-outline:before { content: '\eb40'; } /* 'î­€' */
.icon-basket-5:before { content: '\ecdc'; } /* 'î³œ' */
.icon-share-2:before { content: '\ecb5'; } /* 'î²µ' */
.icon-chart-alt-outline:before { content: '\eb9a'; } /* 'î®š' */
.icon-chart-alt:before { content: '\eb99'; } /* 'î®™' */
.icon-export-5:before { content: '\ecb2'; } /* 'î²²' */
.icon-chart-bar-outline:before { content: '\eb98'; } /* 'î®˜' */
.icon-search-circled:before { content: '\ec6f'; } /* 'î±¯' */
.icon-search-7:before { content: '\ec6e'; } /* 'î±®' */
.icon-target-5:before { content: '\ed0e'; } /* 'î´Ž' */
.icon-desktop-circled:before { content: '\ed11'; } /* 'î´‘' */
.icon-desktop-2:before { content: '\ed10'; } /* 'î´' */
.icon-chart-pie-outline:before { content: '\eb97'; } /* 'î®—' */
.icon-rss-7:before { content: '\eccb'; } /* 'î³‹' */
.icon-chart-pie-1:before { content: '\e8e3'; } /* 'î££' */
.icon-road-1:before { content: '\ed30'; } /* 'î´°' */
.icon-left-open-outline:before { content: '\eb50'; } /* 'î­' */
.icon-backward-circled:before { content: '\ecf6'; } /* 'î³¶' */
.icon-left-open-2:before { content: '\e8ca'; } /* 'î£Š' */
.icon-retweet-4:before { content: '\ecab'; } /* 'î²«' */
.icon-right-open-outline:before { content: '\eb52'; } /* 'î­’' */
.icon-resize-vertical-2:before { content: '\ece6'; } /* 'î³¦' */
.icon-right-open-2:before { content: '\e8c9'; } /* 'î£‰' */
.icon-resize-small-4:before { content: '\ece5'; } /* 'î³¥' */
.icon-clipboard:before { content: '\eb94'; } /* 'î®”' */
.icon-upload-cloud-3:before { content: '\eb32'; } /* 'î¬²' */
.icon-resize-horizontal-2:before { content: '\ece7'; } /* 'î³§' */
.icon-play-circle2-1:before { content: '\e048'; } /* 'îˆ' */
.icon-code-outline:before { content: '\eb2f'; } /* 'î¬¯' */
.icon-resize-full-6:before { content: '\ece3'; } /* 'î³£' */
.icon-code-3:before { content: '\eb11'; } /* 'î¬‘' */
.icon-cw-circled:before { content: '\ed03'; } /* 'î´ƒ' */
.icon-coffee-1:before { content: '\eba1'; } /* 'î®¡' */
.icon-cw-5:before { content: '\ed04'; } /* 'î´„' */
.icon-cog-outline:before { content: '\eb42'; } /* 'î­‚' */
.icon-cancel-circled-2:before { content: '\ec86'; } /* 'î²†' */
.icon-cancel-circled2:before { content: '\ec85'; } /* 'î²…' */
.icon-cancel-7:before { content: '\ec87'; } /* 'î²‡' */
.icon-arrows-cw-3:before { content: '\ed02'; } /* 'î´‚' */
.icon-contacts:before { content: '\eb2c'; } /* 'î¬¬' */
.icon-reddit-1:before { content: '\ed5a'; } /* 'îµš' */
.icon-credit-card-3:before { content: '\eb95'; } /* 'î®•' */
.icon-upload-cloud-outline:before { content: '\eb33'; } /* 'î¬³' */
.icon-record-2:before { content: '\ecf9'; } /* 'î³¹' */
.icon-database-1:before { content: '\eb93'; } /* 'î®“' */
.icon-shuffle-4:before { content: '\ed01'; } /* 'î´' */
.icon-cancel-circled-outline:before { content: '\eb3d'; } /* 'î¬½' */
.icon-quote-circled:before { content: '\ecb3'; } /* 'î²³' */
.icon-cancel-circled:before { content: '\eb04'; } /* 'î¬„' */
.icon-quote:before { content: '\ecb4'; } /* 'î²´' */
.icon-help-circled-1:before { content: '\ec94'; } /* 'î²”' */
.icon-desktop-1:before { content: '\eb77'; } /* 'î­·' */
.icon-help-3:before { content: '\ec80'; } /* 'î²€' */
.icon-qrcode-1:before { content: '\ed31'; } /* 'î´±' */
.icon-tablet-2:before { content: '\eb76'; } /* 'î­¶' */
.icon-print-5:before { content: '\ecac'; } /* 'î²¬' */
.icon-plus-circled:before { content: '\ec83'; } /* 'î²ƒ' */
.icon-address:before { content: '\e723'; } /* 'îœ£' */
.icon-plus-6:before { content: '\ec84'; } /* 'î²„' */
.icon-divide-outline:before { content: '\eb15'; } /* 'î¬•' */
.icon-divide:before { content: '\eb16'; } /* 'î¬–' */
.icon-play-circled2:before { content: '\ecfe'; } /* 'î³¾' */
.icon-doc-add:before { content: '\eb1d'; } /* 'î¬' */
.icon-play-circled-1:before { content: '\ecff'; } /* 'î³¿' */
.icon-play-5:before { content: '\ed00'; } /* 'î´€' */
.icon-doc-remove:before { content: '\eb1e'; } /* 'î¬ž' */
.icon-flight-2:before { content: '\ed20'; } /* 'î´ ' */
.icon-doc-text-2:before { content: '\eb1b'; } /* 'î¬›' */
.icon-doc-5:before { content: '\eb14'; } /* 'î¬”' */
.icon-pinterest-3:before { content: '\ed5b'; } /* 'îµ›' */
.icon-picture-5:before { content: '\ec92'; } /* 'î²’' */
.icon-download-outline:before { content: '\ebcb'; } /* 'î¯‹' */
.icon-picasa-2:before { content: '\ed5c'; } /* 'îµœ' */
.icon-photo-circled:before { content: '\ec8f'; } /* 'î²' */
.icon-edit-1:before { content: '\e8b6'; } /* 'î¢¶' */
.icon-eject-outline:before { content: '\eb6e'; } /* 'î­®' */
.icon-photo:before { content: '\ec90'; } /* 'î²' */
.icon-phone-circled:before { content: '\eccd'; } /* 'î³' */
.icon-eject-3:before { content: '\eb6f'; } /* 'î­¯' */
.icon-eq-outline:before { content: '\eb17'; } /* 'î¬—' */
.icon-phone-3:before { content: '\eccc'; } /* 'î³Œ' */
.icon-person:before { content: '\ed4f'; } /* 'îµ' */
.icon-eq:before { content: '\3d'; } /* '=' */
.icon-pencil-circled:before { content: '\ecb0'; } /* 'î²°' */
.icon-export-outline:before { content: '\eb12'; } /* 'î¬’' */
.icon-export-2:before { content: '\e8b5'; } /* 'î¢µ' */
.icon-pencil-6:before { content: '\ecb1'; } /* 'î²±' */
.icon-pause-circled:before { content: '\ecfa'; } /* 'î³º' */
.icon-eye-outline:before { content: '\eb10'; } /* 'î¬' */
.icon-eye-3:before { content: '\e8ad'; } /* 'î¢­' */
.icon-pause-5:before { content: '\ecfb'; } /* 'î³»' */
.icon-feather-1:before { content: '\eb19'; } /* 'î¬™' */
.icon-path:before { content: '\ed5d'; } /* 'îµ' */
.icon-video-3:before { content: '\eb00'; } /* 'î¬€' */
.icon-attach-circled:before { content: '\ec9a'; } /* 'î²š' */
.icon-flag-3:before { content: '\eb1a'; } /* 'î¬š' */
.icon-attach-6:before { content: '\ec99'; } /* 'î²™' */
.icon-flag-2:before { content: '\e8ab'; } /* 'î¢«' */
.icon-ok-circled-1:before { content: '\ec89'; } /* 'î²‰' */
.icon-ok-circled2:before { content: '\ec88'; } /* 'î²ˆ' */
.icon-ok-7:before { content: '\ec8a'; } /* 'î²Š' */
.icon-off-1:before { content: '\ed2f'; } /* 'î´¯' */
.icon-flow-split:before { content: '\eb91'; } /* 'î®‘' */
.icon-flow-merge:before { content: '\eb90'; } /* 'î®' */
.icon-network:before { content: '\ed14'; } /* 'î´”' */
.icon-flow-parallel-1:before { content: '\eb8f'; } /* 'î®' */
.icon-music-3:before { content: '\ec6d'; } /* 'î±­' */
.icon-flow-cross:before { content: '\eb8e'; } /* 'î®Ž' */
.icon-move-3:before { content: '\ece8'; } /* 'î³¨' */
.icon-minus-circled:before { content: '\ec81'; } /* 'î²' */
.icon-folder-add:before { content: '\eb23'; } /* 'î¬£' */
.icon-folder-delete:before { content: '\eb25'; } /* 'î¬¥' */
.icon-minus-4:before { content: '\ec82'; } /* 'î²‚' */
.icon-mic-circled:before { content: '\ecd7'; } /* 'î³—' */
.icon-folder-4:before { content: '\eb22'; } /* 'î¬¢' */
.icon-mic-5:before { content: '\ecd8'; } /* 'î³˜' */
.icon-gift-1:before { content: '\eb9c'; } /* 'î®œ' */
.icon-location-circled:before { content: '\ecbe'; } /* 'î²¾' */
.icon-globe-alt-outline:before { content: '\eb74'; } /* 'î­´' */
.icon-location-7:before { content: '\ecbd'; } /* 'î²½' */
.icon-users-outline:before { content: '\eafc'; } /* 'î«¼' */
.icon-male-2:before { content: '\ed56'; } /* 'îµ–' */
.icon-users-1:before { content: '\e89d'; } /* 'î¢' */
.icon-magnet-2:before { content: '\ed3c'; } /* 'î´¼' */
.icon-lock-circled:before { content: '\ec9c'; } /* 'î²œ' */
.icon-headphones-2:before { content: '\eb51'; } /* 'î­‘' */
.icon-heart-6:before { content: '\eaf9'; } /* 'î«¹' */
.icon-lock-8:before { content: '\ec9b'; } /* 'î²›' */
.icon-heart-3:before { content: '\e89a'; } /* 'î¢š' */
.icon-clipboard-1:before { content: '\ed79'; } /* 'îµ¹' */
.icon-home-outline:before { content: '\eb37'; } /* 'î¬·' */
.icon-list-5:before { content: '\ed2b'; } /* 'î´«' */
.icon-linkedin-7:before { content: '\ed5e'; } /* 'îµž' */
.icon-home-3:before { content: '\e8b2'; } /* 'î¢²' */
.icon-picture-outline:before { content: '\eb0e'; } /* 'î¬Ž' */
.icon-leaf-3:before { content: '\ed21'; } /* 'î´¡' */
.icon-picture-4:before { content: '\eb0d'; } /* 'î¬' */
.icon-laptop-circled:before { content: '\ed13'; } /* 'î´“' */
.icon-laptop-1:before { content: '\ed12'; } /* 'î´’' */
.icon-infinity-outline:before { content: '\eba8'; } /* 'î®¨' */
.icon-key-4:before { content: '\ed36'; } /* 'î´¶' */
.icon-info-outline:before { content: '\eb36'; } /* 'î¬¶' */
.icon-italic-1:before { content: '\ed25'; } /* 'î´¥' */
.icon-iphone-home:before { content: '\ed4e'; } /* 'îµŽ' */
.icon-info-2:before { content: '\e8b3'; } /* 'î¢³' */
.icon-attention-5:before { content: '\eb24'; } /* 'î¬¤' */
.icon-instagram-2:before { content: '\ed5f'; } /* 'îµŸ' */
.icon-info-circled-1:before { content: '\ec95'; } /* 'î²•' */
.icon-check-outline:before { content: '\eb8c'; } /* 'î®Œ' */
.icon-indent-right-2:before { content: '\ed2d'; } /* 'î´­' */
.icon-check-1:before { content: '\eb8d'; } /* 'î®' */
.icon-indent-left-2:before { content: '\ed2c'; } /* 'î´¬' */
.icon-key-outline:before { content: '\eb92'; } /* 'î®’' */
.icon-right-hand-1:before { content: '\ed06'; } /* 'î´†' */
.icon-left-hand-1:before { content: '\ed07'; } /* 'î´‡' */
.icon-leaf-2:before { content: '\eb86'; } /* 'î®†' */
.icon-down-hand-1:before { content: '\ed08'; } /* 'î´ˆ' */
.icon-guidedog:before { content: '\ed53'; } /* 'îµ“' */
.icon-lightbulb:before { content: '\eb55'; } /* 'î­•' */
.icon-link-outline:before { content: '\ebca'; } /* 'î¯Š' */
.icon-group-circled:before { content: '\ec7a'; } /* 'î±º' */
.icon-group:before { content: '\ec79'; } /* 'î±¹' */
.icon-link-3:before { content: '\e8b1'; } /* 'î¢±' */
.icon-forward-circled:before { content: '\ed0b'; } /* 'î´‹' */
.icon-direction-outline:before { content: '\eb1c'; } /* 'î¬œ' */
.icon-direction-1:before { content: '\e8bb'; } /* 'î¢»' */
.icon-forward-4:before { content: '\ed0a'; } /* 'î´Š' */
.icon-fontsize-1:before { content: '\ed23'; } /* 'î´£' */
.icon-location-outline:before { content: '\eb2e'; } /* 'î¬®' */
.icon-location-3:before { content: '\e8cd'; } /* 'î£' */
.icon-font-2:before { content: '\ed22'; } /* 'î´¢' */
.icon-lock-6:before { content: '\eb3a'; } /* 'î¬º' */
.icon-folder-circled:before { content: '\ecc8'; } /* 'î³ˆ' */
.icon-lock-3:before { content: '\e8b0'; } /* 'î¢°' */
.icon-folder-open-2:before { content: '\ecca'; } /* 'î³Š' */
.icon-female-2:before { content: '\ed57'; } /* 'îµ—' */
.icon-lock-open-6:before { content: '\eb3c'; } /* 'î¬¼' */
.icon-lock-open-2:before { content: '\e8af'; } /* 'î¢¯' */
.icon-fast-forward-1:before { content: '\ed09'; } /* 'î´‰' */
.icon-fast-backward-1:before { content: '\ed1e'; } /* 'î´ž' */
.icon-mail-3:before { content: '\e899'; } /* 'î¢™' */
.icon-videocam-3:before { content: '\ec7f'; } /* 'î±¿' */
.icon-map-1:before { content: '\eb13'; } /* 'î¬“' */
.icon-eject-alt-outline:before { content: '\eb70'; } /* 'î­°' */
.icon-facebook-8:before { content: '\ed67'; } /* 'îµ§' */
.icon-eject-2:before { content: '\e8d6'; } /* 'î£–' */
.icon-eye-6:before { content: '\ec9f'; } /* 'î²Ÿ' */
.icon-gauge-2:before { content: '\ed46'; } /* 'îµ†' */
.icon-fast-fw-outline:before { content: '\eb68'; } /* 'î­¨' */
.icon-fast-fw-2:before { content: '\eb69'; } /* 'î­©' */
.icon-css:before { content: '\ed6c'; } /* 'îµ¬' */
.icon-pause-outline:before { content: '\eb66'; } /* 'î­¦' */
.icon-credit-card-4:before { content: '\ed39'; } /* 'î´¹' */
.icon-pause-3:before { content: '\eb67'; } /* 'î­§' */
.icon-compass-circled:before { content: '\ecc0'; } /* 'î³€' */
.icon-compass-4:before { content: '\ecbf'; } /* 'î²¿' */
.icon-play-outline:before { content: '\eb56'; } /* 'î­–' */
.icon-comment-alt-2:before { content: '\eca9'; } /* 'î²©' */
.icon-play-3:before { content: '\eb63'; } /* 'î­£' */
.icon-down-open-3:before { content: '\eceb'; } /* 'î³«' */
.icon-record-outline:before { content: '\eb6c'; } /* 'î­¬' */
.icon-check-empty-1:before { content: '\ed40'; } /* 'îµ€' */
.icon-record-1:before { content: '\eb6d'; } /* 'î­­' */
.icon-check-2:before { content: '\ed41'; } /* 'îµ' */
.icon-rewind-outline:before { content: '\eb6a'; } /* 'î­ª' */
.icon-rewind:before { content: '\eb6b'; } /* 'î­«' */
.icon-certificate-2:before { content: '\ed35'; } /* 'î´µ' */
.icon-cc-2:before { content: '\ed6d'; } /* 'îµ­' */
.icon-stop-outline:before { content: '\eb64'; } /* 'î­¤' */
.icon-stop-4:before { content: '\eb65'; } /* 'î­¥' */
.icon-camera-6:before { content: '\ec91'; } /* 'î²‘' */
.icon-block-5:before { content: '\ece2'; } /* 'î³¢' */
.icon-chat-3:before { content: '\e8b9'; } /* 'î¢¹' */
.icon-backward:before { content: '\ecf7'; } /* 'î³·' */
.icon-comment-3:before { content: '\e8b8'; } /* 'î¢¸' */
.icon-chat-alt:before { content: '\eb20'; } /* 'î¬ ' */
.icon-asterisk-1:before { content: '\ed3f'; } /* 'î´¿' */
.icon-asl:before { content: '\ed4b'; } /* 'îµ‹' */
.icon-mic-outline:before { content: '\eb4c'; } /* 'î­Œ' */
.icon-up-7:before { content: '\ecf2'; } /* 'î³²' */
.icon-right-6:before { content: '\ecf1'; } /* 'î³±' */
.icon-minus-outline:before { content: '\eb0f'; } /* 'î¬' */
.icon-minus-3:before { content: '\e8a4'; } /* 'î¢¤' */
.icon-heart-circled:before { content: '\ec73'; } /* 'î±³' */
.icon-heart-8:before { content: '\ec72'; } /* 'î±²' */
.icon-news:before { content: '\eb1f'; } /* 'î¬Ÿ' */
.icon-hearing-impaired:before { content: '\ed4d'; } /* 'îµ' */
.icon-music-outline:before { content: '\eaf7'; } /* 'î«·' */
.icon-music-2:before { content: '\e897'; } /* 'î¢—' */
.icon-headphones-3:before { content: '\ecd2'; } /* 'î³’' */
.icon-pen:before { content: '\eb18'; } /* 'î¬˜' */
.icon-hdd-2:before { content: '\ed37'; } /* 'î´·' */
.icon-up-hand-1:before { content: '\ed05'; } /* 'î´…' */
.icon-github-7:before { content: '\ed62'; } /* 'îµ¢' */
.icon-phone-outline:before { content: '\eb29'; } /* 'î¬©' */
.icon-gift-2:before { content: '\ed3e'; } /* 'î´¾' */
.icon-resize-full-alt-1:before { content: '\ece4'; } /* 'î³¤' */
.icon-pi-outline:before { content: '\eba9'; } /* 'î®©' */
.icon-pi:before { content: '\ebaa'; } /* 'î®ª' */
.icon-friendfeed-rect-1:before { content: '\ed63'; } /* 'îµ£' */
.icon-pin-outline:before { content: '\eb3e'; } /* 'î¬¾' */
.icon-friendfeed-1:before { content: '\ed64'; } /* 'îµ¤' */
.icon-pin-2:before { content: '\e8ae'; } /* 'î¢®' */
.icon-foursquare-2:before { content: '\ed65'; } /* 'îµ¥' */
.icon-doc-new-circled:before { content: '\ecc6'; } /* 'î³†' */
.icon-pipette:before { content: '\eb89'; } /* 'î®‰' */
.icon-doc-new:before { content: '\ecc5'; } /* 'î³…' */
.icon-plane-outline:before { content: '\eb84'; } /* 'î®„' */
.icon-edit-circled:before { content: '\ecae'; } /* 'î²®' */
.icon-plane:before { content: '\eb85'; } /* 'î®…' */
.icon-plug:before { content: '\eb7b'; } /* 'î­»' */
.icon-edit-3:before { content: '\ecaf'; } /* 'î²¯' */
.icon-plus-outline:before { content: '\eb03'; } /* 'î¬ƒ' */
.icon-doc-circled:before { content: '\ecc4'; } /* 'î³„' */
.icon-plus-3:before { content: '\e8a3'; } /* 'î¢£' */
.icon-doc-7:before { content: '\ecc3'; } /* 'î³ƒ' */
.icon-dribbble-5:before { content: '\ed68'; } /* 'îµ¨' */
.icon-looped-square-outline:before { content: '\ebc6'; } /* 'î¯†' */
.icon-download-alt:before { content: '\ecb7'; } /* 'î²·' */
.icon-looped-square-interest:before { content: '\ebc5'; } /* 'î¯…' */
.icon-power-outline:before { content: '\eb8a'; } /* 'î®Š' */
.icon-download-6:before { content: '\ecb8'; } /* 'î²¸' */
.icon-digg-1:before { content: '\ed69'; } /* 'îµ©' */
.icon-power:before { content: '\eb8b'; } /* 'î®‹' */
.icon-deviantart-1:before { content: '\ed6a'; } /* 'îµª' */
.icon-delicious-1:before { content: '\ed6b'; } /* 'îµ«' */
.icon-puzzle-outline:before { content: '\eba5'; } /* 'î®¥' */
.icon-left-circled-1:before { content: '\ecf4'; } /* 'î³´' */
.icon-puzzle:before { content: '\e7b6'; } /* 'îž¶' */
.icon-down-circled-1:before { content: '\ecf3'; } /* 'î³³' */
.icon-target-outline:before { content: '\eb7a'; } /* 'î­º' */
.icon-child:before { content: '\ed51'; } /* 'îµ‘' */
.icon-cw-outline:before { content: '\eb5b'; } /* 'î­›' */
.icon-up-open-3:before { content: '\ecee'; } /* 'î³®' */
.icon-right-open-5:before { content: '\eced'; } /* 'î³­' */
.icon-left-open-5:before { content: '\ecec'; } /* 'î³¬' */
.icon-rss-outline:before { content: '\eb28'; } /* 'î¬¨' */
.icon-bold-1:before { content: '\ed24'; } /* 'î´¤' */
.icon-rss-2:before { content: '\e8bc'; } /* 'î¢¼' */
.icon-blogger-2:before { content: '\ed59'; } /* 'îµ™' */
.icon-scissors-outline:before { content: '\eb9f'; } /* 'î®Ÿ' */
.icon-blind:before { content: '\ed52'; } /* 'îµ’' */
.icon-bell-5:before { content: '\eca8'; } /* 'î²¨' */
.icon-box-3:before { content: '\eb27'; } /* 'î¬§' */
.icon-behance-1:before { content: '\ed58'; } /* 'îµ˜' */
.icon-basket-4:before { content: '\eb47'; } /* 'î­‡' */
.icon-barcode-1:before { content: '\ed32'; } /* 'î´²' */
.icon-at-circled:before { content: '\ebac'; } /* 'î®¬' */
.icon-left-6:before { content: '\ecf0'; } /* 'î³°' */
.icon-dribbble-circled-1:before { content: '\ebbb'; } /* 'î®»' */
.icon-down-7:before { content: '\ecef'; } /* 'î³¯' */
.icon-dribbble-3:before { content: '\ebb9'; } /* 'î®¹' */
.icon-facebook-circled-1:before { content: '\ebb8'; } /* 'î®¸' */
.icon-align-right-1:before { content: '\ed29'; } /* 'î´©' */
.icon-facebook-6:before { content: '\ebb7'; } /* 'î®·' */
.icon-align-left-1:before { content: '\ed28'; } /* 'î´¨' */
.icon-align-justify-1:before { content: '\ed2a'; } /* 'î´ª' */
.icon-flickr-circled-1:before { content: '\ebb6'; } /* 'î®¶' */
.icon-flickr-3:before { content: '\ebb5'; } /* 'î®µ' */
.icon-github-circled-2:before { content: '\ebb4'; } /* 'î®´' */
.icon-adult:before { content: '\ed50'; } /* 'îµ' */
.icon-github-5:before { content: '\ebb3'; } /* 'î®³' */
.icon-adjust:before { content: '\ed43'; } /* 'îµƒ' */
.icon-address-book-alt:before { content: '\ed4a'; } /* 'îµŠ' */
.icon-lastfm-circled-1:before { content: '\ebb2'; } /* 'î®²' */
.icon-address-book:before { content: '\ed49'; } /* 'îµ‰' */
.icon-lastfm-2:before { content: '\ebb1'; } /* 'î®±' */
.icon-lightbulb-1:before { content: '\eccf'; } /* 'î³' */
.icon-linkedin-circled-1:before { content: '\ebb0'; } /* 'î®°' */
.icon-linkedin-5:before { content: '\ebaf'; } /* 'î®¯' */
.icon-home-circled:before { content: '\ec96'; } /* 'î²–' */
.icon-pinterest-circled-2:before { content: '\ebae'; } /* 'î®®' */
.icon-home-6:before { content: '\ed1d'; } /* 'î´' */
.icon-heart-empty-4:before { content: '\ec74'; } /* 'î±´' */
.icon-pinterest-2:before { content: '\ebad'; } /* 'î®­' */
.icon-skype-outline:before { content: '\ebc7'; } /* 'î¯‡' */
.icon-globe-5:before { content: '\ed18'; } /* 'î´˜' */
.icon-skype-5:before { content: '\ebc4'; } /* 'î¯„' */
.icon-glasses:before { content: '\ed4c'; } /* 'îµŒ' */
.icon-glass-1:before { content: '\ec6c'; } /* 'î±¬' */
.icon-tumbler-circled:before { content: '\ebc3'; } /* 'î¯ƒ' */
.icon-github-text-1:before { content: '\ed61'; } /* 'îµ¡' */
.icon-tumbler:before { content: '\ebc0'; } /* 'î¯€' */
.icon-flag-4:before { content: '\eca5'; } /* 'î²¥' */
.icon-twitter-circled-1:before { content: '\ebc8'; } /* 'î¯ˆ' */
.icon-fire-2:before { content: '\ed3d'; } /* 'î´½' */
.icon-twitter-6:before { content: '\ebbd'; } /* 'î®½' */
.icon-vimeo-circled-1:before { content: '\ebbc'; } /* 'î®¼' */
.icon-filter-1:before { content: '\ed33'; } /* 'î´³' */
.icon-video-alt-1:before { content: '\ec7e'; } /* 'î±¾' */
.icon-vimeo-3:before { content: '\ebba'; } /* 'î®º' */
.icon-sort-alphabet-outline:before { content: '\ebc2'; } /* 'î¯‚' */
.icon-mail-circled:before { content: '\ec71'; } /* 'î±±' */
.icon-mail-7:before { content: '\ec70'; } /* 'î±°' */
.icon-sort-alphabet:before { content: '\ebc1'; } /* 'î¯' */
.icon-sort-numeric-outline:before { content: '\ebbf'; } /* 'î®¿' */
.icon-eject-4:before { content: '\ecf8'; } /* 'î³¸' */
.icon-sort-numeric:before { content: '\ebbe'; } /* 'î®¾' */
.icon-edit-alt:before { content: '\ecad'; } /* 'î²­' */
.icon-wrench-outline:before { content: '\eb43'; } /* 'î­ƒ' */
.icon-cloud-circled:before { content: '\ed1b'; } /* 'î´›' */
.icon-cloud-7:before { content: '\ed1a'; } /* 'î´š' */
.icon-star-6:before { content: '\eafa'; } /* 'î«º' */
.icon-up-circled-1:before { content: '\ed1f'; } /* 'î´Ÿ' */
.icon-star-3:before { content: '\e89b'; } /* 'î¢›' */
.icon-right-circled-1:before { content: '\ecf5'; } /* 'î³µ' */
.icon-certificate-outline:before { content: '\eb9d'; } /* 'î®' */
.icon-braille:before { content: '\ed45'; } /* 'îµ…' */
.icon-bookmark-empty-1:before { content: '\eca4'; } /* 'î²¤' */
.icon-certificate-1:before { content: '\eb9e'; } /* 'î®ž' */
.icon-bookmark-3:before { content: '\eca3'; } /* 'î²£' */
.icon-stopwatch:before { content: '\eb54'; } /* 'î­”' */
.icon-book-4:before { content: '\ed44'; } /* 'îµ„' */
.icon-inbox-alt:before { content: '\ed17'; } /* 'î´—' */
.icon-popup-5:before { content: '\eb4a'; } /* 'î­Š' */
.icon-inbox-circled:before { content: '\ed16'; } /* 'î´–' */
.icon-tag-3:before { content: '\e8ac'; } /* 'î¢¬' */
.icon-inbox-3:before { content: '\ed15'; } /* 'î´•' */
.icon-lightbulb-alt:before { content: '\ecce'; } /* 'î³Ž' */
.icon-th-large-outline:before { content: '\eb0a'; } /* 'î¬Š' */
.icon-chart-circled:before { content: '\ed3a'; } /* 'î´º' */
.icon-th-large-2:before { content: '\eb09'; } /* 'î¬‰' */
.icon-th-list-outline:before { content: '\eb08'; } /* 'î¬ˆ' */
.icon-chart-2:before { content: '\ed3b'; } /* 'î´»' */
.icon-googleplus:before { content: '\ed60'; } /* 'îµ ' */
.icon-th-list-2:before { content: '\e8a0'; } /* 'î¢ ' */
.icon-menu-outline:before { content: '\eb3f'; } /* 'î¬¿' */
.icon-globe-alt-1:before { content: '\ed19'; } /* 'î´™' */
.icon-list-2:before { content: '\e8d7'; } /* 'î£—' */
.icon-folder-close:before { content: '\ecc9'; } /* 'î³‰' */
.icon-folder-6:before { content: '\ecc7'; } /* 'î³‡' */
.icon-th-outline:before { content: '\eb0b'; } /* 'î¬‹' */
.icon-th-2:before { content: '\e89f'; } /* 'î¢Ÿ' */
.icon-flickr-4:before { content: '\ed66'; } /* 'îµ¦' */
.icon-flag-circled:before { content: '\eca6'; } /* 'î²¦' */
.icon-temperatire:before { content: '\eb9b'; } /* 'î®›' */
.icon-eye-off-1:before { content: '\eca0'; } /* 'î² ' */
.icon-exclamation:before { content: '\ecba'; } /* 'î²º' */
.icon-ok-outline:before { content: '\eb07'; } /* 'î¬‡' */
.icon-error-alt:before { content: '\ecbc'; } /* 'î²¼' */
.icon-error:before { content: '\ecbb'; } /* 'î²»' */
.icon-ok-3:before { content: '\e8a1'; } /* 'î¢¡' */
.icon-comment-6:before { content: '\ecaa'; } /* 'î²ª' */
.icon-ticket-2:before { content: '\eb96'; } /* 'î®–' */
.icon-cogs:before { content: '\ecdf'; } /* 'î³Ÿ' */
.icon-cog-circled:before { content: '\ece0'; } /* 'î³ ' */
.icon-cancel-outline:before { content: '\eb06'; } /* 'î¬†' */
.icon-cancel-3:before { content: '\e8a2'; } /* 'î¢¢' */
.icon-cog-6:before { content: '\ece1'; } /* 'î³¡' */
.icon-calendar-circled:before { content: '\ecd9'; } /* 'î³™' */
.icon-trash-3:before { content: '\e8bd'; } /* 'î¢½' */
.icon-tree:before { content: '\eba6'; } /* 'î®¦' */
.icon-calendar-7:before { content: '\ecda'; } /* 'î³š' */
.icon-megaphone-2:before { content: '\ed38'; } /* 'î´¸' */
.icon-upload-outline:before { content: '\eb35'; } /* 'î¬µ' */
.icon-briefcase-2:before { content: '\ed2e'; } /* 'î´®' */
.icon-upload-3:before { content: '\eb34'; } /* 'î¬´' */
.icon-vkontakte-2:before { content: '\ed75'; } /* 'îµµ' */
.icon-user-add-outline:before { content: '\eb3b'; } /* 'î¬»' */
.icon-user-add-1:before { content: '\eafd'; } /* 'î«½' */
.icon-user-delete-outline:before { content: '\eafe'; } /* 'î«¾' */
.icon-user-delete:before { content: '\eaff'; } /* 'î«¿' */
.icon-user-outline:before { content: '\eafb'; } /* 'î«»' */
.icon-user-3:before { content: '\e89c'; } /* 'î¢œ' */
.icon-videocam-outline:before { content: '\eb01'; } /* 'î¬' */
.icon-videocam-2:before { content: '\eb02'; } /* 'î¬‚' */
.icon-volume-middle:before { content: '\eb4f'; } /* 'î­' */
.icon-volume-off-5:before { content: '\eb4d'; } /* 'î­' */
.icon-volume-up-3:before { content: '\e8d3'; } /* 'î£“' */
.icon-volume-off-3:before { content: '\e8c2'; } /* 'î£‚' */
.icon-warning-empty:before { content: '\eb2a'; } /* 'î¬ª' */
.icon-warning:before { content: '\eb2b'; } /* 'î¬«' */
.icon-wristwatch:before { content: '\eb53'; } /* 'î­“' */
.icon-waves-outline:before { content: '\eb7c'; } /* 'î­¼' */
.icon-waves:before { content: '\eb7d'; } /* 'î­½' */
.icon-cloud-5:before { content: '\eb72'; } /* 'î­²' */
.icon-rain-2:before { content: '\eb7e'; } /* 'î­¾' */
.icon-moon-4:before { content: '\eb71'; } /* 'î­±' */
.icon-cloud-sun-1:before { content: '\eb7f'; } /* 'î­¿' */
.icon-drizzle-1:before { content: '\eb80'; } /* 'î®€' */
.icon-snow-1:before { content: '\eb81'; } /* 'î®' */
.icon-cloud-flash-1:before { content: '\eb82'; } /* 'î®‚' */
.icon-wind-1:before { content: '\eb83'; } /* 'î®ƒ' */
.icon-wifi-outline:before { content: '\eb79'; } /* 'î­¹' */
.icon-wifi:before { content: '\eb78'; } /* 'î­¸' */
.icon-wine:before { content: '\eba0'; } /* 'î® ' */
.icon-globe-outline:before { content: '\eb75'; } /* 'î­µ' */
.icon-zoom-in-outline:before { content: '\eb4b'; } /* 'î­‹' */
.icon-zoom-in-1:before { content: '\e8cc'; } /* 'î£Œ' */
.icon-zoom-out-outline:before { content: '\eb4e'; } /* 'î­Ž' */
.icon-zoom-out-1:before { content: '\e8ce'; } /* 'î£Ž' */
.icon-search-outline:before { content: '\eaf8'; } /* 'î«¸' */
.icon-search-3:before { content: '\e898'; } /* 'î¢˜' */
.icon-left-circle-1:before { content: '\e962'; } /* 'î¥¢' */
.icon-left-circle:before { content: '\e4a1'; } /* 'î’¡' */
.icon-right-circle:before { content: '\e4a2'; } /* 'î’¢' */
.icon-right-circle-1:before { content: '\e961'; } /* 'î¥¡' */
.icon-up-circle:before { content: '\e4a3'; } /* 'î’£' */
.icon-up-circle-1:before { content: '\e960'; } /* 'î¥ ' */
.icon-down-circle-1:before { content: '\e94a'; } /* 'î¥Š' */
.icon-down-circle:before { content: '\e4a4'; } /* 'î’¤' */
.icon-left-bold:before { content: '\e4ad'; } /* 'î’­' */
.icon-right-bold:before { content: '\e4ae'; } /* 'î’®' */
.icon-up-bold:before { content: '\e4af'; } /* 'î’¯' */
.icon-user-add:before { content: '\e700'; } /* 'îœ€' */
.icon-star-half:before { content: '\e701'; } /* 'îœ' */
.icon-ok-circle2:before { content: '\e702'; } /* 'îœ‚' */
.icon-cancel-circle2:before { content: '\e703'; } /* 'îœƒ' */
.icon-help-circle:before { content: '\e704'; } /* 'îœ„' */
.icon-help-circle-1:before { content: '\e80c'; } /* 'î Œ' */
.icon-info-circle-1:before { content: '\e84a'; } /* 'î¡Š' */
.icon-info-circle:before { content: '\e705'; } /* 'îœ…' */
.icon-th-large:before { content: '\e708'; } /* 'îœˆ' */
.icon-lock-empty:before { content: '\e861'; } /* 'î¡¡' */
.icon-th-large-1:before { content: '\e932'; } /* 'î¤²' */
.icon-lock-open-empty:before { content: '\e709'; } /* 'îœ‰' */
.icon-eye-2:before { content: '\e85d'; } /* 'î¡' */
.icon-eye:before { content: '\e70a'; } /* 'îœŠ' */
.icon-eye-4:before { content: '\e8f8'; } /* 'î£¸' */
.icon-eye-1:before { content: '\e817'; } /* 'î —' */
.icon-eye-off:before { content: '\e70b'; } /* 'îœ‹' */
.icon-tag-4:before { content: '\e8f9'; } /* 'î£¹' */
.icon-tag-2:before { content: '\e85e'; } /* 'î¡ž' */
.icon-tag-1:before { content: '\e818'; } /* 'î ˜' */
.icon-tag-5:before { content: '\e943'; } /* 'î¥ƒ' */
.icon-tag:before { content: '\e70c'; } /* 'îœŒ' */
.icon-tags:before { content: '\e70d'; } /* 'îœ' */
.icon-tag-empty:before { content: '\e70e'; } /* 'îœŽ' */
.icon-camera-alt:before { content: '\e70f'; } /* 'îœ' */
.icon-download-cloud:before { content: '\e710'; } /* 'îœ' */
.icon-upload-cloud-1:before { content: '\e869'; } /* 'î¡©' */
.icon-upload-cloud:before { content: '\e711'; } /* 'îœ‘' */
.icon-reply-2:before { content: '\e942'; } /* 'î¥‚' */
.icon-reply:before { content: '\e712'; } /* 'îœ’' */
.icon-reply-all-1:before { content: '\e941'; } /* 'î¥' */
.icon-reply-all:before { content: '\e713'; } /* 'îœ“' */
.icon-code:before { content: '\e714'; } /* 'îœ”' */
.icon-code-1:before { content: '\e949'; } /* 'î¥‰' */
.icon-export-3:before { content: '\e8f3'; } /* 'î£³' */
.icon-export-1:before { content: '\e81f'; } /* 'î Ÿ' */
.icon-export:before { content: '\e715'; } /* 'îœ•' */
.icon-print-1:before { content: '\e82c'; } /* 'î ¬' */
.icon-print:before { content: '\e716'; } /* 'îœ–' */
.icon-print-2:before { content: '\e902'; } /* 'î¤‚' */
.icon-retweet-1:before { content: '\e82b'; } /* 'î «' */
.icon-retweet:before { content: '\e717'; } /* 'îœ—' */
.icon-retweet-2:before { content: '\e93e'; } /* 'î¤¾' */
.icon-comment-4:before { content: '\e93f'; } /* 'î¤¿' */
.icon-comment-1:before { content: '\e82a'; } /* 'î ª' */
.icon-comment-2:before { content: '\e86c'; } /* 'î¡¬' */
.icon-comment:before { content: '\e718'; } /* 'îœ˜' */
.icon-comment-inv:before { content: '\e719'; } /* 'îœ™' */
.icon-comment-alt:before { content: '\e71a'; } /* 'îœš' */
.icon-comment-alt-1:before { content: '\e93c'; } /* 'î¤¼' */
.icon-comment-inv-alt:before { content: '\e71b'; } /* 'îœ›' */
.icon-comment-alt2:before { content: '\e71c'; } /* 'îœœ' */
.icon-comment-inv-alt2:before { content: '\e71d'; } /* 'îœ' */
.icon-chat-2:before { content: '\e873'; } /* 'î¡³' */
.icon-chat-4:before { content: '\e901'; } /* 'î¤' */
.icon-chat:before { content: '\e720'; } /* 'îœ ' */
.icon-chat-5:before { content: '\e93b'; } /* 'î¤»' */
.icon-chat-1:before { content: '\e829'; } /* 'î ©' */
.icon-chat-inv:before { content: '\e721'; } /* 'îœ¡' */
.icon-vcard:before { content: '\e722'; } /* 'îœ¢' */
.icon-address-1:before { content: '\eacc'; } /* 'î«Œ' */
.icon-location-2:before { content: '\e872'; } /* 'î¡²' */
.icon-location-1:before { content: '\e827'; } /* 'î §' */
.icon-location:before { content: '\e724'; } /* 'îœ¤' */
.icon-location-4:before { content: '\e905'; } /* 'î¤…' */
.icon-location-5:before { content: '\e93d'; } /* 'î¤½' */
.icon-location-inv:before { content: '\e725'; } /* 'îœ¥' */
.icon-location-alt:before { content: '\e726'; } /* 'îœ¦' */
.icon-map:before { content: '\e727'; } /* 'îœ§' */
.icon-compass-1:before { content: '\e871'; } /* 'î¡±' */
.icon-compass:before { content: '\e728'; } /* 'îœ¨' */
.icon-trash-4:before { content: '\e906'; } /* 'î¤†' */
.icon-trash-1:before { content: '\e826'; } /* 'î ¦' */
.icon-trash-2:before { content: '\e870'; } /* 'î¡°' */
.icon-trash-empty:before { content: '\e72a'; } /* 'îœª' */
.icon-doc-2:before { content: '\e86f'; } /* 'î¡¯' */
.icon-doc-4:before { content: '\e958'; } /* 'î¥˜' */
.icon-doc:before { content: '\e730'; } /* 'îœ°' */
.icon-doc-text-inv-1:before { content: '\eacf'; } /* 'î«' */
.icon-doc-inv:before { content: '\e731'; } /* 'îœ±' */
.icon-doc-alt:before { content: '\e732'; } /* 'îœ²' */
.icon-doc-inv-alt:before { content: '\e733'; } /* 'îœ³' */
.icon-article-1:before { content: '\e907'; } /* 'î¤‡' */
.icon-article:before { content: '\e734'; } /* 'îœ´' */
.icon-article-alt:before { content: '\e735'; } /* 'îœµ' */
.icon-article-alt-1:before { content: '\e909'; } /* 'î¤‰' */
.icon-docs:before { content: '\e736'; } /* 'îœ¶' */
.icon-docs-landscape-1:before { content: '\e957'; } /* 'î¥—' */
.icon-docs-landscape:before { content: '\e737'; } /* 'îœ·' */
.icon-archive:before { content: '\e738'; } /* 'îœ¸' */
.icon-archive-1:before { content: '\e955'; } /* 'î¥•' */
.icon-rss-3:before { content: '\e90a'; } /* 'î¤Š' */
.icon-rss:before { content: '\e73a'; } /* 'îœº' */
.icon-rss-1:before { content: '\e875'; } /* 'î¡µ' */
.icon-rss-4:before { content: '\e954'; } /* 'î¥”' */
.icon-rss-alt:before { content: '\e73b'; } /* 'îœ»' */
.icon-rss-alt-1:before { content: '\e953'; } /* 'î¥“' */
.icon-share-1:before { content: '\e877'; } /* 'î¡·' */
.icon-share:before { content: '\e73c'; } /* 'îœ¼' */
.icon-basket-1:before { content: '\e821'; } /* 'î ¡' */
.icon-basket-3:before { content: '\ead2'; } /* 'î«’' */
.icon-basket-2:before { content: '\e90c'; } /* 'î¤Œ' */
.icon-shareable:before { content: '\ead1'; } /* 'î«‘' */
.icon-calendar-inv:before { content: '\e73e'; } /* 'îœ¾' */
.icon-calendar-alt-1:before { content: '\e90e'; } /* 'î¤Ž' */
.icon-login:before { content: '\e740'; } /* 'î€' */
.icon-login-1:before { content: '\ead4'; } /* 'î«”' */
.icon-logout-2:before { content: '\ead5'; } /* 'î«•' */
.icon-logout-1:before { content: '\e951'; } /* 'î¥‘' */
.icon-logout:before { content: '\e741'; } /* 'î' */
.icon-volume:before { content: '\e742'; } /* 'î‚' */
.icon-resize-full-5:before { content: '\e94e'; } /* 'î¥Ž' */
.icon-resize-full-4:before { content: '\e919'; } /* 'î¤™' */
.icon-resize-full-2:before { content: '\e886'; } /* 'î¢†' */
.icon-resize-full-1:before { content: '\e831'; } /* 'î ±' */
.icon-resize-full:before { content: '\e744'; } /* 'î„' */
.icon-resize-full-alt:before { content: '\e745'; } /* 'î…' */
.icon-resize-small-1:before { content: '\e832'; } /* 'î ²' */
.icon-resize-small-3:before { content: '\e918'; } /* 'î¤˜' */
.icon-resize-small:before { content: '\e746'; } /* 'î†' */
.icon-resize-small-2:before { content: '\e885'; } /* 'î¢…' */
.icon-resize-small-alt:before { content: '\e747'; } /* 'î‡' */
.icon-move-1:before { content: '\e74a'; } /* 'îŠ' */
.icon-popup-4:before { content: '\e94d'; } /* 'î¥' */
.icon-popup-1:before { content: '\e883'; } /* 'î¢ƒ' */
.icon-popup:before { content: '\e74c'; } /* 'îŒ' */
.icon-popup-3:before { content: '\e915'; } /* 'î¤•' */
.icon-publish:before { content: '\e74d'; } /* 'î' */
.icon-window:before { content: '\e74e'; } /* 'îŽ' */
.icon-arrow-combo:before { content: '\e74f'; } /* 'î' */
.icon-zoom-in:before { content: '\e750'; } /* 'î' */
.icon-zoom-in-2:before { content: '\e917'; } /* 'î¤—' */
.icon-chart-pie-3:before { content: '\e9fd'; } /* 'î§½' */
.icon-zoom-out:before { content: '\e751'; } /* 'î‘' */
.icon-zoom-out-2:before { content: '\e916'; } /* 'î¤–' */
.icon-language:before { content: '\eaeb'; } /* 'î««' */
.icon-air:before { content: '\e753'; } /* 'î“' */
.icon-database:before { content: '\e754'; } /* 'î”' */
.icon-drive:before { content: '\e755'; } /* 'î•' */
.icon-thermometer:before { content: '\e757'; } /* 'î—' */
.icon-down-circle2-1:before { content: '\e833'; } /* 'î ³' */
.icon-down-circle2:before { content: '\e758'; } /* 'î˜' */
.icon-left-circle2:before { content: '\e759'; } /* 'î™' */
.icon-right-circle2:before { content: '\e75a'; } /* 'îš' */
.icon-up-circle2:before { content: '\e75b'; } /* 'î›' */
.icon-up-circle2-1:before { content: '\e834'; } /* 'î ´' */
.icon-down-open-1:before { content: '\e842'; } /* 'î¡‚' */
.icon-down-open:before { content: '\e75c'; } /* 'îœ' */
.icon-left-open-1:before { content: '\e841'; } /* 'î¡' */
.icon-left-open:before { content: '\e75d'; } /* 'î' */
.icon-left-open-3:before { content: '\e94c'; } /* 'î¥Œ' */
.icon-right-open:before { content: '\e75e'; } /* 'îž' */
.icon-right-open-1:before { content: '\e840'; } /* 'î¡€' */
.icon-right-open-3:before { content: '\e94b'; } /* 'î¥‹' */
.icon-up-open-1:before { content: '\e83f'; } /* 'î ¿' */
.icon-up-open:before { content: '\e75f'; } /* 'îŸ' */
.icon-arrows-cw:before { content: '\e760'; } /* 'î ' */
.icon-arrows-cw-2:before { content: '\e95d'; } /* 'î¥' */
.icon-down-open-mini:before { content: '\ea09'; } /* 'î¨‰' */
.icon-left-open-mini:before { content: '\ea03'; } /* 'î¨ƒ' */
.icon-play-circle2:before { content: '\e761'; } /* 'î¡' */
.icon-to-end-alt:before { content: '\e762'; } /* 'î¢' */
.icon-right-open-mini:before { content: '\ea04'; } /* 'î¨„' */
.icon-up-open-mini:before { content: '\ea05'; } /* 'î¨…' */
.icon-to-start-alt:before { content: '\e763'; } /* 'î£' */
.icon-award-empty:before { content: '\e764'; } /* 'î¤' */
.icon-down-open-big:before { content: '\ea06'; } /* 'î¨†' */
.icon-left-open-big:before { content: '\ea07'; } /* 'î¨‡' */
.icon-list-1:before { content: '\e765'; } /* 'î¥' */
.icon-right-open-big:before { content: '\ea08'; } /* 'î¨ˆ' */
.icon-list-nested:before { content: '\e766'; } /* 'î¦' */
.icon-up-open-big:before { content: '\e767'; } /* 'î§' */
.icon-progress-0:before { content: '\e768'; } /* 'î¨' */
.icon-progress-1:before { content: '\e769'; } /* 'î©' */
.icon-progress-2:before { content: '\e76a'; } /* 'îª' */
.icon-progress-3:before { content: '\e76b'; } /* 'î«' */
.icon-signal-3:before { content: '\e91e'; } /* 'î¤ž' */
.icon-back-in-time:before { content: '\e771'; } /* 'î±' */
.icon-bat-empty:before { content: '\e772'; } /* 'î²' */
.icon-bat-half:before { content: '\e773'; } /* 'î³' */
.icon-bat-full:before { content: '\e774'; } /* 'î´' */
.icon-bat-charge:before { content: '\e775'; } /* 'îµ' */
.icon-net:before { content: '\e776'; } /* 'î¶' */
.icon-inbox-1:before { content: '\e847'; } /* 'î¡‡' */
.icon-inbox:before { content: '\e777'; } /* 'î·' */
.icon-install:before { content: '\e778'; } /* 'î¸' */
.icon-font:before { content: '\e779'; } /* 'î¹' */
.icon-font-1:before { content: '\e95a'; } /* 'î¥š' */
.icon-bold:before { content: '\e77a'; } /* 'îº' */
.icon-italic:before { content: '\e77b'; } /* 'î»' */
.icon-text-height:before { content: '\e77c'; } /* 'î¼' */
.icon-text-width:before { content: '\e77d'; } /* 'î½' */
.icon-align-left:before { content: '\e77e'; } /* 'î¾' */
.icon-align-center:before { content: '\e77f'; } /* 'î¿' */
.icon-align-right:before { content: '\e780'; } /* 'îž€' */
.icon-align-justify:before { content: '\e781'; } /* 'îž' */
.icon-list:before { content: '\e782'; } /* 'îž‚' */
.icon-list-3:before { content: '\e959'; } /* 'î¥™' */
.icon-indent-left:before { content: '\e783'; } /* 'îžƒ' */
.icon-indent-left-1:before { content: '\e968'; } /* 'î¥¨' */
.icon-indent-right-1:before { content: '\e967'; } /* 'î¥§' */
.icon-indent-right:before { content: '\e784'; } /* 'îž„' */
.icon-lifebuoy:before { content: '\e788'; } /* 'îžˆ' */
.icon-mouse:before { content: '\e789'; } /* 'îž‰' */
.icon-dot:before { content: '\e78b'; } /* 'îž‹' */
.icon-dot-2:before { content: '\e78c'; } /* 'îžŒ' */
.icon-dot-3:before { content: '\e78d'; } /* 'îž' */
.icon-off:before { content: '\e78e'; } /* 'îžŽ' */
.icon-road:before { content: '\e78f'; } /* 'îž' */
.icon-list-alt:before { content: '\e790'; } /* 'îž' */
.icon-flow-cascade:before { content: '\eadb'; } /* 'î«›' */
.icon-qrcode:before { content: '\e791'; } /* 'îž‘' */
.icon-flow-branch:before { content: '\eadc'; } /* 'î«œ' */
.icon-flow-tree:before { content: '\e9ed'; } /* 'î§­' */
.icon-barcode:before { content: '\e792'; } /* 'îž’' */
.icon-ajust:before { content: '\e793'; } /* 'îž“' */
.icon-flow-line:before { content: '\e9fa'; } /* 'î§º' */
.icon-flow-parallel:before { content: '\eaf0'; } /* 'î«°' */
.icon-tint:before { content: '\e794'; } /* 'îž”' */
.icon-cursor:before { content: '\e796'; } /* 'îž–' */
.icon-aperture:before { content: '\e797'; } /* 'îž—' */
.icon-aperture-alt:before { content: '\e798'; } /* 'îž˜' */
.icon-steering-wheel:before { content: '\e799'; } /* 'îž™' */
.icon-brush:before { content: '\e79a'; } /* 'îžš' */
.icon-brush-1:before { content: '\ea01'; } /* 'î¨' */
.icon-paper-plane:before { content: '\eaf6'; } /* 'î«¶' */
.icon-brush-alt:before { content: '\e79b'; } /* 'îž›' */
.icon-eyedropper:before { content: '\e79c'; } /* 'îžœ' */
.icon-layers:before { content: '\e79d'; } /* 'îž' */
.icon-layers-alt:before { content: '\e79e'; } /* 'îžž' */
.icon-moon-inv:before { content: '\e7a0'; } /* 'îž ' */
.icon-magnet:before { content: '\e7a1'; } /* 'îž¡' */
.icon-magnet-1:before { content: '\ea00'; } /* 'î¨€' */
.icon-chart-pie-2:before { content: '\e927'; } /* 'î¤§' */
.icon-gauge-1:before { content: '\eaea'; } /* 'î«ª' */
.icon-chart-pie:before { content: '\e7a2'; } /* 'îž¢' */
.icon-traffic-cone:before { content: '\eae9'; } /* 'î«©' */
.icon-chart-pie-alt:before { content: '\e7a3'; } /* 'îž£' */
.icon-dial:before { content: '\e7a4'; } /* 'îž¤' */
.icon-cc:before { content: '\e7a5'; } /* 'îž¥' */
.icon-resize-full-circle:before { content: '\e7a6'; } /* 'îž¦' */
.icon-cc-by:before { content: '\eae8'; } /* 'î«¨' */
.icon-cc-nc:before { content: '\eae7'; } /* 'î«§' */
.icon-down-micro:before { content: '\e7a7'; } /* 'îž§' */
.icon-up-micro:before { content: '\e7a8'; } /* 'îž¨' */
.icon-cc-nc-eu:before { content: '\eae6'; } /* 'î«¦' */
.icon-cw-circle:before { content: '\e7a9'; } /* 'îž©' */
.icon-cc-nc-jp:before { content: '\eae5'; } /* 'î«¥' */
.icon-updown-circle:before { content: '\e7aa'; } /* 'îžª' */
.icon-cc-sa:before { content: '\eae4'; } /* 'î«¤' */
.icon-cc-nd:before { content: '\e7ab'; } /* 'îž«' */
.icon-terminal:before { content: '\e7ac'; } /* 'îž¬' */
.icon-cc-pd:before { content: '\eae3'; } /* 'î«£' */
.icon-list-numbered:before { content: '\e7ad'; } /* 'îž­' */
.icon-cc-zero:before { content: '\eae2'; } /* 'î«¢' */
.icon-cc-share:before { content: '\eae1'; } /* 'î«¡' */
.icon-basket-alt:before { content: '\e7ae'; } /* 'îž®' */
.icon-cc-remix:before { content: '\eae0'; } /* 'î« ' */
.icon-mobile-alt:before { content: '\e7b0'; } /* 'îž°' */
.icon-tablet:before { content: '\e7b1'; } /* 'îž±' */
.icon-ipod:before { content: '\e7b2'; } /* 'îž²' */
.icon-stop-3:before { content: '\e7b3'; } /* 'îž³' */
.icon-grid:before { content: '\e7b4'; } /* 'îž´' */
.icon-easel:before { content: '\e7b5'; } /* 'îžµ' */
.icon-aboveground-rail:before { content: '\e97e'; } /* 'î¥¾' */
.icon-airfield:before { content: '\e97f'; } /* 'î¥¿' */
.icon-airport:before { content: '\e980'; } /* 'î¦€' */
.icon-art-gallery:before { content: '\e981'; } /* 'î¦' */
.icon-bar:before { content: '\e982'; } /* 'î¦‚' */
.icon-baseball:before { content: '\e983'; } /* 'î¦ƒ' */
.icon-basketball:before { content: '\e984'; } /* 'î¦„' */
.icon-beer:before { content: '\e985'; } /* 'î¦…' */
.icon-belowground-rail:before { content: '\e986'; } /* 'î¦†' */
.icon-bicycle:before { content: '\e987'; } /* 'î¦‡' */
.icon-bus:before { content: '\e988'; } /* 'î¦ˆ' */
.icon-cafe:before { content: '\e989'; } /* 'î¦‰' */
.icon-campsite:before { content: '\e98b'; } /* 'î¦‹' */
.icon-cemetery:before { content: '\e98a'; } /* 'î¦Š' */
.icon-cinema:before { content: '\e98c'; } /* 'î¦Œ' */
.icon-college:before { content: '\e98d'; } /* 'î¦' */
.icon-commerical-building:before { content: '\e98e'; } /* 'î¦Ž' */
.icon-credit-card:before { content: '\e98f'; } /* 'î¦' */
.icon-cricket:before { content: '\e990'; } /* 'î¦' */
.icon-embassy:before { content: '\e991'; } /* 'î¦‘' */
.icon-fast-food:before { content: '\e9b8'; } /* 'î¦¸' */
.icon-ferry:before { content: '\e9b7'; } /* 'î¦·' */
.icon-fire-station:before { content: '\e9b4'; } /* 'î¦´' */
.icon-football:before { content: '\e9b3'; } /* 'î¦³' */
.icon-fuel:before { content: '\e9b0'; } /* 'î¦°' */
.icon-garden:before { content: '\e9af'; } /* 'î¦¯' */
.icon-giraffe:before { content: '\e9ac'; } /* 'î¦¬' */
.icon-golf:before { content: '\e9ab'; } /* 'î¦«' */
.icon-grocery-store:before { content: '\e9a7'; } /* 'î¦§' */
.icon-harbor:before { content: '\e9a6'; } /* 'î¦¦' */
.icon-heliport:before { content: '\e9a4'; } /* 'î¦¤' */
.icon-hospital:before { content: '\e9a2'; } /* 'î¦¢' */
.icon-industrial-building:before { content: '\e9a0'; } /* 'î¦ ' */
.icon-library:before { content: '\e99e'; } /* 'î¦ž' */
.icon-lodging:before { content: '\e99c'; } /* 'î¦œ' */
.icon-london-underground:before { content: '\e99b'; } /* 'î¦›' */
.icon-minefield:before { content: '\e998'; } /* 'î¦˜' */
.icon-monument:before { content: '\e995'; } /* 'î¦•' */
.icon-museum:before { content: '\e994'; } /* 'î¦”' */
.icon-pharmacy:before { content: '\e992'; } /* 'î¦’' */
.icon-pitch:before { content: '\e9b9'; } /* 'î¦¹' */
.icon-police:before { content: '\e9b6'; } /* 'î¦¶' */
.icon-post:before { content: '\e9b5'; } /* 'î¦µ' */
.icon-prison:before { content: '\e9b2'; } /* 'î¦²' */
.icon-rail:before { content: '\e9b1'; } /* 'î¦±' */
.icon-religious-christian:before { content: '\e9ae'; } /* 'î¦®' */
.icon-religious-islam:before { content: '\e9ad'; } /* 'î¦­' */
.icon-religious-jewish:before { content: '\e9aa'; } /* 'î¦ª' */
.icon-restaurant:before { content: '\e9a8'; } /* 'î¦¨' */
.icon-roadblock:before { content: '\e9a9'; } /* 'î¦©' */
.icon-school:before { content: '\e9a5'; } /* 'î¦¥' */
.icon-shop:before { content: '\e9a3'; } /* 'î¦£' */
.icon-skiing:before { content: '\e9a1'; } /* 'î¦¡' */
.icon-soccer:before { content: '\e99f'; } /* 'î¦Ÿ' */
.icon-swimming:before { content: '\e99d'; } /* 'î¦' */
.icon-tennis:before { content: '\e99a'; } /* 'î¦š' */
.icon-theatre:before { content: '\e997'; } /* 'î¦—' */
.icon-toilet:before { content: '\e996'; } /* 'î¦–' */
.icon-town-hall:before { content: '\e999'; } /* 'î¦™' */
.icon-trash-5:before { content: '\e993'; } /* 'î¦“' */
.icon-tree-1:before { content: '\e9ba'; } /* 'î¦º' */
.icon-tree-2:before { content: '\e9bb'; } /* 'î¦»' */
.icon-firefox:before { content: '\edad'; } /* 'î¶­' */
.icon-warehouse:before { content: '\e9bc'; } /* 'î¦¼' */
.icon-chrome-1:before { content: '\edac'; } /* 'î¶¬' */
.icon-opera:before { content: '\edab'; } /* 'î¶«' */
.icon-ie-1:before { content: '\edaa'; } /* 'î¶ª' */
.icon-down-open-2:before { content: '\ec14'; } /* 'î°”' */
.icon-up-open-2:before { content: '\ec11'; } /* 'î°‘' */
.icon-right-open-4:before { content: '\ec12'; } /* 'î°’' */
.icon-left-open-4:before { content: '\ec13'; } /* 'î°“' */
.icon-menu-1:before { content: '\ebdf'; } /* 'î¯Ÿ' */
.icon-th-list-5:before { content: '\ebe2'; } /* 'î¯¢' */
.icon-th-thumb:before { content: '\ebe0'; } /* 'î¯ ' */
.icon-th-thumb-empty:before { content: '\ebe1'; } /* 'î¯¡' */
.icon-coverflow:before { content: '\ec3e'; } /* 'î°¾' */
.icon-pause-4:before { content: '\ec27'; } /* 'î°§' */
.icon-play-4:before { content: '\ec26'; } /* 'î°¦' */
.icon-to-end-3:before { content: '\ec29'; } /* 'î°©' */
.icon-to-start-3:before { content: '\ec2a'; } /* 'î°ª' */
.icon-fast-forward:before { content: '\ec2b'; } /* 'î°«' */
.icon-fast-backward:before { content: '\ec2c'; } /* 'î°¬' */
.icon-upload-cloud-4:before { content: '\ebf7'; } /* 'î¯·' */
.icon-download-cloud-2:before { content: '\ebe3'; } /* 'î¯£' */
.icon-data-science:before { content: '\ec31'; } /* 'î°±' */
.icon-data-science-inv:before { content: '\ec44'; } /* 'î±„' */
.icon-globe-4:before { content: '\ec42'; } /* 'î±‚' */
.icon-globe-inv:before { content: '\ec41'; } /* 'î±' */
.icon-math:before { content: '\ec3d'; } /* 'î°½' */
.icon-math-circled-empty:before { content: '\ec3b'; } /* 'î°»' */
.icon-math-circled:before { content: '\ec3c'; } /* 'î°¼' */
.icon-paper-plane-1:before { content: '\ec3a'; } /* 'î°º' */
.icon-paper-plane-alt2:before { content: '\ec38'; } /* 'î°¸' */
.icon-paper-plane-alt:before { content: '\ec39'; } /* 'î°¹' */
.icon-color-adjust:before { content: '\ec36'; } /* 'î°¶' */
.icon-star-half-1:before { content: '\ebd6'; } /* 'î¯–' */
.icon-star-half_empty:before { content: '\ebd7'; } /* 'î¯—' */
.icon-ccw-1:before { content: '\ec24'; } /* 'î°¤' */
.icon-heart-broken:before { content: '\ebd3'; } /* 'î¯“' */
.icon-hash-1:before { content: '\ec49'; } /* 'î±‰' */
.icon-reply-4:before { content: '\ebf8'; } /* 'î¯¸' */
.icon-retweet-3:before { content: '\ebfc'; } /* 'î¯¼' */
.icon-login-2:before { content: '\ec1d'; } /* 'î°' */
.icon-logout-3:before { content: '\ec1c'; } /* 'î°œ' */
.icon-download-5:before { content: '\ebe5'; } /* 'î¯¥' */
.icon-upload-4:before { content: '\ebe4'; } /* 'î¯¤' */
.icon-location-6:before { content: '\ec02'; } /* 'î°‚' */
.icon-monitor-1:before { content: '\ec2e'; } /* 'î°®' */
.icon-tablet-3:before { content: '\ec2f'; } /* 'î°¯' */
.icon-mobile-5:before { content: '\ec30'; } /* 'î°°' */
.icon-connected-object:before { content: '\ec32'; } /* 'î°²' */
.icon-isight:before { content: '\ebdd'; } /* 'î¯' */
.icon-shuffle-3:before { content: '\ec25'; } /* 'î°¥' */
.icon-chat-6:before { content: '\ebfe'; } /* 'î¯¾' */
.icon-bell-4:before { content: '\ebff'; } /* 'î¯¿' */
.icon-movie:before { content: '\ebdc'; } /* 'î¯œ' */
.icon-ruler:before { content: '\ec45'; } /* 'î±…' */
.icon-vector:before { content: '\ec46'; } /* 'î±†' */
.icon-mic-off:before { content: '\ec1a'; } /* 'î°š' */
.icon-move:before { content: '\f047'; } /* 'ï‡' */
.icon-mic-4:before { content: '\ec1b'; } /* 'î°›' */
.icon-doc-6:before { content: '\ec04'; } /* 'î°„' */
.icon-dribbble-circled-2:before { content: '\ec5e'; } /* 'î±ž' */
.icon-dribbble-4:before { content: '\ec5f'; } /* 'î±Ÿ' */
.icon-facebook-circled-2:before { content: '\ec64'; } /* 'î±¤' */
.icon-facebook-7:before { content: '\ec57'; } /* 'î±—' */
.icon-github-circled-alt:before { content: '\ec53'; } /* 'î±“' */
.icon-github-circled-3:before { content: '\ec52'; } /* 'î±’' */
.icon-github-6:before { content: '\ec51'; } /* 'î±‘' */
.icon-github-circled-alt2:before { content: '\ec54'; } /* 'î±”' */
.icon-twitter-circled-2:before { content: '\ec56'; } /* 'î±–' */
.icon-twitter-7:before { content: '\ec55'; } /* 'î±•' */
.icon-gplus-circled-1:before { content: '\ec62'; } /* 'î±¢' */
.icon-gplus-3:before { content: '\ec63'; } /* 'î±£' */
.icon-linkedin-circled-2:before { content: '\ec60'; } /* 'î± ' */
.icon-linkedin-6:before { content: '\ec61'; } /* 'î±¡' */
.icon-instagram-1:before { content: '\ec5d'; } /* 'î±' */
.icon-instagram-circled:before { content: '\ec5c'; } /* 'î±œ' */
.icon-mfg-logo:before { content: '\ec59'; } /* 'î±™' */
.icon-mfg-logo-circled:before { content: '\ec58'; } /* 'î±˜' */
.icon-user-6:before { content: '\ebd8'; } /* 'î¯˜' */
.icon-user-male:before { content: '\ebd9'; } /* 'î¯™' */
.icon-user-female:before { content: '\ebda'; } /* 'î¯š' */
.icon-users-3:before { content: '\ebdb'; } /* 'î¯›' */
.icon-folder-5:before { content: '\ec06'; } /* 'î°†' */
.icon-folder-open-1:before { content: '\ec07'; } /* 'î°‡' */
.icon-folder-empty-2:before { content: '\ec08'; } /* 'î°ˆ' */
.icon-attach-5:before { content: '\ebeb'; } /* 'î¯«' */
.icon-ok-circled:before { content: '\ebf5'; } /* 'î¯µ' */
.icon-cancel-circled-1:before { content: '\ebf3'; } /* 'î¯³' */
.icon-inbox-2:before { content: '\ec43'; } /* 'î±ƒ' */
.icon-trophy:before { content: '\ec2d'; } /* 'î°­' */
.icon-lock-open-alt-1:before { content: '\ebe7'; } /* 'î¯§' */
.icon-link-6:before { content: '\ebec'; } /* 'î¯¬' */
.icon-zoom-in-3:before { content: '\ec16'; } /* 'î°–' */
.icon-zoom-out-3:before { content: '\ec15'; } /* 'î°•' */
.icon-stop-5:before { content: '\ec28'; } /* 'î°¨' */
.icon-export-4:before { content: '\ebfa'; } /* 'î¯º' */
.icon-eye-5:before { content: '\ebe6'; } /* 'î¯¦' */
.icon-trash-6:before { content: '\ec03'; } /* 'î°ƒ' */
.icon-hdd-1:before { content: '\ec33'; } /* 'î°³' */
.icon-info-circled:before { content: '\ebef'; } /* 'î¯¯' */
.icon-info-circled-alt:before { content: '\ebee'; } /* 'î¯®' */
.icon-print-4:before { content: '\ebfb'; } /* 'î¯»' */
.icon-fontsize:before { content: '\ec37'; } /* 'î°·' */
.icon-soundcloud-2:before { content: '\ec5b'; } /* 'î±›' */
.icon-soundcloud-circled:before { content: '\ec5a'; } /* 'î±š' */
.icon-link-1:before { content: '\e80a'; } /* 'î Š' */
.icon-check-empty:before { content: '\ea6a'; } /* 'î©ª' */
.icon-bookmark-empty:before { content: '\ea13'; } /* 'î¨“' */
.icon-phone-squared:before { content: '\f098'; } /* 'ï‚˜' */
.icon-twitter-4:before { content: '\f099'; } /* 'ï‚™' */
.icon-facebook-4:before { content: '\f09a'; } /* 'ï‚š' */
.icon-github-circled:before { content: '\eaad'; } /* 'îª­' */
.icon-rss-6:before { content: '\f09e'; } /* 'ï‚ž' */
.icon-hdd:before { content: '\ea7a'; } /* 'î©º' */
.icon-certificate:before { content: '\ea76'; } /* 'î©¶' */
.icon-left-circled:before { content: '\f0a8'; } /* 'ï‚¨' */
.icon-right-circled:before { content: '\f0a9'; } /* 'ï‚©' */
.icon-up-circled:before { content: '\f0aa'; } /* 'ï‚ª' */
.icon-down-circled:before { content: '\f0ab'; } /* 'ï‚«' */
.icon-tasks:before { content: '\ea75'; } /* 'î©µ' */
.icon-filter:before { content: '\ea74'; } /* 'î©´' */
.icon-beaker:before { content: '\ea73'; } /* 'î©³' */
.icon-docs-1:before { content: '\f0c5'; } /* 'ïƒ…' */
.icon-blank:before { content: '\eab7'; } /* 'îª·' */
.icon-menu:before { content: '\f0c9'; } /* 'ïƒ‰' */
.icon-list-bullet:before { content: '\ea59'; } /* 'î©™' */
.icon-list-numbered-1:before { content: '\ea5a'; } /* 'î©š' */
.icon-strike:before { content: '\ea5b'; } /* 'î©›' */
.icon-underline:before { content: '\ea5c'; } /* 'î©œ' */
.icon-table:before { content: '\ea5f'; } /* 'î©Ÿ' */
.icon-magic:before { content: '\ea72'; } /* 'î©²' */
.icon-pinterest-circled-1:before { content: '\eac5'; } /* 'î«…' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* 'ïƒ“' */
.icon-gplus-squared:before { content: '\eab0'; } /* 'îª°' */
.icon-gplus-2:before { content: '\eab1'; } /* 'îª±' */
.icon-money:before { content: '\ea70'; } /* 'î©°' */
.icon-columns:before { content: '\ea60'; } /* 'î© ' */
.icon-sort:before { content: '\ea83'; } /* 'îªƒ' */
.icon-sort-down:before { content: '\ea84'; } /* 'îª„' */
.icon-sort-up:before { content: '\ea85'; } /* 'îª…' */
.icon-mail-alt:before { content: '\f0e0'; } /* 'ïƒ ' */
.icon-linkedin-4:before { content: '\eab5'; } /* 'îªµ' */
.icon-gauge:before { content: '\ea8d'; } /* 'îª' */
.icon-comment-empty:before { content: '\f0e5'; } /* 'ïƒ¥' */
.icon-chat-empty:before { content: '\f0e6'; } /* 'ïƒ¦' */
.icon-paste:before { content: '\ea63'; } /* 'î©£' */
.icon-exchange-1:before { content: '\ea40'; } /* 'î©€' */
.icon-download-cloud-1:before { content: '\ea1d'; } /* 'î¨' */
.icon-upload-cloud-2:before { content: '\ea1c'; } /* 'î¨œ' */
.icon-user-md:before { content: '\ea92'; } /* 'îª’' */
.icon-stethoscope:before { content: '\eaa5'; } /* 'îª¥' */
.icon-suitcase:before { content: '\ea65'; } /* 'î©¥' */
.icon-bell-alt:before { content: '\ea29'; } /* 'î¨©' */
.icon-coffee:before { content: '\ea8f'; } /* 'îª' */
.icon-food:before { content: '\ea90'; } /* 'îª' */
.icon-doc-text-1:before { content: '\ea4f'; } /* 'î©' */
.icon-building:before { content: '\eaa0'; } /* 'îª ' */
.icon-hospital-1:before { content: '\eaa1'; } /* 'îª¡' */
.icon-ambulance:before { content: '\eaa4'; } /* 'îª¤' */
.icon-medkit:before { content: '\eaa3'; } /* 'îª£' */
.icon-fighter-jet:before { content: '\ea58'; } /* 'î©˜' */
.icon-beer-1:before { content: '\ea91'; } /* 'îª‘' */
.icon-h-sigh:before { content: '\eaa2'; } /* 'îª¢' */
.icon-plus-squared:before { content: '\ea0e'; } /* 'î¨Ž' */
.icon-angle-double-left:before { content: '\ea31'; } /* 'î¨±' */
.icon-angle-double-right:before { content: '\ea36'; } /* 'î¨¶' */
.icon-angle-double-up:before { content: '\ea30'; } /* 'î¨°' */
.icon-angle-double-down:before { content: '\ea2e'; } /* 'î¨®' */
.icon-angle-left:before { content: '\ea3a'; } /* 'î¨º' */
.icon-angle-right:before { content: '\ea39'; } /* 'î¨¹' */
.icon-angle-up:before { content: '\ea38'; } /* 'î¨¸' */
.icon-angle-down:before { content: '\ea37'; } /* 'î¨·' */
.icon-desktop:before { content: '\ea45'; } /* 'î©…' */
.icon-laptop:before { content: '\ea46'; } /* 'î©†' */
.icon-tablet-1:before { content: '\ea47'; } /* 'î©‡' */
.icon-mobile-4:before { content: '\ea48'; } /* 'î©ˆ' */
.icon-circle-empty:before { content: '\ea68'; } /* 'î©¨' */
.icon-quote-left-1:before { content: '\ea17'; } /* 'î¨—' */
.icon-quote-right-2:before { content: '\ea16'; } /* 'î¨–' */
.icon-spinner:before { content: '\ea8e'; } /* 'îªŽ' */
.icon-circle:before { content: '\ea69'; } /* 'î©©' */
.icon-reply-3:before { content: '\ea1b'; } /* 'î¨›' */
.icon-github-3:before { content: '\eaac'; } /* 'îª¬' */
.icon-folder-empty-1:before { content: '\ea4b'; } /* 'î©‹' */
.icon-folder-open-empty:before { content: '\ea4c'; } /* 'î©Œ' */
.icon-plus-squared-small:before { content: '\ea0d'; } /* 'î¨' */
.icon-minus-squared-small:before { content: '\ea11'; } /* 'î¨‘' */
.icon-smile:before { content: '\ea9f'; } /* 'îªŸ' */
.icon-frown:before { content: '\ea9e'; } /* 'îªž' */
.icon-meh:before { content: '\ea9d'; } /* 'îª' */
.icon-gamepad:before { content: '\ea25'; } /* 'î¨¥' */
.icon-keyboard-1:before { content: '\ea26'; } /* 'î¨¦' */
.icon-flag-empty:before { content: '\ea28'; } /* 'î¨¨' */
.icon-flag-checkered:before { content: '\ea27'; } /* 'î¨§' */
.icon-terminal-1:before { content: '\eaaf'; } /* 'îª¯' */
.icon-code-2:before { content: '\ea15'; } /* 'î¨•' */
.icon-reply-all-2:before { content: '\ea18'; } /* 'î¨˜' */
.icon-star-half-alt:before { content: '\e8b4'; } /* 'î¢´' */
.icon-direction-2:before { content: '\ea2b'; } /* 'î¨«' */
.icon-crop:before { content: '\ea61'; } /* 'î©¡' */
.icon-fork:before { content: '\ea79'; } /* 'î©¹' */
.icon-unlink:before { content: '\ea20'; } /* 'î¨ ' */
.icon-help-2:before { content: '\ea12'; } /* 'î¨’' */
.icon-attention-alt:before { content: '\ea2a'; } /* 'î¨ª' */
.icon-superscript:before { content: '\ea5d'; } /* 'î©' */
.icon-subscript:before { content: '\ea5e'; } /* 'î©ž' */
.icon-eraser:before { content: '\ea9b'; } /* 'îª›' */
.icon-puzzle-1:before { content: '\ea9a'; } /* 'îªš' */
.icon-mic-3:before { content: '\ea53'; } /* 'î©“' */
.icon-mute:before { content: '\ea52'; } /* 'î©’' */
.icon-shield:before { content: '\ea99'; } /* 'îª™' */
.icon-extinguisher:before { content: '\ea98'; } /* 'îª˜' */
.icon-rocket:before { content: '\ea78'; } /* 'î©¸' */
.icon-maxcdn:before { content: '\eab6'; } /* 'îª¶' */
.icon-angle-circled-left:before { content: '\ea35'; } /* 'î¨µ' */
.icon-angle-circled-right:before { content: '\ea34'; } /* 'î¨´' */
.icon-angle-circled-up:before { content: '\ea33'; } /* 'î¨³' */
.icon-angle-circled-down:before { content: '\ea32'; } /* 'î¨²' */
.icon-html5-1:before { content: '\eab2'; } /* 'îª²' */
.icon-css3:before { content: '\eaa7'; } /* 'îª§' */
.icon-anchor:before { content: '\ea9c'; } /* 'îªœ' */
.icon-lock-open-alt:before { content: '\ea19'; } /* 'î¨™' */
.icon-bullseye:before { content: '\ea97'; } /* 'îª—' */
.icon-ellipsis:before { content: '\ea7e'; } /* 'î©¾' */
.icon-ellipsis-vert:before { content: '\ea7d'; } /* 'î©½' */
.icon-play-circled:before { content: '\ea44'; } /* 'î©„' */
.icon-ticket-1:before { content: '\ea66'; } /* 'î©¦' */
.icon-minus-squared:before { content: '\ea0f'; } /* 'î¨' */
.icon-minus-squared-alt:before { content: '\ea10'; } /* 'î¨' */
.icon-level-up:before { content: '\ea2f'; } /* 'î¨¯' */
.icon-level-down-1:before { content: '\ea3f'; } /* 'î¨¿' */
.icon-ok-squared:before { content: '\ea21'; } /* 'î¨¡' */
.icon-pencil-squared:before { content: '\ea2d'; } /* 'î¨­' */
.icon-link-ext-alt:before { content: '\ea1f'; } /* 'î¨Ÿ' */
.icon-export-alt:before { content: '\ea14'; } /* 'î¨”' */
.icon-compass-3:before { content: '\ea2c'; } /* 'î¨¬' */
.icon-collapse:before { content: '\ea41'; } /* 'î©' */
.icon-collapse-top:before { content: '\ea42'; } /* 'î©‚' */
.icon-expand:before { content: '\ea43'; } /* 'î©ƒ' */
.icon-euro:before { content: '\ea6f'; } /* 'î©¯' */
.icon-pound:before { content: '\ea6e'; } /* 'î©®' */
.icon-dollar-1:before { content: '\ea6d'; } /* 'î©­' */
.icon-rupee:before { content: '\ea6c'; } /* 'î©¬' */
.icon-yen:before { content: '\ea6b'; } /* 'î©«' */
.icon-renminbi:before { content: '\ea80'; } /* 'îª€' */
.icon-won:before { content: '\ea81'; } /* 'îª' */
.icon-bitcoin-1:before { content: '\ea82'; } /* 'îª‚' */
.icon-doc-inv-1:before { content: '\ea50'; } /* 'î©' */
.icon-doc-text-inv:before { content: '\ea51'; } /* 'î©‘' */
.icon-sort-name-up:before { content: '\ea88'; } /* 'îªˆ' */
.icon-sort-name-down:before { content: '\ea89'; } /* 'îª‰' */
.icon-sort-alt-up:before { content: '\ea86'; } /* 'îª†' */
.icon-sort-alt-down:before { content: '\ea87'; } /* 'îª‡' */
.icon-sort-number-up:before { content: '\ea8a'; } /* 'îªŠ' */
.icon-sort-number-down:before { content: '\ea8b'; } /* 'îª‹' */
.icon-thumbs-up-alt:before { content: '\ea23'; } /* 'î¨£' */
.icon-thumbs-down-alt:before { content: '\ea24'; } /* 'î¨¤' */
.icon-youtube-squared:before { content: '\eab9'; } /* 'îª¹' */
.icon-youtube-2:before { content: '\eaba'; } /* 'îªº' */
.icon-xing-1:before { content: '\eabc'; } /* 'îª¼' */
.icon-xing-squared:before { content: '\eabb'; } /* 'îª»' */
.icon-youtube-play:before { content: '\eab8'; } /* 'îª¸' */
.icon-dropbox-1:before { content: '\eaa9'; } /* 'îª©' */
.icon-stackoverflow:before { content: '\eac2'; } /* 'î«‚' */
.icon-instagramm:before { content: '\eab3'; } /* 'îª³' */
.icon-flickr-1:before { content: '\eaaa'; } /* 'îªª' */
.icon-adn:before { content: '\ea96'; } /* 'îª–' */
.icon-bitbucket-1:before { content: '\ea93'; } /* 'îª“' */
.icon-bitbucket-squared:before { content: '\eaa6'; } /* 'îª¦' */
.icon-tumblr-3:before { content: '\eac0'; } /* 'î«€' */
.icon-tumblr-squared:before { content: '\eabf'; } /* 'îª¿' */
.icon-down-5:before { content: '\ea3e'; } /* 'î¨¾' */
.icon-up-5:before { content: '\ea3b'; } /* 'î¨»' */
.icon-right-4:before { content: '\ea3c'; } /* 'î¨¼' */
.icon-left-4:before { content: '\ea3d'; } /* 'î¨½' */
.icon-apple:before { content: '\ea94'; } /* 'îª”' */
.icon-windows-1:before { content: '\eabd'; } /* 'îª½' */
.icon-android-1:before { content: '\ea95'; } /* 'îª•' */
.icon-linux:before { content: '\eab4'; } /* 'îª´' */
.icon-dribbble-2:before { content: '\eaa8'; } /* 'îª¨' */
.icon-skype-4:before { content: '\eac3'; } /* 'î«ƒ' */
.icon-foursquare-1:before { content: '\eaab'; } /* 'îª«' */
.icon-trello:before { content: '\eac1'; } /* 'î«' */
.icon-female:before { content: '\ea0c'; } /* 'î¨Œ' */
.icon-male:before { content: '\ea0b'; } /* 'î¨‹' */
.icon-gittip:before { content: '\eaae'; } /* 'îª®' */
.icon-sun-3:before { content: '\ea4a'; } /* 'î©Š' */
.icon-moon-3:before { content: '\ea56'; } /* 'î©–' */
.icon-box-1:before { content: '\ea4d'; } /* 'î©' */
.icon-bug:before { content: '\ea77'; } /* 'î©·' */
.icon-vkontakte-1:before { content: '\eabe'; } /* 'îª¾' */
.icon-weibo-1:before { content: '\eac6'; } /* 'î«†' */
.icon-renren-1:before { content: '\eac4'; } /* 'î«„' */
.icon-github-4:before { content: '\eadf'; } /* 'î«Ÿ' */
.icon-github:before { content: '\f300'; } /* 'ïŒ€' */
.icon-facebook-1:before { content: '\e928'; } /* 'î¤¨' */
.icon-facebook-2:before { content: '\e96e'; } /* 'î¥®' */
.icon-facebook-rect-1:before { content: '\e965'; } /* 'î¥¥' */
.icon-facebook-rect:before { content: '\f301'; } /* 'ïŒ' */
.icon-facebook-rect-2:before { content: '\e96f'; } /* 'î¥¯' */
.icon-github-circled-1:before { content: '\eade'; } /* 'î«ž' */
.icon-twitter-1:before { content: '\f302'; } /* 'ïŒ‚' */
.icon-twitter-2:before { content: '\e970'; } /* 'î¥°' */
.icon-twitter-bird-1:before { content: '\e964'; } /* 'î¥¤' */
.icon-twitter-bird-2:before { content: '\e971'; } /* 'î¥±' */
.icon-flickr-2:before { content: '\eadd'; } /* 'î«' */
.icon-twitter-bird:before { content: '\f303'; } /* 'ïŒƒ' */
.icon-icq:before { content: '\e977'; } /* 'î¥·' */
.icon-twitter:before { content: '\f304'; } /* 'ïŒ„' */
.icon-flickr-circled:before { content: '\e9f9'; } /* 'î§¹' */
.icon-yandex:before { content: '\f305'; } /* 'ïŒ…' */
.icon-yandex-rect:before { content: '\f306'; } /* 'ïŒ†' */
.icon-vimeo-2:before { content: '\e9f8'; } /* 'î§¸' */
.icon-github-text:before { content: '\f307'; } /* 'ïŒ‡' */
.icon-vimeo-circled:before { content: '\eaf1'; } /* 'î«±' */
.icon-facebook:before { content: '\f308'; } /* 'ïŒˆ' */
.icon-github-1:before { content: '\e975'; } /* 'î¥µ' */
.icon-twitter-5:before { content: '\eaf2'; } /* 'î«²' */
.icon-googleplus-rect:before { content: '\f309'; } /* 'ïŒ‰' */
.icon-googleplus-rect-1:before { content: '\e974'; } /* 'î¥´' */
.icon-vkontakte-rect-1:before { content: '\e978'; } /* 'î¥¸' */
.icon-vkontakte-rect:before { content: '\f30a'; } /* 'ïŒŠ' */
.icon-twitter-circled:before { content: '\eaf3'; } /* 'î«³' */
.icon-skype:before { content: '\f30b'; } /* 'ïŒ‹' */
.icon-skype-1:before { content: '\e976'; } /* 'î¥¶' */
.icon-linkedin:before { content: '\f30c'; } /* 'ïŒŒ' */
.icon-facebook-5:before { content: '\eaf5'; } /* 'î«µ' */
.icon-odnoklassniki:before { content: '\e96d'; } /* 'î¥­' */
.icon-odnoklassniki-rect:before { content: '\f30d'; } /* 'ïŒ' */
.icon-odnoklassniki-rect-1:before { content: '\e96c'; } /* 'î¥¬' */
.icon-facebook-circled:before { content: '\eaf4'; } /* 'î«´' */
.icon-facebook-squared:before { content: '\e9ee'; } /* 'î§®' */
.icon-vimeo-rect-1:before { content: '\e972'; } /* 'î¥²' */
.icon-vimeo-rect:before { content: '\f30e'; } /* 'ïŒŽ' */
.icon-gplus-1:before { content: '\e9ef'; } /* 'î§¯' */
.icon-vimeo:before { content: '\f30f'; } /* 'ïŒ' */
.icon-tumblr-rect-1:before { content: '\e973'; } /* 'î¥³' */
.icon-tumblr-rect:before { content: '\e963'; } /* 'î¥£' */
.icon-gplus-circled:before { content: '\f310'; } /* 'ïŒ' */
.icon-tumblr:before { content: '\f311'; } /* 'ïŒ‘' */
.icon-friendfeed:before { content: '\e96b'; } /* 'î¥«' */
.icon-pinterest-1:before { content: '\e9f0'; } /* 'î§°' */
.icon-linkedin-rect:before { content: '\f312'; } /* 'ïŒ’' */
.icon-youtube:before { content: '\f313'; } /* 'ïŒ“' */
.icon-pinterest-circled:before { content: '\e9f1'; } /* 'î§±' */
.icon-friendfeed-rect:before { content: '\e96a'; } /* 'î¥ª' */
.icon-blogger:before { content: '\e969'; } /* 'î¥©' */
.icon-twitter-rect:before { content: '\f314'; } /* 'ïŒ”' */
.icon-tumblr-2:before { content: '\e9f2'; } /* 'î§²' */
.icon-blogger-rect:before { content: '\f315'; } /* 'ïŒ•' */
.icon-tumblr-circled:before { content: '\e9f3'; } /* 'î§³' */
.icon-deviantart:before { content: '\f316'; } /* 'ïŒ–' */
.icon-jabber:before { content: '\f317'; } /* 'ïŒ—' */
.icon-linkedin-3:before { content: '\e9f4'; } /* 'î§´' */
.icon-lastfm:before { content: '\f318'; } /* 'ïŒ˜' */
.icon-lastfm-rect:before { content: '\f319'; } /* 'ïŒ™' */
.icon-linkedin-circled:before { content: '\e9f5'; } /* 'î§µ' */
.icon-linkedin-1:before { content: '\f31a'; } /* 'ïŒš' */
.icon-linkedin-rect-1:before { content: '\f31b'; } /* 'ïŒ›' */
.icon-dribbble-1:before { content: '\e9f6'; } /* 'î§¶' */
.icon-dribbble-circled:before { content: '\e9f7'; } /* 'î§·' */
.icon-picasa:before { content: '\f31c'; } /* 'ïŒœ' */
.icon-wordpress:before { content: '\f31d'; } /* 'ïŒ' */
.icon-stumbleupon-1:before { content: '\f31e'; } /* 'ïŒž' */
.icon-stumbleupon-circled:before { content: '\f31f'; } /* 'ïŒŸ' */
.icon-instagram-filled:before { content: '\ec65'; } /* 'î±¥' */
.icon-diigo:before { content: '\ec66'; } /* 'î±¦' */
.icon-box-4:before { content: '\ec6b'; } /* 'î±«' */
.icon-lastfm-1:before { content: '\f321'; } /* 'ïŒ¡' */
.icon-lastfm-circled:before { content: '\f322'; } /* 'ïŒ¢' */
.icon-box-rect:before { content: '\ec67'; } /* 'î±§' */
.icon-tudou:before { content: '\ec68'; } /* 'î±¨' */
.icon-youku:before { content: '\ec69'; } /* 'î±©' */
.icon-rdio:before { content: '\f324'; } /* 'ïŒ¤' */
.icon-rdio-circled:before { content: '\f325'; } /* 'ïŒ¥' */
.icon-win8:before { content: '\ec6a'; } /* 'î±ª' */
.icon-spotify-1:before { content: '\f327'; } /* 'ïŒ§' */
.icon-spotify-circled:before { content: '\f328'; } /* 'ïŒ¨' */
.icon-qq:before { content: '\f32a'; } /* 'ïŒª' */
.icon-instagrem:before { content: '\f32d'; } /* 'ïŒ­' */
.icon-dropbox:before { content: '\f330'; } /* 'ïŒ°' */
.icon-evernote-1:before { content: '\f333'; } /* 'ïŒ³' */
.icon-flattr-1:before { content: '\f336'; } /* 'ïŒ¶' */
.icon-skype-3:before { content: '\f339'; } /* 'ïŒ¹' */
.icon-skype-circled:before { content: '\f33a'; } /* 'ïŒº' */
.icon-renren:before { content: '\f33c'; } /* 'ïŒ¼' */
.icon-sina-weibo:before { content: '\f33f'; } /* 'ïŒ¿' */
.icon-paypal-1:before { content: '\f342'; } /* 'ï‚' */
.icon-picasa-1:before { content: '\f345'; } /* 'ï…' */
.icon-soundcloud-1:before { content: '\f348'; } /* 'ïˆ' */
.icon-mixi:before { content: '\f34b'; } /* 'ï‹' */
.icon-behance:before { content: '\f34e'; } /* 'ïŽ' */
.icon-google-circles:before { content: '\f351'; } /* 'ï‘' */
.icon-vkontakte:before { content: '\f354'; } /* 'ï”' */
.icon-smashing:before { content: '\f357'; } /* 'ï—' */
.icon-comment-5:before { content: '\ebfd'; } /* 'î¯½' */
.icon-folder-open-empty-1:before { content: '\ec09'; } /* 'î°‰' */
.icon-calendar-6:before { content: '\ec1e'; } /* 'î°ž' */
.icon-newspaper-1:before { content: '\ec05'; } /* 'î°…' */
.icon-camera-5:before { content: '\ebde'; } /* 'î¯ž' */
.icon-search-6:before { content: '\ebd0'; } /* 'î¯' */
.icon-lock-alt:before { content: '\ebe9'; } /* 'î¯©' */
.icon-lock-7:before { content: '\ebea'; } /* 'î¯ª' */
.icon-lock-open-7:before { content: '\ebe8'; } /* 'î¯¨' */
.icon-fire-1:before { content: '\ec35'; } /* 'î°µ' */
.icon-chart-bar-5:before { content: '\ec34'; } /* 'î°´' */
.icon-spread:before { content: '\ec4c'; } /* 'î±Œ' */
.icon-spinner1:before { content: '\ec4f'; } /* 'î±' */
.icon-spinner2:before { content: '\ec50'; } /* 'î±' */
.icon-logo-entypo:before { content: '\f600'; } /* 'ï˜€' */
.icon-flag-sw:before { content: '\f601'; } /* 'ï˜' */
.icon-logo-db:before { content: '\f603'; } /* 'ï˜ƒ' */
.icon-globe-1:before { content: '\e8e0'; } /* 'î£ ' */
.icon-picture-2:before { content: '\e852'; } /* 'î¡’' */
.icon-picture-1:before { content: '\e808'; } /* 'î ˆ' */
.icon-picture:before { content: 'ðŸŒ„'; } /* '\1f304' */
.icon-picture-3:before { content: '\e931'; } /* 'î¤±' */
.icon-globe:before { content: 'ðŒ'; } /* '\1d30d' */
.icon-globe-3:before { content: '\ea49'; } /* 'î©‰' */
.icon-globe-alt:before { content: 'ðŸŒ'; } /* '\1f310' */
.icon-globe-2:before { content: '\e924'; } /* 'î¤¤' */
.icon-leaf:before { content: 'ðŸ‚'; } /* '\1f342' */
.icon-leaf-1:before { content: '\e849'; } /* 'î¡‰' */
.icon-lemon:before { content: 'ðŸ‹'; } /* '\1f34b' */
.icon-glass:before { content: 'ðŸ¸'; } /* '\1f378' */
.icon-gift:before { content: 'ðŸŽ'; } /* '\1f381' */
.icon-graduation-cap:before { content: '\eaec'; } /* 'î«¬' */
.icon-mic-1:before { content: '\e879'; } /* 'î¡¹' */
.icon-mic:before { content: 'ðŸŽ¤'; } /* '\1f3a4' */
.icon-mic-2:before { content: '\e8c1'; } /* 'î£' */
.icon-videocam:before { content: 'ðŸŽ¥'; } /* '\1f3a5' */
.icon-videocam-1:before { content: '\e8eb'; } /* 'î£«' */
.icon-video-alt:before { content: 'ðŸŽ¦'; } /* '\1f3a6' */
.icon-headphones-1:before { content: '\e87c'; } /* 'î¡¼' */
.icon-headphones:before { content: 'ðŸŽ§'; } /* '\1f3a7' */
.icon-palette:before { content: 'ðŸŽ¨'; } /* '\1f3a8' */
.icon-ticket:before { content: 'ðŸŽ«'; } /* '\1f3ab' */
.icon-video-1:before { content: '\e807'; } /* 'î ‡' */
.icon-video:before { content: 'ðŸŽ¬'; } /* '\1f3ac' */
.icon-video-4:before { content: '\e930'; } /* 'î¤°' */
.icon-video-2:before { content: '\e851'; } /* 'î¡‘' */
.icon-target:before { content: 'ðŸŽ¯'; } /* '\1f3af' */
.icon-target-2:before { content: '\e88f'; } /* 'î¢' */
.icon-target-1:before { content: '\e846'; } /* 'î¡†' */
.icon-target-3:before { content: '\e8dc'; } /* 'î£œ' */
.icon-target-4:before { content: '\e95c'; } /* 'î¥œ' */
.icon-music-alt:before { content: 'ðŸŽµ'; } /* '\1f3b5' */
.icon-top-list:before { content: 'ðŸ†'; } /* '\1f3c6' */
.icon-award:before { content: 'ðŸ‰'; } /* '\1f3c9' */
.icon-award-2:before { content: '\e920'; } /* 'î¤ ' */
.icon-award-1:before { content: '\e894'; } /* 'î¢”' */
.icon-videocam-alt:before { content: 'ðŸ¹'; } /* '\1f3f9' */
.icon-thumbs-up-3:before { content: '\e8f7'; } /* 'î£·' */
.icon-thumbs-up:before { content: 'ðŸ‘'; } /* '\1f44d' */
.icon-thumbs-up-1:before { content: '\e81b'; } /* 'î ›' */
.icon-thumbs-up-2:before { content: '\e8a9'; } /* 'î¢©' */
.icon-thumbs-down-3:before { content: '\eacb'; } /* 'î«‹' */
.icon-thumbs-down-2:before { content: '\e8f6'; } /* 'î£¶' */
.icon-thumbs-down:before { content: 'ðŸ‘Ž'; } /* '\1f44e' */
.icon-thumbs-down-1:before { content: '\e8a8'; } /* 'î¢¨' */
.icon-basket:before { content: '\e73d'; } /* 'îœ½' */
.icon-user-1:before { content: '\e806'; } /* 'î †' */
.icon-user-4:before { content: '\e8e9'; } /* 'î£©' */
.icon-user:before { content: 'ðŸ‘¤'; } /* '\1f464' */
.icon-user-5:before { content: '\e92f'; } /* 'î¤¯' */
.icon-user-2:before { content: '\e850'; } /* 'î¡' */
.icon-users-2:before { content: '\ea0a'; } /* 'î¨Š' */
.icon-users:before { content: 'ðŸ‘¥'; } /* '\1f465' */
.icon-user-woman:before { content: 'ðŸ‘©'; } /* '\1f469' */
.icon-user-pair:before { content: 'ðŸ‘«'; } /* '\1f46b' */
.icon-lamp-1:before { content: '\e87e'; } /* 'î¡¾' */
.icon-lamp:before { content: 'ðŸ’¡'; } /* '\1f4a1' */
.icon-alert:before { content: '\eacd'; } /* 'î«' */
.icon-water:before { content: 'ðŸ’¦'; } /* '\1f4a6' */
.icon-droplet:before { content: 'ðŸ’§'; } /* '\1f4a7' */
.icon-credit-card-1:before { content: 'ðŸ’³'; } /* '\1f4b3' */
.icon-credit-card-2:before { content: '\ea7f'; } /* 'î©¿' */
.icon-dollar:before { content: 'ðŸ’µ'; } /* '\1f4b5' */
.icon-monitor:before { content: 'ðŸ’»'; } /* '\1f4bb' */
.icon-bag:before { content: '\e78a'; } /* 'îžŠ' */
.icon-briefcase:before { content: '\ea64'; } /* 'î©¤' */
.icon-floppy:before { content: 'ðŸ’¾'; } /* '\1f4be' */
.icon-floppy-1:before { content: '\ea7c'; } /* 'î©¼' */
.icon-cd:before { content: 'ðŸ’¿'; } /* '\1f4bf' */
.icon-cd-2:before { content: '\e922'; } /* 'î¤¢' */
.icon-cd-1:before { content: '\e892'; } /* 'î¢’' */
.icon-folder-3:before { content: '\e956'; } /* 'î¥–' */
.icon-folder-1:before { content: '\e824'; } /* 'î ¤' */
.icon-folder:before { content: 'ðŸ“'; } /* '\1f4c1' */
.icon-folder-2:before { content: '\e86d'; } /* 'î¡­' */
.icon-folder-open:before { content: 'ðŸ“‚'; } /* '\1f4c2' */
.icon-folder-empty:before { content: '\e874'; } /* 'î¡´' */
.icon-doc-3:before { content: '\e908'; } /* 'î¤ˆ' */
.icon-doc-text:before { content: 'ðŸ“„'; } /* '\1f4c4' */
.icon-doc-1:before { content: '\e825'; } /* 'î ¥' */
.icon-calendar-2:before { content: '\e878'; } /* 'î¡¸' */
.icon-calendar:before { content: 'ðŸ“…'; } /* '\1f4c5' */
.icon-calendar-3:before { content: '\e90d'; } /* 'î¤' */
.icon-calendar-1:before { content: '\e822'; } /* 'î ¢' */
.icon-calendar-alt:before { content: 'ðŸ“†'; } /* '\1f4c6' */
.icon-chart:before { content: 'ðŸ“ˆ'; } /* '\1f4c8' */
.icon-chart-1:before { content: '\e925'; } /* 'î¤¥' */
.icon-chart-line:before { content: '\e9fc'; } /* 'î§¼' */
.icon-chart-bar-3:before { content: '\e9fb'; } /* 'î§»' */
.icon-chart-bar:before { content: 'ðŸ“Š'; } /* '\1f4ca' */
.icon-chart-bar-4:before { content: '\ea67'; } /* 'î©§' */
.icon-chart-bar-1:before { content: '\e8e4'; } /* 'î£¤' */
.icon-chart-bar-2:before { content: '\e926'; } /* 'î¤¦' */
.icon-pin-1:before { content: '\e85f'; } /* 'î¡Ÿ' */
.icon-pin:before { content: 'ðŸ“Œ'; } /* '\1f4cc' */
.icon-attach-1:before { content: '\e863'; } /* 'î¡£' */
.icon-attach-2:before { content: '\e947'; } /* 'î¥‡' */
.icon-attach-3:before { content: '\ea1e'; } /* 'î¨ž' */
.icon-attach:before { content: 'ðŸ“Ž'; } /* '\1f4ce' */
.icon-bookmarks:before { content: '\eac9'; } /* 'î«‰' */
.icon-book-alt:before { content: 'ðŸ“”'; } /* '\1f4d4' */
.icon-book-2:before { content: '\e923'; } /* 'î¤£' */
.icon-book-1:before { content: '\e891'; } /* 'î¢‘' */
.icon-book:before { content: 'ðŸ“•'; } /* '\1f4d5' */
.icon-book-3:before { content: '\ead0'; } /* 'î«' */
.icon-book-open:before { content: 'ðŸ“–'; } /* '\1f4d6' */
.icon-book-open-1:before { content: '\e86e'; } /* 'î¡®' */
.icon-phone-1:before { content: '\e8be'; } /* 'î¢¾' */
.icon-phone-2:before { content: '\e9e8'; } /* 'î§¨' */
.icon-phone:before { content: 'ðŸ“ž'; } /* '\1f4de' */
.icon-megaphone:before { content: '\ea02'; } /* 'î¨‚' */
.icon-bullhorn:before { content: 'ðŸ“£'; } /* '\1f4e3' */
.icon-megaphone-1:before { content: '\ea7b'; } /* 'î©»' */
.icon-upload-1:before { content: '\e81d'; } /* 'î ' */
.icon-upload-2:before { content: '\e85b'; } /* 'î¡›' */
.icon-upload:before { content: 'ðŸ“¤'; } /* '\1f4e4' */
.icon-download:before { content: 'ðŸ“¥'; } /* '\1f4e5' */
.icon-download-1:before { content: '\e81c'; } /* 'î œ' */
.icon-download-3:before { content: '\e8a7'; } /* 'î¢§' */
.icon-download-4:before { content: '\e8f4'; } /* 'î£´' */
.icon-download-2:before { content: '\e85c'; } /* 'î¡œ' */
.icon-box-2:before { content: '\ead6'; } /* 'î«–' */
.icon-box:before { content: 'ðŸ“¦'; } /* '\1f4e6' */
.icon-newspaper:before { content: '\eace'; } /* 'î«Ž' */
.icon-mobile:before { content: 'ðŸ“±'; } /* '\1f4f1' */
.icon-mobile-1:before { content: '\e893'; } /* 'î¢“' */
.icon-mobile-2:before { content: '\e8dd'; } /* 'î£' */
.icon-mobile-3:before { content: '\e921'; } /* 'î¤¡' */
.icon-signal-1:before { content: 'ðŸ“¶'; } /* '\1f4f6' */
.icon-signal-4:before { content: '\e95b'; } /* 'î¥›' */
.icon-signal-2:before { content: '\e890'; } /* 'î¢' */
.icon-signal:before { content: '\e770'; } /* 'î°' */
.icon-camera-4:before { content: '\e8ec'; } /* 'î£¬' */
.icon-camera-2:before { content: '\e853'; } /* 'î¡“' */
.icon-camera:before { content: 'ðŸ“·'; } /* '\1f4f7' */
.icon-camera-1:before { content: '\e809'; } /* 'î ‰' */
.icon-shuffle-2:before { content: '\e8d5'; } /* 'î£•' */
.icon-shuffle:before { content: 'ðŸ”€'; } /* '\1f500' */
.icon-shuffle-1:before { content: '\e839'; } /* 'î ¹' */
.icon-loop-alt:before { content: 'ðŸ”'; } /* '\1f501' */
.icon-loop-1:before { content: '\e8d4'; } /* 'î£”' */
.icon-loop-2:before { content: '\ead8'; } /* 'î«˜' */
.icon-loop:before { content: 'ðŸ”„'; } /* '\1f504' */
.icon-arrows-ccw:before { content: '\ead9'; } /* 'î«™' */
.icon-light-down:before { content: 'ðŸ”…'; } /* '\1f505' */
.icon-light-up:before { content: 'ðŸ”†'; } /* '\1f506' */
.icon-volume-off:before { content: 'ðŸ”‡'; } /* '\1f507' */
.icon-volume-off-4:before { content: '\e90f'; } /* 'î¤' */
.icon-volume-off-2:before { content: '\e87a'; } /* 'î¡º' */
.icon-volume-off-1:before { content: '\e82d'; } /* 'î ­' */
.icon-volume-down-1:before { content: '\e91f'; } /* 'î¤Ÿ' */
.icon-volume-down:before { content: 'ðŸ”‰'; } /* '\1f509' */
.icon-volume-up-4:before { content: '\e91b'; } /* 'î¤›' */
.icon-volume-up:before { content: 'ðŸ”Š'; } /* '\1f50a' */
.icon-volume-up-1:before { content: '\e82e'; } /* 'î ®' */
.icon-volume-up-2:before { content: '\e87b'; } /* 'î¡»' */
.icon-battery:before { content: 'ðŸ”‹'; } /* '\1f50b' */
.icon-search-1:before { content: '\e800'; } /* 'î €' */
.icon-search-4:before { content: '\e8e5'; } /* 'î£¥' */
.icon-search:before { content: 'ðŸ”'; } /* '\1f50d' */
.icon-search-5:before { content: '\e92a'; } /* 'î¤ª' */
.icon-search-2:before { content: '\e84b'; } /* 'î¡‹' */
.icon-key-2:before { content: '\e8e2'; } /* 'î£¢' */
.icon-key-3:before { content: '\e9fe'; } /* 'î§¾' */
.icon-key-inv:before { content: '\e896'; } /* 'î¢–' */
.icon-key:before { content: 'ðŸ”‘'; } /* '\1f511' */
.icon-lock:before { content: 'ðŸ”’'; } /* '\1f512' */
.icon-lock-1:before { content: '\e816'; } /* 'î –' */
.icon-lock-4:before { content: '\e8fb'; } /* 'î£»' */
.icon-lock-5:before { content: '\e944'; } /* 'î¥„' */
.icon-lock-2:before { content: '\e862'; } /* 'î¡¢' */
.icon-lock-open-3:before { content: '\e8fa'; } /* 'î£º' */
.icon-lock-open:before { content: 'ðŸ”“'; } /* '\1f513' */
.icon-lock-open-4:before { content: '\e948'; } /* 'î¥ˆ' */
.icon-lock-open-5:before { content: '\ea1a'; } /* 'î¨š' */
.icon-lock-open-1:before { content: '\e860'; } /* 'î¡ ' */
.icon-bell-2:before { content: '\e9e9'; } /* 'î§©' */
.icon-bell-1:before { content: '\e903'; } /* 'î¤ƒ' */
.icon-bell:before { content: 'ðŸ””'; } /* '\1f514' */
.icon-bookmark-1:before { content: '\e819'; } /* 'î ™' */
.icon-bookmark-2:before { content: '\e8aa'; } /* 'î¢ª' */
.icon-bookmark:before { content: 'ðŸ”–'; } /* '\1f516' */
.icon-link-5:before { content: '\ea22'; } /* 'î¨¢' */
.icon-link:before { content: 'ðŸ”—'; } /* '\1f517' */
.icon-link-2:before { content: '\e864'; } /* 'î¡¤' */
.icon-link-4:before { content: '\e945'; } /* 'î¥…' */
.icon-back:before { content: '\e706'; } /* 'îœ†' */
.icon-fire:before { content: 'ðŸ”¥'; } /* '\1f525' */
.icon-search-alt:before { content: 'ðŸ”Ž'; } /* '\1f50e' */
.icon-wrench-2:before { content: '\e90b'; } /* 'î¤‹' */
.icon-wrench-3:before { content: '\ea4e'; } /* 'î©Ž' */
.icon-wrench-1:before { content: '\e8c0'; } /* 'î£€' */
.icon-wrench:before { content: 'ðŸ”§'; } /* '\1f527' */
.icon-hammer:before { content: '\ea8c'; } /* 'îªŒ' */
.icon-chart-area:before { content: 'ðŸ”¾'; } /* '\1f53e' */
.icon-clock-alt:before { content: 'ðŸ•“'; } /* '\1f553' */
.icon-clock-4:before { content: '\e91a'; } /* 'î¤š' */
.icon-clock:before { content: 'ðŸ•”'; } /* '\1f554' */
.icon-clock-3:before { content: '\e8d2'; } /* 'î£’' */
.icon-clock-1:before { content: '\e82f'; } /* 'î ¯' */
.icon-clock-2:before { content: '\e87d'; } /* 'î¡½' */
.icon-clock-5:before { content: '\e950'; } /* 'î¥' */
.icon-rocket-1:before { content: '\eaed'; } /* 'î«­' */
.icon-truck:before { content: '\ea71'; } /* 'î©±' */
.icon-block-4:before { content: '\e94f'; } /* 'î¥' */
.icon-block-1:before { content: '\e830'; } /* 'î °' */
.icon-block:before { content: 'ðŸš«'; } /* '\1f6ab' */
.icon-block-2:before { content: '\e887'; } /* 'î¢‡' */
.icon-block-3:before { content: '\e8d1'; } /* 'î£‘' */

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animate {opacity: 0;}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/* =============================================================================
 * reset & defaults
 * ========================================================================== */

/*     --reset
------------------------------------------------- */
* {margin: 0; padding: 0; border: 0; outline: 0; background-repeat: no-repeat; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#wrapper .mejs-container *,  #calroot, #theme-menu *, #theme-export, #theme-export * {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
ol, ul {list-style: none;}
table {border-spacing: 0;}
body {height: 100%; position: relative;}

/*     --float classes
------------------------------------------------- */
.float-left {float: left;}
.float-right {float: right;}

/*     --helper classes
------------------------------------------------- */
.center {text-align: center;}
.align_right {text-align: right;}
.hide {display: none;}

/*     --lightbox link height
------------------------------------------------- */
.image_container a {line-height: 0;}

/*     --lightbox width
------------------------------------------------- */
#mbCenter img {width: auto; max-width: 100%; height: auto; vertical-align: middle;}

/*     --clearings + defaults
------------------------------------------------- */
.inside{position:relative;text-align:left}
.block{overflow:hidden}
.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both}
.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}
.custom{display:block;text-align:left}
.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden}
*+html #main{position:static}
header,footer,nav,section,aside,article,figure,figcaption{display:block}
#container:after {content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;}

/*     --chromeframe
------------------------------------------------- */
#chromeframe {background: red; padding: 10px; color: #fff; text-align: center; position: relative; z-index: 10000;}

/* =============================================================================
 * general styles & page setup
 * ========================================================================== */

a {color: #393939; text-decoration: none;}
.ce_text p a:not(.button) {color: #F18F4E;}
p {margin-bottom: 15px;}
blockquote {font-style: italic; font-size: 16px; margin-bottom: 20px;}
blockquote p {line-height: 22px;}
.image_container img {max-width: 100%;}
code, pre {font-family: monospace;}
abbr {background: #efefef; border-bottom: 1px dashed; cursor: pointer;}

/*     --helper classes
------------------------------------------------- */
.bigtext {font-size: 3em; line-height: 1em; font-weight: 300;}
.center {text-align: center;}
.no_margins p, .no_margins .image_container {margin: 0;}
.color {color: #F18F4E;}
.bg_color {background-color: #F18F4E;}
.text_invert, .text_invert h1, .text_invert h2, .text_invert h3, .text_invert h4, .text_invert h5, .text_invert h6, .text_invert a {color: #fff;}
.mod_subscribe input::input-placeholder,
.mod_subscribe input::-webkit-input-placeholder,
.mod_subscribe input:-moz-placeholder{color: #fff!important;}
.aligncenter * {text-align: center;}

/*     --pushy
------------------------------------------------- */
.pushy {width: 330px;}
.container-push, .push-push{-webkit-transform: translate3d(330px,0,0); -moz-transform: translate3d(330px,0,0); -ms-transform: translate3d(330px,0,0); -o-transform: translate3d(330px,0,0); transform: translate3d(330px,0,0);}
.pushy-active .site-overlay {left: 330px;}
.pushy-left {-webkit-transform: translate3d(-330px,0,0); -moz-transform: translate3d(-330px,0,0); -ms-transform: translate3d(-330px,0,0); -o-transform: translate3d(-330px,0,0); transform: translate3d(-330px,0,0);}

/*     --margin classes
------------------------------------------------- */
.margin-top5 {margin-top: 5px;}
.margin-top10 {margin-top: 10px;}
.margin-top20 {margin-top: 20px;}
.margin-top30 {margin-top: 30px;}
.margin-top40 {margin-top: 40px;}
.margin-top50 {margin-top: 50px;}
.margin-top60 {margin-top: 60px;}
.margin-top70 {margin-top: 70px;}
.margin-top80 {margin-top: 80px;}
.margin-top90 {margin-top: 90px;}
.margin-top100 {margin-top: 100px;}

.margin-bottom10 {margin-bottom: 10px;}
.margin-bottom20 {margin-bottom: 20px;}
.margin-bottom30 {margin-bottom: 30px;}
.margin-bottom40 {margin-bottom: 40px;}
.margin-bottom50 {margin-bottom: 50px;}
.margin-bottom60 {margin-bottom: 60px;}
.margin-bottom70 {margin-bottom: 70px;}
.margin-bottom80 {margin-bottom: 80px;}
.margin-bottom90 {margin-bottom: 90px;}
.margin-bottom100 {margin-bottom: 100px;}

/*     --fontsize classes
------------------------------------------------- */
.fontsize_xxxl {font-size: 5.882rem; line-height: 1em;}
.fontsize_xxl {font-size: 2.647rem; line-height: 60px;}
.fontsize_xl {font-size: 2rem; line-height: 40px;}
.fontsize_l {font-size: 1.647rem; line-height: 38px;}
.fontsize_m {font-size: 1.412rem; line-height: 39px;}
.fontsize_s {font-size: 1.176rem; line-height: 31px;}
.fontsize_xs {font-size: 0.8235rem; line-height: 22px;}
.fontsize_xxs {font-size: 0.6471rem; line-height: 22px;}
.fontsize_xxxs {font-size: 0.5294rem; line-height: 20px;}

/*     --border for ce_elements
------------------------------------------------- */
.border-top {border-top: 1px solid #ccc; padding-top: 20px;}
.border-bottom {border-bottom: 1px solid #ccc; padding-bottom: 20px;}

/*     --headlines
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {padding: 0; line-height: 1.4em; margin-bottom: 0.5em; font-family: 'Ubuntu', sans-serif; color: #444751; font-weight: 400;}
h1 {font-size: 2.368rem;}
h2 {font-size: 2rem;}
h3 {font-size: 1.7rem;}
h4 {font-size: 1.6rem}
h5 {font-size: 1.4rem}
h6 {font-size: 1.35rem}

/*     --h1-h6 as divider
------------------------------------------------- */
.divider .ext_txtpic_headline h1:after, .divider .ext_txtpic_headline h2:after, .divider .ext_txtpic_headline h3:after, .divider .ext_txtpic_headline h4:after, .divider .ext_txtpic_headline h5:after, .divider .ext_txtpic_headline h6:after {content: ''; display: inline-block; height: 2px; background: #ccc; width: 65px; text-align: center; margin-bottom: 20px; margin-top: 35px;}
.divider span {display: block;}
.divider h1, .divider h2, .divider h3, .divider h4, .divider h5, .divider h6 {margin-bottom: 0;}
.divider_2 .ext_txtpic_headline h1, .divider_2 .ext_txtpic_headline h1 span, .divider_2 .ext_txtpic_headline h2, .divider_2 .ext_txtpic_headline h2 span, .divider_2 .ext_txtpic_headline h3, .divider_2 .ext_txtpic_headline h3 span, .divider_2 .ext_txtpic_headline h4, .divider_2 .ext_txtpic_headline h4 span, .divider_2 .ext_txtpic_headline h5, .divider_2 .ext_txtpic_headline h5 span, .divider_2 .ext_txtpic_headline h6, .divider_2 .ext_txtpic_headline h6 span {position: relative;}
.divider_2 .ext_txtpic_headline h1:before, .divider_2 .ext_txtpic_headline h2:before, .divider_2 .ext_txtpic_headline h3:before, .divider_2 .ext_txtpic_headline h4:before, .divider_2 .ext_txtpic_headline h5:before, .divider_2 .ext_txtpic_headline h6:before {position: absolute; width: 100%; content: ' '; height: 2px; left: 0; background-color: #F18F4E; bottom: 5px; top:50%; transform: translatey(-50%);}
.divider_2 span {background: #FAFAFA; padding: 0 20px;}
.divider_3 .ext_txtpic_headline {border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.divider_4 .ext_txtpic_headline {border-bottom: 2px solid #ccc; margin-bottom: 20px;}
.divider_5 .ext_txtpic_headline {border-bottom: 3px double #ccc; margin-bottom: 20px;}

/*     --subheadlines
------------------------------------------------- */
.subheadline_h1, .subheadline_h2, .subheadline_h3, .subheadline_h4, .subheadline_h5, .subheadline_h6 {font-size: 1rem; line-height: 1.2em; text-transform: uppercase; font-weight: 500; margin-top: -0.6rem; color: #959595; letter-spacing: 1.5px; margin-bottom: 2rem;}
.subheadline_h2, .subheadline_h3, .subheadline_h4, .subheadline_h5, .subheadline_h6 {margin-top: -0.8rem;}

/*     --hr divider
------------------------------------------------- */
hr {width: 100%; clear: both;}
hr, hr.divider_1 {padding: 0; border: none; border-top: medium double #ddd; color: #ccc; text-align: center; height: 1px;}

/*     --frame
------------------------------------------------- */
html:after, body:after {content: ''; position: fixed; height: 20px; background: #fff; z-index: 10000; width: 100%; top: 0; left: 0; display: none;}
body:after {bottom: 0; top: auto; display: none;}

/*     --articlewrapper
------------------------------------------------- */
.articlewrapper.fullwidth_contentboxed > .inside {padding-left: 40px; padding-right: 40px;}
.articlewrapper.boxed {max-width: 1290px;}
body.aw_active #container-inside {padding: 0!important; max-width: 100%!important;}
.articlewrapper.typ1 {background: #fff;}
.articlewrapper.typ1 .portfolioliste .content {background: #f8f8f8;}
.articlewrapper.typ1 .divider_2 span {background: #fff;}
.articlewrapper.typ2 {background: #F18F4E; color: #fff;}
.articlewrapper.typ2 h1, .articlewrapper.typ2 h2, .articlewrapper.typ2 h3, .articlewrapper.typ2 h4, .articlewrapper.typ2 h5, .articlewrapper.typ2 h6, .articlewrapper.typ2 .subheadline_h1, .articlewrapper.typ2 .subheadline_h3, .articlewrapper.typ2 .subheadline_h3, .articlewrapper.typ2 .subheadline_h4, .articlewrapper.typ2 .subheadline_h5, .articlewrapper.typ2 .subheadline_h6 {color: #fff!important;}

.articlewrapper.typ3 {background: #F5F5F5;}
.articlewrapper.typ4 {background: #393939; color: #959595;}
.articlewrapper.typ4 a {color: #959595;}
.articlewrapper.typ4 p {color: #959595;}
.articlewrapper.typ4 h1, .articlewrapper.typ4 h2, .articlewrapper.typ4 h3, .articlewrapper.typ4 h4, .articlewrapper.typ4 h5, .articlewrapper.typ4 h6, .articlewrapper.typ4 .subheadline_h1, .articlewrapper.typ4 .subheadline_h3, .articlewrapper.typ4 .subheadline_h3, .articlewrapper.typ4 .subheadline_h4, .articlewrapper.typ4 .subheadline_h5, .articlewrapper.typ4 .subheadline_h6 {color: #fff;}
.articlewrapper.typ4 .ce_hyperlink a {border-color: #fff; color: #fff;}
.articlewrapper.typ4 .ce_hyperlink a:hover {background: #F18F4E;}
.articlewrapper.typ5 {background: #fff; border-top: 1px solid #ccc;}

/*     --html - font-size
------------------------------------------------- */
html {font-family: 'Ubuntu', Arial, sans-serif; font-size: 15px; line-height: 24px;}

/*     --body
------------------------------------------------- */
body {padding-top: 30px; color: #666666; overflow-x: hidden; background-repeat: repeat; background-position: top left; background-attachment: fixed!important; background-color: #fff; font-weight: 300;}

/*     --page-width
------------------------------------------------- */
#contentwrapper {max-width: 1290px; margin: 0 auto; position: relative; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}

/*     --socials
------------------------------------------------- */
.socials {overflow: hidden; display: block;}
.socials a {display: inline-block; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.socials a:before {line-height: 40px; width: 40px; height: 40px; font-size: 18px; margin: 0;}
.socials a:hover:before {text-decoration: none!important; color: #fff!important; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}

/*     --logo
------------------------------------------------- */
.logo {background-image: url(../../files/interessentenverwaltung_2_0/img/logo.png); background-repeat: no-repeat!important; background-size: 90%!important; background-position: center!important; width: 195px; height: 100px; display: table-cell; vertical-align: middle; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.logo a {display: block; height: 100%; width: 100%;}

/*     --#headeroffset
------------------------------------------------- */
#headeroffset {position: relative; z-index: 999;}

/*     --header
------------------------------------------------- */
#header {background-repeat: repeat; position: relative; background-color: #252525; z-index: 5000; left: 0; -webkit-backface-visibility: hidden;}
#header .inside {padding: 0 40px; display: table; width: 95%; line-height: 0;}
#header .image_container {margin: 0;}

/*     --metaheader
------------------------------------------------- */
.metaheader {display: table-cell; vertical-align: middle; line-height: 20px; position: relative;}
.metaheader .inside {padding: 31px 0 31px 10px!important; right: -40px;}
.metaheader .inside:before {content: ''; width: 1px; height: 40px; background: rgba(255,255,255,0.2); position: absolute; top: 50%; margin-top: -19px; left: 0px;}
.metaheader .socials, .metaheader .search_trigger, .metaheader .mod_sprachwechsler {float: left;}

/*     --metaheader socials
------------------------------------------------- */
.metaheader .socials {margin-top: 2px;}
.metaheader .socials a:before {color: rgba(255,255,255,0.7);}

/*     --metaheader search
------------------------------------------------- */
.metaheader .search_trigger {margin-top: 2px; padding-left: 15px; color: rgba(255,255,255,0.7); cursor: pointer; line-height: 38px; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.metaheader .search_trigger:hover {color: #F18F4E;}
.metaheader .mod_search {position: absolute; right: 0px; top: 100%;}
.metaheader .mod_search form {margin-top: -70px; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.metaheader .mod_search input:not(.captcha) {width: 300px!important; padding: 20px; color: #fff; background: #F18F4E; font-size: 0.8rem;}
.metaheader .mod_search.search_show form {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.metaheader .mod_search.search_show form {margin-top: 0px;}

/*     --metaheader sprachwechsler
------------------------------------------------- */
.sprachwechsler {line-height: 35px; margin-left: 25px; margin-top: 3px; font-size: 0.9rem;}
.sprachwechsler ul {position: absolute; top: 100%; right: auto; display: none;}
.sprachwechsler.open ul {display: block;}
.sprachwechsler ul li a {font-size: 0.8rem; background: #252525; color: #fff; margin-bottom: 1px; display: block; padding: 3px 14px; line-height: 24px;}
.sprachwechsler ul li a, .metaheader .sprachwechsler span {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.sprachwechsler span {cursor: pointer; color: rgba(255,255,255,0.7);}
.sprachwechsler span:after {font-family: "icons"; content: "\25be"; display: inline-block; position: relative; margin-left: 10px;}
.sprachwechsler.open span:after {content: '\25b4';}
.sprachwechsler span:hover {color: #F18F4E;}
.sprachwechsler ul li a:hover {opacity: 0.8;}
.sprachwechsler img {margin-right: 5px; vertical-align: middle; position: relative; top: -1px;}

/*     --sticky menu
------------------------------------------------- */
#stickyheader {display: none; position: fixed; left: 0; top: 0; width: 100%; z-index: 9999;}
#stickyheader {-webkit-animation: fadeInDown 400ms ease; -moz-animation: fadeInDown 400ms ease; -ms-animation: fadeInDown 400ms ease; animation: fadeInDown 400ms ease;}
#stickyheader.stickyheader_on {display: block;}
#stickyheader.animate {-webkit-animation: slideInDown 800ms ease; -moz-animation: slideInDown 800ms ease; -ms-animation: slideInDown 800ms ease; animation: slideInDown 800ms ease;}
#stickyheader .inside {max-width: 1290px; margin: 0 auto; display: table; width: 100%; padding: 0 40px; background: #272526; opacity: 0.9;}
#stickyheader .logo {height: 60px; position: absolute!important;}
#stickyheader nav.mainmenu {display: table-cell!important;}
#stickyheader nav.mainmenu ul:not(.vlist) {float: right!important;}
#stickyheader nav.mainmenu ul li a {padding-top: 18px; padding-bottom: 18px; }
#stickyheader nav.mainmenu ul li a:before {display: none;}

/*     --headertext
------------------------------------------------- */
#header #headertext {display: table-cell; vertical-align: middle; padding-left: 30px; font-size: 0.7em; line-height: 18px; font-family: Arial, Verdana, sans-serif; height: 100%;}
#header #headertext p {margin: 0;}

/*     --header_after
------------------------------------------------- */
#header_after {display: block; margin-left: auto; margin-right: auto; overflow: hidden; position: relative; z-index: 10;}
#header_after .inside {overflow: hidden!important;}
#header_after .image_container {margin: 0;}

/*     --header_after on content-page
------------------------------------------------- */
.content-page.pagetitle #header_after {background: #393939; color: #fff; padding-top: 95px; padding-bottom: 95px;}
.content-page.pagetitle #header_after .inside {padding-left: 40px; padding-right: 40px;}
.content-page #header_after #pagetitle {text-transform: uppercase; font-size: 1.3rem;}
.content-page #header_after h1, .content-page #header_after h2, .content-page #header_after h3, .content-page #header_after h4, .content-page #header_after h5 , .content-page #header_after h6 {color: #fff;}

/*     --revolutionslider overwrite default styles
------------------------------------------------- */
.ce_revolutionslider p {margin: 0;}
.ce_revolutionslider ul {display: none;}
.ce_revolutionslider .image_container img {width: auto; height: auto;}
.ce_revolutionslider .image_container {margin-bottom: 0; width: auto; padding: 0; margin: 0; float: none;}
.ce_revolutionslider {background: #fff; position: relative;}
.ce_revolutionslider .tp-bannertimer {background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAYAAAB10jRKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowOEEzQjEwNUM0NzcxMUUzQjQ3Q0YyRTlDRUQwRDhBRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowOEEzQjEwNkM0NzcxMUUzQjQ3Q0YyRTlDRUQwRDhBRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJBQzgwQjNFQzQ2QTExRTNCNDdDRjJFOUNFRDBEOEFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4QTNCMTA0QzQ3NzExRTNCNDdDRjJFOUNFRDBEOEFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FmUvlQAAABtJREFUeNpi+P//fwMTAxCgEQxACQZsEgABBgDs7QaLN50LOAAAAABJRU5ErkJggg==');}
.ce_revolutionslider video {width: 100%;}
.ce_revolutionslider .rs-container {width: 100%!important; left: 0!important;}
.ce_revolutionslider .tp-leftarrow {left: 0!important;}
.ce_revolutionslider .tp-rightarrow {right: 0!important;}
.ce_revolutionslider .fullscreen {height: 100%;}
.ce_revolutionslider .revicon-right-dir:before {content:'\e912'; margin: 0;}
.ce_revolutionslider .html5vid:hover .tp-video-play-button {display: block!important;}
.ce_revolutionslider .ce_hyperlink a {background: #F18F4E; border: 0; color: #fff; padding: 18px 50px;}
.ce_revolutionslider .tp-caption.black {color: #575757;}

/*     --layerslider-classes
------------------------------------------------- */
.ce_revolutionslider .tp-caption {line-height: 1.3em;}
.ce_revolutionslider .fontsize18 {font-size: 18px;}
.ce_revolutionslider .fontsize20 {font-size: 20px;}
.ce_revolutionslider .fontsize22 {font-size: 22px;}
.ce_revolutionslider .fontsize24 {font-size: 24px;}
.ce_revolutionslider .fontsize26 {font-size: 26px;}
.ce_revolutionslider .fontsize28 {font-size: 28px;}
.ce_revolutionslider .fontsize30 {font-size: 30px;}
.ce_revolutionslider .fontsize32 {font-size: 32px;}
.ce_revolutionslider .fontsize34 {font-size: 34px;}
.ce_revolutionslider .fontsize36 {font-size: 36px;}
.ce_revolutionslider .fontsize38 {font-size: 38px;}
.ce_revolutionslider .fontsize40 {font-size: 40px;}
.ce_revolutionslider .fontsize42 {font-size: 42px;}
.ce_revolutionslider .fontsize44 {font-size: 44px;}
.ce_revolutionslider .fontsize46 {font-size: 46px;}
.ce_revolutionslider .fontsize48 {font-size: 48px;}
.ce_revolutionslider .fontsize50 {font-size: 50px;}
.ce_revolutionslider .fontsize52 {font-size: 52px;}
.ce_revolutionslider .fontsize54 {font-size: 54px;}
.ce_revolutionslider .fontsize56 {font-size: 56px;}
.ce_revolutionslider .fontsize58 {font-size: 58px;}
.ce_revolutionslider .fontsize60 {font-size: 60px;}
.ce_revolutionslider .fontsize62 {font-size: 62px;}
.ce_revolutionslider .fontsize64 {font-size: 64px;}
.ce_revolutionslider .fontsize66 {font-size: 66px;}
.ce_revolutionslider .fontsize68 {font-size: 68px;}
.ce_revolutionslider .fontsize70 {font-size: 70px;}
.ce_revolutionslider .fontsize72 {font-size: 72px;}
.ce_revolutionslider .fontsize74 {font-size: 74px;}
.ce_revolutionslider .fontsize76 {font-size: 76px;}
.ce_revolutionslider .fontsize78 {font-size: 78px;}
.ce_revolutionslider .fontsize80 {font-size: 80px;}
.ce_revolutionslider .fontsize82 {font-size: 82px;}
.ce_revolutionslider .fontsize84 {font-size: 84px;}
.ce_revolutionslider .fontsize86 {font-size: 86px;}
.ce_revolutionslider .fontsize88 {font-size: 88px;}
.ce_revolutionslider .fontsize90 {font-size: 90px;}
.ce_revolutionslider .fontsize92 {font-size: 92px;}
.ce_revolutionslider .fontsize94 {font-size: 94px;}
.ce_revolutionslider .fontsize96 {font-size: 96px;}
.ce_revolutionslider .fontsize98 {font-size: 98px;}
.ce_revolutionslider .fontsize100 {font-size: 100px;}
.ce_revolutionslider .white {color: #fff;}
.ce_revolutionslider .italic {font-style: italic; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-weight: 400;}
.ce_revolutionslider .bold {font-weight: bold;}
.ce_revolutionslider .border-left {border-left: 5px solid #F18F4E; padding-left: 25px;}
.ce_revolutionslider .border-top {border-top: 3px solid #ccc; padding-top: 25px;}
.ce_revolutionslider .border-bottom {border-bottom: 3px solid #ccc; padding-bottom: 25px;}
.ce_revolutionslider .bg_white {background: rgba(255,255,255,0.8); padding: 10px 25px;}
.ce_revolutionslider .bg_black {background: rgba(0,0,0,0.8); padding: 10px 25px;}
.ce_revolutionslider .bg_accent {background: #F18F4E; padding: 10px 25px;}

/*     --autogrid
------------------------------------------------- */
#header_after .autogrid {padding: 0;}
.border-inner {border: 0;}
.border-inner:before {display: block; position: absolute; top: 0; right:0; content: ""; width: 1px; height: 100%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(219,219,219,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(219,219,219,1)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(219,219,219,1) 50%,rgba(255,255,255,0) 100%);
}

/*     --bxslider
------------------------------------------------- */
.bxslider {width: 0;}
.bx-wrapper {margin-bottom: 0; position: relative;}
.bx-wrapper .bx-viewport {border:0; left: 0; box-shadow: none; z-index: 200; background: transparent!important;}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {background: none;}
.bx-wrapper .bx-controls {height: 100%!important; top: 50%; position: static; z-index: 100;}
.bx-wrapper .bx-controls-direction {position: absolute; top: -35px; right:0; width: 65px; overflow: hidden; height: 24px;}
.bx-wrapper .bx-controls-direction a:before {font-family: "icons"; font-size: 24px; line-height: 24px; max-height: 24px; width: inherit; display: inline-block; position: absolute; overflow: hidden; top: 50%; text-align: center; margin-top: -12px; color: #333;}
.bx-wrapper .bx-controls-direction a.bx-next:before {content: "\ea04";}
.bx-wrapper .bx-controls-direction a.bx-prev:before {content: "\ea03";}
.bx-wrapper .bx-controls-direction a.bx-prev {float: left; background: #fff; left: 0; box-shadow: 5px 0 11px -5px rgba(0,0,0,0.5);}
.bx-wrapper .bx-controls-direction a.bx-next {float: right; background: rgba(0, 0, 0, 0.3); right: 0; background: #fff; box-shadow: -5px 0 11px -5px rgba(0,0,0,0.5);}
.bx-wrapper .bx-controls-direction a {text-indent: 0; margin-top: 0; width: 66px; height: 24px; margin: 0; opacity: 0.7;}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {z-index: 1000; bottom: -60px;}
.bx-wrapper .bx-controls-direction a:hover {opacity: 0.9;}
.bx-wrapper .caption {display: none;}
.bx-wrapper .bx-controls-direction a {z-index: 1000;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #ccc; width: 3px; height: 50px; border-radius: 0!important; -webkit-border-radius: 0!important; box-shadow: none;}
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #F18F4E;}

/*     --wrapper
------------------------------------------------- */
#wrapper {position:relative; z-index: 5;}
body.content_page #wrapper {border-top: 0;}

/*     --container
------------------------------------------------- */
#container {position: relative; width: 100%; margin: 0; background: #fafafa; padding: 40px;}
#container-inside {overflow: hidden;}
.aw_active #container {padding: 0;}

/*     --linktotop
------------------------------------------------- */
#linktotop {position: fixed; bottom: 10px; right: 10px; width: 40px; height: 40px; background: rgba(0,0,0,0.5); display: none; text-align: center; cursor: pointer; z-index: 1000;}
#linktotop:before {font-family: "icons"; content: "\e767"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; font-size: 30px; color: #fff; line-height: 40px;}

/* =============================================================================
 * footer
 * ========================================================================== */
#footer {background: #353535; border-top: 10px solid #F18F4E;}
#footer, #footer a {color: #959595;}
#footer a:hover {text-decoration: underline;}
#footer .inside  {margin: 0 auto; padding: 80px 40px; line-height: 30px; font-size: 0.9rem;}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {margin-bottom: 1rem; color: #fff;}
#footer h6 {font-size: 0.8rem; letter-spacing: 2px; line-height: 33px;}

/* =============================================================================
 * bottom, copyright
 * ========================================================================== */

#bottom {background: #252525; font-size: 0.7em; color: #838383; text-transform: uppercase; margin-bottom: 25px;}
#bottom a {color: #838383;}
#bottom .inside  {max-width: 1290px; margin: 0 auto; padding: 20px 0 20px 0; text-align: center; overflow: hidden;}
#bottom a:hover {text-decoration: underline;}
#bottom .ce_hyperlink a {border: none; font-size: 1em; color: #212127; letter-spacing: 2px;}
#bottom .socials {margin-bottom: 15px;}
#bottom .socials a:hover {text-decoration: none;}
#bottom .totop {line-height: 22px; margin-bottom: 15px;}
#bottom .totop a:before {font-family: "icons"; content: "\ea05"; text-indent: 0; display: block; position: relative; font-size: 20px; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
#bottom .totop:hover {opacity: 0.8; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
#bottom .totop a:hover {text-decoration: none;}

/* =============================================================================
 * menues
 * ========================================================================== */

/*     --mainmenue
------------------------------------------------- */
nav.mainmenu a, nav.mainmenu a:hover, nav.mainmenu a span, nav.mainmenu a:hover span {-webkit-transition: All 0.4s ease; -moz-transition: All 0.4s ease; -o-transition: All 0.4s ease; -ms-transition: All 0.4s ease ; transition: All 0.4s ease; -webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0);-webkit-perspective: 1000;-webkit-transform: translate3d(0,0,0);}
nav.mainmenu {right: -40px; position: relative; overflow: visible!important; line-height: 0; display: table-cell; vertical-align: middle;}
nav.mainmenu ul {position: relative; float: right; -webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0);;-webkit-perspective: 1000;-webkit-transform: translate3d(0,0,0);}
nav.mainmenu ul ul {float:none; top: 0;}
nav.mainmenu .layer_two {white-space:nowrap; padding: 0; margin-left: 0; background: #252525; white-space:nowrap; width: auto; display: none; position: absolute; top: 100%; -webkit-animation: fadeInUp 300ms ease; -moz-animation: fadeInUp 300ms ease; -ms-animation: fadeInUp 300ms ease; animation: fadeInUp 300ms ease; z-index: 9999;}
nav.mainmenu li.last .layer_two {right: 0;}
nav.mainmenu ul:after {content: ""; clear: both; display: block;}
nav.mainmenu ul li {float: left; position: relative;}
nav.mainmenu ul li.megamenu {position: static;}
nav.mainmenu ul li:hover .layer_two {display: block;}
nav.mainmenu ul li a {display: block; text-decoration: none; position: relative; line-height: 24px; min-height: inherit; text-align: left; font-size: 0.9rem; float: none; padding: 40px 0; padding-left: 20px; padding-right: 20px; text-transform: uppercase;}
nav.mainmenu ul li ul li a.last {margin-right: 15px;}
nav.mainmenu ul ul ul {border-top: 0!important;}
nav.mainmenu ul ul li > a:before {margin-right: 5px;}
nav.mainmenu ul li a.first {border-top: 0;}
nav.mainmenu ul li.last ul {right: 0;}
nav.mainmenu ul ul li {float: none; position: relative; line-height: 32px; min-height: 0;}
nav.mainmenu ul ul li a {font-weight: 300; text-align: left; padding: 8px 25px 10px 20px!important; color: #fff; font-size: 0.8rem!important; margin-left: 0px!important; margin-right: 0px!important;}
nav.mainmenu ul ul ul ul li a, nav.mainmenu a.last {border-bottom: 0;}
nav.mainmenu ul ul li a span {display: block;}
nav.mainmenu ul ul li a:before {font-size: inherit; height: auto; width: 20px!important; padding-top: 0;}
nav.mainmenu ul ul li.last {border:0;}
nav.mainmenu ul ul ul {position: absolute; left: 100%; top:0;}
nav.mainmenu ul li a {position: relative; z-index: 10;}
nav.mainmenu ul li a:hover {background: rgba(0,0,0,0.1);}
nav.mainmenu ul li a:hover, nav.mainmenu ul a.trail, nav.mainmenu ul a.active {color: #F18F4E;}
nav.mainmenu .level_3 {background: #252525; display: none; width: 100%;}
nav.mainmenu .level_3 {-webkit-animation: fadeInRight 300ms ease; -moz-animation: fadeInRight 300ms ease; -ms-animation: fadeInRight 300ms ease; animation: fadeInRight 300ms ease;}
nav.mainmenu .level_2 li:hover .level_3 {display: block;}
nav.mainmenu .level_2 li a.submenu:after {font-family: "icons"; content: "\e75e"; text-indent: 0; display: block!important; position: absolute; top: 50%; left: auto; right: -15px; bottom: auto; background: none; line-height: 0; width: 30px;}
nav.mainmenu ul li > a:before {top: -2px; position: relative; width: 24px!important; line-height: 24px!important; font-size: 24px; vertical-align: middle; margin-right: 10px; font-weight: 300;}
nav.mainmenu > ul li a {color:rgba(255,255,255,0.7);}

/*     --mod_customnav
------------------------------------------------- */
.mod_customnav li:before {display: none!important;}

/* =============================================================================
 * off canvas
 * ========================================================================== */
#off_canvas {opacity: 0;}
#off_canvas.pushy-open {opacity: 1;}
#off_canvas {background: #212121; font-weight: normal; padding: 3rem;}
#off_canvas a {border: 0; padding: 0;}
#off_canvas a:hover, #off_canvas a.active, #off_canvas a.trail {color: #F18F4E; background: transparent;}
#off_canvas a.submenu {cursor: pointer;}
#off_canvas a.submenu:after {content:'[+]'; padding-right: 65px; position: absolute; right: -5px;}
#off_canvas li.open > a.submenu:after {content:'[-]';}
#off_canvas ul ul a {padding-left: 20px;}
#off_canvas ul ul ul a {padding-left: 30px;}
#off_canvas ul ul ul ul a {padding-left: 40px;}
#off_canvas .level_1 ul {display: none; margin-bottom: 25px;}
#off_canvas .level_2 ul {margin-left: 10px;}
#off_canvas .mod_navigation {margin-bottom: 1rem;}
#off_canvas .mod_navigation a {font-size: 1.7rem; font-weight: 200; text-transform: uppercase; padding: 10px 50px 10px 0; position: relative; cursor: pointer;}
#off_canvas .mod_navigation .level_2 a {font-size: 1rem; padding: 3px 0 3px 10px;}

/* various off canvas content */
#off_canvas .socials a {display: inline-block; border: 0; padding: 3px;}
#off_canvas .offcanvas_address {margin: 3rem 0 1rem 0;}
#off_canvas .offcanvas_address, #off_canvas .offcanvas_address a {line-height: 1.4rem; font-size: 0.6rem; color: rgba(255,255,255,0.3); text-transform: uppercase;}
#off_canvas .sprachwechsler {margin: 0; position: relative; border-top: 1px solid #3b3b3b; border-bottom: 1px solid #3b3b3b; padding: 5px 0; margin-bottom: 25px;}
#off_canvas .sprachwechsler ul {position: static;}
#off_canvas .sprachwechsler ul li a {padding: 10px; display: block;}
#off_canvas .mod_sprachwechsler {overflow: visible;}

/* pushy settings */
.pushy, #contentwrapper, .push {-webkit-perspective: inherit!important;}
.pushy, #contentwrapper, .push {-webkit-backface-visibility:inherit!important;}

/* trigger */
#nav-open-btn {z-index: 1000; display: table-cell; vertical-align: middle; text-align: right; cursor: pointer; width: 35px; position: absolute; top: 50%; right: 40px; height: 35px; margin-top: -12px; display: none;}
#nav-open-btn .menu-btn-label {position: absolute; right: 100%; top: 50%; display: none; line-height: 18px; font-size: 18px; margin-top: -14px; margin-right: 25px;}

/* trigger animation */
.menu-btn-inside {transition: 0.3s; float: right;}
.menu-btn-inside .line {display: block; width: 35px; height: 1px; background: #fff; transition: 0.3s; position: relative;}
.menu-btn-inside .line:before, .menu-btn-inside .line:after {display: inline-block; width: 35px; height: 1px; background: #fff; transition: 0.3s; position: absolute; left: 0; content: '';}
.menu-btn-inside .line:before {top: 12px;}
.menu-btn-inside .line:after {bottom: -24px;}
.container-push .menu-btn-inside {-webkit-transform: scale3d(0.8, 0.8, 0.8); transform: scale3d(0.8, 0.8, 0.8);}
.container-push .menu-btn-inside .line {background: transparent;}
.container-push .menu-btn-inside .line:before, .container-push .menu-btn-inside .line:after {top: 0; width: 45px;}
.container-push .menu-btn-inside .line:before {-webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); top: 12px;}
.container-push .menu-btn-inside .line:after {-webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); top: 12px;}

/* =============================================================================
 * sidebar
 * ========================================================================== */

/*     --sidebar_right
------------------------------------------------- */
body.sidebar_right #main {overflow: hidden; width:70%; float:left; position:relative;}
body.sidebar_right #right {overflow: hidden; margin-left: 5%; width:25%; float:left; position:relative; box-shadow: -19px 0px 16px -20px rgba(0, 0, 0, 0.2);}
body.sidebar_right #right .inside {padding-left: 18%; padding-bottom: 45px;}

/* =============================================================================
 * features + contao modules
 * ========================================================================== */

 /*     --contao content slider
------------------------------------------------- */
.slider-control	{position:static!important; height:0!important;}
.slider-control a {top: 50%!important; opacity: 0.7; margin-top: -35px!important;}
.slider-control a:hover {opacity: 1;}
.slider-menu {bottom: -7px; top: auto!important; font-family: Arial, sans-serif;}
.slider-menu b {margin: 0 2px!important;}
.ce_sliderStart {position: relative!important;}
.slider-next {background: #393939; right: 0; z-index: 100; width: 3rem; height: 3rem; color: rgba(0, 0, 0, 0);}
.slider-next:before {font-family: "icons"; content: "\ea08"; display: block; position: relative; font-size: 30px; line-height: 26px; margin-top: -12px; top: 50%; text-align: center; color: #fff;}
.slider-prev {background: #393939; left: 0!important; z-index: 100; width: 3rem; height: 3rem; color: rgba(0, 0, 0, 0);}
.slider-prev:before {font-family: "icons"; content: "\ea07"; display: block; position: relative; font-size: 30px; line-height: 26px; margin-top: -12px; top: 50%; text-align: center; color: #fff;}
.ce_sliderStart .caption {display: none;}
.slider-wrapper > div {padding-left: 80px; padding-right: 80px;}

/*     --back links
------------------------------------------------- */
.back a:before {font-family: "icons"; content: '\ea07'; margin-right: 15px; font-size: 0.8rem;}

/*     --extended text & bild custom element
------------------------------------------------- */
.ce_text-mit-bild-erweitert .ext_txtpic {overflow: hidden;}
.ce_text-mit-bild-erweitert .float_left .ext_txtpic_bild {float: left; padding: 0; margin-right: 20px;}
.ce_text-mit-bild-erweitert .float_right .ext_txtpic_bild {float: right; padding: 0; margin-left: 20px;}
.ce_text-mit-bild-erweitert .float_right .image_container {float: right;}
.ce_text-mit-bild-erweitert .ext_txtpic.col_left {display: table;}
.ce_text-mit-bild-erweitert .col_left .ext_txtpic_bild {display: table-cell; vertical-align: top;}
.ce_text-mit-bild-erweitert .col_left .ext_txtpic_bild img {width: 100%; height: auto;}
.ce_text-mit-bild-erweitert .col_left .ext_txtpic_text {display: table-cell;  vertical-align: top;}
.ce_text-mit-bild-erweitert .ext_txtpic.col_left .ce_textarea, .ce_text-mit-bild-erweitert .ext_txtpic.col_left .ext_txtpic_text .ext_txtpic_headline, .ce_text-mit-bild-erweitert .ext_txtpic.col_left .ce_hyperlink {padding-left: 5%;}
.ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_left .ce_textarea, .ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_left .ext_txtpic_text .ext_txtpic_headline, .ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_left .ce_hyperlink {padding-left: 0;}
.ce_text-mit-bild-erweitert .col_right .ext_txtpic_bild {display: table-cell;}
.ce_text-mit-bild-erweitert .col_right .ext_txtpic_bild img {width: 100%; height: auto;}
.ce_text-mit-bild-erweitert .col_right .ext_txtpic_text {display: table-cell;}
.ce_text-mit-bild-erweitert .ext_txtpic.col_right .ce_textarea, .ce_text-mit-bild-erweitert .ext_txtpic.col_right .ext_txtpic_text .ext_txtpic_headline, .ce_text-mit-bild-erweitert .ext_txtpic.col_right .ce_hyperlink {padding-right: 5%;}
.ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_right .ce_textarea, .ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_right .ext_txtpic_text .ext_txtpic_headline, .ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_right .ce_hyperlink {padding-right: 0;}
.ce_text-mit-bild-erweitert .ext_ce_text_oben, .ce_text-mit-bild-erweitert .ext_ce_image_oben {vertical-align: top!important;}
.ce_text-mit-bild-erweitert .ext_ce_text_mittig, .ce_text-mit-bild-erweitert .ext_ce_image_mittig {vertical-align: middle!important;}
.ce_text-mit-bild-erweitert .ext_ce_text_unten, .ce_text-mit-bild-erweitert .ext_ce_image_unten {vertical-align: bottom!important;}
.ce_text-mit-bild-erweitert .headline_beside, .ce_text-mit-bild-erweitert .headline_beside h1, .ce_text-mit-bild-erweitert .headline_beside h2, .ce_text-mit-bild-erweitert .headline_beside h3, .ce_text-mit-bild-erweitert .headline_beside h4, .ce_text-mit-bild-erweitert .headline_beside h5, .ce_text-mit-bild-erweitert .headline_beside h6 {background: none!important; border: 0!important;}
.ce_text-mit-bild-erweitert .headline_beside [class^="icon-"]:before {padding-right: 0;}
.ce_text-mit-bild-erweitert .ext_ce_frame_1 .image_container {border: 1px solid #ccc;}
.ce_text-mit-bild-erweitert .ext_ce_frame_2 .image_container {border: 2px solid #ccc;}
.ce_text-mit-bild-erweitert .ext_ce_frame_3 .image_container {border: 1px dashed #ccc;}
.ce_text-mit-bild-erweitert .ext_ce_frame_4 .image_container {border: 2px dashed #ccc;}
.ce_text-mit-bild-erweitert .image_container {margin-bottom: 0;}
.ce_text-mit-bild-erweitert .ext_txtpic_bild {line-height: 0;}
.ce_text-mit-bild-erweitert .ext_txtpic_bild img {max-width: 100%; height: auto;}
.ce_text-mit-bild-erweitert .txt_right * {text-align: right;}
.ce_text-mit-bild-erweitert .txt_center * {text-align: center;}
.ce_text-mit-bild-erweitert .txt_center .image_container img {display: inline-block;}
.ce_text-mit-bild-erweitert .txt_center .image_container {line-height: 0;}
.ce_text-mit-bild-erweitert .headline_middle {text-align: center;}
.ce_text-mit-bild-erweitert .ce_hyperlink {margin-top: 30px;}
.ce_text-mit-bild-erweitert .bottom_center .ext_txtpic_bild, .ce_text-mit-bild-erweitert .top_center .ext_txtpic_bild {margin-left: auto; margin-right: auto; max-width: 100%; line-height: 0;}

/* CSS3 filter + effects */
.ext_txtpic_bild img, .ext_txtpic_bild img:hover {-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.ext_ce_gray img, .ext_ce_gray_hover img {filter: Gray(); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);}
.ext_ce_gray_hover img:hover {filter: none; /* IE6-9 */ -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);}
.ext_ce_opacity img {opacity: 0.8;}
.ext_ce_opacity img:hover {opacity: 1;}
.ext_ce_blur img {-webkit-filter: blur(5px); -moz-filter: blur(5px);}
.ext_ce_blur .image_container {padding: 10px;}
.ext_ce_blur img:hover {-webkit-filter: none; -moz-filter: none;}
.ext_ce_zoomin img {-moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}
.ext_ce_zoomin img:hover {-moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none;}
.ext_ce_zoomout img {-moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none;}
.ext_ce_zoomout img:hover {-moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}

/* CSS3 animation */
.ext_ce_effect_ltr .image_container, .ext_ce_effect_rtl .image_container, .ext_ce_effect_btt .image_container, .ext_ce_effect_ttb .image_container {opacity: 0;}
.ext_ce_effect_ltr .image_container {-webkit-animation: fadeimages-ltr 0.8s 1 cubic-bezier(1,0,0,1); -moz-animation: fadeimages-ltr 0.8s 1 cubic-bezier(1,0,0,1); -o-animation: fadeimages-ltr 0.8s 1 cubic-bezier(1,0,0,1); animation: fadeimages-ltr 0.8s 1 cubic-bezier(1,0,0,1); opacity: 1;}
.ext_ce_effect_rtl .image_container {-webkit-animation: fadeimages-rtl 0.8s 1 cubic-bezier(1,0,0,1); -moz-animation: fadeimages-rtl 0.8s 1 cubic-bezier(1,0,0,1); -o-animation: fadeimages-rtl 0.8s 1 cubic-bezier(1,0,0,1); animation: fadeimages-rtl 0.8s 1 cubic-bezier(1,0,0,1); opacity: 1;}
@-webkit-keyframes fadeimages-ltr{0%{-webkit-transform:translate(-10%,0);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes fadeimages-ltr{0%{-moz-transform:translate(-10%,0);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes fadeimages-ltr{0%{-o-transform:translate(-10%,0);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes fadeimages-ltr{0%{transform:translate(-10%,0);opacity:0}100%{transform:translate(0,0);opacity:1}}@-webkit-keyframes fadeimages-rtl{0%{-webkit-transform:translate(10%,0);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes fadeimages-rtl{0%{-moz-transform:translate(10%,0);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes fadeimages-rtl{0%{-o-transform:translate(10%,0);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes fadeimages-rtl{0%{transform:translate(10%,0);opacity:0}100%{transform:translate(0,0);opacity:1}}

/* column-gap */
.columngap_small p {-webkit-column-gap: 1.5rem; -moz-column-gap: 1.5rem; column-gap: 1.5rem;}
.columngap_medium p {-webkit-column-gap: 2.5rem; -moz-column-gap: 2.5rem; column-gap: 2.5rem;}
.columngap_large p {-webkit-column-gap: 3.5rem; -moz-column-gap: 3.5rem; column-gap: 3.5rem;}
.columngap_xlarge p {-webkit-column-gap: 4.5rem; -moz-column-gap: 4.5rem; column-gap: 4.5rem;}

/* column-count */
.columncount_2 p {-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
.columncount_3 p {-webkit-column-count: 3; -moz-column-count: 3; column-count: 3;}
.columncount_4 p {-webkit-column-count: 4; -moz-column-count: 4; column-count: 4;}

/* element_small */
.element_small {max-width: 600px; margin-left: auto; margin-right: auto;}

/*     --table_simple
------------------------------------------------- */
table {margin-bottom: 10px; border-bottom: solid 3px #E3E3E3; width: 100%;}
table td {border-top: solid 1px #E3E3E3; padding: 1rem 1rem 1rem 0; text-align: left;}
table td p {margin: 0;}
table th {text-align: left; padding: 1rem 1rem 1rem 0;}

/*     --table_striped
------------------------------------------------- */
.table-striped tr.even {background: #f8f8f8;}
.table-striped th, .table-striped td {padding: 1rem;}

/*     --table_blank
------------------------------------------------- */
.table-blank tr, .table-blank td, .table-blank th, .table-blank table {border: 0; padding: 1rem 1rem 1rem 0;}

/*     --ce_gallery with responsive grid
------------------------------------------------- */
.ce_gallery .row1	{overflow: hidden; margin-left: 0; width:100%; float:left; margin-bottom: 15px;}
.ce_gallery .row2	{overflow: hidden; margin-left: 4%; width:48%; float:left; margin-bottom: 15px;}
.ce_gallery .row3	{overflow: hidden; margin-left: 5%; width:30%; float:left; margin-bottom: 15px;}
.ce_gallery .row4	{overflow: hidden; margin-left: 4%; width:22%; float:left; margin-bottom: 15px;}
.ce_gallery .row5	{overflow: hidden; margin-left: 5%; width:16%; float:left; margin-bottom: 15px;}
.ce_gallery .row6	{overflow: hidden; margin-left: 2%; width:15%; float:left; margin-bottom: 15px;}
.ce_gallery .row7	{overflow: hidden; margin-left: 1.5%; width:13%; float:left; margin-bottom: 15px;}
.ce_gallery .row8	{overflow: hidden; margin-left: 1.71%; width:11%; float:left;	position:relative;}
.ce_gallery .row9	{overflow: hidden; margin-left: 1.25%; width:10%; float:left;	position:relative;}
.ce_gallery .row10	{overflow: hidden; margin-left: 1%; width:9.1%; float:left;	position:relative;}
.ce_gallery .row11	{overflow: hidden; margin-left: 1.1%; width:8.09%; float:left;	position:relative;}
.ce_gallery .row12	{overflow: hidden; margin-left: 1%; width: 7.41%; float:left;	position:relative;}

.ce_gallery .col_first {margin-left: 0!important; clear: both;}
.ce_gallery li {position: relative;}
.ce_gallery img:not(.iso_image) {max-width: 100%; display: block; height: auto;}
.ce_gallery .caption {letter-spacing: 0; word-spacing: 0; font-size: 12px; line-height: 16px;}

/* special classes for ce_gallery */
.ce_gallery.imageBorder li img {border: 2px solid #ddd;}
.rounded-images img {border-radius: 500%;}

/*     --ce_image
------------------------------------------------- */
.ce_image.imageBorder img {border: 1px solid #ddd;}

/*     --image_container
------------------------------------------------- */
.image_container {position: relative; padding: 0; margin-bottom: 10px; overflow: hidden;}
.image_container .caption {background: rgba(255, 255, 255, 0.6); color: #505050; padding: 3px 6px; width: auto!important; font-size: 11px; position: absolute; left: 0; bottom: 0; width: auto!important;}
.image_container.float_right, .image_container.float_left {float: right; padding: 0; margin-bottom: 3%;}
.image_container.float_right {margin-left: 5%; float: right;}
.image_container.float_left {margin-right: 5%; float: left;}
.image_container img {display: block; height: auto;}

/*     --list
------------------------------------------------- */
.ce_text ul, .ce_list ul, .ce_textarea ul, .ce_text ol, .ce_list ol, .ce_textarea ol {margin-bottom: 15px; padding-left: 20px;}
.ce_text li, .ce_list li, .ce_textarea li, .ce_text ol, .ce_list ol, .ce_textarea ol {line-height: 1.8em;}
.ce_text ul li, .ce_list ul li, .ce_textarea ul li {list-style-type: disc; list-style-position: outside;}
.ce_text ol, .ce_list ol, .ce_textarea ol {list-style: decimal; padding-left: 25px;}
.ce_text ol ol, .ce_list ol ol, .ce_textarea ol ol {list-style: upper-alpha;}
.ce_text ol ol ol, .ce_list ol ol ol, .ce_textarea ol ol ol {list-style: lower-roman;}

/*     --letterbox
------------------------------------------------- */
.letterbox {display: table; margin-bottom: 50px;}
.letterbox .big_letter {font-weight: bold; display: table-cell; padding-right: 30px; font-size: 3rem; vertical-align: top; font-family: Arial, Verdana, sans-serif; line-height: 2.6rem;}
.letterbox .text {display: table-cell; vertical-align: top; font-size: 0.9rem; line-height: 1.2rem; padding-right: 30px;}

/*     --ce_imagebox
------------------------------------------------- */
.ce_imagebox a {position: relative; display: inline-block; height: 100%; width: 100%;}
.ce_imagebox:hover {opacity: 0.9;}
.ce_imagebox  {-webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.ce_imagebox .imagebox_content {position: absolute; left: 0; bottom: 0; padding: 20px;}
.ce_imagebox .coverlay {width: 100%; height: 100%; display: none; position: absolute; left: 0; top: 0;}
.ce_imagebox .coverlay_light .coverlay {background: rgba(255,255,255,0.4); display: block}
.ce_imagebox .coverlay_dark .coverlay {background: rgba(0,0,0,0.4); display: block}
.ce_imagebox .fontcolor_light p {color: #fff;}
.ce_imagebox .fontcolor_light h4 {color: #fff;}
.ce_imagebox .fontcolor_dark .line {background: #393939;}
.ce_imagebox .image_container {margin: 0;}
.ce_imagebox .line {background: #fff; height: 3px; width: 130px; display: block; margin: 25px 0;}
.ce_imagebox:hover .grayscale img {filter: none; /* IE6-9 */ -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);}
.ce_imagebox .grayscale img {filter: Gray(); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);}
.ce_imagebox .imagebox_inside {position: relative;}

/*     --blockquote
------------------------------------------------- */
.blockquote-a {padding-left: 35px; position: relative;}
.blockquote-a p{text-align: justify; font-family: Georgia, Times, serif; font-size: 13px; font-style: italic; line-height: 20px;}
.blockquote-a:before {font-family: "icons"; content: "\275e"; text-indent: 0; display: inline-block; position: absolute; top: 0px; left: 0; margin-right: 5px; font-style: normal; font-size: 25px;}
.blockquote-b {padding-left: 35px; position: relative;}
.blockquote-b {font-size: 17px; line-height: 24px;}
.blockquote-b:before {font-family: "icons"; content: "\275c"; text-indent: 0; display: inline-block; position: absolute; top: 0px; left: 0; margin-right: 5px; font-style: normal; font-size: 25px;}

/*     --ce_comments
------------------------------------------------- */
.ce_comments .widget {margin-bottom: 10px;}
.ce_comments h6 {font-size: 1.5rem; border-top: 3px solid #ccc; padding-top: 35px; margin-top: 35px;}

/*     --list
------------------------------------------------- */
#wrapper .ce_list li[class^="icon-"]:before, #wrapper .ce_list li[class*="icon-"]:before {left: -1.4em; width: 1em; top: 0.5em;}

/*     --dropcaps
------------------------------------------------- */
.dropcap p:first-letter  {font-size: 2rem; line-height: 3rem; float: left; display:block; margin: 6px 7px 0 0; border-radius: 4px; background: #666666; color: #fff; padding: 2px 5px;}
.dropcap_2 p:first-letter  {font-size: 2rem; float: left; display:block; margin:0 7px 0 0; line-height: 3rem;}
.dropcap_3 p:first-letter  {font-size: 2rem; line-height: 3rem; width: 1em; float: left; display:block; margin: 6px 7px 0 0; border-radius: 99px; background: #666666; color: #fff; padding: 5px; text-align: center;}
.dropcap_4 p:first-letter  {font-size: 2rem; line-height: 3rem; width: 1em; float: left; display:block; margin: 6px 7px 0 0; background: #666666; color: #fff; padding: 5px; text-align: center;}

/*     --hyperlinks + buttons
------------------------------------------------- */
.ce_hyperlink.center {text-align: center;}
.ce_hyperlink.right {text-align: right;}
.ce_hyperlink {-webkit-transform: translateZ(0);}

.button, .ce_hyperlink a {border-radius: 5px; font-weight: 500; padding: 13px 18px; text-align: center; display: inline-block; margin-bottom: 4px; background: transparent; white-space:nowrap; border: 2px solid #F18F4E; font-size: 0.9rem; color: #F18F4E;}
.button, .ce_hyperlink a {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.button:hover, .ce_hyperlink a:hover {color: #fff; background: #F18F4E; opacity: 0.9; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}

/* sizes */
.button.small, .ce_hyperlink.small a {padding: 8px 10px; font-size: 13px;}
.button.big, .ce_hyperlink.big a {padding: 15px 18px; font-size: 18px; line-height: 33px; vertical-align: middle;}

/* style1 light */
.ce_hyperlink.style1_light a {background: none; border: 2px solid #fff; border-radius: 3px; color: #fff; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_hyperlink.style1_light a:hover {background: #fff; opacity: 1; color: #393939;}

/* style1 dark */
.ce_hyperlink.style1_dark a {background: none; border: 2px solid #393939; border-radius: 3px; color: #393939; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_hyperlink.style1_dark a:hover {background: #393939; opacity: 1; color: #fff}

/* style2 light */
.ce_hyperlink.style2_light a {background: none; border: 2px solid #fff; border-radius: 3px; color: #fff; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_hyperlink.style2_light a:hover {background: #F18F4E; opacity: 1; color: #fff;}

/* style2 dark */
.ce_hyperlink.style2_dark a {background: none; border: 2px solid #393939; border-radius: 3px; color: #393939; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_hyperlink.style2_dark a:hover {background: #F18F4E; opacity: 1; color: #fff; border-color: #F18F4E;}

/*     --testimonial
-------------------------------------------------*/
.testimonial .text {font-style: italic; font-family: Playfair Display, serif; font-size: 1.2rem; line-height: 2rem; font-weight: 400;}
.testimonial .text p:before {content: '"'; display: inline-block; margin-right: 5px;}
.testimonial .text p:after {content: '"'; display: inline-block; margin-left: 5px;}
.testimonial .bx-viewport {overflow: visible!important;}
.testimonial .autor {color: #F18F4E;}

/*     --team
------------------------------------------------- */
.ce_team {font-size: 0.8rem; line-height: 1.5rem;}
.ce_team .name {font-weight: bold; margin-bottom: 15px;}
.ce_team .funktion {color: #F18F4E;}
.ce_team .image_container {position: relative;}
.ce_team .overlay_content {opacity: 0; background: #F18F4E; position: absolute; bottom: 0; left:0; width: 100%; height: 100%;}
.ce_team .overlay_content {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_team:hover .overlay_content {opacity: 1;}
.ce_team .overlay_content .email {display: table; width: 100%; height: 100%; text-align: center;}
.ce_team .overlay_content .email a {display: table-cell; vertical-align: middle;}
.ce_team .overlay_content .email i:before {font-size: 2rem; color: #fff; margin: 0; padding: 22px; border: 3px solid #fff; border-radius: 100%;}

/*     --counter
------------------------------------------------- */
.ce_counter {text-align: center;}
.ce_counter i {font-size: 45px; margin: 0; line-height: 1em;}
.ce_counter i:before {margin: 0!important;}
.ce_counter .counterwrapper {font-size: 3em; font-weight: 500; margin: 10px 0; line-height: 3rem; font-family: Arial, sans-serif;}

/*     --nachrichtenteaser
------------------------------------------------- */
.nachrichtenteaser .info {color: #959595; margin-bottom: 10px;}
.nachrichtenteaser .dot {margin: 0 10px;}
.nachrichtenteaser .image_container {margin: 25px 0 30px 0;}
.nachrichtenteaser .morelink a {color: #C0C0C0;}
.nachrichtenteaser .morelink a:hover {color: #F18F4E;}
.nachrichtenteaser .teaser {font-size: 0.9rem;}

/*     --nachrichtenteaser v2
------------------------------------------------- */
.nachrichtenteaser_v2 .nachrichtenteaser_v2_inside {position: relative; background: #fff; border: 1px solid #ccc;}
.nachrichtenteaser_v2 .date {position: absolute; left: 0px; top: 10px; background: #F18F4E; color: #fff; border-radius: 0 0 2px 0; padding: 10px; z-index: 100;}
.nachrichtenteaser_v2 .title, .nachrichtenteaser_v2 .teaser, .nachrichtenteaser_v2 .morelink {padding: 15px;}

/*     --nachrichtenteaser v3
------------------------------------------------- */
.nachrichtenteaser_v3 .date {font-size: 0.85rem; color: #ccc;}
.nachrichtenteaser_v3 {border-bottom: 1px solid #e9e8e9; padding-bottom: 10px; margin-bottom: 10px;}
.nachrichtenteaser_v3.last {border: 0;}
.nachrichtenteaser_v3 .title {font-weight: bold;}
.nachrichtenteaser_v3 .title a {color: #666666;}
.nachrichtenteaser_v3 .morelink a {font-size: 0.9rem;}

/*     --nachrichtenleser
------------------------------------------------- */
.nachrichtenleser .image_container {margin-bottom: 1rem;}
.nachrichtenleser .info {font-size: 0.7em;  border-bottom: 1px solid #ccc; margin-bottom: 2rem;}
.nachrichtenleser .info div {display: inline-block;}
.nachrichtenleser .info .dot {margin: 0 10px;}
.nachrichtenleser .back {padding-top: 10px; margin-top: 10px; border-top: 1px solid #ddd;}
.nachrichtenleser .back a {font-size: 10px; text-transform: uppercase;}
.nachrichtenleser .subheadline {display: inline-block;}
.nachrichtenleser .subheadline:before {font-family: "icons"; content: "\eb96"; display: inline-block; margin-right: 5px; font-style: normal;}

/*     --nachrichtenliste
------------------------------------------------- */
.nachrichtenliste {margin-bottom: 55px;}
.nachrichtenliste .subline {padding-left: 30px; border-left: 5px solid #F18F4E; margin-top: 20px;}
.nachrichtenliste .date, .nachrichtenliste h4 {border-top: 1px solid #ccc; padding-top: 25px;}
.nachrichtenliste .image_container {margin: 20px 0;}
.nachrichtenliste .container_left {font-size: 0.85rem; text-transform: uppercase; color: #8b8b8b;}

/*     --headerimage
------------------------------------------------- */
#header_after .headerimage_content_wrapper {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
#header_after .headerimage_content_outer {margin: 0 auto; max-width: 1290px; display: table; vertical-align: middle; height: 100%; width: 100%; padding-left: 40px; padding-right: 40px;}
#header_after .headerimage_content_inner {display: table-cell; vertical-align: middle;}
#header_after .headerimage {line-height: 21px;}
#header_after .headerimage.mittig {text-align: center;}
#header_after .headerimage.rechts {text-align: right;}
#header_after .headerimage.hell, .headerimage.hell h3, .headerimage.hell h4 {color: #fff;}
#header_after .headerimage h3 {font-size: 42px; padding: 0; margin: 0;}
#header_after .headerimage h4 {font-size: 20px; padding: 0;}
#header_after .headerimage img {width: 100%;}

/*     --blog
------------------------------------------------- */
.ce_blog {overflow: visible;}
.ce_blog .blog {margin-bottom: 20px;}
.ce_blog .blog .image_container {margin: 0}
.ce_blog .blog .image_container img {width: 100%;}
.ce_blog .blog_inside {padding: 1.5rem; background: #fff; font-size: 0.9rem; line-height: 1.6rem;}
.ce_blog .blog .comments {text-align: right;}
.ce_blog .blog .comments a:before {font-family: "icons"; content: "\e8b8"; display: inline-block; margin-right: 5px; font-style: normal;}
.ce_blog .blog .comments a, .ce_blog .blog .morelink {color: #F18F4E;}
.ce_blog .blog .info {margin-bottom: 10px; white-space: nowrap; font-size: 0.8rem; color: #A1A1A1;}
.ce_blog .blog .info span {margin-right: 5px; display: inline-block;}
.ce_blog .isotope {margin-bottom: 80px; overflow: visible!important;}
.ce_blog .pagination {position: absolute; width: 100%; bottom: -75px; left: 0;}
.ce_blog .pagination p {margin-right: 1%;}
.ce_blog .pagination ul {margin-left: 1%;}
.ce_blog .morelink a {text-transform: lowercase; color: #C0C0C0; margin-top: 10px; display: inline-block; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_blog .morelink a:hover {color: #F18F4E; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_blog .port_overlay {background: #F18F4E; position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: 200; opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.ce_blog .image_container:hover .port_overlay {opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.ce_blog .port_overlay i {position: absolute; border: 2px solid #fff; border-radius: 100%; padding: 37px; top: 50%; left: 50%; margin-left: -40px; margin-top: -40px;}
.ce_blog .port_overlay i:before {content: ''; height: 1px; background: #fff; width: 50px; position: absolute; left: 50%; top: 50%; margin-left: -25px;}
.ce_blog .port_overlay i:after {content: ''; height: 1px; background: #fff; width: 50px; position: absolute; left: 50%; top: 50%; margin-left: -25px; transform:rotate3d(0, 0, 1, 90deg); -webkit-transform: rotate3d(0, 0, 1, 90deg);}
.ce_blog .pagination {padding: 0;}

/*     --blog 1 spalte
------------------------------------------------- */
.blogwrapper_col1 .blog_inside {padding: 50px;}
.blogwrapper_col1 .comments {text-align: right;}
.blogwrapper_col1 .comments a:before {font-family: "icons"; content: "\e8b8"; display: inline-block; margin-right: 5px; font-style: normal;}
.blogwrapper_col1 .comments a, .ce_blog .blog .morelink {color: #F18F4E;}
.blogwrapper_col1 .info {margin-bottom: 10px; white-space: nowrap; font-size: 0.8rem; color: #A1A1A1;}
.blogwrapper_col1 .info span {margin-right: 5px; display: inline-block;}
.blogwrapper_col1 .image_container:after {bottom: 0; left: 70px; content: " "; height: 0; width: 0; position: absolute; margin-left: -30px; border-left: 30px solid transparent; border-top: 30px solid transparent; border-right: 30px solid transparent; border-bottom: 30px solid #fff;}
.blogwrapper_col1 .image_container a {display: inline-block; height: 100%;}
.pagination_blog .pagination {padding-left: 50px; padding-right: 50px;}

/*     --comment_default
------------------------------------------------- */
.comment_default {padding-bottom: 5px; border-bottom: 1px solid #ddd; margin-bottom: 25px;}

/*     --ce_preistabelle
------------------------------------------------- */
.ce_preistabelle .pricetable.hightlight {border: 1px solid #fefefe;}
.ce_preistabelle {text-align: center; overflow: visible; margin: 30px 0 55px 0;}
.ce_preistabelle .titel {font-weight: 300; font-size: 1.2rem; color: #fff; background: #F18F4E; padding: 35px 20px; letter-spacing: 3px; text-transform: uppercase;}
.ce_preistabelle .preiswrapper {background: #f1f1f1; padding: 25px; opacity: 0.8; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_preistabelle .preiswrapper .preis {font-size: 3rem; line-height: 3rem; font-weight: 300;}
.ce_preistabelle .preiswrapper .preis span {font-size: 1.8rem; vertical-align: top; line-height: 3rem; margin-left: -1em;}
.ce_preistabelle .preiswrapper .preiszusatz {text-transform: uppercase; font-size: 0.8em;}
.ce_preistabelle .preiswrapper .preiszusatz_2 {font-style: italic;}
.ce_preistabelle ul {padding-bottom: 20px;}
.ce_preistabelle ul li {line-height: 3.5rem; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_preistabelle ul li:hover {background: #f8f8f8; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_preistabelle ul li.durchgestrichen {text-decoration: line-through; color: rgba(0,0,0,0.4);}
.ce_preistabelle .leistungen {background: #fcfcfc; font-size: 0.9rem;}
.ce_preistabelle .highlight {box-shadow: 0 0 10px rgba(0,0,0,0.5); position: relative; z-index: 1000; margin-top: -15px;}
.ce_preistabelle .highlight .preiswrapper {opacity: 1;}
.ce_preistabelle .titel .highlight_text {font-size: 0.7rem; margin-left: 1.7rem; font-weight: bold;}
.ce_preistabelle .link {background: #F18F4E; padding: 20px 0; opacity: 0.5;}
.ce_preistabelle i:before {width: 1em!important;}
.ce_preistabelle .button {color: #fff; border-color: #fff;}
.ce_preistabelle .button:hover {background: rgba(255,255,255,0.2);}

/* col3 */
.pricetable_3col {overflow: visible;}
.pricetable_3col .pricetable {width: 33.33%; float: left;}

/* col4 */
.pricetable_4col .pricetable {width: 25%; float: left;}
.pricetable_4col .pricetable.table_1 {border-right: 1px solid #F0F0F0;}

/*     --login-form
------------------------------------------------- */
#main .mod_login table td, .mod_login table {border: 0;}
#main .mod_login {padding: 30px; border: 3px double #ddd; background: #f9f9f9; max-width: 350px; margin: 0 auto;}
#main .mod_login input {margin-bottom: 7px;}
#main .mod_login .checkbox_container {margin: 15px 0;}

/*     --ce_accordion
------------------------------------------------- */
.ce_accordion .accordion {border: 0; background: none; padding: 0;}
.ce_accordion .accordion > div {padding: 0;}
.ce_accordion .toggler {border-top: 1px solid #E5E5E5; background: none; background-image: none; box-shadow: 0 0 0 0; text-shadow: none; line-height: 30px; padding: 1rem 0; color: #505050; cursor: pointer;}
.ce_accordion .toggler:hover {color: rgba(0,0,0,0.8);}
.ce_accordion .toggler:before {display: inline-block; font-family: 'icons'; font-style: normal; font-weight: 300; font-size: 16px; line-height: 25px; height: 25px; width: 25px; text-align: center; text-decoration: inherit; border-radius: 25px; padding: 0; float: left; clear:both; margin-right: 15px; margin-top: 3px; content: '\2b';}
.ce_accordion .toggler.ui-state-active:before {content: '\2d';}
.ce_accordion .toggler:after {display: none;}

/*     --pagination
------------------------------------------------- */
.pagination {clear: both; padding-top: 5px; margin-top: 10px; white-space: nowrap;}
.pagination ul {padding: 0; float: left;}
.pagination p {float: right; display: inline-block; line-height: 3rem;}
.pagination li {background: none; padding: 0; margin: 0 2px 0 0; float: left; list-style-type: none;}
.pagination li:before, .pagination li a:before {content: '';}
.pagination li a,
.pagination li span {min-width: 2rem; line-height: 2rem; display: inline-block; text-align: center;}
.pagination li span.current {background: #F18F4E; color: white;}
.pagination li a:hover {color: #F18F4E;}
.pagination li a.next:after {font-family: "icons"; content: "\e75e"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-left: 10px; line-height: 10px;}

/*     --serviceboxes
------------------------------------------------- */
.servicebox {font-size: 0.87em; line-height: 1.8em; text-align: center;}
.servicebox h4 {font-size: 24px;}
.servicebox a {color: #C0C0C0; margin-top: 10px; display: inline-block; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.servicebox a:hover {color: #F18F4E; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.servicebox[class^="icon-"]:before,
.servicebox[class*="icon-"]:before {margin-right: 0; font-size: 45px; line-height: 45px; background: #6D6E6F; padding: 40px; color: #fff; border-radius: 100%; margin-bottom: 20px;}
.servicebox.color_gray:before {background-color: #6d6e6f;}
.servicebox.color_green:before {background-color: #abe2ec;}
.servicebox.color_red:before {background-color: #ff9999;}
.servicebox.color_yellow:before {background-color: #ffdc73;}
.servicebox.color_turquoise:before {background-color: #82b7ab;}
.servicebox.color_accent:before {background-color: #F18F4E;}
.servicebox:hover:before {box-shadow: inset 0 0  0 10px rgba(0,0,0,0.1);}
.servicebox:before {box-shadow: inset 0 0  0 0px rgba(0,0,0,0.1); -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}

.servicebox_2 {position: relative; padding-left: 50px; text-align: left!important;}
.servicebox_2[class^="icon-"]:before,
.servicebox_2[class*="icon-"]:before {font-size: 35px; margin-right: 15px; color: #F18F4E; position: absolute; left: 0; top: 0; line-height: 35px;}
.servicebox_2 h1, .servicebox_2 h2, .servicebox_2 h3, .servicebox_2 h4, .servicebox_2 h5, .servicebox_2 h6 {padding: 0; color: #F18F4E;}
.servicebox_2 a {text-decoration: underline;}
.servicebox_2.iconright{text-align: right!important; padding-left: 0; padding-right: 70px;}
.servicebox_2.iconright:before, .servicebox_2.iconright .ce_image {left: auto; right: 0;}
.servicebox_2.color_gray h6 {color: #6d6e6f;}
.servicebox_2.color_gray:before {color: #e1e1e1;}
.servicebox_2.color_green:before, .servicebox_2.color_green h6 {color: #abe2ec;}
.servicebox_2.color_red:before, .servicebox_2.color_red h6 {color: #ff9999;}
.servicebox_2.color_yellow:before, .servicebox_2.color_yellow h6 {color: #ffdc73;}
.servicebox_2.color_turquoise:before, .servicebox_2.color_turquoise h6 {color: #82b7ab;}

/* image */
.servicebox_2 .ce_image {position: absolute; left: 0px; top: 0; width: 35px;}
.servicebox_2 .ce_image img {width: 35px!important; height: auto;}

.servicebox_3 {position: relative; padding-left: 5rem; text-align: left!important; font-size: 0.87rem; line-height: 1.8rem;}
.servicebox_3[class^="icon-"]:before,
.servicebox_3[class*="icon-"]:before {font-size: 28px; margin-right: 15px; position: absolute; left: 0; top: 0; line-height: 28px; background: #F18F4E; padding: 1rem; color: #fff; border-radius: 100%;}
.servicebox_3 h1, .servicebox_3 h2, .servicebox_3 h3, .servicebox_3 h4, .servicebox_3 h5, .servicebox_3 h6 {padding: 0;}
.servicebox_3 a {text-decoration: underline;}
.servicebox_3.color_gray:before {background-color: #6d6e6f;}
.servicebox_3.color_green:before {background-color: #abe2ec;}
.servicebox_3.color_red:before {background-color: #ff9999;}
.servicebox_3.color_yellow:before {background-color: #ffdc73;}
.servicebox_3.color_turquoise:before {background-color: #82b7ab;}

/* image */
.servicebox_3 .ce_image {position: absolute; left: 0px; top: 0; width: 60px;}
.servicebox_3 .ce_image img {width: 60px!important; height: auto; border-radius: 100%;}

.servicebox_4 {border-top: 3px double #393939; padding-top: 10px; text-align: left!important;}
.servicebox_4:before {display: none!important;}
.servicebox_4:hover {border-color: #F18F4E;}
.servicebox_4 .ce_image {display: none;}

/*     --colorbox
------------------------------------------------- */
.ce_colorbox {padding: 0!important;}
.colorbox {position: relative; padding-left: 50px; text-align: left!important; padding: 40px;}
.colorbox h6[class*="icon-"]:before {font-size: 38px; margin-right: 15px; line-height: 50px; position: absolute; left: 0; top: 50%; margin-top: -25px;}
.colorbox h6 {padding: 0; font-weight: bold; margin-bottom: 25px; display: inline-block; position: relative;}
.colorbox h6[class*="icon-"] span {padding-left: 65px; display: inline-block;}
.colorbox a {text-decoration: underline;}
.colorbox.light, .colorbox.light h6, .colorbox.light a, .colorbox.light .colorbox_content[class^="icon-"] h6:before {color: #fff;}
.colorbox.dark, .colorbox.dark h6, .colorbox.dark a, .colorbox.dark .colorbox_content[class^="icon-"] h6:before {color: #555;}
.colorbox:hover {opacity: 0.9;}
.colorbox {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}

/*     --portfolioliste
-------------------------------------------------*/
.isotope {margin: 0 -1%;}
.isotope .block.one_fourth {width: 24.9%;}
.isotope .block.one_third {width: 33.3%;}
.portfolioliste {margin-bottom: 20px;}
.portfolioliste .content {background: #fff; padding: 20px; position: relative; top: -1px;}
.portfolioliste .content .title {text-transform: uppercase; letter-spacing: 2px;}
.portfolioliste .content .subline {color: #ACACAF; font-size: 0.7em; letter-spacing: 3px; text-transform: uppercase;}
.portfolioliste .image_container {margin: 0; position: relative;}
.portfolioliste .port_overlay {background: #F18F4E; position: absolute; height: 100%; width: 100%; left: 0; top: 0; z-index: 200; opacity: 0; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.portfolioliste .image_container:hover .port_overlay {opacity: 1; -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.portfolioliste .port_overlay i {position: absolute; border: 2px solid #fff; border-radius: 100%; padding: 37px; top: 50%; left: 50%; margin-left: -40px; margin-top: -40px;}
.portfolioliste .port_overlay i:before {content: ''; height: 1px; background: #fff; width: 50px; position: absolute; left: 50%; top: 50%; margin-left: -25px;}
.portfolioliste .port_overlay i:after {content: ''; height: 1px; background: #fff; width: 50px; position: absolute; left: 50%; top: 50%; margin-left: -25px; transform:rotate3d(0, 0, 1, 90deg); -webkit-transform: rotate3d(0, 0, 1, 90deg);}

/*     --portfoliodetails
-------------------------------------------------*/
.ce_portfolio-details span {font-weight: bold; display: block;}
.ce_portfolio-details .kunde, .ce_portfolio-details .aufgabe, .ce_portfolio-details .verantwortlich {border-bottom: 1px solid #E0E3E6; padding-bottom: 10px; margin-bottom: 10px;}
.ce_portfolio-details .beschreibung {margin-top: 35px; margin-bottom: 25px;}
.ce_portfolio-details li {margin-bottom: 5px;}
.ce_portfolio-details .link {text-align: right; margin-top: 35px; border-top: 2px solid #E0E3E6; padding-top: 15px;}

/*     --portfoliofilter
------------------------------------------------- */
.filter {overflow: hidden; margin-left: 0; width:100%; position:relative; display: inline-block; text-align: left; margin-bottom: 35px;}
.filter li {display: inline-block; cursor: pointer; margin-right: 3px;}
.filter li a {display: inline-block; white-space: nowrap; padding: 4px 17px; font-size: 0.9rem; border-left: 1px solid #e5e5e5; line-height: 14px; color: #999999;}
.filter li a.selected, .filter li a:hover {color: #393939;}
.filter .all {border: 0;}
.filter.center {text-align: center;}
.filter.right {text-align: right;}

/*     --jquery tools - tabs
------------------------------------------------- */
.tabwrapper {overflow: hidden; margin-bottom: 35px;}

.tabs.horizontal, .panes.horizontal {float: none; overflow: hidden;}
.tabs.horizontal {margin-bottom: -1px;}
.panes.horizontal {background: #fff; padding: 20px;}
.tabs.horizontal ul {float: left; list-style: none outside none; margin: 0; padding: 0; width: 100%;}
.tabs.horizontal ul li {float: left; padding: 0; list-style: none;}
.tabs.horizontal ul li a {background: #fff; float: left; line-height: 30px; margin: 0 3px 0 0; overflow: hidden; padding: 14px 30px 14px; position: relative; top: -2px;}
.tabs.horizontal ul li a.current {background: #fff; font-weight: bold; top: 0;}

.tabs.horizontal_clean ul {margin-bottom: 35px; overflow: hidden;}
.tabs.horizontal_clean li {float: left;}
.tabs.horizontal_clean li a {font-size: 16px; padding: 20px 0; text-align: center; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; display: block;}
.tabs.horizontal_clean li a {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.tabs.horizontal_clean li:first-child a {border-left: 0;}
.tabs.horizontal_clean ul li a:hover, .tabs.horizontal_clean ul li a.current {background: #F18F4E; color: #fff; font-weight: inherit;}
.tabs.horizontal_clean li.tab_two {width: 50%;}
.tabs.horizontal_clean li.tab_three {width: 33.33%;}
.tabs.horizontal_clean li.tab_fourth {width: 25%;}
.tabs.horizontal_clean li.tab_fifth {width: 20%;}
.tabs.horizontal_clean li.tab_sixth {width: 16.66%;}
.tabs.horizontal_clean li.tab_more_sixth a {padding-left: 20px; padding-right: 20px;}

.tabs.vertikal {width: 30%;}
.tabs.vertikal, .panes.vertikal {float: left;}
.panes.vertikal {padding-left: 3rem; width: 70%;}
.tabs.vertikal ul li a, .tabs.vertical ul li {width:100%;}
.tabs.vertikal ul li a {display: block; padding: 12px 16px;}
.tabs.vertikal ul li a:hover, .tabs.vertikal ul li a.current {font-weight: bold;}
.panes.vertikal {border-left: 1px solid #e1e1e1;}
.tabs.vertikal ul li a {border-bottom: 1px solid #e1e1e1;}

.tabs.vertikal_2 {width: 30%; float: right}
.panes.vertikal_2 {float: left;}
.panes.vertikal_2 {padding-right: 3rem; width: 70%;}
.tabs.vertikal_2 ul li a, .tabs.vertical ul li {width:100%;}
.tabs.vertikal_2 ul li a {display: block; padding: 12px 16px;}
.panes.vertikal_2 {border-right: 1px solid #e1e1e1;}

.tabs ul li a:hover, .tabs.vertikal ul li a.current, .tabs.vertikal_2 ul li a.current {font-weight: bold; position: relative; z-index: 100;}

/*     --jquery tools - tooltip
------------------------------------------------- */
.tooltip {display:none; background: #666666; padding: 5px; z-index: 100; margin-bottom: 15px; position: relative; color: #fff; max-width: 100px; font-size: 0.7rem; line-height: 1.3rem;}
.tooltip:after {background: #666666; border: 1px solid; border-color: #666666 transparent transparent #666666; content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: -4px; left: 50%; margin-left: -4px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}

/*     --charts
------------------------------------------------- */
.customelement_layout_charts {text-align: center; position: relative;}
.customelement_layout_charts .chart {position: relative; height: 180px; margin-bottom: 15px;}
.customelement_layout_charts span.prozent {font-size: 2rem; position: absolute; top: 50%; left: 0; text-align: center; display: block; width: 100%; margin-top: -1rem; line-height: 2rem; color: #F18F4E; font-weight: bold;}
.customelement_layout_charts .title {letter-spacing: 3px; text-transform: uppercase;}
.customelement_layout_charts .subline {font-size: 0.9em; font-style: italic;}
.customelement_layout_charts .text {color: rgba(0,0,0,0.5); line-height: 21px;}

/*     --parallax background
------------------------------------------------- */
.parallax-bg {background-attachment:fixed; background-position: 50% 0; background-size: cover; position: relative; overflow: hidden; min-height: 50px;}
.parallax-bg-inside {max-width: 1290px; margin: 0 auto; padding: 40px;}
.parallax-bg.invert, .parallax-bg.invert .filter li a, .parallax-bg.invert h1, .parallax-bg.invert h2, .parallax-bg.invert h3, .parallax-bg.invert h4, .parallax-bg.invert h5, .parallax-bg.invert h6 {color: #fff!important;}
.parallax-bg.nopadding-top .parallax-bg-inside {padding-top: 0;}
.parallax-bg.nopadding-bottom .parallax-bg-inside {padding-bottom: 0;}
.parallax-bg .image_container {margin-bottom: 0;}
.parallax-bg .content_boxed {max-width: 1290px; padding-left: 40px; padding-right: 40px; margin-left: auto; margin-right: auto;}

/*     --backgroundvideo
------------------------------------------------- */
.backgroundvideo {background-size:cover;}
.backgroundvideo_content_wrapper {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.backgroundvideo_content_wrapper.youtube {position: relative; display: table;}
.backgroundvideo {position: relative; line-height: 0;}
.backgroundvideo p {line-height: 1.6em; font-size: 1.3em;}
.backgroundvideo.mittig {text-align: center;}
.backgroundvideo.rechts {text-align: right;}
.backgroundvideo.hell, .backgroundvideo.hell h1, .backgroundvideo.hell h2, .backgroundvideo.hell h3, .backgroundvideo.hell h4, .backgroundvideo.hell h5, .backgroundvideo.hell h6 {color: #fff!important;}
.backgroundvideo video {width: 100%;}
.backgroundvideo.overlay .backgroundvideo_content_wrapper {background: #F18F4E; opacity: 0.8;}
.backgroundvideo .button {background: #76BFC0; margin-top: 25px;}
.backgroundvideo .mobile_poster {display: none;}
.backgroundvideo .content_boxed {display: table-cell; vertical-align: middle;}
.backgroundvideo_maxwidth {max-width: 1290px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px;}
.backgroundvideo .backgroundvideo_content_wrapper_inside {display: table; height: 100%; width: 100%;}
.backgroundvideo .youtube .backgroundvideo_content_wrapper_inside {display: table-cell; line-height: 24px;}
.backgroundvideo .backgroundvideo_content_wrapper_inner {display: table-cell; vertical-align: middle;}
.backgroundvideo.overlay {color: #fff;}
.backgroundvideo.overlay .customelement_layout_charts span.prozent {color: #fff;}

/* backgroundvideo in slider */
#slider .backgroundvideo_content_inner {padding: 0;}

/* vidscroller */
#vidscroller {position: relative; width: 32px; height: 46px;  border: 2px solid #fff; border-radius: 15px; position: absolute; bottom: 30px; margin: 0 auto; left: 0; right: 0; z-index: 1000;}
#vidscroller .wheel {display: block; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; margin-left: auto;  margin-right: auto; margin-top: 6px; left: 0; right: 0; -webkit-animation: mousewheel 1.7s infinite ease; animation: mousewheel 1.7s infinite ease;}
@keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}
@-webkit-keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}

/*     --mod_subscribe
------------------------------------------------- */
.mod_subscribe table td,
.mod_subscribe table {border: 0;}
.mod_subscribe label {display: none;}
.mod_subscribe input.submit:hover {opacity: 0.9;}
.mod_subscribe input.submit {margin-top: 10px; width: auto; padding: 20px 25px;}

/*     --mod_calendar
------------------------------------------------- */
.mod_calendar table {border-bottom: 1px solid #B9BCBE;}
.mod_calendar td {line-height: 1.3rem; font-size: 0.8rem; display: table-cell; vertical-align: top;}
.mod_calendar td.col_first {border-left: 1px solid #B9BCBE;}
.mod_calendar th.label {border-bottom: 1px solid #B9BCBE; padding: 10px 0;}
.mod_calendar th.head {padding: 0;}
.mod_calendar .header {font-size: 1rem;}
.mod_calendar th.previous a, .mod_calendar th.next a {padding: 3px; border: 1px solid #b9bcbe; background: #ededed; display: inline-block; white-space: nowrap;}
.mod_calendar th.previous a:hover, .mod_calendar th.next a:hover {border-color: #84898d !important;}
.mod_calendar th.previous a:after, .mod_calendar th.previous a:before, .mod_calendar th.next a:after, .mod_calendar th.next a:before {display: none;}
.mod_calendar th.current {text-align: center;}
.mod_calendar th.next {text-align: right;}
.mod_calendar th.previous {text-align: left;}
.mod_calendar th.label {text-align: center;}
.mod_calendar td {width: 14.28%; border-right: 1px solid #b9bcbe; background: #eaeaea; padding-left: 10px;}
.mod_calendar td.empty, .mod_calendar td:hover {background: #fff;}
.mod_calendar td.today { color: white !important; background: #969696; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;}
.mod_calendar td.today a {color: white !important;}
.mod_calendar th.current:before {font-family: "icons"; content: "\1f4c5"; text-indent: 0; display: inline-block; position: relative; top: -1px;	left: 0; margin-right: 5px;}

/*     --mod_eventreader
------------------------------------------------- */
.mod_eventreader .info:before {font-family: "icons"; content: "\1f4c5"; text-indent: 0; display: inline-block; position: relative; top: -1px; left: 0; margin-right: 5px;}

/*     --mod_eventlist
------------------------------------------------- */
.mod_eventlist .event {margin-bottom: 25px;}
.mod_eventlist h2 {margin-bottom: 5px;}
.mod_eventlist p.time, .event_img p.time {border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; padding: 3px 0;}
.mod_eventlist p.time:before, .event_img p.time:before {font-family: "icons"; content: "\e91a"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}

/*     --mod_sitemap
------------------------------------------------- */
.mod_sitemap ul ul {margin: 8px 0 20px 15px;}
.mod_sitemap ul li {border-bottom: 1px dashed #ddd; padding-bottom: 15px; margin-bottom: 15px; font-weight: normal;}
.mod_sitemap ul li ul li {border: 0; padding-bottom: 0px; margin-bottom: 3px;}
.mod_sitemap li:before {font-family: "icons"; content: '\25b8'; margin-right: 5px;}
.mod_sitemap li.submenu {font-weight: bold;}
.mod_sitemap li.submenu:before {font-family: "icons"; content: '\e824'; margin-right: 5px;}
.mod_sitemap li a:before {content: '';}

/*     --mod_faqlist
------------------------------------------------- */
.mod_faqpage {counter-reset: mod_faqpage;}
.mod_faqpage h2 {margin-bottom: 20px;}
.mod_faqpage section h3::before {counter-increment: mod_faqpage; content: counter(mod_faqpage, decimal); display: inline-block; width: 1.2em; margin-right: 0.5em; padding: 0.1em; color: white; text-align: center; background: #F18F4E; line-height: 1.2em;}
.mod_faqpage section {margin-bottom: 35px; padding: 30px; background: #fff;}
.mod_faqpage .info {font-size: 0.8rem; color: #A1A1A1;}
.mod_faqpage .info:before {font-family: "icons"; content: "\e82f"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}
.mod_faqpage .toplink {border-bottom: 1px solid #ddd;}
.mod_faqpage .toplink:before {font-family: "icons"; content: "\e911"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}

/*     --mod_registration
------------------------------------------------- */

.mod_registration .submit_container {width: 100%; margin-top: 0px;}
.mod_registration .captcha_text {display: block;color: red; font-size: 14px; margin-top: 5px; margin-bottom: 15px;}
.mod_registration p.error {margin-left: 40%; clear: both;}
.mod_registration input.captcha {width: 50%;}
.mod_registration label {display: block;}

/*     --mod_search
------------------------------------------------- */
.mod_search input:not(.captcha) {width: 45%; float: left;}
.mod_search input[type="search"] {-webkit-appearance: none!important; border-radius: 0!important;}
.mod_search .even, .mod_search .odd {padding-bottom: 15px; border-bottom: 1px solid #ddd; margin-bottom: 15px;}
.mod_search .relevance {float: right; font-size: 12px;}
.mod_search .submit:before {font-size: 2rem; font-family: 'icons';  font-style: normal;  font-weight: normal;  speak: none;  display: inline-block;  text-decoration: inherit;  width: 1em; text-align: center; content: '\e92a';}
.mod_search .submit {width: auto!important; margin-bottom: 0; border: 0; padding: 18px; font-size: 1em; margin-left: 15px;}
.mod_search .header {clear: both;}

/*     --mod_nl_reader
------------------------------------------------- */
.mod_nl_reader #container, body.dark, body.dark .mod_nl_reader #container {background: #fff;}
.mod_nl_reader table {border: 0!important;}
.mod_nl_reader table td {padding: 0; border: 0!important;}

/*     --mod_nl_list
------------------------------------------------- */
.mod_nl_list li {border-bottom: 1px solid #ededed; padding: 15px 0;}
.mod_nl_list li a {margin-left: 40px;}

/*     --404 page
------------------------------------------------- */
#page-404 h1 {font-size: 120px; text-align: center; text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF; color: #ccc; border: 0; margin: 0;}
#page-404 p {text-transform: uppercase; font-size: 20px; text-align: center;}
#page-404 p a {text-transform: none; margin: 0;}

/*     --ce_downloads
------------------------------------------------- */
.ce_downloads li {border-bottom: 1px dotted #ccc; padding: 8px 0;}
.ce_downloads img {margin-right: 10px; vertical-align: middle;}
.ce_downloads li span {font-style: italic; font-size: 10px;}

/*     --ce_download
------------------------------------------------- */
.ce_download {background: #393939; color: #fff; padding: 10px; position: relative; padding: 30px 0; max-width: 450px;}
.ce_download h1, .ce_download h2, .ce_download h3, .ce_download h4, .ce_download h5, .ce_download h6, .ce_download a {color: #fff; padding-left: 150px;}
.ce_download img {display: none;}
.ce_download a:after{font-family: "icons"; content: "\ecb8"; text-indent: 0; display: inline-block; position: absolute; top: 50%; left: 50px; font-size: 64px; margin-top: -32px; line-height: 64px;}
.ce_download a {display: block;}

/*     --content-box
------------------------------------------------- */
.content-box-d {padding: 30px 20px 20px 20px; background: #E0F1B5; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #4F5F39; text-align: center; font-size: 16px;}
.content-box-e {padding: 30px 20px 20px 20px; background: #F5F6FC; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #4671A3; text-align: center; font-size: 16px;}
.content-box-f {padding: 30px 20px 20px 20px; background: #FFF8F4; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #AF2C20; text-align: center; font-size: 16px;}
.content-box-g {padding: 30px 20px 20px 20px; background: #FFFDF3; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #C96D11; text-align: center; font-size: 16px;}
.content-box-h {padding: 30px 20px 20px 20px; background: #f8f8f8; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #444; text-align: center; font-size: 16px;}
.content-box-i {padding: 30px 20px 20px 20px; background: #333; color: #fff; text-align: center; font-size: 16px; font-weight: bold;}

/* =============================================================================
 * --forms
 * ========================================================================== */

/*     --hide br
------------------------------------------------- */
form br {display: none;}

/*     --input-wrapper
------------------------------------------------- */
.input-wrapper {margin-bottom: 2rem; position: relative;}
.input-wrapper * {width: 99.9%; margin-left: 0!important;}
.ce_form .full {width: 99.9%;}

/*     --fieldset+legend
------------------------------------------------- */
fieldset {border: 1px solid #ccc; padding: 0.5em; margin-bottom: 2rem;}
legend {display: none;}

/*     --input, select, textarea
------------------------------------------------- */
input, select, textarea {font-size: 1.2rem; width: 100%; padding: 20px; margin: 0; color: #585858; background: rgba(238, 238, 238, 0.4); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: Arial, sans-serif;}
input[type="search"] {-webkit-appearance: none; border-radius: 0!important;}
select {height: 54px; font-size: 0.8rem; padding: 20px; border-radius: 0; -webkit-appearance:none;}
textarea {height: 200px; min-height: 80px; -webkit-appearance:none;}
.input-wrapper-inside[class^="icon-"] span, .input-wrapper-inside[class*="icon-"] span {}
*::-webkit-input-placeholder {color: #585858;}
*:-moz-placeholder {color: #585858;}
*::-moz-placeholder {color: #585858;}
*:-ms-input-placeholder {color: #585858;}

/*     --radio-buttons
------------------------------------------------- */
.radio_container {margin-top: 1px;}
.radio_container legend span {margin-bottom: 5px; display: inline!important;}
.radio_container label {float: none;}
.radio_container input {width: 20px; padding: 0; box-shadow: none; -webkit-box-shadow: none; border-radius: 100%;}
.radio_container legend {display: block; overflow: hidden;}
.radio_container span {display: block;}
.radio_container.horizontal span {display: inline-block; margin-right: 15px;}

/*     --checkboxes
------------------------------------------------- */
.checkbox_container {margin-top: 1px;}
.checkbox_container legend span {margin-bottom: 5px; display: inline!important;}
.checkbox_container label {float: none;}
.checkbox_container input {width: 20px!important; padding: 0; box-shadow: none; -webkit-box-shadow: none;}
.checkbox_container legend {display: block; overflow: hidden;}
.checkbox_container span {display: block;}
.checkbox_container.horizontal span {display: inline-block; margin-right: 15px;}

/*     --submit-button
------------------------------------------------- */
.submit_container input {width: auto!important;}
.submit {-webkit-appearance:none; -webkit-box-shadow: none; box-shadow: none; border: 0;}
input[type="submit"], input.submit {border-radius: 5px; font-family: Arial, sans-serif; font-weight: 500; padding: 20px 13px; text-align: center; display: inline-block; margin-bottom: 4px; background: #F18F4E; color: #fff; white-space:nowrap; font-size: 0.8em; cursor: pointer;}
input[type="submit"], input.submit {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
input[type="submit"]:hover, input.submit:hover {opacity: 0.9; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}

/*     --errors
------------------------------------------------- */
label.error {color: red;}
input.error {border: 1px solid red;}
p.error {color: red; clear: both;}

/*     --captcha
------------------------------------------------- */
.ce_form .captcha {width: 20%; background: #fff; padding: 10px;}
.ce_form .captcha-container label {width: 100%; display: block;}
.ce_form .captcha_text {display: block; margin-top: 10px;}
.ce_form .captcha-container {padding: 2%; margin-bottom: 2rem; background: #393939; color: #fff;}

/*     --jquery tools - datepicker
------------------------------------------------- */
input.date {cursor: pointer; background-position: 97% center; background-repeat: no-repeat;}
input.date {background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI5LjIzNnB4IiBoZWlnaHQ9IjI4LjEzOXB4IiB2aWV3Qm94PSIwIDAgMjkuMjM2IDI4LjEzOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuMjM2IDI4LjEzOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzk5OTk5OSIgZD0iTTkuOTAyLDIxLjA2aDAuNDA4di0xLjQ1OWgyLjUyOHYxLjQ1OWgwLjQwOHYtMS40NTloMi42NDZ2MS40NTloMC40MDl2LTEuNDU5aDIuODE1djEuNDU5aDAuNDA4di0xLjQ1OWgyLjM0MnYtMC40MDhoLTIuMzQydi0yLjY0NmgyLjM0MnYtMC40MDhoLTIuMzQydi0yLjQxMmgyLjM0MlYxMy4zMmgtMi4zNDJ2LTEuNjI4aC0wLjQwOHYxLjYyOGgtMi44MTV2LTEuNjI4aC0wLjQwOXYxLjYyOGgtMi42NDZ2LTEuNjI4aC0wLjQwOHYxLjYyOGgtMi41Mjh2LTEuNjI4SDkuOTAydjEuNjI4SDcuMjA0djAuNDA3aDIuNjk4djIuNDEySDcuMjA0djAuNDA4aDIuNjk4djIuNjQ2SDcuMjA0djAuNDA4aDIuNjk4VjIxLjA2eiBNMTMuMjQ1LDE5LjE5M3YtMi42NDZoMi42NDd2Mi42NDZIMTMuMjQ1eiBNMTkuMTE2LDE5LjE5M2gtMi44MTV2LTIuNjQ2aDIuODE1VjE5LjE5M3ogTTE5LjExNiwxMy43Mjd2Mi40MTJoLTIuODE1di0yLjQxMkgxOS4xMTZMMTkuMTE2LDEzLjcyN3ogTTE1Ljg5MiwxMy43Mjd2Mi40MTJoLTIuNjQ2di0yLjQxMkgxNS44OTJMMTUuODkyLDEzLjcyN3ogTTEwLjMwOSwxMy43MjdoMi41Mjd2Mi40MTJoLTIuNTI3VjEzLjcyN3ogTTEwLjMwOSwxNi41NDdoMi41Mjd2Mi42NDZoLTIuNTI3VjE2LjU0N3oiLz48cGF0aCBmaWxsPSIjOTk5OTk5IiBkPSJNMjQuNjUsNS43NjlsLTIuODI4LDAuMDAybC0wLjQxNCwwLjAwMXYxLjY3OGMwLDAuNDQ3LTAuMzY1LDAuODEzLTAuODE0LDAuODEzaC0wLjk1MWMtMC40NDksMC0wLjgxMi0wLjM2NS0wLjgxMi0wLjgxM1Y1Ljc3NmwtMS4wODYsMC4wMDF2MS42NzRjMCwwLjQ0Ny0wLjM2NiwwLjgxMy0wLjgxNiwwLjgxM2gtMC45NTFjLTAuNDQ4LDAtMC44MTMtMC4zNjUtMC44MTMtMC44MTNWNS43NzhMMTQuMDEsNS43ODF2MS42NzFjMCwwLjQ0Ny0wLjM2NiwwLjgxMy0wLjgxNCwwLjgxM2gtMC45NTNjLTAuNDQ3LDAtMC44MTMtMC4zNjUtMC44MTMtMC44MTNWNS43ODNoLTEuMTg3djEuNjY4YzAsMC40NDctMC4zNjYsMC44MTMtMC44MTQsMC44MTNIOC40NzdjLTAuNDQ5LDAtMC44MTQtMC4zNjUtMC44MTQtMC44MTNWNS43ODZMNC42MzYsNS43ODlWMjMuNzFoMS40MzJoMTcuMTczbDEuNDMtMC4wMDRMMjQuNjUsNS43Njl6IE0yMy4yNDEsMjIuMjg0SDYuMDY5di0xMS40NWgxNy4xNzNWMjIuMjg0eiIvPjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik04LjQ3Nyw3LjY4N2gwLjk1MmMwLjExMSwwLDAuMjAzLTAuMDkxLDAuMjAzLTAuMjA0VjQuNjMzYzAtMC4xMTMtMC4wOTEtMC4yMDQtMC4yMDMtMC4yMDRIOC40NzdjLTAuMTEzLDAtMC4yMDQsMC4wOS0wLjIwNCwwLjIwNHYyLjg1MUM4LjI3Myw3LjU5Niw4LjM2NCw3LjY4Nyw4LjQ3Nyw3LjY4N3oiLz48cGF0aCBmaWxsPSIjOTk5OTk5IiBkPSJNMTIuMjQzLDcuNjg3aDAuOTUzYzAuMTEyLDAsMC4yMDMtMC4wOTEsMC4yMDMtMC4yMDRWNC42MzNjMC0wLjExMy0wLjA5Mi0wLjIwNC0wLjIwNS0wLjIwNGgtMC45NTJjLTAuMTEyLDAtMC4yMDMsMC4wOS0wLjIwMywwLjIwNHYyLjg1MUMxMi4wNCw3LjU5NiwxMi4xMzIsNy42ODcsMTIuMjQzLDcuNjg3eiIvPjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik0xNS45NzYsNy42ODdoMC45NTFjMC4xMTQsMCwwLjIwNS0wLjA5MSwwLjIwNS0wLjIwNFY0LjYzM2MwLTAuMTEzLTAuMDkxLTAuMjA0LTAuMjA1LTAuMjA0aC0wLjk1MWMtMC4xMTEsMC0wLjIwMywwLjA5LTAuMjAzLDAuMjA0djIuODUxQzE1Ljc3Myw3LjU5NiwxNS44NjUsNy42ODcsMTUuOTc2LDcuNjg3eiIvPjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik0xOS42NDIsNy42ODdoMC45NTFjMC4xMTMsMCwwLjIwMy0wLjA5MSwwLjIwMy0wLjIwNFY0LjYzM2MwLTAuMTEzLTAuMDktMC4yMDQtMC4yMDMtMC4yMDRoLTAuOTUxYy0wLjExMSwwLTAuMjAzLDAuMDktMC4yMDMsMC4yMDR2Mi44NTFDMTkuNDQsNy41OTYsMTkuNTMxLDcuNjg3LDE5LjY0Miw3LjY4N3oiLz48L2c+PC9zdmc+);}
#calroot {z-index:10000; margin-top:-1px; width:214px; padding:2px; background-color:#fff; font-size:14px; border:1px solid #ccc;}
#calhead {padding:2px 0; height:22px}
#caltitle{font-size:14px; color:#515347; float:left; text-align:center; width:155px; line-height:20px; text-shadow:0 1px 0 #ddd}
#calnext,#calprev {display:block; width:20px; height:20px; background:transparent url('data:image/gif;base64,R0lGODlhDgAOAOZHAPPz8/Hx8fz8/Pn5+fLy8m5ubvDw8KKiomlpacLCwtvb2+Li4sPDw7i4uG9vb6ampmhoaGpqamxsbIuLi3p6eo+Pj8DAwMXFxZaWlv///4aGhp6enubm5tjY2L+/v9PT02VlZX19fdXV1crKyqGhoenp6erq6t7e3nd3d8TExMbGxpGRkc3Nzd3d3bm5uYWFhaCgoGtra/39/eDg4LCwsG1tbXBwcMHBwfX19cjIyOPj43t7e6ysrP7+/vv7+/b29vr6+vf39/j4+PT09O/v72dnZ2ZmZv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjlGMTEzQTlCMDdFMzExRTNBMjM1RUM0OTBBREJCNTY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjlGMTEzQTlDMDdFMzExRTNBMjM1RUM0OTBBREJCNTY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUE5QzFFMzYwN0Q4MTFFM0EyMzVFQzQ5MEFEQkI1NjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OUYxMTNBOUEwN0UzMTFFM0EyMzVFQzQ5MEFEQkI1NjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAABHACwAAAAADgAOAAAHo4BHgkRDQkBAQQCCi0cEAhw0FSsJAQNEiwQ9DQhGRkVFKCI+l0QCDZ5FBSMeRQ4KQkdDCxKeBSo9FzFGLz8GAy6eNQwZFhGfRTpDPg9GEDc9OcbHLD8+PM0PQTMUqEYfP0IMnkYHPgs7nwgmAARDIagHMi0FIDBAlwMdNuMkGEYaAXAMAnJigoRPDjYACMKISJAeChKkKCFgCKNFAcAJGWKAUSAAOw==') no-repeat scroll center center; float:left; cursor:pointer;}
#calnext {background-image: url('data:image/gif;base64,R0lGODlhDgAOAOZHAPPz8/Hx8fz8/Pn5+fLy8m5ubvDw8KKiomlpacLCwtvb2+Li4sPDw7i4uG9vb6ampmhoaGpqamxsbIuLi3p6eo+Pj8DAwMXFxZaWlv///4aGhp6enubm5tjY2L+/v9PT02VlZX19fdXV1crKyqGhoenp6erq6t7e3nd3d8TExMbGxpGRkc3Nzd3d3bm5uYWFhaCgoGtra/39/eDg4LCwsG1tbXBwcMHBwfX19cjIyOPj43t7e6ysrP7+/vv7+/b29vr6+vf39/j4+PT09O/v72dnZ2ZmZv///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVBOUMxRTM0MDdEODExRTNBMjM1RUM0OTBBREJCNTY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVBOUMxRTM1MDdEODExRTNBMjM1RUM0OTBBREJCNTY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUE5QzFFMzIwN0Q4MTFFM0EyMzVFQzQ5MEFEQkI1NjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUE5QzFFMzMwN0Q4MTFFM0EyMzVFQzQ5MEFEQkI1NjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAABHACwAAAAADgAOAAAHpoBHgkcGQ0JCPwGDi0MCJSkJCj1BRItBABsORUUSEydAlUc4ARpGGCRGRUY2HQNHREAwIAUtMgebRiFDBAAmCJs7Cz4HqUYMiB+pqhQzQQ8QRjw+PyybmxE5PTfQDz5DOtYRFhkMNaouAwY/L0YxFz0qBaoSC0NHQgqaHiPyqg0ClYj4EIEClxEEDXoQGERkQIAEKyrQ4CBg4aIjAIIAASJkSKgjgQAAOw=='); float:right}
#calnext.caldisabled,#calprev.caldisabled {visibility:hidden}
#caltitle select {font-size:10px}
#caldays {height:20px;}
#caldays span {display:block;float:left;width:28px;text-align:center}
#calweeks {background-color:#fff;margin-top:4px}
.calweek {clear:left;height:22px}
.calweek a {display:block; float:left; width:27px; padding: 4px; height:auto; text-decoration:none; font-size:11px; margin-left:1px; text-align:center; line-height:1.3rem; color:#666; font-size: 14px;}
.calfocus,.calweek a:hover {background-color:#ddd}
a.calsun {color:red}
a.caloff {color:#ccc}
a.caloff:hover {background-color:#f5f5fa}
a.caldisabled {background-color:#efefef!important; color:#ccc!important; cursor:default}
#calcurrent {background-color:#515347; color:#fff}
#caltoday {background-color:#333; color:#fff}


/* =============================================================================
 * media-queries
 * ========================================================================== */

/*     --small desktop
------------------------------------------------- */
@media only screen and (min-width: 990px) and (max-width: 1245px) {

	/* metaheader */
	.metaheader {padding-left: 10px;}

	/* mainmenu paddings */
	nav.mainmenu ul li a {padding-left: 10px; padding-right: 10px;}

}
/*     --tablets
------------------------------------------------- */
@media only screen and (max-width: 990px), screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

	/* font-size*/
	html {font-size: 15px; line-height: 28px;}

	/* body */
	body {padding-top: 0!important;}

	/* header */
	#header {position: static!important;}
	#stickyheader.stickyheader_on {display: none!important;}
	#header .inside {text-align: left!important; display: table!important;}
	#header .sprachwechsler ul {right: auto;}
	#header .metaheader .mod_search {right: auto;}
	#header .metaheader .inside {position: static; padding: 0!important;}
	#header .metaheader {left: 30px;}

	/* video button */


	/* menu + mobilemenu */
	nav.mainmenu {display: none!important;}
	#nav-open-btn {display: table-cell!important;}
	#submenu {display: none;}
	#nav-open-btn .menu-btn-label {display: none!important;}
	#off_canvas .mod_navigation a {font-size: 1.1rem;}
	#off_canvas .mod_navigation .level_2 a {font-size: 0.9rem;}
	#off_canvas a.submenu:after {padding-right: 10px;}
	#off_canvas .level_2 ul {margin-left: 10px;}
	#off_canvas .sprachwechsler {display: none;}

	/* logo */
	.logo {height: 85px; left: 40px;}

	/* nachrichtenliste */
	.nachrichtenliste .info div {display: block;}

	/* pricetables */
	.ce_preistabelle i {display: none;}
	.ce_preistabelle .titel {font-size: 0.8rem;}
	.ce_preistabelle .button {letter-spacing: 0; padding: 4px;}
	.ce_preistabelle .titel .highlight_text {margin-left: 0; line-height: 1.2rem;}
	.ce_preistabelle .preiswrapper .preiszusatz_2 {line-height: 1.1rem; font-size: 0.7rem;}

	/* backgroundvideo */
	.backgroundvideo video {opacity: 0;}
	.backgroundvideo .mobile_poster {display: block; width: 100%; height: auto;}
	.backgroundvideo .mbYTP_wrapper {display: none;}
	.backgroundvideo {height: auto!important;}
	.backgroundvideo_content_wrapper.youtube {position: relative; left: 0; top: 0;}
	.backgroundvideo .content_boxed {padding-left: 20px; padding-right: 20px;}
	.backgroundvideo.ownvideo #vidscroller {display: none;}

	/* parallax-bg */
	/*.parallax-bg {background-attachment: scroll!important;}*/

	/* serviceboxes */
	.servicebox_2, .servicebox_3 {padding-left: 0;}
	.servicebox_2[class^="icon-"]:before, .servicebox_2[class*="icon-"]:before,
	.servicebox_3[class^="icon-"]:before, .servicebox_3[class*="icon-"]:before {position: static; margin-bottom: 15px;}

	/* charts */
	.customelement_layout_charts .chart {height: 135px;}
	.customelement_layout_charts .chart canvas {width: 135px!important; height: 135px!important;}

	/* tabs */
	.tabs.horizontal_clean li a {font-size: 1.5em;}

	/* isotope */
	.isotope .block.one_third {width: 50%;}

	/* ce_imagebox */
	.ce_imagebox .line {margin: 10px 0;}
	.ce_imagebox h4 {font-size: 1.1rem;}
	.ce_imagebox .imagebox_content {padding: 10px;}
	.ce_imagebox .imagebox_content p {font-size: 0.9rem;}

	/* nachrichtenteaser */
	.nachrichtenteaser .info {font-size: 0.9rem;}
	.nachrichtenteaser h4 {font-size: 1.2rem;}
	.nachrichtenteaser_v2 h4 {font-size: 1.2rem;}
	.nachrichtenteaser_v2 p {font-size: 0.8rem; line-height: 24px;}

}


/*     --phones
------------------------------------------------- */
@media only screen and (max-width: 767px) {

	/* font-size*/
	html {font-size: 14px; line-height: 24px;}

	/* body */
	body {padding: 0;}

	/* logo */
	.logo {width: 175px; height: 70px; left: 20px;}

	/* wrapper */
	#wrapper {width: 100%;}

	/* container */
	#container {padding: 20px;}

	/* metaheader */
	.metaheader {display: none;}

 	/* headlines with divider remove lines */
 	.divider .ext_txtpic_headline h1, .divider .ext_txtpic_headline h2, .divider .ext_txtpic_headline h3, .divider .ext_txtpic_headline h4, .divider .ext_txtpic_headline h5, .divider .ext_txtpic_headline h6,
 	.divider_2 .ext_txtpic_headline h1, .divider_2 .ext_txtpic_headline h2, .divider_2 .ext_txtpic_headline h3, .divider_2 .ext_txtpic_headline h4, .divider_2 .ext_txtpic_headline h5, .divider_2 .ext_txtpic_headline h6 {background: none; line-height: 1em;}
 	.divider span, .divider_2 span {}

 	/* image_container */
 	.image_container {margin-bottom: 10px; width: 100%; padding: 0; margin: 0 0 10px 0; float: none;}

 	/* ce_text */
 	#wrapper .ce_text {width: 100%;}

 	/* footer */
 	#footer .inside {text-align: center; padding: 40px 20px;}

 	/* disable webkit text size adjust (for iPhone) */
 	html {-webkit-text-size-adjust: none;}

 	/* tables */
 	table {font-size: 9px;}

 	/* css-framework */
	.full, .one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {width: 100%; margin: 0 0  15px 0;}
	.border-inner {border: 0!important;}

	/* extension subcolumns */
 	.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r, .c15r, .c16r, .c30r, .c45r, .c55r, .c70r, .c85r,
 	.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c66l, .c62l, .c75l, .c80l, .c15l, .c16l, .c30l, .c45l, .c55l, .c70l, .c85l {float: none; width: 100%; padding: 0; margin: 0;}
 	.subcr, .subcl, .subc {padding: 0!important;}

 	/* ce_gallery */
	.ce_gallery .row2, .ce_gallery .row3, .ce_gallery .row4, .ce_gallery .row5, .ce_gallery .row6, .ce_gallery .row7, .ce_gallery .row8, .ce_gallery .row9, .ce_gallery .row10, .ce_gallery .row11, .ce_gallery .row12 {margin-left: 4%!important; width:48%; float:left!important; position:relative; clear: none!important;}
	.ce_gallery .row2:nth-child(2n+1), .ce_gallery .row3:nth-child(2n+1), .ce_gallery .row4:nth-child(2n+1), .ce_gallery .row5:nth-child(2n+1), .ce_gallery .row6:nth-child(2n+1), .ce_gallery .row7:nth-child(2n+1), .ce_gallery .row8:nth-child(2n+1), .ce_gallery .row9:nth-child(2n+1), .ce_gallery .row10:nth-child(2n+1), .ce_gallery .row11:nth-child(2n+1), .ce_gallery .row12:nth-child(2n+1) {margin-left: 0!important; clear: left!important;}

  	/* headertext */
  	#header #headertext {display: none;}

  	/* pagetitle */
  	.content-page #header_after #pagetitle {font-size: 1rem;}

  	/* mod_calendar */
  	.mod_calendar table {font-size: 7px;}
  	.mod_calendar table td {line-height: 1rem;}
  	.mod_calendar .header {font-size: 0.8rem;}

  	/* search */
	.mod_search input {width: 100%; float: none;}
	#container .mod_search .submit {margin-top: 10px; margin-left: 0; width: 100%!important;}
	.mod_search input:not(.captcha) {width: 100%; float: none;}

	/* mod_subscribe */
	.mod_subscribe input {width: 100%!important; margin-bottom: 10px;}

	/* mod_registration */
	.mod_registration label, .mod_registration input, .mod_registration .submit_container input, .mod_registration .captcha_text {width: 100%; margin: 0;}
	.mod_registration .captcha_text {margin: 5px 0 15px 0;}
	.mod_registration p.error {margin-left: 0;}

	/* forms */
	form label {margin-bottom: 2px!important;}
	.ce_form .captcha {width: 100%;}
	form .captcha_text {line-height: 1em;}
	.checkbox_container.horizontal span,
	.radio_container.horizontal span {display: block;}
	form label {position: static;}

	/* footer content */
	#footer .submit_container {text-align: center; margin-top: -15px;}
	#footer input.submit {float: none; }
	#footer .ce_text {margin-bottom: 0px;}

	/* copyright */
	#bottom .float-left, #bottom .float-right {float: none; text-align: center;}
	#bottom .inside {padding: 20px;}

	/* video button */


	/* more button */
	.more a {padding: 2px 5px; font-size: 100%;}

	/* ce_hyperlink */
	.ce_hyperlink.right {text-align: left;}
	.ce_hyperlink.center {text-align: left;}

	/* css helper class hide for mobile devices */
	.mobile_hide, .mobile_hide_img img {display: none!important;}

	/* header_after ce_text */
	#header_after .ce_text.headertext {padding: 0 20px;}

	/* #off_canvas */
	#off_canvas {padding: 1rem;}
	#off_canvas .mod_navigation a {padding: 6px;}
	#off_canvas .mod_navigation .level_2 a {padding: 6px;}
	#off_canvas .mod_sprachwechsler {position: static; margin-bottom:35px;}
	#off_canvas a.submenu:after {padding-right: 20px;}
	#off_canvas .mod_navigation .level_3 a:before {display: none;}
	#off_canvas .level_2 ul {margin-left: 10px;}
	#off_canvas .offcanvas_address, #off_canvas .offcanvas_address a {line-height: 1rem;}
	#off_canvas .sprachwechsler {display: block;}

	/* off_canvas trigger */
	#nav-open-btn {right: 20px;}

	/* contao content slider */
	.slider-wrapper > div {padding-left: 2.1rem; padding-right: 2.1rem;}
	.slider-next, .slider-prev {width: 2rem;}
	.slider-next:before, .slider-prev:before {font-size: 20px; line-height: 20px; margin-top: -10px;}

	/* tabs */
	.tabs ul li {float: none;}
	.tabs ul li a {float: none; display: block; margin: 2px 0;}
	.tabs ul li a:hover, .tabs.vertikal ul li a.current, .tabs.vertikal_2 ul li a.current {background: #fafafa;}
	.tabs.horizontal_clean ul li {float: none; display: block;}
	.tabs.horizontal_clean ul li a, .tabs.horizontal_clean li:first-child a {border: 1px solid #f1f1f1;}
	.tabs.horizontal_clean li a {text-align: left; padding-left: 10px;}
	.tabs.vertikal, .panes.vertikal, .tabs.vertikal_2, .panes.vertikal_2 {float: none;}
	.tabs.vertikal, .tabs.vertikal_2 {width: 100%;}
	.tabs.vertikal ul li a, .tabs.vertikal_2 ul li a {border: none; background: #efefef; margin-bottom: 1px;}
	.panes.vertikal, .panes.vertikal_2 {padding: 15px; width: 100%; border: 1px solid #ccc;}
	.tabs.horizontal ul li {float: none; display: block;}
	.tabs.horizontal ul li a {display: block; float: none; border: 0; background: #efefef; margin-bottom: 1px; margin: 0 0 1px 0;}
	.tabs.horizontal_clean li {width: 100%!important;}

	/* .ce_download */
	.ce_download a:after {font-size: 44px; left: 20px;}
	.ce_download h1, .ce_download h2, .ce_download h3, .ce_download h4, .ce_download h5, .ce_download h6, .ce_download a {padding-left: 80px;}

	/* bigtext */
	.bigtext {font-size: 18px; line-height: 24px;}

	/* ce_counter */
	.ce_counter {margin-bottom: 15px;}
	.ce_counter .counterwrapper {line-height: 1.3em;}

	/* backgroundvideo */
	.backgroundvideo_maxwidth {padding-left: 20px; padding-right: 20px;}

	/* pagetitle */
	.content-page.pagetitle #header_after .inside {padding-left: 20px; padding-right: 20px;}

	/* header .inside  */
	#header .inside {padding: 0 20px; height: 70px;}

	/* site-font-icon  */
	.site-icons .row div {width: 100%!important;}

	/* button  */
	.button, input[type="submit"], input.submit, .submit_container input, .ce_hyperlink a {display: block; width: 100%!important;}

	/* extended text & bild custom element */
	.ext_txtpic.col_right .ce_textarea, .ext_txtpic.col_right .ext_txtpic_text .ext_txtpic_headline, .ext_txtpic.col_right .ce_hyperlink {padding: 0;}
	.ce_text-mit-bild-erweitert .ext_txtpic.col_left .ce_textarea, .ce_text-mit-bild-erweitert .ext_txtpic.col_left .ext_txtpic_text .ext_txtpic_headline, .ce_text-mit-bild-erweitert .ext_txtpic.col_left .ce_hyperlink {padding: 0;}
	.float_left .ext_txtpic_bild, .float_right .ext_txtpic_bild {width: 100%!important;}
	.col_left .ext_txtpic_text, .col_left .ext_txtpic_bild, .col_right .ext_txtpic_text, .col_right .ext_txtpic_bild {display: block!important; margin: 0!important; width: 100%!important;}
	.ext_txtpic_text, .ext_txtpic_bild, .ext_txtpic.col_right .ce_textarea, .ext_txtpic.col_left .ce_textarea {padding: 0!important;}
	.ce_text-mit-bild-erweitert .txt_right * {text-align: left;}
	.ce_text-mit-bild-erweitert .col_right .ext_txtpic_bild {margin-top: 20px!important;}
	.ce_text-mit-bild-erweitert .col_left .ext_txtpic_bild {margin-bottom: 20px!important;}
	.ce_text-mit-bild-erweitert .ext_txtpic_bild {width: 100%!important; max-width: 100%!important;}
	.ce_text-mit-bild-erweitert .ext_txtpic_bild img {max-width: 100%; height: auto;}

	/* column-count */
	.columncount_2 p, .columncount_3 p, .columncount_4 p {-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}

	/* nachrichtenteaser */
	.nachrichtenteaser_left {display: none;}
	.nachrichtenteaser .dot {display: none;}
	.nachrichtenteaser .info div {display: block; line-height: 1rem;}
	.nachrichtenteaser_content {margin: 0 auto; padding: 20px; max-width: 90%;}

	/* nachrichtenleser */
	.nachrichtenleser .info div {display: block;}
	.nachrichtenleser .dot {display: none;}

	/* headerimage */
	#header_after .headerimage_content_outer {padding-left: 20px; padding-right: 20px;}

	/* isotope */
	.isotope {margin: 0;}

	/* portfolioliste */
	.isotope.nopaddings .portfolioliste {margin-bottom: 0!important;}
	.filter li {display: block; margin: 3px 0; background: #f8f8f8; text-align: center;}
	.filter li a {display: block; text-align: left; border: 0; padding: 14px 0; text-align: center;}

	/* pagination */
	.pagination ul {width: 100%; float: none;}
	.pagination p {width: 100%; float: none;}
	.ce_blog .pagination {bottom: -75px;}

	/* pricetables */
	.pricetable_3col .pricetable, .pricetable_4col .pricetable {float: none; width: 100%; margin: 0 0 15px 0;}
	.ce_preistabelle .link {padding: 0;}
	.ce_preistabelle .link a {margin-bottom: 0; border-radius: 0; padding: 10px;}
	.ce_preistabelle .titel .highlight_text {margin-left: 0;}
	.ce_preistabelle .titel {padding: 20px;}

	/* parallax-bg */
	.parallax-bg-inside {padding-left: 20px!important; padding-right: 20px!important;}

	/* bxslider */
	.bx-wrapper .bx-pager.bx-default-pager a {height: 10px; width: 10px;}

	/* pagetitle on content pages */
	.content-page.pagetitle #header_after {padding-top: 30px; padding-bottom: 30px;}

	/* articlewrapper */
	.articlewrapper.boxed, .articlewrapper.fullwidth_contentboxed > .inside {padding-left: 20px!important; padding-right: 20px!important;}

	/* css helper margins */
	.margin-top10 {margin-top: 10px;}
	.margin-top20 {margin-top: 20px;}
	.margin-top30 {margin-top: 20px;}
	.margin-top40 {margin-top: 20px;}
	.margin-top50 {margin-top: 20px;}
	.margin-top60 {margin-top: 20px;}
	.margin-top70 {margin-top: 20px;}
	.margin-top80 {margin-top: 20px;}
	.margin-top90 {margin-top: 20px;}
	.margin-top100 {margin-top: 20px;}

	.margin-bottom10 {margin-bottom: 10px;}
	.margin-bottom20 {margin-bottom: 20px;}
	.margin-bottom30 {margin-bottom: 20px;}
	.margin-bottom40 {margin-bottom: 20px;}
	.margin-bottom50 {margin-bottom: 20px;}
	.margin-bottom60 {margin-bottom: 20px;}
	.margin-bottom70 {margin-bottom: 20px;}
	.margin-bottom80 {margin-bottom: 20px;}
	.margin-bottom90 {margin-bottom: 20px;}
	.margin-bottom100 {margin-bottom: 20px;}

	.phone_no {margin-top: 0;}
	.phone_no {margin-bottom: 0;}

	/* headlines */
	h1 {font-size: 1.5rem;}
	h2 {font-size: 1.4rem;}
	h3 {font-size: 1.3rem;}
	h4 {font-size: 1.2rem;}
	h5 {font-size: 1.1rem;}
	h6 {font-size: 1rem;}

	/* fontsize classes */
	.fontsize_xxxl {font-size: 26px; line-height: 1.8em;}
	.fontsize_xxl {font-size: 24px; line-height: 1.8em;}
	.fontsize_xl {font-size: 20px; line-height: 1.8em;}
	.fontsize_l {font-size: 20px; line-height: 1.8em;}
	.fontsize_m {font-size: 15px; line-height: 1.8em;}
	.fontsize_s {font-size: 13px; line-height: 1.8em;}

	/* autogrid divider */
	.border-inner:before {display: none;}

	/* sidebar */
	body.sidebar_right #main, body.sidebar_right #right {width: 100%; margin: 0;}
	body.sidebar_right #main .inside, body.sidebar_right #right .inside {width: 100%; float: none; padding: 0; border: 0; margin: 0;}
 	body.sidebar_right #right {box-shadow: none; margin-top: 15px!important; padding-top: 15px; border-top: 4px solid #ddd;}

}


/* =============================================================================
 * setting for browsers
 * ========================================================================== */

/* android background fixed bug */
body.android {background-attachment: scroll!important;}

/* safari opacity hover bug */
body.safari * {-webkit-font-smoothing: antialiased;}
body.safari .sprachwechsler img {top: -2px;}

/* safari remove input placeholder icon */
body.safari input[placeholder]:before {display: none;}

/* IE input fields */
input::-ms-clear {display: none;}
body.ie .checkbox_container input, body.ie .radio_container input {border: none;}
body.ie #footer input:hover, body.ie input, body.ie #footer textarea {transition: none!important;}
