/**
 * 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/eggishorn_ferien/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/eggishorn_ferien/scripts/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../files/eggishorn_ferien/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/eggishorn_ferien/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/eggishorn_ferien/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/eggishorn_ferien/font/icons.eot?158270');
  src: url('../../files/eggishorn_ferien/font/icons.eot?158270#iefix') format('embedded-opentype'),
       url('../../files/eggishorn_ferien/font/icons.woff?158270') format('woff'),
       url('../../files/eggishorn_ferien/font/icons.ttf?158270') format('truetype'),
       url('../../files/eggishorn_ferien/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/eggishorn_ferien/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'; } /* '' */
/*! 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;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #333332;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    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;
}
@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;
}
/*
grün #4aa931;
blau #1f65ae;
rot #be1b18;*/

/* =============================================================================
 * reset & defaults
 * ========================================================================== */
.spalte4{
	float: left;
    box-sizing: border-box;
    /* padding: 1%; */
    margin-right: 1%;
    position: relative;
    width: 24%;
    max-height: 300px;}

.spalte4.last {
    margin-right: 0;
}

.spalte3{
	float: left;
    box-sizing: border-box;
    /* padding: 1%; */
    margin-right: 2%;
    position: relative;
    width: 31%;
    max-height: 300px;}

.spalte3.last {
    margin-right: 0;
}

.abstand {
    margin-right: 2%;
}

.spalte4 div.ce_iconbox {
    height: 300px !important;
}
.bellwald-button figure.image_container.float_right {
    width: 190px;
}
.preisbutton .image_container {
    position: absolute;
    right: 0;
    top: 0;}

.preisbutton {
    width: 80%;
}

.text-slider {
    font-size: 26px;
    color: #4aa931;
    position: absolute;
    bottom: 20%;
    left: 10%;
    background-color: rgba(255, 255, 255, 0.74);
    padding: 10px 10px 0 10px;
}

/*nav.mainmenu ul ul {
    column-count: 3 !important;
    column-width: 200px !important;
}*/


