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

/** flexible same height **/
.autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox; height: 100%; clear: both;}
.autogrid_wrapper.same-height .autogrid.same-height, .autogrid_wrapper .inner.same-height .autogrid.same-height {display: flex; display: -webkit-flex; display: -ms-flexbox;}

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

/** no gutter **/
.autogrid_wrapper.no_gutter {margin-left: 0; margin-right: 0;}
.autogrid.no_gutter {padding-left: 0; padding-right: 0;}

/** tablets **/
@media only screen and (min-width: 768px) and (max-width: 990px) {
	.autogrid.adjust_mobile {width: 50% !important}
}

/** phones **/
@media only screen and (max-width: 767px) {
	.autogrid {width: 100%!important;}
	.autogrid.same-height, .autogrid_wrapper.same-height, .autogrid_wrapper .inner.same-height {display: block;}
	.border-inner {border-left: 0;}
	.ce_autogridSpacer {margin: 0!important; line-height: 0!important;}
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
@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;
}
@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.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%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-ms-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-ms-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);-ms-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,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:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);-ms-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;-ms-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-ms-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);-ms-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);-ms-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);-ms-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);-ms-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.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:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.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}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-ms-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);-ms-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px);-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) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-ms-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.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) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-ms-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.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);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,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-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-ms-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-ms-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;-ms-transform:none;transform:none;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%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-ms-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) 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;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);-ms-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none;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:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;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:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;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:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);-ms-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);-ms-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);-ms-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{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:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-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:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{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:rotate3d(0,0,1,80deg);-ms-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,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%,80%{-webkit-transform:rotate3d(0,0,1,60deg);-ms-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,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;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);-ms-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);-ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);-ms-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-ms-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);-ms-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-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:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);-ms-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);-ms-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-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:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}
body {
  font-size: 15px;
}
.color {
	color: #d20c29;
}
strong, b {
font-weight: bold;
}
.bg_color {
	background-color: #d20c29;
}
.button, .ce_hyperlink a, input[type="submit"], input.submit {
	background: #d20c29;
}
.servicebox i {
	background: #D20C29
}
.servicebox i:after {
	box-shadow: 0 0 0 4px #d20c29;
}
.servicebox_2 i[class^="icon-"]:before, .servicebox_2 i[class*="icon-"]:before, .servicebox_2 h1, .servicebox_2 h2, .servicebox_2 h3, .servicebox_2 h4, .servicebox_2 h5, .servicebox_2 h6 {
	color: #d20c29;
}
nav.mainmenu ul li a:after {
	background: #FFF; 
}
.pagination li a:hover {
	color: #d20c29;
}
.pagination li span.current {
	background: #d20c29; 
	color: white;
}
#nav-open-btn:before {
	background: #d20c29; 
	border: 2px solid #d20c29;
}
.ce_text p a:not(.button) {
	color: #d20c29;
}
.articlewrapper.typ3 {
	background: #d20c29;
}
.tabs.horizontal_clean ul li a:hover, .tabs.horizontal_clean ul li a.current {
	background: #d20c29;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d20c29;
}
.divider [class^="icon-"]:before, .divider_2 [class^="icon-"]:before {
	color: #d20c29;
}
.teambox .funktion {
	color: #d20c29;
}
.teambox .teambox_socials i:hover {
	background: #d20c29;
}
.filter li a.selected, .filter li a:hover {
	background: #d20c29;
}
#pagetitle {
	color: #f2f2f2;
}
.ce_portfolioteaser .link_portfoliolist a:before {
	background: #d20c29;
}
.ce_portfolioteaser .link_portfoliolist a:after {
	box-shadow: 0 0 0 4px #d20c29;
}
.nachrichtenteaser h4 a {
	color: #d20c29;
}
.nachrichtenteaser .linkwrapper a {
	color: #d20c29;
}
.ce_nachrichtenteaser .link_to_all_list a:after {
	box-shadow: 0 0 0 4px #d20c29;
}
.ce_nachrichtenteaser .link_to_all_list a:before {
	background: #d20c29;
}

#header {
	background-color: ##D20C29;
}
nav.mainmenu ul a {
	color: #FFF; font-weight: 500;
}

