@charset "UTF-8";
/* CSS Document */


/*html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important;}*/

body{height:100%; width:100%;}


/* CORE LAYOUT STANDART STYLES ********************************************************************************************************** */

a, div, span, input, textarea, li, strong, button{ outline:none; text-decoration:none;
	/* this removes gray outline from ios safari a tags */-webkit-tap-highlight-color: rgba(0,0,0,0);
	/* this removes action panels from ios safari a tags */-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none;}
img{ border:none; border:0px;}

h1, h2, h3, h4, h5, h6{ margin:0px !important;}
.ClearBoth{clear:both;}
.CursPointer{ cursor:pointer;}

/*visibilities according to the platform*/
.ShowOnMobile{ display:none;}
.ShowOnDesktop{ display:inherit;}
.FloatNoneOnMobile{}

.show{display:block !important;}
.hide{display:none !important;}

/* make auto of element width and/or height attribute on mobile devices with media queries */
.WidAutoOnMobile{}
.HeiAutoOnMobile{}

/* for responsive mode - if you want any ContainerX element has a responsive fluid abilities with media queries you must add this class to your element*/
.Responsive{}
.Responsive50{}
.Responsive100{}

/* Text Decoration */
.Underline{ text-decoration:underline;}

/* Making Unselectable Contents */
.Unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* for on iphone safari inputs shadow problem */
input[type="text"], input[type="password"], textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}

/* Display */
.DispBlock{ display:block;}
.DispTable{ display:table; vertical-align:middle;}
.DispTableCell{ display:table-cell; vertical-align:middle;}
.DispNone{ display:none;}
.DispInlBlock{display:inline-block;}

/* Position */
.PosFixed{position:fixed;}
.PosAbsolute{position:absolute;}
.PosRelative{ position:relative;}
.PosStatic{position:static;}

/* Floating */
.Fleft{ float:left;}
.Fright{ float:right;}
.Fnone{ float:none !important;}

/* Overflows */
.OvHidden{ overflow:hidden;}
.OvScroll{ overflow:scroll;}
.OvAuto{ overflow:auto;}
.OvVisible{ overflow:visible;}
.OvXScroll{ overflow-x:scroll;}
.OvYScroll{ overflow-y:scroll;}
.OvXHidden{ overflow-x:hidden;}
.OvYHidden{ overflow-y:hidden;}