/*     --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 {-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;}
.fa-calendar::before {content: "/f073"; font-family: "FontAwesome" !important;}
.fa-list::before { content: "/f03a"; font-family: "FontAwesome" !important;}
.ce_text, .ce_image, .ce_gallery {margin-bottom: 35px;}
.ce_tabs-start .ce_text.block {margin-bottom: 0!important;}
.ce_text a:hover {text-decoration: underline;}

/*     --chromeframe
------------------------------------------------- */
.browsehappy {background: #be1b18; padding: 10px; color: #fff; text-align: center; position: relative; z-index: 10000;}

/* =============================================================================
 * general styles & page setup
 * ========================================================================== */
a {color: #000; text-decoration: none;}
.ce_text p a:not(.button) {color: #4aa931;}
.ce_text p a:not(.button):hover {color: #595b59;}
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;}

/*     --headlines
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {padding: 0; line-height: 1.4em; margin-bottom: 0.5em; font-family: 'Open Sans', sans-serif; color: #4d4f4f; font-weight: 400;}
h1 {font-size: 36px; color: #4aa931; text-transform: uppercase;}
h1:after {content:' '; border-bottom: 4px solid #595b59; display:block; width: 100px;}
h2 {font-size: 26px; color: #4aa931;}
h3 {font-size: 24px; color: #595b59;}
h4 {font-size: 20px; color: #FFF; text-transform: uppercase;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.headline {color: #595b59; font-size: 20px; line-height: 28px; font-weight: 300; margin-bottom: 40px;}

/*     --articlewrapper
------------------------------------------------- */
body.aw_active #container-inside {padding: 0!important; max-width: 100%!important;}
.articlewrapper.typ2 {background: #FFFFFF;}
.articlewrapper.typ3 {background: #4aa931;}
.articlewrapper.typ4 {background: #4aa931;}
.articlewrapper.typ5 {background: #b1f65ae;}
.articlewrapper.typ6 {background: #CCCCCC;}

/*     --body
------------------------------------------------- */
body {color: #595b59; overflow-x: hidden; font-family: 'Open Sans', Helvetica, sans-serif; font-size: 15px; line-height: 24px; background-repeat: repeat; background-position: top left; background-attachment: fixed!important; background-color: #FFFFFF; font-weight: 400;}

/*     --page-width
------------------------------------------------- */
#contentwrapper {max-width: 100%; margin: 0 auto; position: relative;}
#top .inside, #header .inside, #footer .inside, #container_before .inside, #teaser_after .inside, #bottom .inside, #container-inside {max-width: 1280px; margin: 0 auto;}

/*     --page-shadow
------------------------------------------------- */
.intro #contentwrapper  {box-shadow: none;}

/*     --top
------------------------------------------------- */
#top {position: relative; z-index: 99; margin: 0 auto 0 auto; font-size: 12px!important; line-height: 21px!important; background-color: rgba(255, 255, 255, 0.8); }
#top a:hover, #sidearea-toggler: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;}
#top .inside {padding: 0 40px;}
#top, #top a {color: #6B6B6B;}
#top, #top a:hover {color: #4aa931; }
#top #hotline {float: right; line-height: 40px;}
#top #hotline span {margin-left: 20px;}
#top i {font-size: 14px; vertical-align: top;}

/*     --logo
------------------------------------------------- */
.logo {position: absolute; top: -50px; left: 40px; z-index: 100; background-image: url(../../files/eggishorn_ferien/img/eggishorn.png); background-repeat: no-repeat!important; background-size: 100%!important; background-position: center; width: 100px; height: 120px; display: table-cell; -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: rgba(255, 255, 255, 0.8); z-index: 5000; left: 0; -webkit-backface-visibility: hidden;} 
#header .inside {padding: 0 40px; display: table; width: 100%;}
#header .image_container {margin: 0;} 
#header .mod_sprachwechsler, #header .contentbox {display: none;}

/*     --header_after
------------------------------------------------- */
#header_after {display: block; margin-left: auto; margin-right: auto; overflow: hidden; position: relative; z-index: 10;top: -120px;}
#header_after .inside {overflow: hidden!important;}
#header_after .image_container {margin: 0;}

/*     --slider / titelbild
------------------------------------------------- */
.slider #wrapper, .titelbild #wrapper {margin-top: -120px;}
#slider, .mod_coverpicture{max-height: 700px;}
#slider * {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
#slider img, .mod_coverpicture img {width: 100%; height: auto;}
#slider .rsts-crop {margin-bottom: 0; width: auto; padding: 0; margin: 0; float: none; height:500px; max-height: 700px; overflow: hidden; position: relative; }
#slider .rsts-prev, #slider .rsts-next {bottom: 40%; border: none; position: absolute;}
#slider .rsts-prev {left: 40px; float: left; color: transparent;}
#slider .rsts-next {right: 40px; float: right; color: transparent;}

#slider .rsts-next:before {content: "\ea04"; font-family: "icons"; font-size: 80px; line-height: 44px; max-height: 80px; width: inherit; display: inline-block; position: absolute; overflow: hidden; text-align: center; color: #FFF; opacity: 0.9; height: 80px;}
#slider .rsts-prev:before {content: "\ea03"; font-family: "icons"; font-size: 80px; line-height: 44px; max-height: 80px; width: inherit; display: inline-block; position: absolute; overflow: hidden; text-align: center; color: #FFF; opacity: 0.9; height: 80px; }
#slider .rsts-prev:hover, #slider .rsts-next:hover {opacity: 0.7;}

/*     --mod_breadcrumb
------------------------------------------------- */
.mod_breadcrumb {color: #FFFFFF; font-size: 10px; text-align: left; white-space: nowrap; float: right;}
.mod_breadcrumb li {display: inline-block; margin-right: 5px;}
.mod_breadcrumb li:before {font-family: "icons"; content: '\ea08'; margin-right: 5px;}
.mod_breadcrumb li.first:before {display: none;}
.mod_breadcrumb a {color: #000000;}
.mod_breadcrumb a:hover {text-decoration: underline;}

/*     --intro
------------------------------------------------- */
.intro, .intro #container {background-color: transparent;}

/*     --wrapper
------------------------------------------------- */
#wrapper {position:relative; z-index: 5;}
body.content_page #wrapper {border-top: 0;}

/*     --container
------------------------------------------------- */
#container {position: relative; width: 100%; margin: 0; background: #fff;}
#container-inside {padding: 40px; overflow: hidden;}

/*     --container after // extended
------------------------------------------------- */
#container_after {display: block; position: relative; width: 100%; margin: 10px auto; max-width: 1280px; border: 0px solid #d0d0d0;}

/*     --container before // teaser
------------------------------------------------- */
#container_before .inside {position: relative; margin: 0 auto; overflow: hidden; padding: 20px 40px;}
#container_before {position: relative; display: block; margin: 0 auto 0 auto; width: 100%; background-image: url(../../files/eggishorn_ferien/img/eggishorn-bg.png); background-repeat: repeat-x; color: #FFF;}

/*     --main
------------------------------------------------- */
#main {padding-left: 0;}

/*     --sidearea
------------------------------------------------- */
#sidearea-toggler {float: right; height: 34px; margin-left: 20px; cursor: pointer;}
#sidearea-toggler:before {font-family: "icons"; content: "\2630"; text-indent: 0; display: inline-block; margin-right: 5px; font-size: 20px; line-height: 40px; cursor: pointer; color: #4aa931;}
#sidearea {width: 290px; background: #e4e4e4; position: absolute; top: 0; right: 0; height: 100%; z-index: 10000000; display: none; -webkit-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.2); box-shadow: -3px 2px 5px 0px rgba(0,0,0,0.2);}
#sidearea-close {cursor: pointer; border-bottom: 1px solid #939393; height: 55px; text-align: center; background: #191919 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxODQ4QTk1ODM1NkExMUUzQkJEN0QxNkQ4MDA3QjUwMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxODQ4QTk1OTM1NkExMUUzQkJEN0QxNkQ4MDA3QjUwMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg1OTFBNUVCMzU2OTExRTNCQkQ3RDE2RDgwMDdCNTAyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjg1OTFBNUVDMzU2OTExRTNCQkQ3RDE2RDgwMDdCNTAyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JsAdmQAAALxJREFUeNq81dsOhCAMRVHY///POJMY44VLW9rypgIrgZ5a22+UUmrJG40TbFng3+N8yICvE+X2MhJ+XCGvjxHwp2boTPKEu0XKYLIHPEwFk0U78DSGLBZb4GXuEWyigUWNBuFmEljc2VAc2wxWtVKU99WD1b0bQ2XeYdPPAmMkqhXcQdtOjtkMvgnGIfhqGKdOo4Jx7DRiGCdQBeMIimGcQRFMALiECQKnMIHgECYY7MIkgB+YJPABHwIMAJYDPDa14qAJAAAAAElFTkSuQmCC') center center no-repeat;}
#sidearea .inside {padding: 25px;}
#sidearea .ce_image img {max-width: 230px; height: auto; padding-top: 40px;}

/*     --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;}

/* =============================================================================
 * 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-perspective: 1000;}
nav.mainmenu {overflow: visible!important; line-height: 0; display: table-cell; vertical-align: middle;}
nav.mainmenu ul {position: relative; float: right; -webkit-backface-visibility: hidden; -webkit-perspective: 1000;}
nav.mainmenu ul ul {float:none;}
nav.mainmenu .layer_two {min-width: 210px; padding: 0; margin-left: 0; background: rgba(255,255,255,0.95); width: auto; display: none; position: absolute; top: 100%; box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2); -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: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: 16px; float: none; padding: 28px 0 10px 0; margin-left: 15px; margin-right: 15px;}
nav.mainmenu ul li a.last {margin-right: 0;}
nav.mainmenu ul li ul li a.last {margin-right: 15px;}
nav.mainmenu ul li > a:before {position: relative; width: 24px!important; line-height: 24px!important; font-size: 24px; vertical-align: middle; margin-right: 10px; font-weight: 300;}
nav.mainmenu ul ul {border-top: 5px solid #595b59;}
/*nav.mainmenu ul ul ul {border-top: 0!important;}*/
nav.mainmenu ul ul li > a:before {position: absolute; left: 0px; top: 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: 400; text-transform: none; text-align: left; border-bottom: 1px solid rgba(0,0,0,0.1); line-height: 15px; padding: 8px 25px 10px 20px!important; color: #676767; font-size: 12px!important; margin-left: 15px!important; margin-right: 15px!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; line-height: 32px!important; 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.trail ul a:after, nav.mainmenu ul li.active ul a:after {display: none;}
nav.mainmenu ul ul li a:before {line-height: 21px!important;}
nav.mainmenu ul li a {position: relative; z-index: 10;}
nav.mainmenu ul li a:after {display: block; content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; -webkit-transition: height 0.3s ease; -moz-transition: height 0.3s ease; -o-transition: height 0.3s ease; -ms-transition: height 0.3s ease; transition: height 0.3s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
nav.mainmenu ul li:hover a:after,nav.mainmenu ul a.trail:after, nav.mainmenu ul a.active:after, nav.mainmenu ul li.active a:after {z-index: -1; height: 10px; -webkit-backface-visibility: hidden; backface-visibility: hidden; display: block!important;}
nav.mainmenu ul a.trail:after, nav.mainmenu ul a.active:after {opacity: 0.9;}
nav.mainmenu ul li:hover ul li a:after {display: none!important;}
nav.mainmenu ul ul li a:hover, nav.mainmenu ul ul li a.active, nav.mainmenu ul ul li.active a,
nav.mainmenu .submenu.trail a.submenu.trail {color: #4aa931;}
nav.mainmenu ul li.active .active, nav.mainmenu ul li a:hover {color: #4aa931; }
nav.mainmenu ul ul li a.active.trail {color: #676767; background: none;}
nav.mainmenu .level_3 {background: rgba(255,255,255,0.95); box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2); 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;}

/* helper classes */
nav.mainmenu .noborder_left {border-left: 0!important;}
nav.mainmenu .noborder_bottom a {border-bottom: 0!important;}
nav.mainmenu ul li.open_leftside .layer_two {right: 0;}
nav.mainmenu ul li.open_leftside .level_3 {left: -100%;}
nav.mainmenu ul li.open_rightside .level_3 {left: 100%;}

/* metanav */
nav.metamenu {float: right; display:inline-block; line-height: 40px;}
nav.metamenu li {float: left;}
nav.metamenu li a {padding: 28px 0; margin-left: 15px; margin-right: 15px;}
nav.metamenu ul li.active .active {color: #4aa931;} 

/* onepagenavigation */
.onepagenavigation li:last-child a {margin-right: 0!important;}

/*     --sticky menu
------------------------------------------------- */
#stickyheader {display: none; position: fixed; left: 0; top: 0; width: 100%; background: rgba(255,255,255,0.9); z-index: 9999; box-shadow: 8px 0 5px -6px rgba(0, 0, 0, 0.06), -8px 0 5px -6px rgba(0, 0, 0, 0.06), 0 5px 10px -3px rgba(0, 0, 0, 0.2);}
#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: 1280px; margin: 0 auto; display: table; width: 100%; padding: 0 40px;}
#stickyheader .subline {display: none;}
#stickyheader .logo { background-image: url(../../files/eggishorn_ferien/img/icon-eggishorn.png); top: 0; height: 60px; position: absolute!important; width: 100px;}
#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;}

/*     --subline in mainmenue
------------------------------------------------- */
nav.mainmenu span {font-weight: normal; font-size: 10px; text-transform: none; display: block; white-space:nowrap; line-height: normal; color: #999999; font-family: Arial, sans-serif;}
nav.mainmenu a[class*="icon-"] .subline {margin-left: 37px;}
nav.mainmenu ul li ul li a:hover span, nav.mainmenu ul li ul li a.active span {color: rgba(255, 255, 255, 0.8);}
nav.mainmenu ul li ul li a span {margin-left: 0px!important;}
nav.mainmenu .columheader {font-family: 'Open-Sans', sans-serif; font-weight: 300; margin-bottom: 15px; font-size: 17px;}
	
/*     --submenu-sidebar
------------------------------------------------- */
#submenu {margin-bottom: 25px;}
#submenu a {position: relative; display: block; padding: 4px 10px 4px 18px; margin-bottom: 0; -webkit-transition: All 0.1s ease; -moz-transition: All 0.1s ease; -o-transition: All 0.1s ease; -ms-transition: All 0.1s ease; transition: All 0.1s ease;} 
#submenu li ul li {border: 0;}
#submenu ul ul {margin-left: 20px;}
#submenu ul ul ul {margin-left: 20px;}
#submenu ul ul li {padding: 0;}
#submenu a:hover, #submenu a.active {color: #0093B5; background: #f8f8f8;}
#submenu a.active.trail {background: inherit; color: #555;}
#submenu li a[class*="icon-"]:before {position: absolute; left: 10px; top: 10px;}
#submenu li a[class*="icon-"] {padding-left: 30px;}

#submenu ul li:hover > ul, #submenu ul li.active > ul, #submenu ul li.trail > ul {display: block;}
#submenu ul ul {display: none;}
#submenu ul ul ul {display: none;}
#submenu ul ul ul ul {display: none;}

/* =============================================================================
 * mobile menu off canvas
 * ========================================================================== */
#off_canvas .level_1 ul {display: none;}
#off_canvas .level_2 {position: relative;}
#off_canvas {background: #333; font-weight: normal;}
#off_canvas a {color: #c4c4c4; padding: 11px 4px 11px 10px; display: block; font-size: 13px; position: relative;}
#off_canvas span.open_subnav {display: block; z-index: 100; position: absolute; right: 0; top: 0; height: 100%; width: 50px; background: transparent!important; cursor: pointer;}
#off_canvas ul ul span.open_subnav {z-index: 110;}
#off_canvas ul ul ul span.open_subnav {z-index: 120;}
#off_canvas ul ul ul ul span.open_subnav {z-index: 130;}
#off_canvas a.submenu {cursor: pointer; padding-right: 50px;}
#off_canvas a.submenu:after {padding-left: 20px; border-left: 1px solid rgba(0,0,0,0.2); height: 100%; content:'\ea09'; font-family: "icons"; padding-right: 20px; position: absolute; right: 0; font-size: 20px; line-height: 50px; top: 0;}
#off_canvas li {position: relative;}
#off_canvas li.open > a.submenu:after {content: '\ea05'; font-family: "icons"; }
#off_canvas.pushy a {border-top: 0;}
#off_canvas a span {display: none;}
#off_canvas a:before {z-index: 100;}
#off_canvas a:hover, #off_canvas a.active, #off_canvas a.trail {background: #4b4b4b;}
#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 .socials {padding: 5px 0; text-align: center; background: #4b4b4b;  -webkit-box-shadow: inset 0px -1px 3px 0px #333; -moz-box-shadow: inset 0px -1px 3px 0px #333; box-shadow: inset 0px -1px 3px 0px #333;}
#off_canvas .socials a {display: inline-block; border: 0; padding: 3px;}
#nav-open-btn {display: none;  vertical-align: middle;}
#nav-open-btn:before {font-family: "icons"; content: '\2630'; color: #fff; font-size: 20px; line-height: 23px; width: 23px; text-align: center; display: table-cell; background: #4aa931; padding: 6px; float: right;}
.pushy, #contentwrapper, .push {-webkit-perspective: inherit!important;}
.pushy, #contentwrapper, .push {-webkit-backface-visibility:inherit!important;}
body.pushy-active .pushy {overflow-x: hidden; overflow-y: scroll;}
body.pushy-active #contentwrapper {position: fixed !important; display: block; top: 0; z-index: -1; height: 100%;}
body.pushy-active .site-overlay {z-index: 10; background: white; left:0; opacity: 0.65;}

#off_canvas nav.metamenu {float: left!important; line-height: 24px!important; width: 100%; margin-top:-40px;}
#off_canvas nav.metamenu li {float: none!important;}
#off_canvas nav.metamenu li a {margin-left:0; margin-right: 0;}

/* =============================================================================
 * footer
 * ========================================================================== */
#footer {background: #4aa931; margin-top: 60px;}
#footer, #footer a {color: #FFF;}
#footer a:hover {text-decoration: underline;}
#footer .inside  {margin: 0 auto; padding: 20px 40px 60px 40px;}
.ce_footerbox_image {background-color: #e5e5e5; padding: 10px; position: absolute!important; right: 40px; top: 0; border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px;}
.ce_footerbox_image .ce_image {margin: 0 auto; text-align: center; overflow: hidden; width: 140px;}
.ce_footerbox_image img { padding: 10px; margin: 0px auto 0px auto;}
#footer .ce_text {margin-bottom: 0!important;}

/* =============================================================================
 * bottom, copyright
 * ========================================================================== */
#bottom {background: #e5e5e5; font-size: 11px; color: #939393;}
#bottom .inside  {max-width: 1280px; margin: 0 auto; padding: 20px 40px;}
#bottom a {color: #939393;}
#bottom a:hover {text-decoration: underline;}

/* =============================================================================
 * features + contao modules
 * ========================================================================== */
 
 /*     --imagesboxes
------------------------------------------------- */
.ce_imagebox {padding: 40px!important;  margin-top: 10%; position: relative; -webkit-transition: background 0.3s ease; -moz-transition: background 0.3s ease; -o-transition: background 0.3s ease; -ms-transition: background 0.3s ease; transition: background 0.3s ease;background: rgba(255,255,255,0.7); margin-right: 40px; width: 372px; min-height: 375px; float: left;}
.ce_imagebox:last-child { margin-right: 0; }
.imagebox_2 .ce_image {display: none;}
.imagebox .ce_image img {max-width: 100%; height: auto;}
.imagebox .ce_image {margin-bottom: 0;}

.imagebox_content {text-align: right; font-size: 16px; font-weight: 600;}
.imagebox_content ul li:after {font-family: 'icons'; content: '\e8c9'; margin-left: 6px;}

.ce_imagebox.gruen .imagebox_content, .ce_imagebox.gruen .imagebox_content a {color: #4aa931;}
.ce_imagebox.rot .imagebox_content, .ce_imagebox.rot .imagebox_content a {color: #be1b18;}
.ce_imagebox.blau .imagebox_content, .ce_imagebox.blau .imagebox_content a {color: #1f65ae; }

.ce_imagebox.gruen .imagebox_content a:hover, .ce_imagebox.rot .imagebox_content a:hover, .ce_imagebox.blau .imagebox_content a:hover {text-decoration: underline;}

/*     --iconboxes
------------------------------------------------- */
.ce_iconbox {padding-top: 24px;}
.iconbox_content { padding:10px; background-color: #e5e5e5;}
/*.iconbox_content {margin-bottom:20px;}*/
.iconbox .ce_image {display: inline-block; padding-right:5px; margin-bottom: 0!important;}
.ce_iconbox.iconbox_3 .ce_image {margin-bottom: 0!important;}
.iconbox img {width: 40px; height: auto;}
.iconbox h2 {display: inline-block; position: relative; line-height: 24px; vertical-align: top; margin-top: 10px; margin-bottom: 0;}
.iconbox.gruen h2 {color: #4aa931;}
.iconbox.rot h2 {color: #be1b18;}
.iconbox.blau h2 {color: #1f65ae;}

.ce_iconbox_full img {
	width: 100%;
}
.ce_iconbox .ce_hyperlink {display: inline-block; padding: 5px 15px; background-color: #4aa931; cursor: pointer;}
.ce_iconbox .ce_hyperlink + .ce_hyperlink {margin-top: 0.5em;}
.ce_iconbox .ce_hyperlink:hover {background-color: #595b59;}
.ce_iconbox .ce_hyperlink .ce_url a {color: #FFF; cursor: pointer;}

/*     --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: 3%; float: right;}
.image_container.float_left {margin-right: 3%; float: left;}
.image_container img {display: block; height: auto;}

/*     --team
------------------------------------------------- */
.teambox_1 {transition: all linear 0.25s; -ms-transition: all linear 0.25s; -moz-transition: all linear 0.25s; -webkit-transition: all linear 0.25s; -o-transition: all linear 0.25s; background: #e5e5e5; margin-top: 20px; margin-bottom: 20px; max-width:400px;}
.teambox_1 .teambox_content {padding: 15px;}
.teambox_1 h3 {margin-bottom: 0; font-size: 16px;}
.teambox_1:hover {background: #F9F9F9; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); border-radius: 6px; } 
.teambox_1 .funktion {color: #999; text-transform: uppercase; font-size: 11px;}
.teambox_1 .beschreibung {line-height: 19px; margin-bottom: 10px; border-bottom: 1px solid #ccc; padding-bottom: 10px; font-size: 12px;}
.teambox_1 .tel:before {font-family: "icons"; content: "\eccc"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}
.teambox_1 .email:before {font-family: "icons"; content: "\e899"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}
.teambox_1 i, .teambox_1 a {color: #999; -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;}
/*.teambox_1 {transition: all linear 0.25s; -ms-transition: all linear 0.25s; -moz-transition: all linear 0.25s; -webkit-transition: all linear 0.25s; -o-transition: all linear 0.25s; background: #e5e5e5; margin-bottom: 20px;}*/
.teambox_1 .email a, .teambox_1 .email {color: #969696;}
.teambox_1 .image_container {margin: 0;}

/* =============================================================================
 * --forms
 * ========================================================================== */
 form {padding:2px;}
.ce_form .autogrid_wrapper.formfield .inner .widget.widget-text.mandatory {padding-top:4px;}
/*     --hide br
------------------------------------------------- */
form br {display: none;}

/*     --input-wrapper
------------------------------------------------- */
.input-wrapper {margin-bottom: 12px; 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: 20px;}
legend {display: none;}

/*     --input, select, textarea
------------------------------------------------- */
label {display: none;}
input, select, textarea {width: 100%; padding: 15px; margin: 0 0 10px 0; border: 1px solid #E1E1E1; color: #333; background: #f9f9f9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 24px; border-radius: 0; font-size: 14px; font-family: "Open Sans",Helvetica,sans-serif; }
input[type="search"] {-webkit-appearance: none; border-radius: 0!important;}
input[type="submit"], input.submit, button.submit {color: #fff; background: #4aa931;}
select {height: 40px; padding: 8px;}
textarea {height: 200px; min-height: 80px;}

/*     --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
------------------------------------------------- */
.widget-submit button {width: 100%;}
.submit {-webkit-appearance:none; -webkit-box-shadow: none; box-shadow: none; border: 0;}
input[type="submit"], input.submit, button.submit {padding: 10px 12px; text-align: center; display: inline-block; margin-bottom: 4px; background: #4aa931; color: #fff; cursor: pointer;}
input[type="submit"], input.submit, button.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, button.submit:hover {background-color: #595b59; -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: #be1b18;}
input.error {border: 1px solid #be1b18;}
p.error {color: red; clear: both;}

/*     --captcha
------------------------------------------------- */
.ce_form .captcha {width: 20%;}
.ce_form .captcha-container label {width: 100%; display: block;}
.ce_form .captcha_text {display: block; margin-top: 10px;}
.ce_form .captcha-container {background: #ecd0d0; padding: 2%; margin-bottom: 15px;}

/*     --list
------------------------------------------------- */
.ce_text ul, .ce_list ul, .ce_textarea ul, .ce_text ol, .ce_list ol, .ce_textarea ol, .iconbox_content ul
 {margin-bottom: 15px; padding-left: 16px;}
.ce_text li, .ce_list li, .ce_textarea li, .ce_text ol, .ce_list ol, .ce_textarea ol, .iconbox_content li {line-height: 1.8em;}
.ce_text ul li, .ce_list ul li, .ce_textarea ul li, .iconbox_content 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;}

/*     --mod_sitemap
------------------------------------------------- */
.mod_sitemap ul ul {margin: 8px 0 5px 15px;}
.mod_sitemap ul li {border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-bottom: 5px; font-weight: normal; color: #4aa931;}
.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 a:before {content: '';}
.mod_sitemap ul li a {color: #4aa931;}
.mod_sitemap ul li a:hover {text-decoration:underline;}

/*     --jquery tools - tabs
------------------------------------------------- */
.ce_tabcontrol  {overflow: hidden; margin-bottom: 40px;}

.tabs.horizontal, .panes.horizontal {float: none; overflow: hidden;}
.tabs.horizontal {margin-bottom: -1px;}
.panes {background: #f9f9f9; padding: 20px; border: 1px solid #E1E1E1;}
.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 {background: #fff; float: left; line-height: 30px; margin: 0 3px 0 0; overflow: hidden; padding: 14px 30px 14px; position: relative; border: 1px solid #E1E1E1; color: #919191;}
.tabs:hover {color: #666;}
.tabs.selected {background: #f9f9f9; border-bottom: 1px solid #f9f9f9; font-weight: bold;}

.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:first-child a {border-left: 0;}
.tabs.horizontal_clean ul li a:hover, .tabs.horizontal_clean ul li a.current {background: #0093B5; 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: 20px; 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 {box-shadow: -8px 0px 20px -10px rgba(0, 0, 0, 0.2);}
.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: 20px; 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 {box-shadow: 5px 0px 8px -4px rgba(0, 0, 0, 0.2);}
.tabs.vertikal_2 ul li a {border-bottom: 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; background: #fff;}

.tabwrapper.ce_tabs-start .panes .ce_text h3{display: none;}


/*     --ce_gallery with responsive grid
------------------------------------------------- */
.ce_gallery .row1	{overflow: hidden; margin-left: 0; width:100%; float:left; margin-bottom: 25px;}
.ce_gallery .row2	{overflow: hidden; margin-left: 4%; width:48%; float:left; margin-bottom: 25px;}
.ce_gallery .row3	{overflow: hidden; margin-left: 2%; width:32%; float:left; margin-bottom: 25px;}
.ce_gallery .row4	{overflow: hidden; margin-left: 4%; width:22%; float:left; margin-bottom: 25px;}
.ce_gallery .row5	{overflow: hidden; margin-left: 5%; width:16%; float:left; margin-bottom: 25px;}
.ce_gallery .row6	{overflow: hidden; margin-left: 2%; width:15%; float:left; margin-bottom: 25px;}
.ce_gallery .row7	{overflow: hidden; margin-left: 1.5%; width:13%; float:left; margin-bottom: 25px;}
.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 {border: 2px solid #ddd;}
.rounded-images img {border-radius: 500%;}

/*     --ce_gallery isotope 
------------------------------------------------- */
.ce_gallery .isotope .isotope-item {margin-bottom: 25px;}
.ce_gallery .iso_overlay {background: rgba(74,169,49,0.6); position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 0; -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_gallery .iso_overlay i {position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; display: block;}
.ce_gallery .iso_overlay i:before {font-size: 15px; color: #fff; width: 40px; height: 40px; line-height: 40px;}
.ce_gallery .iso_overlay .circle {border-radius: 100%; width: 30px; height: 30px; border: 1px solid #fff; position: absolute; left: 50%; top: 50%; margin-left: -15px; margin-top: -15px; display: block;}
.ce_gallery .item:hover a .iso_overlay .circle {opacity: 0; -moz-transform: scale(1.5); -webkit-transform: scale(1.5); -o-transform: scale(1.5);  -ms-transform: scale(1.5); transform: scale(1.5); -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease; -ms-transition: All 0.8s ease; transition: All 0.8s ease;}
.ce_gallery .item a .iso_overlay {-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_gallery .item:hover a .iso_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_gallery .iteminside {position: relative; display: block; -webkit-transform: translateZ(0);}
.ce_gallery.rounded-images .iso_overlay {border-radius: 100%;}

/*     --ce_image
------------------------------------------------- */
.ce_image.imageBorder {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; width: 45%; 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;}

/*     --table_simple
------------------------------------------------- */
table {margin-bottom: 10px; border-bottom: solid 3px #E3E3E3; width: 100%;}
table td {border-top: solid 1px #E3E3E3; padding: 0.5em; text-align: left;}
table tr.head {background-color: #f9f9f9;}
table td p {margin: 0;}
table th {text-align: left; padding: 0.5em;}

/* =============================================================================
 * media-queries
 * ========================================================================== */
@media only screen and (max-width: 1280px) {
	.ce_imagebox {float: none; display: block; margin: 0 auto 40px auto!important; min-height: auto!important;}
}


/*     --tablets
------------------------------------------------- */
@media only screen and (max-width: 990px), screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	/* body */
	#contentwrapper {padding-top: 0!important;}
	
	/* header */
	#header {width: 100%; position: static!important;}
	#contentwrapper #header .inside {padding-top: 0!important;}
	#header #headerhide, #header .socials, #header .contentbox {display: none!important;}
	body.header_open #top,body.header_open #wrapper,body.header_open footer,body.header_open #bottom,body.header_open, #header_after {margin-left: 0!important;}
	body.header_open #header {width: 100%!important;}
	
	#stickyheader {display: none;}

	/* top */
	#top {display: none!important;}
	
	/* teaser */
	#container_before {border-left: 0; border-right: 0; height: auto;}
	#container_before:before,#container_before:after {display: none;}
	
	/* container */
	#container:before {width: 100%;}


	/* video button */
	.mejs-overlay-button {display: none!important;}
		
	/* menu + mobilemenu */
	#header nav.mainmenu {display: none!important;}
	#submenu {display: none;}
	#nav-open-btn {
		position: absolute;
		right: 2rem;
		top: 1.5rem;
		display: block;
	}
	
	#header .inside, body.blank #header .inside {text-align: left!important; display: table!important; height: 85px!important;}
	body.onepage #headeroffset {height: 85px;}
	
	/* stickyheader */
	#stickyheader {display: none!important}
	
	/* logo */
	.logo {display: table-cell!important; width: 90px; height: 85px; top: 0; left: 40px; position: absolute!important;}
	
	/* ce_gallery isotope masonry */
	.ce_gallery .isotope .block.autogrid {width: 50%;}
	
	/* mod_breadcrumb */
	#pagetitle, .mod_breadcrumb {float: none; text-align: left;}
	
	/* container-inside */
	#container-inside {padding: 40px!important;}
	
	/* #teaser_after .inside */
	#teaser_after .inside {padding: 40px!important;}
	
	/* linktotop */
	#linktotop {display: none!important;}
	
	.ce_footerbox_image {position: relative!important; width: auto!important; border-radius: 10px!important; -moz-border-radius: 10px!important; -webkit-border-radius: 10px!important; float: none!important; margin: 0 auto!important; right: 0!important;}
	
	#footer .ce_text {padding-bottom: 20px;}
	
	/* iconbox */
	/*.ce_iconbox.autogrid {width: 100%!important;}*/
	.ce_iconbox.autogrid {width: 50%!important; height: 100%;}
	
	.float-left, .float-right {float: none;}	
}

/*     --phones
------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.spalte3, .spalte4{
	width:100%;
	min-height:auto;
	}
	
	#footer .float_below img {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
	}
	
	/* body */
	body {padding: 0;}
	
	/* logo */
	.logo { width: 90px; height: 85px; top: 0; left: 20px;}
	
	/* wrapper */
	#wrapper {width: 100%; }
 	
 	/* image_container */
 	.image_container {margin-bottom: 10px; width: 100%; padding: 0; margin: 0 0 10px 0; float: none;}
 	
 	/* container_before - rootpath */
 	.content_page #container_before {display: 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, thead, tfoot, tbody, tr, td, th {display: block;}
 	
 	/* 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 !important; width: 100% !important; 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;}
	
	#slider {margin-top:120px;}
	#slider .rsts-prev, #slider .rsts-next {display: none;}
  	
	/* copyright */
	#bottom .float-left, #bottom .float-right {float: none; text-align: center;}
	#bottom .inside {padding: 20px;}
	
	/* video button */
	.mejs-overlay-button {display: none!important;}
	
	/* 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;}
	
	/* headline  container_before */
	#container_before .inside h1 {font-size: 28px;}
	
	/* container */
	#container-inside {padding: 40px 20px!important;}

	/* container_before */
	#container_before .inside {padding: 20px 20px!important;}
	
	/* container_before */
	#teaser_after .inside {padding: 20px!important;}
	
	/* header .inside  */
	#header .inside {padding: 0 20px;}
	#header .inside, body.blank #header .inside {height: 70px;}
	body.onepage #headeroffset {height: 70px;}
	
	/* button  */
	.button, input[type="submit"], input.submit, button.submit, .submit_container input {display: block; width: 100%!important;}
	#off_canvas .mod_search .submit {width: auto!important;}
	
	/* ce_gallery isotope  */  
	.ce_gallery .isotope .isotope-item {margin-bottom: 10px;}
	
	/* pagination */
	.pagination ul {width: 100%; float: none;}
	.pagination p {width: 100%; float: none;}
	.ce_blog .pagination {bottom: -75px;}
	
	/* bxslider */
	.bx-wrapper .bx-pager.bx-default-pager a {height: 10px; width: 10px;}
	
	/* articlewrapper */
	.articlewrapper.boxed, .articlewrapper.fullwidth_contentboxed > .inside {padding-left: 20px!important; padding-right: 20px!important;}
	
	
}


@media only screen and (max-width: 460px) {
	.ce_imagebox {width: 100%;}
	/* iconbox */
	/*.ce_iconbox.autogrid {width: 100%!important;}*/
	.ce_iconbox.autogrid {width: 100%!important; height: 100%;}
	
	.bellwald-button figure.image_container.float_right img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.bellwald-button figure.image_container.float_right {
    width: 100%;
}
}

@media only screen and (max-width: 420px) {

.text-slider {
    width: 200px;
    line-height: 1;
	bottom: 15%;
	right: 0;
    left: auto;
}
}

/* =============================================================================
 * setting for browsers
 * ========================================================================== */

/* android background fixed bug */
body.android {background-attachment: scroll!important;}

/* safari opacity hover bug */
body.safari * {-webkit-font-smoothing: antialiased;}

/* 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;}
body.ie #footer input:focus, body.ie #footer textarea:focus {padding: 10px; margin: -1px;}

#ui-datepicker-div {
    z-index: 9999 !important;
}
@charset "utf-8";
/* CSS Document */

#schnell {
z-index: -1;
}



@media (max-width:1200px) {
#schnell {
 display: none;
}

}

@charset "UTF-8";



/* CSS Document */

/*.bellwald-button {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}*/

.spalte2-2map {
	
	border: 1px solid #cccccc;
	width: 57.5%;
	float: left;
   	margin: 1% 0 1% 1%;
	padding: 1% 1% 1% 1%;
  	box-sizing:border-box;
	
}

.spaltenclear {
    clear:both;
}

.spalte2-2 {
	border: 1px solid #CCCCCC;
	width: 40.5%;
	float: left;
	margin: 1% 1% 1% 0;
	padding: 1%;
  	box-sizing:border-box;
	position:relative;	
}

.spalte1 {
	clear: both;
	border: 1px solid #CCCCCC;
	margin: 1% 0 1% 0;
	padding: 1%;
	box-sizing:border-box;
	position:relative;
}

.spalte2 {
	border: 1px solid #CCCCCC;
	width: 49%;
	float: left;
	margin: 1% 1% 1% 0;
	padding: 1%;
  	box-sizing:border-box;
	position:relative;	
}

.btn a {
    padding: 5px 15px;
    background-color: #4aa931;
    cursor: pointer;
    color: #fff !important;
}

.btn a:hover {
    text-decoration: none !important;
    background: #595b59;
}

.abstand-h2 {
    margin-top: 35px;
}

.spalte3-reg {
	border: 1px solid #CCCCCC;
	width: 32%;
	float: left;   	
	margin: 1% 1% 1% 0;
	padding: 1%;
  	box-sizing:border-box;
	position:relative;
}



.check-aufz ul :before {
    font-family: fontawesome;
    content: "\f00c";
    position: absolute;
    left: 8px;
    color: #4aa931;
}

.check-aufz ul li {
    list-style-type: none;
    line-height: 29px;
}





@media (max-width:1000px) {


.spalte2-2map {
	
	
	width: 100%;
	margin: 1% 0 1% 0 ;
	padding: 1% 15% 1% 1%;
	
}


.spalte2-2, .spalte2-2, .spalte3-reg {
	width: 100%;
	margin: 1% 0 1% 0%;
	padding: 1%;
}

}





















#header{overflow: visible}#header .inside{overflow: visible}.header_button{width: 200px;position: absolute;left: -200px;overflow: hidden}.hide_header_button .header_button,.home .header_button{display: none}@media (max-width: 1715px){.header_button{left: 200px;top: -20px;width: 130px}}@media (max-width: 1024px){.header_button{left: auto;right: 110px;width: 130px;top: 10px}}@media (max-width: 500px){.header_button{left: auto;right: 30px;width: 90px;top: -30px}}.header_button_image{padding: 0 !important;background: #fff !important}.header_button_image img{width: 100%;height: auto}.header_button_home{display: none}.home .header_button_home{display: flex}.header_button_style{width: 200px;height: 200px;display: flex;align-items: center;justify-content: center;text-align: center;background: #4aa931;border-radius: 50%;color: white;font-size: 22px;line-height: 1.2;padding: 15px;transform: rotate(-13deg);font-weight: bold}.header_button_style a{color: inherit}@media (max-width: 1715px){.header_button_style{transform: rotate(-13deg) scale(.8)}}@media (max-width: 500px){.header_button_style{transform: rotate(-13deg) scale(.5)}}.header_button_style:before{content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;pointer-events: none;border: solid 8px #fff;border-radius: 50%;box-shadow: 0 5px 10px rgba(0,0,0,0.3), 0 3px 7px rgba(0,0,0,0.3) inset}.hide_request_form #schnell{display: none}.ce_rsce_fewo_filter{font-size: 18px}.ce_rsce_fewo_filter ul{display: inline-block;border: solid 2px #4aa931;padding: 10px;margin-right: -7px;margin-bottom: 10px;box-sizing: border-box}.ce_rsce_fewo_filter li{display: inline-block;margin-right: 15px}.ce_rsce_fewo_filter li:last-child{margin-right: 0}.ce_rsce_fewo_filter li a{color: #595b59}.ce_rsce_fewo_filter li a.active{color: #4aa931}@media screen and (max-width: 400px){.ce_rsce_fewo_filter ul{margin-right: 0}}#fewo_wrap{transition: .3s;margin-bottom: 3rem}#fewo_wrap.active{opacity: 1;visibility: visible}@media (min-width: 500px){#fewo_wrap .ce_iconbox{width: 95%}}#fewo_wrap:after{content: '';display: table;clear: both}.ce_image{position: relative}a.ce_hyperlink{color: #ffffff}.immo-banner{pointer-events: none;position: absolute;z-index: 1;width: 200px;height: 200px;transform-origin: left top;top: 0;left: 0}@media (min-width: 768px){.immo-banner{transform: scale(1.5)}}@media (min-width: 1024px){.immo-banner{transform: scale(2)}}@media (min-width: 1400px){.immo-banner{transform: scale(2.5)}}.immo-banner__text{transform: rotate(-33deg) translateY(-60px);transform-origin: bottom right;text-align: center;margin-left: -4rem;margin-right: -1rem;text-transform: uppercase;font-weight: bold;color: white;text-shadow: 0 0 3px rgba(0,0,0,0.3)}.immo-banner--sold .immo-banner__text{background: #b60b08;background: -moz-linear-gradient(90deg, #b60b08 0%, #fb1c1c 43%, #f71f1c 58%, #bb0c09 100%);background: -webkit-linear-gradient(90deg, #b60b08 0%, #fb1c1c 43%, #f71f1c 58%, #bb0c09 100%);background: linear-gradient(90deg, #b60b08 0%, #fb1c1c 43%, #f71f1c 58%, #bb0c09 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b60b08", endColorstr="#bb0c09", GradientType=1)}.immo-banner--reserved .immo-banner__text{background: #003ba6;background: -moz-linear-gradient(90deg, #003ba6 0%, #1561e9 43%, #135ee3 62%, #003ba6 100%);background: -webkit-linear-gradient(90deg, #003ba6 0%, #1561e9 43%, #135ee3 62%, #003ba6 100%);background: linear-gradient(90deg, #003ba6 0%, #1561e9 43%, #135ee3 62%, #003ba6 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003ba6", endColorstr="#003ba6", GradientType=1)}.ce_iconbox .image_container{position: relative;overflow: hidden}.ce_iconbox .iconbox_banner{pointer-events: none;position: absolute;width: 200px;height: 200px;top: 0;left: 0}.ce_iconbox .iconbox_banner_text{transform: rotate(-33deg) translateY(-60px);transform-origin: bottom right;text-align: center;margin-left: -4rem;margin-right: -1rem;text-transform: uppercase;font-weight: bold;color: white;text-shadow: 0 0 3px rgba(0,0,0,0.3)}.ce_iconbox .iconbox_banner--sold .iconbox_banner_text{background: #b60b08;background: -moz-linear-gradient(90deg, #b60b08 0%, #fb1c1c 43%, #f71f1c 58%, #bb0c09 100%);background: -webkit-linear-gradient(90deg, #b60b08 0%, #fb1c1c 43%, #f71f1c 58%, #bb0c09 100%);background: linear-gradient(90deg, #b60b08 0%, #fb1c1c 43%, #f71f1c 58%, #bb0c09 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b60b08", endColorstr="#bb0c09", GradientType=1)}.ce_iconbox .iconbox_banner--reserved .iconbox_banner_text{background: #003ba6;background: -moz-linear-gradient(90deg, #003ba6 0%, #1561e9 43%, #135ee3 62%, #003ba6 100%);background: -webkit-linear-gradient(90deg, #003ba6 0%, #1561e9 43%, #135ee3 62%, #003ba6 100%);background: linear-gradient(90deg, #003ba6 0%, #1561e9 43%, #135ee3 62%, #003ba6 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003ba6", endColorstr="#003ba6", GradientType=1)}.iconbox_content{height: auto !important}.mainmenu li.page_immo .layer_two{min-width: 630px;right: 0}.mainmenu li.page_immo .level_2 > li{width: 50%;float: left}.mainmenu li.fewo .layer_two{right: -280px;left: -410px;background: transparent;box-shadow: none}.mainmenu li.fewo .level_2{border-top: none}.mainmenu li.fewo .level_2 > li{border-top: 5px solid #595b59;background: rgba(255,255,255,0.95);width: 50%;float: left}.mainmenu li.fewo .level_2 > li > a{padding-left: 3px !important}.mainmenu li.fewo .level_2 > li.uebersicht{width: 100%;float: none}.mainmenu li.fewo .level_2 > li.uebersicht a{padding-left: 3px !important;font-size: 14px !important}.mainmenu li.fewo .level_2 > li > span{text-align: left;border-bottom: 1px solid rgba(0,0,0,0.1);line-height: 15px;padding: 8px 25px 10px 20px;color: #676767;font-size: 14px}.mainmenu li.fewo .level_3{border-top: 5px solid #d1d1d1;display: block}.mainmenu li.fewo .level_3 li{width: 50%;display: inline-block;margin-right: -3px}.mainmenu li.fewo .level_3 a{padding: 7px 5px !important}.mainmenu .nav_background > a{color: inherit !important}.mainmenu .nav_background > a:hover,.mainmenu .nav_background > a:focus,.mainmenu .nav_background > a:active{color: inherit !important}.mainmenu .nav_background--red{background: #cb2027 !important;color: white !important}.mainmenu .nav_background--green{background: #4aa931 !important;color: white !important}@media (max-width: 1024px){.cookiebar.cookiebar--position-bottom{bottom: 33px}}.cookiebar .cookiebar__button{background: #4AA931;transition: all .15s}.cookiebar .cookiebar__button:hover{background: #398126}.checkbox_container label{display: inline}#google_translate_element{float: right;margin-top: 7px}#google_translate_element_footer a{color: #000}@media (max-width: 1024px){#bottom{margin-bottom: 30px}}[data-columns]::before{content: '1 .column.size-1of1'}@media (min-width: 500px) and (max-width: 1023px){[data-columns]::before{content: '2 .column.size-1of2'}}@media (min-width: 1024px) and (max-width: 1199px){[data-columns]::before{content: '3 .column.size-1of3'}}@media (min-width: 1200px){[data-columns]::before{content: '4 .column.size-1of4'}}.column{float: left}.size-1of1{width: 100%}.size-1of2{width: 50%}.size-1of3{width: 33.333%}.size-1of4{width: 25%}.subcolumns{display: flex;flex-wrap: wrap}.subcolumns > div{display: flex}.subcolumns > div > div{display: flex}.subcolumns .ce_iconbox{display: flex}.ce_player{margin-top: 35px;margin-bottom: 35px}.ce_player .video_container{position: relative;height: 0;padding-bottom: 56.25%}.ce_player .video_container video{position: absolute;top: 0;left: 0;width: 100%;height: 100%}#ui-datepicker-div{z-index: 9999 !important}
