/* adamina-regular - latin */
@font-face {
  font-family: 'Adamina';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/adamina-v10-latin-regular.eot"); /* IE9 Compat Modes */
  src: local('Adamina Regular'), local('Adamina-Regular'),
       url("/fonts/adamina-v10-latin-regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("/fonts/adamina-v10-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */
       url("/fonts/adamina-v10-latin-regular.woff") format('woff'), /* Modern Browsers */
       url("/fonts/adamina-v10-latin-regular.ttf") format('truetype'), /* Safari, Android, iOS */
       url("/fonts/adamina-v10-latin-regular.svg#Adamina") format('svg'); /* Legacy iOS */
}

/* actor-regular - latin */
@font-face {
  font-family: 'Actor';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/actor-v7-latin-regular.eot"); /* IE9 Compat Modes */
  src: local('Actor Regular'), local('Actor-Regular'),
       url("/fonts/actor-v7-latin-regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("/fonts/actor-v7-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */
       url("/fonts/actor-v7-latin-regular.woff") format('woff'), /* Modern Browsers */
       url("/fonts/actor-v7-latin-regular.ttf") format('truetype'), /* Safari, Android, iOS */
       url("/fonts/actor-v7-latin-regular.svg#Actor") format('svg'); /* Legacy iOS */
}

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

.bx-wrapper .bx-next {
	right: 10px;
	background: url("../../files/cto_layout/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/cto_layout/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/cto_layout/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;
}

/*! 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;
}
/* =============================================================================
 * reset & defaults
 * ========================================================================== */

/*     --reset
------------------------------------------------- */
* {margin: 0; padding: 0; border: 0; outline: 0; background-repeat: no-repeat; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#wrapper .mejs-container *,  #calroot, #theme-menu *, #theme-export, #theme-export * {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
ol, ul {list-style: none;}
table {border-spacing: 0;}
body {height: 100%; position: relative;}

/*     --float classes
------------------------------------------------- */
.float-left {float: left;}
.float-right {float: right;}

/*     --helper classes
------------------------------------------------- */
.center {text-align: center;}
.align_right {text-align: right;}
.hide {display: none;}

/*     --lightbox link height
------------------------------------------------- */
.image_container a {line-height: 0;}

/*     --lightbox width
------------------------------------------------- */ 
#mbCenter img {width: auto; max-width: 100%; height: auto; vertical-align: middle;}

/*     --clearings + defaults
------------------------------------------------- */
.inside{position:relative;text-align:left}
.block{overflow:hidden}
.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both}
.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}
.custom{display:block;text-align:left}
.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden}
*+html #main{position:static}
header,footer,nav,section,aside,article,figure,figcaption{display:block}
#container:after {content: "020"; display: block; height: 0; clear: both; visibility: hidden;}

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

/* =============================================================================
 * general styles & page setup
 * ========================================================================== */

a {color: #555; text-decoration: none;}
.ce_text p a:not(.button) {color: #0093B5;}
p {margin-bottom: 15px;}
blockquote {font-style: italic; font-size: 16px; margin-bottom: 20px;}
blockquote p {line-height: 22px;}
.image_container img {max-width: 100%;}
code, pre {font-family: monospace;}
abbr {background: #efefef; border-bottom: 1px dashed; cursor: pointer;}

/*     --helper classes
------------------------------------------------- */
.bigtext {font-size: 3em; line-height: 1em; font-weight: 300;}
.center {text-align: center;}
.no_margins p {margin: 0;}
.color {color: #0093B5;}
.bg_color {background-color: #0093B5;}
.text_invert, .text_invert h1, .text_invert h2, .text_invert h3, .text_invert h4, .text_invert h5, .text_invert h6, .text_invert a {color: #fff;}
.aligncenter * {text-align: center;}

/*     --margin classes
------------------------------------------------- */
.margin-top10 {margin-top: 10px;}
.margin-top20 {margin-top: 20px;}
.margin-top30 {margin-top: 30px;}
.margin-top40 {margin-top: 40px;}
.margin-top50 {margin-top: 50px;}
.margin-top60 {margin-top: 60px;}
.margin-top70 {margin-top: 70px;}
.margin-top80 {margin-top: 80px;}
.margin-top90 {margin-top: 90px;}
.margin-top100 {margin-top: 100px;}

.margin-bottom10 {margin-bottom: 10px;}
.margin-bottom20 {margin-bottom: 20px;}
.margin-bottom30 {margin-bottom: 30px;}
.margin-bottom40 {margin-bottom: 40px;}
.margin-bottom50 {margin-bottom: 50px;}
.margin-bottom60 {margin-bottom: 60px;}
.margin-bottom70 {margin-bottom: 70px;}
.margin-bottom80 {margin-bottom: 80px;}
.margin-bottom90 {margin-bottom: 90px;}
.margin-bottom100 {margin-bottom: 100px;}

/*     --fontsize classes
------------------------------------------------- */
.fontsize_xxxl {font-size: 100px; line-height: 1em;}
.fontsize_xxl {font-size: 45px; line-height: 60px;}
.fontsize_xl {font-size: 34px; line-height: 50px;}
.fontsize_l {font-size: 28px; line-height: 41px;}
.fontsize_m {font-size: 24px; line-height: 39px;}
.fontsize_s {font-size: 20px; line-height: 31px;}
.fontsize_xs {font-size: 14px; line-height: 22px;}
.fontsize_xxs {font-size: 11px; line-height: 22px;}
.fontsize_xxxs {font-size: 9px; line-height: 20px;}

/*     --border for ce_elements
------------------------------------------------- */
.border-top {border-top: 1px solid #ccc; padding-top: 20px;}
.border-bottom {border-bottom: 1px solid #ccc; padding-bottom: 20px;}

/*     --headlines
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {padding: 0; line-height: 1.4em; margin-bottom: 0.5em; font-family: 'ABeeZee', sans-serif; color: #4d4f4f; font-weight: 400;}
h1 {font-size: 36px;}
h2 {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}


/*     --h1-h6 as divider
------------------------------------------------- */
.divider .ext_txtpic_headline h1:after, .divider .ext_txtpic_headline h2:after, .divider .ext_txtpic_headline h3:after, .divider .ext_txtpic_headline h4:after, .divider .ext_txtpic_headline h5:after, .divider .ext_txtpic_headline h6:after {content: ''; display: inline-block; height: 2px; background: #ccc; width: 65px; text-align: center; margin-bottom: 20px; margin-top: 15px;}
.divider span {display: block;}
.divider h1, .divider h2, .divider h3, .divider h4, .divider h5, .divider h6 {margin-bottom: 0;}
.divider_2 .ext_txtpic_headline h1, .divider_2 .ext_txtpic_headline h2, .divider_2 .ext_txtpic_headline h3, .divider_2 .ext_txtpic_headline h4, .divider_2 .ext_txtpic_headline h5, .divider_2 .ext_txtpic_headline h6 {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVgAAAAHCAYAAABNw1XWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkI0RkVENTQzRjk0MTFFM0FFMjFFNTMxNkNENzhBQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkI0RkVENTUzRjk0MTFFM0FFMjFFNTMxNkNENzhBQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQjRGRUQ1MjNGOTQxMUUzQUUyMUU1MzE2Q0Q3OEFCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQjRGRUQ1MzNGOTQxMUUzQUUyMUU1MzE2Q0Q3OEFCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhTFZn8AAABCSURBVHja7Ni5DQAgDANAghifhppheXZIg7iTsoALK3L0MVcBIF07F2IAyFdFAKBgAZ5yJwIbLIAPFkDBAnxvCzAA9QwDyfsuRn0AAAAASUVORK5CYII=") repeat-x left 50%; line-height: 1.6em; border: 0;}
.divider_2 span {background: #fff; padding: 0 20px 0 20px;}
.divider [class^="icon-"]:before, .divider_2 [class^="icon-"]:before {background: #fff; padding-right: 10px;}
.divider_3 .ext_txtpic_headline {border-bottom: 1px solid #efefef; margin-bottom: 20px;}
.divider_4 .ext_txtpic_headline {border-bottom: 2px solid #efefef; margin-bottom: 20px;}
.divider_5 .ext_txtpic_headline {border-bottom: 3px double #efefef; margin-bottom: 20px;}

/*     --subheadlines
------------------------------------------------- */
.subheadline_h1 {font-size: 18px; color: #acacac; line-height: 1.2em;}
.subheadline_h2 {font-size: 14px; color: #acacac; line-height: 1.2em;}
.subheadline_h3 {font-size: 14px; color: #acacac; line-height: 1.2em;}
.subheadline_h4 {font-size: 13px; color: #acacac; line-height: 1.2em;}
.subheadline_h5 {font-size: 12px; color: #acacac; line-height: 1.2em;}
.subheadline_h6 {font-size: 11px; color: #acacac; line-height: 1.2em;}


#tabelle-links  {margin-left: 20px;}

/*     --hr divider
------------------------------------------------- */
hr {width: 100%; clear: both;}
hr, hr.divider_1 {padding: 0; border: none; border-top: medium double #ddd; color: #ccc; text-align: center; height: 1px;}
hr.divider_2 {position: relative; height: 7px; line-height: 7px; border: 0; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAIAAADZSiLoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMzgwMTE3NDA3MjA2ODExODIyQTlGM0MyNTg5Mjc5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyNUM4QjREMkI1NUUxMUUyQjRFMDk1Qjc3NUNEREM5MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyNUM4QjREMUI1NUUxMUUyQjRFMDk1Qjc3NUNEREM5MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDE4MDExNzQwNzIwNjgxMThBNkRFNERCNDlCNzI3RDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4MDExNzQwNzIwNjgxMTgyMkE5RjNDMjU4OTI3OUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7RQI1BAAAAGklEQVR42mI6cODAfzBgAGIIhwEiAOQABBgAcpsYsYmEevYAAAAASUVORK5CYII="); border-radius: 7px; }
hr.divider_3 {position: relative; height: 11px; line-height: 11px; border: 0; background: url("data:image/png;base64,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") center top no-repeat; background-size: 100%;}
hr.divider_4 {position: relative; height: 11px; line-height: 11px; border: 0; background: url("data:image/png;base64,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") center top repeat-x;}

/*     --articlewrapper
------------------------------------------------- */
body.aw_active #container-inside {padding: 0!important; max-width: 100%!important;}
.articlewrapper.typ2 {background: #F8F8F8;}
.articlewrapper.typ3 {background: #0093b5;}
.articlewrapper.typ3 .servicebox_2[class^="icon-"]:before, .articlewrapper.typ3 .servicebox_2[class*="icon-"]:before {color: rgba(0,0,0,0.5);}
.articlewrapper.typ3, .articlewrapper.typ3 a {color: #fff;}
.articlewrapper.typ3 h1, .articlewrapper.typ3 h2, .articlewrapper.typ3 h3, .articlewrapper.typ3 h4, .articlewrapper.typ3 h5, .articlewrapper.typ3 h6, .articlewrapper.typ3 .subheadline_h1, .articlewrapper.typ3 .subheadline_h3, .articlewrapper.typ3 .subheadline_h3, .articlewrapper.typ3 .subheadline_h4, .articlewrapper.typ3 .subheadline_h5, .articlewrapper.typ3 .subheadline_h6 {color: rgba(0,0,0,0.5);}
.articlewrapper.typ3 .filter li a.selected {border-color: #fff; color: #fff;}
.articlewrapper.typ4 {background: #292929;}
.articlewrapper.typ4 .filter li a.selected {border-color: rgba(255,255,255,0.6); color: #fff; background: rgba(255,255,255,0.3);}
.articlewrapper.typ4 .filter li:hover {border-color: rgba(255,255,255,0.4);}
.articlewrapper.typ5 {border-top: 1px solid #eee;}
.articlewrapper.typ6 {position: relative; overflow: visible;}
.articlewrapper.typ6:after {bottom: 100%;	left: 50%;content: " ";	height: 0; width: 0; position: absolute; margin-left: -30px; border-left: 30px solid transparent; border-top: 30px solid transparent; border-right: 30px solid transparent; border-bottom: 30px solid #fff;}

/*     --body
------------------------------------------------- */
body {color: #969696; overflow-x: hidden; font-family: serifi, Georgia; font-size: 15px; line-height: 24px; background-repeat: repeat; background-position: top left; background-attachment: fixed!important; background-color: #f2f2f2; font-weight: 500;}

/*     --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
------------------------------------------------- */
#contentwrapper {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);}

/*     --top
------------------------------------------------- */
#top {background: #0093B5; position: relative; z-index: 5100; margin: 0 auto 0 auto; font-size: 12px!important; font-family: Arial, sans-serif!important; line-height: 21px!important;}
#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: #fff;}
#top .socials {float: left; margin-right: 35px;}
#top .mod_search {float: right;}
#top .socials a:hover {opacity: 1;}
#top .mod_search {margin-top: 7px; margin-left: 20px; margin-bottom: 4px; border-left: 1px solid rgba(255,255,255,0.4);}
#top .mod_search:hover {border-left: 0;}
#top .mod_search input {background: transparent; width: 40px; padding: 6px 25px 6px 6px!important; border-width: 1px; border-color: transparent; color: #fff; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
#top .mod_search form:hover input {width: 170px; border-color: rgba(255,255,255,0.3); -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 .mod_search .submit {opacity: 1; height: 25px; margin-left: -30px; background: transparent; color: #fff; border-color: rgba(255,255,255,0.4);}
#top .mod_search .text {height: 26px;}
#top .mod_search:before {margin-top: 1px;}
#top #hotline {float: right; line-height: 40px;}
#top #hotline span {margin-left: 20px;}
#top i {font-size: 14px; vertical-align: top;}

/*     --socials
------------------------------------------------- */
.socials {overflow: hidden; display: block;}
.socials a {color: #fff; display: inline-block; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.socials a:before {line-height: 40px; width: 40px; height: 40px; font-size: 14px; color: #fff; margin: 0;}
.socials a:hover:before {color: #fff!important; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}

/*     --sprachwechsler
------------------------------------------------- */
#top .mod_sprachwechsler {float: left; position: relative; overflow: visible; height: 35px; margin-right: 35px;}
#top .mod_sprachwechsler a {margin-right: 5px; line-height: 30px; padding-right: 8px; border-right: 1px solid #ccc; color: #333;}
#top .mod_sprachwechsler a:last-child {border: 0;}
#top .mod_sprachwechsler a:hover {text-decoration: underline;}
#top .mod_sprachwechsler ul {display: none; position: absolute; left: 0; top: 41px; white-space:nowrap; background: rgba(255,255,255,0.9); padding: 5px 15px; box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.3);}
#top .mod_sprachwechsler:hover ul {display: block; -webkit-animation: fadeIn 300ms ease; -moz-animation: fadeIn 300ms ease; -ms-animation: fadeIn 300ms ease; animation: fadeIn 300ms ease;}
#top .mod_sprachwechsler span {cursor: pointer; line-height: 40px;}
#top .mod_sprachwechsler span:after {font-family: "icons"; content: "\ea09"; display: inline-block; position: relative; margin-left: 10px;}
#top .mod_sprachwechsler img {margin-right: 4px; vertical-align: middle;}

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

/*     --header on landing-page without navi
------------------------------------------------- */
body.blank #header .inside {height: 90px;}
body.blank #stickyheader .inside {height: 80px;}

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

/*     --headerimage
------------------------------------------------- */
.headerimage_content_wrapper {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.headerimage_content_outer {margin: 0 auto;max-width: 1280px;display: table; vertical-align: middle; height: 100%; width: 100%;}
.headerimage_content_inner {display: table-cell; vertical-align: middle; padding: 40px;}
.headerimage {line-height: 21px;}
.headerimage.mittig {text-align: center;}
.headerimage.rechts {text-align: right;}
.headerimage.hell, .headerimage.hell h3, .headerimage.hell h4 {color: #fff;}
.headerimage h3 {font-size: 42px; padding: 0; margin: 0;}
.headerimage h4 {font-size: 20px; padding: 0;}
.headerimage img {width: 100%;}

/*     --revolutionslider overwrite default styles
------------------------------------------------- */
.ce_revolutionslider * {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.ce_revolutionslider p {margin: 0;}
.ce_revolutionslider ul {display: none;}
.ce_revolutionslider .image_container img {width: auto; height: auto;}
.ce_revolutionslider .image_container {margin-bottom: 0; width: auto; padding: 0; margin: 0; float: none;}
.ce_revolutionslider {background: #fff; position: relative;}
.ce_revolutionslider .tp-bannertimer {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAYAAAB10jRKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowOEEzQjEwNUM0NzcxMUUzQjQ3Q0YyRTlDRUQwRDhBRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowOEEzQjEwNkM0NzcxMUUzQjQ3Q0YyRTlDRUQwRDhBRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJBQzgwQjNFQzQ2QTExRTNCNDdDRjJFOUNFRDBEOEFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA4QTNCMTA0QzQ3NzExRTNCNDdDRjJFOUNFRDBEOEFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FmUvlQAAABtJREFUeNpi+P//fwMTAxCgEQxACQZsEgABBgDs7QaLN50LOAAAAABJRU5ErkJggg==");}
.ce_revolutionslider video {width: 100%;}
.ce_revolutionslider .rs-container {width: 100%!important; left: 0!important;}
.ce_revolutionslider .tp-leftarrow {left: 0!important;}
.ce_revolutionslider .tp-rightarrow {right: 0!important;}
.ce_revolutionslider .fullscreen {height: 100%;}
.ce_revolutionslider .revicon-right-dir:before {content:'\e912'; margin: 0;}
.ce_revolutionslider .html5vid:hover .tp-video-play-button {display: block!important;}

/*     --layerslider-classes
------------------------------------------------- */
.ce_revolutionslider .tp-caption {line-height: 1.3em;}
.ce_revolutionslider .fontsize18 {font-size: 18px;}
.ce_revolutionslider .fontsize20 {font-size: 20px;}
.ce_revolutionslider .fontsize22 {font-size: 22px;}
.ce_revolutionslider .fontsize24 {font-size: 24px;}
.ce_revolutionslider .fontsize26 {font-size: 26px;}
.ce_revolutionslider .fontsize28 {font-size: 28px;}
.ce_revolutionslider .fontsize30 {font-size: 30px;}
.ce_revolutionslider .fontsize32 {font-size: 32px;}
.ce_revolutionslider .fontsize34 {font-size: 34px;}
.ce_revolutionslider .fontsize36 {font-size: 36px;}
.ce_revolutionslider .fontsize38 {font-size: 38px;}
.ce_revolutionslider .fontsize40 {font-size: 40px;}
.ce_revolutionslider .fontsize42 {font-size: 42px;}
.ce_revolutionslider .fontsize44 {font-size: 44px;}
.ce_revolutionslider .fontsize46 {font-size: 46px;}
.ce_revolutionslider .fontsize48 {font-size: 48px;}
.ce_revolutionslider .fontsize50 {font-size: 50px;}
.ce_revolutionslider .fontsize52 {font-size: 52px;}
.ce_revolutionslider .fontsize54 {font-size: 54px;}
.ce_revolutionslider .fontsize56 {font-size: 56px;}
.ce_revolutionslider .fontsize58 {font-size: 58px;}
.ce_revolutionslider .fontsize60 {font-size: 60px;}
.ce_revolutionslider .fontsize62 {font-size: 62px;}
.ce_revolutionslider .fontsize64 {font-size: 64px;}
.ce_revolutionslider .fontsize66 {font-size: 66px;}
.ce_revolutionslider .fontsize68 {font-size: 68px;}
.ce_revolutionslider .fontsize70 {font-size: 70px;}
.ce_revolutionslider .fontsize72 {font-size: 72px;}
.ce_revolutionslider .fontsize74 {font-size: 74px;}
.ce_revolutionslider .fontsize76 {font-size: 76px;}
.ce_revolutionslider .fontsize78 {font-size: 78px;}
.ce_revolutionslider .fontsize80 {font-size: 80px;}
.ce_revolutionslider .fontsize82 {font-size: 82px;}
.ce_revolutionslider .fontsize84 {font-size: 84px;}
.ce_revolutionslider .fontsize86 {font-size: 86px;}
.ce_revolutionslider .fontsize88 {font-size: 88px;}
.ce_revolutionslider .fontsize90 {font-size: 90px;}
.ce_revolutionslider .fontsize92 {font-size: 92px;}
.ce_revolutionslider .fontsize94 {font-size: 94px;}
.ce_revolutionslider .fontsize96 {font-size: 96px;}
.ce_revolutionslider .fontsize98 {font-size: 98px;}
.ce_revolutionslider .fontsize100 {font-size: 100px;}
.ce_revolutionslider .white {color: #fff;}
.ce_revolutionslider .black-font {color: #333;}
.ce_revolutionslider .italic {font-style: italic; font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-weight: 400;}
.ce_revolutionslider .bold {font-weight: bold;}

/*     --revolutionslider-linkToBottom
------------------------------------------------- */
.ce_revolutionslider #linkToContent {display: none;}
.ce_revolutionslider .fullscreen #linkToContent {display:block; position: absolute; left: 50%; bottom: 80px; margin-left: -35px; width: 70px; height: 70px; z-index: 100; opacity: 1; cursor: pointer;}
.ce_revolutionslider .fullscreen #linkToContent a {background: transparent!important;}
.ce_revolutionslider .fullscreen #linkToContent a:before {font-family: "icons"; content: "\ea09"; opacity: 0.6; display: inline-block; position: relative; margin-right: 5px; font-size: 70px; background: #fff; border-radius: 99px; width: 70px; height: 70px; line-height: 75px; text-align: center; transition: opacity 0.35s; -webkit-transition: opacity 0.35s; -moz-transition: opacity 0.35s; -o-transition: opacity 0.35s; -ms-transition: opacity 0.35s; color: #fff; background: rgba(0,0,0,0.3)!important;}
.ce_revolutionslider .fullscreen #linkToContent a:hover:before {opacity: 1;}

/*     --layerslider-caption (all)
------------------------------------------------- */
.ce_revolutionslider h1 {font-size: 44px;}
.ce_revolutionslider .tp-caption a {color: #fff;}
.ce_revolutionslider .tp-caption a:hover {color: #fff; background: rgba(255,255,255,0.4)!important;}

/*     --bxslider
------------------------------------------------- */
.bxslider {width: 0;}
.bx-wrapper {margin-bottom: 0; position: relative;}
.bx-wrapper .bx-viewport {border:0; left: 0; box-shadow: none; z-index: 200; background: transparent!important;}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {background: none;}
.bx-wrapper .bx-controls {height: 100%!important; top: 50%; position: static; z-index: 100;}
.bx-wrapper .bx-controls-direction {position: absolute; top: -35px; right:0; width: 65px; overflow: hidden; height: 24px;}
.bx-wrapper .bx-controls-direction a:before {font-family: "icons"; font-size: 24px; line-height: 24px; max-height: 24px; width: inherit; display: inline-block; position: absolute; overflow: hidden; top: 50%; text-align: center; margin-top: -12px; color: #333;} 
.bx-wrapper .bx-controls-direction a.bx-next:before {content: "\ea04";}
.bx-wrapper .bx-controls-direction a.bx-prev:before {content: "\ea03";}
.bx-wrapper .bx-controls-direction a.bx-prev {float: left; background: #fff; left: 0; box-shadow: 5px 0 11px -5px rgba(0,0,0,0.5);}
.bx-wrapper .bx-controls-direction a.bx-next {float: right; background: rgba(0, 0, 0, 0.3); right: 0; background: #fff; box-shadow: -5px 0 11px -5px rgba(0,0,0,0.5);}
.bx-wrapper .bx-controls-direction a {text-indent: 0; margin-top: 0; width: 24px; height: 24px; margin: 0; opacity: 0.7;}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {z-index: 1000; bottom: -60px;}
.bx-wrapper .bx-controls-direction a:hover {opacity: 0.9;}
.bx-wrapper .caption {display: none;}
.bx-wrapper .bx-controls-direction a {z-index: 1000;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #ccc; width: 40px; height: 5px; border-radius: 0!important; -webkit-border-radius: 0!important; box-shadow: none;}
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #0093B5;}

/*     --ce_bxslider
------------------------------------------------- */
.ce_bxslider {padding-bottom: 40px;}
.ce_bxslider .bx-wrapper .bx-controls-direction {top: 0; background: transparent; width: 100%; padding: 0; height: 100%;}
.ce_bxslider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {width: 100%; text-align: center; bottom: 5px;}
.ce_bxslider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {bottom: 10px; right: 10px;}
.ce_bxslider .bx-wrapper .bx-controls-direction a {height: 66px; top: 50%; margin-top: -33px;}
.ce_bxslider .bx-wrapper .bx-pager .bx-pager-item {padding: 5px 0;}
.ce_bxslider .ce_bxslider_inside div:not(.ce_image) {padding: 40px;}
.ce_bxslider .bx-wrapper .bx-controls-direction a:before {margin-top: -12px;}

/*     --mod_breadcrumb
------------------------------------------------- */
.mod_breadcrumb {color: #5e5e5e; font-size: 11px; text-align: right; 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: #888888;}
.mod_breadcrumb a:hover {text-decoration: underline;}

/*     --pagetitle
------------------------------------------------- */
#pagetitle {font-size: 20px; display: inline-block; float: left; text-transform: uppercase;}

/*     --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 10px 40px;}
#container_before {position: relative; display: block; margin: 0 auto 0 auto; width: 100%; background: #fff;}

/*  on content-pages - rootpath*/
.content_page #container_before {background: #FCFCFC; margin: 0; border-bottom: 1px solid #E1E1E1; border-top: 1px solid #E1E1E1;}
.content_page #container_before .inside {padding-top: 20px; padding-bottom: 20px;}

/*     --teaser_after
------------------------------------------------- */
#teaser_after {background: #F7F7F7;}
#teaser_after .inside {position: relative; margin: 0 auto; overflow: hidden; padding: 40px;}

/*     --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;}
#sidearea {width: 290px; background: #2f2f2f; position: absolute; top: 0; right: 0; height: 100%; z-index: 10000000; display: none;}
#sidearea-close {cursor: pointer; border-bottom: 1px solid #3E3E3E; 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;}

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

/* =============================================================================
 * sidebars
 * ========================================================================== */

/*     --sidebar_left
------------------------------------------------- */
body.sidebar_left #main {overflow: hidden; width:70%; float:left; position:relative;}
body.sidebar_left #left {overflow: hidden; margin-right: 5%; width:25%; float:left; position:relative; box-shadow: 19px 0px 16px -20px rgba(0, 0, 0, 0.2);}
body.sidebar_left #left .inside {padding-right: 18%;}

/*     --sidebar_right
------------------------------------------------- */
body.sidebar_right #main {overflow: hidden; width:70%; float:left; position:relative;}
body.sidebar_right #right {overflow: hidden; margin-left: 5%; width:25%; float:left; position:relative; box-shadow: -19px 0px 16px -20px rgba(0, 0, 0, 0.2);}
body.sidebar_right #right .inside {padding-left: 18%; padding-bottom: 45px;}
	
/*     --sidebar_both
------------------------------------------------- */
body.sidebar_both #main {overflow: hidden; width:48%; float:left; position:relative;}
body.sidebar_both #right {overflow: hidden; margin-left: 4%; width:22%; float:left; position:relative; box-shadow: -19px 0px 16px -20px rgba(0, 0, 0, 0.2);}
body.sidebar_both #right .inside {padding-left: 18%;}
body.sidebar_both #left {overflow: hidden; margin-right: 4%; width:22%; float:left; position:relative; box-shadow: 19px 0px 16px -20px rgba(0, 0, 0, 0.2);}
body.sidebar_both #left .inside {padding-right: 18%;}


/* =============================================================================
 * footer
 * ========================================================================== */
#footer {background: #242528; font-size: 0.9em;}
#footer, #footer a {color: #8C8989;}
#footer a:hover {text-decoration: underline;}
#footer .inside  {margin: 0 auto; padding: 80px 40px;}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {font-weight: bold; color: #fff;}
#footer ul {padding: 0;}
#footer li {margin-bottom: 8px; padding-bottom: 8px; list-style-type: none;}
#footer li:before {font-family: "icons"; content: "\2b"; display: inline-block; position: relative; margin-right: 10px;}
#footer .socials a:before {height: 40px; width: 40px; line-height: 40px; color: #8C8989; background: none; font-size: 18px; margin-right: 1px;}
#footer .socials {display: inline-block;}
#footer .socials a {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
#footer .socials a:hover {text-decoration: none; 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;}
#footer .autogrid {padding-left: 2%; padding-right: 2%;}

/*     --footer contact icons
------------------------------------------------- */
#footer [class^="icon-"]:before, #footer [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;} 
#footer [class^="icon-"] p, #footer [class*="icon-"] p {margin-left: 2em; margin-bottom: 0;}

/* =============================================================================
 * bottom, copyright
 * ========================================================================== */

#bottom {background: #fff; font-size: 0.9em;}
#bottom .inside  {max-width: 1280px; margin: 0 auto; padding: 40px;}
#bottom a:hover {text-decoration: underline;}
#bottom .last a {padding: 0 5px;}
#bottom .last a:last-child {padding-right: 0;}


/* =============================================================================
 * menues
 * ========================================================================== */


/*     --mainmenue
------------------------------------------------- */
nav.mainmenu a, nav.mainmenu a:hover, nav.mainmenu a span, nav.mainmenu a:hover span {-webkit-transition: All 0.4s ease; -moz-transition: All 0.4s ease; -o-transition: All 0.4s ease; -ms-transition: All 0.4s ease ; transition: All 0.4s ease; -webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0);-webkit-perspective: 1000;-webkit-transform: translate3d(0,0,0);}
nav.mainmenu {overflow: visible!important; line-height: 0; display: table-cell; vertical-align: middle;}
nav.mainmenu ul {position: relative; float: right; -webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0);;-webkit-perspective: 1000;-webkit-transform: translate3d(0,0,0);}
nav.mainmenu ul ul {float:none;}
nav.mainmenu .layer_two {white-space:nowrap; padding: 0; margin-left: 0; background: rgba(255,255,255,0.95); white-space:nowrap; 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.megamenu {position: static;}
nav.mainmenu ul li:hover .layer_two {display: block;}
nav.mainmenu ul li a {display: block; text-decoration: none; position: relative; line-height: 24px; min-height: inherit; text-align: left; font-size: 16px; float: none; padding: 28px 0; font-family: 'ABeeZee', sans-serif; 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 #0093B5;}
nav.mainmenu ul ul ul {border-top: 0!important;}
nav.mainmenu ul ul li > a:before {margin-right: 5px;}
nav.mainmenu ul li a.first {border-top: 0;}
nav.mainmenu ul li.last ul {right: 0;}
nav.mainmenu ul ul li {float: none; position: relative; line-height: 32px; min-height: 0;}
nav.mainmenu ul ul li a {font-weight: 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; background: #0093B5; 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 {background: #0093B5; color: rgba(255, 255, 255, 0.8);}
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;}

/* megamenu */
nav.mainmenu ul .megamenu ul ul {box-shadow: none;}
nav.mainmenu ul .megamenu .level_3 {-webkit-animation: none; -moz-animation: none; -ms-animation: none; animation: none;}
nav.mainmenu ul li.megamenu .layer_two {right: 0;}
nav.mainmenu ul li.megamenu .layer_two > ul {display: table; padding: 20px 0;}
nav.mainmenu ul li.megamenu .layer_two > ul > li {display: table-cell; vertical-align: top;}
nav.mainmenu ul li.megamenu:hover ul {display: block;}
nav.mainmenu ul li.megamenu ul ul {position: static;}
nav.mainmenu ul li.megamenu ul li {border-left: 0;}
nav.mainmenu ul li.megamenu ul li.first, nav.mainmenu ul li.megamenu ul ul li {border-left: 0;}
nav.mainmenu ul li.megamenu ul li ul li {float: none; width: auto; overflow: hidden;}
nav.mainmenu ul li.megamenu ul.level_3, nav.mainmenu ul li.megamenu ul.level_4, nav.mainmenu ul li.megamenu ul.level_5 {background: transparent;}
nav.mainmenu ul.level_4 li a {margin-left: 20px;}
nav.mainmenu ul.level_5 li a {margin-left: 30px;}
nav.mainmenu ul li.megamenu .level_2 li a.submenu:after {content: "\e75c";}
nav.mainmenu ul li.megamenu .image_container img {max-width: inherit;}
nav.mainmenu ul li.megamenu .image_container a, nav.mainmenu .image_container a:hover {background: transparent!important; border: 0!important; padding: 0!important; line-height: 0!important;}
nav.mainmenu ul li.megamenu .level_2 li.submenu a.submenu {text-transform: uppercase; color: rgba(0,0,0,0.4); border: 0;}
nav.mainmenu ul li.megamenu .level_2 li.submenu a.submenu:hover {color: rgba(255,255,255,0.8);}
nav.mainmenu ul li.megamenu .level_2 li.submenu a.submenu:after {display: none!important;}

/* megamenu helper classes */
nav.mainmenu ul li.megamenu .layer_two > ul > li.mm_align_bottom {vertical-align: bottom;}
nav.mainmenu ul li.megamenu .layer_two > ul > li.mm_align_bottom .ce_image {margin-bottom: -20px;}


/* 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;}
#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 {height: 60px; position: absolute!important;}
#stickyheader nav.mainmenu {display: table-cell!important;}
#stickyheader nav.mainmenu ul:not(.vlist) {float: right!important;}
#stickyheader nav.mainmenu ul li a {padding-top: 18px; padding-bottom: 18px; }
#stickyheader nav.mainmenu ul li a:before {display: none;}

/*     --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: 26px!important;}
nav.mainmenu .columheader {font-family: 'ABeeZee', 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 {opacity: 0;}
#off_canvas.pushy-open {opacity: 1;}
#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;}
#off_canvas a.submenu {cursor: pointer; padding-right: 50px;}
#off_canvas a.submenu:after {content:'[+]'; padding-right: 20px; position: absolute; right: 0;}
#off_canvas li.open > a.submenu:after {content:'­&shy;';}
#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: #0093B5; padding: 6px; float: right;}
#off_canvas form {text-align: center;}
#off_canvas form button {}
#off_canvas form input {width: 83%!important; border: 0; height: 33px;}
#off_canvas .mod_search {border-bottom: 1px solid #3c3c3c; margin-bottom: 5px; padding: 10px; background: #1a1a1a;}
#off_canvas .sprachwechsler {float: none; padding: 0; border: 0; margin: 0;} 
#off_canvas .sprachwechsler a {background: #4B4B4B; border-right: 0; margin: 0; padding: 7px 12px;}
#off_canvas .sprachwechsler span {display: none;}
#off_canvas .sprachwechsler img {margin-right: 5px;}
#off_canvas .mod_search .submit {height: 33px;}
.pushy, #contentwrapper, .push {-webkit-perspective: inherit!important;}
.pushy, #contentwrapper, .push {-webkit-backface-visibility:inherit!important;}

/* onepagenav */
#off_canvas #onepagenav {float: none;}
#off_canvas #onepagenav nav.mainmenu {display: block!important;}
#off_canvas #onepagenav nav.mainmenu ul {float: none;}
#off_canvas #onepagenav nav.mainmenu ul li {float: none;}
#off_canvas #onepagenav nav.mainmenu ul li a {padding: 20px 14px;}
#off_canvas #onepagenav a:hover, #off_canvas #onepagenav nav.mainmenu ul li.current a {background: #4b4b4b; color: #fff;}
#off_canvas #onepagenav a:after {display: none;}

/* =============================================================================
 * features + contao modules
 * ========================================================================== */
 
 /*     --contao content slider
------------------------------------------------- */
.slider-control	{position:static!important; height:0!important;}
.slider-control a {top: 50%!important; opacity: 0.7; margin-top: -35px!important;}
.slider-control a:hover {opacity: 1;}
.slider-menu {bottom: 15px; top: auto!important; font-family: Arial, sans-serif;}
.slider-menu b {margin: 0 2px!important;}
.ce_sliderStart {position: relative!important;}
.slider-next {background: rgba(160, 160, 160, 0.5); right: 0; border-radius: 3px 0 0 3px; z-index: 100; width: 50px; height: 70px; color: rgba(0, 0, 0, 0);}
.slider-next:before {font-family: "icons"; content: "\ea08"; display: block; position: relative; font-size: 30px; line-height: 26px; margin-top: -12px; top: 50%; text-align: center; color: #fff;}
.slider-prev {background: rgba(160, 160, 160, 0.5); left: 0!important; border-radius: 0 3px 3px 0; z-index: 100; width: 50px; height: 70px; color: rgba(0, 0, 0, 0);}
.slider-prev:before {font-family: "icons"; content: "\ea07"; display: block; position: relative; font-size: 30px; line-height: 26px; margin-top: -12px; top: 50%; text-align: center; color: #fff;}
.ce_sliderStart .caption {display: none;}

/* contao content slider in #main  */
#main .slider-next:before, .small_arrows .slider-prev:before {font-size: 18px;}
#main .slider-next, #main .slider-prev, .small_arrows .slider-prev, .small_arrows .slider-next {width: 25px; height: 30px;}
#main .slider-control .slider-menu {bottom: 0px; width: auto; right: 0; left: auto;}

/*     --back links
------------------------------------------------- */
.back a:before {font-family: "icons"; content: '\e881'; margin-right: 5px;}

/*     --extended text & bild custom element
------------------------------------------------- */
.ce_text-mit-bild-erweitert .ext_txtpic {overflow: hidden;}
.ce_text-mit-bild-erweitert .float_left .ext_txtpic_bild {float: left; padding: 0; margin-right: 20px;}
.ce_text-mit-bild-erweitert .float_right .ext_txtpic_bild {float: right; padding: 0; margin-left: 20px;}
.ce_text-mit-bild-erweitert .float_right .image_container {float: right;}
.ce_text-mit-bild-erweitert .ext_txtpic.col_left {display: table;}
.ce_text-mit-bild-erweitert .col_left .ext_txtpic_bild {display: table-cell; vertical-align: top;}
.ce_text-mit-bild-erweitert .col_left .ext_txtpic_bild img {width: 100%; height: auto;}
.ce_text-mit-bild-erweitert .col_left .ext_txtpic_text {display: table-cell;  vertical-align: top;}
.ce_text-mit-bild-erweitert .ext_txtpic.col_left .ce_textarea, .ce_text-mit-bild-erweitert .ext_txtpic.col_left .ext_txtpic_text .ext_txtpic_headline, .ce_text-mit-bild-erweitert .ext_txtpic.col_left .ce_hyperlink {padding-left: 5%;}
.ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_left .ce_textarea, .ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_left .ext_txtpic_text .ext_txtpic_headline, .ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_left .ce_hyperlink {padding-left: 0;}
.ce_text-mit-bild-erweitert .col_right .ext_txtpic_bild {display: table-cell;}
.ce_text-mit-bild-erweitert .col_right .ext_txtpic_bild img {width: 100%; height: auto;}
.ce_text-mit-bild-erweitert .col_right .ext_txtpic_text {display: table-cell;}
.ce_text-mit-bild-erweitert .ext_txtpic.col_right .ce_textarea, .ce_text-mit-bild-erweitert .ext_txtpic.col_right .ext_txtpic_text .ext_txtpic_headline, .ce_text-mit-bild-erweitert .ext_txtpic.col_right .ce_hyperlink {padding-right: 5%;}
.ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_right .ce_textarea, .ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_right .ext_txtpic_text .ext_txtpic_headline, .ce_text-mit-bild-erweitert .no_image .ext_txtpic.col_right .ce_hyperlink {padding-right: 0;}
.ce_text-mit-bild-erweitert .ext_ce_text_oben, .ce_text-mit-bild-erweitert .ext_ce_image_oben {vertical-align: top!important;}
.ce_text-mit-bild-erweitert .ext_ce_text_mittig, .ce_text-mit-bild-erweitert .ext_ce_image_mittig {vertical-align: middle!important;}
.ce_text-mit-bild-erweitert .ext_ce_text_unten, .ce_text-mit-bild-erweitert .ext_ce_image_unten {vertical-align: bottom!important;}
.ce_text-mit-bild-erweitert .headline_beside, .ce_text-mit-bild-erweitert .headline_beside h1, .ce_text-mit-bild-erweitert .headline_beside h2, .ce_text-mit-bild-erweitert .headline_beside h3, .ce_text-mit-bild-erweitert .headline_beside h4, .ce_text-mit-bild-erweitert .headline_beside h5, .ce_text-mit-bild-erweitert .headline_beside h6 {background: none!important; border: 0!important;}
.ce_text-mit-bild-erweitert .headline_beside [class^="icon-"]:before {padding-right: 0;}
.ce_text-mit-bild-erweitert .ext_ce_frame_1 .image_container {border: 1px solid #ccc;}
.ce_text-mit-bild-erweitert .ext_ce_frame_2 .image_container {border: 2px solid #ccc;}
.ce_text-mit-bild-erweitert .ext_ce_frame_3 .image_container {border: 1px dashed #ccc;}
.ce_text-mit-bild-erweitert .ext_ce_frame_4 .image_container {border: 2px dashed #ccc;}
.ce_text-mit-bild-erweitert .image_container {margin-bottom: 0;}
.ce_text-mit-bild-erweitert .ext_txtpic_bild {line-height: 0;}
.ce_text-mit-bild-erweitert .ext_txtpic_bild img {max-width: 100%; height: auto;}
.ce_text-mit-bild-erweitert .txt_right * {text-align: right;}
.ce_text-mit-bild-erweitert .txt_center * {text-align: center;}
.ce_text-mit-bild-erweitert .txt_center .image_container img {display: inline-block;}
.ce_text-mit-bild-erweitert .txt_center .image_container {line-height: 0;}
.ce_text-mit-bild-erweitert .headline_middle {text-align: center;}
.ce_text-mit-bild-erweitert .ce_hyperlink {margin-top: 30px;}

#text-mit-bild-erweitert {background-color: #ffffff; background-clip: content-box;background-size: 50% auto;}
#text-mit-bild-erweitert2 {background-color: #ffffff; background-clip: content-box;}
#text-mit-bild-erweitert5 h1 {color: #0093b5; margin-top: 35px;}

.ce_text-mit-bild-erweitert .bottom_center .ext_txtpic_bild, .ce_text-mit-bild-erweitert .top_center .ext_txtpic_bild {margin-left: auto; margin-right: auto; max-width: 100%; line-height: 0;}

/* CSS3 filter + effects */
.ext_txtpic_bild img, .ext_txtpic_bild img:hover {-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.ext_ce_gray img, .ext_ce_gray_hover img {filter: Gray(); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);} 
.ext_ce_gray_hover img:hover {filter: none; /* IE6-9 */ -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);}
.ext_ce_opacity img {opacity: 0.8;}
.ext_ce_opacity img:hover {opacity: 1;}
.ext_ce_blur img {-webkit-filter: blur(5px); -moz-filter: blur(5px);}
.ext_ce_blur .image_container {padding: 10px;}
.ext_ce_blur img:hover {-webkit-filter: none; -moz-filter: none;}
.ext_ce_zoomin img {-moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}
.ext_ce_zoomin img:hover {-moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none;}
.ext_ce_zoomout img {-moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none;}
.ext_ce_zoomout img:hover {-moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}

/* CSS3 animation */
.ext_ce_effect_ltr .image_container, .ext_ce_effect_rtl .image_container, .ext_ce_effect_btt .image_container, .ext_ce_effect_ttb .image_container {opacity: 0;}
.ext_ce_effect_ltr .image_container {-webkit-animation: fadeimages-ltr 0.8s 1 cubic-bezier(1,0,0,1); -moz-animation: fadeimages-ltr 0.8s 1 cubic-bezier(1,0,0,1); -o-animation: fadeimages-ltr 0.8s 1 cubic-bezier(1,0,0,1); animation: fadeimages-ltr 0.8s 1 cubic-bezier(1,0,0,1); opacity: 1;}
.ext_ce_effect_rtl .image_container {-webkit-animation: fadeimages-rtl 0.8s 1 cubic-bezier(1,0,0,1); -moz-animation: fadeimages-rtl 0.8s 1 cubic-bezier(1,0,0,1); -o-animation: fadeimages-rtl 0.8s 1 cubic-bezier(1,0,0,1); animation: fadeimages-rtl 0.8s 1 cubic-bezier(1,0,0,1); opacity: 1;}
@-webkit-keyframes fadeimages-ltr{0%{-webkit-transform:translate(-10%,0);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes fadeimages-ltr{0%{-moz-transform:translate(-10%,0);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes fadeimages-ltr{0%{-o-transform:translate(-10%,0);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes fadeimages-ltr{0%{transform:translate(-10%,0);opacity:0}100%{transform:translate(0,0);opacity:1}}@-webkit-keyframes fadeimages-rtl{0%{-webkit-transform:translate(10%,0);opacity:0}100%{-webkit-transform:translate(0,0);opacity:1}}@-moz-keyframes fadeimages-rtl{0%{-moz-transform:translate(10%,0);opacity:0}100%{-moz-transform:translate(0,0);opacity:1}}@-o-keyframes fadeimages-rtl{0%{-o-transform:translate(10%,0);opacity:0}100%{-o-transform:translate(0,0);opacity:1}}@keyframes fadeimages-rtl{0%{transform:translate(10%,0);opacity:0}100%{transform:translate(0,0);opacity:1}}

/*     --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: center;}
table td p {margin: 0;}
table th {text-align: left; padding: 0.5em;}

/*     --table_striped
------------------------------------------------- */
.table-striped tr.even {background: #f8f8f8;}


/*     --table_blank
------------------------------------------------- */
.table-blank tr, .table-blank td, .table-blank th, .table-blank table {border: 0; padding: 0;}

/*     --table_extended
------------------------------------------------- */
.table-extended table {text-align: left; color: #666; font-size: 14px; text-shadow: 1px 1px 0px #fff; border: 1px solid #e0e0e0;}
.table-extended table td {text-align: left; font-size: 14px; }
.table-extended table th {text-align: left; font-size: 14px; }
.table-extended table th.col_first {text-align: left;}
.table-extended table tr.odd td {background: #f6f6f6;}
.table-extended table td.col_first {text-align: left; border-left: 0;}
.table-extended table .row_last td {border-bottom: 0;}
.table-extended table td {-webkit-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; transition:all .4s ease-in-out;}

/*     --ce_imagemap
------------------------------------------------- */
.ce_imagemap {overflow: visible;}
.ce_imagemap .imagemap_inside {position: relative;}
.ce_imagemap .image_container img {width: 100%;}
.ce_imagemap .hotspot_content {display: none; background: rgba(255,255,255,0.9); padding: 20px; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3); position: absolute; z-index: 2000; min-width: 250px; text-align: left;}
.ce_imagemap .hotspot_content.left {left: auto; right: 100%; margin-right: -14px; top: -15px; border-radius: 8px 0 8px 8px;}
.ce_imagemap .hotspot_content.left {-webkit-animation: fadeInLeft 500ms ease; -moz-animation: fadeInLeft 500ms ease; -ms-animation: fadeInLeft 500ms ease; animation: fadeInLeft 500ms ease;}
.ce_imagemap .hotspot_content.right {left: 16px; top: -15px; border-radius: 0px 8px 8px 8px;}
.ce_imagemap .hotspot_content.right {-webkit-animation: fadeInRight 500ms ease; -moz-animation: fadeInRight 500ms ease; -ms-animation: fadeInRight 500ms ease; animation: fadeInRight 500ms ease;}
.ce_imagemap .hotspot {position: absolute; z-index: 1000;}
.ce_imagemap .hotspot li {position: relative;}
.ce_imagemap .hotspot:before {font-family: "icons"; content: "+"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; padding: 5px; font-size: 22px; height: 20px; width: 20px; line-height: 20px; text-align: center; color: #000;}
.ce_imagemap .hotspot:hover {z-index: 2100;}
.ce_imagemap .hotspot:hover .hotspot_content {display: block;}
.ce_imagemap .bild {position: relative; z-index: 100;}
.ce_imagemap .imagemap_inside.center {margin: 0 auto;}
.ce_imagemap .circle {border-radius: 100%; width: 36px; height: 36px; border: 2px solid rgba(255,255,255,0.5); position: absolute; left: 50%; top: 50%; margin-left: -18px; margin-top: -18px; display: block; background: rgba(255,255,255,0.3); box-shadow: 0 0 0 4px #0093B5;}
.ce_imagemap .hotspot:hover .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_imagemap .hotspot .circle {opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1);  -ms-transform: scale(1); transform: scale(1); -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;}

/* small */
.ce_imagemap .hotspot.small:before {padding: 5px; font-size: 15px; height: 20px; width: 20px; line-height: 20px;}
.ce_imagemap .hotspot.small .hotspot_content.left {margin-right: -14px; top: -14px;}
.ce_imagemap .hotspot.small .hotspot_content.right {left: 16px; top: -14px;}
.ce_imagemap .hotspot.small .circle {border-radius: 100%; width: 20px; height: 20px; border: 1px solid rgba(255,255,255,0.5); position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; display: block; background: rgba(255,255,255,0.3); box-shadow: 0 0 0 2px #0093B5;}

/* pointer small */
.ce_imagemap .hotspot.pointer_small:before {content: '\e93d';}
.ce_imagemap .hotspot.pointer_small .circle {display: none;}
.ce_imagemap .hotspot.pointer_small .hotspot_content.left {top: 0; right: 100%; margin: 0 -15px 0 0;}
.ce_imagemap .hotspot.pointer_small .hotspot_content.right {top: 0; left: 15px; margin: 0;}

/* pointer large */
.ce_imagemap .hotspot.pointer_large:before {content: '\e93d'; font-size: 40px;}
.ce_imagemap .hotspot.pointer_large .circle {display: none;}
.ce_imagemap .hotspot.pointer_large .hotspot_content.left {top: 0; right: 100%; margin: 0 -15px 0 0;}
.ce_imagemap .hotspot.pointer_large .hotspot_content.right {top: 0; left: 15px; margin: 0;}

/*     --ce_gallery with responsive grid
------------------------------------------------- */
.ce_gallery .row1	{overflow: hidden; margin-left: 0; width:100%; float:left; margin-bottom: 15px;}
.ce_gallery .row2	{overflow: hidden; margin-left: 4%; width:48%; float:left; margin-bottom: 15px;}
.ce_gallery .row3	{overflow: hidden; margin-left: 5%; width:30%; float:left; margin-bottom: 15px;}
.ce_gallery .row4	{overflow: hidden; margin-left: 4%; width:22%; float:left; margin-bottom: 15px;}
.ce_gallery .row5	{overflow: hidden; margin-left: 5%; width:16%; float:left; margin-bottom: 15px;}
.ce_gallery .row6	{overflow: hidden; margin-left: 2%; width:15%; float:left; margin-bottom: 15px;}
.ce_gallery .row7	{overflow: hidden; margin-left: 1.5%; width:13%; float:left; margin-bottom: 15px;}
.ce_gallery .row8	{overflow: hidden; margin-left: 1.71%; width:11%; float:left;	position:relative;}
.ce_gallery .row9	{overflow: hidden; margin-left: 1.25%; width:10%; float:left;	position:relative;}
.ce_gallery .row10	{overflow: hidden; margin-left: 1%; width:9.1%; float:left;	position:relative;}
.ce_gallery .row11	{overflow: hidden; margin-left: 1.1%; width:8.09%; float:left;	position:relative;}
.ce_gallery .row12	{overflow: hidden; margin-left: 1%; width: 7.41%; float:left;	position:relative;}

.ce_gallery .col_first {margin-left: 0!important; clear: both;}
.ce_gallery li {position: relative;}
.ce_gallery img:not(.iso_image) {max-width: 100%; display: block; height: auto;}
.ce_gallery .caption {letter-spacing: 0; word-spacing: 0; font-size: 12px; line-height: 16px;}

/* special classes for ce_gallery */
.ce_gallery.imageBorder li {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(0,0,0,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;}

/*     --list
------------------------------------------------- */
.ce_text ul, .ce_list ul, .ce_textarea ul, .ce_text ol, .ce_list ol, .ce_textarea ol {margin-bottom: 15px; padding-left: 20px;}
.ce_text li, .ce_list li, .ce_textarea li, .ce_text ol, .ce_list ol, .ce_textarea ol {line-height: 1.8em;}
.ce_text ul li, .ce_list ul li, .ce_textarea ul li {list-style-type: disc; list-style-position: outside;}
.ce_text ol, .ce_list ol, .ce_textarea ol {list-style: decimal; padding-left: 25px;}
.ce_text ol ol, .ce_list ol ol, .ce_textarea ol ol {list-style: upper-alpha;}
.ce_text ol ol ol, .ce_list ol ol ol, .ce_textarea ol ol ol {list-style: lower-roman;}

/*     --blockquote
------------------------------------------------- */
.blockquote-a {padding-left: 35px; position: relative;}
.blockquote-a p{text-align: justify; font-family: Georgia, Times, serif; font-size: 13px; font-style: italic; line-height: 20px;}
.blockquote-a:before {font-family: "icons"; content: "\275e"; text-indent: 0; display: inline-block; position: absolute; top: 0px; left: 0; margin-right: 5px; font-style: normal; font-size: 25px;}
.blockquote-b {padding-left: 35px; position: relative;}
.blockquote-b {font-size: 17px; line-height: 24px;}
.blockquote-b:before {font-family: "icons"; content: "\275c"; text-indent: 0; display: inline-block; position: absolute; top: 0px; left: 0; margin-right: 5px; font-style: normal; font-size: 25px;}

/*     --socialbox
------------------------------------------------- */
.socialbox i {background: #E2E2E2; width: 30px; line-height: 30px; text-align: center; display: inline-block; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.socialbox i:before {margin: 0!important;}
.socialbox i:hover {background: #555555; -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;}
.socialbox i:hover:before {color: #E2E2E2; -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_comments
------------------------------------------------- */
.ce_comments .widget {margin-bottom: 10px;}

/*     --content-box
------------------------------------------------- */
.content-box-a {background-color: #F9BBB9;	padding: 20px 20px 10px 20px; border-left: 4px solid #E0A7A6;}
.content-box-b {background-color: #C1FFCC;	padding: 20px 20px 10px 20px; border-left: 4px solid #AEE6B8;}
.content-box-c {padding: 20px 20px 10px 20px; border: 1px solid #ccc; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.content-box-d {padding: 30px 20px 20px 20px; background: #E0F1B5; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #4F5F39; text-align: center; font-size: 16px;}
.content-box-e {padding: 30px 20px 20px 20px; background: #F5F6FC; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #4671A3; text-align: center; font-size: 16px;}
.content-box-f {padding: 30px 20px 20px 20px; background: #FFF8F4; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #AF2C20; text-align: center; font-size: 16px;}
.content-box-g {padding: 30px 20px 20px 20px; background: #FFFDF3; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #C96D11; text-align: center; font-size: 16px;}
.content-box-h {padding: 30px 20px 20px 20px; background: #f8f8f8; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7); color: #444; text-align: center; font-size: 16px;}
.content-box-i {padding: 30px 20px 20px 20px; background: #333; color: #fff; text-align: center; font-size: 16px; font-weight: bold;}
.content-box-j {padding: 30px 20px 20px 20px; background: #F5F6FC; color: #4671A3; text-align: center; font-size: 16px; font-weight: bold; border: 1px dashed #9DADBF;}
.content-box-k {padding: 30px 20px 20px 20px; background: #FFFDF3; color: #C96D11; text-align: center; font-size: 16px; font-weight: bold; border: 1px solid #E6BF4A;}

/*     --list
------------------------------------------------- */
#wrapper .ce_list li[class^="icon-"]:before, #wrapper .ce_list li[class*="icon-"]:before {left: -1.4em; width: 1em; top: 0.5em;}

/*     --calltoaction-box
------------------------------------------------- */
.calltoaction {background-repeat: repeat; padding: 15px; position: relative; margin-bottom: 20px; border-left: 4px solid #0093B5; display: table; vertical-align: middle; width: 100%;}
.calltoaction strong {font-size: 17px; margin-bottom: 10px; display: block;}
.calltoaction p {font-size: 14px; width: 70%; margin: 0;}
.calltoaction i {font-size: 45px;}
.calltoaction_left, .calltoaction_right {vertical-align: middle; display: table-cell;}
.calltoaction a {white-space: nowrap;}

.calltoaction_2 {width: 100%; background: url("../../files/cto_layout/img/promo.png") repeat; padding: 15px; position: relative; margin-bottom: 20px; text-shadow: 1px 1px 1px #FFF; border-top: 5px solid #444; display: table; vertical-align: middle;}
.calltoaction_2 strong {font-size: 17px; margin-bottom: 10px; display: block;}
.calltoaction_2 p {font-size: 14px; width: 70%; margin: 0;}
.calltoaction_2 i {font-size: 45px;}
.calltoaction_2_left, .calltoaction_2_right {vertical-align: middle; display: table-cell;}

.calltoaction, .calltoaction_2 {background-image: url("data:image/png;base64,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");}

/*     --dropcaps
------------------------------------------------- */
.dropcap p:first-letter  {font-size: 36px; line-height: 36px; float: left; display:block; margin: 6px 7px 0 0; border-radius: 4px; background: #666666; color: #fff; padding: 2px 5px;}
.dropcap_2 p:first-letter  {font-size: 48px; float: left; display:block; margin:0 7px 0 0; line-height: 1;}
.dropcap_3 p:first-letter  {font-size: 36px; line-height: 1em; width: 1em; float: left; display:block; margin: 6px 7px 0 0; border-radius: 99px; background: #666666; color: #fff; padding: 5px; text-align: center;}
.dropcap_4 p:first-letter  {font-size: 36px; line-height: 1em; width: 1em; float: left; display:block; margin: 6px 7px 0 0; background: #666666; color: #fff; padding: 5px; text-align: center;}

/*     --hyperlinks + buttons
------------------------------------------------- */
.ce_hyperlink.center {text-align: center;}
.ce_hyperlink.right {text-align: right;}
.ce_hyperlink {-webkit-transform: translateZ(0);}

.button:hover:before, .ce_hyperlink a:hover:before {-webkit-animation: rotateIn 500ms ease; -moz-animation: rotateIn 500ms ease; -ms-animation: rotateIn 500ms ease; animation: rotateIn 500ms ease;}
.button, .ce_hyperlink a, .servicebox_4 p a, .servicebox_5 p a, .servicebox_6 p a {font-weight: normal; padding: 10px 12px; text-align: center; display: inline-block; margin-bottom: 4px; background: #0093B5; color: #fff; white-space:nowrap;}
.button, .ce_hyperlink a { -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.button:hover, .ce_hyperlink a:hover {opacity: 0.9; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}

/* sizes */
.button.small, .ce_hyperlink.small a {padding: 8px 10px; font-size: 13px;}
.button.big, .ce_hyperlink.big a {padding: 15px 18px; font-size: 18px; line-height: 33px; vertical-align: middle;}

/* rounded corners */
.button.rounded3, .ce_hyperlink.rounded3 a {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.button.rounded5, .ce_hyperlink.rounded5 a {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.button.rounded10, .ce_hyperlink.rounded10 a {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.button.rounded99, .ce_hyperlink.rounded99 a {-webkit-border-radius: 99px; -moz-border-radius: 99px; border-radius: 99px;}
.button.large[class^="icon-"]:before, .button.large[class*=" icon-"]:before {font-size: 33px; line-height: 33px; margin-right: 0.5em; vertical-align: middle;}
.button[class^="icon-"]:before, .button[class*=" icon-"]:before {margin-right: 0.6em;}

/* style2 light*/
.ce_hyperlink.style2_light a {background: none!important; border: 1px solid #fff!important; color: #fff!important; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_hyperlink.style2_light a:hover {background: rgba(255,255,255,0.6)!important; opacity: 1!important;}

/* style2 dark*/
.ce_hyperlink.style2_dark a {background: none!important; border: 1px solid #555!important; color: #555!important; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_hyperlink.style2_dark a:hover {background: rgba(0,0,0,0.9)!important; opacity: 1!important; color: #fff!important;}

/*     --testimonial
-------------------------------------------------*/
.testimonial_v1 {display: table; vertical-align: top;}
.testimonial_v1 .image_container {display: table-cell; width: 20%;  vertical-align: top; min-width: 85px; margin-right: 20px;}
.testimonial_v1 .image_container img {border-radius: 100%; border: 1px solid #b7b7b7; width: 85%!important;}
.testimonial_v1 .testimonial_content {display: table-cell; vertical-align: top;}
.testimonial_v1 .testimonial_name {font-weight: bold;}
.testimonial_v1 .testimonial_firma {color: #919191;}
.testimonial_v1 a {color:#0093B5;}

/*     --testimonial_slider
-------------------------------------------------*/
.testimonial_slider .testimonial_text {border: 1px solid #e1e1e1; padding: 15px 15px 0 15px; position: relative; margin-bottom: 15px; background: #FCFCFC;}
.testimonial_slider .arrow {height:10px; width:10px; position: absolute; bottom:-6px; left:32px; margin-left:-5px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); border: 1px solid; border-color:  transparent #e1e1e1 #e1e1e1 transparent; background: #fcfcfc;}
.testimonial_slider img {border-radius: 100%; border: 1px solid #E1E1E1; max-width: inherit!important; width: 65px; height: 65px;}
.testimonial_slider .contentwrapper {display: table; vertical-align: middle;}
.testimonial_slider .contentwrapper img, .testimonial_info {display: table-cell; vertical-align: middle;}
.testimonial_slider .testimonial_info {padding-left: 20px;}
.testimonial_slider .testimonial_name {font-weight: bold;}
.testimonial_slider .zusatz {color: #919191;}
.testimonial_slider a {color:#0093B5;}

/*     --testimonial_slider v2 (simple)
-------------------------------------------------*/
.testimonial_slider_v2 {text-align: center;}
.testimonial_slider_v2 .text {font-size: 1.7em; line-height: 1.5em; font-style: italic;}
.testimonial_slider_v2 .text p:before {content: '"'; display: inline-block; margin-right: 5px;}
.testimonial_slider_v2 .text p:after {content: '"'; display: inline-block; margin-left: 5px;}
.testimonial_slider_v2 .autor {font-size: 1.2em;}
.testimonial_slider_v2 .bx-viewport {overflow: visible!important;}
.ce_testimonial-slider-simple {overflow: visible!important;}
.ce_testimonial-slider-simple .bx-wrapper .bx-controls {bottom: -45px; top: auto; position: relative;}

/*     --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: #f8f8f8;}
.teambox_1 .teambox_content {padding: 15px;}
.teambox_1 .teambox_socials {margin-top: 15px; border-top: 1px solid #ccc; padding-top: 10px;}
.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 i:hover {opacity: 0.7; -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 .email a, .teambox_1 .email {color: #969696;}
.teambox_1 .image_container {margin: 0;}

.teambox_2 {position: relative; line-height: 19px;}
.teambox_2 .funktion {position: absolute; bottom: 0; right: 0; color: #0093b5; font-size: 12px;}
.teambox_2 .beschreibung {margin-bottom: 10px; font-size: 12px;}
.teambox_2 .tel, .teambox_2 .email {font-size: 12px;}
.teambox_2 i {color: #999;}
.teambox_2 .email {margin-bottom: 10px;}
.teambox_2 a {color: #777;}
.teambox_2 .teambox_socials {margin-top: 15px; border-top: 1px solid #ccc; padding-top: 10px;}
.teambox_2 i:hover {opacity: 0.7; -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_2 .email a, .teambox_2 .email {color: #969696;}
.teambox_2 h3 {font-size: 16px;}

.teambox_3 {text-align: center;}
.teambox_3 h3 {font-size: 16px; text-transform: uppercase; letter-spacing: 2px;}
.teambox_3 h3 span {display: block;}
.teambox_3 h3:after {content:''; height: 2px; background: #efefef; display: inline-block; width: 120px; text-align: center;}
.teambox_3 .funktion {text-transform: uppercase; font-size: 11px; color: #848484; margin: 6px 0;}
.teambox_3 .beschreibung, .teambox_3 .tel, .teambox_3 .email {font-size: 13px; line-height: 21px;}
.teambox_3 .teambox_socials {margin-top: 25px;}
.teambox_3 .teambox_socials a {color: #969696; -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_3 .teambox_socials a: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;}

/*     --counter
------------------------------------------------- */
.ce_counter {text-align: center;}
.ce_counter i {font-size: 45px; margin: 0; line-height: 1em;}
.ce_counter i:before {margin: 0!important;}
.ce_counter .counterwrapper {font-size: 3em; font-weight: 500; line-height: 2em;}
.ce_counter .headline {font-size: 1.3em;}

/*     --ce_countdown
------------------------------------------------- */
.ce_countdown {font-size: 20px;}
.ce_countdown .countdown.center {text-align: center;}
.ce_countdown .countdown.right {text-align: right;}
.ce_countdown .countdown-section {margin-right: 25px;}
.ce_countdown .countdown-amount {margin-right: 4px; font-size: 40px; line-height: 40px;}

/*     --nachrichtenliste
------------------------------------------------- */
.nachrichtenliste {margin-bottom: 65px; overflow: hidden; list-style: none;}
.nachrichtenliste .info {color: #888; margin-top: 10px; white-space: nowrap; font-size: 0.8em;}
.nachrichtenliste .date {display: inline-block; margin-right: 20px;}
.nachrichtenliste .date:before {font-family: "icons"; content: "\1f553"; display: inline-block; margin-right: 5px; font-style: normal;}
.nachrichtenliste .author {display: inline-block; margin-right: 20px;}
.nachrichtenliste .author:before {font-family: "icons"; content: "\e806"; display: inline-block; margin-right: 5px; font-style: normal;}
.nachrichtenliste .comments {display: inline-block;}
.nachrichtenliste .comments:before {font-family: "icons"; content: "\e8b8"; display: inline-block; margin-right: 5px; font-style: normal;}
.nachrichtenliste .more {float: right;}
.nachrichtenliste .more a {color: #fff;}
.nachrichtenliste h2 {border: 0; margin: 0; padding: 0;}
.nachrichtenliste .teaser {margin: 20px 0 0 0;}
.nachrichtenliste .date-wrapper {text-align: center; border-right: 1px solid #EAEAEA;}
.nachrichtenliste .date-wrapper .day {font-size: 28px; padding: 5px; font-weight: 300}
.nachrichtenliste .month {padding: 5px;}
.nachrichtenliste .button {float: right;}
.nachrichtenliste.smallview .two_third {padding-left: 4%;}
.nachrichtenliste.verticalview *:before {display: none;}
.nachrichtenliste.verticalview  .date {margin-right: 10px;}
.nachrichtenliste.verticalview {border-bottom: 1px solid #E5E5E5; padding-bottom: 5px; margin-bottom: 15px;}
.nachrichtenliste .subheadline {color: #0093B5; margin-bottom: 5px;}

/*     --nachrichtenteaser: slider
------------------------------------------------- */
.ce_nachrichten-teaser {overflow: hidden; position: relative;}
.nachrichtenteaser_slider {padding-top: 35px;}
.link_to_all.nt_slider {top: 0px; right: 65px;}
.nachrichtenteaser_slider .date {font-weight: bold;}
.nachrichtenteaser_slider .date, .nachrichtenteaser_slider .author, .nachrichtenteaser_slider .comment {display: inline-block; margin-right: 5px; white-space: nowrap; font-size: 11px!important; font-family: Arial, sans-serif!important;}
.nachrichtenteaser_slider .info {margin-bottom: 15px;}
.nachrichtenteaser_slider .dot {display: inline-block; margin-right: 5px;}
.nachrichtenteaser_slider .subheadline {color: #0093B5;}
.nachrichtenteaser_slider .subheadline:before {font-family: "icons"; content: "\eb96"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}
.nachrichtenteaser_slider .iso_overlay {background: rgba(0,0,0,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;}
.nachrichtenteaser_slider .iso_overlay i {position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -20px; display: block;}
.nachrichtenteaser_slider .iso_overlay i:before {font-size: 15px; color: #fff; width: 40px; height: 40px; line-height: 40px;}
.nachrichtenteaser_slider .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;}
.nachrichtenteaser_slider .nachrichtenteaser_entry: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;}
.nachrichtenteaser_slider .nachrichtenteaser_entry 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;}
.nachrichtenteaser_slider .nachrichtenteaser_entry: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;}
.nachrichtenteaser_slider .bx-wrapper .bx-controls-direction a {top: 0;}

/*     --nachrichtenteaser: set
------------------------------------------------- */
.ce_nachrichtenteaser-set {position: relative;}
.nachrichtenteaser_v2 {overflow: hidden;}
.nachrichtenteaser_v2 .two_third .nachrichtenliste {background: #fafafa; padding: 20px; margin-bottom: 0;}
.nachrichtenteaser_v2 .nachrichtenliste img {border-radius: 5px;}
.nachrichtenteaser_v2 h3 {font-weight: bold; font-size: 14px;}
.nachrichtenteaser_v2 {position: relative; padding-top: 45px;}
.link_to_all {position: absolute; right: 0; top: 0; z-index: 1000;}
.link_to_all a:before {font-family: "icons"; content: "\ec8d"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 0;}
.link_to_all a {color: #717171;}
.link_to_all a:hover {color: #333;}

/*     --nachrichtenteaser: small / big
------------------------------------------------- */
.nachrichtenteaser_v3 {margin-bottom: 40px; border-bottom: 1px solid #E5E5E5; padding-bottom: 30px;}
.nachrichtenteaser_v3 h4 {font-weight: 600; margin: 0;}
.nachrichtenteaser_v3 .info {font-size: 11px; color: #999; line-height: 16px;}
.nachrichtenteaser_v3 .date, .nachrichtenteaser_v3 .author, .nachrichtenteaser_v3 .comment {display: inline-block; white-space:nowrap;}
.nachrichtenteaser_v3 .dot {margin: 0 5px;}
.nachrichtenteaser_v3 .subheadline {color: #0093B5;}
.nachrichtenteaser_v3 .subheadline:before {font-family: "icons"; content: "\eb96"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}
.nachrichtenteaser_v3 .linkwrapper a {float: left; font-size: 12px!important;; font-family: Arial, sans-serif!important;}
.nachrichtenteaser_v3 .linkwrapper a:hover {opacity: 0.7;}
.nachrichtenteaser_v3 .linkwrapper a:after {font-family: "icons"; content: "\ec0e"; display: inline-block; margin-left: 5px; font-style: normal;}
.nachrichtenteaser_v3 .linkwrapper .subheadline {float: right;}
.link_to_all_list {border-bottom: 1px dotted #ccc; text-align: right; margin-bottom: 25px;}
.link_to_all_list a:before {font-family: "icons"; content: "\ec8d"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 0;}
.link_to_all_list a {color: #717171;}
.link_to_all_lis a:hover {color: #333;}

/* version 4 */
.small .nachrichtenteaser_v3 {margin-bottom: 15px; padding-bottom: 5px;}
.small .nachrichtenteaser_v3 .autogrid-last {padding-left: 4%;}

/*     --nachrichtenteaser_footer
------------------------------------------------- */
.nachrichtenteaser_footer {margin-bottom: 10px;}

/*     --nachrichtenleser
------------------------------------------------- */
.nachrichtenleser .image_container {margin-bottom: 20px;}
.nachrichtenleser .info {text-transform: lowercase; font-size: 11px;}
.nachrichtenleser .date {margin-bottom: 10px; display: inline-block; margin-right: 20px;}
.nachrichtenleser .date:before {font-family: "icons"; content: "\ecda"; display: inline-block; margin-right: 5px; font-style: normal;}
.nachrichtenleser .author {margin-bottom: 10px; display: inline-block; margin-right: 20px; padding: 1px 6px;}
.nachrichtenleser .author:before {font-family: "icons"; content: "\e806"; display: inline-block; margin-right: 5px; font-style: normal;}
.nachrichtenleser .comments {margin-bottom: 10px; display: inline-block; padding: 1px 6px; margin-right: 20px;}
.nachrichtenleser .comments:before {font-family: "icons"; content: "\e8b8"; display: inline-block; margin-right: 5px; font-style: normal;}
.nachrichtenleser .back {padding-top: 10px; margin-top: 10px; border-top: 1px solid #ddd;}
.nachrichtenleser .back a {font-size: 10px; text-transform: uppercase;}
.nachrichtenleser img {border: 1px solid #ddd;}
.nachrichtenleser .subheadline {display: inline-block;}
.nachrichtenleser .subheadline:before {font-family: "icons"; content: "\eb96"; display: inline-block; margin-right: 5px; font-style: normal;}

/*     --blog
------------------------------------------------- */
.ce_blog .blog {margin-bottom: 20px;}
.ce_blog .blog .image_container {margin: 0}
.ce_blog .blog .image_container img {width: 100%;}
.ce_blog .blog .blogwrapper {box-shadow: 0 1px 2px rgba(0,0,0,0.1); margin: 3px;}
.ce_blog .blog_inside {padding: 20px; background: #fff; }
.ce_blog .blog .button {background: none!important; color: #333!important; padding: 0!important; margin-top: 25px;}
.ce_blog .blog .comments {text-align: right; display: none;}
.ce_blog .blog .comments a:before {font-family: "icons"; content: "\e8b8"; display: inline-block; margin-right: 5px; font-style: normal;}
.ce_blog .blog .comments a, .ce_blog .blog .morelink {color: #0093B5;}
.ce_blog .blog .morelink:after {font-family: "icons"; content: "\ec0e"; display: inline-block; margin-left: 5px; font-style: normal;}
.ce_blog .blog .info {margin-bottom: 10px; white-space: nowrap; font-size: 12px;}
.ce_blog .blog .info span {margin-right: 5px; display: inline-block;}
.ce_blog .blog .info .date:before {font-family: "icons"; content: "\e91a"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}
.ce_blog .isotope {margin-bottom: 80px;}
.ce_blog .pagination {position: absolute; width: 100%; bottom: -40px; left: 0;}
.ce_blog .pagination p {margin-right: 1%;}
.ce_blog .pagination ul {margin-left: 1%;}

/*     --comment_default
------------------------------------------------- */
.comment_default {padding-bottom: 5px; border-bottom: 1px solid #ddd; margin-bottom: 25px;}

/*     --ce_preistabelle
------------------------------------------------- */
.ce_preistabelle .pricetable {border: 1px solid #efefef;}
.ce_preistabelle .pricetable.hightlight {border: 1px solid #fefefe;}
.ce_preistabelle {text-align: center; overflow: visible; margin: 30px 0 55px 0;}
.ce_preistabelle .titel {font-weight: 300; font-size: 2.5em; color: #fff; background: #363839; padding: 35px 20px;}
.ce_preistabelle .preiswrapper {background: #0093B5; color: #fff; padding: 25px; opacity: 0.8; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_preistabelle .pricetable:hover .preiswrapper {opacity: 1; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease; -webkit-backface-visibility: hidden;}
.ce_preistabelle .preiswrapper .preis {font-size: 3em; line-height: 0.8em; font-weight: 700;}
.ce_preistabelle .preiswrapper .preis span {font-size: 0.6em; vertical-align: top; line-height: 1em; margin-left: -1em;}
.ce_preistabelle .preiswrapper .preiszusatz {text-transform: uppercase; color: rgba(255,255,255,0.6); font-size: 0.8em;}
.ce_preistabelle ul li {border-bottom: 1px solid #efefef; line-height: 65px; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_preistabelle ul li:hover {background: #f8f8f8; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.ce_preistabelle ul li.durchgestrichen {text-decoration: line-through; color: rgba(0,0,0,0.4);}
.ce_preistabelle .leistungen {background: #fcfcfc;}
.ce_preistabelle .highlight {box-shadow: 0 0 10px rgba(0,0,0,0.5); position: relative; z-index: 1000; margin-top: -15px;}
.ce_preistabelle .highlight .preiswrapper {opacity: 1;}
.ce_preistabelle .titel .highlight_text {font-size: 0.3em; margin-left: 0.8em; font-weight: bold;}
.ce_preistabelle .link {background: #fcfcfc; padding: 20px 0;}
.ce_preistabelle i:before {width: 1em!important;}

/* col3 */
.pricetable_3col {overflow: visible;}
.pricetable_3col .pricetable {width: 33.33%; float: left;}

/* col4 */
.pricetable_4col .pricetable {width: 25%; float: left;}
.pricetable_4col .titel {font-size: 1.8em;}
.pricetable_4col .pricetable.table_1 {border-right: 1px solid #F0F0F0;}

/* col4_1 */
.pricetable_4col_1 .pricetable {width: 20%; float: left;}
.pricetable_4col_1 .titel {font-size: 1.8em;}
.pricetable_4col_1 .pricetable.table_1 {border-right: 1px solid #F0F0F0;}
.pricetable_4col_1  {margin-left: 50px;margin-right: 50px;}
/*     --login-form
------------------------------------------------- */
#main .mod_login table td, .mod_login table {border: 0;}
#main .mod_login {padding: 30px; border: 1px solid #ddd; background: #f9f9f9; max-width: 350px;}
#main .mod_login input {margin-bottom: 7px;}
#main .mod_login .checkbox_container {margin: 15px 0;}

/*     --login-form top
------------------------------------------------- */
#toplogin {float: left; display: inline-block; position: relative;}
#toplogin span {line-height: 40px; cursor: pointer; display: inline-block; position: relative;}
#toplogin .mod_login {display: none; position: absolute; top: 41px; left: 0; background: rgba(255,255,255,0.9); width: 220px; padding: 15px; box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.3);}
#toplogin.loginbox_open .mod_login {display: block; -webkit-animation: fadeIn 500ms ease; -moz-animation: fadeIn 500ms ease; -ms-animation: fadeIn 500ms ease; animation: fadeIn 500ms ease;}
#toplogin span:after {font-family: "icons"; content: "\ea09"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-left: 10px;}
#toplogin.loginbox_open span:after {content:'x';}
#toplogin input {padding: 3px; margin-bottom: 3px;}
#toplogin input.submit {padding: 5px 10px; font-weight: normal; text-transform: uppercase; font-size: 10px;}
#toplogin label {color: #333; text-transform: uppercase; font-size: 11px;}
#toplogin table td {border: 0;}
#toplogin .checkbox_container {margin: 5px 0; font-size: 10px;}

/*     --ce_accordion
------------------------------------------------- */
.ce_accordion .accordion {border: 0; background: none; padding: 0;}
.ce_accordion .accordion > div {padding: 0;}
.ce_accordion .toggler {border-top: 1px solid #E5E5E5; background: none; background-image: none; font-weight: bold; box-shadow: 0 0 0 0; text-shadow: none; line-height: 30px; padding: 7px 0; color: #505050; cursor: pointer;}
.ce_accordion .toggler:hover {color: rgba(0,0,0,0.8);}
.ce_accordion .toggler:before {display: inline-block; font-family: 'icons'; font-style: normal; font-weight: 300; font-size: 16px; line-height: 25px; height: 25px; width: 25px; text-align: center; text-decoration: inherit; border-radius: 25px; padding: 0; float: left; clear:both; margin-right: 15px; margin-top: 3px; content: '\2b';}
.ce_accordion .toggler.ui-state-active:before {content: '\2d';}
.ce_accordion .toggler:after {display: none;} 

/*     --pagination
------------------------------------------------- */
.pagination {clear: both; padding-top: 5px; margin-top: 10px; white-space: nowrap;}
.pagination ul {padding: 0; float: left;}
.pagination p {float: right; background: rgba(0,0,0,0.1); box-shadow: 0 1px 2px rgba(0,0,0,0.3); border-radius: 3px; display: inline-block; padding: 3px 10px;}
.pagination li {background: none; padding: 0; margin: 0 2px 0 0; float: left; list-style-type: none;}
.pagination li:before, .pagination li a:before {content: '';}
.pagination li a,
.pagination li span {background: rgba(0,0,0,0.1); display: block; margin-right: 1px; color: inherit; text-decoration: none; padding: 3px 10px; box-shadow: 0 1px 2px rgba(0,0,0,0.3); border-radius: 3px;}
.pagination li span.current {background: #0093B5; color: white;}
.pagination li a:hover {color: #0093B5;}
.pagination li a.next:after {font-family: "icons"; content: "\e75e"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-left: 10px; line-height: 10px;}

/*     --serviceboxes
------------------------------------------------- */
.servicebox {padding: 25px; text-align: center; 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;}
.servicebox:hover:before{-webkit-animation: rotateIn 500ms ease; -moz-animation: rotateIn 500ms ease; -ms-animation: rotateIn 500ms ease; animation: rotateIn 500ms ease;}
.servicebox[class^="icon-"]:before,
.servicebox[class*="icon-"]:before{padding: 10%; font-size: 65px; margin-right: 0!important; color: #fff;}
.servicebox h1, .servicebox h2, .servicebox h3, .servicebox h4, .servicebox h5, .servicebox h6 {margin-bottom: 10px; padding: 0;}
.servicebox a {display: inline-block; padding: 5px 10px;}
.servicebox:before {display: inline-block; font-size: 64px; padding: 50px; margin-bottom: 26px; color: #FDFDFD; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 15px solid #f0f0f0; -webkit-transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -ms-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; transition: all .15s ease-in-out; background: #0093B5; background: #0093B5 -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0093B5 -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.15))); background: #0093B5 -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0093B5 -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0093B5 -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0093B5 radial-gradient(ellipse at center, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000', GradientType=1 );}
.servicebox img {display: inline-block;}

.servicebox_2 {position: relative; padding-left: 50px; text-align: left!important;}
.servicebox_2[class^="icon-"]:before,
.servicebox_2[class*="icon-"]:before {font-size: 35px; margin-right: 15px; color: #0093B5; position: absolute; left: 0; top: 0; line-height: 35px;}
.servicebox_2 h1, .servicebox_2 h2, .servicebox_2 h3, .servicebox_2 h4, .servicebox_2 h5, .servicebox_2 h6 {padding: 0; color: #0093B5;}
.servicebox_2 a {text-decoration: underline;}
.servicebox_2.iconright{text-align: right!important; padding-left: 0; padding-right: 70px;}
.servicebox_2.iconright:before, .servicebox_2.iconright .ce_image {left: auto; right: 0;}

/* image */
.servicebox_2 .ce_image {position: absolute; left: 0px; top: 0; width: 35px;}
.servicebox_2 .ce_image img {width: 35px!important; height: auto;}

.servicebox_3 {position: relative; padding-left: 60px; text-align: left!important;}
.servicebox_3[class^="icon-"]:before,
.servicebox_3[class*="icon-"]:before {font-size: 20px; margin-right: 15px; position: absolute; left: 0; top: 0; line-height: 20px; background: #555; border-radius: 99px; padding: 10px; color: #fff;}
.servicebox_3 h1, .servicebox_3 h2, .servicebox_3 h3, .servicebox_3 h4, .servicebox_3 h5, .servicebox_3 h6 {padding: 0;}
.servicebox_3 a {text-decoration: underline;}
.servicebox_3.iconright {text-align: right!important; padding-left: 0; padding-right: 70px;}
.servicebox_3.iconright:before, .servicebox_3.iconright .ce_image {left: auto; right: 0;}

/* image */
.servicebox_3 .ce_image {position: absolute; left: 0px; top: 0; width: 35px;}
.servicebox_3 .ce_image img {width: 35px!important; height: auto; border-radius: 100%;}

.servicebox_4 {text-align: center; padding: 15px; 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;}
.servicebox_4[class^="icon-"]:before, .servicebox_4[class*="icon-"]:before {padding: 10%; font-size: 32px; margin: 0!important; color: #7F7F7F; border-radius: 100%; text-align: center; }
.servicebox_4:before {border: 3px solid #fff; 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: #F9F9F9; border-radius: 100%; padding: 15px;}
.servicebox_4 h4 {margin-top: 15px;}
.servicebox_4 p {font-family: Arial, Helvetica, sans-serif;}
.servicebox_4 p a {margin: 0; background: #0093B5;}
.servicebox_4:hover:before {border: 3px solid #0093B5;}

/* image */
.servicebox_4 .image_container img {border-radius: 100%; width: auto!important; display: inline-block;}
.servicebox_4 .image_container {text-align: center;}

.servicebox_5 {text-align: center; padding: 15px; 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;}
.servicebox_5:hover {background: #F9F9F9;}
.servicebox_5 .image_container {border-radius: 500%; border: 3px solid #f8f8f8; 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;}
.servicebox_5 img {border-radius: 500%;}
.servicebox_5 h3 {padding: 0; margin-bottom: 10px;}
.servicebox_5 h5 {margin-bottom: 10px; padding: 0;}
.servicebox_5 p {font-family: Arial, Helvetica, sans-serif;}
.servicebox_5 p a {margin: 0;}
.servicebox_5 p a {background: #0093B5;}
.servicebox_5:hover .image_container {border: 3px solid #0093B5;}

.servicebox_6 {text-align: center; padding: 15px; margin-bottom: 15px; 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;}
.servicebox_6:hover {background: #F9F9F9;}
.servicebox_6 img {border: 3px solid #fff; 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;}
.servicebox_6 h3 {padding: 0; margin-bottom: 10px;}
.servicebox_6 h5 {margin-bottom: 10px;	padding: 0;}
.servicebox_6 p {font-family: Arial, Helvetica, sans-serif;}
.servicebox_6 p a {margin: 0; background: #0093B5;}
.servicebox_6:hover img {border: 3px solid #0093B5;}

.servicebox_7 {border-top: 5px solid #F8F8F8; padding-top: 10px; text-align: left!important;}
.servicebox_7:before {display: none!important;}
.servicebox_7 a:before {font-family: "icons"; content: "\e8c6"; display: inline-block; position: relative; margin-right: 5px;}
.servicebox_7:hover {border-color: #0093B5;}
.servicebox_7 .ce_image {display: none;}

.servicebox_8 {padding: 25px; text-align: center; position: relative; color: #fff;}
.servicebox_8[class^="icon-"]:before,
.servicebox_8[class*="icon-"]:before{padding: 10%; font-size: 65px; margin: 0!important; color: #fff;}
.servicebox_8 h1, .servicebox_8 h2, .servicebox_8 h3, .servicebox_8 h4, .servicebox_8 h5, .servicebox_8 h6 {margin-bottom: 10px; padding: 0;}
.servicebox_8 h1, .servicebox_8 h2, .servicebox_8 h3, .servicebox_8 h4, .servicebox_8 h5, .servicebox_8 h6, .servicebox_8 h1 a, .servicebox_8 h2 a, .servicebox_8 h3 a, .servicebox_8 h4 a, .servicebox_8 h5 a, .servicebox_8 h6 a {color: #fff;}
.servicebox_8 a {display: inline-block; padding: 5px 10px;}
.servicebox_8 a {background: #fff;}

/*     --colorbox
------------------------------------------------- */
.colorbox {background: #C43434; position: relative;}
.colorbox i {display: block; text-align: center; background: rgba(255, 255, 255, 0.3);}
.colorbox i:before {font-size: 65px; margin: 0!important; color: #fff; padding: 40px 0;}
.colorbox h1, .servicebox h2, .servicebox h3, .servicebox h4, .servicebox h5, .servicebox h6 {margin-bottom: 10px; padding: 0;}
.colorbox .colorbox_content a {border-top: 1px solid #fff;display: inline-block; color: #fff;padding-top: 5px;}
.colorbox .colorbox_content a:after {font-family: "icons"; content: "\ebc9"; display: inline-block; position: relative; margin-left: 5px;}
.colorbox .colorbox_content {padding: 20px; color: #fff;}
.colorbox .colorbox_content h3 {color: #fff;}
.colorbox:hover {opacity: 0.7; -webkit-transition: All 0.6s ease; -moz-transition: All 0.6s ease; -o-transition: All 0.6s ease; -ms-transition: All 0.6s ease; transition: All 0.6s ease;}
.colorbox {-webkit-transition: All 0.6s ease; -moz-transition: All 0.6s ease; -o-transition: All 0.6s ease; -ms-transition: All 0.6s ease; transition: All 0.6s ease;}

/*     --ce_adressblock
------------------------------------------------- */
.ce_adressblock a {display: block; color: inherit;}
.ce_adressblock .adressblock_adresse {padding-left: 30px; position: relative;}
.ce_adressblock .adressblock_adresse:before {font-family: "icons"; content: "\e93d"; text-indent: 0; display: inline-block; position: absolute; top: 0px; left: 0; margin-right: 5px;}
.ce_adressblock .adressblock_tel {padding-left: 30px; position: relative;}
.ce_adressblock .adressblock_tel:before {font-family: "icons"; content: "\e8be"; text-indent: 0; display: inline-block; position: absolute; top: 0px; left: 0; margin-right: 5px;}
.ce_adressblock .adressblock_fax {padding-left: 30px; position: relative;}
.ce_adressblock .adressblock_fax:before {font-family: "icons"; content: "\e716"; text-indent: 0; display: inline-block; position: absolute; top: 0px; left: 0; margin-right: 5px;}
.ce_adressblock .adressblock_email {padding-left: 30px; position: relative;}
.ce_adressblock .adressblock_email:before {font-family: "icons"; content: "\e84c"; text-indent: 0; display: inline-block; position: absolute; top: 0px; left: 0; margin-right: 5px;}
.ce_adressblock .adressblock_webadresse {padding-left: 30px; position: relative;}
.ce_adressblock .adressblock_webadresse:before {font-family: "icons"; content: "\e776"; text-indent: 0; display: inline-block; position: absolute; top: 0px; left: 0; margin-right: 5px;}

/*     --newslist
------------------------------------------------- */
.more a {color: #fff; background-color: #009de5;  font-weight: normal; text-transform: uppercase;  /* text-shadow: -1px -1px 1px rgba(0,0,0, 0.25);  */ padding: 3px 10px; text-align: center; display: inline-block; margin-bottom: 18px;  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);  box-shadow: inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12); cursor: pointer;} 
.more a:hover {color: #fff; text-decoration: none;} 

/*     --portfolioteaser version 1
------------------------------------------------- */
.ce_portfolio-teaser {overflow: visible; position: relative; padding-top: 35px;}
.portfolioteaser li {-webkit-perspective: 1700px; -moz-perspective: 1700px;	perspective: 1700px; -webkit-perspective-origin: 0 50%; -moz-perspective-origin: 0 50%;	perspective-origin: 0 50%; padding: 10px 0;}
.portfolioteaser .bx_inside {-webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d;}
.portfolioteaser .bx_inside > div {overflow: hidden;}
.portfolioteaser .bx_inside img {-webkit-transition: -webkit-transform 0.3s; -moz-transition: -moz-transform 0.3s; transition: transform 0.3s;}
.portfolioteaser .bx_inside:hover img {-webkit-transform: translateX(25%); -moz-transform: translateX(25%); -ms-transform: translateX(25%);	transform: translateX(25%);}
.portfolioteaser .bx_caption {height: 100%;	width: 100%; opacity: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden;	-webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: rotateY(-90deg); -moz-transform: rotateY(-90deg); transform: rotateY(-90deg); -webkit-transition: -webkit-transform 0.3s, opacity 0.1s 0.3s; -moz-transition: -moz-transform 0.3s, opacity 0.1s 0.3s; transition: transform 0.3s, opacity 0.1s 0.3s; background: #0093B5; position: absolute; left: 0;	top: 0;	padding: 20px;}
.portfolioteaser .bx_inside:hover .bx_caption {opacity: 1; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transition: -webkit-transform 0.3s, opacity 0.1s; -moz-transition: -moz-transform 0.3s, opacity 0.1s; transition: transform 0.3s, opacity 0.1s;}
.portfolioteaser .bx_caption .morelink {position: absolute; bottom: 10px; right: 20px;}
.portfolioteaser .bx_caption .morelink a {background: #fff; color: #0093B5; padding: 6px 15px; display: inline-block; font-size: 11px; border-radius: 1px; white-space: nowrap; text-transform: uppercase;}
.portfolioteaser .title {color: #fff; font-size: 22px; font-family: 'ABeeZee', sans-serif; font-weight: 300;}
.portfolioteaser .title:after {content: ''; width: 45px; height: 1px; background: #fff; display: block; margin-top: 10px;}
.portfolioteaser, .portfolioteaser a {color: rgba(255, 255, 255, 0.7);}
.portfolioteaser .subline {margin-top: 5px;}
.portfolioteaser .link_to_all {position: absolute; right: 60px; top: 0px;}
.portfolioteaser .link_to_all a {color: #717171;}
.portfolioteaser .link_to_all a:hover {color: #333;}
.portfolioteaser .link_to_all a:before {font-family: "icons"; content: "\ec8d"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 15px;}
.portfolioteaser .bx-wrapper .bx-controls-direction a {top: 0;}

/*     --portfolioteaser version 2
------------------------------------------------- */
.portfolioteaser.version_2 .bx_inside {overflow: hidden;}
.portfolioteaser.version_2 .bx_inside img {-webkit-transition: -webkit-transform 0.4s; -moz-transition: -moz-transform 0.4s; transition: transform 0.4s;}
.portfolioteaser.version_2 .bx_inside:hover img {-webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px);}
.portfolioteaser.version_2 .bx_caption {height: 100px; width: 100%; top: auto; bottom: 0; opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s; -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; transition: transform 0.4s, opacity 0.1s 0.3s;}
.portfolioteaser.version_2 .bx_inside:hover .bxcaption {opacity: 1; -webkit-transform: translateY(0px);	-moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); -webkit-transition: -webkit-transform 0.4s, opacity 0.1s; -moz-transition: -moz-transform 0.4s, opacity 0.1s; transition: transform 0.4s, opacity 0.1s;}
.portfolioteaser.version_2 .bxcaption a {position: absolute; bottom: 20px; right: 20px;}
.portfolioteaser.version_2 .morelink {display: none;}
.portfolioteaser.version_2 a:hover {text-decoration: underline;}

/*     --portfolioliste
-------------------------------------------------*/
.isotope {margin: 0 -1%;}
.isotope .block.one_fourth {width: 24.9%;}
.isotope .block.one_third {width: 33.3%;}
.isotope.nopaddings .portfolioliste {padding-left: 0!important; padding-right: 0!important;}
.isotope.nopaddings .portfolioliste_inside {margin: 0!important;}
.isotope.nopaddings .portfolioliste .frontside .image_container {margin: 0!important;}
.isotope, .isotope .mod_newslist {overflow: visible!important;}
.portfolioliste_inside {position: relative;  margin: 10px 0;}
.portfolioliste {overflow: visible!important; list-style: none; -webkit-perspective: 1000px; -moz-perspective: 1000px; -o-perspective: 1000px; perspective: 21000px;}
.portfolioliste .frontside .image_container {margin-bottom: 0; margin-right: 1px;}
.portfolioliste .frontside .title {font-size: 17px; display: table-cell; vertical-align: middle; font-weight: 500;}
.portfolioliste .frontside .subline {color: #ababab; display: table-cell; vertical-align: middle; text-align: right;}
.portfolioliste .frontside .caption {width:100%; padding:19px 0 14px; background: #F6F6F6; display: table; vertical-align: middle; padding: 15px;}
.portfolioliste .frontside .image_container img {width: 100%; height: auto;}
.portfolioliste .backside {display: block; -webkit-transform: rotateY(180deg); -webkit-box-sizing: border-box; -moz-transform: rotateY(180deg); -moz-box-sizing: border-box; -o-transform: rotateY(180deg); -o-box-sizing: border-box; transform: rotateY(180deg); padding: 20px 20px 75px 20px; background-color: #0093B5; position: absolute; height: 100%; width: 100%; top: 0; left: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; color: #fff;}
.portfolioliste .backside a {color: #fff;}
.portfolioliste .backside .back_title {font-size: 20px; font-weight: 500; margin-bottom: 5px;}
.portfolioliste .backside .back_subline {margin-bottom: 15px;}
.portfolioliste .teaser {line-height: 18px!important; display: none;}
.portfolioliste .backside .port_button a {font-weight: bold; color: #fff; border: 2px solid #fff; padding: 6px 12px;position: absolute; right: 20px; bottom: 20px; z-index: 10000; white-space: nowrap; font-size: 12px; text-transform: uppercase;}
.portfolioliste .backside .port_button a {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.portfolioliste .backside .port_button a:hover {background: rgba(255,255,255,0.4); -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.portfolioliste .frontside, .portfolioliste .backside {-webkit-transform-style: preserve-3d; -webkit-transition: all 0.4s linear; -moz-transform-style: preserve-3d; -moz-transition: all 0.4s linear; -o-transform-style: preserve-3d; -o-transition: all 0.4s linear; transform-style: preserve-3d; transition: all 0.4s linear; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden;}

/* flip */
.portfolioliste.flip:hover .frontside{-webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg);}
.portfolioliste.flip:hover .backside {display: block; -webkit-transform: rotateY(0deg); -webkit-box-sizing: border-box; -moz-transform: rotateY(0deg); -moz-box-sizing: border-box; -o-transform: rotateY(0deg); -o-box-sizing: border-box; transform: rotateY(0deg);}

/* overlay */
.portfolioliste.port_overlay:hover .backside {display: block; opacity: 0.9;}
.portfolioliste.port_overlay img {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.portfolioliste.port_overlay:hover img {-webkit-transform: scale(1.25); -moz-transform: scale(1.25); -o-transform: scale(1.25); transform: scale(1.25); -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.portfolioliste.port_overlay:hover .backside .back_title {-webkit-animation: fadeInDown 500ms ease; -moz-animation: fadeInDown 500ms ease; -ms-animation: fadeInDown 500ms ease; animation: fadeInDown 500ms ease;}
.portfolioliste.port_overlay:hover .backside .back_subline {-webkit-animation: fadeInUp 500ms ease; -moz-animation: fadeInUp 500ms ease; -ms-animation: fadeInUp 500ms ease; animation: fadeInUp 500ms ease;}
.portfolioliste.port_overlay:hover .frontside {opacity: 1;}
.portfolioliste.port_overlay .backside {opacity: 0; display: block; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg);}

/* full width */
.ce_portfolioliste-full-width .title {font-size: 22px; margin-bottom: 10px; border-top: 1px solid #ddd; padding-top: 10px;}
.ce_portfolioliste-full-width .teaser {margin: 15px 0 35px 0; display: block;}
.ce_portfolioliste-full-width .portfolioliste {overflow: hidden; margin-bottom: 45px;}
/* hide teaser */
body[class*="sidebar_"] .portfolioliste.one_third .teaser {display: none!important;}

/* fix the width / 3col with sidebar */
.sidebar_right .portfolioliste.one_third, .sidebar_left .portfolioliste.one_third {width: 33%;}

/*     --portfoliodetails
-------------------------------------------------*/
.ce_portfolio-details span {font-weight: bold; display: block;}
.ce_portfolio-details .kunde, .ce_portfolio-details .aufgabe, .ce_portfolio-details .verantwortlich {border-bottom: 1px solid #E0E3E6; padding-bottom: 10px; margin-bottom: 10px;}
.ce_portfolio-details .beschreibung {margin-top: 35px; margin-bottom: 25px;}
.ce_portfolio-details li {margin-bottom: 5px;}
.ce_portfolio-details .link {text-align: right; margin-top: 35px; border-top: 2px solid #E0E3E6; padding-top: 15px;}

/*     --portfoliofilter
------------------------------------------------- */
.filter {overflow: hidden; margin-left: 0; width:100%; position:relative; display: inline-block; text-align: left; margin-bottom: 25px;}
.filter li {display: inline-block; cursor: pointer; margin-right: 3px;}
.filter li a {display: inline-block; white-space: nowrap; padding: 4px 21px; color: #949494; border: 1px solid #efefef;}
.filter li a.selected {border: 1px solid #000; color: #000;}
.filter li a:hover {border: 1px solid #000;}
.filter .all:before {font-family: "icons"; content: "\e708"; line-height: 11px; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}
.filter.center {text-align: center;}
.filter.right {text-align: right;}

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

.tabs.horizontal, .panes.horizontal {float: none; overflow: hidden;}
.tabs.horizontal {margin-bottom: -1px;}
.panes.horizontal {background: #FCFCFC; 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.horizontal ul li a {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.horizontal ul li a:hover {color: #666;}
.tabs.horizontal ul li a.current {background: #FCFCFC; border-bottom: 1px solid #FCFCFC; 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;}

/*     --jquery tools - tooltip
------------------------------------------------- */
.tooltip {display:none; background: #666666; padding: 5px; z-index: 100; margin-bottom: 15px; position: relative; color: #fff; max-width: 100px;}
.tooltip:after {background: #666666; border: 1px solid; border-color: #666666 transparent transparent #666666; content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: -4px; left: 50%; margin-left: -4px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}

/*     --charts
------------------------------------------------- */
.customelement_layout_charts {text-align: center; position: relative;}
.customelement_layout_charts .chart {position: relative; height: 160px; margin-bottom: 15px;}
.customelement_layout_charts span.prozent {font-size: 2em; position: absolute; top: 50%; left: 0; text-align: center; display: block; width: 100%; margin-top: -1em; line-height: 2em;}
.customelement_layout_charts .title {font-weight: bold; font-size: 1.6em;}
.customelement_layout_charts .subline {font-size: 0.9em; font-style: italic;}
.customelement_layout_charts .text {color: rgba(0,0,0,0.5); line-height: 21px;}

/*     --parallax background
------------------------------------------------- */
.parallax-bg {background-attachment:fixed; background-position: 50% 0; background-size: cover; position: relative; overflow: hidden; min-height: 50px;}
.parallax-bg-inside {max-width: 1150px; margin: 0 auto; padding-top: 45px; padding-bottom: 45px;}
.parallax-bg.invert, .parallax-bg.invert .filter li a, .parallax-bg.invert h1, .parallax-bg.invert h2, .parallax-bg.invert h3, .parallax-bg.invert h4, .parallax-bg.invert h5, .parallax-bg.invert h6 {color: #fff!important;}
.parallax-bg.nopadding-top .parallax-bg-inside {padding-top: 0;}
.parallax-bg.nopadding-bottom .parallax-bg-inside {padding-bottom: 0;}
.parallax-bg .image_container {margin-bottom: 0;}
.parallax-bg .content_boxed {max-width: 1200px; margin-left: auto; margin-right: auto;}

/*     --parallax bildelement
------------------------------------------------- */
.parallax_image {position: absolute;}
.parallax_image .image_container img {max-width: none;}
.parallax_image.alignbottom {top: auto!important; bottom: 0; width: 100%;}
.parallax_image.alignbottom img {width: 100%;}
.parallax_image.aligntop {top: 0!important; width: 100%;}
.parallax_image.aligntop img {width: 100%;}

/*     --backgroundvideo
------------------------------------------------- */
.backgroundvideo {background-size:cover;}
.backgroundvideo_content_wrapper {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.backgroundvideo_content_wrapper.youtube {position: relative; display: table;}
.backgroundvideo {position: relative; line-height: 0;}
.backgroundvideo p {line-height: 1.6em; font-size: 1.3em;}
.backgroundvideo.mittig {text-align: center;}
.backgroundvideo.rechts {text-align: right;}
.backgroundvideo.hell, .backgroundvideo.hell h1, .backgroundvideo.hell h2, .backgroundvideo.hell h3, .backgroundvideo.hell h4, .backgroundvideo.hell h5, .backgroundvideo.hell h6 {color: #fff!important;}
.backgroundvideo video {width: 100%;}
.backgroundvideo.overlay .backgroundvideo_content_wrapper {background: #0093B5; opacity: 0.8;}
.backgroundvideo .button {background: #76BFC0; margin-top: 25px;}
.backgroundvideo .mobile_poster {display: none;}
.backgroundvideo .content_boxed {display: table-cell; vertical-align: middle;}
.backgroundvideo_maxwidth {max-width: 1200px; margin-left: auto; margin-right: auto;}
.backgroundvideo .backgroundvideo_content_wrapper_inside {display: table; height: 100%; width: 100%;}
.backgroundvideo .youtube .backgroundvideo_content_wrapper_inside {display: table-cell; line-height: 24px;}
.backgroundvideo .backgroundvideo_content_wrapper_inner {display: table-cell; vertical-align: middle;}

/* backgroundvideo in slider */
#slider .backgroundvideo_content_inner {padding: 0;}

/* vidscroller */
#vidscroller {position: relative; width: 32px; height: 46px;  border: 2px solid #fff; border-radius: 15px; position: absolute; bottom: 30px; margin: 0 auto; left: 0; right: 0; z-index: 1000;}
#vidscroller .wheel {display: block; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; margin-left: auto;  margin-right: auto; margin-top: 6px; left: 0; right: 0; -webkit-animation: mousewheel 1.7s infinite ease; animation: mousewheel 1.7s infinite ease;}
@keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}
@-webkit-keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}

/*     --mod_subscribe
------------------------------------------------- */
.mod_subscribe table td,
.mod_subscribe table {border: 0;}
.mod_subscribe input {width: 48%; float: left;}
.mod_subscribe label {display: none;}
.mod_subscribe input.submit:hover {opacity: 0.9;}

/*     --mod_subscribe in sidebar
------------------------------------------------- */
#left .mod_subscribe, #right .mod_subscribe {padding: 5px 0; border-top: 2px solid #E3E3E3; margin-top: 25px;}
#left .mod_subscribe input, #right .mod_subscribe input {width: 100%!important;}
#left .mod_subscribe input.submit, #right .mod_subscribe input.submit {margin: 10px 0 0 0!important;}
#left .mod_subscribe h4, #right .mod_subscribe h4 {font-size: 17px; margin-bottom: 12px; padding: 0; font-weight: normal;}
#left .mod_subscribe label, #right .mod_subscribe label {margin-bottom: 10px;}

/*     --mod_subscribe big
------------------------------------------------- */
.mod_subscribe.big {margin: 0 auto; width: 600px;}
.mod_subscribe.big input {width: 300px; padding: 20px; border: 0; height: 58px;}
.mod_subscribe.big input.text {padding-left: 65px;}
.mod_subscribe.big .formbody {position: relative; overflow: hidden;}
.mod_subscribe.big .formbody:after {font-family: "icons"; content: "\eaf6"; text-indent: 0; display: inline-block; position: absolute; top: 50%; left: 20px; font-size: 24px; margin-top: -12px;}

/*     --mod_subscribe page layout blank
------------------------------------------------- */
.blank .mod_subscribe {background: none; text-align: center; background: #fafafa; padding: 3%;}
.blank .mod_subscribe input {display: block; float: none; width: 45%; margin: 0 auto 10px auto;}
.blank .mod_subscribe h4 {display: none;}

/*     --mod_calendar
------------------------------------------------- */
.mod_calendar table {border-bottom: 1px solid #B9BCBE;}
.mod_calendar td {padding: 1.5%}
.mod_calendar td.col_first {border-left: 1px solid #B9BCBE;}
.mod_calendar th.label {border-bottom: 1px solid #B9BCBE; padding: 10px 0;}
.mod_calendar th.head {padding: 0;}
.mod_calendar th.previous a, .mod_calendar th.next a {padding: 3px; border: 1px solid #b9bcbe; background: #ededed; display: inline-block; white-space: nowrap;}
.mod_calendar th.previous a:hover, .mod_calendar th.next a:hover {border-color: #84898d !important;}
.mod_calendar th.previous a:after, .mod_calendar th.previous a:before, .mod_calendar th.next a:after, .mod_calendar th.next a:before {display: none;}
.mod_calendar th.current {text-align: center;}
.mod_calendar th.next {text-align: right;}
.mod_calendar th.previous {text-align: left;}
.mod_calendar th.label {text-align: center;}
.mod_calendar td {width: 14.28%; border-right: 1px solid #b9bcbe; background: #eaeaea; padding-left: 5px;}	
.mod_calendar td.empty, .mod_calendar td:hover {background: #fff;}
.mod_calendar td.today { color: white !important; background: #969696; -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;}
.mod_calendar td.today a {color: white !important;}
.mod_calendar th.current:before {font-family: "icons"; content: "\1f4c5"; text-indent: 0; display: inline-block; position: relative; top: -1px;	left: 0; margin-right: 5px;}

/*     --mod_eventreader
------------------------------------------------- */
.mod_eventreader .info:before {font-family: "icons"; content: "\1f4c5"; text-indent: 0; display: inline-block; position: relative; top: -1px; left: 0; margin-right: 5px;}

/*     --mod_eventlist
------------------------------------------------- */
.mod_eventlist .event {margin-bottom: 25px;}
.mod_eventlist h2 {margin-bottom: 5px;}
.mod_eventlist p.time {border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; padding: 3px 0;}
.mod_eventlist p.time:before {font-family: "icons"; content: "\e91a"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}

/*     --mod_sitemap
------------------------------------------------- */
.mod_sitemap ul ul {margin: 8px 0 20px 15px;}
.mod_sitemap ul li {border-bottom: 1px dashed #ddd; padding-bottom: 15px; margin-bottom: 15px; font-weight: normal;}
.mod_sitemap ul li ul li {border: 0; padding-bottom: 0px; margin-bottom: 3px;}
.mod_sitemap li:before {font-family: "icons"; content: '\25b8'; margin-right: 5px;}
.mod_sitemap li.submenu {font-weight: bold;}
.mod_sitemap li.submenu:before {font-family: "icons"; content: '\e824'; margin-right: 5px;}
.mod_sitemap li a:before {content: '';}

/*     --mod_faqlist
------------------------------------------------- */
.mod_faqpage {counter-reset: mod_faqpage;}
.mod_faqpage h2 {margin-bottom: 20px;}
.mod_faqpage section h3::before {counter-increment: mod_faqpage; content: counter(mod_faqpage, decimal); display: inline-block; width: 2em; margin-right: 0.5em; padding: 0.1em; color: white; text-align: center; background: #0093B5; border-radius: 3px; line-height: 2em;}
.mod_faqpage section {margin-bottom: 35px;}
.mod_faqpage .info {font-size: 11px;}
.mod_faqpage .info:before {font-family: "icons"; content: "\e82f"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}
.mod_faqpage .toplink {border-bottom: 1px solid #ddd;}
.mod_faqpage .toplink:before {font-family: "icons"; content: "\e911"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-right: 5px;}

/*     --mod_registration
------------------------------------------------- */
.mod_registration {padding: 30px; border: 1px solid #ddd; background: #f9f9f9;}
.mod_registration label {width: 40%; float: left;}
.mod_registration input {width: 60%; float: left;}
.mod_registration .submit_container {width: 100%; margin-top: 0px;}
.mod_registration .submit_container input {width: 60%; float: right;}
.mod_registration .captcha_text {float: left; display: block; margin-left: 40%; color: red; font-size: 14px; margin-top: 5px; margin-bottom: 15px;}
.mod_registration p.error {margin-left: 40%; clear: both;}

/*     --mod_search
------------------------------------------------- */
.mod_search input {width: 45%; float: left;}
.mod_search input[type="search"] {-webkit-appearance: none!important; padding-right: 0!important; border-radius: 0!important;}
.mod_search .even, .mod_search .odd {padding-bottom: 15px; border-bottom: 1px solid #ddd; margin-bottom: 15px;}
.mod_search .relevance {float: right; font-size: 12px;}
.mod_search .submit:before {font-size: 16px; line-height: 1em; font-family: 'icons';  font-style: normal;  font-weight: normal;  speak: none;  display: inline-block;  text-decoration: inherit;  width: 1em; text-align: center; content: '\e92a';}
.mod_search .submit {margin: 0; padding: 5px; display: inline-block; height: 30px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; opacity: 0.7; cursor: pointer;}
.mod_search .submit:hover {opacity: 1;}
#container .mod_search .submit {height: 39px;}
#container .mod_search form {overflow: hidden;}
#container .mod_search .text,
#container .mod_search .submit {height: 39px;}

/*     --mod_nl_reader
------------------------------------------------- */
.mod_nl_reader #container, body.dark, body.dark .mod_nl_reader #container {background: #fff;}
.mod_nl_reader table {border: 0!important;}
.mod_nl_reader table td {padding: 0; border: 0!important;}

/*     --mod_nl_list
------------------------------------------------- */
.mod_nl_list li {border-bottom: 1px solid #ededed; padding: 15px 0;}
.mod_nl_list li a {margin-left: 40px;}

/*     --404 page
------------------------------------------------- */
#page-404 h1 {font-size: 120px; text-align: center; text-shadow: 0 -1px 1px #666666, 0 1px 1px #FFFFFF; color: #ccc; border: 0; margin: 0;}
#page-404 p {text-transform: uppercase; font-size: 20px; text-align: center;}
#page-404 p a {text-transform: none; margin: 0;}

/*     --ce_downloads
------------------------------------------------- */
.ce_downloads li {border-bottom: 1px dotted #ccc; padding: 8px;}
.ce_downloads img {margin-right: 10px; vertical-align: middle;}
.ce_downloads li span {font-style: italic; font-size: 10px;}


/* =============================================================================
 * --forms
 * ========================================================================== */

/*     --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
------------------------------------------------- */
input, select, textarea {width: 100%; padding: 10px; margin: 0; border: 1px solid #E1E1E1; color: #333; background: #FCFCFC; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 18px; border-radius: 0;}
input[type="search"] {-webkit-appearance: none; border-radius: 0!important;}
input[type="submit"], input.submit {color: #fff; background: #0093B5;}
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
------------------------------------------------- */
.submit_container input {width: auto!important;}
.submit {-webkit-appearance:none; -webkit-box-shadow: none; box-shadow: none; border: 0;}
input[type="submit"], input.submit {padding: 10px 12px; text-align: center; display: inline-block; margin-bottom: 4px; background: #0093B5; color: #fff; cursor: pointer; }
input[type="submit"], input.submit {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
input[type="submit"]:hover, input.submit:hover {opacity: 0.9; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}

/*     --errors
------------------------------------------------- */
label.error {color: red;}
input.error {border: 1px solid red;}
p.error {color: red; clear: both;}

/*     --captcha
------------------------------------------------- */
.ce_form .captcha {width: 20%;}
.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;}

/*     --footer form
------------------------------------------------- */
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {margin-bottom: 30px;}
#footer input, #footer textarea  {font-family: inherit; background: rgba(255, 255, 255, 0.2); -webkit-box-shadow: none; box-shadow: none; border-color: rgba(255, 255, 255, 0.2); color: #ddd;} 
#footer textarea {height: 86px;}
#footer .submit_container {margin-top: 0;}
#footer input.submit {font-weight:normal; text-transform: uppercase; float: right; background: none; text-shadow:none; background: rgba(255,255,255,0.3); color: #ddd; border: 1px solid rgba(255, 255, 255, 0.2);}
#footer input, #footer textarea {-webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease; transition: All 0.8s ease;}
#footer input:hover, #footer input.submit:hover, #footer textarea:hover {background: rgba(255, 255, 255, 0.3); -webkit-transition: All 0.4s ease; -moz-transition: All 0.4s ease; -o-transition: All 0.4s ease; transition: All 0.4s ease;}
#footer input:focus, #footer textarea:focus {background: rgba(255, 255, 255, 0.6);}
#footer *::-webkit-input-placeholder {color: #ddd; font-size: 12px;}
#footer *:-moz-placeholder {color: #ddd; font-size: 12px;}
#footer *::-moz-placeholder {color: #ddd; font-size: 12px;}    
#footer *:-ms-input-placeholder {color: #ddd; font-size: 12px;}

/*     --jquery tools - datepicker
------------------------------------------------- */
input.date {cursor: pointer; background-position: 95% center; background-repeat: no-repeat; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5RjExM0E5RjA3RTMxMUUzQTIzNUVDNDkwQURCQjU2OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5RjExM0FBMDA3RTMxMUUzQTIzNUVDNDkwQURCQjU2OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlGMTEzQTlEMDdFMzExRTNBMjM1RUM0OTBBREJCNTY4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlGMTEzQTlFMDdFMzExRTNBMjM1RUM0OTBBREJCNTY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+S8AvwQAAAbdJREFUeNqUUk2rQVEUXfd0kkiShJKUj4GpgX/AgLGpgRH/QPgnRqY+Zoz8Eh9lQEShyDf3Wad3bu/1er3ert05+6617trnnG20221sNhvE43FzNBohkUhgPB4bpmmCYRjGN+y9Gn6/H+KNkWF2Oh2kUil0u12Yn6Ex/pwYOe8fKUwuFgvEYjGs12tMp1MEAgGEQiHlpENjwWAQ4XAYk8kE4nq94na7Yb/fo9VqYbfb4Xw+43Q6qZXJbxojlykJcFMulzGbzWCz2WC323kW5fp6vZBMJhGJROB0OhWXGqkde70eHA6HItPN4/FYrfIbMQb5TOn1epHP5/Gf4JklW2Hq6/8rdPvy+XxCi/v9PlarFVwuFwqFgiIOBgMsl0uUSiVLSI14PB5qwzWbzaJYLKqBYM3MZDK4XC5Wzc7Ilyzodr/fMZ/P1SWl02lV6zgej1ZNR2oERdqRj1+pVDAcDi0HCg6Hg1Xro4mvjsztdquIum40Gqqu1+uq1iaSb0ghJ6fZbMLtdiOXyymQUavVrJb1GdXksH8hBHw+H6rV6o+rJ1GvDHKpkRxctqOH+rf3/CqORqP4EGAAqhts6b9NH8cAAAAASUVORK5CYII=");}
#calroot {z-index:10000; margin-top:-1px; width:198px; padding:2px; background-color:#fff; font-size:11px; border:1px solid #ccc; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow:0 0 15px #666; -webkit-box-shadow:0 0 15px #666}
#calhead {padding:2px 0; height:22px}
#caltitle{font-size:14px; color:#515347; float:left; text-align:center; width:155px; line-height:20px; text-shadow:0 1px 0 #ddd}
#calnext,#calprev {display:block; width:20px; height:20px; background:transparent url("data:image/gif;base64,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") no-repeat scroll center center; float:left; cursor:pointer;}
#calnext {background-image: url("data:image/gif;base64,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"); float:right}
#calnext.caldisabled,#calprev.caldisabled {visibility:hidden}
#caltitle select {font-size:10px}
#caldays {height:20px; border-bottom:1px solid #ddd}
#caldays span {display:block;float:left;width:28px;text-align:center}
#calweeks {background-color:#fff;margin-top:4px}
.calweek {clear:left;height:22px}
.calweek a {display:block; float:left; width:27px; height:20px; text-decoration:none; font-size:11px; margin-left:1px; text-align:center; line-height:20px; color:#666; -moz-border-radius:3px; -webkit-border-radius:3px}
.calfocus,.calweek a:hover {background-color:#ddd}
a.calsun {color:red}
a.caloff {color:#ccc}
a.caloff:hover {background-color:#f5f5fa}
a.caldisabled {background-color:#efefef!important; color:#ccc!important; cursor:default}
#calcurrent {background-color:#515347; color:#fff}
#caltoday {background-color:#333; color:#fff}

/*     --icon
------------------------------------------------- */
.input-wrapper:hover span i:before {-webkit-animation: rotateIn 500ms ease; -moz-animation: rotateIn 500ms ease; -ms-animation: rotateIn 500ms ease; animation: rotateIn 500ms ease;}
.input-wrapper-inside[class^="icon-"] span, .input-wrapper-inside[class*="icon-"] span {border-right: 0!important;}

/* =============================================================================
 * media-queries
 * ========================================================================== */


/*     --tablets
------------------------------------------------- */
@media only screen and (max-width: 990px), screen and (min-device-width : 768px) and (max-device-width : 1012px)  {
	/* body */
	#contentwrapper {padding-top: 0!important;}
	
	/* header */
	#header {position: static!important;}
	body.onepage #header {position: fixed!important; width: 100%; top: 0;}
	#stickyheader {display: none;}
	
	/* teaser */
	#container_before {border-left: 0; border-right: 0; height: auto;}
	#container_before:before,#container_before:after {display: none;}
	
	/* container */
	#container:before {width: 100%;}

	/* portfolio */
	.portfolioteaser .port-infos {position: relative;}
	.portfolioteaser .port-infos h2 {font-size: 12px; display: block; background: #ededed;}
	.portfolioliste .port-infos {position: relative;}

	/* video button */
	.mejs-overlay-button {display: none!important;}
		
	/* sublines */
	[class*="subheadline_"] {margin-top: 0px;}
	
	/* menu + mobilemenu */
	#header nav.mainmenu {display: none!important;}
	#submenu {display: none;}
	#nav-open-btn {display: table-cell; position: relative; z-index: 500000;}
	
	#header .inside, body.blank #header .inside {text-align: left!important; display: table!important; height: 70px;}
	body.onepage #headeroffset {height: 85px;}
	
	/* portfolioliste */
	.portfolioliste .teaser {display: none;}
	
	/* logo */
	.logo {display: table-cell!important; height: 85px; left: 40px; position: absolute!important;}
	
	/* headerimage headlines */
	.headerimage h3 {font-size: 34px;}
	.headerimage h4 {font-size: 18px;}
	
	/* ce_gallery isotope masonry */
	.ce_gallery .isotope .block.autogrid {width: 50%;}
	
	/* blog */
	.blog.block.one_third {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;}
	
	/* iconsize servicebox */
	.servicebox[class^="icon-"]:before, .servicebox[class*="icon-"]:before {font-size: 40px;}
	
	/* nachrichtenteaser */
	.nachrichtenteaser_v3 h4 {margin-bottom: 3px;}
	
	/* nachrichtenliste */
	.nachrichtenliste .info div {display: block;}
		
	/* pricetables */
	.pricetable i {display: none;}
	
	/* teamboxes */
	.teambox_2 .funktion {position: static;}
	
	/* backgroundvideo */
	.backgroundvideo video {opacity: 0;}
	.backgroundvideo .mobile_poster {display: block; width: 100%; height: auto;}
	.backgroundvideo .mbYTP_wrapper {display: none;}
	.backgroundvideo {height: auto!important;}
	.backgroundvideo_content_wrapper.youtube {position: relative; left: 0; top: 0;}
	.backgroundvideo .content_boxed {padding-left: 20px; padding-right: 20px;}
	.backgroundvideo.ownvideo #vidscroller {display: none;}
	.backgroundvideo .backgroundvideo_content_wrapper {padding: 20px;}
	
	/* parallax-bg */
	.parallax-bg {background-attachment: scroll;}
	.parallax-bg .content_boxed {padding-left: 20px; padding-right: 20px;}
	
	/* hide parallax image element */
	.parallax_image {display: none!important;}
	
	/* hide ce_imagemap hotspots */
	.ce_imagemap .hotspot {display: none;}

}


/*     --phones
------------------------------------------------- */
@media only screen and (max-width: 767px) {



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

	/* top */
	#top {display: none!important;}
	
	/* logo */
	.logo {width: 140px; height: 70px; left: 20px;}
	
	/* wrapper */
	#wrapper {width: 100%;}

	/* stickyheader */
	#stickyheader {display: none!important}

	/* sidebar */
	body.sidebar_left #main,
	body.sidebar_left #left,
	body.sidebar_right #main,
	body.sidebar_right #right,
	body.sidebar_both #main,
	body.sidebar_both #left,
	body.sidebar_both #right {width: 100%; margin: 0;}
	
	body.sidebar_left #left, 
	body.sidebar_right #right,
	body.sidebar_both #left,
	body.sidebar_both #right {box-shadow: none;}
	
	body.sidebar_left #main .inside,
	body.sidebar_left #left .inside,
	body.sidebar_right #main .inside,
	body.sidebar_right #right .inside,
	body.sidebar_both #main .inside,
	body.sidebar_both #left .inside,
	body.sidebar_both #right .inside {width: 100%; float: none; padding: 0; border: 0; margin: 0;}
 	#right {margin-top: 15px!important; padding-top: 15px; border-top: 4px solid #ddd;}
 	#left {margin-bottom: 15px!important; padding-bottom: 15px; border-bottom: 4px solid #ddd;}
 	
 	/* headlines with divider remove lines */
 	.divider .ext_txtpic_headline h1, .divider .ext_txtpic_headline h2, .divider .ext_txtpic_headline h3, .divider .ext_txtpic_headline h4, .divider .ext_txtpic_headline h5, .divider .ext_txtpic_headline h6,
 	.divider_2 .ext_txtpic_headline h1, .divider_2 .ext_txtpic_headline h2, .divider_2 .ext_txtpic_headline h3, .divider_2 .ext_txtpic_headline h4, .divider_2 .ext_txtpic_headline h5, .divider_2 .ext_txtpic_headline h6 {background: none; line-height: 1em;}
 	.divider span, .divider_2 span {background: none;}
 	
 	/* 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 {font-size: 9px;}
 	
 	/* css-framework */
	.full, .one_half, .one_third, .two_third, .one_fourth, .two_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {width: 100%; margin: 0 0  15px 0;}
	.border-inner {border: 0!important;}
	
	/* extension subcolumns */
 	.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r, .c15r, .c16r, .c30r, .c45r, .c55r, .c70r, .c85r,
 	.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c66l, .c62l, .c75l, .c80l, .c15l, .c16l, .c30l, .c45l, .c55l, .c70l, .c85l {float: none; width: 100%; padding: 0; margin: 0;}
 	.subcr, .subcl, .subc {padding: 0!important;}
 	
 	/* ce_gallery */
	.ce_gallery .row2, .ce_gallery .row3, .ce_gallery .row4, .ce_gallery .row5, .ce_gallery .row6, .ce_gallery .row7, .ce_gallery .row8, .ce_gallery .row9, .ce_gallery .row10, .ce_gallery .row11, .ce_gallery .row12 {margin-left: 4%!important; width:48%; float:left!important; position:relative; clear: none!important;}
	.ce_gallery .row2:nth-child(2n+1), .ce_gallery .row3:nth-child(2n+1), .ce_gallery .row4:nth-child(2n+1), .ce_gallery .row5:nth-child(2n+1), .ce_gallery .row6:nth-child(2n+1), .ce_gallery .row7:nth-child(2n+1), .ce_gallery .row8:nth-child(2n+1), .ce_gallery .row9:nth-child(2n+1), .ce_gallery .row10:nth-child(2n+1), .ce_gallery .row11:nth-child(2n+1), .ce_gallery .row12:nth-child(2n+1) {margin-left: 0!important; clear: left!important;}
  	
  	/* ce_countdown */
  	.ce_countdown {font-size: 12px;}
  	.ce_countdown .countdown-section {margin-right: 5px;}
  	.ce_countdown .countdown-amount {font-size: 14px; line-height: 14px;}

  	/* mod_calendar */
  	.mod_calendar table {font-size: 7px;}	
  	
  	/* iconboxes */
  	.servicebox_2.iconright, .servicebox_3.iconright {text-align: left!important; padding-left: 50px; padding-right: 0;}
 	.servicebox_2.iconright:before, .servicebox_2.iconright .ce_image, .servicebox_3.iconright:before, .servicebox_3.iconright .ce_image {left: 0; right: auto;}
  	
	/* search */
	#top .mod_search {display: none;}
	.mod_search input {width: 100%;}
	#container .mod_search .submit {margin-top: 10px;}
	
	/* mod_subscribe */
	.mod_subscribe input {width: 100%!important; margin-bottom: 10px;}
		
	/* mod_registration */
	.mod_registration label, .mod_registration input, .mod_registration .submit_container input, .mod_registration .captcha_text {width: 100%; margin: 0;}
	.mod_registration .captcha_text {margin: 5px 0 15px 0;}
	.mod_registration p.error {margin-left: 0;}
	
	/* forms */
	form label {margin-bottom: 2px!important;}
	form .captcha_text {line-height: 1em;}
	.checkbox_container.horizontal span,
	.radio_container.horizontal span {display: block;}
	
	/* footer content */
	#footer .submit_container {text-align: center; margin-top: -15px;}
	#footer input.submit {float: none; } 
	#footer .ce_text {margin-bottom: 0px;}
	
	/* copyright */
	#bottom .float-left, #bottom .float-right {float: none; text-align: center;}
	#bottom .inside {padding: 20px;}
	
	/* video button */
	.mejs-overlay-button {display: none!important;}
	
	/* ce_adressblock button */
	#footer .ce_adressblock .adressblock_adresse, #footer .ce_adressblock .adressblock_tel, #footer .ce_adressblock .adressblock_fax, #footer .ce_adressblock .adressblock_email, #footer .ce_adressblock .adressblock_webadresse {padding-left: 0;}
	
	/* nachrichtenliste */
	.nachrichtenliste {margin-bottom: 0;}
	
	/* more button */
	.more a {padding: 2px 5px; font-size: 80%;}

	/* calltoaction */
	.calltoaction_left, .calltoaction_right {display: block;}
	.calltoaction p {width: 100%;}
	.calltoaction_2:after {right: 10px;}
	.calltoaction_2 p {width: 80%;}
	.calltoaction a {width: 100%; margin-top: 15px;}
	
	/* ce_hyperlink */
	.ce_hyperlink.right {text-align: center;}
	.ce_hyperlink.left {text-align: center;}
	
	/* mod_subscribe */
	.mod_subscribe.big {width: 100%;}
	.mod_subscribe.big .formbody:after {display: none;}
	.mod_subscribe.big input.text {padding-left: 20px;}
	.mod_subscribe.big input {width: 100%;}
	
	/* 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;}
	
	/* tabs */
	.tabs ul li {float: none;}
	.tabs ul li a {float: none; display: block; margin: 2px 0;}
	.tabs ul li a:hover, .tabs.vertikal ul li a.current, .tabs.vertikal_2 ul li a.current {background: #fafafa;}
	.tabs.horizontal_clean ul li {float: none; display: block;}
	.tabs.horizontal_clean ul li a, .tabs.horizontal_clean li:first-child a {border: 1px solid #f1f1f1;}
	.tabs.horizontal_clean li a {text-align: left; padding-left: 10px;}

	/* bigtext */
	.bigtext {font-size: 18px; line-height: 24px;}
	
	/* headline  container_before */
	#container_before .inside h1 {font-size: 28px;}
	
	/* container */
	#container-inside {padding: 40px 20px!important;}

	/* container_before */
	#container_before .inside {padding: 40px 20px!important;}
	
	/* container_before */
	#teaser_after .inside {padding: 20px!important;}
	
	/* ce_counter */
	.ce_counter {margin-bottom: 15px;}
	.ce_counter .counterwrapper {line-height: 1.3em;}
	
	/* header .inside  */
	#header .inside {padding: 0 20px;}
	#header .inside, body.blank #header .inside {height: 70px;}
	body.onepage #headeroffset {height: 70px;}
	
	/* site-font-icon  */
	.site-icons .row div {width: 100%!important;}
	
	/* button  */
	.button, input[type="submit"], input.submit, .submit_container input {display: block; width: 100%!important;}
	#off_canvas .mod_search .submit {width: auto!important;}
	
	/* tabs */
	.tabs.vertikal, .panes.vertikal, .tabs.vertikal_2, .panes.vertikal_2 {float: none;}
	.tabs.vertikal, .tabs.vertikal_2 {width: 100%;}
	.tabs.vertikal ul li a, .tabs.vertikal_2 ul li a {border: none; background: #efefef; margin-bottom: 1px;}
	.panes.vertikal, .panes.vertikal_2 {padding: 15px; width: 100%; border: 1px solid #ccc;}
	.tabs.horizontal ul li {float: none; display: block;}
	.tabs.horizontal ul li a {display: block; float: none; border: 0; background: #efefef; margin-bottom: 1px; margin: 0 0 1px 0;}
	.tabs.horizontal_clean li {width: 100%!important;}
	
	/* testimonials */
	.testimonial_v1 {display: block;}
	.testimonial_v1 .image_container {display: block; text-align: center; width: 100%;}
	.testimonial_v1 .image_container img {margin: 0 auto; max-width: 100px;}

	/* extended text & bild custom element */
	.ext_txtpic.col_right .ce_textarea, .ext_txtpic.col_right .ext_txtpic_text .ext_txtpic_headline, .ext_txtpic.col_right .ce_hyperlink {padding: 0;}
	.ce_text-mit-bild-erweitert .ext_txtpic.col_left .ce_textarea, .ce_text-mit-bild-erweitert .ext_txtpic.col_left .ext_txtpic_text .ext_txtpic_headline, .ce_text-mit-bild-erweitert .ext_txtpic.col_left .ce_hyperlink {padding: 0;}
	.float_left .ext_txtpic_bild, .float_right .ext_txtpic_bild {width: 100%!important;}
	.col_left .ext_txtpic_text, .col_left .ext_txtpic_bild, .col_right .ext_txtpic_text, .col_right .ext_txtpic_bild {display: block!important; margin: 0!important; width: 100%!important;}
	.ext_txtpic_text, .ext_txtpic_bild, .ext_txtpic.col_right .ce_textarea, .ext_txtpic.col_left .ce_textarea {padding: 0!important;}
	.ce_text-mit-bild-erweitert .txt_right * {text-align: left;}
	.ce_text-mit-bild-erweitert .col_right .ext_txtpic_bild {margin-top: 20px!important;}
	.ce_text-mit-bild-erweitert .col_left .ext_txtpic_bild {margin-bottom: 20px!important;}
	.ce_text-mit-bild-erweitert .ext_txtpic_bild {width: 100%!important; max-width: 100%!important;}
	.ce_text-mit-bild-erweitert .ext_txtpic_bild img {max-width: 100%; height: auto;}
	
	/* ce_gallery isotope  */  
	.ce_gallery .isotope .isotope-item {margin-bottom: 10px;}
	
	/* portfolioliste */
	.portfolioliste .teaser {display: none;}
	 
	/* hide icons in footer */
	#footer .ce_adressblock .adressblock_adresse:before, #footer .ce_adressblock .adressblock_tel:before, #footer .ce_adressblock .adressblock_fax:before, #footer .ce_adressblock .adressblock_email:before, #footer .ce_adressblock .adressblock_webadresse:before {display: none;}
	 
	/* nachrichtenteaser */
	.nachrichtenteaser_v3 h4 {margin-bottom: 5px;}
	.nachrichtenteaser_v3 .linkwrapper .subheadline {float: none; display: block;}
	.nachrichtenteaser_v3 .linkwrapper a {float: none;}
	 
	/* nachrichtenliste */
	.nachrichtenliste .comments, .nachrichtenliste .author, .nachrichtenliste .date {display: block;}
	.nachrichtenliste.smallview .two_third {padding-left: 1%;}
	.nachrichtenliste .date-wrapper {display: none;}
	 
	/* nachrichtenleser */
	.nachrichtenleser .date, .nachrichtenleser .author, .nachrichtenleser .comments {display: block; margin: 0; padding: 0;}
	.nachrichtenleser .info {margin-bottom: 10px;}
	 
	/* portfolioliste */
	.isotope.nopaddings .portfolioliste {margin-bottom: 0!important;}
	.filter li {display: block; margin: 3px 10px;}
	.filter li a {display: block;}
	
	/* pagination */
	.pagination ul {width: 100%; float: none;}
	.pagination p {width: 100%; float: none;}
	.ce_blog .pagination {bottom: -75px;}
	 
	/* pricetables */
	.pricetable_col4_1 .pricetable, .pricetable_3col .pricetable, .pricetable_4col .pricetable {float: none; width: 100%; margin: 0 0 15px 0;}
	.ce_preistabelle .link {padding: 0;}
	.ce_preistabelle .link a {margin-bottom: 0;}

		
	/* testimonial_slider_v2 */
	.testimonial_slider_v2 .text, .testimonial_slider_v2 .autor {font-size: 1em;}
	
	/* 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;}
	
	/* css helper margins */
	.margin-top10 {margin-top: 10px;}
	.margin-top20 {margin-top: 20px;}
	.margin-top30 {margin-top: 20px;}
	.margin-top40 {margin-top: 20px;}
	.margin-top50 {margin-top: 20px;}
	.margin-top60 {margin-top: 20px;}
	.margin-top70 {margin-top: 20px;}
	.margin-top80 {margin-top: 20px;}
	.margin-top90 {margin-top: 20px;}
	.margin-top100 {margin-top: 20px;}
	
	.margin-bottom10 {margin-bottom: 10px;}
	.margin-bottom20 {margin-bottom: 20px;}
	.margin-bottom30 {margin-bottom: 20px;}
	.margin-bottom40 {margin-bottom: 20px;}
	.margin-bottom50 {margin-bottom: 20px;}
	.margin-bottom60 {margin-bottom: 20px;}
	.margin-bottom70 {margin-bottom: 20px;}
	.margin-bottom80 {margin-bottom: 20px;}
	.margin-bottom90 {margin-bottom: 20px;}
	.margin-bottom100 {margin-bottom: 20px;}
	
	.phone_no {margin-top: 0;}
	.phone_no {margin-bottom: 0;}
	
	/* headlines */
	h1 {font-size: 28px;}
	h2 {font-size: 23px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;}
	h6 {font-size: 15px;}

	
	
	/* fontsize classes */
	.fontsize_xxxl {font-size: 26px; line-height: 1.8em;}
	.fontsize_xxl {font-size: 24px; line-height: 1.8em;}
	.fontsize_xl {font-size: 20px; line-height: 1.8em;}
	.fontsize_l {font-size: 20px; line-height: 1.8em;}
	.fontsize_m {font-size: 15px; line-height: 1.8em;}
	.fontsize_s {font-size: 13px; line-height: 1.8em;}

}



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

/* IE9 bugs portfolioteaser V2 */
body.ie9 .portfolioteaser.version_2 .bx_caption {top: 0;}
body.ie9 .portfolioliste .backside {display: none;}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("/fonts/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("/fonts/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("/fonts/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("/fonts/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff") format('woff');
}

.toptags {font-size: 18px; color: #0093b5;} /*H4*/
.hightags {font-size: 23px; color: #0093b5;} /*H2*/
.midtags {font-size: 20px; color: #0093b5;} /*H3*/
.footag {margin-bottom: 30px; font-weight: bold; color: #fff; font-size: 18px;}
.starttag {font-size: 20px; color: #054a5b; padding-bottom: 10px;} /*H4 für Startseite*/


.alignleft {float: left;}
.aligntableleft {float: left; font-size: 14px;}
.alignright {float: right;}
.aligncenter {text-align:center;}
.divcentercapture {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
 }
 
IMG.divcenternewsimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }



#top .mod_sprachwechsler {
  display: none;
}
#top .mod_search {
  display: none;
}
body {
  font-family: Open Sans;
}
h1,h2,h3,h4,h5,h6,toptags{
  font-family: Open Sans;
}
#toplogin {
  display: none;
}
body .logo {
  background-image: url("data:image/jpg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMpaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQkNDMTQyQ0Y1ODQxMUUyQUREMEI1MTdFNDgxRkYyNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQkNDMTQyREY1ODQxMUUyQUREMEI1MTdFNDgxRkYyNCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRCQ0MxNDJBRjU4NDExRTJBREQwQjUxN0U0ODFGRjI0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRCQ0MxNDJCRjU4NDExRTJBREQwQjUxN0U0ODFGRjI0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQAAQEBAQEBAQEBAQEBAQEBAQEBAQEB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");
}
nav.mainmenu ul li a {
  font-family: Open Sans;
}
#stickyheader .logo {
	height: 60px;
	opacity: 0.15;
}

@media only screen and (max-width: 767px) {
	#header .logo {width: 110px; height: 80px;}
	/* hide parallax image element */
	#parablank {display: none;}


}


@media only screen and (min-width: 991px){
	#header .logo {height: 92px; width: 165px;}
}


@media only screen and (min-width: 766px) and (max-width: 990px) {
	#header .logo {width: 110px; height: 70px;}
}

.parallax-bg .content_boxed {width: 100%;}

#stickyheader .logo {
	width: 110px;
}

#sidearea-toggler {
	display: none;
}

.color {
	color: #0093b5;
}
.bg_color {
	background-color: #0093b5;
}
#container_before .inside:after {
	border-color: #0093b5 transparent transparent transparent;
}
.button, .ce_hyperlink a, .servicebox_4 a, .servicebox_5 p a, .servicebox_6 p a, input[type="submit"], input.submit {
	background: #0093b5;
}
.servicebox_7:hover {
	border-color: #0093b5;
}
.servicebox_4:hover:before, .servicebox_6:hover img, .servicebox_5:hover .image_container {
	border: 3px solid #0093b5;
}
.servicebox_4 p a {
	background: #0093b5;
}
nav.mainmenu ul ul li a:hover, nav.mainmenu ul ul li a.active, nav.mainmenu ul ul li.active a {
	background: #0093b5; 
}
#submenu a:hover, #submenu a.active {
	color: #0093b5;
}
.more a {
	color: #fff; 
	background-color: #0093b5;
}
.pagination li a:hover {
	color: #0093b5;
}
.pagination li span.current {
	background: #0093b5; 
	color: white;
}
.calltoaction {
	border-left: 4px solid #0093b5;
}
.calltoaction a {
	background: #0093b5; 
	color: #fff;
}
.portfolioliste .backside {
	background-color: #0093b5;
}
.tp-leftarrow.default, .tp-rightarrow.default {
	background: #0093b5;
}
.servicebox_4:hover:before {
	background: #0093b5; 
	color: #fff;
}
#nav-open-btn:before {
	background: #0093b5; 
	border: 2px solid #0093b5;
}
.portfolioteaser .bx_caption .morelink a {
	color: #0093b5;
}
.portfolioteaser .bx_caption {
	background: #0093b5;
}
.testimonial_v1 a {
	color:#0093b5;
}
.testimonial_slider a {
	color:#0093b5;
}
nav.mainmenu ul ul {
	border-top: 5px solid #0093b5;
}
nav.mainmenu ul li a:after {
    background: #0093b5;
}
.ce_text p a:not(.button) {
	color: #0093b5;
}
.servicebox:before {
	background: #0093b5; background: #0093b5 -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0093b5 -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.15))); background: #0093b5 -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0093b5 -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0093b5 -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #0093b5 radial-gradient(ellipse at center, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0093b500000', endColorstr='#26000000', GradientType=1 );
}
.nachrichtenliste .subheadline {
	color: #0093b5;
}
.ce_text p a:not(.button) {
	color: #0093b5;
}
.blog .comments a, .blog .morelink {
	color: #0093b5;
}
.nachrichtenteaser_slider .subheadline {
	color: #0093b5;
}
.nachrichtenteaser_v3 .subheadline {
	color: #0093b5;
}
.teambox_3 .email a, .teambox_3 .email {
	color: #0093b5;
}
.ce_preistabelle .preiswrapper {
	background: #0093b5;
}
nav.mainmenu ul li.trail a:after, nav.mainmenu ul li.active a:after {
	background: #0093b5;
}
.backgroundvideo.overlay .backgroundvideo_content_wrapper {
	background: #0093b5;
}
#top {
	background: #0093b5;
}
.servicebox_2[class^="icon-"]:before,
.servicebox_2[class*="icon-"]:before {
	color: #0093b5
}
.servicebox_2 h1, .servicebox_2 h2, .servicebox_2 h3, .servicebox_2 h4, .servicebox_2 h5, .servicebox_2 h6 {
	color: #0093b5;
}
.articlewrapper.typ3 {
	background: #0093b5;
}
.tabs.horizontal_clean ul li a:hover, .tabs.horizontal_clean ul li a.current {
	background: #0093b5;
}
.teambox_2 .funktion {
	color: #0093b5;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0093b5;
}
.ce_imagemap .circle {
	box-shadow: 0 0 0 4px #0093b5;
}
.ce_imagemap .hotspot.small .circle {
	box-shadow: 0 0 0 2px #0093b5;
}

nav li ul {display:none;}
nav li:hover ul {display:block;}

/** clearing **/
.clear {clear: both; font-size: 0.1px; height: 0.1px; line-height: 0.1px; float: none; display: table;}

/** block grid **/
.autogrid, .autogrid:before,.autogrid:after {-moz-box-sizing: border-box; box-sizing:border-box;}
.autogrid {padding-left: 1%; padding-right: 1%; position: relative; display: block; float: left;overflow: hidden;}

/** block grid wrapper **/
.autogrid_wrapper {margin-left: -1%; margin-right: -1%;}

/** non block **/
.autogrid:not(.block) {padding-left: 0; padding-right: 0; margin-left: 1%; margin-right: 1%;}

/* .block.autogrid.first, .block.autogrid:first-child 	{margin-left: -1%;} */
/* .block.autogrid.last, .block.autogrid:last-child 	{margin-right: -1%;} */

/** Non block grid **/
.full			{width: 98%;}
.one_half 		{width: 48%;}
.one_third 		{width: 31.3333%;}
.one_fourth		{width: 23%;}	
.one_fifth		{width: 18%;}	
.one_sixth		{width: 14.6667%;}

/** Block grid **/
.block.full			{width: 100%;}
.block.one_half 	{width: 50%;}
.block.one_third 	{width: 33.3333%;}
.block.one_fourth	{width: 25%;}	
.block.one_fifth	{width: 20%;}	
.block.one_sixth	{width: 16.6667%;}

.block.two_third	{width: 66.6667%;}
.block.two_fourth	{width: 50%;}
.block.three_fourth	{width: 75%;}
.block.two_fifth	{width: 40%;}
.block.three_fifth	{width: 60%;}
.block.four_fifth	{width: 80%;}
.block.two_sixth	{width: 33.3333%;}
.block.three_sixth	{width: 49.9999%;}
.block.four_sixth	{width: 66.6667%;}
.block.five_sixth	{width: 83.3333%;}

/** Non block grid system **/
/** odd split: 2 elements per row **/
.n2:not(.block).one_third		{width: 32%;}
.n2:not(.block).two_third		{width: 64%;}
.n2:not(.block).one_fourth		{width: 24%;}
.n2:not(.block).two_fourth		{width: 48%;}
.n2:not(.block).three_fourth	{width: 72%;}
.n2:not(.block).one_fifth		{width: 19.2%;}
.n2:not(.block).two_fifth		{width: 38.4%;}
.n2:not(.block).three_fifth		{width: 57.6%;}
.n2:not(.block).four_fifth		{width: 76.8%;}
.n2:not(.block).one_sixth		{width: 16%;}
.n2:not(.block).two_sixth		{width: 32%;}
.n2:not(.block).three_sixth		{width: 48%;}
.n2:not(.block).four_sixth		{width: 64%;}
.n2:not(.block).five_sixth		{width: 80%;}

/** odd split: 3 elements per row **/
.n3:not(.block).one_half		{width: 47%;}
.n3:not(.block).two_third		{width: 62.6667%;}
.n3:not(.block).one_fourth		{width: 23.5%;}
.n3:not(.block).two_fourth		{width: 47%;}
.n3:not(.block).three_fourth	{width: 70.5%;}
.n3:not(.block).one_fifth		{width: 18.8%;}
.n3:not(.block).two_fifth		{width: 37.6%;}
.n3:not(.block).three_fifth		{width: 56.4%;}
.n3:not(.block).four_fifth		{width: 75.2%;}
.n3:not(.block).one_sixth		{width: 15.6667%;}
.n3:not(.block).two_sixth		{width: 31.3333%;}
.n3:not(.block).three_sixth		{width: 47%;}
.n3:not(.block).four_sixth		{width: 62.6667%;}
.n3:not(.block).five_sixth		{width: 78.3333%;}

/** odd split: 4 elements per row **/
.n4:not(.block).one_half		{width: 46%;}
.n4:not(.block).one_third		{width: 30.6667%;}
.n4:not(.block).two_third		{width: 61.3333%;}
.n4:not(.block).two_fourth		{width: 46%;}
.n4:not(.block).three_fourth	{width: 69%;}
.n4:not(.block).one_fifth		{width: 18.4%;}
.n4:not(.block).two_fifth		{width: 36.8%;}
.n4:not(.block).three_fifth		{width: 55.2%;}
.n4:not(.block).four_fifth		{width: 73.6%;}
.n4:not(.block).one_sixth		{width: 15.3333%;}
.n4:not(.block).two_sixth		{width: 30.6667%;}
.n4:not(.block).three_sixth		{width: 46%;}
.n4:not(.block).four_sixth		{width: 61.3333%;}
.n4:not(.block).five_sixth		{width: 76.6667%;}

/** odd split: 5 elements per row **/
.n5:not(.block).one_half		{width: 45%;}
.n5:not(.block).one_third		{width: 30%;}
.n5:not(.block).two_third		{width: 60%;}
.n5:not(.block).one_fourth		{width: 22.5%;}
.n5:not(.block).two_fourth		{width: 45%;}
.n5:not(.block).three_fourth	{width: 67.5%;}
.n5:not(.block).two_fifth		{width: 36%;}
.n5:not(.block).three_fifth		{width: 54%;}
.n5:not(.block).four_fifth		{width: 72%;}
.n5:not(.block).one_sixth		{width: 15%;}
.n5:not(.block).two_sixth		{width: 30%;}
.n5:not(.block).three_sixth		{width: 45%;}
.n5:not(.block).four_sixth		{width: 60%;}
.n5:not(.block).five_sixth		{width: 75%;}

/** odd split: 6 elements per row **/
.n6:not(.block).one_half		{width: 44%;}
.n6:not(.block).one_third		{width: 29.3333%;}
.n6:not(.block).two_third		{width: 58.6667%;}
.n6:not(.block).one_fourth		{width: 22%;}
.n6:not(.block).two_fourth		{width: 44%;}
.n6:not(.block).three_fourth	{width: 66%;}
.n6:not(.block).one_fifth		{width: 17.6%;}
.n6:not(.block).two_fifth		{width: 35.2%;}
.n6:not(.block).three_fifth		{width: 52.8%;}
.n6:not(.block).four_fifth		{width: 70.4%;}
.n6:not(.block).two_sixth		{width: 29.3333%;}
.n6:not(.block).three_sixth		{width: 44%;}
.n6:not(.block).four_sixth		{width: 58.6667%;}
.n6:not(.block).five_sixth		{width: 73.3333%;}

.border-inner {border-left: 1px solid #ddd;}
.border-inner.first, .border-inner:first-child {border-left: 0;}
.border-inner.last, .border-inner:last-child {border-right: 0;}
/** optical correction **/
/* .autogrid.block.border-inner {margin-left: -0.75%; padding-left: 1.75%;} */

/** grid options **/
.autogrid.break {clear:left; margin-left: 0;}
.autogrid.full.break {width: 100%;clear:both;float: none;padding-left: 0;padding-right: 0;}

/** same height **/
.autogrid.same-height {display: table-cell; float: none; vertical-align: top;}

/** autogrid full **/
.autogrid.full {padding-left: 0; padding-right: 0;}
.autogrid_wrapper .autogrid.full {padding-left: 1%; padding-right: 1%;}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height {display: block;}
	.autogrid_wrapper {margin-left: 0; margin-right: 0;}
}
.articlewrapper.fullwidth > .inside {max-width: 100%; padding-left: 0; padding-right: 0;}
.articlewrapper.fullwidth_contentboxed > .inside {max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px;}
.articlewrapper.boxed {max-width: 1280px; margin-left: auto; margin-right: auto; padding-left: 40px; padding-right: 40px;}
.articlewrapper.boxed > .inside {max-width: 100%;}
@charset "UTF-8";

 @font-face {
  font-family: 'icons';
  src: url("../../files/cto_layout/font/icons.eot?158270");
  src: url("../../files/cto_layout/font/icons.eot?158270#iefix") format('embedded-opentype'),
       url("../../files/cto_layout/font/icons.woff?158270") format('woff'),
       url("../../files/cto_layout/font/icons.ttf?158270") format('truetype'),
       url("../../files/cto_layout/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/cto_layout/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'; } /* '' */