/* Empty Boxes */
.EmptyBox5{ display:block; width:100%; height:5px; overflow:hidden;}
.EmptyBox10{ display:block; width:100%; height:10px; overflow:hidden;}
.EmptyBox20{ display:block; width:100%; height:20px; overflow:hidden;}
.EmptyBox30{ display:block; width:100%; height:30px; overflow:hidden;}
.EmptyBox40{ display:block; width:100%; height:40px; overflow:hidden;}
.EmptyBox50{ display:block; width:100%; height:50px; overflow:hidden;}
.EmptyBox60{ display:block; width:100%; height:60px; overflow:hidden;}
.EmptyBox70{ display:block; width:100%; height:70px; overflow:hidden;}
.EmptyBox80{ display:block; width:100%; height:80px; overflow:hidden;}
.EmptyBox90{ display:block; width:100%; height:90px; overflow:hidden;}
.EmptyBox100{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox110{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox120{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox130{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox140{ display:block; width:100%; height:100px; overflow:hidden;}
.EmptyBox150{ display: block; width: 100%; height:150px; overflow:hidden;}

/* Opacity */
.Opac100{ opacity:1; -webkit-opacity:1; -moz-opacity:1;}
.Opac95{ opacity:0.95; -webkit-opacity:0.95; -moz-opacity:0.95;}
.Opac90{ opacity:0.9; -webkit-opacity:0.9; -moz-opacity:0.9;}
.Opac80{ opacity:0.8; -webkit-opacity:0.8; -moz-opacity:0.8;}
.Opac70{ opacity:0.7; -webkit-opacity:0.7; -moz-opacity:0.7;}
.Opac60{ opacity:0.6; -webkit-opacity:0.6; -moz-opacity:0.6;}
.Opac50{ opacity:0.5; -webkit-opacity:0.5; -moz-opacity:0.5;}
.Opac40{ opacity:0.4; -webkit-opacity:0.4; -moz-opacity:0.4;}
.Opac30{ opacity:0.3; -webkit-opacity:0.3; -moz-opacity:0.3;}
.Opac20{ opacity:0.2; -webkit-opacity:0.2; -moz-opacity:0.2;}
.Opac10{ opacity:0.1; -webkit-opacity:0.1; -moz-opacity:0.1;}
.OpacZero{ opacity:0; -webkit-opacity:0; -moz-opacity:0;}

/* Border Radius */
.BordRad3{ border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.BordRad4{ border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.BordRad5{ border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
.BordRad10{ border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;}
.BordRad15{ border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px;}
.BordRadHalf{ border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;}

.BordRight{ border-right:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordLeft{ border-left:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordTop{ border-top:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordBottom{ border-top:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.BordAll{ border:solid 1px transparent; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

/* Width */
.Wid100{ width:100%;}
.Wid90{ width:90%;}
.Wid80{ width:80%;}
.Wid70{ width:70%;}
.Wid60{ width:60%;}
.Wid50{ width:50%;}
.Wid45{ width:45%;}
.Wid40{ width:40%;}
.Wid30{ width:30%;}

/* Width Special Values */
.Wid33{ width:33.3%;}
.Wid25{ width:25%;}
.Wid20{ width:20%;}
.Wid10{ width:10%;}

.MaxWid500{max-width:500px;}

/* Height */
.Hei100{ height:100%;}
.Hei90{ height:90%;}
.Hei80{ height:80%;}
.Hei70{ height:70%;}
.Hei60{ height:60%;}
.Hei40{ height:40%;}
.Hei50{ height:50%;}
.Hei30{ height:30%;}
.Hei20{ height:20%;}
.Hei10{ height:10%;}

/* Margins */
.MarTopPerc5{ margin-top:5%;}
.MarTopPerc10{ margin-top:10%;}
.MarTopPerc20{ margin-top:20%;}
.MarTopPerc30{ margin-top:30%;}
.MarTopPerc40{ margin-top:40%;}
.MarTopPerc50{ margin-top:50%;}

.MarAuto{ margin-left:auto; margin-right:auto;}

.MarTop5{ margin-top:5px;}
.MarTop10{ margin-top:10px;}
.MarTop20{ margin-top:20px;}
.MarTop30{ margin-top:30px;}
.MarTop40{ margin-top:40px;}
.MarTop50{ margin-top:50px;}

.MarTopQuarter{ margin-top:25%;}
.MarTopHalf{ margin-top:50%;}

.MarBot10{ margin-bottom:10px;}
.MarRight10{ margin-right:10px;}
.MarRight20{ margin-right:20px;}


/* Paddings */
.NoPadding{padding:0px !important;}
.PaddingTopPercent10{ padding-top: 10%;}

/* Containers */
.Container100{ width:100%; float:left;}
.Container96{ width:96%; float:left;}
.Container90{ width:90%; float:left;}
.Container85{ width:85%; float:left;}
.Container80{ width:80%; float:left;}
.Container75{ width:75%; float:left;}
.Container70{ width:70%; float:left;}
.Container66{ width:66.66%; float:left;}
.Container60{ width:60%; float:left;}
.Container50{ width:50%; float:left;}
.Container40{ width:40%; float:left;}
.Container33{ width:33.33%; float:left;}
.Container30{ width:30%; float:left;}
.Container25{ width:25%; float:left;}
.Container20{ width:20%; float:left;}
.Container10{ width:10%; float:left;}
.Container5{ width:5%; float:left;}

.ContainerIndent{display:block; margin:0px auto; padding:10px;}

/* Text Aligns */
.TexAlCenter{ text-align:center;}
.TexAlLeft{ text-align:left;}
.TexAlRight{ text-align:right !important;}

/* Padding With Transparent Border*/
.PadWithBorder1{ border:solid 1px transparent;}
.PadWithBorder2{ border:solid 2px transparent;}
.PadWithBorder3{ border:solid 3px transparent;}
.PadWithBorder4{ border:solid 4px transparent;}
.PadWithBorder5{ border:solid 5px transparent;}
.PadWithBorder10{ border:solid 10px transparent;}

/* Box Sizing */
.BoxSizeContent{ box-sizing:content-box; -webkit-box-sizing:content-box; -moz-box-sizing:content-box;}
.BoxSizeBorder{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

/* Font Sizes */
.Fs9{font-size:9px !important;} 
.Fs10{font-size:10px !important;} 
.Fs11{font-size:11px !important;} 
.Fs12{font-size:12px !important;} 
.Fs13{font-size:13px !important;} 
.Fs14{font-size:14px !important;} 
.Fs15{font-size:15px !important;} 
.Fs16{font-size:16px !important;} 
.Fs17{font-size:17px !important;} 
.Fs18{font-size:18px !important;} 
.Fs19{font-size:19px !important;} 
.Fs20{font-size:20px !important;} 
.Fs21{font-size:21px !important;} 
.Fs22{font-size:22px !important;} 
.Fs23{font-size:23px !important;} 
.Fs24{font-size:24px !important;} 
.Fs25{font-size:25px !important;} 
.Fs26{font-size:26px !important;} 
.Fs27{font-size:27px !important;} 
.Fs28{font-size:28px !important;} 
.Fs29{font-size:29px !important;} 
.Fs30{font-size:30px !important;}
.Fs40{font-size:40px !important;}
.Fs50{font-size:50px !important;}
.Fs60{font-size:60px !important;}
.Fs100{font-size:100px !important;}
.Fs130{font-size:130px !important;}

/* Font Type */
.FontBold{ font-weight:bold;}
.FontLight{ font-weight:lighter;}
.FontNormal{ font-weight:normal;}

/* Animated */
.Animated03{-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.Animated05{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.Animated1{-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}

/******************************************************************************************************************************** */

/* MEDIA QUERIES FOR CORE LAYOUT **************************************************************************************************************** */

/* Large desktop */
@media (min-width: 960px){
	/*visibilities according to the platform*/
	.ShowOnMobile{display:none; opacity:0;}
	.ShowOnDesktop{display:inherit; opacity:1;}
}
 
@media (min-width: 960px) and (max-width:1200px){
	/* responsive support */
	.Responsive{width:33.3%; float:left; margin-left:0px !important; margin-right:0px !important;}
	.Responsive50{width:50%; float:left; margin-left:0px !important; margin-right:0px !important;}
	.Responsive100{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
    
    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}
    .HeiAutoOnMobile{height:auto !important; min-height:50px !important;}
} 
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 640px) and (max-width: 960px) {
	/*visibilities according to the platform*/
	.ShowOnMobile{display:inherit; opacity:1;}
	.ShowOnDesktop{display:none; opacity:0;}
    .FloatNoneOnMobile{float:none !important;}
	
	/* responsive support */
	.Responsive{width:50%; float:left; margin-left:0px !important; margin-right:0px !important;}
	.Responsive50{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
	.Responsive100{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
	
	.ContainerIndent{padding:5px;}
    
    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}
    .HeiAutoOnMobile{height:auto !important; min-height:50px !important;}
	
	/* font size resetting for responsive modes */ 
	.Fs14{font-size:13px !important;} 
	.Fs15{font-size:14px !important;} 
	.Fs16{font-size:15px !important;} 
	.Fs17{font-size:16px !important;} 
	.Fs18{font-size:16px !important;} 
	.Fs19{font-size:16px !important;} 
	.Fs20{font-size:18px !important;} 
	.Fs21{font-size:18px !important;} 
	.Fs22{font-size:20px !important;} 
	.Fs23{font-size:20px !important;} 
	.Fs24{font-size:22px !important;} 
	.Fs25{font-size:22px !important;} 
	.Fs26{font-size:24px !important;} 
	.Fs27{font-size:24px !important;} 
	.Fs28{font-size:26px !important;} 
	.Fs29{font-size:26px !important;} 
	.Fs30{font-size:28px !important;}
	.Fs40{font-size:30px !important;}
	.Fs50{font-size:35px !important;}
	.Fs60{font-size:40px !important;}
	.Fs100{font-size:60px !important;}
	.Fs130{font-size:70px !important;}
}
 
 
/* Landscape phone to portrait tablet */
@media (min-width:480px) and (max-width: 640px) {	
	/*visibilities according to the platform*/
	.ShowOnMobile{display:inherit; opacity:1;}
	.ShowOnDesktop{display:none; opacity:0;}
    .FloatNoneOnMobile{float:none !important;}
	
	/* responsive support */
	.Responsive{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
	.Responsive50{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
	.Responsive100{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
	
	.ContainerIndent{padding:5px;}

    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}
    .HeiAutoOnMobile{height:auto !important; min-height:50px !important;}
	
	/* font size resetting for responsive modes */
	.Fs12{font-size:12px !important;} 
	.Fs13{font-size:12px !important;} 
	.Fs14{font-size:13px !important;} 
	.Fs15{font-size:13px !important;} 
	.Fs16{font-size:13px !important;} 
	.Fs17{font-size:14px !important;} 
	.Fs18{font-size:15px !important;} 
	.Fs19{font-size:17px !important;} 
	.Fs20{font-size:17px !important;} 
	.Fs21{font-size:18px !important;} 
	.Fs22{font-size:18px !important;} 
	.Fs23{font-size:20px !important;} 
	.Fs24{font-size:21px !important;} 
	.Fs25{font-size:22px !important;} 
	.Fs26{font-size:23px !important;} 
	.Fs27{font-size:23px !important;} 
	.Fs28{font-size:25px !important;} 
	.Fs29{font-size:25px !important;} 
	.Fs30{font-size:26px !important;}
	.Fs40{font-size:30px !important;}
	.Fs50{font-size:32px !important;}
	.Fs60{font-size:35px !important;}
	.Fs100{font-size:40px !important;}
	.Fs130{font-size:50px !important;}
}
 
 
/* Portrait phones and down */
@media (max-width: 480px) {
	/*visibilities according to the platform*/
	.ShowOnMobile{display:inherit; opacity:1;}
	.ShowOnDesktop{display:none; opacity:0;}
    .FloatNoneOnMobile{float:none !important;}
	
	/* responsive support */
	.Responsive{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
	.Responsive50{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
	.Responsive100{width:100%; float:left; margin-left:0px !important; margin-right:0px !important;}
	
	.ContainerIndent{padding:5px;}

    /* make auto of element width attribute on mobile devices with media queries */
    .WidAutoOnMobile{width:auto !important;}
    .HeiAutoOnMobile{height:auto !important;}
	
	/* font size resetting for responsive modes */
	.Fs12{font-size:12px !important;} 
	.Fs13{font-size:12px !important;} 
	.Fs14{font-size:13px !important;} 
	.Fs15{font-size:13px !important;} 
	.Fs16{font-size:13px !important;} 
	.Fs17{font-size:14px !important;} 
	.Fs18{font-size:15px !important;} 
	.Fs19{font-size:17px !important;} 
	.Fs20{font-size:17px !important;} 
	.Fs21{font-size:18px !important;} 
	.Fs22{font-size:18px !important;} 
	.Fs23{font-size:20px !important;} 
	.Fs24{font-size:21px !important;} 
	.Fs25{font-size:22px !important;} 
	.Fs26{font-size:23px !important;} 
	.Fs27{font-size:23px !important;} 
	.Fs28{font-size:25px !important;} 
	.Fs29{font-size:25px !important;} 
	.Fs30{font-size:25px !important;}
	.Fs40{font-size:28px !important;}
	.Fs50{font-size:30px !important;}
	.Fs60{font-size:32px !important;}
	.Fs100{font-size:35px !important;}
	.Fs130{font-size:40px !important;}
}

/* clearfix for Container */
.Container:before,.Container:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.Container:after {
    clear: both; 
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 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%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.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%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -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, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.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, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.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%, 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: 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, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.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, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.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, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -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% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@font-face {
  font-family: "Modena";
  src:url("/javax.faces.resource/fonts/Modena.eot.jsp?ln=modena-layout&v=1690182623214");
  src:url("/javax.faces.resource/fonts/Modena.eot.jsp?ln=modena-layout&v=1690182623214#iefix-edmmgb") format("embedded-opentype"),
      url("/javax.faces.resource/fonts/Modena.woff.jsp?ln=modena-layout&v=1690182623214") format("woff"),
      url("/javax.faces.resource/fonts/Modena.ttf.jsp?ln=modena-layout&v=1690182623214") format("truetype"),
      url("/javax.faces.resource/fonts/Modena.svg.jsp?ln=modena-layout&v=1690182623214#modena") format("svg");
  font-weight: normal;
  font-style: normal;

}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'Modena';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
	content: "\e000";
}
.icon-paper-clip:before {
	content: "\e001";
}
.icon-mail:before {
	content: "\e002";
}
.icon-toggle:before {
	content: "\e003";
}
.icon-layout:before {
	content: "\e004";
}
.icon-link:before {
	content: "\e005";
}
.icon-bell:before {
	content: "\e006";
}
.icon-lock:before {
	content: "\e007";
}
.icon-unlock:before {
	content: "\e008";
}
.icon-ribbon:before {
	content: "\e009";
}
.icon-image:before {
	content: "\e010";
}
.icon-signal:before {
	content: "\e011";
}
.icon-target:before {
	content: "\e012";
}
.icon-clipboard:before {
	content: "\e013";
}
.icon-clock:before {
	content: "\e014";
}
.icon-watch:before {
	content: "\e015";
}
.icon-air-play:before {
	content: "\e016";
}
.icon-camera:before {
	content: "\e017";
}
.icon-video:before {
	content: "\e018";
}
.icon-disc:before {
	content: "\e019";
}
.icon-printer:before {
	content: "\e020";
}
.icon-monitor:before {
	content: "\e021";
}
.icon-server:before {
	content: "\e022";
}
.icon-cog:before {
	content: "\e023";
}
.icon-heart:before {
	content: "\e024";
}
.icon-paragraph:before {
	content: "\e025";
}
.icon-align-justify:before {
	content: "\e026";
}
.icon-align-left:before {
	content: "\e027";
}
.icon-align-center:before {
	content: "\e028";
}
.icon-align-right:before {
	content: "\e029";
}
.icon-book:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-stack:before {
	content: "\e032";
}
.icon-stack-2:before {
	content: "\e033";
}
.icon-paper:before {
	content: "\e034";
}
.icon-paper-stack:before {
	content: "\e035";
}
.icon-search:before {
	content: "\e036";
}
.icon-zoom-in:before {
	content: "\e037";
}
.icon-zoom-out:before {
	content: "\e038";
}
.icon-reply:before {
	content: "\e039";
}
.icon-circle-plus:before {
	content: "\e040";
}
.icon-circle-minus:before {
	content: "\e041";
}
.icon-circle-check:before {
	content: "\e042";
}
.icon-circle-cross:before {
	content: "\e043";
}
.icon-square-plus:before {
	content: "\e044";
}
.icon-square-minus:before {
	content: "\e045";
}
.icon-square-check:before {
	content: "\e046";
}
.icon-square-cross:before {
	content: "\e047";
}
.icon-microphone:before {
	content: "\e048";
}
.icon-record:before {
	content: "\e049";
}
.icon-skip-back:before {
	content: "\e050";
}
.icon-rewind:before {
	content: "\e051";
}
.icon-play:before {
	content: "\e052";
}
.icon-pause:before {
	content: "\e053";
}
.icon-stop:before {
	content: "\e054";
}
.icon-fast-forward:before {
	content: "\e055";
}
.icon-skip-forward:before {
	content: "\e056";
}
.icon-shuffle:before {
	content: "\e057";
}
.icon-repeat:before {
	content: "\e058";
}
.icon-folder:before {
	content: "\e059";
}
.icon-umbrella:before {
	content: "\e060";
}
.icon-moon:before {
	content: "\e061";
}
.icon-thermometer:before {
	content: "\e062";
}
.icon-drop:before {
	content: "\e063";
}
.icon-sun:before {
	content: "\e064";
}
.icon-cloud:before {
	content: "\e065";
}
.icon-cloud-upload:before {
	content: "\e066";
}
.icon-cloud-download:before {
	content: "\e067";
}
.icon-upload:before {
	content: "\e068";
}
.icon-download:before {
	content: "\e069";
}
.icon-location:before {
	content: "\e070";
}
.icon-location-2:before {
	content: "\e071";
}
.icon-map:before {
	content: "\e072";
}
.icon-battery:before {
	content: "\e073";
}
.icon-head:before {
	content: "\e074";
}
.icon-briefcase:before {
	content: "\e075";
}
.icon-speech-bubble:before {
	content: "\e076";
}
.icon-anchor:before {
	content: "\e077";
}
.icon-globe:before {
	content: "\e078";
}
.icon-box:before {
	content: "\e079";
}
.icon-reload:before {
	content: "\e080";
}
.icon-share:before {
	content: "\e081";
}
.icon-marquee:before {
	content: "\e082";
}
.icon-marquee-plus:before {
	content: "\e083";
}
.icon-marquee-minus:before {
	content: "\e084";
}
.icon-tag:before {
	content: "\e085";
}
.icon-power:before {
	content: "\e086";
}
.icon-command:before {
	content: "\e087";
}
.icon-alt:before {
	content: "\e088";
}
.icon-esc:before {
	content: "\e089";
}
.icon-bar-graph:before {
	content: "\e090";
}
.icon-bar-graph-2:before {
	content: "\e091";
}
.icon-pie-graph:before {
	content: "\e092";
}
.icon-star:before {
	content: "\e093";
}
.icon-arrow-left:before {
	content: "\e094";
}
.icon-arrow-right:before {
	content: "\e095";
}
.icon-arrow-up:before {
	content: "\e096";
}
.icon-arrow-down:before {
	content: "\e097";
}
.icon-volume:before {
	content: "\e098";
}
.icon-mute:before {
	content: "\e099";
}
.icon-content-right:before {
	content: "\e100";
}
.icon-content-left:before {
	content: "\e101";
}
.icon-grid:before {
	content: "\e102";
}
.icon-grid-2:before {
	content: "\e103";
}
.icon-columns:before {
	content: "\e104";
}
.icon-loader:before {
	content: "\e105";
}
.icon-bag:before {
	content: "\e106";
}
.icon-ban:before {
	content: "\e107";
}
.icon-flag:before {
	content: "\e108";
}
.icon-trash:before {
	content: "\e109";
}
.icon-expand:before {
	content: "\e110";
}
.icon-contract:before {
	content: "\e111";
}
.icon-maximize:before {
	content: "\e112";
}
.icon-minimize:before {
	content: "\e113";
}
.icon-plus:before {
	content: "\e114";
}
.icon-minus:before {
	content: "\e115";
}
.icon-check:before {
	content: "\e116";
}
.icon-cross:before {
	content: "\e117";
}
.icon-move:before {
	content: "\e118";
}
.icon-delete:before {
	content: "\e119";
}
.icon-menu:before {
	content: "\e120";
}
.icon-archive:before {
	content: "\e121";
}
.icon-inbox:before {
	content: "\e122";
}
.icon-outbox:before {
	content: "\e123";
}
.icon-file:before {
	content: "\e124";
}
.icon-file-add:before {
	content: "\e125";
}
.icon-file-subtract:before {
	content: "\e126";
}
.icon-help:before {
	content: "\e127";
}
.icon-open:before {
	content: "\e128";
}
.icon-ellipsis:before {
	content: "\e129";
}
.icon-error:before {
	content: "\e00a";
}
.icon-error_outline:before {
	content: "\e00b";
}
.icon-warning:before {
	content: "\e00c";
}
.icon-add_alert:before {
	content: "\e00d";
}
.icon-album:before {
	content: "\e00e";
}
.icon-av_timer:before {
	content: "\e00f";
}
.icon-closed_caption:before {
	content: "\e01a";
}
.icon-equalizer:before {
	content: "\e01b";
}
.icon-explicit:before {
	content: "\e01c";
}
.icon-fast_forward:before {
	content: "\e01d";
}
.icon-fast_rewind:before {
	content: "\e01e";
}
.icon-games:before {
	content: "\e01f";
}
.icon-hearing:before {
	content: "\e02a";
}
.icon-high_quality:before {
	content: "\e02b";
}
.icon-loop:before {
	content: "\e02c";
}
.icon-mic:before {
	content: "\e02d";
}
.icon-mic_none:before {
	content: "\e02e";
}
.icon-mic_off:before {
	content: "\e02f";
}
.icon-movie:before {
	content: "\e03a";
}
.icon-library_add:before {
	content: "\e03b";
}
.icon-library_books:before {
	content: "\e03c";
}
.icon-library_music:before {
	content: "\e03d";
}
.icon-new_releases:before {
	content: "\e03e";
}
.icon-not_interested:before {
	content: "\e03f";
}
.icon-pause2:before {
	content: "\e04a";
}
.icon-pause_circle_filled:before {
	content: "\e04b";
}
.icon-pause_circle_outline:before {
	content: "\e04c";
}
.icon-play_arrow:before {
	content: "\e04d";
}
.icon-play_circle_filled:before {
	content: "\e04e";
}
.icon-play_circle_outline:before {
	content: "\e04f";
}
.icon-playlist_add:before {
	content: "\e05a";
}
.icon-queue:before {
	content: "\e05b";
}
.icon-queue_music:before {
	content: "\e05c";
}
.icon-radio:before {
	content: "\e05d";
}
.icon-recent_actors:before {
	content: "\e05e";
}
.icon-repeat2:before {
	content: "\e05f";
}
.icon-repeat_one:before {
	content: "\e06a";
}
.icon-replay:before {
	content: "\e06b";
}
.icon-shuffle2:before {
	content: "\e06c";
}
.icon-skip_next:before {
	content: "\e06d";
}
.icon-skip_previous:before {
	content: "\e06e";
}
.icon-snooze:before {
	content: "\e06f";
}
.icon-stop2:before {
	content: "\e07a";
}
.icon-subtitles:before {
	content: "\e07b";
}
.icon-surround_sound:before {
	content: "\e07c";
}
.icon-video_collection:before {
	content: "\e07d";
}
.icon-videocam:before {
	content: "\e07e";
}
.icon-videocam_off:before {
	content: "\e07f";
}
.icon-volume_down:before {
	content: "\e08a";
}
.icon-volume_mute:before {
	content: "\e08b";
}
.icon-volume_off:before {
	content: "\e08c";
}
.icon-volume_up:before {
	content: "\e08d";
}
.icon-web:before {
	content: "\e08e";
}
.icon-hd:before {
	content: "\e08f";
}
.icon-sort_by_alpha:before {
	content: "\e09a";
}
.icon-airplay:before {
	content: "\e09b";
}
.icon-forward_10:before {
	content: "\e09c";
}
.icon-forward_30:before {
	content: "\e09d";
}
.icon-forward_5:before {
	content: "\e09e";
}
.icon-replay_10:before {
	content: "\e09f";
}
.icon-replay_30:before {
	content: "\e0a0";
}
.icon-replay_5:before {
	content: "\e0a1";
}
.icon-business:before {
	content: "\e0a2";
}
.icon-call:before {
	content: "\e0a3";
}
.icon-call_end:before {
	content: "\e0a4";
}
.icon-call_made:before {
	content: "\e0a5";
}
.icon-call_merge:before {
	content: "\e0a6";
}
.icon-call_missed:before {
	content: "\e0a7";
}
.icon-call_received:before {
	content: "\e0a8";
}
.icon-call_split:before {
	content: "\e0a9";
}
.icon-chat:before {
	content: "\e0aa";
}
.icon-clear_all:before {
	content: "\e0ab";
}
.icon-comment:before {
	content: "\e0ac";
}
.icon-contacts:before {
	content: "\e0ad";
}
.icon-dialer_sip:before {
	content: "\e0ae";
}
.icon-dialpad:before {
	content: "\e0af";
}
.icon-email:before {
	content: "\e0b0";
}
.icon-forum:before {
	content: "\e0b1";
}
.icon-import_export:before {
	content: "\e0b2";
}
.icon-invert_colors_off:before {
	content: "\e0b3";
}
.icon-live_help:before {
	content: "\e0b4";
}
.icon-location_off:before {
	content: "\e0b5";
}
.icon-location_on:before {
	content: "\e0b6";
}
.icon-message:before {
	content: "\e0b7";
}
.icon-chat_bubble:before {
	content: "\e0b8";
}
.icon-chat_bubble_outline:before {
	content: "\e0b9";
}
.icon-no_sim:before {
	content: "\e0ba";
}
.icon-phone:before {
	content: "\e0bb";
}
.icon-portable_wifi_off:before {
	content: "\e0bc";
}
.icon-contact_phone:before {
	content: "\e0bd";
}
.icon-ring_volume:before {
	content: "\e0be";
}
.icon-speaker_phone:before {
	content: "\e0bf";
}
.icon-stay_current_landscape:before {
	content: "\e0c0";
}
.icon-stay_current_portrait:before {
	content: "\e0c1";
}
.icon-stay_primary_landscape:before {
	content: "\e0c2";
}
.icon-stay_primary_portrait:before {
	content: "\e0c3";
}
.icon-swap_calls:before {
	content: "\e0c4";
}
.icon-textsms:before {
	content: "\e0c5";
}
.icon-voicemail:before {
	content: "\e0c6";
}
.icon-vpn_key:before {
	content: "\e0c7";
}
.icon-phonelink_erase:before {
	content: "\e0c8";
}
.icon-phonelink_lock:before {
	content: "\e0c9";
}
.icon-phonelink_ring:before {
	content: "\e0ca";
}
.icon-phonelink_setup:before {
	content: "\e0cb";
}
.icon-present_to_all:before {
	content: "\e0cc";
}
.icon-add:before {
	content: "\e0cd";
}
.icon-add_box:before {
	content: "\e0ce";
}
.icon-add_circle:before {
	content: "\e0cf";
}
.icon-add_circle_outline:before {
	content: "\e0d0";
}
.icon-archive2:before {
	content: "\e0d1";
}
.icon-backspace:before {
	content: "\e0d2";
}
.icon-block:before {
	content: "\e0d3";
}
.icon-clear:before {
	content: "\e0d4";
}
.icon-content_copy:before {
	content: "\e0d5";
}
.icon-content_cut:before {
	content: "\e0d6";
}
.icon-content_paste:before {
	content: "\e0d7";
}
.icon-create:before {
	content: "\e0d8";
}
.icon-drafts:before {
	content: "\e0d9";
}
.icon-filter_list:before {
	content: "\e0da";
}
.icon-flag2:before {
	content: "\e0db";
}
.icon-forward:before {
	content: "\e0dc";
}
.icon-gesture:before {
	content: "\e0dd";
}
.icon-inbox2:before {
	content: "\e0de";
}
.icon-link2:before {
	content: "\e0df";
}
.icon-mail2:before {
	content: "\e0e0";
}
.icon-markunread:before {
	content: "\e0e1";
}
.icon-redo:before {
	content: "\e0e2";
}
.icon-remove:before {
	content: "\e0e3";
}
.icon-remove_circle:before {
	content: "\e0e4";
}
.icon-remove_circle_outline:before {
	content: "\e0e5";
}
.icon-reply2:before {
	content: "\e0e6";
}
.icon-reply_all:before {
	content: "\e0e7";
}
.icon-report:before {
	content: "\e0e8";
}
.icon-save:before {
	content: "\e0e9";
}
.icon-select_all:before {
	content: "\e0ea";
}
.icon-send:before {
	content: "\e0eb";
}
.icon-sort:before {
	content: "\e0ec";
}
.icon-text_format:before {
	content: "\e0ed";
}
.icon-undo:before {
	content: "\e0ee";
}
.icon-font_download:before {
	content: "\e0ef";
}
.icon-access_alarm:before {
	content: "\e0f0";
}
.icon-access_alarms:before {
	content: "\e0f1";
}
.icon-access_time:before {
	content: "\e0f2";
}
.icon-add_alarm:before {
	content: "\e0f3";
}
.icon-airplanemode_inactive:before {
	content: "\e0f4";
}
.icon-airplanemode_active:before {
	content: "\e0f5";
}
.icon-battery_alert:before {
	content: "\e0f6";
}
.icon-battery_charging_full:before {
	content: "\e0f7";
}
.icon-battery_full:before {
	content: "\e0f8";
}
.icon-battery_std:before {
	content: "\e0f9";
}
.icon-battery_unknown:before {
	content: "\e0fa";
}
.icon-bluetooth:before {
	content: "\e0fb";
}
.icon-bluetooth_connected:before {
	content: "\e0fc";
}
.icon-bluetooth_disabled:before {
	content: "\e0fd";
}
.icon-bluetooth_searching:before {
	content: "\e0fe";
}
.icon-brightness_auto:before {
	content: "\e0ff";
}
.icon-brightness_high:before {
	content: "\e10a";
}
.icon-brightness_low:before {
	content: "\e10b";
}
.icon-brightness_medium:before {
	content: "\e10c";
}
.icon-data_usage:before {
	content: "\e10d";
}
.icon-developer_mode:before {
	content: "\e10e";
}
.icon-devices:before {
	content: "\e10f";
}
.icon-dvr:before {
	content: "\e11a";
}
.icon-gps_fixed:before {
	content: "\e11b";
}
.icon-gps_not_fixed:before {
	content: "\e11c";
}
.icon-gps_off:before {
	content: "\e11d";
}
.icon-location_disabled:before {
	content: "\e11e";
}
.icon-location_searching:before {
	content: "\e11f";
}
.icon-graphic_eq:before {
	content: "\e12a";
}
.icon-network_cell:before {
	content: "\e12b";
}
.icon-network_wifi:before {
	content: "\e12c";
}
.icon-nfc:before {
	content: "\e12d";
}
.icon-now_wallpaper:before {
	content: "\e12e";
}
.icon-now_widgets:before {
	content: "\e12f";
}
.icon-screen_lock_landscape:before {
	content: "\e130";
}
.icon-screen_lock_portrait:before {
	content: "\e131";
}
.icon-screen_lock_rotation:before {
	content: "\e132";
}
.icon-screen_rotation:before {
	content: "\e133";
}
.icon-sd_storage:before {
	content: "\e134";
}
.icon-settings_system_daydream:before {
	content: "\e135";
}
.icon-signal_cellular_4_bar:before {
	content: "\e136";
}
.icon-signal_cellular_connected_no_internet_4_bar:before {
	content: "\e137";
}
.icon-signal_cellular_no_sim:before {
	content: "\e138";
}
.icon-signal_cellular_null:before {
	content: "\e139";
}
.icon-signal_cellular_off:before {
	content: "\e13a";
}
.icon-signal_wifi_4_bar:before {
	content: "\e13b";
}
.icon-signal_wifi_4_bar_lock:before {
	content: "\e13c";
}
.icon-signal_wifi_off:before {
	content: "\e13d";
}
.icon-storage:before {
	content: "\e13e";
}
.icon-usb:before {
	content: "\e13f";
}
.icon-wifi_lock:before {
	content: "\e140";
}
.icon-wifi_tethering:before {
	content: "\e141";
}
.icon-attach_file:before {
	content: "\e142";
}
.icon-attach_money:before {
	content: "\e143";
}
.icon-border_all:before {
	content: "\e144";
}
.icon-border_bottom:before {
	content: "\e145";
}
.icon-border_clear:before {
	content: "\e146";
}
.icon-border_color:before {
	content: "\e147";
}
.icon-border_horizontal:before {
	content: "\e148";
}
.icon-border_inner:before {
	content: "\e149";
}
.icon-border_left:before {
	content: "\e14a";
}
.icon-border_outer:before {
	content: "\e14b";
}
.icon-border_right:before {
	content: "\e14c";
}
.icon-border_style:before {
	content: "\e14d";
}
.icon-border_top:before {
	content: "\e14e";
}
.icon-border_vertical:before {
	content: "\e14f";
}
.icon-format_align_center:before {
	content: "\e150";
}
.icon-format_align_justify:before {
	content: "\e151";
}
.icon-format_align_left:before {
	content: "\e152";
}
.icon-format_align_right:before {
	content: "\e153";
}
.icon-format_bold:before {
	content: "\e154";
}
.icon-format_clear:before {
	content: "\e155";
}
.icon-format_color_fill:before {
	content: "\e156";
}
.icon-format_color_reset:before {
	content: "\e157";
}
.icon-format_color_text:before {
	content: "\e158";
}
.icon-format_indent_decrease:before {
	content: "\e159";
}
.icon-format_indent_increase:before {
	content: "\e15a";
}
.icon-format_italic:before {
	content: "\e15b";
}
.icon-format_line_spacing:before {
	content: "\e15c";
}
.icon-format_list_bulleted:before {
	content: "\e15d";
}
.icon-format_list_numbered:before {
	content: "\e15e";
}
.icon-format_paint:before {
	content: "\e15f";
}
.icon-format_quote:before {
	content: "\e160";
}
.icon-format_size:before {
	content: "\e161";
}
.icon-format_strikethrough:before {
	content: "\e162";
}
.icon-format_textdirection_l_to_r:before {
	content: "\e163";
}
.icon-format_textdirection_r_to_l:before {
	content: "\e164";
}
.icon-format_underlined:before {
	content: "\e165";
}
.icon-functions:before {
	content: "\e166";
}
.icon-insert_chart:before {
	content: "\e167";
}
.icon-insert_comment:before {
	content: "\e168";
}
.icon-insert_drive_file:before {
	content: "\e169";
}
.icon-insert_emoticon:before {
	content: "\e16a";
}
.icon-insert_invitation:before {
	content: "\e16b";
}
.icon-insert_link:before {
	content: "\e16c";
}
.icon-insert_photo:before {
	content: "\e16d";
}
.icon-merge_type:before {
	content: "\e16e";
}
.icon-mode_comment:before {
	content: "\e16f";
}
.icon-mode_edit:before {
	content: "\e170";
}
.icon-publish:before {
	content: "\e171";
}
.icon-space_bar:before {
	content: "\e172";
}
.icon-strikethrough_s:before {
	content: "\e173";
}
.icon-vertical_align_bottom:before {
	content: "\e174";
}
.icon-vertical_align_center:before {
	content: "\e175";
}
.icon-vertical_align_top:before {
	content: "\e176";
}
.icon-wrap_text:before {
	content: "\e177";
}
.icon-money_off:before {
	content: "\e178";
}
.icon-attachment:before {
	content: "\e179";
}
.icon-cloud2:before {
	content: "\e17a";
}
.icon-cloud_circle:before {
	content: "\e17b";
}
.icon-cloud_done:before {
	content: "\e17c";
}
.icon-cloud_download:before {
	content: "\e17d";
}
.icon-cloud_off:before {
	content: "\e17e";
}
.icon-cloud_queue:before {
	content: "\e17f";
}
.icon-cloud_upload:before {
	content: "\e180";
}
.icon-file_download:before {
	content: "\e181";
}
.icon-file_upload:before {
	content: "\e182";
}
.icon-folder2:before {
	content: "\e183";
}
.icon-folder_open:before {
	content: "\e184";
}
.icon-folder_shared:before {
	content: "\e185";
}
.icon-cast:before {
	content: "\e186";
}
.icon-cast_connected:before {
	content: "\e187";
}
.icon-computer:before {
	content: "\e188";
}
.icon-desktop_mac:before {
	content: "\e189";
}
.icon-desktop_windows:before {
	content: "\e18a";
}
.icon-developer_board:before {
	content: "\e18b";
}
.icon-dock:before {
	content: "\e18c";
}
.icon-gamepad:before {
	content: "\e18d";
}
.icon-headset:before {
	content: "\e18e";
}
.icon-headset_mic:before {
	content: "\e18f";
}
.icon-keyboard:before {
	content: "\e190";
}
.icon-keyboard_arrow_down:before {
	content: "\e191";
}
.icon-keyboard_arrow_left:before {
	content: "\e192";
}
.icon-keyboard_arrow_right:before {
	content: "\e193";
}
.icon-keyboard_arrow_up:before {
	content: "\e194";
}
.icon-keyboard_backspace:before {
	content: "\e195";
}
.icon-keyboard_capslock:before {
	content: "\e196";
}
.icon-keyboard_hide:before {
	content: "\e197";
}
.icon-keyboard_return:before {
	content: "\e198";
}
.icon-keyboard_tab:before {
	content: "\e199";
}
.icon-keyboard_voice:before {
	content: "\e19a";
}
.icon-laptop:before {
	content: "\e19b";
}
.icon-laptop_chromebook:before {
	content: "\e19c";
}
.icon-laptop_mac:before {
	content: "\e19d";
}
.icon-laptop_windows:before {
	content: "\e19e";
}
.icon-memory:before {
	content: "\e19f";
}
.icon-mouse:before {
	content: "\e1a0";
}
.icon-phone_android:before {
	content: "\e1a1";
}
.icon-phone_iphone:before {
	content: "\e1a2";
}
.icon-phonelink:before {
	content: "\e1a3";
}
.icon-phonelink_off:before {
	content: "\e1a4";
}
.icon-router:before {
	content: "\e1a5";
}
.icon-scanner:before {
	content: "\e1a6";
}
.icon-security:before {
	content: "\e1a7";
}
.icon-sim_card:before {
	content: "\e1a8";
}
.icon-smartphone:before {
	content: "\e1a9";
}
.icon-speaker:before {
	content: "\e1aa";
}
.icon-speaker_group:before {
	content: "\e1ab";
}
.icon-tablet:before {
	content: "\e1ac";
}
.icon-tablet_android:before {
	content: "\e1ad";
}
.icon-tablet_mac:before {
	content: "\e1ae";
}
.icon-toys:before {
	content: "\e1af";
}
.icon-tv:before {
	content: "\e1b0";
}
.icon-watch2:before {
	content: "\e1b1";
}
.icon-device_hub:before {
	content: "\e1b2";
}
.icon-power_input:before {
	content: "\e1b3";
}
.icon-add_to_photos:before {
	content: "\e1b4";
}
.icon-adjust:before {
	content: "\e1b5";
}
.icon-assistant:before {
	content: "\e1b6";
}
.icon-assistant_photo:before {
	content: "\e1b7";
}
.icon-audiotrack:before {
	content: "\e1b8";
}
.icon-blur_circular:before {
	content: "\e1b9";
}
.icon-blur_linear:before {
	content: "\e1ba";
}
.icon-blur_off:before {
	content: "\e1bb";
}
.icon-blur_on:before {
	content: "\e1bc";
}
.icon-brightness_1:before {
	content: "\e1bd";
}
.icon-brightness_2:before {
	content: "\e1be";
}
.icon-brightness_3:before {
	content: "\e1bf";
}
.icon-brightness_4:before {
	content: "\e1c0";
}
.icon-brightness_5:before {
	content: "\e1c1";
}
.icon-brightness_6:before {
	content: "\e1c2";
}
.icon-brightness_7:before {
	content: "\e1c3";
}
.icon-broken_image:before {
	content: "\e1c4";
}
.icon-brush:before {
	content: "\e1c5";
}
.icon-camera2:before {
	content: "\e1c6";
}
.icon-camera_alt:before {
	content: "\e1c7";
}
.icon-camera_front:before {
	content: "\e1c8";
}
.icon-camera_rear:before {
	content: "\e1c9";
}
.icon-camera_roll:before {
	content: "\e1ca";
}
.icon-center_focus_strong:before {
	content: "\e1cb";
}
.icon-center_focus_weak:before {
	content: "\e1cc";
}
.icon-collections:before {
	content: "\e1cd";
}
.icon-color_lens:before {
	content: "\e1ce";
}
.icon-colorize:before {
	content: "\e1cf";
}
.icon-compare:before {
	content: "\e1d0";
}
.icon-control_point:before {
	content: "\e1d1";
}
.icon-control_point_duplicate:before {
	content: "\e1d2";
}
.icon-crop_16_9:before {
	content: "\e1d3";
}
.icon-crop_3_2:before {
	content: "\e1d4";
}
.icon-crop:before {
	content: "\e1d5";
}
.icon-crop_5_4:before {
	content: "\e1d6";
}
.icon-crop_7_5:before {
	content: "\e1d7";
}
.icon-crop_din:before {
	content: "\e1d8";
}
.icon-crop_free:before {
	content: "\e1d9";
}
.icon-crop_landscape:before {
	content: "\e1da";
}
.icon-crop_original:before {
	content: "\e1db";
}
.icon-crop_portrait:before {
	content: "\e1dc";
}
.icon-crop_square:before {
	content: "\e1dd";
}
.icon-dehaze:before {
	content: "\e1de";
}
.icon-details:before {
	content: "\e1df";
}
.icon-edit:before {
	content: "\e1e0";
}
.icon-exposure:before {
	content: "\e1e1";
}
.icon-exposure_minus_1:before {
	content: "\e1e2";
}
.icon-exposure_minus_2:before {
	content: "\e1e3";
}
.icon-exposure_plus_1:before {
	content: "\e1e4";
}
.icon-exposure_plus_2:before {
	content: "\e1e5";
}
.icon-exposure_zero:before {
	content: "\e1e6";
}
.icon-filter_1:before {
	content: "\e1e7";
}
.icon-filter_2:before {
	content: "\e1e8";
}
.icon-filter_3:before {
	content: "\e1e9";
}
.icon-filter:before {
	content: "\e1ea";
}
.icon-filter_4:before {
	content: "\e1eb";
}
.icon-filter_5:before {
	content: "\e1ec";
}
.icon-filter_6:before {
	content: "\e1ed";
}
.icon-filter_7:before {
	content: "\e1ee";
}
.icon-filter_8:before {
	content: "\e1ef";
}
.icon-filter_9:before {
	content: "\e1f0";
}
.icon-filter_9_plus:before {
	content: "\e1f1";
}
.icon-filter_b_and_w:before {
	content: "\e1f2";
}
.icon-filter_center_focus:before {
	content: "\e1f3";
}
.icon-filter_drama:before {
	content: "\e1f4";
}
.icon-filter_frames:before {
	content: "\e1f5";
}
.icon-filter_hdr:before {
	content: "\e1f6";
}
.icon-filter_none:before {
	content: "\e1f7";
}
.icon-filter_tilt_shift:before {
	content: "\e1f8";
}
.icon-filter_vintage:before {
	content: "\e1f9";
}
.icon-flare:before {
	content: "\e1fa";
}
.icon-flash_auto:before {
	content: "\e1fb";
}
.icon-flash_off:before {
	content: "\e1fc";
}
.icon-flash_on:before {
	content: "\e1fd";
}
.icon-flip:before {
	content: "\e1fe";
}
.icon-gradient:before {
	content: "\e1ff";
}
.icon-grain:before {
	content: "\e200";
}
.icon-grid_off:before {
	content: "\e201";
}
.icon-grid_on:before {
	content: "\e202";
}
.icon-hdr_off:before {
	content: "\e203";
}
.icon-hdr_on:before {
	content: "\e204";
}
.icon-hdr_strong:before {
	content: "\e205";
}
.icon-hdr_weak:before {
	content: "\e206";
}
.icon-healing:before {
	content: "\e207";
}
.icon-image2:before {
	content: "\e208";
}
.icon-image_aspect_ratio:before {
	content: "\e209";
}
.icon-iso:before {
	content: "\e20a";
}
.icon-landscape:before {
	content: "\e20b";
}
.icon-leak_add:before {
	content: "\e20c";
}
.icon-leak_remove:before {
	content: "\e20d";
}
.icon-lens:before {
	content: "\e20e";
}
.icon-looks_3:before {
	content: "\e20f";
}
.icon-looks:before {
	content: "\e210";
}
.icon-looks_4:before {
	content: "\e211";
}
.icon-looks_5:before {
	content: "\e212";
}
.icon-looks_6:before {
	content: "\e213";
}
.icon-looks_one:before {
	content: "\e214";
}
.icon-looks_two:before {
	content: "\e215";
}
.icon-loupe:before {
	content: "\e216";
}
.icon-monochrome_photos:before {
	content: "\e217";
}
.icon-movie_creation:before {
	content: "\e218";
}
.icon-music_note:before {
	content: "\e219";
}
.icon-nature:before {
	content: "\e21a";
}
.icon-nature_people:before {
	content: "\e21b";
}
.icon-navigate_before:before {
	content: "\e21c";
}
.icon-navigate_next:before {
	content: "\e21d";
}
.icon-palette:before {
	content: "\e21e";
}
.icon-panorama:before {
	content: "\e21f";
}
.icon-panorama_fish_eye:before {
	content: "\e220";
}
.icon-panorama_horizontal:before {
	content: "\e221";
}
.icon-panorama_vertical:before {
	content: "\e222";
}
.icon-panorama_wide_angle:before {
	content: "\e223";
}
.icon-photo:before {
	content: "\e224";
}
.icon-photo_album:before {
	content: "\e225";
}
.icon-photo_camera:before {
	content: "\e226";
}
.icon-photo_library:before {
	content: "\e227";
}
.icon-picture_as_pdf:before {
	content: "\e228";
}
.icon-portrait:before {
	content: "\e229";
}
.icon-remove_red_eye:before {
	content: "\e22a";
}
.icon-rotate_90_degrees_ccw:before {
	content: "\e22b";
}
.icon-rotate_left:before {
	content: "\e22c";
}
.icon-rotate_right:before {
	content: "\e22d";
}
.icon-slideshow:before {
	content: "\e22e";
}
.icon-straighten:before {
	content: "\e22f";
}
.icon-style:before {
	content: "\e230";
}
.icon-switch_camera:before {
	content: "\e231";
}
.icon-switch_video:before {
	content: "\e232";
}
.icon-tag_faces:before {
	content: "\e233";
}
.icon-texture:before {
	content: "\e234";
}
.icon-timelapse:before {
	content: "\e235";
}
.icon-timer_10:before {
	content: "\e236";
}
.icon-timer_3:before {
	content: "\e237";
}
.icon-timer:before {
	content: "\e238";
}
.icon-timer_off:before {
	content: "\e239";
}
.icon-tonality:before {
	content: "\e23a";
}
.icon-transform:before {
	content: "\e23b";
}
.icon-tune:before {
	content: "\e23c";
}
.icon-view_comfortable:before {
	content: "\e23d";
}
.icon-view_compact:before {
	content: "\e23e";
}
.icon-wb_auto:before {
	content: "\e23f";
}
.icon-wb_cloudy:before {
	content: "\e240";
}
.icon-wb_incandescent:before {
	content: "\e241";
}
.icon-wb_sunny:before {
	content: "\e242";
}
.icon-collections_bookmark:before {
	content: "\e243";
}
.icon-photo_size_select_actual:before {
	content: "\e244";
}
.icon-photo_size_select_large:before {
	content: "\e245";
}
.icon-photo_size_select_small:before {
	content: "\e246";
}
.icon-vignette:before {
	content: "\e247";
}
.icon-wb_iridescent:before {
	content: "\e248";
}
.icon-beenhere:before {
	content: "\e249";
}
.icon-directions:before {
	content: "\e24a";
}
.icon-directions_bike:before {
	content: "\e24b";
}
.icon-directions_bus:before {
	content: "\e24c";
}
.icon-directions_car:before {
	content: "\e24d";
}
.icon-directions_ferry:before {
	content: "\e24e";
}
.icon-directions_subway:before {
	content: "\e24f";
}
.icon-directions_railway:before {
	content: "\e250";
}
.icon-directions_transit:before {
	content: "\e251";
}
.icon-directions_walk:before {
	content: "\e252";
}
.icon-flight:before {
	content: "\e253";
}
.icon-hotel:before {
	content: "\e254";
}
.icon-layers2:before {
	content: "\e255";
}
.icon-layers_clear:before {
	content: "\e256";
}
.icon-local_airport:before {
	content: "\e257";
}
.icon-local_atm:before {
	content: "\e258";
}
.icon-local_attraction:before {
	content: "\e259";
}
.icon-local_bar:before {
	content: "\e25a";
}
.icon-local_cafe:before {
	content: "\e25b";
}
.icon-local_car_wash:before {
	content: "\e25c";
}
.icon-local_convenience_store:before {
	content: "\e25d";
}
.icon-local_drink:before {
	content: "\e25e";
}
.icon-local_florist:before {
	content: "\e25f";
}
.icon-local_gas_station:before {
	content: "\e260";
}
.icon-local_grocery_store:before {
	content: "\e261";
}
.icon-local_hospital:before {
	content: "\e262";
}
.icon-local_hotel:before {
	content: "\e263";
}
.icon-local_laundry_service:before {
	content: "\e264";
}
.icon-local_library:before {
	content: "\e265";
}
.icon-local_mall:before {
	content: "\e266";
}
.icon-local_movies:before {
	content: "\e267";
}
.icon-local_offer:before {
	content: "\e268";
}
.icon-local_parking:before {
	content: "\e269";
}
.icon-local_pharmacy:before {
	content: "\e26a";
}
.icon-local_phone:before {
	content: "\e26b";
}
.icon-local_pizza:before {
	content: "\e26c";
}
.icon-local_play:before {
	content: "\e26d";
}
.icon-local_post_office:before {
	content: "\e26e";
}
.icon-local_print_shop:before {
	content: "\e26f";
}
.icon-local_restaurant:before {
	content: "\e270";
}
.icon-local_see:before {
	content: "\e271";
}
.icon-local_shipping:before {
	content: "\e272";
}
.icon-local_taxi:before {
	content: "\e273";
}
.icon-location_history:before {
	content: "\e274";
}
.icon-map2:before {
	content: "\e275";
}
.icon-my_location:before {
	content: "\e276";
}
.icon-navigation:before {
	content: "\e277";
}
.icon-pin_drop:before {
	content: "\e278";
}
.icon-place:before {
	content: "\e279";
}
.icon-rate_review:before {
	content: "\e27a";
}
.icon-restaurant_menu:before {
	content: "\e27b";
}
.icon-satellite:before {
	content: "\e27c";
}
.icon-store_mall_directory:before {
	content: "\e27d";
}
.icon-terrain:before {
	content: "\e27e";
}
.icon-traffic:before {
	content: "\e27f";
}
.icon-directions_run:before {
	content: "\e280";
}
.icon-apps:before {
	content: "\e281";
}
.icon-arrow_back:before {
	content: "\e282";
}
.icon-arrow_drop_down:before {
	content: "\e283";
}
.icon-arrow_drop_down_circle:before {
	content: "\e284";
}
.icon-arrow_drop_up:before {
	content: "\e285";
}
.icon-arrow_forward:before {
	content: "\e286";
}
.icon-cancel:before {
	content: "\e287";
}
.icon-check2:before {
	content: "\e288";
}
.icon-chevron_left:before {
	content: "\e289";
}
.icon-chevron_right:before {
	content: "\e28a";
}
.icon-close:before {
	content: "\e28b";
}
.icon-expand_less:before {
	content: "\e28c";
}
.icon-expand_more:before {
	content: "\e28d";
}
.icon-fullscreen:before {
	content: "\e28e";
}
.icon-fullscreen_exit:before {
	content: "\e28f";
}
.icon-menu2:before {
	content: "\e290";
}
.icon-keyboard_control:before {
	content: "\e291";
}
.icon-more_vert:before {
	content: "\e292";
}
.icon-refresh:before {
	content: "\e293";
}
.icon-unfold_less:before {
	content: "\e294";
}
.icon-unfold_more:before {
	content: "\e295";
}
.icon-adb:before {
	content: "\e296";
}
.icon-bluetooth_audio:before {
	content: "\e297";
}
.icon-disc_full:before {
	content: "\e298";
}
.icon-do_not_disturb_alt:before {
	content: "\e299";
}
.icon-do_not_disturb:before {
	content: "\e29a";
}
.icon-drive_eta:before {
	content: "\e29b";
}
.icon-event_available:before {
	content: "\e29c";
}
.icon-event_busy:before {
	content: "\e29d";
}
.icon-event_note:before {
	content: "\e29e";
}
.icon-folder_special:before {
	content: "\e29f";
}
.icon-mms:before {
	content: "\e2a0";
}
.icon-more:before {
	content: "\e2a1";
}
.icon-network_locked:before {
	content: "\e2a2";
}
.icon-phone_bluetooth_speaker:before {
	content: "\e2a3";
}
.icon-phone_forwarded:before {
	content: "\e2a4";
}
.icon-phone_in_talk:before {
	content: "\e2a5";
}
.icon-phone_locked:before {
	content: "\e2a6";
}
.icon-phone_missed:before {
	content: "\e2a7";
}
.icon-phone_paused:before {
	content: "\e2a8";
}
.icon-sd_card:before {
	content: "\e2a9";
}
.icon-sim_card_alert:before {
	content: "\e2aa";
}
.icon-sms:before {
	content: "\e2ab";
}
.icon-sms_failed:before {
	content: "\e2ac";
}
.icon-sync:before {
	content: "\e2ad";
}
.icon-sync_disabled:before {
	content: "\e2ae";
}
.icon-sync_problem:before {
	content: "\e2af";
}
.icon-system_update:before {
	content: "\e2b0";
}
.icon-tap_and_play:before {
	content: "\e2b1";
}
.icon-time_to_leave:before {
	content: "\e2b2";
}
.icon-vibration:before {
	content: "\e2b3";
}
.icon-voice_chat:before {
	content: "\e2b4";
}
.icon-vpn_lock:before {
	content: "\e2b5";
}
.icon-airline_seat_flat:before {
	content: "\e2b6";
}
.icon-airline_seat_flat_angled:before {
	content: "\e2b7";
}
.icon-airline_seat_individual_suite:before {
	content: "\e2b8";
}
.icon-airline_seat_legroom_extra:before {
	content: "\e2b9";
}
.icon-airline_seat_legroom_normal:before {
	content: "\e2ba";
}
.icon-airline_seat_legroom_reduced:before {
	content: "\e2bb";
}
.icon-airline_seat_recline_extra:before {
	content: "\e2bc";
}
.icon-airline_seat_recline_normal:before {
	content: "\e2bd";
}
.icon-confirmation_number:before {
	content: "\e2be";
}
.icon-live_tv:before {
	content: "\e2bf";
}
.icon-ondemand_video:before {
	content: "\e2c0";
}
.icon-personal_video:before {
	content: "\e2c1";
}
.icon-power2:before {
	content: "\e2c2";
}
.icon-wc:before {
	content: "\e2c3";
}
.icon-wifi:before {
	content: "\e2c4";
}
.icon-cake:before {
	content: "\e2c5";
}
.icon-domain:before {
	content: "\e2c6";
}
.icon-group:before {
	content: "\e2c7";
}
.icon-group_add:before {
	content: "\e2c8";
}
.icon-location_city:before {
	content: "\e2c9";
}
.icon-mood:before {
	content: "\e2ca";
}
.icon-mood_bad:before {
	content: "\e2cb";
}
.icon-notifications:before {
	content: "\e2cc";
}
.icon-notifications_none:before {
	content: "\e2cd";
}
.icon-notifications_off:before {
	content: "\e2ce";
}
.icon-notifications_active:before {
	content: "\e2cf";
}
.icon-notifications_paused:before {
	content: "\e2d0";
}
.icon-pages:before {
	content: "\e2d1";
}
.icon-party_mode:before {
	content: "\e2d2";
}
.icon-people:before {
	content: "\e2d3";
}
.icon-people_outline:before {
	content: "\e2d4";
}
.icon-person:before {
	content: "\e2d5";
}
.icon-person_add:before {
	content: "\e2d6";
}
.icon-person_outline:before {
	content: "\e2d7";
}
.icon-plus_one:before {
	content: "\e2d8";
}
.icon-poll:before {
	content: "\e2d9";
}
.icon-public:before {
	content: "\e2da";
}
.icon-school:before {
	content: "\e2db";
}
.icon-share2:before {
	content: "\e2dc";
}
.icon-whatshot:before {
	content: "\e2dd";
}
.icon-check_box:before {
	content: "\e2de";
}
.icon-check_box_outline_blank:before {
	content: "\e2df";
}
.icon-radio_button_unchecked:before {
	content: "\e2e0";
}
.icon-radio_button_checked:before {
	content: "\e2e1";
}
.icon-star2:before {
	content: "\e2e2";
}
.icon-star_half:before {
	content: "\e2e3";
}
.icon-star_outline:before {
	content: "\e2e4";
}
.icon-3d_rotation:before {
	content: "\e2e5";
}
.icon-accessibility:before {
	content: "\e2e6";
}
.icon-account_balance:before {
	content: "\e2e7";
}
.icon-account_balance_wallet:before {
	content: "\e2e8";
}
.icon-account_box:before {
	content: "\e2e9";
}
.icon-account_circle:before {
	content: "\e2ea";
}
.icon-add_shopping_cart:before {
	content: "\e2eb";
}
.icon-alarm:before {
	content: "\e2ec";
}
.icon-alarm_add:before {
	content: "\e2ed";
}
.icon-alarm_off:before {
	content: "\e2ee";
}
.icon-alarm_on:before {
	content: "\e2ef";
}
.icon-android:before {
	content: "\e2f0";
}
.icon-announcement:before {
	content: "\e2f1";
}
.icon-aspect_ratio:before {
	content: "\e2f2";
}
.icon-assessment:before {
	content: "\e2f3";
}
.icon-assignment:before {
	content: "\e2f4";
}
.icon-assignment_ind:before {
	content: "\e2f5";
}
.icon-assignment_late:before {
	content: "\e2f6";
}
.icon-assignment_return:before {
	content: "\e2f7";
}
.icon-assignment_returned:before {
	content: "\e2f8";
}
.icon-assignment_turned_in:before {
	content: "\e2f9";
}
.icon-autorenew:before {
	content: "\e2fa";
}
.icon-backup:before {
	content: "\e2fb";
}
.icon-book2:before {
	content: "\e2fc";
}
.icon-bookmark:before {
	content: "\e2fd";
}
.icon-bookmark_outline:before {
	content: "\e2fe";
}
.icon-bug_report:before {
	content: "\e2ff";
}
.icon-build:before {
	content: "\e300";
}
.icon-cached:before {
	content: "\e301";
}
.icon-change_history:before {
	content: "\e302";
}
.icon-check_circle:before {
	content: "\e303";
}
.icon-chrome_reader_mode:before {
	content: "\e304";
}
.icon-class:before {
	content: "\e305";
}
.icon-code:before {
	content: "\e306";
}
.icon-credit_card:before {
	content: "\e307";
}
.icon-dashboard:before {
	content: "\e308";
}
.icon-delete2:before {
	content: "\e309";
}
.icon-description:before {
	content: "\e30a";
}
.icon-dns:before {
	content: "\e30b";
}
.icon-done:before {
	content: "\e30c";
}
.icon-done_all:before {
	content: "\e30d";
}
.icon-event:before {
	content: "\e30e";
}
.icon-exit_to_app:before {
	content: "\e30f";
}
.icon-explore:before {
	content: "\e310";
}
.icon-extension:before {
	content: "\e311";
}
.icon-face:before {
	content: "\e312";
}
.icon-favorite:before {
	content: "\e313";
}
.icon-favorite_outline:before {
	content: "\e314";
}
.icon-feedback:before {
	content: "\e315";
}
.icon-find_in_page:before {
	content: "\e316";
}
.icon-find_replace:before {
	content: "\e317";
}
.icon-flip_to_back:before {
	content: "\e318";
}
.icon-flip_to_front:before {
	content: "\e319";
}
.icon-get_app:before {
	content: "\e31a";
}
.icon-grade:before {
	content: "\e31b";
}
.icon-group_work:before {
	content: "\e31c";
}
.icon-help2:before {
	content: "\e31d";
}
.icon-highlight_remove:before {
	content: "\e31e";
}
.icon-history:before {
	content: "\e31f";
}
.icon-home:before {
	content: "\e320";
}
.icon-hourglass_empty:before {
	content: "\e321";
}
.icon-hourglass_full:before {
	content: "\e322";
}
.icon-https:before {
	content: "\e323";
}
.icon-info:before {
	content: "\e324";
}
.icon-info_outline:before {
	content: "\e325";
}
.icon-input:before {
	content: "\e326";
}
.icon-invert_colors_on:before {
	content: "\e327";
}
.icon-label:before {
	content: "\e328";
}
.icon-label_outline:before {
	content: "\e329";
}
.icon-language:before {
	content: "\e32a";
}
.icon-launch:before {
	content: "\e32b";
}
.icon-list:before {
	content: "\e32c";
}
.icon-lock2:before {
	content: "\e32d";
}
.icon-lock_open:before {
	content: "\e32e";
}
.icon-lock_outline:before {
	content: "\e32f";
}
.icon-loyalty:before {
	content: "\e330";
}
.icon-markunread_mailbox:before {
	content: "\e331";
}
.icon-note_add:before {
	content: "\e332";
}
.icon-open_in_browser:before {
	content: "\e333";
}
.icon-open_in_new:before {
	content: "\e334";
}
.icon-open_with:before {
	content: "\e335";
}
.icon-pageview:before {
	content: "\e336";
}
.icon-payment:before {
	content: "\e337";
}
.icon-perm_camera_mic:before {
	content: "\e338";
}
.icon-perm_contact_calendar:before {
	content: "\e339";
}
.icon-perm_data_setting:before {
	content: "\e33a";
}
.icon-perm_device_information:before {
	content: "\e33b";
}
.icon-perm_identity:before {
	content: "\e33c";
}
.icon-perm_media:before {
	content: "\e33d";
}
.icon-perm_phone_msg:before {
	content: "\e33e";
}
.icon-perm_scan_wifi:before {
	content: "\e33f";
}
.icon-picture_in_picture:before {
	content: "\e340";
}
.icon-polymer:before {
	content: "\e341";
}
.icon-power_settings_new:before {
	content: "\e342";
}
.icon-print:before {
	content: "\e343";
}
.icon-query_builder:before {
	content: "\e344";
}
.icon-question_answer:before {
	content: "\e345";
}
.icon-receipt:before {
	content: "\e346";
}
.icon-redeem:before {
	content: "\e347";
}
.icon-report_problem:before {
	content: "\e348";
}
.icon-restore:before {
	content: "\e349";
}
.icon-room:before {
	content: "\e34a";
}
.icon-schedule:before {
	content: "\e34b";
}
.icon-search2:before {
	content: "\e34c";
}
.icon-settings:before {
	content: "\e34d";
}
.icon-settings_applications:before {
	content: "\e34e";
}
.icon-settings_backup_restore:before {
	content: "\e34f";
}
.icon-settings_bluetooth:before {
	content: "\e350";
}
.icon-settings_cell:before {
	content: "\e351";
}
.icon-settings_brightness:before {
	content: "\e352";
}
.icon-settings_ethernet:before {
	content: "\e353";
}
.icon-settings_input_antenna:before {
	content: "\e354";
}
.icon-settings_input_component:before {
	content: "\e355";
}
.icon-settings_input_composite:before {
	content: "\e356";
}
.icon-settings_input_hdmi:before {
	content: "\e357";
}
.icon-settings_input_svideo:before {
	content: "\e358";
}
.icon-settings_overscan:before {
	content: "\e359";
}
.icon-settings_phone:before {
	content: "\e35a";
}
.icon-settings_power:before {
	content: "\e35b";
}
.icon-settings_remote:before {
	content: "\e35c";
}
.icon-settings_voice:before {
	content: "\e35d";
}
.icon-shop:before {
	content: "\e35e";
}
.icon-shop_two:before {
	content: "\e35f";
}
.icon-shopping_basket:before {
	content: "\e360";
}
.icon-shopping_cart:before {
	content: "\e361";
}
.icon-speaker_notes:before {
	content: "\e362";
}
.icon-spellcheck:before {
	content: "\e363";
}
.icon-stars:before {
	content: "\e364";
}
.icon-store:before {
	content: "\e365";
}
.icon-subject:before {
	content: "\e366";
}
.icon-supervisor_account:before {
	content: "\e367";
}
.icon-swap_horiz:before {
	content: "\e368";
}
.icon-swap_vert:before {
	content: "\e369";
}
.icon-swap_vertical_circle:before {
	content: "\e36a";
}
.icon-system_update_alt:before {
	content: "\e36b";
}
.icon-tab:before {
	content: "\e36c";
}
.icon-tab_unselected:before {
	content: "\e36d";
}
.icon-theaters:before {
	content: "\e36e";
}
.icon-thumb_down:before {
	content: "\e36f";
}
.icon-thumb_up:before {
	content: "\e370";
}
.icon-thumbs_up_down:before {
	content: "\e371";
}
.icon-toc:before {
	content: "\e372";
}
.icon-today:before {
	content: "\e373";
}
.icon-toll:before {
	content: "\e374";
}
.icon-track_changes:before {
	content: "\e375";
}
.icon-translate:before {
	content: "\e376";
}
.icon-trending_down:before {
	content: "\e377";
}
.icon-trending_neutral:before {
	content: "\e378";
}
.icon-trending_up:before {
	content: "\e379";
}
.icon-turned_in:before {
	content: "\e37a";
}
.icon-turned_in_not:before {
	content: "\e37b";
}
.icon-verified_user:before {
	content: "\e37c";
}
.icon-view_agenda:before {
	content: "\e37d";
}
.icon-view_array:before {
	content: "\e37e";
}
.icon-view_carousel:before {
	content: "\e37f";
}
.icon-view_column:before {
	content: "\e380";
}
.icon-view_day:before {
	content: "\e381";
}
.icon-view_headline:before {
	content: "\e382";
}
.icon-view_list:before {
	content: "\e383";
}
.icon-view_module:before {
	content: "\e384";
}
.icon-view_quilt:before {
	content: "\e385";
}
.icon-view_stream:before {
	content: "\e386";
}
.icon-view_week:before {
	content: "\e387";
}
.icon-visibility:before {
	content: "\e388";
}
.icon-visibility_off:before {
	content: "\e389";
}
.icon-card_giftcard:before {
	content: "\e38a";
}
.icon-card_membership:before {
	content: "\e38b";
}
.icon-card_travel:before {
	content: "\e38c";
}
.icon-work:before {
	content: "\e38d";
}
.icon-youtube_searched_for:before {
	content: "\e38e";
}
.icon-eject:before {
	content: "\e38f";
}
.icon-camera_enhance:before {
	content: "\e390";
}
.icon-help_outline:before {
	content: "\e391";
}
.icon-reorder:before {
	content: "\e392";
}
.icon-zoom_in:before {
	content: "\e393";
}
.icon-zoom_out:before {
	content: "\e394";
}
.icon-http:before {
	content: "\e395";
}
.icon-event_seat:before {
	content: "\e396";
}
.icon-flight_land:before {
	content: "\e397";
}
.icon-flight_takeoff:before {
	content: "\e398";
}
.icon-play_for_work:before {
	content: "\e399";
}
.icon-gif:before {
	content: "\e39a";
}
.icon-indeterminate_check_box:before {
	content: "\e39b";
}
.icon-offline_pin:before {
	content: "\e39c";
}

/* Ripple Effect Style like Google Material Buttons Effect*/

.ripplelink{
  /* display:block; */
  /*color:#fff;*/
  text-decoration:none;
  position:relative;
  overflow:hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index:0;
}

.ripplelink:hover{
	/*z-index:1000;*/
}

.ink {
  display: block;
  position: absolute;
  background:rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  -webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}

.animate {
	-webkit-animation:ripple 0.65s linear;
   -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
     -o-animation:ripple 0.65s linear;
        animation:ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block; }
.ps-container.ps-in-scrolling {
  pointer-events: none; }
  .ps-container.ps-in-scrolling > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container.ps-in-scrolling > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999; }
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }
  .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px; }
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  z-index: 9999;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 5px; }
  .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 5px; }
.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }
  .ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999; }
.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60); }
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }
  .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999; }
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }
  .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/javax.faces.resource/fonts/fontawesome-webfont.eot.jsp?ln=modena-layout&v=1690182623214&v=4.5.0");
  src: url("/javax.faces.resource/fonts/fontawesome-webfont.eot.jsp?ln=modena-layout&v=1690182623214&v=4.5.0#iefix") format('embedded-opentype'),
      url("/javax.faces.resource/fonts/fontawesome-webfont.woff2.jsp?ln=modena-layout&v=1690182623214&v=4.5.0") format('woff2'),
      url("/javax.faces.resource/fonts/fontawesome-webfont.woff.jsp?ln=modena-layout&v=1690182623214&v=4.5.0") format('woff'),
      url("/javax.faces.resource/fonts/fontawesome-webfont.ttf.jsp?ln=modena-layout&v=1690182623214&v=4.5.0") format('truetype'),
      url("/javax.faces.resource/fonts/fontawesome-webfont.svg.jsp?ln=modena-layout&v=1690182623214&v=4.5.0#fontawesomeregular") format('svg');
  
  font-weight: normal;
  font-style: normal;
}

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


/* PrimeFaces icon reset */
.ui-widget .ui-icon.fa, 
.ui-icon.fa {
    background-image: none;
    text-indent: 0px;
    background-repeat: no-repeat;
    display: block;
    overflow: visible;
    text-indent: 0px;
}

@font-face {
  font-family: 'robotolight';
  src: url("/javax.faces.resource/fonts/roboto-light-webfont.eot.jsp?ln=primefaces-modena&v=1690182623214");
  src: url("/javax.faces.resource/fonts/roboto-light-webfont.eot.jsp?ln=primefaces-modena&v=1690182623214#iefix") format('embedded-opentype'), url("/javax.faces.resource/fonts/roboto-light-webfont.woff2.jsp?ln=primefaces-modena&v=1690182623214") format('woff2'), url("/javax.faces.resource/fonts/roboto-light-webfont.woff.jsp?ln=primefaces-modena&v=1690182623214") format('woff'), url("/javax.faces.resource/fonts/roboto-light-webfont.ttf.jsp?ln=primefaces-modena&v=1690182623214") format('truetype'), url("/javax.faces.resource/fonts/roboto-light-webfont.svg.jsp?ln=primefaces-modena&v=1690182623214#robotolight") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url("/javax.faces.resource/fonts/roboto-regular-webfont.eot.jsp?ln=primefaces-modena&v=1690182623214");
  src: url("/javax.faces.resource/fonts/roboto-regular-webfont.eot.jsp?ln=primefaces-modena&v=1690182623214#iefix") format('embedded-opentype'), url("/javax.faces.resource/fonts/roboto-regular-webfont.woff2.jsp?ln=primefaces-modena&v=1690182623214") format('woff2'), url("/javax.faces.resource/fonts/roboto-regular-webfont.woff.jsp?ln=primefaces-modena&v=1690182623214") format('woff'), url("/javax.faces.resource/fonts/roboto-regular-webfont.ttf.jsp?ln=primefaces-modena&v=1690182623214") format('truetype'), url("/javax.faces.resource/fonts/roboto-regular-webfont.svg.jsp?ln=primefaces-modena&v=1690182623214#robotoregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotomedium';
  src: url("/javax.faces.resource/fonts/roboto-medium-webfont.eot.jsp?ln=primefaces-modena&v=1690182623214");
  src: url("/javax.faces.resource/fonts/roboto-medium-webfont.eot.jsp?ln=primefaces-modena&v=1690182623214#iefix") format('embedded-opentype'), url("/javax.faces.resource/fonts/roboto-medium-webfont.woff2.jsp?ln=primefaces-modena&v=1690182623214") format('woff2'), url("/javax.faces.resource/fonts/roboto-medium-webfont.woff.jsp?ln=primefaces-modena&v=1690182623214") format('woff'), url("/javax.faces.resource/fonts/roboto-medium-webfont.ttf.jsp?ln=primefaces-modena&v=1690182623214") format('truetype'), url("/javax.faces.resource/fonts/roboto-medium-webfont.svg.jsp?ln=primefaces-modena&v=1690182623214#robotomedium") format('svg');
  font-weight: normal;
  font-style: normal;
}
.FontRobotoLight {
  font-family: 'robotolight';
}
.FontRobotoRegular {
  font-family: 'robotoregular';
}
.FontRobotoMedium {
  font-family: 'robotomedium';
}
/*BODY*/
html {
  height: 100%;
}
body {
  margin: 0px;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  font-family: 'robotolight';
}
/* Gray Theme*/
.GrayModena.Geometry {
  background-image: url("/javax.faces.resource/images/triangle-gray.svg.jsp?ln=modena-layout&v=1690182623214");
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
}
.GrayModena {
  background-image: none;
}
.GrayModena #layout-topbar {
  background-color: #37474F;
}
/* Blue Theme*/
.BlueModena.Geometry {
  background-image: url("/javax.faces.resource/images/triangle-blue.svg.jsp?ln=modena-layout&v=1690182623214");
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
}
.BlueModena {
  background-image: none;
}
.BlueModena #layout-topbar {
  background-color: #0277BD;
}
/* Indigo Theme*/
.IndigoModena.Geometry {
  background-image: url("/javax.faces.resource/images/triangle-indigo.svg.jsp?ln=modena-layout&v=1690182623214");
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
}
.IndigoModena {
  background-image: none;
}
.IndigoModena #layout-topbar {
  background-color: #283593;
}
/* Cyan Theme*/
.CyanModena.Geometry {
  background-image: url("/javax.faces.resource/images/triangle-cyan.svg.jsp?ln=modena-layout&v=1690182623214");
  background-attachment: fixed;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: top right;
}
.CyanModena {
  background-image: none;
}
.CyanModena #layout-topbar {
  background-color: #00838F;
}
/* Red Theme*/
.RedModena.Geometry {
  background-image: url("/javax.faces.resource/images/triangle-red.svg.jsp?ln=modena-layout&v=1690182623214");
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: no-repeat;
}
.RedModena {
  background-image: none;
}
.RedModena #layout-topbar {
  background-color: #CC2E45;
}
/* topbar */
#layout-topbar {
  width: 98%;
  height: 40px;
  position: fixed;
  z-index: 1000;
  background-color: #37474F;
  padding: 10px 1%;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
#mobile-menu-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: #ffffff;
  overflow: hidden;
  float: left;
  background-color: rgba(42, 42, 42, 0.2);
}
#mobile-menu-button:hover,
#mobile-menu-button:focus {
  background-color: rgba(42, 42, 42, 0.3);
}
#mobile-menu-button.MenuClose {
  background-color: #ef5350 !important;
  color: #ffffff;
  margin-top: 28px;
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -moz-transform: perspective(500px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -o-transform: perspective(500px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -ms-transform: perspective(500px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: perspective(500px) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobile-menu-button .ButtonLine {
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
#mobile-menu-button #ButtonLine1 {
  margin-top: 14px;
}
#mobile-menu-button.MenuClose #ButtonLine1 {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 19px;
}
#mobile-menu-button #ButtonLine2 {
  margin-top: 3px;
}
#mobile-menu-button.MenuClose #ButtonLine2 {
  opacity: 0;
}
#mobile-menu-button #ButtonLine3 {
  margin-top: 3px;
}
#mobile-menu-button.MenuClose #ButtonLine3 {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -7px;
}
#logo {
  width: auto;
  height: auto;
  display: inline-block;
  float: left;
}
#logo img {
  height: 25px;
  margin: 8px 0px 0px 10px;
}
/* top menu */
#top-menu {
  margin: 0px;
  padding: 0px;
  float: right;
  font-family: 'robotoregular';
}
#top-menu > li {
  float: left;
  margin-left: 4px;
}
#top-menu > li > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 26px;
  border-radius: 50%;
  text-align: center;
  padding-top: 5px;
  width: 42px;
  height: 37px;
  cursor: pointer;
  display: block;
  color: #ffffff;
  overflow: hidden;
}
#top-menu > li > a:hover,
#top-menu li a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
#top-menu > li > a.active-menu {
  background-color: rgba(255, 255, 255, 0.1);
}
#top-menu > li > a .Txt {
  display: none;
  font-family: 'robotoregular';
}
#top-menu li ul {
  width: 200px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  background-color: #ffffff;
  border-radius: 2px;
  margin: 12px 0px 0px -150px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(43, 59, 93, 0.6);
  -moz-box-shadow: 0px 1px 4px 0px rgba(43, 59, 93, 0.6);
  box-shadow: 0px 1px 4px 0px rgba(43, 59, 93, 0.6);
  -webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#top-menu li ul.active-menu {
  height: auto;
  margin: 12px 0px 0px -150px;
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#top-menu li ul li {
  padding: 0px;
  margin: 0px;
}
#top-menu li ul li input[type="text"] {
  background-color: transparent;
  border: 0px none;
  border-bottom: solid 1px #465b65;
  padding: 0px;
  width: 140px;
  font-family: 'robotoregular';
  font-size: 16px;
  color: #465b65;
}
#top-menu li ul li input[type="text"]::-webkit-input-placeholder {
  color: #e1f5fe;
}
#top-menu li ul li input[type="text"]:-moz-placeholder {
  color: #e1f5fe;
  opacity: 1;
}
#top-menu li ul li input[type="text"]::-moz-placeholder {
  color: #e1f5fe;
  opacity: 1;
}
#top-menu li ul li input[type="text"]:-ms-input-placeholder {
  color: #e1f5fe;
}
#top-menu li ul li a {
  color: #546e7a;
  padding: 15px;
  display: block;
  font-size: 16px;
  font-family: 'robotoregular';
}
#top-menu li ul li a.active-menu,
#top-menu li ul li a:hover,
#top-menu li ul li a:focus {
  background-color: #f5f5f5;
}
#top-menu li ul li a i {
  margin-right: 5px;
}
#show-top-menu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 39px;
  cursor: pointer;
  color: #ffffff;
  overflow: hidden;
  float: right;
  padding-top: 3px;
  margin-left: 4px;
}
#show-top-menu:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#show-top-menu.MenuClose {
  background-color: rgba(6, 2, 2, 0.2);
}
#show-top-menu.MenuClose #active {
  display: none;
}
#show-top-menu.MenuClose #passive {
  display: block;
  margin-top: 4px;
}
/* wrapper */
#wrapper {
  display: inline;
  width: 100%;
  height: 100%;
}
#wrapperIndent {
  display: inline;
  height: 100%;
}
/*Layout Menu Cover */
#layout-menu-cover {
  width: 320px;
  margin-left: -320px;
  display: block;
  max-height: 100%;
  vertical-align: top;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}