#bottom {
	background: #333333;
}
@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'; } /* '' */
/* =============================================================================
 * 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: #d20c29; text-decoration: none;}
.ce_text p a:not(.button) {color: #D20C29;}
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;}
.animate {opacity: 0;}

/*     --helper classes
------------------------------------------------- */
.center {text-align: center;}
.no_margins p {margin: 0;}
.color {color: #D20C29;}
.bg_color {background-color: #D20C29;}
.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: 'Montserrat', sans-serif; color: #4d4f4f; font-weight: 700; position: relative; text-align:center;}
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: block; height: 1px; width: 65px; text-align: center; margin-bottom: 20px; margin-top: 30px; position: absolute; left: 50%; margin-left: -113px; border-left: 82px solid #ddd; border-right: 82px solid #ddd;}
.divider span {display: block;}
.divider h1, .divider h2, .divider h3, .divider h4, .divider h5, .divider h6 {margin-bottom: 45px; padding-bottom: 20px;}
.divider [class^="icon-"]:before, .divider_2 [class^="icon-"]:before {position: absolute; bottom: -19px; left: 50%; margin-left: -7px; font-size: 18px; margin-right: 0; color: #B84F7C;}
.divider.text_invert [class^="icon-"]:before {color: #fff!important;}

/*     --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,iVBORw0KGgoAAAANSUhEUgAAA8oAAAALCAYAAACnM3S4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAB+RJREFUeNrsXe1y2zgMBHP9n7z/U+YJjKZzdzM+H4ndBUDJTqSZttNY4ge+uLuknPH+/v6X/X2Nrz/+z7/qdf/Mqo0htuXks/fjdmIezOeZeQzSPkobbP9M34/zHnc2HsAuq2eyYx+kX+5/Fvl35rPIj4OMhyHaFMVQJiZXfhuL+aI8mY0vsj2638EY1bxjxr265+1hPI9jfwti3kk7vj3UJrVuPf5sFT9O5GVkn8fxzHKYGdsbOVaU10od9MCng1wbZvfNYtQXPh0PbXjge3Xd8iD+UHu+WG+Rb4zwP7LjzAZ/Pr+BuF7N7UbE5Sr2PahDs3HPxrdqbzYeJ8ap2tgFWzJ9j0mbq/naoj7YYt5Mew7+/zi+yNaRDaN48+B5n+TRDfTvk/XPgc99UX990UYUqw7iB9VPA2Of5egtqDGzunYLahPrUzZmDPjdiBri5GdR/rlgb6UP1ZcVm6OfZ+qI+pwVxmfEXKMcNTYWxx1RVoBphigzpNaTfWbvG8FiwRLne9CjEmVE4jLkPCJQj8CXGS/jS5ZsDrI/ltyqIoRPAPAg4z4jUCj+zZLIDtHGiTxmBKQZwakIBIrYYIU5sDViJcioAqMi0iGByE0T9yLyhPKCyUMXchX1HdVm5Fs3TQSL/MsSzse4V21hQBCIfo58hdYwJDKwpJ2x0SAJGwtoIvJsgY+i+x/vi0QJB2R8ADDJkG8GJCLCGokXliRuPiH5TggmLs7dybiIhBL2mVk9uk3m4UK8KvNBeeOE4JMlJyzpUAQXF/I2M1YTP49shIQyRkRT85aZQ9WvGRuv8sIa6lU2FmxhYzdeSJTj5Z4oV3aTo2I6yCSpknG0g6DOyQyr9apdqmOuAn0TxqPMV/0MzUMhyuw8VJCKhBC0082KQWrsK8KTNfVjxDyVPrLtZPrKimPsLq4q3LFiigdClzf7kyF1am1l8tWF2hWJBJmYQMLnjPiivFPmxtjSQY4rfSPizZzGckC+ERBbkcvZDt89QWEIBAOuVvnP7DCxIBORdQ8wBoORnBwnQ3ijHXhGlFDIGdo5V8iyIixkyXW1bYZUMMBeJXtOxhYjKrHkK5oTu0POtJX1B3tiYRh3miKKHSRmRLUiQ+y7ckDpWxVRWIHPCv6uPA/b/kOU30ggyIKwLDllAYVKVFVwlgHlHbtJVRCtgn2V9Kv2qe74dxyhZ+1UsYuTZN2b/MV+7qYTGoYkodg043c5PZmXalyh482WyDVElj0guRXRrqMmjoZ4R4QekdAOkSFLbpTaosZltBOrvN6A1lblCPUgyYolc1Jd812oNR2ENxIU0DgUkKqSCw9EHzPuWHkGrDKEQCE8CPCy9iyBWZKIov6RnTPET91RRfnEEBpl7Ku6rtRVhXhXbKSIDaMwPjXeWIJfIaxKXTRbvzqgEk9GAPVCTbRCfR0H+Oo/RFkFN2ddo/Bc9ph3loB2kX21T2XHpvu4O0NQWPDcTZ5UQhoRoWF4hyVLmiOQW9m1dTCP3eNSY4XJXSfnk8nZIdTBrpMrmb47BQj2aL1ay6K2kM3Vd5IHQTRWi+1I2pux/ez9eBZ8V9ad7JpeASHZcUW1xQkxgiXnEbmozpvd1UMkzYzbCWPFg8rRRHWHjtnJZPtkgXpG0GDvzxJAS9iUPZnhSbGJ8Sljay/kuJ3w7Bl5bcXY7CSj3mgfZTe4y4ddftSB2hdRzoBHF4DDWUQajSFDDhRbdBD67O73CrgxRS5zFFMlF+oXH7G7Lqwdsr5Vj+Rm3733AlHqBtUZgafrWZRnXfl7hG/QDmglVrKfjc22ygopimjLvuOOaipTK3aKxixRZkUH5guhMqKS8o6xF+I3A1wzgJ9dF9UY7AR06phUUpkhV4jU7wL9HWNlBarqDmSWSGXipioUDCFP2JwO8+Lrr+HYbtUdQ2uqLx1+qtSEDIn15PN2os0r60nXGvK/NTRDlHcA7677xknzOLr/HWLEOOnZblIVtbXDR9UTCgwQ7iCBCOCp73uyIILxaSTKqDlQzccd/lS+vKhbRGAIrBfyWwUOO4kmI2yhmGFEhoh87Hz1qApgdsXarv5YO2ePcjOnVFyY3+5dDt+YKwzJzIxRJcUd4gJ7UqC6y7cDrO+wR7b/LpLC4rBDdwk3212pf8orLs9UR3bEylPWzH+JcseR5Os6BhAeBfSzhOwoccCfzO5m+vvBnSQ6swvUDY6PEnWycXKmkLaDJCOCyAoTEcg8q66c5U8EnquE9QhSeQYYYV7zOBoMqSJSty9d8DnKu90AlFlfjoh1RXR9VWL6SkSDFTcycxlPOPfMKZOz6y6K6TPidxxE0o8BIV9E+ZmIJftO2kXm+0DnTrC5AlNniAzRl6Kwxy290M8Vc/zx47NFDrbuvGIdYo9rn3Faxu28UzoWkHFP5nt15+RZQdozg8cjCTnzBW4I33TmjAHBoqv/VyVyPzFmM4JF9pWGn14f0HqmCAzZ/L+uHQue+/ey78fHx6sTiOvaT9qvKwb87IKqLsheICQVMn6dmHnNGMz8TmAVFP5Usld9V/WsuEDfun4Bxv3EquMdy1fbQVV+x3tnf2b4pBrzrvWVG9f108SJ6fX5+Sk3+uuy6+mF9ypgewny7SlB8vHf24c6jH6H5o4dCG/sw4l2D823nyHxfvNZXjr9Zbrr2lGjXxnz7FgfM+vbxJ7LrLtS8ZuTv+vaG++/BRgANSkQ46X6uMgAAAAASUVORK5CYII=") 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,iVBORw0KGgoAAAANSUhEUgAAAAEAAAALCAYAAAC+jufvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAACFJREFUeNpi+P//PwMTAwMDMvH48eP/TAwMDIxwMXQuYAAoiwi6xYwSewAAAABJRU5ErkJggg==") center top repeat-x;}

/*     --articlewrapper
------------------------------------------------- */
body.aw_active #container-inside {padding: 0!important; max-width: 100%!important;}
.articlewrapper.typ2 {background: #F8F8F8;}
.articlewrapper.typ3 {background: #D20C29;}
.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: #3A3A3A;}
.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;}

/*     --body
------------------------------------------------- */
body {color: #4d4f4f; overflow-x: hidden; font-family: 'Raleway', Georgia, serif; font-size: 14px; line-height: 20px; background-repeat: repeat; background-position: top left; background-attachment: fixed!important; background-color: #f2f2f2; font-weight: 300;}

/*     --page-width
------------------------------------------------- */
#contentwrapper {max-width: 100%; margin: 0 auto; position: relative;}
#header .inside, #footer_second .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);}

/*     --pageloader
------------------------------------------------- */
#pageloader {width: 100%; height: 100%; position: fixed; top: 0; background-color: white; z-index: 99999;}
#pageloader .loading{position:absolute;top:50%;left:50%;width:20px;height:20px;transform:translate(-50%,-50%)}
#pageloader .loading .dot{position:absolute;border-radius:50%;left:1px;top:1px;width:18px;height:18px;background:#D6D6D6;animation:spin 2.5s 0s infinite both;-webkit-animation:spin 2.5s 0s infinite both;-o-animation:spin 2.5s 0s infinite both;-ms-animation:spin 2.5s 0s infinite both}
#pageloader .loading .dot2{position:absolute;border-radius:50%;width:20px;height:20px;background:#D6D6D6;animation:spin2 2.5s 0s infinite both;-webkit-animation:spin2 2.5s 0s infinite both;-o-animation:spin2 2.5s 0s infinite both;-ms-animation:spin2 2.5s 0s infinite both}
@-webkit-keyframes spin{0%,100%{box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}50%{transform:rotate(180deg)}25%,75%{box-shadow:28px 0 0 #D6D6D6,-28px 0 0 #D6D6D6,0 28px 0 #D6D6D6,0 -28px 0 #D6D6D6,20px -20px 0 #D6D6D6,20px 20px 0 #D6D6D6,-20px -20px 0 #D6D6D6,-20px 20px 0 #D6D6D6}100%{transform:rotate(360deg);box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}}
@-webkit-keyframes spin2{0%,100%{box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}50%{transform:rotate(-180deg)}25%,75%{box-shadow:52px 0 0 #D6D6D6,-52px 0 0 #D6D6D6,0 52px 0 #D6D6D6,0 -52px 0 #D6D6D6,38px -38px 0 #D6D6D6,38px 38px 0 #D6D6D6,-38px -38px 0 #D6D6D6,-38px 38px 0 #D6D6D6;background:transparent}100%{transform:rotate(-360deg);box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}}
@-moz-keyframes spin{0%,100%{box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}50%{transform:rotate(180deg)}25%,75%{box-shadow:28px 0 0 #D6D6D6,-28px 0 0 #D6D6D6,0 28px 0 #D6D6D6,0 -28px 0 #D6D6D6,20px -20px 0 #D6D6D6,20px 20px 0 #D6D6D6,-20px -20px 0 #D6D6D6,-20px 20px 0 #D6D6D6}100%{transform:rotate(360deg);box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}}
@-moz-keyframes spin2{0%,100%{box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}50%{transform:rotate(-180deg)}25%,75%{box-shadow:52px 0 0 #D6D6D6,-52px 0 0 #D6D6D6,0 52px 0 #D6D6D6,0 -52px 0 #D6D6D6,38px -38px 0 #D6D6D6,38px 38px 0 #D6D6D6,-38px -38px 0 #D6D6D6,-38px 38px 0 #D6D6D6;background:transparent}100%{transform:rotate(-360deg);box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}}
@-o-keyframes spin{0%,100%{box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}50%{transform:rotate(180deg)}25%,75%{box-shadow:28px 0 0 #D6D6D6,-28px 0 0 #D6D6D6,0 28px 0 #D6D6D6,0 -28px 0 #D6D6D6,20px -20px 0 #D6D6D6,20px 20px 0 #D6D6D6,-20px -20px 0 #D6D6D6,-20px 20px 0 #D6D6D6}100%{transform:rotate(360deg);box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}}
@-o-keyframes spin2{0%,100%{box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}50%{transform:rotate(-180deg)}25%,75%{box-shadow:52px 0 0 #D6D6D6,-52px 0 0 #D6D6D6,0 52px 0 #D6D6D6,0 -52px 0 #D6D6D6,38px -38px 0 #D6D6D6,38px 38px 0 #D6D6D6,-38px -38px 0 #D6D6D6,-38px 38px 0 #D6D6D6;background:transparent}100%{transform:rotate(-360deg);box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}}
@-ms-keyframes spin{0%,100%{box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}50%{transform:rotate(180deg)}25%,75%{box-shadow:28px 0 0 #D6D6D6,-28px 0 0 #D6D6D6,0 28px 0 #D6D6D6,0 -28px 0 #D6D6D6,20px -20px 0 #D6D6D6,20px 20px 0 #D6D6D6,-20px -20px 0 #D6D6D6,-20px 20px 0 #D6D6D6}100%{transform:rotate(360deg);box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}}
@-ms-keyframes spin2{0%,100%{box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}50%{transform:rotate(-180deg)}25%,75%{box-shadow:52px 0 0 #D6D6D6,-52px 0 0 #D6D6D6,0 52px 0 #D6D6D6,0 -52px 0 #D6D6D6,38px -38px 0 #D6D6D6,38px 38px 0 #D6D6D6,-38px -38px 0 #D6D6D6,-38px 38px 0 #D6D6D6;background:transparent}100%{transform:rotate(-360deg);box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}}
@keyframes spin{0%,100%{box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}50%{transform:rotate(180deg)}25%,75%{box-shadow:28px 0 0 #D6D6D6,-28px 0 0 #D6D6D6,0 28px 0 #D6D6D6,0 -28px 0 #D6D6D6,20px -20px 0 #D6D6D6,20px 20px 0 #D6D6D6,-20px -20px 0 #D6D6D6,-20px 20px 0 #D6D6D6}100%{transform:rotate(360deg);box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}}
@keyframes spin2{0%,100%{box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}50%{transform:rotate(-180deg)}25%,75%{box-shadow:52px 0 0 #D6D6D6,-52px 0 0 #D6D6D6,0 52px 0 #D6D6D6,0 -52px 0 #D6D6D6,38px -38px 0 #D6D6D6,38px 38px 0 #D6D6D6,-38px -38px 0 #D6D6D6,-38px 38px 0 #D6D6D6;background:transparent}100%{transform:rotate(-360deg);box-shadow:0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6,0 0 0 #D6D6D6}}

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

/*     --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: 300px; height: 80px; 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%;}

/*     --header
------------------------------------------------- */
#headeroffset {position: absolute; top: 35px; width: 100%; z-index: 5000; left: 0; -webkit-backface-visibility: hidden;} 
#header {background-color: #D20C29; box-shadow: 0 0px 5px rgba(0,0,0,0.3);}
#header .inside {padding: 0 40px; display: table; width: 100%; line-height: 0;}
#headeroffset.headerfixed {position: fixed; top: 0;}
#header .image_container {margin: 0;} 

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

/*     --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;}
.ce_revolutionslider .tparrows {margin-top: 0!important;}

/*     --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 p {color: #fff; font-size: 24px; line-height: 30px;}
.ce_revolutionslider h1 {border: 3px solid #fff; padding: 15px 20px; font-size: 44px; line-height: 44px; color: #fff}
.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: 18px; 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: "\eced";}
.bx-wrapper .bx-controls-direction a.bx-prev:before {content: "\ecec";}
.bx-wrapper .bx-controls-direction a.bx-prev {float: left; left: 0;}
.bx-wrapper .bx-controls-direction a.bx-next {float: right; right: 0;}
.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: #B84F7C;}

/*     --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: 40px; width: 40px; top: 50%; margin-top: -33px; background: #fff;}
.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;}

/*     --back button on content-pages
------------------------------------------------- */
.back-home {color: #5e5e5e; text-align: right; white-space: nowrap; float: right;}
.back-home:before {font-family: "icons"; content: '\e913'; margin-right: 10px;}

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

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

/*     --on content-pages - container_before
------------------------------------------------- */
.content_page #container_before {background: #F2F2F2; margin: 0; border-bottom: 1px solid #E1E1E1;}
.content_page #container_before .inside {overflow: hidden; padding: 20px 40px;}

/*     --linktotop
------------------------------------------------- */
#linktotop {position: fixed; bottom: 10px; right: 10px; width: 45px; height: 45px; background: rgba(0,0,0,0.5); display: none; text-align: center; cursor: pointer; z-index: 1000; border-radius: 100%;}
#linktotop:before {font-family: "icons"; content: "\e767"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; font-size: 20px; color: #fff; line-height: 45px;}

/* =============================================================================
 * footer
 * ========================================================================== */
#footer {background: #fff;}
#footer a:hover {text-decoration: underline;}
#footer .inside  {margin: 0 auto;}

/* =============================================================================
 * footer second
 * ========================================================================== */
#footer_second {background: #fff; padding: 80px 40px;}

/* =============================================================================
 * bottom, copyright
 * ========================================================================== */
#bottom {background: #000;}
#bottom .inside  {max-width: 1280px; margin: 0 auto; padding: 40px; text-align: center;}
#bottom .last a {padding: 0 5px;}
#bottom .last a:last-child {padding-right: 0;}
#bottom, #bottom a {color: rgba(255,255,255,0.8);}
#bottom .contentbox a:hover {text-decoration: underline;}
#bottom .contentbox {font-size: 0.8em; margin-top: 10px;}
#bottom .socials a:before {background: rgba(255,255,255,0.1); border-radius: 100%; padding: 10px; margin: 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;}

/* =============================================================================
 * 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 {float: right; overflow: visible!important; line-height: 0; display: table-cell; vertical-align: middle;}
nav.mainmenu ul {position: relative; float: left; -webkit-backface-visibility: hidden; -webkit-transform:translate3d(0,0,0);;-webkit-perspective: 1000;-webkit-transform: translate3d(0,0,0);}
nav.mainmenu ul li {float: left; position: relative;}
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: 'Raleway', sans-serif; margin-left: 12px; margin-right: 12px;}
nav.mainmenu ul .rightside li:last-child a {margin-right: 0!important;}
nav.mainmenu ul li a:after {display: block; background: #D20C29; 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: 4px; -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 a.trail.pageloader:after, nav.mainmenu ul li.pageloader a.active:after, nav.mainmenu ul li.pageloader.active a:after {display: none!important;}
nav.mainmenu ul.rightside li:last-child a {margin-right: 0px!important;}

/* =============================================================================
 * mobile menu off canvas
 * ========================================================================== */
#off_canvas {opacity: 0;}
#off_canvas.pushy-open {opacity: 1;}
#off_canvas {background: #333; font-weight: normal;}
#off_canvas a {color: #c4c4c4; padding: 10px 4px 10px 10px; display: block; font-size: 13px;}
#off_canvas nav.mainmenu a {margin-left: 25px!important; margin-right: 25px!important;}
#off_canvas nav.mainmenu ul li:hover a:after, #off_canvas nav.mainmenu ul a.active:after {height:2px;}
#off_canvas ul li {float: none;}
#off_canvas nav.mainmenu {display: block; margin-top: 25px; float: none;}
#off_canvas nav.mainmenu ul {float: none;}
#off_canvas a:hover, #off_canvas a.active {background: #4b4b4b;}
#off_canvas .socials {padding: 5px 0; text-align: center; background: #4b4b4b;}
#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: #B84F7C; padding: 6px; float: right;}
.pushy, #contentwrapper, .push {-webkit-perspective: inherit!important;}
.pushy, #contentwrapper, .push {-webkit-backface-visibility:inherit!important;}

/* =============================================================================
 * features + contao modules
 * ========================================================================== */
 

/*     --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;}
.ce_text-mit-bild-erweitert .element_small {padding-left: 200px; padding-right: 200px;}
.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: left;}
table td p {margin: 0;}
table th {text-align: left; padding: 0.5em;}

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

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

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

/*     --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: #B84F7C; color: #fff; white-space:nowrap; font-weight: bold;}
.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;}

/*     --testimonials
-------------------------------------------------*/
.ce_testimonial-slider-simple .testimonial_icon {text-align: center; margin-bottom: 35px;}
.ce_testimonial-slider-simple .testimonial_icon i {font-size: 40px; display: inline-block; color: rgba(255,255,255,0.8);}
.ce_testimonial-slider-simple .testimonial_icon i:before {margin: 0;}
.testimonial_slider {text-align: center;}
.testimonial_slider .text {font-size: 1.7em; line-height: 1.5em; font-style: italic; padding: 0 20px;}
.testimonial_slider .autor {font-size: 1.2em; margin-top: 25px;}
.testimonial_slider .bx-viewport {overflow: visible!important;}
.ce_testimonial-slider-simple {overflow: visible!important;}

/*     --team
------------------------------------------------- */
.teambox {text-align: center; padding-top: 100px; position: relative;}
.teambox h3 {font-size: 16px; text-transform: uppercase; letter-spacing: 2px; font-weight: bold;}
.teambox .image_container {position: absolute; left: 20%; width: 60%; top: 25px; padding: 5px; border-radius: 100%; background: #f8f8f8;}
.teambox .image_container img {border-radius: 100%;}
.teambox .funktion {text-transform: uppercase; color: #BF6089; line-height: 1.2em;}
.teambox .beschreibung {margin: 10px 0 0 0;}
.teambox .tel {margin-top: 10px;}
.teambox .teambox_content {background: #F8F8F8; padding: 90px 25px 25px 25px;}
.teambox .teambox_socials {margin-top: 25px;}
.teambox .teambox_socials a {margin: 0 1px;}
.teambox .teambox_socials i {background: #444444; color: #fff; padding: 10px; border-radius: 100%; display: inline-block; width: 36px; height: 36px; line-height: 0;}
.teambox .teambox_socials i:before {margin: 0; line-height: 19px;}
.teambox .teambox_socials i:hover {background: #B84F7C;}

/*     --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: 5em; font-weight: bold; line-height: 1em; font-family: Arial, sans-serif;}
.ce_counter .headline {font-size: 1.6em; font-weight: bold; line-height: 2em;}

/*     --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 .subheadline {color: #B84F7C; margin-bottom: 5px;}

/*     --nachrichtenteaser
------------------------------------------------- */
.nachrichtenteaser_wrapper {overflow: hidden;}
.nachrichtenteaser_content, .nachrichtenteaser_img {width: 45%;}
.nachrichtenteaser .nachrichtenteaser_content, .nachrichtenteaser .nachrichtenteaser_divider, .nachrichtenteaser .nachrichtenteaser_img {float: left;}
.nachrichtenteaser .nachrichtenteaser_divider {height: 350px; width: 10%; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAH0CAYAAADFWvbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQzc0MzlGMzI0NkUxMUU0QTEwMzlEMDE2M0E1OEFBOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQzc0MzlGNDI0NkUxMUU0QTEwMzlEMDE2M0E1OEFBOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkVDNzQzOUYxMjQ2RTExRTRBMTAzOUQwMTYzQTU4QUE5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkVDNzQzOUYyMjQ2RTExRTRBMTAzOUQwMTYzQTU4QUE5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CO9yTAAABO1JREFUeNrs3U9II1ccwPEX/1Txsra0G5BerNqVRQ0IHtqDqKEK3uyhfw7eQsFtbRWPHlqWvXnQXZpdKLl56B9kPdiDpvXfUaRFEysLC/VSPWwNzYoKxn99v/hmmbUxMzGZFen3wY/o5M37zMx7b95v5hLf6empumwJBoPyIQ34Zmdnc96/SF1hAQcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwe/Tng0Gq1vaWm5I3/L5/T09O1c2/Bd5ncaZmZmbo+Ojg4eHh6G5H9po6ys7LuBgYH7XV1d656e+fz8fJvAPp/v7Az058HBwWey3fPLHovFAvJ5cnJy1kjRWTPxeLzRc7yxsTFuR+Ug5O+mpqa453hHR8dcSUlJxBovctnl/7a2tgXPB5w16KSPl5eX9WBvWW5vb1/IZbDlhXOHu7Z4ifk1mavBc6hbqqNLxwdyO9fxjo5K811Sx586lnX8IpNBx2EhcAEGdMgi8tYFdfwm3tPxpY5tHWEdY+bALtXnn+h4ouPrLHCm8qbZ54lpIye8WMdDHd+bM7ps8Zs2Hpo2HXGp9JOOvgKOrT7TZrETLv30oQeDW9q8nw3/WMcXHs6uz43xH1xG9YNse0YiETUyMpLxu6GhITU1NeXmAB5YU9Q+1WQ63cxUu7y8XLW2tqrq6mrl9/tVd3d3ev2WpVQWJlnPm5ubVUVFRfq7paUllUgkLsJvGusbn16bZcNrOv66aDqFw2FVX1/v+tpubW2p3t7ebFX+1vG2ddk7s83jXGApVVVVTlXE6rTjF5b9/f2c8L29PTfVuqw+b856Uy8tVRsbG2ptbU3prFVZCUhxcbGkTy/qyfaamhpVV1fnBm+29nzXCV9cXFTj4+Nu8js1PDzsBq+z8BtONY+Ojs7uQGNj6TOWMjc3pyYnJ19ehSor3fbODddLqlxukza/2La5uVmQTOa5Y6Zpnk7sZXd3Nx/7uYU/daqZKcuVsZBHeWpd9t90vJ81ozB92d/fn74KEtvb2/ngv1t4VNp1GvFS1tfXVYFKtMiGJ7LV3NnZcdViMpl0U01urzPWmad0fGtSn4ylp6dH1dbWOrYqNxkXRTKbVMm5JKIv08omS2koFEqvbG7KxMSE01mPpWeQWdXsycQPHqfrn1rG+UzmR5PyelXC9pPLlMN9peOxB/Bj03bWBPJYx0c6HhUQfmTaPHaTtx+bJxTpn2d5oM9MG3fOw26eWKR/bum463QfOFcSZp9b2Qawm1Utaeb/PfOg2Gl7UHzd1PnH9qAYNZEq5FOqrKk/m7j+Lwd4IXTpsrq6+sareC3yUrmyl4DnX3mbZCMyODg46vkr74WFhfQrb/uBp1KpkGz3vM9jsVg6f5YnVfvL35WVlYDneENDwx/W47H9AAKBwKrneDAY/FVecVsptRyA9LkMuld2k+G3sMHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcH/V/i/AgwAymJVgtSTPV4AAAAASUVORK5CYII=") center -108px no-repeat;}
.nachrichtenteaser.even .nachrichtenteaser_content, .nachrichtenteaser.even .nachrichtenteaser_divider {float: right;}
.nachrichtenteaser .info div {display: inline-block;}
.nachrichtenteaser .info {color: #9C9C9C; margin-bottom: 15px;}
.nachrichtenteaser .info .dot {margin: 0 5px;}
.nachrichtenteaser h4 {margin: 0;}
.nachrichtenteaser h4 a {color: #B84F7C;}
.nachrichtenteaser .linkwrapper a {font-weight: bold; color: #B84F7C;}
.ce_nachrichtenteaser {padding-bottom: 40px;}
.ce_nachrichtenteaser .link_to_all_list {text-align: center; margin-left: 1px;}
.ce_nachrichtenteaser .link_to_all_list a {position: relative; display: inline-block; width: 56px; height: 56px;}
.ce_nachrichtenteaser .link_to_all_list a:before {font-family: "icons"; content: "\2b"; text-indent: 0; display: inline-block; font-size: 35px; background: #B84F7C; border-radius: 100%; padding: 10px; width: 1em; color: #fff; line-height: 1em;}
.ce_nachrichtenteaser .link_to_all_list a:after {top: -6px; left: -6px; padding: 6px; -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -webkit-transform: scale(.8); -moz-transition: -moz-transform 0.2s, opacity 0.2s; -moz-transform: scale(.8); -ms-transform: scale(.8); transition: transform 0.2s, opacity 0.2s; transform: scale(.8); opacity: 0; box-shadow: 0 0 0 4px #B84F7C; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: '';}
.ce_nachrichtenteaser .link_to_all_list a:hover:after {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1;}

/*     --nachrichtenleser
------------------------------------------------- */
.nachrichtenleser .image_container {margin-bottom: 20px;}
.nachrichtenleser .info {margin: 20px 0;}
.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;}

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

/*     --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: #B84F7C; color: white;}
.pagination li a:hover {color: #B84F7C;}
.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;}
.servicebox[class^="icon-"]:before,
.servicebox[class*="icon-"]:before{padding: 10%; font-size: 65px; margin-right: 0!important;}
.servicebox h4 {margin-bottom: 10px; padding: 0; font-weight: bold;}
.servicebox a {display: inline-block; padding: 5px 10px;}
.servicebox img {display: inline-block;}
.servicebox i {border-radius: 100%; padding: 15%; position: relative; display: inline-block; background: #D20C29; color: #fff; margin-bottom: 25px;}
.servicebox i:before {margin: 0!important; font-size: 75px;}
.servicebox i:after {top: -7px; left: -7px; padding: 7px; -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -webkit-transform: scale(.8); -moz-transition: -moz-transform 0.2s, opacity 0.2s; -moz-transform: scale(.8); -ms-transform: scale(.8); transition: transform 0.2s, opacity 0.2s; transform: scale(.8); opacity: 0; box-shadow: 0 0 0 4px #B84F7C; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: '';}
.servicebox:hover i:after {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1;}
.servicebox:hover i {-webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; -ms-transition: All 0.3s ease; transition: All 0.3s ease;}
.servicebox:hover i:before {-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -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-font-smoothing: antialiased;}

/* servicebox_2 */
.servicebox_2 {position: relative; padding-left: 50px; text-align: left!important;}
.servicebox_2 i[class^="icon-"]:before,
.servicebox_2 i[class*="icon-"]:before {font-size: 35px; margin-right: 15px; color: #B84F7C; position: absolute; left: 0; top: 0; line-height: 40px;}
.servicebox_2 h1, .servicebox_2 h2, .servicebox_2 h3, .servicebox_2 h4, .servicebox_2 h5, .servicebox_2 h6 {padding: 0; color: #B84F7C;}
.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;}

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

/*     --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.autogrid { padding-left: 0.3%; padding-right: 0.3%; }
.portfolioliste_inside { position: relative; margin: 5px 0; position: relative; z-index: 1; display: inline-block; overflow: hidden; margin: -0.135em; background: #000; text-align: center; cursor: pointer; }
.portfolioliste figure { position: relative; z-index: 1; display: inline-block; overflow: hidden; margin: -0.135em; background: #000; text-align: center; cursor: pointer; }
.portfolioliste figure h4 { color: #fff; font-size: 26px; line-height: 1em; text-shadow: 0 0 20px #000; }
.portfolioliste figure img { position: relative; display: block; opacity: 0.7; }
.portfolioliste figure figcaption { padding: 2em; color: #fff; text-transform: uppercase; font-size: 1.25em; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.portfolioliste figure figcaption:before, .portfolioliste figure figcaption:after { pointer-events: none; }
.portfolioliste figure figcaption, .portfolioliste figure a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.portfolioliste figure a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; }
.portfolioliste figure h4 { word-spacing: -0.15em; font-weight: 300; }
.portfolioliste figure h4 span { font-weight: 800; }
.portfolioliste figure h4, .portfolioliste figure p { margin: 0; }
.portfolioliste figure p { letter-spacing: 1px; font-size: 68.5%; }
.portfolioliste .image_container { margin: 0; }
.portfolioliste figure.effect { -webkit-perspective: 1000px; perspective: 1000px; }
.portfolioliste figure.effect img { -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(0, 0, 0px); transform: translate3d(0, 0, 0px); width: 100%; }
.portfolioliste figure.effect:hover img { opacity: 0.6; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);-webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); transform: scale(1.4);}
.portfolioliste figure.effect figcaption::before, figure.effect figcaption::after { position: absolute; top: 50%; left: 50%; width: 80%; height: 1px; background: #fff; content: ''; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); }
.portfolioliste figure.effect:hover figcaption::before { opacity: 0.5; -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); transform: translate3d(-50%, -50%, 0) rotate(45deg); }
.portfolioliste figure.effect:hover figcaption::after { opacity: 0.5; -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
.portfolioliste figure.effect h4, figure.effect p { padding: 0 10px; -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 figure.effect h4 { -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0); transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0); }
.portfolioliste figure.effect p { padding: 0.25em 2em; -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0); }
.portfolioliste figure.effect:hover h4 { -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0); transform: translate3d(0, -50%, 0) translate3d(0, -100%, 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;}
.portfolioliste figure.effect:hover p { -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0); transform: translate3d(0, -50%, 0) translate3d(0, 100%, 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;}
.portfolioliste .paddings_inside {position: absolute; top: 50%; left: 0; width: 100%; -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;}

/* ce_portfolioteaser */
.ce_portfolioteaser .link_portfoliolist {text-align: center; margin-left: 6px; padding: 40px;}
.ce_portfolioteaser .link_portfoliolist a {position: relative; display: inline-block; height: 56px; width: 56px;}
.ce_portfolioteaser .link_portfoliolist a:before {font-family: "icons"; content: "\2b"; text-indent: 0; display: inline-block; font-size: 35px; background: #B84F7C; border-radius: 100%; padding: 10px; width: 1em; color: #fff; line-height: 1em;}
.ce_portfolioteaser .link_portfoliolist a:after {top: -6px; left: -6px; padding: 6px; -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -webkit-transform: scale(.8); -moz-transition: -moz-transform 0.2s, opacity 0.2s; -moz-transform: scale(.8); -ms-transform: scale(.8); transition: transform 0.2s, opacity 0.2s; transform: scale(.8); opacity: 0; box-shadow: 0 0 0 4px #B84F7C; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: '';}
.ce_portfolioteaser .link_portfoliolist a:hover:after {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1;}

/*     --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: 10px 21px; background: #F5F5F5; border-radius: 2px; -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;}
.filter li a.selected, .filter li a:hover {color: #fff; background: #B84F7C; -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;}
.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: #B84F7C; 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;}

/*     --google maps
------------------------------------------------- */
.mod_google-map .gmap-wrapper .gmap-content {height: 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;}
.mod_google-map .gmap-wrapper.open .gmap-content {height: 450px;}
.mod_google-map .gmap-wrapper .gmap-trigger {background: #000; padding: 35px 0; text-transform: uppercase; font-size: 40px; color: #fff; text-align: center; cursor: pointer;}
.mod_google-map .gmap-wrapper .gmap-trigger:after {font-family: "icons"; content: "\ea09"; text-indent: 0; display: inline-block; position: relative; top: 0px; left: 0; margin-left: 10px;}
.mod_google-map .gmap-wrapper.open .gmap-trigger:after {content: "\ea05";}

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

/*     --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_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: #B84F7C; 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;}

/*     --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: 20px; margin: 0; border: 1px solid #dadada; color: #333; background: #FAFAFA; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 18px; border-radius: 0; font-size: 18px;}
input[type="search"] {-webkit-appearance: none; border-radius: 0!important;}
input[type="submit"], input.submit {color: #fff; background: #D20C29;}
select {height: 40px; padding: 8px;}
textarea {min-height: 185px;}
*::-webkit-input-placeholder {color: #ddd; font-family: Arial, sans-serif;}
*:-moz-placeholder {color: #7f7f7f; font-family: Arial, sans-serif;}
*::-moz-placeholder {color: #7f7f7f; font-family: Arial, sans-serif;}    
*:-ms-input-placeholder {color: #7f7f7f; font-family: Arial, sans-serif;}

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

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

/*     --footer_second form
------------------------------------------------- */
#footer_second form {max-width: 900px; margin: 0 auto;}
#footer_second  input[type="submit"], input.submit {width: 100%!important; display: block!important; padding: 23px 15px;}
#footer_second .input-wrapper-inside[class^="icon-"] span, #footer_second .input-wrapper-inside[class*="icon-"] span {background: transparent; border-radius: 0; color: #ccc;}
#footer_second i:before {margin: 0; font-size: 24px;}

/*     --customelement_layout_adressblock
------------------------------------------------- */
.customelement_layout_adressblock {text-align: center; font-size: 2.4em; font-weight:700; line-height: 1.9em;}
.customelement_layout_adressblock .phonelink i:before {font-size: 28px; margin: 0; background: rgba(0,0,0,0.3); border-radius: 100%; line-height: 1em; padding: 25px; -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;}
.customelement_layout_adressblock .phonelink:hover i:before {text-decoration: none; background: rgba(0,0,0,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; color: #fff;}
.customelement_layout_adressblock .phone {font-size: 1.4em; font-weight:300; font-family: Arial, sans-serif; line-height: 1.5em;}
.customelement_layout_adressblock.light, .customelement_layout_adressblock.light a {color: #fff;}
.customelement_layout_adressblock.light .phonelink i:before {background: rgba(255,255,255,0.3);}
.customelement_layout_adressblock.light .phonelink:hover i:before {background: rgba(255,255,255,0.8); color: #333}

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


/*     --tablets portrait & landscape
------------------------------------------------- */
@media only screen and (max-width: 990px), screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	/* body */
	#contentwrapper {padding-top: 0!important;}

	/* video button */
	.mejs-overlay-button {display: none!important;}
	
	/* menu + mobilemenu */
	#header nav.mainmenu {display: none!important;}
	#submenu {display: none;}
	#nav-open-btn {display: table-cell; position: relative; z-index: 500000;}
	
	/* header */
	#header .inside {display: table!important; height: 70px;}
	
	/* #header_after */
	.content_page #header_after {min-height: 105px;}
	
	/* logo */
	.logo {display: table-cell!important; height: 70px; left: 40px; position: absolute!important;}
		
	/* container-inside */
	#container-inside {padding: 40px!important;}
	
	/* linktotop */
	#linktotop {display: none!important;}
	
	/* iconsize servicebox */
	.servicebox[class^="icon-"]:before, .servicebox[class*="icon-"]:before {font-size: 40px;}
	
	/* parallax-bg */
	.parallax-bg {background-attachment: scroll; background-position: center center!important;}
	.parallax-bg .content_boxed {padding-left: 20px; padding-right: 20px;}
	
	/* ce_counter */
	.ce_counter .counterwrapper {font-size: 3em;}
	
	/* ce_text/bild */
	.ce_text-mit-bild-erweitert .element_small {padding-left: 100px; padding-right: 100px;}
	
	/* portfolioliste */
	.portfolioliste figure h4 {font-size: 18px;}
	
	/* isotope bug */
	.isotope .block.one_third {width: 33%;}
	
	/* nachrichtenteaser */
	.nachrichtenteaser .nachrichtenteaser_divider {background: none;}

}

/*     --tablets portrait
------------------------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	/* ce_text/bild */
	.ce_text-mit-bild-erweitert .ext_txtpic_bild,
	.ce_text-mit-bild-erweitert .ext_txtpic_text {display: block!important;}
	.ce_text-mit-bild-erweitert .ext_txtpic_text {margin: 15px 0;}
}


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

	/* body */
	body {padding: 0;}
	
	/* logo */
	.logo {width: 140px; height: 70px; left: 20px;}
			
	/* headeroffset */
	#headeroffset {top: 0; position: fixed!important;}
	
	/* #header_after */
	.content_page #header_after {min-height: 70px;}
	
	/* wrapper */
	#wrapper {width: 100%;}
 		
 	/* image_container */
 	.image_container {margin-bottom: 10px; width: 100%; padding: 0; margin: 0 0 10px 0; float: none;}
 	
 	/* ce_text */
 	#wrapper .ce_text {width: 100%;}

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

  	/* 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;}
	
	/* 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 .inside {padding: 20px;}
	
	/* ce_counter */
	.ce_counter {margin-bottom: 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;}
	
	/* nachrichtenteaser */
	.nachrichtenteaser {margin-bottom: 35px; padding-bottom: 35px; border-bottom: 1px solid #ddd;}
	.nachrichtenteaser .nachrichtenteaser_divider {display: none;}
	.nachrichtenteaser .nachrichtenteaser_content,.nachrichtenteaser .nachrichtenteaser_img {width: 100%; float: none;}
	.nachrichtenteaser .linkwrapper {margin-bottom: 10px;}
	
	/* more button */
	.more a {padding: 2px 5px; font-size: 80%;}
	
	/* 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;}
	
	/* 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;}
	
	/* headline  container_before */
	#container_before .inside h1 {font-size: 28px;}
	
	/* container */
	#container-inside {padding: 40px 20px!important;}

	/* container_before */
	#container_before .inside {padding: 20px!important;}
	
	/* header .inside  */
	#header .inside {height: 70px; padding: 0;}
	
	/* #footer_second */
	#footer_second {padding-left: 20px; padding-right: 20px;}
	
	/* gmap-trigger */
	.mod_google-map .gmap-wrapper .gmap-trigger {font-size: 20px;}
	
	/* pagetitle */
	#pagetitle {font-size: 15px;}
	
	/* button  */
	.button, input[type="submit"], input.submit, .submit_container input {display: block; width: 100%!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;}

	/* 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_text-mit-bild-erweitert .element_small {padding-left: 20px; padding-right: 20px;}

	/* nachrichtenliste */
	.nachrichtenliste .comments, .nachrichtenliste .author, .nachrichtenliste .date {display: block;}
	.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 0; text-align: left;}
	.filter li a {display: block;}
	
	/* pagination */
	.pagination ul {width: 100%; float: none;}
	.pagination p {width: 100%; float: none;}
		
	/* testimonial_slider */
	.testimonial_slider .text, .testimonial_slider .autor {font-size: 1em;}
	
	/* bxslider */
	.bx-wrapper .bx-pager.bx-default-pager a {height: 10px; width: 10px;}
	
	/* adressblock */
	.customelement_layout_adressblock {font-size: 1.5em;}
	
	/* 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;}

/* IE9 bugs portfolio */
body.ie9 .portfolioliste figure.effect figcaption::before, body.ie9 figure.effect figcaption::after {display: none;}
/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url("/files/cto_layout/font/raleway/raleway-v28-latin-300.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url("/files/cto_layout/font/raleway/raleway-v28-latin-300.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url("/files/cto_layout/font/raleway/raleway-v28-latin-regular.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url("/files/cto_layout/font/raleway/raleway-v28-latin-regular.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url("/files/cto_layout/font/raleway/raleway-v28-latin-500.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url("/files/cto_layout/font/raleway/raleway-v28-latin-500.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url("/files/cto_layout/font/raleway/raleway-v28-latin-700.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url("/files/cto_layout/font/raleway/raleway-v28-latin-700.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* sloe.css */
.divider [class^="icon-"]:before,.divider_2 [class^="icon-"]:before{color:#D20C29}.text_invert,.text_invert h1,.text_invert h2,.text_invert h3,.text_invert h4,.text_invert h5,.text_invert h6,.text_invert a,.shadow{text-shadow: 0px 0px 10px rgba(0, 0, 0, 1)}.mod_google-map{display:none}.servicebox i:before{padding:20px;font-size:93px}.rs-text_a{line-height:150%;font-weight:bold;color:#fff;letter-spacing:.1em;text-shadow: 0px 0px 10px rgba(0, 0, 0, 1)}.rs-text_b{margin-top:1.5em;line-height:150%;font-weight:bold;color:#fff;letter-spacing:.1em;text-shadow: 0px 0px 10px rgba(0, 0, 0, 1)}.rs-text_c{margin-top:3em;line-height:150%;font-weight:bold;color:#fff;letter-spacing:.1em;text-shadow: 0px 0px 10px rgba(0, 0, 0, 1)}.rs-text_d{margin-top:4.5em;line-height:150%;font-weight:bold;color:#fff;letter-spacing:.1em;text-shadow: 0px 0px 10px rgba(0, 0, 0, 1)}.rs-text_e{margin-top:12em;line-height:150%;color:#fff;letter-spacing:.1em;text-shadow: 0px 0px 10px rgba(0, 0, 0, 1)}