#layout-menu-cover .layout-menu {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -moz-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -o-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -ms-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#layout-menu-cover.showmenu {
  margin-left: 0px;
}
#layout-menu-cover.showmenu .layout-menu {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*Layout Menu */
.layout-menu {
  width: 94%;
  margin: 0px auto 10px auto;
  padding: 0px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #ffffff;
  margin-top: 63px;
}
.layout-menu li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout-menu li a {
  color: #546e7a;
  cursor: pointer;
}
.layout-menu ul {
  padding: 0px;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
#layout-menu-cover ul.active-menu {
  height: auto;
  opacity: 1;
  background-color: #f5f5f5;
}
#layout-menu-cover:hover .layout-menu > li > a.active-menu,
.layout-menu > li > a.active-menu {
  background-color: #e0e0e0;
}
.layout-menu li ul li a.active-menu {
  /* background-color:#EAEAEA; color:#03A9F4; */
}
.layout-menu .active-menu-restore {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.layout-menu > li {
  width: auto;
  height: auto;
  font-size: 16px;
}
.layout-menu > li > a {
  width: 88%;
  padding: 18px 6%;
  display: block;
  font-family: 'robotoregular';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout-menu > li > a:hover,
.layout-menu > li > a:active,
.layout-menu > li > a:focus {
  background-color: #e0e0e0;
}
.layout-menu > li > a > i {
  display: block;
  font-size: 18px;
  float: left;
  margin-right: 8px;
}
.layout-menu li ul li {
  font-family: 'robotolight';
  font-size: 15px;
}
.layout-menu > li ul li a:focus {
  color: #03a9f4;
}
.layout-menu li ul li a {
  width: 88%;
  padding: 12px 6%;
  display: block;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout-menu li ul li a:hover {
  background-color: #e0e0e0;
}
.layout-menu li ul li a > i {
  margin-right: 4px;
  font-size: 16px;
}
/* menu levels */
.menu-level-1 {
  text-indent: 20px;
}
.menu-level-2 {
  text-indent: 40px;
}
.menu-level-3 {
  text-indent: 60px;
}
/*Layout Portlets Cover*/
#layout-portlets-cover {
  display: block;
  vertical-align: top;
  padding: 70px 1% 10px;
}
.Card {
  padding: 20px;
  display: block;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-family: 'robotoregular';
  color: #546e7a;
}
.CardTopic {
  font-size: 20px;
  font-family: 'robotolight';
  font-weight: lighter;
  color: #546e7a;
  padding: 0px 0px 10px 0px;
}
.CardFooter {
  border-top: solid 1px #e0e0e0;
  margin: 10px -10px -12px;
  padding: 10px;
  overflow: hidden;
  display: block;
}
.CardFooterBtn {
  padding: 10px;
  margin: -10px 0px;
  display: inline-block;
  font-size: 24px;
}
.CardFooterBtn:hover {
  background-color: #f5f5f5;
}
.CartText {
  font-size: 12px;
  color: #ffffff;
  font-family: 'robotoregular';
  background-color: #e53935;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  padding: 2px 4px 3px;
  position: absolute;
  margin-left: -10px;
  margin-top: -5px;
}
/* LAYOUT STANDART STYLES -----------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
}
img {
  outline: none;
}
li {
  list-style: none;
}
/* seperator line */
.Separator {
  border-bottom: solid 1px #E0E0E0;
  width: 100%;
  overflow: hidden;
  height: 0px;
  margin: 10px 0px;
  clear: both;
}
.SeparatorFull {
  border-bottom: solid 1px #E0E0E0;
  display: block;
  overflow: hidden;
  height: 0px;
  margin: 10px -20px;
  clear: both;
}
/* hover effect for boxlink and links */
.HoverEffect {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.HoverEffect:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* shadow */
.ShadowEffect {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(43, 59, 93, 0.4);
  -moz-box-shadow: 0px 1px 3px 0px rgba(43, 59, 93, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(43, 59, 93, 0.4);
}
@media screen and (min-width: 0\0) {
  /* IE 10+ specific styles go here */
  .ShadowEffect {
    box-shadow: 0px 0px 8px 0px rgba(43, 59, 93, 0.4);
  }
}
.BigTopic {
  font-size: 20px;
  font-family: 'robotolight';
  font-weight: lighter;
  color: #546E7A;
  padding: 10px 0px;
}
.changecolor:hover {
  background-color: #FBB040;
  padding: 10px;
}
/* RTL */
.ui-modena-rtl #mobile-menu-button {
  float: right;
}
.ui-modena-rtl #layout-menu-cover {
  right: 0;
  margin-right: -320px;
}
.ui-modena-rtl #layout-menu-cover.showmenu {
  margin-right: 0px;
}
.ui-modena-rtl .layout-menu {
  direction: rtl;
}
.ui-modena-rtl .layout-menu > li > a > i {
  float: right;
  margin-right: 0px;
  margin-left: 8px;
}
.ui-modena-rtl .layout-menu li ul li a {
  text-align: initial;
}
.ui-modena-rtl .layout-menu li ul li a > i {
  float: right;
  margin-left: 4px;
  margin-right: 0px;
}
.ui-modena-rtl .layout-menu li ul li a > i.icon-add {
  float: left;
  text-indent: 0px;
}
.ui-modena-rtl .menu-level-1 {
  text-indent: 5%;
}
.ui-modena-rtl .menu-level-2 {
  text-indent: 10%;
}
.ui-modena-rtl .menu-level-3 {
  text-indent: 15%;
}
.ui-modena-rtl #logo {
  float: right;
}
.ui-modena-rtl #top-menu {
  float: left;
  direction: rtl;
}
.ui-modena-rtl #top-menu li ul.active-menu,
.ui-modena-rtl #top-menu li ul {
  margin: 12px -150px 0 0;
}
.ui-modena-rtl #top-menu li ul li a i {
  margin-right: 0px;
  margin-left: 5px;
  float: right;
  padding-top: 2px;
}
.ui-modena-rtl #show-top-menu {
  float: left;
}
.ui-modena-rtl #top-menu li ul li a i.DispBlock {
  float: none;
}
.ui-modena-rtl .ps-scrollbar-y-rail {
  left: 3px;
}
/* MEDIA QUERIES **************************************************************************************************************** */
/* Large desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 640px) and (max-width: 960px) {
  html,
  body {
    height: auto;
  }
  /* top menu */
  #top-menu {
    width: 200px;
    position: absolute;
    display: none;
    opacity: 0;
    right: 2%;
    margin: 40px 0px 0px 0px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  #top-menu.showmenu {
    margin-top: 55px;
    opacity: 1;
    display: block;
  }
  #top-menu li {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
  #top-menu > li > a {
    font-size: 16px;
    text-align: left;
    padding: 15px;
    width: auto;
    height: auto;
    cursor: pointer;
    display: block;
    color: #546e7a;
    border-radius: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #top-menu > li > a:hover,
  #top-menu li a:focus {
    background-color: #e0e0e0;
  }
  #top-menu > li > a i {
    float: left;
    font-size: 18px;
    margin-right: 5px;
  }
  #top-menu > li > a .Txt {
    display: inline-block;
    float: left;
  }
  #top-menu li ul {
    width: 200px;
    height: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #top-menu li ul.active-menu {
    width: 200px;
    height: auto;
    background-color: #f5f5f5;
    margin: 0px;
  }
  #top-menu li ul li {
    float: left;
    padding: 0px;
    margin: 0px;
  }
  #top-menu li ul li input[type="text"] {
    background-color: transparent;
    border: 0px none;
    border-bottom: solid 1px #465b65;
    padding: 0px;
    width: 140px;
    margin: 0px;
    font-size: 14px;
    color: #546e7a;
  }
  #top-menu li ul li input[type="text"]::-webkit-input-placeholder {
    color: #546e7a;
  }
  #top-menu li ul li input[type="text"]:-moz-placeholder {
    color: #546e7a;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]::-moz-placeholder {
    color: #546e7a;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]:-ms-input-placeholder {
    color: #546e7a;
  }
  #top-menu li ul li a {
    width: auto;
    color: #546e7a;
    padding: 15px 10px 15px 25px;
    display: block;
    border: 0px none;
    font-size: 15px;
    font-family: 'robotolight';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #top-menu li ul li a:hover,
  #top-menu li ul li a:focus {
    background-color: #e0e0e0;
  }
  /* wrapper */
  #wrapper {
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrapperIndent {
    display: block;
    height: 100%;
  }
  /*Layout Portlets Cover*/
  #layout-portlets-cover {
    display: block;
    padding: 75px 1% 30px;
    margin-left: 0px;
  }
  /* RTL */
  .ui-modena-rtl #top-menu {
    right: 0px;
    left: 2%;
  }
  .ui-modena-rtl #top-menu li ul,
  .ui-modena-rtl #top-menu li ul.active-menu {
    margin: 0px;
  }
  .ui-modena-rtl #top-menu li ul li a {
    padding-right: 15px;
  }
  .ui-modena-rtl #top-menu > li > a {
    text-align: initial;
  }
  .ui-modena-rtl #top-menu > li > a i {
    float: right;
    margin-left: 5px;
    margin-right: 0px;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 640px) {
  html,
  body {
    height: auto;
  }
  /* top menu */
  #top-menu {
    width: 200px;
    position: absolute;
    display: none;
    opacity: 0;
    right: 2%;
    margin: 40px 0px 0px 0px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  #top-menu.showmenu {
    margin-top: 55px;
    opacity: 1;
    display: block;
  }
  #top-menu li {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
  #top-menu > li > a {
    font-size: 16px;
    text-align: left;
    padding: 15px;
    width: auto;
    height: auto;
    cursor: pointer;
    display: block;
    color: #546e7a;
    border-radius: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #top-menu > li > a:hover,
  #top-menu li a:focus {
    background-color: #e0e0e0;
  }
  #top-menu > li > a i {
    float: left;
    font-size: 18px;
    margin-right: 5px;
  }
  #top-menu > li > a .Txt {
    display: inline-block;
    float: left;
  }
  #top-menu li ul {
    width: 200px;
    height: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #top-menu li ul.active-menu {
    width: 200px;
    height: auto;
    background-color: #f5f5f5;
    margin: 0px;
  }
  #top-menu li ul li {
    float: left;
    padding: 0px;
    margin: 0px;
  }
  #top-menu li ul li input[type="text"] {
    background-color: transparent;
    border: 0px none;
    border-bottom: solid 1px #465b65;
    padding: 0px;
    width: 140px;
    margin: 0px;
    font-size: 14px;
    color: #546e7a;
  }
  #top-menu li ul li input[type="text"]::-webkit-input-placeholder {
    color: #546e7a;
  }
  #top-menu li ul li input[type="text"]:-moz-placeholder {
    color: #546e7a;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]::-moz-placeholder {
    color: #546e7a;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]:-ms-input-placeholder {
    color: #546e7a;
  }
  #top-menu li ul li a {
    width: auto;
    color: #546e7a;
    padding: 15px 10px 15px 25px;
    display: block;
    border: 0px none;
    font-size: 15px;
    font-family: 'robotolight';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #top-menu li ul li a:hover,
  #top-menu li ul li a:focus {
    background-color: #e0e0e0;
  }
  /* wrapper */
  #wrapper {
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrapperIndent {
    display: block;
    height: 100%;
  }
  /*Layout Portlets Cover*/
  #layout-portlets-cover {
    display: block;
    padding: 70px 1% 20px;
    margin-left: 0px;
  }
  /* RTL */
  .ui-modena-rtl #top-menu {
    right: 0px;
    left: 2%;
  }
  .ui-modena-rtl #top-menu li ul,
  .ui-modena-rtl #top-menu li ul.active-menu {
    margin: 0px;
  }
  .ui-modena-rtl #top-menu li ul li a {
    padding-right: 15px;
  }
  .ui-modena-rtl #top-menu > li > a {
    text-align: initial;
  }
  .ui-modena-rtl #top-menu > li > a i {
    float: right;
    margin-left: 5px;
    margin-right: 0px;
  }
}
/* Portrait phones and down */
@media (max-width: 480px) {
  html,
  body {
    height: auto;
  }
  /* topbar */
  #layout-topbar {
    width: 96%;
    padding: 10px 2%;
  }
  /* top menu */
  #top-menu {
    width: 200px;
    position: absolute;
    display: none;
    opacity: 0;
    right: 2%;
    margin: 40px 0px 0px 0px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    max-height: 450px;
    overflow-y: auto;
  }
  #top-menu.showmenu {
    margin-top: 55px;
    opacity: 1;
    display: block;
  }
  #top-menu li {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
  #top-menu > li > a {
    font-size: 16px;
    text-align: left;
    padding: 15px;
    width: auto;
    height: auto;
    cursor: pointer;
    display: block;
    color: #546e7a;
    border-radius: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  #top-menu > li > a:hover,
  #top-menu li a:focus {
    background-color: #e0e0e0;
  }
  #top-menu > li > a i {
    float: left;
    font-size: 18px;
    margin-right: 5px;
  }
  #top-menu > li > a .Txt {
    display: inline-block;
    float: left;
  }
  #top-menu li ul {
    width: 200px;
    height: 0px;
    padding: 0px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #top-menu li ul.active-menu {
    width: 200px;
    height: auto;
    background-color: #f5f5f5;
    margin: 0px;
  }
  #top-menu li ul li {
    float: left;
    padding: 0px;
    margin: 0px;
  }
  #top-menu li ul li input[type="text"] {
    background-color: transparent;
    border: 0px none;
    border-bottom: solid 1px #465b65;
    padding: 0px;
    width: 140px;
    margin: 0px;
    font-size: 14px;
    color: #546e7a;
  }
  #top-menu li ul li input[type="text"]::-webkit-input-placeholder {
    color: #546e7a;
  }
  #top-menu li ul li input[type="text"]:-moz-placeholder {
    color: #546e7a;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]::-moz-placeholder {
    color: #546e7a;
    opacity: 1;
  }
  #top-menu li ul li input[type="text"]:-ms-input-placeholder {
    color: #546e7a;
  }
  #top-menu li ul li a {
    width: auto;
    color: #546e7a;
    padding: 15px 10px 15px 25px;
    display: block;
    border: 0px none;
    font-size: 15px;
    font-family: 'robotolight';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #top-menu li ul li a:hover,
  #top-menu li ul li a:focus {
    background-color: #e0e0e0;
  }
  /* wrapper */
  #wrapper {
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrapperIndent {
    display: block;
    height: 100%;
  }
  /*Layout Portlets Cover*/
  #layout-portlets-cover {
    display: block;
    padding: 70px 1% 20px;
    margin-left: 0px;
  }
  /* RTL */
  .ui-modena-rtl #top-menu {
    right: 0px;
    left: 2%;
  }
  .ui-modena-rtl #top-menu li ul,
  .ui-modena-rtl #top-menu li ul.active-menu {
    margin: 0px;
  }
  .ui-modena-rtl #top-menu li ul li a {
    padding-right: 25px;
    padding-left: 0px;
  }
  .ui-modena-rtl #top-menu > li > a {
    text-align: initial;
  }
  .ui-modena-rtl #top-menu > li > a i {
    float: right;
    margin-left: 5px;
    margin-right: 0px;
  }
}
/* for landscape phones */
@media (min-height: 320px) and (max-height: 560px) {
  #top-menu {
    max-height: 275px;
    overflow-y: auto;
  }
  /* RTL */
  .ui-modena-rtl #top-menu li ul li a {
    width: 200px;
    padding-right: 25px;
    padding-left: 0px;
  }
}
/* OTHERS */
#FAW .Container33 {
  padding: 10px 0px;
}
#layout-portlets-cover:before,
#layout-portlets-cover:after,
.Card:before,
.Card:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
#layout-portlets-cover:after,
.Card:after {
  clear: both;
}
/* 640px-960px */
/* 480px-640px */
/* 320px-480px */
/* misc */
.short-transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medium-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.long-transition {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.no-transform {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
/* text colors */
.White {
  color: #ffffff;
}
.WhiteBlue {
  color: #E1F5FE;
}
.SoftBlue {
  color: #03A9F4;
}
.Blue {
  color: #0288D1;
}
.Turquoise {
  color: #26C6DA;
}
.SoftGray {
  color: #ECEFF1;
}
.Gray {
  color: #90A4AE;
}
.BoldGray {
  color: #546E7A;
}
.SoftOrange {
  color: #FFCC80;
}
.Orange {
  color: #FB8C00;
}
.SoftGreen {
  color: #A5D6A7;
}
.Green {
  color: #43A047;
}
.LeadenGreen {
  color: #26A69A;
}
.SoftRed {
  color: #EF9A9A;
}
.Red {
  color: #E53935;
}
.Pink {
  color: #FF4081;
}
.SoftPurple {
  color: #CE93D8;
}
.Purple {
  color: #8E24AA;
}
.Yellow {
  color: #F7D100;
}
/* background colors */
.WhiteBlueBack {
  background-color: #E1F5FE;
}
.SoftBlueBack {
  background-color: #03A9F4;
}
.BlueBack {
  background-color: #0288D1;
}
.TurquoiseBack {
  background-color: #26C6DA;
}
.SoftGrayBack {
  background-color: #f5f5f5;
}
.GrayBack {
  background-color: #90A4AE;
}
.BoldGrayBack {
  background-color: #546E7A;
}
.SoftOrangeBack {
  background-color: #FFCC80;
}
.OrangeBack {
  background-color: #FB8C00;
}
.SoftGreenBack {
  background-color: #A5D6A7;
}
.GreenBack {
  background-color: #43A047;
}
.LeadenGreenBack {
  background-color: #26A69A;
}
.SoftRedBack {
  background-color: #EF9A9A;
}
.RedBack {
  background-color: #E53935;
}
.PinkBack {
  background-color: #FF4081;
}
.SoftPurpleBack {
  background-color: #CE93D8;
}
.PurpleBack {
  background-color: #8E24AA;
}
.YellowBack {
  background-color: #F7D100;
}
/* borders */
.BorderTop {
  border-top: solid 1px #E0E0E0;
}
.BorderRight {
  border-right: solid 1px #E0E0E0;
}
.BorderBottom {
  border-bottom: solid 1px #E0E0E0;
}
.BorderLeft {
  border-left: solid 1px #E0E0E0;
}
.BorderAll {
  border: solid 1px #E0E0E0;
}


#seego {
  background: #071433;
}
#seego .ui-button {
  background-color: #c7004b;
}
#seego .center-logo {
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  margin: -55px auto;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px;
  position: relative;
}
#seego .ui-toolbar-group-left > div {
  padding: 20px;
}
#seego #seegohr {
  max-width: 1024px;
  margin: auto;
}
#seego .centerMessages {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#seego .centerMessages img {
  width: 40px;
  float: left;
}
#seego .centerMessages .text {
  margin-left: 50px;
}
#seego .login-data {
  color: #FFFFFF;
  line-height: 40px;
}
#seego .login-data .shadows-buttons {
  float: right;
}
#seego.CENTER #toolbar {
  background: url("/resources/images/banners/banner-filter-center.png") repeat-x;
}
#seego.CENTER_ADMIN #toolbar {
  background: url("/resources/images/banners/banner-filter-monitor.png") repeat-x;
}
#seego #toolbar {
  background: url("/resources/images/banners/banner-filter.png") repeat-x;
}
#seego #toolbar .ui-toolbar {
  height: 193px;
  position: relative;
  background-color: transparent;
  border: 0 !important;
}
#seego #toolbar .ui-toolbar .ui-tabmenu {
  background: transparent !important;
  margin-top: -10px;
  margin-left: 40px;
}
#seego #toolbar .ui-toolbar .ui-tabmenu li.ui-tabmenuitem.ui-state-default.ui-corner-top {
  border-bottom-color: #c7004b !important;
}
#seego #toolbar .ui-toolbar .ui-tabmenu li.ui-tabmenuitem.ui-state-default.ui-corner-top.ui-state-hover .ui-menuitem-text,
#seego #toolbar .ui-toolbar .ui-tabmenu li.ui-tabmenuitem.ui-state-default.ui-corner-top.ui-state-active .ui-menuitem-text {
  border-bottom: 0 !important;
  font-weight: bold;
}
#seego #toolbar .ui-toolbar .ui-tabmenu li.ui-tabmenuitem.ui-state-default.ui-corner-top .ui-menuitem-text {
  color: #FFFFFF !important;
}
#seego #content {
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px;
  padding-top: 80px !important;
}
#seego #header .container {
  background: url("/resources/images/banners/banner-gray.png") center no-repeat;
}
#seego .shadows-buttons a {
  display: inline-block;
}
#seego .shadows-buttons img:hover {
  filter: drop-shadow(0 0 10px #0000ff);
}
#seego .blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  clear: both;
}
#seego .blocks > div {
  margin: 10px;
}
#seego .blocks30days {
  max-width: 900px;
  margin: auto;
}
#seego .blocks30days .block30days {
  padding: 20px;
  width: 220px;
  background: #2c1947;
  text-align: center;
  color: #FFFFFF;
  min-width: 220px;
  flex-grow: 1;
}
#seego .blocks30days .block30days div {
  font-size: 15pt;
}
#seego .blocks30days .block30days div + div + div + div {
  font-size: 10pt;
}
#seego .lastsSessions {
  margin-top: 30px;
  margin-bottom: 30px;
}
#seego .lastsSessions h3 {
  margin-bottom: 10px;
}
#seego .lastsSessions .session {
  border-radius: 15px;
  padding: 10px;
  background: #071433;
  color: #FFFFFF;
  flex-grow: 1;
  text-align: center;
  box-shadow: 0 0 15px #c7004b;
  border: 2px solid #c7004b;
}
#seego .lastsSessions .session div {
  font-size: 15pt;
}
#seego .lastsSessions .session div + div {
  font-size: 10pt;
}
#seego .calendar {
  width: 200px;
  flex-grow: 0;
  color: #FFFFFF;
  text-align: center;
}
#seego .calendar .time {
  margin-top: -10px;
  font-size: 30pt;
}
#seego .calendar .date {
  font-size: 12pt;
  margin-bottom: 10px;
}
#seego .informs {
  flex-grow: 1;
}
#seego .inform {
  flex-grow: 1;
  font-size: 15pt;
  color: #FFFFFF;
  min-width: 200px;
}
#seego .inform .icon {
  float: left;
  margin-right: 10px;
  height: 100%;
}
#seego .inform .title {
  margin-top: 15px;
  font-size: 15pt;
}
#seego .inform .value {
  font-size: 13pt;
}
#seego .inform .description {
  font-size: 9pt;
}
#seego .ranking {
  justify-content: space-between;
  color: #FFFFFF !important;
}
#seego .ranking .circle {
  border-radius: 50%;
  box-shadow: 0 0 15px #800080;
  border: solid 1px #800080;
  background: #FFFFFF;
}
#seego .ranking .position .title {
  font-size: 10pt;
}
#seego .ranking .position .description {
  font-size: 15pt;
}
#seego .ranking > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  clear: both;
  flex-wrap: nowrap;
  max-width: 320px;
}
#seego .ranking > div > div > div {
  margin: 10px;
}
#seego .ranking .podium .user {
  position: relative;
}
#seego .ranking .podium div {
  text-align: center;
}
#seego .ranking .podium .badge {
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 65%;
}
#seego .ranking .podium .badge img {
  max-width: 100%;
}
#seego .ranking .members {
  flex-grow: 1;
}
#seego .ranking .memberList {
  margin-top: 10px;
  display: block;
  flex-grow: 1;
  min-width: 300px;
  max-width: none;
  border-radius: 10px;
  background: #2c1947;
}
#seego .ranking .memberList a:active,
#seego .ranking .memberList a:link,
#seego .ranking .memberList a:visited {
  color: #FFFFFF !important;
}
#seego #footer {
  background: #FFFFFF;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 0;
}
#seego #footer > div {
  padding: 40px;
}
#seego #footer > div img {
  padding-bottom: 10px;
}
#seego .purple {
  background: #2c1947 !important;
}
#seego .purple .CardTopic {
  color: #FFFFFF !important;
}
#seego h3.title {
  font-size: 12pt;
}
#seego h2.title,
#seego h3.title,
#seego h1.title {
  color: #FFFFFF;
  display: block;
  border-left: solid 2px #2c3eff;
  padding-left: 10px;
  margin-left: 10px !important;
}
#seego .share {
  text-align: right;
  padding-top: 30px;
}
#seego .share button {
  margin-right: 10px;
}
#seego #indexmenubar {
  padding: 10px;
  text-align: right;
  line-height: 80px;
  background: rgba(0, 0, 0, 0.6) url("/resources/images/fit/logo-index.png") center no-repeat;
}
#seego #home {
  background: url("/resources/images/banners/banner-filter.png") repeat-x;
}
#seego #home #background {
  height: 575px;
  background: url("/resources/images/fit/home.jpg") no-repeat center;
  background-size: cover;
}
#seego .ui-tabs-top .ui-tabs-nav li.ui-tabs-selected,
#seego .ui-tabs-top .ui-tabs-nav li.ui-state-hover {
  border-bottom-color: #c7004b !important;
}
#seego .ui-tabs-top .ui-tabs-nav li.ui-tabs-selected a,
#seego .ui-tabs-top .ui-tabs-nav li.ui-state-hover a {
  color: #c7004b !important;
}
#seego .fc-toolbar {
  background: #c7004b;
}
#seego .fc-toolbar button {
  border: 0;
}
#seego .ui-widget-header table thead tr th,
#seego .ui-widget-header table thead,
#seego .fc-view-container .fc-month-view > table > thead {
  background: #610025;
  color: white;
}
#seego .ui-datatable table tbody .ui-state-highlight > td {
  background: #c7004b;
}
#seego .ui-datatable table tbody .ui-state-hover > td {
  background: #f4c1eb;
}
#seego a[href="http://www.amcharts.com/javascript-charts/"] {
  display: none;
}
#seegohr .DispInlBlock img {
  padding-right: 10px;
}
#seegohr .memberList {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#seegohr .memberList .avatar {
  height: 30px;
}
#seegohr .podiom .ranking {
  text-align: center;
}
#seegohr .podiom .ranking img {
  height: 100px;
}
#seegohr .progress {
  margin-left: 80px;
}
#seegohr .progress .ui-progressbar {
  height: 20px !important;
}
#logowisee {
  padding-top: 5%;
}
#logowisee img {
  max-width: 100%;
}
img {
  max-width: 100%;
}
body {
  background: url("/resources/images/background.jpg") fixed no-repeat;
  background-size: cover;
}
#footer {
  color: #000;
}
#content {
  min-height: 400px;
}
.avatar {
  max-width: 100%;
}
.pointer {
  cursor: pointer;
}
.logo {
  float: left;
  height: 40px;
  margin-right: 20px;
}
.box100w {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.task-name {
  margin-right: 20px;
}
.task-times {
  line-height: 25px;
}
.task-times span {
  font-weight: bold;
}
.task-times span + span {
  margin-left: 15px;
}
.ui-datatable-subtable-header .task-times span {
  margin-left: 15px;
}
.ui-toolbar button + button {
  margin-left: 10px;
}
.username-avatar {
  line-height: 25px;
}
.username-avatar .avatar {
  margin-right: 10px;
  max-width: none;
  vertical-align: middle;
  margin-top: -5px;
  margin-bottom: -5px;
}
.fc-event-container .fc-content {
  white-space: normal !important;
  word-wrap: break-word !important;
}
.scroll-y {
  overflow-y: scroll;
  margin-bottom: 20px;
}
#history .scroll-y {
  height: 400px;
}
#history .members img {
  float: left;
  height: 45px;
  margin-right: 20px;
}
#history img {
  max-width: 100%;
}
.chartButton,
.chartButton:ACTIVE,
.chartButton:LINK {
  cursor: pointer;
  color: #546e7a !important;
  font-weight: normal !important;
  line-height: inherit;
}
.chartButtonPressed {
  background-color: #caebcb !important;
}
.upload-avatar .ui-fileupload-cancel {
  display: none;
}
.upload-avatar .ui-fileupload-content {
  display: none;
}
.upload-avatar img {
  max-width: 100%;
}
.noWrap {
  white-space: nowrap;
}
.ui-toolbar-group-left {
  width: 100%;
}
.chart-tooltip {
  border: solid 1px #b3b3b3;
  background-color: white;
}
.chart-tooltip .y {
  text-align: center;
  font-weight: bold;
}
.chart-tooltip .label {
  font-weight: bold;
}
#toolbar .ui-toolbar {
  padding: 5px 20px 0 !important;
}
#toolbar .ui-toolbar .ui-tabmenu {
  border: 0;
  float: left;
}
.ui-column-customfilter {
  padding-right: 20px;
}
.ui-column-customfilter input {
  width: 100%;
  display: block;
}
.ui-g-1,
.ui-g-2,
.ui-g-3,
.ui-g-4,
.ui-g-5,
.ui-g-6,
.ui-g-7,
.ui-g-8,
.ui-g-9,
.ui-g-10,
.ui-g-11,
.ui-g-12 {
  padding: 0 !important;
}
.row {
  float: left;
  width: 100%;
  margin-bottom: -15px;
}
.row > .ui-g-1,
.row > .ui-g-2,
.row > .ui-g-3,
.row > .ui-g-4,
.row > .ui-g-5,
.row > .ui-g-6,
.row > .ui-g-7,
.row > .ui-g-8,
.row > .ui-g-9,
.row > .ui-g-10,
.row > .ui-g-11,
.row > .ui-g-12 {
  margin-bottom: 15px;
}
.row:after {
  content: " ";
  clear: both;
  display: table;
}
.ShadowEffect {
  background-color: white;
}
.ShadowEffect:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-toolbar .ui-toolbar-group-left {
  margin-left: -10px;
  margin-bottom: -10px;
}
.ui-toolbar .ui-toolbar-group-left .ui-widget {
  margin-left: 10px;
  margin-bottom: 10px;
}
.ui-selectcheckboxmenu-header {
  display: none !important;
}
.noBorder {
  border: 0 !important;
}
.ui-fluid button {
  text-align: left;
}
.Card > a.DispBlock {
  margin: -20px;
  padding: 20px;
}
td .avatar {
  vertical-align: middle;
}
@media (min-width: 640px) and (max-width: 960px) {
  .ShowOnDesktop {
    display: none !important;
    opacity: 0;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  .ShowOnDesktop {
    display: none !important;
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .ShowOnDesktop {
    display: none !important;
    opacity: 0;
  }
}
.lastsSessions .DispBlock {
  white-space: normal !important;
  word-wrap: break-word !important;
}
.ShowOnMobile.ui-menubutton .ui-button-text {
  display: none !important;
}
.ShowOnMobile.ui-menubutton .ui-icon-triangle-1-s {
  background-image: url("/resources/images/burger-button.svg") !important;
  background-size: 200% !important;
}
.ShowOnMobile.ui-menubutton button {
  height: 40px;
  width: 45px;
}
.ui-messages-warn,
.ui-message-warn {
  border-color: #db910f !important;
  color: #db910f !important;
}
.details {
  font-size: 0.7em !important;
  margin-left: 10px;
}
.ui-grid-row .ui-panelgrid-cell {
  display: flex;
  align-items: center;
  padding: 5px !important;
}
.ui-selectmanymenu {
  border: 0 !important;
}
.nopadding .ui-selectmanymenu .ui-selectlistbox-item {
  padding: 0;
}
.row {
  clear: both;
}
.chained {
  border-bottom: dotted 1px grey;
}
#history .ui-selectlistbox-listcontainer {
  height: 200px !important;
}
.ui-panelgrid-cell.ui-widget-header {
  color: #546e7a;
  background-color: #dae8ef;
  border: solid 1px #c1d5df;
  outline: none;
  padding: 10px;
  font-family: 'robotolight';
  font-size: 16px;
}
.ui-datatable-subtable-subheader {
  color: #ffffff !important;
  background-color: #0288d1;
  border-radius: 1px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  font-size: 14px;
  padding: 10px 5px !important;
  font-weight: normal;
  font-family: 'robotolight';
}
.ui-panelgrid-cell.summary {
  color: #546e7a;
  background-color: #dae8ef;
  border: solid 1px #c1d5df;
  outline: none;
  padding: 10px;
  font-family: 'robotoregular';
  font-size: 14px;
  font-weight: bold;
}
.number-table tbody td + td {
  text-align: right;
}
.number-table tbody .disabled {
  color: #8baeba !important;
}
.number-table thead td {
  white-space: nowrap;
}
.number-table thead td[rowspan="2"] {
  height: 52px;
  white-space: normal;
}
.ui-datatable .rotate thead {
  padding: 20px;
}
.table-scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.table-scroll table {
  table-layout: auto !important;
}
.amcharts-legend-toggle {
  position: relative;
}
@media screen and (min-width: 800px) {
  #content {
    padding: 10px 50px;
  }
  .no-wrap {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 800px) {
  #schedule {
    width: 380px !important;
    height: 550px !important;
  }
  #seego #indexmenubar {
    background: rgba(0, 0, 0, 0.6) url("/resources/images/fit/logo-index-mobile.png") 20px center no-repeat;
  }
}

.fc-content .fc-title, .fc-content .fc-time{
color: #192238;
}
