/*
This file is made by Marketify (2022)

01) BASE
02) FORM ELEMENTS
03) FONTELLO
04) SKELETON OR GRID
05) ANIMATION


*/

/*------------------------------------------------------------------*/ 
/*	BASE
/*------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

blockquote {
	quotes: none;
}

blockquote:before,blockquote:after {
	content: '';
	content: none;
}
ul, ol{
	margin:0px;	
}
ul li, ol li{
	margin:0px;
}
img{
	vertical-align:middle;
	max-width:100%;
}
iframe{
	max-width:100%;
}
del {
	text-decoration: line-through;
}
a, i{
	border:none;
}
a:hover{text-decoration:none;}

/*------------------------------------------------------------------*/ 
/*	FORM ELEMENTS
/*------------------------------------------------------------------*/

textarea{
	resize:vertical;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	width:100%;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	min-width:auto;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	-ms-box-sizing: border-box;     /* IE 10 + */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	height:44px;
	vertical-align:middle;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color:#ccc;
	background:#eee;
}

input[type="submit"]{
	padding: 13px 15px;
	height: 40px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.5px;
	border:none;
	cursor:pointer;
	color: #FFF;
	background:#777;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
input[type="submit"]:hover{
	background:#444;
}
select{
	padding:8px;
	border:2px solid #eee;
}
input[type="button"]{
	cursor:pointer;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}

/*------------------------------------------------------------------*/ 
/*	03) FONTELLO
/*------------------------------------------------------------------*/


@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?26650032');
  src: url('font/fontello.eot?26650032#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?26650032') format('woff2'),
       url('font/fontello.woff?26650032') format('woff'),
       url('font/fontello.ttf?26650032') format('truetype'),
       url('font/fontello.svg?26650032#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?26650032#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-wrench-1:before { content: '\e013'; } /* '' */
.icon-basket-circled:before { content: '\e014'; } /* '' */
.icon-folder:before { content: '\e015'; } /* '' */
.icon-doc-new-circled:before { content: '\e016'; } /* '' */
.icon-cogs:before { content: '\e020'; } /* '' */
.icon-wrench:before { content: '\e021'; } /* '' */
.icon-rss:before { content: '\e028'; } /* '' */
.icon-folder-open:before { content: '\e029'; } /* '' */
.icon-wrench-outline:before { content: '\e02f'; } /* '' */
.icon-calendar:before { content: '\e054'; } /* '' */
.icon-doc:before { content: '\e06c'; } /* '' */
.icon-trash-circled:before { content: '\e06d'; } /* '' */
.icon-doc-new:before { content: '\e07d'; } /* '' */
.icon-doc-circled:before { content: '\e07e'; } /* '' */
.icon-basket-2:before { content: '\e091'; } /* '' */
.icon-folder-circled:before { content: '\e09d'; } /* '' */
.icon-basket:before { content: '\e0c3'; } /* '' */
.icon-wrench-circled:before { content: '\e0c4'; } /* '' */
.icon-cog:before { content: '\e0e6'; } /* '' */
.icon-phone-circled:before { content: '\e0f3'; } /* '' */
.icon-phone:before { content: '\e0f4'; } /* '' */
.icon-cog-circled:before { content: '\e101'; } /* '' */
.icon-folder-close:before { content: '\e102'; } /* '' */
.icon-right-small:before { content: '\e800'; } /* '' */
.icon-down-dir:before { content: '\e801'; } /* '' */
.icon-up-dir:before { content: '\e802'; } /* '' */
.icon-left-dir:before { content: '\e803'; } /* '' */
.icon-right-dir:before { content: '\e804'; } /* '' */
.icon-down-open:before { content: '\e805'; } /* '' */
.icon-left-open:before { content: '\e806'; } /* '' */
.icon-right-open:before { content: '\e807'; } /* '' */
.icon-up-open:before { content: '\e808'; } /* '' */
.icon-down-big:before { content: '\e809'; } /* '' */
.icon-left-big:before { content: '\e80a'; } /* '' */
.icon-right-big:before { content: '\e80b'; } /* '' */
.icon-up-big:before { content: '\e80c'; } /* '' */
.icon-arrows-cw:before { content: '\e80d'; } /* '' */
.icon-ccw:before { content: '\e80e'; } /* '' */
.icon-print-1:before { content: '\e80f'; } /* '' */
.icon-twitter-5:before { content: '\e80f'; } /* '' */
.icon-attach-1:before { content: '\e810'; } /* '' */
.icon-twitter-rect:before { content: '\e810'; } /* '' */
.icon-videocam-2:before { content: '\e811'; } /* '' */
.icon-ok-outline:before { content: '\e811'; } /* '' */
.icon-picture-outline:before { content: '\e812'; } /* '' */
.icon-th-large-1:before { content: '\e812'; } /* '' */
.icon-camera-outline:before { content: '\e813'; } /* '' */
.icon-th-outline:before { content: '\e813'; } /* '' */
.icon-export-1:before { content: '\e814'; } /* '' */
.icon-lock-filled:before { content: '\e814'; } /* '' */
.icon-code-2:before { content: '\e815'; } /* '' */
.icon-menu-outline:before { content: '\e815'; } /* '' */
.icon-folder-1:before { content: '\e816'; } /* '' */
.icon-looped-square-interest:before { content: '\e816'; } /* '' */
.icon-arrows-cw-2:before { content: '\e817'; } /* '' */
.icon-rss-2:before { content: '\e817'; } /* '' */
.icon-loop-2:before { content: '\e818'; } /* '' */
.icon-link-outline:before { content: '\e818'; } /* '' */
.icon-resize-normal-outline:before { content: '\e819'; } /* '' */
.icon-star-circled:before { content: '\e819'; } /* '' */
.icon-folder-add:before { content: '\e81a'; } /* '' */
.icon-braille:before { content: '\e81a'; } /* '' */
.icon-user-delete:before { content: '\e81b'; } /* '' */
.icon-compass:before { content: '\e81b'; } /* '' */
.icon-lock-1:before { content: '\e81c'; } /* '' */
.icon-user-add-outline:before { content: '\e81c'; } /* '' */
.icon-bookmark:before { content: '\e81d'; } /* '' */
.icon-forward-outline:before { content: '\e81d'; } /* '' */
.icon-flag:before { content: '\e81e'; } /* '' */
.icon-minus-outline:before { content: '\e81e'; } /* '' */
.icon-floppy:before { content: '\e81f'; } /* '' */
.icon-clock-1:before { content: '\e81f'; } /* '' */
.icon-megaphone:before { content: '\e820'; } /* '' */
.icon-volume-low:before { content: '\e820'; } /* '' */
.icon-key:before { content: '\e821'; } /* '' */
.icon-brush-1:before { content: '\e821'; } /* '' */
.icon-globe-alt:before { content: '\e822'; } /* '' */
.icon-compass-circled:before { content: '\e822'; } /* '' */
.icon-fast-fw-1:before { content: '\e823'; } /* '' */
.icon-star-empty:before { content: '\e823'; } /* '' */
.icon-rewind-outline:before { content: '\e824'; } /* '' */
.icon-user:before { content: '\e824'; } /* '' */
.icon-flash-1:before { content: '\e825'; } /* '' */
.icon-group:before { content: '\e825'; } /* '' */
.icon-moon-1:before { content: '\e826'; } /* '' */
.icon-trash:before { content: '\e826'; } /* '' */
.icon-gift:before { content: '\e827'; } /* '' */
.icon-cloud-1:before { content: '\e827'; } /* '' */
.icon-adjust:before { content: '\e827'; } /* '' */
.icon-cancel-circled2:before { content: '\e828'; } /* '' */
.icon-flash-outline:before { content: '\e828'; } /* '' */
.icon-volume-up:before { content: '\e828'; } /* '' */
.icon-comment-1:before { content: '\e829'; } /* '' */
.icon-zoom-out-2:before { content: '\e829'; } /* '' */
.icon-zoom-out:before { content: '\e829'; } /* '' */
.icon-chat-1:before { content: '\e82a'; } /* '' */
.icon-popup-4:before { content: '\e82a'; } /* '' */
.icon-down-circled:before { content: '\e82a'; } /* '' */
.icon-bell-1:before { content: '\e82b'; } /* '' */
.icon-lock-open-filled:before { content: '\e82b'; } /* '' */
.icon-left-circled:before { content: '\e82b'; } /* '' */
.icon-stumbleupon-circled:before { content: '\e82c'; } /* '' */
.icon-pin-outline:before { content: '\e82c'; } /* '' */
.icon-record-1:before { content: '\e82c'; } /* '' */
.icon-lastfm-1:before { content: '\e82d'; } /* '' */
.icon-chat-1:before { content: '\e82d'; } /* '' */
.icon-eject-outline:before { content: '\e82d'; } /* '' */
.icon-lastfm-circled:before { content: '\e82e'; } /* '' */
.icon-chat-alt:before { content: '\e82e'; } /* '' */
.icon-cloud-sun:before { content: '\e82e'; } /* '' */
.icon-plus-1:before { content: '\e82f'; } /* '' */
.icon-menu-2:before { content: '\e82f'; } /* '' */
.icon-clock:before { content: '\e82f'; } /* '' */
.icon-plus-circled:before { content: '\e830'; } /* '' */
.icon-edit-2:before { content: '\e830'; } /* '' */
.icon-clock-circled:before { content: '\e830'; } /* '' */
.icon-hammer:before { content: '\e831'; } /* '' */
.icon-down-1:before { content: '\e831'; } /* '' */
.icon-megaphone:before { content: '\e831'; } /* '' */
.icon-home-1:before { content: '\e832'; } /* '' */
.icon-left-1:before { content: '\e832'; } /* '' */
.icon-up-circled:before { content: '\e832'; } /* '' */
.icon-cog-1:before { content: '\e833'; } /* '' */
.icon-right-1:before { content: '\e833'; } /* '' */
.icon-shuffle:before { content: '\e833'; } /* '' */
.icon-cog-alt:before { content: '\e834'; } /* '' */
.icon-up-1:before { content: '\e834'; } /* '' */
.icon-play:before { content: '\e834'; } /* '' */
.icon-basket:before { content: '\e835'; } /* '' */
.icon-down-bold:before { content: '\e835'; } /* '' */
.icon-play-circled2:before { content: '\e835'; } /* '' */
.icon-flickr-1:before { content: '\e836'; } /* '' */
.icon-left-bold:before { content: '\e836'; } /* '' */
.icon-help:before { content: '\e836'; } /* '' */
.icon-github-circled-1:before { content: '\e837'; } /* '' */
.icon-right-bold:before { content: '\e837'; } /* '' */
.icon-help-circled:before { content: '\e837'; } /* '' */
.icon-lastfm-circled-1:before { content: '\e838'; } /* '' */
.icon-up-bold:before { content: '\e838'; } /* '' */
.icon-info-circled:before { content: '\e838'; } /* '' */
.icon-info-circled-1:before { content: '\e839'; } /* '' */
.icon-down-fat:before { content: '\e839'; } /* '' */
.icon-up-hand:before { content: '\e839'; } /* '' */
.icon-minus-circled:before { content: '\e83a'; } /* '' */
.icon-right-fat:before { content: '\e83a'; } /* '' */
.icon-cw:before { content: '\e83a'; } /* '' */
.icon-rdio-circled:before { content: '\e83b'; } /* '' */
.icon-list-alt:before { content: '\e83b'; } /* '' */
.icon-up-fat:before { content: '\e83b'; } /* '' */
.icon-folder-1:before { content: '\e83c'; } /* '' */
.icon-aboveground-rail:before { content: '\e83c'; } /* '' */
.icon-pause-circled:before { content: '\e83c'; } /* '' */
.icon-minus:before { content: '\e83d'; } /* '' */
.icon-airfield:before { content: '\e83d'; } /* '' */
.icon-thumbs-up:before { content: '\e83e'; } /* '' */
.icon-airport:before { content: '\e83e'; } /* '' */
.icon-thumbs-down:before { content: '\e83f'; } /* '' */
.icon-art-gallery:before { content: '\e83f'; } /* '' */
.icon-download-1:before { content: '\e840'; } /* '' */
.icon-bar:before { content: '\e840'; } /* '' */
.icon-upload-1:before { content: '\e841'; } /* '' */
.icon-baseball:before { content: '\e841'; } /* '' */
.icon-forward:before { content: '\e842'; } /* '' */
.icon-basketball:before { content: '\e842'; } /* '' */
.icon-pencil-1:before { content: '\e843'; } /* '' */
.icon-beer:before { content: '\e843'; } /* '' */
.icon-edit:before { content: '\e844'; } /* '' */
.icon-belowground-rail:before { content: '\e844'; } /* '' */
.icon-eject:before { content: '\e845'; } /* '' */
.icon-bicycle:before { content: '\e845'; } /* '' */
.icon-flight:before { content: '\e846'; } /* '' */
.icon-bus:before { content: '\e846'; } /* '' */
.icon-th:before { content: '\e847'; } /* '' */
.icon-cafe:before { content: '\e847'; } /* '' */
.icon-th-list-1:before { content: '\e848'; } /* '' */
.icon-campsite:before { content: '\e848'; } /* '' */
.icon-ok-1:before { content: '\e849'; } /* '' */
.icon-cemetery:before { content: '\e849'; } /* '' */
.icon-ok-circled-1:before { content: '\e84a'; } /* '' */
.icon-cinema:before { content: '\e84a'; } /* '' */
.icon-ok-circled2:before { content: '\e84b'; } /* '' */
.icon-college:before { content: '\e84b'; } /* '' */
.icon-tags:before { content: '\e84c'; } /* '' */
.icon-commerical-building:before { content: '\e84c'; } /* '' */
.icon-tag:before { content: '\e84d'; } /* '' */
.icon-credit-card:before { content: '\e84d'; } /* '' */
.icon-eye-off:before { content: '\e84e'; } /* '' */
.icon-cricket:before { content: '\e84e'; } /* '' */
.icon-eye-1:before { content: '\e84f'; } /* '' */
.icon-embassy:before { content: '\e84f'; } /* '' */
.icon-lock-open-1:before { content: '\e850'; } /* '' */
.icon-fast-food:before { content: '\e850'; } /* '' */
.icon-ferry:before { content: '\e851'; } /* '' */
.icon-quote-circled:before { content: '\e851'; } /* '' */
.icon-fire-station:before { content: '\e852'; } /* '' */
.icon-export:before { content: '\e852'; } /* '' */
.icon-football:before { content: '\e853'; } /* '' */
.icon-pencil:before { content: '\e853'; } /* '' */
.icon-fuel:before { content: '\e854'; } /* '' */
.icon-pencil-circled:before { content: '\e854'; } /* '' */
.icon-garden:before { content: '\e855'; } /* '' */
.icon-edit:before { content: '\e855'; } /* '' */
.icon-giraffe:before { content: '\e856'; } /* '' */
.icon-edit-circled:before { content: '\e856'; } /* '' */
.icon-golf:before { content: '\e857'; } /* '' */
.icon-edit-alt:before { content: '\e857'; } /* '' */
.icon-grocery-store:before { content: '\e858'; } /* '' */
.icon-print:before { content: '\e858'; } /* '' */
.icon-harbor:before { content: '\e859'; } /* '' */
.icon-retweet:before { content: '\e859'; } /* '' */
.icon-heliport:before { content: '\e85a'; } /* '' */
.icon-comment:before { content: '\e85a'; } /* '' */
.icon-hospital:before { content: '\e85b'; } /* '' */
.icon-comment-alt:before { content: '\e85b'; } /* '' */
.icon-up-circled2:before { content: '\e85c'; } /* '' */
.icon-industrial-building:before { content: '\e85c'; } /* '' */
.icon-signal:before { content: '\e85c'; } /* '' */
.icon-down-circled2:before { content: '\e85d'; } /* '' */
.icon-library:before { content: '\e85d'; } /* '' */
.icon-desktop:before { content: '\e85d'; } /* '' */
.icon-left-hand:before { content: '\e85e'; } /* '' */
.icon-lodging:before { content: '\e85e'; } /* '' */
.icon-laptop:before { content: '\e85e'; } /* '' */
.icon-skype-outline:before { content: '\e85f'; } /* '' */
.icon-london-underground:before { content: '\e85f'; } /* '' */
.icon-error:before { content: '\e85f'; } /* '' */
.icon-tumbler-circled:before { content: '\e860'; } /* '' */
.icon-minefield:before { content: '\e860'; } /* '' */
.icon-error-alt:before { content: '\e860'; } /* '' */
.icon-tumbler:before { content: '\e861'; } /* '' */
.icon-monument:before { content: '\e861'; } /* '' */
.icon-location:before { content: '\e861'; } /* '' */
.icon-dribbble-circled-1:before { content: '\e862'; } /* '' */
.icon-right-open-outline:before { content: '\e862'; } /* '' */
.icon-museum:before { content: '\e862'; } /* '' */
.icon-volume-off:before { content: '\e863'; } /* '' */
.icon-pharmacy:before { content: '\e863'; } /* '' */
.icon-inbox-circled:before { content: '\e863'; } /* '' */
.icon-attention-circled:before { content: '\e864'; } /* '' */
.icon-pitch:before { content: '\e864'; } /* '' */
.icon-laptop-circled:before { content: '\e864'; } /* '' */
.icon-attention-1:before { content: '\e865'; } /* '' */
.icon-police:before { content: '\e865'; } /* '' */
.icon-network:before { content: '\e865'; } /* '' */
.icon-post:before { content: '\e866'; } /* '' */
.icon-attach:before { content: '\e866'; } /* '' */
.icon-prison:before { content: '\e867'; } /* '' */
.icon-attach-circled:before { content: '\e867'; } /* '' */
.icon-rail:before { content: '\e868'; } /* '' */
.icon-lock:before { content: '\e868'; } /* '' */
.icon-religious-christian:before { content: '\e869'; } /* '' */
.icon-lock-circled:before { content: '\e869'; } /* '' */
.icon-religious-islam:before { content: '\e86a'; } /* '' */
.icon-lock-open:before { content: '\e86a'; } /* '' */
.icon-religious-jewish:before { content: '\e86b'; } /* '' */
.icon-lock-open-alt:before { content: '\e86b'; } /* '' */
.icon-restaurant:before { content: '\e86c'; } /* '' */
.icon-eye:before { content: '\e86c'; } /* '' */
.icon-roadblock:before { content: '\e86d'; } /* '' */
.icon-eye-off:before { content: '\e86d'; } /* '' */
.icon-school:before { content: '\e86e'; } /* '' */
.icon-tag:before { content: '\e86e'; } /* '' */
.icon-shop:before { content: '\e86f'; } /* '' */
.icon-tags:before { content: '\e86f'; } /* '' */
.icon-skiing:before { content: '\e870'; } /* '' */
.icon-bookmark:before { content: '\e870'; } /* '' */
.icon-soccer:before { content: '\e871'; } /* '' */
.icon-bookmark-empty:before { content: '\e871'; } /* '' */
.icon-swimming:before { content: '\e872'; } /* '' */
.icon-flag:before { content: '\e872'; } /* '' */
.icon-tennis:before { content: '\e873'; } /* '' */
.icon-flag-circled:before { content: '\e873'; } /* '' */
.icon-theatre:before { content: '\e874'; } /* '' */
.icon-thumbs-up:before { content: '\e874'; } /* '' */
.icon-toilet:before { content: '\e875'; } /* '' */
.icon-thumbs-down:before { content: '\e875'; } /* '' */
.icon-town-hall:before { content: '\e876'; } /* '' */
.icon-download:before { content: '\e876'; } /* '' */
.icon-trash-2:before { content: '\e877'; } /* '' */
.icon-download-alt:before { content: '\e877'; } /* '' */
.icon-tree-1:before { content: '\e878'; } /* '' */
.icon-upload:before { content: '\e878'; } /* '' */
.icon-tree-2:before { content: '\e879'; } /* '' */
.icon-quote:before { content: '\e879'; } /* '' */
.icon-award:before { content: '\e87a'; } /* '' */
.icon-warehouse:before { content: '\e87a'; } /* '' */
.icon-align-justify:before { content: '\e87a'; } /* '' */
.icon-signal:before { content: '\e87b'; } /* '' */
.icon-duckduckgo:before { content: '\e87b'; } /* '' */
.icon-list:before { content: '\e87b'; } /* '' */
.icon-target:before { content: '\e87c'; } /* '' */
.icon-aim:before { content: '\e87c'; } /* '' */
.icon-indent-left:before { content: '\e87c'; } /* '' */
.icon-search-1:before { content: '\e87d'; } /* '' */
.icon-delicious:before { content: '\e87d'; } /* '' */
.icon-volume-off:before { content: '\e87d'; } /* '' */
.icon-music:before { content: '\e87e'; } /* '' */
.icon-paypal:before { content: '\e87e'; } /* '' */
.icon-volume-down:before { content: '\e87e'; } /* '' */
.icon-linkedin-circled-1:before { content: '\e87f'; } /* '' */
.icon-flattr:before { content: '\e87f'; } /* '' */
.icon-cancel-circled2:before { content: '\e87f'; } /* '' */
.icon-facebook-squared-1:before { content: '\e880'; } /* '' */
.icon-android:before { content: '\e880'; } /* '' */
.icon-qrcode:before { content: '\e880'; } /* '' */
.icon-cancel-1:before { content: '\e881'; } /* '' */
.icon-eventful:before { content: '\e881'; } /* '' */
.icon-headphones:before { content: '\e881'; } /* '' */
.icon-up-hand:before { content: '\e882'; } /* '' */
.icon-smashmag:before { content: '\e882'; } /* '' */
.icon-chart:before { content: '\e882'; } /* '' */
.icon-down-hand:before { content: '\e883'; } /* '' */
.icon-gplus:before { content: '\e883'; } /* '' */
.icon-chart-circled:before { content: '\e883'; } /* '' */
.icon-phone:before { content: '\e884'; } /* '' */
.icon-wikipedia:before { content: '\e884'; } /* '' */
.icon-cw-circled:before { content: '\e884'; } /* '' */
.icon-wrench:before { content: '\e885'; } /* '' */
.icon-lanyrd:before { content: '\e885'; } /* '' */
.icon-play-circled:before { content: '\e885'; } /* '' */
.icon-calendar-1:before { content: '\e886'; } /* '' */
.icon-calendar-1:before { content: '\e886'; } /* '' */
.icon-stop:before { content: '\e886'; } /* '' */
.icon-login-1:before { content: '\e887'; } /* '' */
.icon-stumbleupon:before { content: '\e887'; } /* '' */
.icon-stop-circled:before { content: '\e887'; } /* '' */
.icon-volume-down:before { content: '\e888'; } /* '' */
.icon-fivehundredpx:before { content: '\e888'; } /* '' */
.icon-record:before { content: '\e888'; } /* '' */
.icon-volume-up:before { content: '\e889'; } /* '' */
.icon-pinterest:before { content: '\e889'; } /* '' */
.icon-eject:before { content: '\e889'; } /* '' */
.icon-headphones:before { content: '\e88a'; } /* '' */
.icon-bitcoin:before { content: '\e88a'; } /* '' */
.icon-backward:before { content: '\e88a'; } /* '' */
.icon-clock-1:before { content: '\e88b'; } /* '' */
.icon-w3c:before { content: '\e88b'; } /* '' */
.icon-backward-circled:before { content: '\e88b'; } /* '' */
.icon-camera-alt:before { content: '\e88c'; } /* '' */
.icon-foursquare:before { content: '\e88c'; } /* '' */
.icon-move:before { content: '\e88c'; } /* '' */
.icon-th-large:before { content: '\e88d'; } /* '' */
.icon-html5:before { content: '\e88d'; } /* '' */
.icon-zoom-in:before { content: '\e88d'; } /* '' */
.icon-magnet:before { content: '\e88e'; } /* '' */
.icon-ie:before { content: '\e88e'; } /* '' */
.icon-check:before { content: '\e88e'; } /* '' */
.icon-chart-bar-1:before { content: '\e88f'; } /* '' */
.icon-call:before { content: '\e88f'; } /* '' */
.icon-check-empty:before { content: '\e88f'; } /* '' */
.icon-credit-card-1:before { content: '\e890'; } /* '' */
.icon-grooveshark:before { content: '\e890'; } /* '' */
.icon-asterisk:before { content: '\e890'; } /* '' */
.icon-vimeo-circled-1:before { content: '\e891'; } /* '' */
.icon-ninetyninedesigns:before { content: '\e891'; } /* '' */
.icon-website:before { content: '\e891'; } /* '' */
.icon-twitter-squared:before { content: '\e892'; } /* '' */
.icon-forrst:before { content: '\e892'; } /* '' */
.icon-book:before { content: '\e892'; } /* '' */
.icon-pin:before { content: '\e893'; } /* '' */
.icon-digg:before { content: '\e893'; } /* '' */
.icon-down-hand:before { content: '\e893'; } /* '' */
.icon-attach-1:before { content: '\e894'; } /* '' */
.icon-spotify:before { content: '\e894'; } /* '' */
.icon-left-hand:before { content: '\e894'; } /* '' */
.icon-help-circled-1:before { content: '\e895'; } /* '' */
.icon-reddit:before { content: '\e895'; } /* '' */
.icon-right-hand:before { content: '\e895'; } /* '' */
.icon-rdio:before { content: '\e896'; } /* '' */
.icon-adjust:before { content: '\e896'; } /* '' */
.icon-guest:before { content: '\e896'; } /* '' */
.icon-qq:before { content: '\e897'; } /* '' */
.icon-calendar-outlilne:before { content: '\e897'; } /* '' */
.icon-gowalla:before { content: '\e897'; } /* '' */
.icon-play-1:before { content: '\e898'; } /* '' */
.icon-appstore:before { content: '\e898'; } /* '' */
.icon-inbox-alt:before { content: '\e898'; } /* '' */
.icon-spotify-circled:before { content: '\e899'; } /* '' */
.icon-down-4:before { content: '\e899'; } /* '' */
.icon-blogger:before { content: '\e899'; } /* '' */
.icon-dribbble-circled:before { content: '\e89a'; } /* '' */
.icon-rewind:before { content: '\e89a'; } /* '' */
.icon-cc:before { content: '\e89a'; } /* '' */
.icon-play-circled2:before { content: '\e89b'; } /* '' */
.icon-dribbble:before { content: '\e89b'; } /* '' */
.icon-globe:before { content: '\e89b'; } /* '' */
.icon-stumbleupon-1:before { content: '\e89c'; } /* '' */
.icon-record-outline:before { content: '\e89c'; } /* '' */
.icon-evernote:before { content: '\e89c'; } /* '' */
.icon-stop-1:before { content: '\e89d'; } /* '' */
.icon-flickr:before { content: '\e89d'; } /* '' */
.icon-globe-alt:before { content: '\e89d'; } /* '' */
.icon-pause-1:before { content: '\e89e'; } /* '' */
.icon-google:before { content: '\e89e'; } /* '' */
.icon-flight:before { content: '\e89e'; } /* '' */
.icon-cancel-circled-1:before { content: '\e89f'; } /* '' */
.icon-viadeo:before { content: '\e89f'; } /* '' */
.icon-location-circled:before { content: '\e89f'; } /* '' */
.icon-asterisk:before { content: '\e8a0'; } /* '' */
.icon-instapaper:before { content: '\e8a0'; } /* '' */
.icon-tint:before { content: '\e8a0'; } /* '' */
.icon-to-start-1:before { content: '\e8a1'; } /* '' */
.icon-weibo:before { content: '\e8a1'; } /* '' */
.icon-leaf:before { content: '\e8a1'; } /* '' */
.icon-to-start-alt:before { content: '\e8a2'; } /* '' */
.icon-klout:before { content: '\e8a2'; } /* '' */
.icon-font:before { content: '\e8a2'; } /* '' */
.icon-fast-fw:before { content: '\e8a3'; } /* '' */
.icon-linkedin:before { content: '\e8a3'; } /* '' */
.icon-fontsize:before { content: '\e8a3'; } /* '' */
.icon-fast-bw:before { content: '\e8a4'; } /* '' */
.icon-meetup:before { content: '\e8a4'; } /* '' */
.icon-bold:before { content: '\e8a4'; } /* '' */
.icon-print-1:before { content: '\e8a5'; } /* '' */
.icon-vk:before { content: '\e8a5'; } /* '' */
.icon-fast-backward:before { content: '\e8a5'; } /* '' */
.icon-retweet-1:before { content: '\e8a6'; } /* '' */
.icon-plancast:before { content: '\e8a6'; } /* '' */
.icon-fast-forward:before { content: '\e8a6'; } /* '' */
.icon-resize-vertical:before { content: '\e8a7'; } /* '' */
.icon-disqus:before { content: '\e8a7'; } /* '' */
.icon-forward:before { content: '\e8a7'; } /* '' */
.icon-resize-small:before { content: '\e8a8'; } /* '' */
.icon-rss:before { content: '\e8a8'; } /* '' */
.icon-forward-circled:before { content: '\e8a8'; } /* '' */
.icon-resize-horizontal:before { content: '\e8a9'; } /* '' */
.icon-skype:before { content: '\e8a9'; } /* '' */
.icon-step-backward:before { content: '\e8a9'; } /* '' */
.icon-trash-empty:before { content: '\e8aa'; } /* '' */
.icon-twitter:before { content: '\e8aa'; } /* '' */
.icon-step-forward:before { content: '\e8aa'; } /* '' */
.icon-zoom-out-1:before { content: '\e8ab'; } /* '' */
.icon-youtube:before { content: '\e8ab'; } /* '' */
.icon-target:before { content: '\e8ab'; } /* '' */
.icon-facebook-circled-1:before { content: '\e8ac'; } /* '' */
.icon-vimeo:before { content: '\e8ac'; } /* '' */
.icon-plus-circled:before { content: '\e8ac'; } /* '' */
.icon-facebook-3:before { content: '\e8ad'; } /* '' */
.icon-windows:before { content: '\e8ad'; } /* '' */
.icon-minus:before { content: '\e8ad'; } /* '' */
.icon-location-1:before { content: '\e8ae'; } /* '' */
.icon-xing:before { content: '\e8ae'; } /* '' */
.icon-desktop-circled:before { content: '\e8ae'; } /* '' */
.icon-flickr-circled-1:before { content: '\e8af'; } /* '' */
.icon-yahoo:before { content: '\e8af'; } /* '' */
.icon-minus-circled:before { content: '\e8af'; } /* '' */
.icon-github-3:before { content: '\e8b0'; } /* '' */
.icon-chrome:before { content: '\e8b0'; } /* '' */
.icon-cancel:before { content: '\e8b0'; } /* '' */
.icon-lastfm-2:before { content: '\e8b1'; } /* '' */
.icon-email:before { content: '\e8b1'; } /* '' */
.icon-cancel-circled:before { content: '\e8b1'; } /* '' */
.icon-link-1:before { content: '\e8b2'; } /* '' */
.icon-macstore:before { content: '\e8b2'; } /* '' */
.icon-volume:before { content: '\e8b2'; } /* '' */
.icon-spotify-1:before { content: '\e8b3'; } /* '' */
.icon-fire-1:before { content: '\e8b3'; } /* '' */
.icon-myspace:before { content: '\e8b3'; } /* '' */
.icon-eye-outline:before { content: '\e8b4'; } /* '' */
.icon-podcast:before { content: '\e8b4'; } /* '' */
.icon-credit-card:before { content: '\e8b4'; } /* '' */
.icon-tag-2:before { content: '\e8b5'; } /* '' */
.icon-amazon:before { content: '\e8b5'; } /* '' */
.icon-clipboard:before { content: '\e8b5'; } /* '' */
.icon-attention-2:before { content: '\e8b6'; } /* '' */
.icon-steam:before { content: '\e8b6'; } /* '' */
.icon-hdd:before { content: '\e8b6'; } /* '' */
.icon-move:before { content: '\e8b7'; } /* '' */
.icon-cloudapp:before { content: '\e8b7'; } /* '' */
.icon-cloud:before { content: '\e8b7'; } /* '' */
.icon-zoom-in-1:before { content: '\e8b8'; } /* '' */
.icon-dropbox:before { content: '\e8b8'; } /* '' */
.icon-cloud-circled:before { content: '\e8b8'; } /* '' */
.icon-attention-filled:before { content: '\e8b9'; } /* '' */
.icon-ebay:before { content: '\e8b9'; } /* '' */
.icon-key:before { content: '\e8b9'; } /* '' */
.icon-scissors:before { content: '\e8ba'; } /* '' */
.icon-facebook:before { content: '\e8ba'; } /* '' */
.icon-certificate:before { content: '\e8ba'; } /* '' */
.icon-align-justify:before { content: '\e8bb'; } /* '' */
.icon-github:before { content: '\e8bb'; } /* '' */
.icon-tasks:before { content: '\e8bb'; } /* '' */
.icon-list:before { content: '\e8bc'; } /* '' */
.icon-github-circled:before { content: '\e8bc'; } /* '' */
.icon-filter:before { content: '\e8bc'; } /* '' */
.icon-indent-left:before { content: '\e8bd'; } /* '' */
.icon-googleplay:before { content: '\e8bd'; } /* '' */
.icon-gauge:before { content: '\e8bd'; } /* '' */
.icon-block:before { content: '\e8be'; } /* '' */
.icon-itunes:before { content: '\e8be'; } /* '' */
.icon-italic:before { content: '\e8be'; } /* '' */
.icon-resize-full:before { content: '\e8bf'; } /* '' */
.icon-plurk:before { content: '\e8bf'; } /* '' */
.icon-text-height:before { content: '\e8bf'; } /* '' */
.icon-flash-1:before { content: '\e8c0'; } /* '' */
.icon-songkick:before { content: '\e8c0'; } /* '' */
.icon-text-width:before { content: '\e8c0'; } /* '' */
.icon-cloud-1:before { content: '\e8c1'; } /* '' */
.icon-lastfm:before { content: '\e8c1'; } /* '' */
.icon-align-left:before { content: '\e8c1'; } /* '' */
.icon-globe-1:before { content: '\e8c2'; } /* '' */
.icon-gmail:before { content: '\e8c2'; } /* '' */
.icon-align-center:before { content: '\e8c2'; } /* '' */
.icon-inbox-1:before { content: '\e8c3'; } /* '' */
.icon-pinboard:before { content: '\e8c3'; } /* '' */
.icon-align-right:before { content: '\e8c3'; } /* '' */
.icon-pinterest-circled-1:before { content: '\e8c4'; } /* '' */
.icon-openid:before { content: '\e8c4'; } /* '' */
.icon-bell:before { content: '\e8c4'; } /* '' */
.icon-pinterest-1:before { content: '\e8c5'; } /* '' */
.icon-quora:before { content: '\e8c5'; } /* '' */
.icon-warning:before { content: '\e8c5'; } /* '' */
.icon-skype-2:before { content: '\e8c6'; } /* '' */
.icon-soundcloud:before { content: '\e8c6'; } /* '' */
.icon-exclamation:before { content: '\e8c6'; } /* '' */
.icon-right-hand:before { content: '\e8c7'; } /* '' */
.icon-tumblr:before { content: '\e8c7'; } /* '' */
.icon-indent-right:before { content: '\e8c7'; } /* '' */
.icon-folder-open-1:before { content: '\e8c8'; } /* '' */
.icon-eventasaurus:before { content: '\e8c8'; } /* '' */
.icon-right-circled:before { content: '\e8c8'; } /* '' */
.icon-to-end-1:before { content: '\e8c9'; } /* '' */
.icon-wordpress:before { content: '\e8c9'; } /* '' */
.icon-off:before { content: '\e8c9'; } /* '' */
.icon-logout-1:before { content: '\e8ca'; } /* '' */
.icon-yelp:before { content: '\e8ca'; } /* '' */
.icon-pause:before { content: '\e8ca'; } /* '' */
.icon-dribbble-1:before { content: '\e8cb'; } /* '' */
.icon-right-open-4:before { content: '\e8cb'; } /* '' */
.icon-intensedebate:before { content: '\e8cb'; } /* '' */
.icon-cw:before { content: '\e8cc'; } /* '' */
.icon-eventbrite:before { content: '\e8cc'; } /* '' */
.icon-inbox:before { content: '\e8cc'; } /* '' */
.icon-truck:before { content: '\e8cd'; } /* '' */
.icon-scribd:before { content: '\e8cd'; } /* '' */
.icon-briefcase:before { content: '\e8cd'; } /* '' */
.icon-linkedin-3:before { content: '\e8ce'; } /* '' */
.icon-posterous:before { content: '\e8ce'; } /* '' */
.icon-plus:before { content: '\e8ce'; } /* '' */
.icon-linkedin-squared:before { content: '\e8cf'; } /* '' */
.icon-stripe:before { content: '\e8cf'; } /* '' */
.icon-road:before { content: '\e8cf'; } /* '' */
.icon-vimeo-2:before { content: '\e8d0'; } /* '' */
.icon-opentable:before { content: '\e8d0'; } /* '' */
.icon-website-circled:before { content: '\e8d0'; } /* '' */
.icon-heart-1:before { content: '\e8d1'; } /* '' */
.icon-cart:before { content: '\e8d1'; } /* '' */
.icon-calendar-circled:before { content: '\e8d1'; } /* '' */
.icon-heart-empty:before { content: '\e8d2'; } /* '' */
.icon-print-2:before { content: '\e8d2'; } /* '' */
.icon-mic:before { content: '\e8d2'; } /* '' */
.icon-mail-1:before { content: '\e8d3'; } /* '' */
.icon-angellist:before { content: '\e8d3'; } /* '' */
.icon-mic-circled:before { content: '\e8d3'; } /* '' */
.icon-github-squared:before { content: '\e8d4'; } /* '' */
.icon-instagram:before { content: '\e8d4'; } /* '' */
.icon-gift:before { content: '\e8d4'; } /* '' */
.icon-to-end-alt:before { content: '\e8d5'; } /* '' */
.icon-dwolla:before { content: '\e8d5'; } /* '' */
.icon-fire:before { content: '\e8d5'; } /* '' */
.icon-check:before { content: '\e8d6'; } /* '' */
.icon-appnet:before { content: '\e8d6'; } /* '' */
.icon-magnet:before { content: '\e8d6'; } /* '' */
.icon-twitter-circled-1:before { content: '\e8d7'; } /* '' */
.icon-statusnet:before { content: '\e8d7'; } /* '' */
.icon-home:before { content: '\e8d7'; } /* '' */
.icon-twitter-3:before { content: '\e8d8'; } /* '' */
.icon-acrobat:before { content: '\e8d8'; } /* '' */
.icon-home-circled:before { content: '\e8d8'; } /* '' */
.icon-user-1:before { content: '\e8d9'; } /* '' */
.icon-drupal:before { content: '\e8d9'; } /* '' */
.icon-lightbulb:before { content: '\e8d9'; } /* '' */
.icon-lemon:before { content: '\e8da'; } /* '' */
.icon-buffer:before { content: '\e8da'; } /* '' */
.icon-barcode:before { content: '\e8da'; } /* '' */
.icon-star-1:before { content: '\e8db'; } /* '' */
.icon-pocket:before { content: '\e8db'; } /* '' */
.icon-lightbulb-alt:before { content: '\e8db'; } /* '' */
.icon-star-empty-1:before { content: '\e8dc'; } /* '' */
.icon-bitbucket:before { content: '\e8dc'; } /* '' */
.icon-block:before { content: '\e8dc'; } /* '' */
.icon-star-half-1:before { content: '\e8dd'; } /* '' */
.icon-lego:before { content: '\e8dd'; } /* '' */
.icon-resize-full:before { content: '\e8dd'; } /* '' */
.icon-users-1:before { content: '\e8de'; } /* '' */
.icon-login-1:before { content: '\e8de'; } /* '' */
.icon-resize-full-alt:before { content: '\e8de'; } /* '' */
.icon-video:before { content: '\e8df'; } /* '' */
.icon-stackoverflow:before { content: '\e8df'; } /* '' */
.icon-resize-small:before { content: '\e8df'; } /* '' */
.icon-videocam-1:before { content: '\e8e0'; } /* '' */
.icon-hackernews:before { content: '\e8e0'; } /* '' */
.icon-resize-vertical:before { content: '\e8e0'; } /* '' */
.icon-camera-1:before { content: '\e8e1'; } /* '' */
.icon-lkdto:before { content: '\e8e1'; } /* '' */
.icon-resize-horizontal:before { content: '\e8e1'; } /* '' */
.icon-indent-right:before { content: '\e8e2'; } /* '' */
.icon-smiley:before { content: '\e8e2'; } /* '' */
.icon-umbrella:before { content: '\e8e3'; } /* '' */
.icon-smiley-circled:before { content: '\e8e3'; } /* '' */
.icon-leaf:before { content: '\e8e4'; } /* '' */
.icon-address-book:before { content: '\e8e4'; } /* '' */
.icon-bold:before { content: '\e8e5'; } /* '' */
.icon-address-book-alt:before { content: '\e8e5'; } /* '' */
.icon-font:before { content: '\e8e6'; } /* '' */
.icon-asl:before { content: '\e8e6'; } /* '' */
.icon-italic:before { content: '\e8e7'; } /* '' */
.icon-glasses:before { content: '\e8e7'; } /* '' */
.icon-book:before { content: '\e8e8'; } /* '' */
.icon-hearing-impaired:before { content: '\e8e8'; } /* '' */
.icon-tint:before { content: '\e8e9'; } /* '' */
.icon-iphone-home:before { content: '\e8e9'; } /* '' */
.icon-text-height:before { content: '\e8ea'; } /* '' */
.icon-person:before { content: '\e8ea'; } /* '' */
.icon-text-width:before { content: '\e8eb'; } /* '' */
.icon-adult:before { content: '\e8eb'; } /* '' */
.icon-align-left:before { content: '\e8ec'; } /* '' */
.icon-child:before { content: '\e8ec'; } /* '' */
.icon-align-center:before { content: '\e8ed'; } /* '' */
.icon-blind:before { content: '\e8ed'; } /* '' */
.icon-align-right:before { content: '\e8ee'; } /* '' */
.icon-guidedog:before { content: '\e8ee'; } /* '' */
.icon-glass:before { content: '\e8ef'; } /* '' */
.icon-accessibility:before { content: '\e8ef'; } /* '' */
.icon-emo-happy:before { content: '\e8f0'; } /* '' */
.icon-behance-1:before { content: '\e8f0'; } /* '' */
.icon-emo-wink:before { content: '\e8f1'; } /* '' */
.icon-blogger:before { content: '\e8f1'; } /* '' */
.icon-emo-wink2:before { content: '\e8f2'; } /* '' */
.icon-cc:before { content: '\e8f2'; } /* '' */
.icon-emo-unhappy:before { content: '\e8f3'; } /* '' */
.icon-delicious:before { content: '\e8f3'; } /* '' */
.icon-emo-sleep:before { content: '\e8f4'; } /* '' */
.icon-w3c:before { content: '\e8f4'; } /* '' */
.icon-deviantart:before { content: '\e8f4'; } /* '' */
.icon-emo-thumbsup:before { content: '\e8f5'; } /* '' */
.icon-youtube:before { content: '\e8f5'; } /* '' */
.icon-digg:before { content: '\e8f5'; } /* '' */
.icon-emo-devil:before { content: '\e8f6'; } /* '' */
.icon-dribbble-3:before { content: '\e8f6'; } /* '' */
.icon-emo-tongue:before { content: '\e8f7'; } /* '' */
.icon-facebook-2:before { content: '\e8f7'; } /* '' */
.icon-emo-sunglasses:before { content: '\e8f8'; } /* '' */
.icon-flickr-2:before { content: '\e8f8'; } /* '' */
.icon-emo-coffee:before { content: '\e8f9'; } /* '' */
.icon-foursquare:before { content: '\e8f9'; } /* '' */
.icon-emo-surprised:before { content: '\e8fa'; } /* '' */
.icon-friendfeed:before { content: '\e8fa'; } /* '' */
.icon-emo-displeased:before { content: '\e8fb'; } /* '' */
.icon-friendfeed-rect:before { content: '\e8fb'; } /* '' */
.icon-emo-beer:before { content: '\e8fc'; } /* '' */
.icon-github-2:before { content: '\e8fc'; } /* '' */
.icon-emo-saint:before { content: '\e8fd'; } /* '' */
.icon-github-text:before { content: '\e8fd'; } /* '' */
.icon-emo-angry:before { content: '\e8fe'; } /* '' */
.icon-googleplus:before { content: '\e8fe'; } /* '' */
.icon-emo-grin:before { content: '\e8ff'; } /* '' */
.icon-instagram-2:before { content: '\e8ff'; } /* '' */
.icon-emo-cry:before { content: '\e900'; } /* '' */
.icon-linkedin-2:before { content: '\e900'; } /* '' */
.icon-emo-shoot:before { content: '\e901'; } /* '' */
.icon-down-open-2:before { content: '\e901'; } /* '' */
.icon-emo-laugh:before { content: '\e902'; } /* '' */
.icon-left-open-2:before { content: '\e902'; } /* '' */
.icon-spin1:before { content: '\e903'; } /* '' */
.icon-right-open-2:before { content: '\e903'; } /* '' */
.icon-emo-squint:before { content: '\e904'; } /* '' */
.icon-up-open-2:before { content: '\e904'; } /* '' */
.icon-spin3:before { content: '\e905'; } /* '' */
.icon-down-2:before { content: '\e905'; } /* '' */
.icon-spin2:before { content: '\e906'; } /* '' */
.icon-left-2:before { content: '\e906'; } /* '' */
.icon-spin4:before { content: '\e907'; } /* '' */
.icon-right-2:before { content: '\e907'; } /* '' */
.icon-spin5:before { content: '\e908'; } /* '' */
.icon-up-2:before { content: '\e908'; } /* '' */
.icon-spin6:before { content: '\e909'; } /* '' */
.icon-universal-access:before { content: '\e909'; } /* '' */
.icon-opera-1:before { content: '\e90a'; } /* '' */
.icon-male:before { content: '\e90a'; } /* '' */
.icon-ie-1:before { content: '\e90b'; } /* '' */
.icon-female:before { content: '\e90b'; } /* '' */
.icon-crown:before { content: '\e90c'; } /* '' */
.icon-css:before { content: '\e90c'; } /* '' */
.icon-crown-plus:before { content: '\e90d'; } /* '' */
.icon-path:before { content: '\e90d'; } /* '' */
.icon-chrome-1:before { content: '\e90e'; } /* '' */
.icon-picasa-2:before { content: '\e90e'; } /* '' */
.icon-firefox-1:before { content: '\e90f'; } /* '' */
.icon-pinterest-2:before { content: '\e90f'; } /* '' */
.icon-marquee:before { content: '\e910'; } /* '' */
.icon-reddit:before { content: '\e910'; } /* '' */
.icon-crown-minus:before { content: '\e911'; } /* '' */
.icon-skype-3:before { content: '\e911'; } /* '' */
.icon-picture:before { content: '\e912'; } /* '' */
.icon-slideshare:before { content: '\e912'; } /* '' */
.icon-note:before { content: '\e913'; } /* '' */
.icon-stackoverflow:before { content: '\e913'; } /* '' */
.icon-note-beamed:before { content: '\e914'; } /* '' */
.icon-stumbleupon-2:before { content: '\e914'; } /* '' */
.icon-music-1:before { content: '\e915'; } /* '' */
.icon-twitter-2:before { content: '\e915'; } /* '' */
.icon-search-1:before { content: '\e916'; } /* '' */
.icon-tumblr-1:before { content: '\e916'; } /* '' */
.icon-flashlight:before { content: '\e917'; } /* '' */
.icon-vimeo-3:before { content: '\e917'; } /* '' */
.icon-mail-1:before { content: '\e918'; } /* '' */
.icon-vkontakte-1:before { content: '\e918'; } /* '' */
.icon-heart-1:before { content: '\e919'; } /* '' */
.icon-wordpress:before { content: '\e919'; } /* '' */
.icon-heart-empty-1:before { content: '\e91a'; } /* '' */
.icon-music-1:before { content: '\e91a'; } /* '' */
.icon-star-1:before { content: '\e91b'; } /* '' */
.icon-search-2:before { content: '\e91b'; } /* '' */
.icon-star-empty-1:before { content: '\e91c'; } /* '' */
.icon-mail-2:before { content: '\e91c'; } /* '' */
.icon-user-1:before { content: '\e91d'; } /* '' */
.icon-heart-2:before { content: '\e91d'; } /* '' */
.icon-users-1:before { content: '\e91e'; } /* '' */
.icon-star-2:before { content: '\e91e'; } /* '' */
.icon-user-add:before { content: '\e91f'; } /* '' */
.icon-user-2:before { content: '\e91f'; } /* '' */
.icon-video-1:before { content: '\e920'; } /* '' */
.icon-videocam-2:before { content: '\e920'; } /* '' */
.icon-picture-1:before { content: '\e921'; } /* '' */
.icon-camera-2:before { content: '\e921'; } /* '' */
.icon-camera-1:before { content: '\e922'; } /* '' */
.icon-photo-1:before { content: '\e922'; } /* '' */
.icon-layout:before { content: '\e923'; } /* '' */
.icon-attach-3:before { content: '\e923'; } /* '' */
.icon-menu-1:before { content: '\e924'; } /* '' */
.icon-lock-3:before { content: '\e924'; } /* '' */
.icon-check-1:before { content: '\e925'; } /* '' */
.icon-eye-2:before { content: '\e925'; } /* '' */
.icon-cancel-squared:before { content: '\e926'; } /* '' */
.icon-tag-1:before { content: '\e926'; } /* '' */
.icon-cancel-1:before { content: '\e927'; } /* '' */
.icon-thumbs-up-1:before { content: '\e927'; } /* '' */
.icon-cancel-circled-1:before { content: '\e928'; } /* '' */
.icon-pencil-3:before { content: '\e928'; } /* '' */
.icon-plus-2:before { content: '\e929'; } /* '' */
.icon-comment-3:before { content: '\e929'; } /* '' */
.icon-plus-squared-1:before { content: '\e92a'; } /* '' */
.icon-location-2:before { content: '\e92a'; } /* '' */
.icon-minus-2:before { content: '\e92b'; } /* '' */
.icon-cup:before { content: '\e92b'; } /* '' */
.icon-minus-circled-1:before { content: '\e92c'; } /* '' */
.icon-trash-4:before { content: '\e92c'; } /* '' */
.icon-minus-squared-1:before { content: '\e92d'; } /* '' */
.icon-doc-3:before { content: '\e92d'; } /* '' */
.icon-plus-circled-1:before { content: '\e92e'; } /* '' */
.icon-note:before { content: '\e92e'; } /* '' */
.icon-help-1:before { content: '\e92f'; } /* '' */
.icon-cog-3:before { content: '\e92f'; } /* '' */
.icon-info-2:before { content: '\e930'; } /* '' */
.icon-params:before { content: '\e930'; } /* '' */
.icon-alert:before { content: '\e931'; } /* '' */
.icon-calendar-4:before { content: '\e931'; } /* '' */
.icon-bell-2:before { content: '\e932'; } /* '' */
.icon-sound:before { content: '\e932'; } /* '' */
.icon-help-circled-1:before { content: '\e933'; } /* '' */
.icon-clock-3:before { content: '\e933'; } /* '' */
.icon-info-circled-1:before { content: '\e934'; } /* '' */
.icon-lightbulb-1:before { content: '\e934'; } /* '' */
.icon-attention-1:before { content: '\e935'; } /* '' */
.icon-tv:before { content: '\e935'; } /* '' */
.icon-chat-2:before { content: '\e936'; } /* '' */
.icon-desktop-1:before { content: '\e936'; } /* '' */
.icon-comment-2:before { content: '\e937'; } /* '' */
.icon-mobile:before { content: '\e937'; } /* '' */
.icon-keyboard-1:before { content: '\e938'; } /* '' */
.icon-cd:before { content: '\e938'; } /* '' */
.icon-retweet-1:before { content: '\e939'; } /* '' */
.icon-inbox-2:before { content: '\e939'; } /* '' */
.icon-pencil-2:before { content: '\e93a'; } /* '' */
.icon-globe-3:before { content: '\e93a'; } /* '' */
.icon-feather:before { content: '\e93b'; } /* '' */
.icon-cloud-3:before { content: '\e93b'; } /* '' */
.icon-print-3:before { content: '\e93c'; } /* '' */
.icon-paper-plane:before { content: '\e93c'; } /* '' */
.icon-code-1:before { content: '\e93d'; } /* '' */
.icon-fire-2:before { content: '\e93d'; } /* '' */
.icon-quote:before { content: '\e93e'; } /* '' */
.icon-graduation-cap:before { content: '\e93e'; } /* '' */
.icon-forward-1:before { content: '\e93f'; } /* '' */
.icon-megaphone-1:before { content: '\e93f'; } /* '' */
.icon-reply-all-1:before { content: '\e940'; } /* '' */
.icon-database:before { content: '\e940'; } /* '' */
.icon-reply-1:before { content: '\e941'; } /* '' */
.icon-key-1:before { content: '\e941'; } /* '' */
.icon-upload-2:before { content: '\e942'; } /* '' */
.icon-beaker:before { content: '\e942'; } /* '' */
.icon-upload-cloud-2:before { content: '\e943'; } /* '' */
.icon-truck:before { content: '\e943'; } /* '' */
.icon-flag-1:before { content: '\e944'; } /* '' */
.icon-money:before { content: '\e944'; } /* '' */
.icon-tag-1:before { content: '\e945'; } /* '' */
.icon-food:before { content: '\e945'; } /* '' */
.icon-lock-open-2:before { content: '\e946'; } /* '' */
.icon-shop:before { content: '\e946'; } /* '' */
.icon-link-2:before { content: '\e947'; } /* '' */
.icon-diamond:before { content: '\e947'; } /* '' */
.icon-home-2:before { content: '\e948'; } /* '' */
.icon-t-shirt:before { content: '\e948'; } /* '' */
.icon-back:before { content: '\e949'; } /* '' */
.icon-wallet:before { content: '\e949'; } /* '' */
.icon-vcard:before { content: '\e94a'; } /* '' */
.icon-search-3:before { content: '\e94a'; } /* '' */
.icon-address:before { content: '\e94b'; } /* '' */
.icon-mail-3:before { content: '\e94b'; } /* '' */
.icon-location-1:before { content: '\e94c'; } /* '' */
.icon-heart-3:before { content: '\e94c'; } /* '' */
.icon-map-1:before { content: '\e94d'; } /* '' */
.icon-heart-empty-1:before { content: '\e94d'; } /* '' */
.icon-direction-1:before { content: '\e94e'; } /* '' */
.icon-star-3:before { content: '\e94e'; } /* '' */
.icon-compass-1:before { content: '\e94f'; } /* '' */
.icon-user-3:before { content: '\e94f'; } /* '' */
.icon-trash-3:before { content: '\e950'; } /* '' */
.icon-video-1:before { content: '\e950'; } /* '' */
.icon-doc-2:before { content: '\e951'; } /* '' */
.icon-picture-1:before { content: '\e951'; } /* '' */
.icon-docs-1:before { content: '\e952'; } /* '' */
.icon-th-large-1:before { content: '\e952'; } /* '' */
.icon-doc-landscape:before { content: '\e953'; } /* '' */
.icon-th-1:before { content: '\e953'; } /* '' */
.icon-doc-text-1:before { content: '\e954'; } /* '' */
.icon-th-list-2:before { content: '\e954'; } /* '' */
.icon-doc-text-inv-1:before { content: '\e955'; } /* '' */
.icon-ok-2:before { content: '\e955'; } /* '' */
.icon-book-open:before { content: '\e956'; } /* '' */
.icon-ok-circle:before { content: '\e956'; } /* '' */
.icon-book-1:before { content: '\e957'; } /* '' */
.icon-cancel-2:before { content: '\e957'; } /* '' */
.icon-left-circled-1:before { content: '\e958'; } /* '' */
.icon-cancel-circle:before { content: '\e958'; } /* '' */
.icon-cd:before { content: '\e959'; } /* '' */
.icon-plus-circle:before { content: '\e959'; } /* '' */
.icon-up-thin:before { content: '\e95a'; } /* '' */
.icon-minus-circle:before { content: '\e95a'; } /* '' */
.icon-right-thin:before { content: '\e95b'; } /* '' */
.icon-link:before { content: '\e95b'; } /* '' */
.icon-left-thin:before { content: '\e95c'; } /* '' */
.icon-attach-4:before { content: '\e95c'; } /* '' */
.icon-mobile-2:before { content: '\e95d'; } /* '' */
.icon-lock-4:before { content: '\e95d'; } /* '' */
.icon-water:before { content: '\e95e'; } /* '' */
.icon-lock-open-3:before { content: '\e95e'; } /* '' */
.icon-ticket-1:before { content: '\e95f'; } /* '' */
.icon-tag-2:before { content: '\e95f'; } /* '' */
.icon-cc-share:before { content: '\e960'; } /* '' */
.icon-reply:before { content: '\e960'; } /* '' */
.icon-cc-zero:before { content: '\e961'; } /* '' */
.icon-reply-all:before { content: '\e961'; } /* '' */
.icon-cc-pd:before { content: '\e962'; } /* '' */
.icon-forward-1:before { content: '\e962'; } /* '' */
.icon-cc-nc-eu:before { content: '\e963'; } /* '' */
.icon-code:before { content: '\e963'; } /* '' */
.icon-cc-nc-jp:before { content: '\e964'; } /* '' */
.icon-retweet-2:before { content: '\e964'; } /* '' */
.icon-cc-nc:before { content: '\e965'; } /* '' */
.icon-comment-4:before { content: '\e965'; } /* '' */
.icon-cc-by:before { content: '\e966'; } /* '' */
.icon-comment-alt-1:before { content: '\e966'; } /* '' */
.icon-magnet-1:before { content: '\e967'; } /* '' */
.icon-chat:before { content: '\e967'; } /* '' */
.icon-infinity:before { content: '\e968'; } /* '' */
.icon-attention:before { content: '\e968'; } /* '' */
.icon-progress-3:before { content: '\e969'; } /* '' */
.icon-location-3:before { content: '\e969'; } /* '' */
.icon-up-3:before { content: '\e96a'; } /* '' */
.icon-doc-4:before { content: '\e96a'; } /* '' */
.icon-right-bold-1:before { content: '\e96b'; } /* '' */
.icon-docs-landscape:before { content: '\e96b'; } /* '' */
.icon-resize-small-1:before { content: '\e96c'; } /* '' */
.icon-folder-3:before { content: '\e96c'; } /* '' */
.icon-block-2:before { content: '\e96d'; } /* '' */
.icon-archive:before { content: '\e96d'; } /* '' */
.icon-adjust-1:before { content: '\e96e'; } /* '' */
.icon-rss-2:before { content: '\e96e'; } /* '' */
.icon-down-bold-1:before { content: '\e96f'; } /* '' */
.icon-rss-alt:before { content: '\e96f'; } /* '' */
.icon-light-up:before { content: '\e970'; } /* '' */
.icon-cog-4:before { content: '\e970'; } /* '' */
.icon-up-dir-1:before { content: '\e971'; } /* '' */
.icon-logout:before { content: '\e971'; } /* '' */
.icon-list-add:before { content: '\e972'; } /* '' */
.icon-clock-4:before { content: '\e972'; } /* '' */
.icon-right-dir-1:before { content: '\e973'; } /* '' */
.icon-block-1:before { content: '\e973'; } /* '' */
.icon-down-dir-1:before { content: '\e974'; } /* '' */
.icon-resize-full-1:before { content: '\e974'; } /* '' */
.icon-lamp:before { content: '\e975'; } /* '' */
.icon-resize-full-circle:before { content: '\e975'; } /* '' */
.icon-volume:before { content: '\e976'; } /* '' */
.icon-popup:before { content: '\e976'; } /* '' */
.icon-right-3:before { content: '\e977'; } /* '' */
.icon-left-open-1:before { content: '\e977'; } /* '' */
.icon-left-3:before { content: '\e978'; } /* '' */
.icon-right-open-1:before { content: '\e978'; } /* '' */
.icon-sound:before { content: '\e979'; } /* '' */
.icon-down-circle:before { content: '\e979'; } /* '' */
.icon-progress-1:before { content: '\e97a'; } /* '' */
.icon-left-circle:before { content: '\e97a'; } /* '' */
.icon-progress-2:before { content: '\e97b'; } /* '' */
.icon-right-circle:before { content: '\e97b'; } /* '' */
.icon-cc-2:before { content: '\e97c'; } /* '' */
.icon-up-circle:before { content: '\e97c'; } /* '' */
.icon-brush-2:before { content: '\e97d'; } /* '' */
.icon-down-dir-1:before { content: '\e97d'; } /* '' */
.icon-erase:before { content: '\e97e'; } /* '' */
.icon-right-dir-1:before { content: '\e97e'; } /* '' */
.icon-target-1:before { content: '\e97f'; } /* '' */
.icon-down-micro:before { content: '\e97f'; } /* '' */
.icon-palette:before { content: '\e980'; } /* '' */
.icon-up-micro:before { content: '\e980'; } /* '' */
.icon-list-1:before { content: '\e981'; } /* '' */
.icon-cw-circle:before { content: '\e981'; } /* '' */
.icon-chart-pie-2:before { content: '\e982'; } /* '' */
.icon-arrows-cw-1:before { content: '\e982'; } /* '' */
.icon-cc-sa:before { content: '\e983'; } /* '' */
.icon-updown-circle:before { content: '\e983'; } /* '' */
.icon-cc-nd:before { content: '\e984'; } /* '' */
.icon-target-1:before { content: '\e984'; } /* '' */
.icon-chart-bar-2:before { content: '\e985'; } /* '' */
.icon-signal-1:before { content: '\e985'; } /* '' */
.icon-chart-line-1:before { content: '\e986'; } /* '' */
.icon-progress-0:before { content: '\e986'; } /* '' */
.icon-chart-area-1:before { content: '\e987'; } /* '' */
.icon-progress-1:before { content: '\e987'; } /* '' */
.icon-tape:before { content: '\e988'; } /* '' */
.icon-progress-2:before { content: '\e988'; } /* '' */
.icon-graduation-cap-1:before { content: '\e989'; } /* '' */
.icon-progress-3:before { content: '\e989'; } /* '' */
.icon-cc-remix:before { content: '\e98a'; } /* '' */
.icon-progress-4:before { content: '\e98a'; } /* '' */
.icon-back-in-time:before { content: '\e98b'; } /* '' */
.icon-progress-5:before { content: '\e98b'; } /* '' */
.icon-language-1:before { content: '\e98c'; } /* '' */
.icon-progress-6:before { content: '\e98c'; } /* '' */
.icon-trophy-1:before { content: '\e98d'; } /* '' */
.icon-progress-7:before { content: '\e98d'; } /* '' */
.icon-signal-1:before { content: '\e98e'; } /* '' */
.icon-font-1:before { content: '\e98e'; } /* '' */
.icon-left-bold-1:before { content: '\e98f'; } /* '' */
.icon-list-1:before { content: '\e98f'; } /* '' */
.icon-down-thin:before { content: '\e990'; } /* '' */
.icon-list-numbered:before { content: '\e990'; } /* '' */
.icon-monitor-1:before { content: '\e991'; } /* '' */
.icon-indent-left-1:before { content: '\e991'; } /* '' */
.icon-battery:before { content: '\e992'; } /* '' */
.icon-indent-right-1:before { content: '\e992'; } /* '' */
.icon-resize-full-2:before { content: '\e993'; } /* '' */
.icon-cloud-4:before { content: '\e993'; } /* '' */
.icon-left-dir-1:before { content: '\e994'; } /* '' */
.icon-terminal:before { content: '\e994'; } /* '' */
.icon-light-down:before { content: '\e995'; } /* '' */
.icon-facebook-rect:before { content: '\e995'; } /* '' */
.icon-clock-2:before { content: '\e996'; } /* '' */
.icon-twitter-bird:before { content: '\e996'; } /* '' */
.icon-attach-2:before { content: '\e997'; } /* '' */
.icon-vimeo-rect:before { content: '\e997'; } /* '' */
.icon-lock-2:before { content: '\e998'; } /* '' */
.icon-tumblr-rect:before { content: '\e998'; } /* '' */
.icon-hourglass-4:before { content: '\e999'; } /* '' */
.icon-googleplus-rect:before { content: '\e999'; } /* '' */
.icon-cup:before { content: '\e99a'; } /* '' */
.icon-linkedin-rect:before { content: '\e99a'; } /* '' */
.icon-bookmark-1:before { content: '\e99b'; } /* '' */
.icon-vkontakte-rect:before { content: '\e99b'; } /* '' */
.icon-bookmarks:before { content: '\e99c'; } /* '' */
.icon-youtube:before { content: '\e99c'; } /* '' */
.icon-eye-1:before { content: '\e99d'; } /* '' */
.icon-odnoklassniki-rect:before { content: '\e99d'; } /* '' */
.icon-thumbs-up-1:before { content: '\e99e'; } /* '' */
.icon-share-2:before { content: '\e99e'; } /* '' */
.icon-download-1:before { content: '\e99f'; } /* '' */
.icon-arrows-cw-2:before { content: '\e99f'; } /* '' */
.icon-window:before { content: '\e9a0'; } /* '' */
.icon-publish:before { content: '\e9a1'; } /* '' */
.icon-popup:before { content: '\e9a2'; } /* '' */
.icon-thumbs-down-1:before { content: '\e9a3'; } /* '' */
.icon-up-bold-1:before { content: '\e9a4'; } /* '' */
.icon-network:before { content: '\e9a5'; } /* '' */
.icon-droplet:before { content: '\e9a6'; } /* '' */
.icon-air:before { content: '\e9a7'; } /* '' */
.icon-credit-card-1:before { content: '\e9a8'; } /* '' */
.icon-inbox-1:before { content: '\e9a9'; } /* '' */
.icon-ccw-2:before { content: '\e9aa'; } /* '' */
.icon-down-circled-1:before { content: '\e9ab'; } /* '' */
.icon-arrow-combo:before { content: '\e9ac'; } /* '' */
.icon-folder-2:before { content: '\e9ad'; } /* '' */
.icon-box-2:before { content: '\e9ae'; } /* '' */
.icon-archive:before { content: '\e9af'; } /* '' */
.icon-rss-1:before { content: '\e9b0'; } /* '' */
.icon-cog-2:before { content: '\e9b1'; } /* '' */
.icon-up-open-3:before { content: '\e9b2'; } /* '' */
.icon-right-open-3:before { content: '\e9b3'; } /* '' */
.icon-left-open-3:before { content: '\e9b4'; } /* '' */
.icon-down-open-3:before { content: '\e9b5'; } /* '' */
.icon-up-circled-1:before { content: '\e9b6'; } /* '' */
.icon-right-circled-1:before { content: '\e9b7'; } /* '' */
.icon-cw-2:before { content: '\e9b8'; } /* '' */
.icon-globe-2:before { content: '\e9b9'; } /* '' */
.icon-clipboard:before { content: '\e9ba'; } /* '' */
.icon-level-down-1:before { content: '\e9bb'; } /* '' */
.icon-install:before { content: '\e9bc'; } /* '' */
.icon-floppy-1:before { content: '\e9bd'; } /* '' */
.icon-database-1:before { content: '\e9be'; } /* '' */
.icon-cloud-2:before { content: '\e9bf'; } /* '' */
.icon-cloud-thunder:before { content: '\e9c0'; } /* '' */
.icon-level-up-1:before { content: '\e9c1'; } /* '' */
.icon-arrows-ccw:before { content: '\e9c2'; } /* '' */
.icon-shuffle-1:before { content: '\e9c3'; } /* '' */
.icon-drive:before { content: '\e9c4'; } /* '' */
.icon-bucket:before { content: '\e9c5'; } /* '' */
.icon-switch:before { content: '\e9c6'; } /* '' */
.icon-flight-1:before { content: '\e9c7'; } /* '' */
.icon-moon-2:before { content: '\e9c8'; } /* '' */
.icon-loop:before { content: '\e9c9'; } /* '' */
.icon-flash-2:before { content: '\e9ca'; } /* '' */
.icon-thermometer-1:before { content: '\e9cb'; } /* '' */
.icon-key-2:before { content: '\e9cc'; } /* '' */
.icon-flow-cascade:before { content: '\e9cd'; } /* '' */
.icon-flow-branch:before { content: '\e9ce'; } /* '' */
.icon-flow-tree:before { content: '\e9cf'; } /* '' */
.icon-flow-line:before { content: '\e9d0'; } /* '' */
.icon-flow-parallel:before { content: '\e9d1'; } /* '' */
.icon-rocket-1:before { content: '\e9d2'; } /* '' */
.icon-gauge-1:before { content: '\e9d3'; } /* '' */
.icon-traffic-cone:before { content: '\e9d4'; } /* '' */
.icon-dot-2:before { content: '\e9d5'; } /* '' */
.icon-dot:before { content: '\e9d6'; } /* '' */
.icon-suitcase-1:before { content: '\e9d7'; } /* '' */
.icon-briefcase-1:before { content: '\e9d8'; } /* '' */
.icon-paper-plane-1:before { content: '\e9d9'; } /* '' */
.icon-play-2:before { content: '\e9da'; } /* '' */
.icon-stop-2:before { content: '\e9db'; } /* '' */
.icon-pause-2:before { content: '\e9dc'; } /* '' */
.icon-record:before { content: '\e9dd'; } /* '' */
.icon-to-start-1:before { content: '\e9de'; } /* '' */
.icon-fast-backward-1:before { content: '\e9df'; } /* '' */
.icon-progress-0:before { content: '\e9e0'; } /* '' */
.icon-right-open-big:before { content: '\e9e1'; } /* '' */
.icon-left-open-big:before { content: '\e9e2'; } /* '' */
.icon-up-open-mini:before { content: '\e9e3'; } /* '' */
.icon-right-open-mini:before { content: '\e9e4'; } /* '' */
.icon-down-open-mini:before { content: '\e9e5'; } /* '' */
.icon-logout-1:before { content: '\e9e6'; } /* '' */
.icon-login-2:before { content: '\e9e7'; } /* '' */
.icon-calendar-2:before { content: '\e9e8'; } /* '' */
.icon-bag:before { content: '\e9e9'; } /* '' */
.icon-left-open-mini:before { content: '\e9ea'; } /* '' */
.icon-to-end-1:before { content: '\e9eb'; } /* '' */
.icon-leaf-1:before { content: '\e9ec'; } /* '' */
.icon-lifebuoy-1:before { content: '\e9ed'; } /* '' */
.icon-mouse:before { content: '\e9ee'; } /* '' */
.icon-fast-forward-1:before { content: '\e9ef'; } /* '' */
.icon-up-open-big:before { content: '\e9f0'; } /* '' */
.icon-down-3:before { content: '\e9f1'; } /* '' */
.icon-dot-3:before { content: '\e9f2'; } /* '' */
.icon-down-open-big:before { content: '\e9f3'; } /* '' */
.icon-shareable:before { content: '\e9f4'; } /* '' */
.icon-basket-1:before { content: '\e9f5'; } /* '' */
.icon-mic-1:before { content: '\e9f6'; } /* '' */
.icon-mute-1:before { content: '\e9f7'; } /* '' */
.icon-tools:before { content: '\e9f8'; } /* '' */
.icon-phone-1:before { content: '\e9f9'; } /* '' */
.icon-newspaper-1:before { content: '\e9fa'; } /* '' */
.icon-megaphone-1:before { content: '\e9fb'; } /* '' */
.icon-music-outline:before { content: '\e9fc'; } /* '' */
.icon-cancel-outline:before { content: '\e9fd'; } /* '' */
.icon-contacts:before { content: '\e9fe'; } /* '' */
.icon-eject-1:before { content: '\e9ff'; } /* '' */
.icon-drizzle:before { content: '\ea00'; } /* '' */
.icon-flow-split:before { content: '\ea01'; } /* '' */
.icon-right-4:before { content: '\ea02'; } /* '' */
.icon-bookmark-2:before { content: '\ea03'; } /* '' */
.icon-calendar-3:before { content: '\ea04'; } /* '' */
.icon-music-2:before { content: '\ea05'; } /* '' */
.icon-cancel-2:before { content: '\ea06'; } /* '' */
.icon-flag-2:before { content: '\ea07'; } /* '' */
.icon-vcard-1:before { content: '\ea08'; } /* '' */
.icon-mic-outline:before { content: '\ea09'; } /* '' */
.icon-up-4:before { content: '\ea0a'; } /* '' */
.icon-eject-alt-outline:before { content: '\ea0b'; } /* '' */
.icon-snow:before { content: '\ea0c'; } /* '' */
.icon-flow-merge:before { content: '\ea0d'; } /* '' */
.icon-flow-parallel-1:before { content: '\ea0e'; } /* '' */
.icon-cloud-flash:before { content: '\ea0f'; } /* '' */
.icon-eject-alt:before { content: '\ea10'; } /* '' */
.icon-down-outline:before { content: '\ea11'; } /* '' */
.icon-flag-filled:before { content: '\ea12'; } /* '' */
.icon-search-outline:before { content: '\ea13'; } /* '' */
.icon-mic-2:before { content: '\ea14'; } /* '' */
.icon-cancel-alt:before { content: '\ea15'; } /* '' */
.icon-address-1:before { content: '\ea16'; } /* '' */
.icon-search-2:before { content: '\ea17'; } /* '' */
.icon-thumbs-up-2:before { content: '\ea18'; } /* '' */
.icon-location-outline:before { content: '\ea19'; } /* '' */
.icon-volume-off-1:before { content: '\ea1a'; } /* '' */
.icon-left-outline:before { content: '\ea1b'; } /* '' */
.icon-bat1:before { content: '\ea1c'; } /* '' */
.icon-cloud-wind:before { content: '\ea1d'; } /* '' */
.icon-flow-cross:before { content: '\ea1e'; } /* '' */
.icon-certificate-outline:before { content: '\ea1f'; } /* '' */
.icon-bat2:before { content: '\ea20'; } /* '' */
.icon-right-outline:before { content: '\ea21'; } /* '' */
.icon-mail-2:before { content: '\ea22'; } /* '' */
.icon-location-2:before { content: '\ea23'; } /* '' */
.icon-thumbs-down-2:before { content: '\ea24'; } /* '' */
.icon-cancel-circled-outline:before { content: '\ea25'; } /* '' */
.icon-heart-2:before { content: '\ea26'; } /* '' */
.icon-download-outline:before { content: '\ea27'; } /* '' */
.icon-map-2:before { content: '\ea28'; } /* '' */
.icon-up-outline:before { content: '\ea29'; } /* '' */
.icon-volume-middle:before { content: '\ea2a'; } /* '' */
.icon-bat3:before { content: '\ea2b'; } /* '' */
.icon-plane-outline:before { content: '\ea2c'; } /* '' */
.icon-certificate-1:before { content: '\ea2d'; } /* '' */
.icon-scissors-outline:before { content: '\ea2e'; } /* '' */
.icon-volume-high:before { content: '\ea2f'; } /* '' */
.icon-direction-outline:before { content: '\ea30'; } /* '' */
.icon-heart-filled:before { content: '\ea31'; } /* '' */
.icon-cancel-circled-2:before { content: '\ea32'; } /* '' */
.icon-bat4:before { content: '\ea33'; } /* '' */
.icon-wind:before { content: '\ea34'; } /* '' */
.icon-plane:before { content: '\ea35'; } /* '' */
.icon-leaf-2:before { content: '\ea36'; } /* '' */
.icon-down-small:before { content: '\ea37'; } /* '' */
.icon-left-small:before { content: '\ea38'; } /* '' */
.icon-download-2:before { content: '\ea39'; } /* '' */
.icon-upload-outline:before { content: '\ea3a'; } /* '' */
.icon-compass-2:before { content: '\ea3b'; } /* '' */
.icon-bat-charge:before { content: '\ea3c'; } /* '' */
.icon-plug-1:before { content: '\ea3d'; } /* '' */
.icon-lifebuoy-2:before { content: '\ea3e'; } /* '' */
.icon-flask:before { content: '\ea3f'; } /* '' */
.icon-wine:before { content: '\ea40'; } /* '' */
.icon-scissors-1:before { content: '\ea41'; } /* '' */
.icon-anchor-outline:before { content: '\ea42'; } /* '' */
.icon-anchor-1:before { content: '\ea43'; } /* '' */
.icon-beer-1:before { content: '\ea44'; } /* '' */
.icon-coffee-1:before { content: '\ea45'; } /* '' */
.icon-pipette:before { content: '\ea46'; } /* '' */
.icon-briefcase-2:before { content: '\ea47'; } /* '' */
.icon-target-2:before { content: '\ea48'; } /* '' */
.icon-wifi-1:before { content: '\ea49'; } /* '' */
.icon-arrows-cw-outline:before { content: '\ea4a'; } /* '' */
.icon-star-2:before { content: '\ea4b'; } /* '' */
.icon-star-filled:before { content: '\ea4c'; } /* '' */
.icon-user-outline:before { content: '\ea4d'; } /* '' */
.icon-user-2:before { content: '\ea4e'; } /* '' */
.icon-users-outline:before { content: '\ea4f'; } /* '' */
.icon-users-2:before { content: '\ea50'; } /* '' */
.icon-user-add-1:before { content: '\ea51'; } /* '' */
.icon-user-delete-outline:before { content: '\ea52'; } /* '' */
.icon-video-2:before { content: '\ea53'; } /* '' */
.icon-videocam-outline:before { content: '\ea54'; } /* '' */
.icon-picture-2:before { content: '\ea55'; } /* '' */
.icon-camera-2:before { content: '\ea56'; } /* '' */
.icon-th-1:before { content: '\ea57'; } /* '' */
.icon-th-large-outline:before { content: '\ea58'; } /* '' */
.icon-th-list-outline:before { content: '\ea59'; } /* '' */
.icon-th-list-1:before { content: '\ea5a'; } /* '' */
.icon-ok-1:before { content: '\ea5b'; } /* '' */
.icon-qrcode:before { content: '\ea5c'; } /* '' */
.icon-mail:before { content: '\ea5c'; } /* '' */
.icon-road:before { content: '\ea5d'; } /* '' */
.icon-heart:before { content: '\ea5d'; } /* '' */
.icon-off:before { content: '\ea5e'; } /* '' */
.icon-star:before { content: '\ea5e'; } /* '' */
.icon-briefcase:before { content: '\ea5f'; } /* '' */
.icon-star-empty:before { content: '\ea5f'; } /* '' */
.icon-ok:before { content: '\ea60'; } /* '' */
.icon-video-chat:before { content: '\ea60'; } /* '' */
.icon-cancel:before { content: '\ea61'; } /* '' */
.icon-picture:before { content: '\ea61'; } /* '' */
.icon-plus:before { content: '\ea62'; } /* '' */
.icon-camera:before { content: '\ea62'; } /* '' */
.icon-barcode:before { content: '\ea63'; } /* '' */
.icon-help-circled:before { content: '\ea63'; } /* '' */
.icon-help-circled-alt:before { content: '\ea64'; } /* '' */
.icon-photo-circled:before { content: '\ea64'; } /* '' */
.icon-home:before { content: '\ea65'; } /* '' */
.icon-th-large:before { content: '\ea65'; } /* '' */
.icon-pencil:before { content: '\ea66'; } /* '' */
.icon-th:before { content: '\ea66'; } /* '' */
.icon-attention:before { content: '\ea67'; } /* '' */
.icon-th-list:before { content: '\ea67'; } /* '' */
.icon-attention-alt:before { content: '\ea68'; } /* '' */
.icon-view-mode:before { content: '\ea68'; } /* '' */
.icon-cog:before { content: '\ea69'; } /* '' */
.icon-ok:before { content: '\ea69'; } /* '' */
.icon-clock:before { content: '\ea6a'; } /* '' */
.icon-ok-circled:before { content: '\ea6a'; } /* '' */
.icon-stopwatch:before { content: '\ea6b'; } /* '' */
.icon-ok-circled2:before { content: '\ea6b'; } /* '' */
.icon-hourglass:before { content: '\ea6c'; } /* '' */
.icon-glass:before { content: '\ea6c'; } /* '' */
.icon-left-fat:before { content: '\ea6d'; } /* '' */
.icon-music:before { content: '\ea6d'; } /* '' */
.icon-flash:before { content: '\ea6e'; } /* '' */
.icon-search:before { content: '\ea6e'; } /* '' */
.icon-cloud:before { content: '\ea6f'; } /* '' */
.icon-search-circled:before { content: '\ea6f'; } /* '' */
.icon-vector-pencil:before { content: '\ea70'; } /* '' */
.icon-mail:before { content: '\ea70'; } /* '' */
.icon-at:before { content: '\ea71'; } /* '' */
.icon-mail-circled:before { content: '\ea71'; } /* '' */
.icon-female:before { content: '\ea72'; } /* '' */
.icon-heart:before { content: '\ea72'; } /* '' */
.icon-male:before { content: '\ea73'; } /* '' */
.icon-heart-circled:before { content: '\ea73'; } /* '' */
.icon-king:before { content: '\ea74'; } /* '' */
.icon-heart-empty:before { content: '\ea74'; } /* '' */
.icon-anchor:before { content: '\ea75'; } /* '' */
.icon-star:before { content: '\ea75'; } /* '' */
.icon-search-3:before { content: '\ea76'; } /* '' */
.icon-mail-3:before { content: '\ea77'; } /* '' */
.icon-heart-3:before { content: '\ea78'; } /* '' */
.icon-heart-empty-2:before { content: '\ea79'; } /* '' */
.icon-star-3:before { content: '\ea7a'; } /* '' */
.icon-user-3:before { content: '\ea7b'; } /* '' */
.icon-video-3:before { content: '\ea7c'; } /* '' */
.icon-picture-3:before { content: '\ea7d'; } /* '' */
.icon-pin-2:before { content: '\ea7e'; } /* '' */
.icon-camera-3:before { content: '\ea7e'; } /* '' */
.icon-lock-open-1:before { content: '\ea7f'; } /* '' */
.icon-ok-2:before { content: '\ea7f'; } /* '' */
.icon-lock-1:before { content: '\ea80'; } /* '' */
.icon-ok-circle:before { content: '\ea80'; } /* '' */
.icon-attach-outline:before { content: '\ea81'; } /* '' */
.icon-cancel-3:before { content: '\ea81'; } /* '' */
.icon-link-1:before { content: '\ea82'; } /* '' */
.icon-cancel-circle:before { content: '\ea82'; } /* '' */
.icon-home-1:before { content: '\ea83'; } /* '' */
.icon-plus-2:before { content: '\ea83'; } /* '' */
.icon-home-outline:before { content: '\ea84'; } /* '' */
.icon-plus-circle:before { content: '\ea84'; } /* '' */
.icon-info-1:before { content: '\ea85'; } /* '' */
.icon-minus-2:before { content: '\ea85'; } /* '' */
.icon-info-outline:before { content: '\ea86'; } /* '' */
.icon-minus-circle:before { content: '\ea86'; } /* '' */
.icon-eq:before { content: '\ea87'; } /* '' */
.icon-help-2:before { content: '\ea87'; } /* '' */
.icon-eq-outline:before { content: '\ea88'; } /* '' */
.icon-info-2:before { content: '\ea88'; } /* '' */
.icon-divide:before { content: '\ea89'; } /* '' */
.icon-home-2:before { content: '\ea89'; } /* '' */
.icon-divide-outline:before { content: '\ea8a'; } /* '' */
.icon-link-2:before { content: '\ea8a'; } /* '' */
.icon-minus-1:before { content: '\ea8b'; } /* '' */
.icon-attach-2:before { content: '\ea8b'; } /* '' */
.icon-plus-outline:before { content: '\ea8c'; } /* '' */
.icon-lock-2:before { content: '\ea8c'; } /* '' */
.icon-direction-2:before { content: '\ea8d'; } /* '' */
.icon-lock-empty:before { content: '\ea8d'; } /* '' */
.icon-headphones-2:before { content: '\ea8e'; } /* '' */
.icon-lock-open-2:before { content: '\ea8e'; } /* '' */
.icon-wristwatch:before { content: '\ea8f'; } /* '' */
.icon-lock-open-empty:before { content: '\ea8f'; } /* '' */
.icon-target-outline:before { content: '\ea90'; } /* '' */
.icon-pin-1:before { content: '\ea90'; } /* '' */
.icon-wifi-outline:before { content: '\ea91'; } /* '' */
.icon-eye-3:before { content: '\ea91'; } /* '' */
.icon-upload-cloud-1:before { content: '\ea92'; } /* '' */
.icon-tag-3:before { content: '\ea92'; } /* '' */
.icon-reply-outline:before { content: '\ea93'; } /* '' */
.icon-tag-empty:before { content: '\ea93'; } /* '' */
.icon-upload-cloud-outline:before { content: '\ea94'; } /* '' */
.icon-download-3:before { content: '\ea94'; } /* '' */
.icon-trash-1:before { content: '\ea95'; } /* '' */
.icon-upload-2:before { content: '\ea95'; } /* '' */
.icon-doc-1:before { content: '\ea96'; } /* '' */
.icon-download-cloud-1:before { content: '\ea96'; } /* '' */
.icon-lightbulb-1:before { content: '\ea97'; } /* '' */
.icon-upload-cloud-2:before { content: '\ea97'; } /* '' */
.icon-up-small:before { content: '\ea98'; } /* '' */
.icon-quote-left-1:before { content: '\ea98'; } /* '' */
.icon-cw-outline:before { content: '\ea99'; } /* '' */
.icon-quote-right-1:before { content: '\ea99'; } /* '' */
.icon-cw-1:before { content: '\ea9a'; } /* '' */
.icon-quote-left-alt:before { content: '\ea9a'; } /* '' */
.icon-stopwatch-1:before { content: '\ea9b'; } /* '' */
.icon-quote-right-alt:before { content: '\ea9b'; } /* '' */
.icon-upload-1:before { content: '\ea9c'; } /* '' */
.icon-pencil-2:before { content: '\ea9c'; } /* '' */
.icon-plus-1:before { content: '\ea9d'; } /* '' */
.icon-pencil-neg:before { content: '\ea9d'; } /* '' */
.icon-rain:before { content: '\ea9e'; } /* '' */
.icon-waves:before { content: '\ea9f'; } /* '' */
.icon-waves-outline:before { content: '\eaa0'; } /* '' */
.icon-left-4:before { content: '\eaa1'; } /* '' */
.icon-warning-empty:before { content: '\eaa2'; } /* '' */
.icon-warning:before { content: '\eaa3'; } /* '' */
.icon-cancel-alt-filled:before { content: '\eaa4'; } /* '' */
.icon-pencil-alt:before { content: '\eaa4'; } /* '' */
.icon-doc-text-2:before { content: '\eaa5'; } /* '' */
.icon-undo:before { content: '\eaa5'; } /* '' */
.icon-contrast:before { content: '\eaa6'; } /* '' */
.icon-cog-outline:before { content: '\eaa6'; } /* '' */
.icon-reply-2:before { content: '\eaa7'; } /* '' */
.icon-comment-2:before { content: '\eaa7'; } /* '' */
.icon-doc-add:before { content: '\eaa8'; } /* '' */
.icon-comment-inv:before { content: '\eaa8'; } /* '' */
.icon-block-outline:before { content: '\eaa9'; } /* '' */
.icon-comment-alt:before { content: '\eaa9'; } /* '' */
.icon-doc-remove:before { content: '\eaaa'; } /* '' */
.icon-comment-inv-alt:before { content: '\eaaa'; } /* '' */
.icon-forward-2:before { content: '\eaab'; } /* '' */
.icon-comment-alt2:before { content: '\eaab'; } /* '' */
.icon-news:before { content: '\eaac'; } /* '' */
.icon-comment-inv-alt2:before { content: '\eaac'; } /* '' */
.icon-resize-full-outline:before { content: '\eaad'; } /* '' */
.icon-chat-2:before { content: '\eaad'; } /* '' */
.icon-block-1:before { content: '\eaae'; } /* '' */
.icon-chat-inv:before { content: '\eaae'; } /* '' */
.icon-loop-outline:before { content: '\eaaf'; } /* '' */
.icon-location-3:before { content: '\eaaf'; } /* '' */
.icon-power:before { content: '\eab0'; } /* '' */
.icon-location-inv:before { content: '\eab0'; } /* '' */
.icon-check-outline:before { content: '\eab1'; } /* '' */
.icon-location-alt:before { content: '\eab1'; } /* '' */
.icon-power-outline:before { content: '\eab2'; } /* '' */
.icon-compass-3:before { content: '\eab2'; } /* '' */
.icon-puzzle-outline:before { content: '\eab3'; } /* '' */
.icon-trash-2:before { content: '\eab3'; } /* '' */
.icon-puzzle-1:before { content: '\eab4'; } /* '' */
.icon-trash-empty-1:before { content: '\eab4'; } /* '' */
.icon-check-2:before { content: '\eab5'; } /* '' */
.icon-doc-2:before { content: '\eab5'; } /* '' */
.icon-code-outline:before { content: '\eab6'; } /* '' */
.icon-doc-inv-1:before { content: '\eab6'; } /* '' */
.icon-loop-alt-outline:before { content: '\eab7'; } /* '' */
.icon-doc-alt:before { content: '\eab7'; } /* '' */
.icon-gift-1:before { content: '\eab8'; } /* '' */
.icon-doc-inv-alt:before { content: '\eab8'; } /* '' */
.icon-tree-3:before { content: '\eab9'; } /* '' */
.icon-article:before { content: '\eab9'; } /* '' */
.icon-folder-delete:before { content: '\eaba'; } /* '' */
.icon-article-alt:before { content: '\eaba'; } /* '' */
.icon-export-outline:before { content: '\eabb'; } /* '' */
.icon-book-open-1:before { content: '\eabb'; } /* '' */
.icon-move-outline:before { content: '\eabc'; } /* '' */
.icon-folder-2:before { content: '\eabc'; } /* '' */
.icon-shuffle-2:before { content: '\eabd'; } /* '' */
.icon-folder-empty-1:before { content: '\eabd'; } /* '' */
.icon-globe-outline:before { content: '\eabe'; } /* '' */
.icon-box-2:before { content: '\eabe'; } /* '' */
.icon-pi-outline:before { content: '\eabf'; } /* '' */
.icon-rss-3:before { content: '\eabf'; } /* '' */
.icon-looped-square-outline:before { content: '\eac0'; } /* '' */
.icon-rss-alt:before { content: '\eac0'; } /* '' */
.icon-sort-alphabet-outline:before { content: '\eac1'; } /* '' */
.icon-cog-2:before { content: '\eac1'; } /* '' */
.icon-sort-alphabet:before { content: '\eac2'; } /* '' */
.icon-wrench-2:before { content: '\eac2'; } /* '' */
.icon-sort-numeric-outline:before { content: '\eac3'; } /* '' */
.icon-share-3:before { content: '\eac3'; } /* '' */
.icon-sort-numeric:before { content: '\eac4'; } /* '' */
.icon-calendar-3:before { content: '\eac4'; } /* '' */
.icon-key-outline:before { content: '\eac5'; } /* '' */
.icon-calendar-inv:before { content: '\eac5'; } /* '' */
.icon-key-1:before { content: '\eac6'; } /* '' */
.icon-calendar-alt:before { content: '\eac6'; } /* '' */
.icon-cog-1:before { content: '\eac7'; } /* '' */
.icon-mic-3:before { content: '\eac7'; } /* '' */
.icon-bell-1:before { content: '\eac8'; } /* '' */
.icon-volume-off-2:before { content: '\eac8'; } /* '' */
.icon-fast-fw-outline:before { content: '\eac9'; } /* '' */
.icon-volume-up-1:before { content: '\eac9'; } /* '' */
.icon-resize-full-1:before { content: '\eaca'; } /* '' */
.icon-headphones-1:before { content: '\eaca'; } /* '' */
.icon-resize-normal:before { content: '\eacb'; } /* '' */
.icon-clock-2:before { content: '\eacb'; } /* '' */
.icon-archive-1:before { content: '\eacc'; } /* '' */
.icon-lamp-1:before { content: '\eacc'; } /* '' */
.icon-comment-1:before { content: '\eacd'; } /* '' */
.icon-block-2:before { content: '\eacd'; } /* '' */
.icon-feather-1:before { content: '\eace'; } /* '' */
.icon-resize-full-2:before { content: '\eace'; } /* '' */
.icon-phone-outline:before { content: '\eacf'; } /* '' */
.icon-resize-full-alt-1:before { content: '\eacf'; } /* '' */
.icon-phone-2:before { content: '\ead0'; } /* '' */
.icon-resize-small-2:before { content: '\ead0'; } /* '' */
.icon-zoom-out-outline:before { content: '\ead1'; } /* '' */
.icon-resize-small-alt:before { content: '\ead1'; } /* '' */
.icon-zoom-in-2:before { content: '\ead2'; } /* '' */
.icon-resize-vertical-1:before { content: '\ead2'; } /* '' */
.icon-zoom-in-outline:before { content: '\ead3'; } /* '' */
.icon-resize-horizontal-1:before { content: '\ead3'; } /* '' */
.icon-stop-outline:before { content: '\ead4'; } /* '' */
.icon-move-1:before { content: '\ead4'; } /* '' */
.icon-stop-1:before { content: '\ead5'; } /* '' */
.icon-popup-1:before { content: '\ead5'; } /* '' */
.icon-pause-outline:before { content: '\ead6'; } /* '' */
.icon-down-5:before { content: '\ead6'; } /* '' */
.icon-pause-1:before { content: '\ead7'; } /* '' */
.icon-left-5:before { content: '\ead7'; } /* '' */
.icon-sun-filled:before { content: '\ead8'; } /* '' */
.icon-right-5:before { content: '\ead8'; } /* '' */
.icon-sun-3:before { content: '\ead9'; } /* '' */
.icon-up-5:before { content: '\ead9'; } /* '' */
.icon-chart-1:before { content: '\eada'; } /* '' */
.icon-down-circle:before { content: '\eada'; } /* '' */
.icon-chart-alt-outline:before { content: '\eadb'; } /* '' */
.icon-left-circle:before { content: '\eadb'; } /* '' */
.icon-pi:before { content: '\eadc'; } /* '' */
.icon-right-circle:before { content: '\eadc'; } /* '' */
.icon-at-3:before { content: '\eadd'; } /* '' */
.icon-up-circle:before { content: '\eadd'; } /* '' */
.icon-at-circled:before { content: '\eade'; } /* '' */
.icon-cw-2:before { content: '\eade'; } /* '' */
.icon-infinity-1:before { content: '\eadf'; } /* '' */
.icon-loop-1:before { content: '\eadf'; } /* '' */
.icon-chart-outline:before { content: '\eae0'; } /* '' */
.icon-loop-alt:before { content: '\eae0'; } /* '' */
.icon-temperatire:before { content: '\eae1'; } /* '' */
.icon-exchange-1:before { content: '\eae1'; } /* '' */
.icon-calculator:before { content: '\eae2'; } /* '' */
.icon-split:before { content: '\eae2'; } /* '' */
.icon-infinity-outline:before { content: '\eae3'; } /* '' */
.icon-arrow-curved:before { content: '\eae3'; } /* '' */
.icon-loop-alt-1:before { content: '\eae4'; } /* '' */
.icon-play-2:before { content: '\eae4'; } /* '' */
.icon-desktop-1:before { content: '\eae5'; } /* '' */
.icon-play-circle2:before { content: '\eae5'; } /* '' */
.icon-laptop-1:before { content: '\eae6'; } /* '' */
.icon-stop-2:before { content: '\eae6'; } /* '' */
.icon-tablet-2:before { content: '\eae7'; } /* '' */
.icon-pause-2:before { content: '\eae7'; } /* '' */
.icon-mobile-1:before { content: '\eae8'; } /* '' */
.icon-to-start-2:before { content: '\eae8'; } /* '' */
.icon-pencil-1:before { content: '\eae9'; } /* '' */
.icon-to-end-2:before { content: '\eae9'; } /* '' */
.icon-pen:before { content: '\eaea'; } /* '' */
.icon-eject-2:before { content: '\eaea'; } /* '' */
.icon-box-1:before { content: '\eaeb'; } /* '' */
.icon-target-3:before { content: '\eaeb'; } /* '' */
.icon-rss-outline:before { content: '\eaec'; } /* '' */
.icon-signal-2:before { content: '\eaec'; } /* '' */
.icon-move-2:before { content: '\eaed'; } /* '' */
.icon-award-1:before { content: '\eaed'; } /* '' */
.icon-popup-3:before { content: '\eaee'; } /* '' */
.icon-award-empty:before { content: '\eaee'; } /* '' */
.icon-play-outline:before { content: '\eaef'; } /* '' */
.icon-list-2:before { content: '\eaef'; } /* '' */
.icon-play-1:before { content: '\eaf0'; } /* '' */
.icon-list-nested:before { content: '\eaf0'; } /* '' */
.icon-globe-1:before { content: '\eaf1'; } /* '' */
.icon-bat-empty:before { content: '\eaf1'; } /* '' */
.icon-globe-alt-outline:before { content: '\eaf2'; } /* '' */
.icon-bat-half:before { content: '\eaf2'; } /* '' */
.icon-chart-alt:before { content: '\eaf3'; } /* '' */
.icon-bat-full:before { content: '\eaf3'; } /* '' */
.icon-chart-bar-outline:before { content: '\eaf4'; } /* '' */
.icon-bat-charge-1:before { content: '\eaf4'; } /* '' */
.icon-chart-bar-1:before { content: '\eaf5'; } /* '' */
.icon-mobile-2:before { content: '\eaf5'; } /* '' */
.icon-chart-pie-outline:before { content: '\eaf6'; } /* '' */
.icon-cd-1:before { content: '\eaf6'; } /* '' */
.icon-chart-pie-1:before { content: '\eaf7'; } /* '' */
.icon-equalizer:before { content: '\eaf7'; } /* '' */
.icon-ticket-2:before { content: '\eaf8'; } /* '' */
.icon-cursor:before { content: '\eaf8'; } /* '' */
.icon-credit-card-2:before { content: '\eaf9'; } /* '' */
.icon-aperture:before { content: '\eaf9'; } /* '' */
.icon-clipboard-1:before { content: '\eafa'; } /* '' */
.icon-aperture-alt:before { content: '\eafa'; } /* '' */
.icon-database-2:before { content: '\eafb'; } /* '' */
.icon-steering-wheel:before { content: '\eafb'; } /* '' */
.icon-left-open-outline:before { content: '\eafc'; } /* '' */
.icon-book-2:before { content: '\eafc'; } /* '' */
.icon-left-open-4:before { content: '\eafd'; } /* '' */
.icon-book-alt:before { content: '\eafd'; } /* '' */
.icon-brush-2:before { content: '\eafe'; } /* '' */
.icon-brush-alt:before { content: '\eaff'; } /* '' */
.icon-eyedropper-1:before { content: '\eb00'; } /* '' */
.icon-layers:before { content: '\eb01'; } /* '' */
.icon-layers-alt:before { content: '\eb02'; } /* '' */
.icon-sun-1:before { content: '\eb03'; } /* '' */
.icon-sun-inv:before { content: '\eb04'; } /* '' */
.icon-cloud-2:before { content: '\eb05'; } /* '' */
.icon-rain-1:before { content: '\eb06'; } /* '' */
.icon-flash-2:before { content: '\eb07'; } /* '' */
.icon-moon-2:before { content: '\eb08'; } /* '' */
.icon-moon-inv:before { content: '\eb09'; } /* '' */
.icon-umbrella-1:before { content: '\eb0a'; } /* '' */
.icon-chart-bar-2:before { content: '\eb0b'; } /* '' */
.icon-chart-pie-2:before { content: '\eb0c'; } /* '' */
.icon-chart-pie-alt:before { content: '\eb0d'; } /* '' */
.icon-key-2:before { content: '\eb0e'; } /* '' */
.icon-key-inv:before { content: '\eb0f'; } /* '' */
.icon-hash-1:before { content: '\eb10'; } /* '' */
.icon-at-1:before { content: '\eb11'; } /* '' */
.icon-pilcrow:before { content: '\eb12'; } /* '' */
.icon-dial:before { content: '\eb13'; } /* '' */
.icon-search-4:before { content: '\eb14'; } /* '' */
.icon-mail-4:before { content: '\eb15'; } /* '' */
.icon-heart-4:before { content: '\eb16'; } /* '' */
.icon-star-4:before { content: '\eb17'; } /* '' */
.icon-user-4:before { content: '\eb18'; } /* '' */
.icon-user-woman:before { content: '\eb19'; } /* '' */
.icon-user-pair:before { content: '\eb1a'; } /* '' */
.icon-video-alt:before { content: '\eb1b'; } /* '' */
.icon-videocam-1:before { content: '\eb1c'; } /* '' */
.icon-videocam-alt:before { content: '\eb1d'; } /* '' */
.icon-camera-4:before { content: '\eb1e'; } /* '' */
.icon-th-2:before { content: '\eb1f'; } /* '' */
.icon-th-list-2:before { content: '\eb20'; } /* '' */
.icon-ok-3:before { content: '\eb21'; } /* '' */
.icon-cancel-4:before { content: '\eb22'; } /* '' */
.icon-cancel-circle-1:before { content: '\eb23'; } /* '' */
.icon-plus-3:before { content: '\eb24'; } /* '' */
.icon-home-3:before { content: '\eb25'; } /* '' */
.icon-lock-3:before { content: '\eb26'; } /* '' */
.icon-lock-open-3:before { content: '\eb27'; } /* '' */
.icon-eye-4:before { content: '\eb28'; } /* '' */
.icon-tag-4:before { content: '\eb29'; } /* '' */
.icon-thumbs-up-3:before { content: '\eb2a'; } /* '' */
.icon-thumbs-down-3:before { content: '\eb2b'; } /* '' */
.icon-download-4:before { content: '\eb2c'; } /* '' */
.icon-export-2:before { content: '\eb2d'; } /* '' */
.icon-pencil-3:before { content: '\eb2e'; } /* '' */
.icon-pencil-alt-1:before { content: '\eb2f'; } /* '' */
.icon-edit-1:before { content: '\eb30'; } /* '' */
.icon-chat-3:before { content: '\eb31'; } /* '' */
.icon-print-2:before { content: '\eb32'; } /* '' */
.icon-bell-2:before { content: '\eb33'; } /* '' */
.icon-attention-3:before { content: '\eb34'; } /* '' */
.icon-info-3:before { content: '\eb35'; } /* '' */
.icon-question:before { content: '\eb36'; } /* '' */
.icon-location-4:before { content: '\eb37'; } /* '' */
.icon-trash-3:before { content: '\eb38'; } /* '' */
.icon-doc-3:before { content: '\eb39'; } /* '' */
.icon-article-1:before { content: '\eb3a'; } /* '' */
.icon-article-alt-1:before { content: '\eb3b'; } /* '' */
.icon-rss-4:before { content: '\eb3c'; } /* '' */
.icon-wrench-3:before { content: '\eb3d'; } /* '' */
.icon-basket-3:before { content: '\eb3e'; } /* '' */
.icon-basket-alt:before { content: '\eb3f'; } /* '' */
.icon-calendar-4:before { content: '\eb40'; } /* '' */
.icon-calendar-alt-1:before { content: '\eb41'; } /* '' */
.icon-volume-off-3:before { content: '\eb42'; } /* '' */
.icon-volume-down-1:before { content: '\eb43'; } /* '' */
.icon-volume-up-2:before { content: '\eb44'; } /* '' */
.icon-bullhorn:before { content: '\eb45'; } /* '' */
.icon-clock-3:before { content: '\eb46'; } /* '' */
.icon-clock-alt:before { content: '\eb47'; } /* '' */
.icon-stop-3:before { content: '\eb48'; } /* '' */
.icon-resize-full-3:before { content: '\eb49'; } /* '' */
.icon-resize-small-3:before { content: '\eb4a'; } /* '' */
.icon-zoom-in-1:before { content: '\eb4b'; } /* '' */
.icon-zoom-out-1:before { content: '\eb4c'; } /* '' */
.icon-popup-2:before { content: '\eb4d'; } /* '' */
.icon-down-dir-2:before { content: '\eb4e'; } /* '' */
.icon-left-dir-2:before { content: '\eb4f'; } /* '' */
.icon-right-dir-2:before { content: '\eb50'; } /* '' */
.icon-up-dir-2:before { content: '\eb51'; } /* '' */
.icon-down-6:before { content: '\eb52'; } /* '' */
.icon-up-6:before { content: '\eb53'; } /* '' */
.icon-cw-3:before { content: '\eb54'; } /* '' */
.icon-signal-3:before { content: '\eb55'; } /* '' */
.icon-award-2:before { content: '\eb56'; } /* '' */
.icon-mobile-3:before { content: '\eb57'; } /* '' */
.icon-mobile-alt:before { content: '\eb58'; } /* '' */
.icon-tablet-1:before { content: '\eb59'; } /* '' */
.icon-ipod:before { content: '\eb5a'; } /* '' */
.icon-cd-2:before { content: '\eb5b'; } /* '' */
.icon-grid:before { content: '\eb5c'; } /* '' */
.icon-book-3:before { content: '\eb5d'; } /* '' */
.icon-easel:before { content: '\eb5e'; } /* '' */
.icon-globe-2:before { content: '\eb5f'; } /* '' */
.icon-chart:before { content: '\eb60'; } /* '' */
.icon-chart-bar-3:before { content: '\eb61'; } /* '' */
.icon-chart-pie-3:before { content: '\eb62'; } /* '' */
.icon-dollar-1:before { content: '\eb63'; } /* '' */
.icon-at-2:before { content: '\eb64'; } /* '' */
.icon-colon:before { content: '\eb65'; } /* '' */
.icon-semicolon:before { content: '\eb66'; } /* '' */
.icon-squares:before { content: '\eb67'; } /* '' */
.icon-money-1:before { content: '\eb68'; } /* '' */
.icon-facebook-5:before { content: '\eb69'; } /* '' */
.icon-facebook-rect-1:before { content: '\eb6a'; } /* '' */
.icon-twitter-bird-1:before { content: '\eb6b'; } /* '' */
.icon-youtube-2:before { content: '\eb6c'; } /* '' */
.icon-windy-rain-inv:before { content: '\eb6d'; } /* '' */
.icon-snow-inv:before { content: '\eb6e'; } /* '' */
.icon-snow-heavy-inv:before { content: '\eb6f'; } /* '' */
.icon-hail-inv:before { content: '\eb70'; } /* '' */
.icon-clouds-inv:before { content: '\eb71'; } /* '' */
.icon-clouds-flash-inv:before { content: '\eb72'; } /* '' */
.icon-temperature:before { content: '\eb73'; } /* '' */
.icon-compass-4:before { content: '\eb74'; } /* '' */
.icon-na:before { content: '\eb75'; } /* '' */
.icon-celcius:before { content: '\eb76'; } /* '' */
.icon-fahrenheit:before { content: '\eb77'; } /* '' */
.icon-clouds-flash-alt:before { content: '\eb78'; } /* '' */
.icon-sun-inv-1:before { content: '\eb79'; } /* '' */
.icon-moon-inv-1:before { content: '\eb7a'; } /* '' */
.icon-cloud-sun-inv:before { content: '\eb7b'; } /* '' */
.icon-cloud-moon-inv:before { content: '\eb7c'; } /* '' */
.icon-cloud-inv:before { content: '\eb7d'; } /* '' */
.icon-cloud-flash-inv:before { content: '\eb7e'; } /* '' */
.icon-drizzle-inv:before { content: '\eb7f'; } /* '' */
.icon-rain-inv:before { content: '\eb80'; } /* '' */
.icon-windy-inv:before { content: '\eb81'; } /* '' */
.icon-sunrise:before { content: '\eb82'; } /* '' */
.icon-sun-2:before { content: '\eb83'; } /* '' */
.icon-moon-3:before { content: '\eb84'; } /* '' */
.icon-eclipse:before { content: '\eb85'; } /* '' */
.icon-mist:before { content: '\eb86'; } /* '' */
.icon-wind-1:before { content: '\eb87'; } /* '' */
.icon-snowflake:before { content: '\eb88'; } /* '' */
.icon-cloud-sun-1:before { content: '\eb89'; } /* '' */
.icon-cloud-moon:before { content: '\eb8a'; } /* '' */
.icon-fog-sun:before { content: '\eb8b'; } /* '' */
.icon-fog-moon:before { content: '\eb8c'; } /* '' */
.icon-fog-cloud:before { content: '\eb8d'; } /* '' */
.icon-fog:before { content: '\eb8e'; } /* '' */
.icon-cloud-3:before { content: '\eb8f'; } /* '' */
.icon-cloud-flash-1:before { content: '\eb90'; } /* '' */
.icon-cloud-flash-alt:before { content: '\eb91'; } /* '' */
.icon-drizzle-1:before { content: '\eb92'; } /* '' */
.icon-rain-2:before { content: '\eb93'; } /* '' */
.icon-windy:before { content: '\eb94'; } /* '' */
.icon-windy-rain:before { content: '\eb95'; } /* '' */
.icon-snow-1:before { content: '\eb96'; } /* '' */
.icon-snow-alt:before { content: '\eb97'; } /* '' */
.icon-snow-heavy:before { content: '\eb98'; } /* '' */
.icon-hail:before { content: '\eb99'; } /* '' */
.icon-clouds:before { content: '\eb9a'; } /* '' */
.icon-clouds-flash:before { content: '\eb9b'; } /* '' */
.icon-down-open-1:before { content: '\f004'; } /* '' */
.icon-up-open-1:before { content: '\f005'; } /* '' */
.icon-right-open-1:before { content: '\f006'; } /* '' */
.icon-left-open-1:before { content: '\f007'; } /* '' */
.icon-menu:before { content: '\f008'; } /* '' */
.icon-th-list:before { content: '\f009'; } /* '' */
.icon-th-thumb:before { content: '\f00a'; } /* '' */
.icon-th-thumb-empty:before { content: '\f00b'; } /* '' */
.icon-coverflow:before { content: '\f00c'; } /* '' */
.icon-coverflow-empty:before { content: '\f00d'; } /* '' */
.icon-pause:before { content: '\f00e'; } /* '' */
.icon-play:before { content: '\f00f'; } /* '' */
.icon-to-end:before { content: '\f010'; } /* '' */
.icon-to-start:before { content: '\f011'; } /* '' */
.icon-fast-forward:before { content: '\f012'; } /* '' */
.icon-fast-backward:before { content: '\f013'; } /* '' */
.icon-upload-cloud:before { content: '\f014'; } /* '' */
.icon-download-cloud:before { content: '\f015'; } /* '' */
.icon-data-science:before { content: '\f016'; } /* '' */
.icon-data-science-inv:before { content: '\f017'; } /* '' */
.icon-globe:before { content: '\f018'; } /* '' */
.icon-globe-inv:before { content: '\f019'; } /* '' */
.icon-math:before { content: '\f01a'; } /* '' */
.icon-math-circled-empty:before { content: '\f01b'; } /* '' */
.icon-math-circled:before { content: '\f01c'; } /* '' */
.icon-paper-plane:before { content: '\f01d'; } /* '' */
.icon-paper-plane-alt2:before { content: '\f01e'; } /* '' */
.icon-paper-plane-alt:before { content: '\f01f'; } /* '' */
.icon-color-adjust:before { content: '\f020'; } /* '' */
.icon-star-half:before { content: '\f022'; } /* '' */
.icon-star-half_empty:before { content: '\f024'; } /* '' */
.icon-ccw-1:before { content: '\f025'; } /* '' */
.icon-heart-broken:before { content: '\f028'; } /* '' */
.icon-hash:before { content: '\f029'; } /* '' */
.icon-reply:before { content: '\f02a'; } /* '' */
.icon-retweet:before { content: '\f02b'; } /* '' */
.icon-login:before { content: '\f02c'; } /* '' */
.icon-logout:before { content: '\f02d'; } /* '' */
.icon-download:before { content: '\f02e'; } /* '' */
.icon-upload:before { content: '\f02f'; } /* '' */
.icon-location:before { content: '\f031'; } /* '' */
.icon-monitor:before { content: '\f032'; } /* '' */
.icon-tablet:before { content: '\f033'; } /* '' */
.icon-mobile:before { content: '\f034'; } /* '' */
.icon-connected-object:before { content: '\f035'; } /* '' */
.icon-isight:before { content: '\f039'; } /* '' */
.icon-videocam:before { content: '\f03a'; } /* '' */
.icon-shuffle:before { content: '\f03b'; } /* '' */
.icon-chat:before { content: '\f03d'; } /* '' */
.icon-bell:before { content: '\f03f'; } /* '' */
.icon-movie:before { content: '\f040'; } /* '' */
.icon-ruler:before { content: '\f044'; } /* '' */
.icon-vector:before { content: '\f045'; } /* '' */
.icon-doc-1:before { content: '\f047'; } /* '' */
.icon-mic-off:before { content: '\f047'; } /* '' */
.icon-mic:before { content: '\f048'; } /* '' */
.icon-doc:before { content: '\f04a'; } /* '' */
.icon-dribbble-circled-2:before { content: '\f04f'; } /* '' */
.icon-dribbble-2:before { content: '\f050'; } /* '' */
.icon-facebook-circled-2:before { content: '\f051'; } /* '' */
.icon-facebook-2:before { content: '\f052'; } /* '' */
.icon-github-circled-alt:before { content: '\f053'; } /* '' */
.icon-github-circled-2:before { content: '\f054'; } /* '' */
.icon-github-2:before { content: '\f055'; } /* '' */
.icon-github-circled-alt2:before { content: '\f056'; } /* '' */
.icon-twitter-circled-2:before { content: '\f057'; } /* '' */
.icon-twitter-2:before { content: '\f058'; } /* '' */
.icon-gplus-circled-1:before { content: '\f059'; } /* '' */
.icon-gplus-1:before { content: '\f05a'; } /* '' */
.icon-linkedin-circled-2:before { content: '\f05b'; } /* '' */
.icon-linkedin-2:before { content: '\f05c'; } /* '' */
.icon-instagram-1:before { content: '\f05d'; } /* '' */
.icon-instagram-circled:before { content: '\f05e'; } /* '' */
.icon-mfg-logo:before { content: '\f05f'; } /* '' */
.icon-mfg-logo-circled:before { content: '\f060'; } /* '' */
.icon-user:before { content: '\f061'; } /* '' */
.icon-user-male:before { content: '\f062'; } /* '' */
.icon-user-female:before { content: '\f063'; } /* '' */
.icon-users:before { content: '\f064'; } /* '' */
.icon-folder:before { content: '\f067'; } /* '' */
.icon-folder-open:before { content: '\f068'; } /* '' */
.icon-folder-empty:before { content: '\f069'; } /* '' */
.icon-attach:before { content: '\f06a'; } /* '' */
.icon-ok-circled:before { content: '\f06d'; } /* '' */
.icon-cancel-circled:before { content: '\f06e'; } /* '' */
.icon-inbox:before { content: '\f070'; } /* '' */
.icon-trophy:before { content: '\f074'; } /* '' */
.icon-lock-open-alt:before { content: '\f075'; } /* '' */
.icon-link:before { content: '\f07b'; } /* '' */
.icon-zoom-in:before { content: '\f07e'; } /* '' */
.icon-zoom-out:before { content: '\f07f'; } /* '' */
.icon-stop:before { content: '\f080'; } /* '' */
.icon-export:before { content: '\f081'; } /* '' */
.icon-eye:before { content: '\f082'; } /* '' */
.icon-trash:before { content: '\f083'; } /* '' */
.icon-hdd:before { content: '\f084'; } /* '' */
.icon-info-circled:before { content: '\f085'; } /* '' */
.icon-info-circled-alt:before { content: '\f086'; } /* '' */
.icon-print:before { content: '\f087'; } /* '' */
.icon-fontsize:before { content: '\f088'; } /* '' */
.icon-soundcloud-1:before { content: '\f089'; } /* '' */
.icon-soundcloud-circled:before { content: '\f08a'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */
.icon-check-empty:before { content: '\f096'; } /* '' */
.icon-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-phone-squared:before { content: '\f098'; } /* '' */
.icon-twitter-4:before { content: '\f099'; } /* '' */
.icon-facebook-4:before { content: '\f09a'; } /* '' */
.icon-github-circled-3:before { content: '\f09b'; } /* '' */
.icon-rss-1:before { content: '\f09e'; } /* '' */
.icon-hdd-1:before { content: '\f0a0'; } /* '' */
.icon-certificate:before { content: '\f0a3'; } /* '' */
.icon-left-circled:before { content: '\f0a8'; } /* '' */
.icon-right-circled:before { content: '\f0a9'; } /* '' */
.icon-up-circled:before { content: '\f0aa'; } /* '' */
.icon-down-circled:before { content: '\f0ab'; } /* '' */
.icon-tasks:before { content: '\f0ae'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-blank:before { content: '\f0c8'; } /* '' */
.icon-menu-1:before { content: '\f0c9'; } /* '' */
.icon-list-bullet:before { content: '\f0ca'; } /* '' */
.icon-list-numbered:before { content: '\f0cb'; } /* '' */
.icon-strike:before { content: '\f0cc'; } /* '' */
.icon-underline:before { content: '\f0cd'; } /* '' */
.icon-table:before { content: '\f0ce'; } /* '' */
.icon-magic:before { content: '\f0d0'; } /* '' */
.icon-pinterest-circled-2:before { content: '\f0d2'; } /* '' */
.icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.icon-gplus-squared:before { content: '\f0d4'; } /* '' */
.icon-gplus-2:before { content: '\f0d5'; } /* '' */
.icon-money:before { content: '\f0d6'; } /* '' */
.icon-columns:before { content: '\f0db'; } /* '' */
.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-sort-down:before { content: '\f0dd'; } /* '' */
.icon-sort-up:before { content: '\f0de'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin-4:before { content: '\f0e1'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-sitemap:before { content: '\f0e8'; } /* '' */
.icon-paste:before { content: '\f0ea'; } /* '' */
.icon-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-exchange:before { content: '\f0ec'; } /* '' */
.icon-download-cloud-1:before { content: '\f0ed'; } /* '' */
.icon-upload-cloud-1:before { content: '\f0ee'; } /* '' */
.icon-user-md:before { content: '\f0f0'; } /* '' */
.icon-stethoscope:before { content: '\f0f1'; } /* '' */
.icon-suitcase:before { content: '\f0f2'; } /* '' */
.icon-bell-alt:before { content: '\f0f3'; } /* '' */
.icon-coffee:before { content: '\f0f4'; } /* '' */
.icon-food:before { content: '\f0f5'; } /* '' */
.icon-doc-text:before { content: '\f0f6'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
.icon-hospital-1:before { content: '\f0f8'; } /* '' */
.icon-ambulance:before { content: '\f0f9'; } /* '' */
.icon-medkit:before { content: '\f0fa'; } /* '' */
.icon-fighter-jet:before { content: '\f0fb'; } /* '' */
.icon-beer-1:before { content: '\f0fc'; } /* '' */
.icon-h-sigh:before { content: '\f0fd'; } /* '' */
.icon-plus-squared:before { content: '\f0fe'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-double-up:before { content: '\f102'; } /* '' */
.icon-angle-double-down:before { content: '\f103'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-desktop:before { content: '\f108'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */
.icon-tablet-1:before { content: '\f10a'; } /* '' */
.icon-mobile-1:before { content: '\f10b'; } /* '' */
.icon-circle-empty:before { content: '\f10c'; } /* '' */
.icon-quote-left:before { content: '\f10d'; } /* '' */
.icon-quote-right:before { content: '\f10e'; } /* '' */
.icon-spinner:before { content: '\f110'; } /* '' */
.icon-circle:before { content: '\f111'; } /* '' */
.icon-reply-1:before { content: '\f112'; } /* '' */
.icon-github-4:before { content: '\f113'; } /* '' */
.icon-folder-empty-1:before { content: '\f114'; } /* '' */
.icon-folder-open-empty-1:before { content: '\f115'; } /* '' */
.icon-smile:before { content: '\f118'; } /* '' */
.icon-frown:before { content: '\f119'; } /* '' */
.icon-meh:before { content: '\f11a'; } /* '' */
.icon-gamepad:before { content: '\f11b'; } /* '' */
.icon-keyboard:before { content: '\f11c'; } /* '' */
.icon-flag-empty:before { content: '\f11d'; } /* '' */
.icon-flag-checkered:before { content: '\f11e'; } /* '' */
.icon-terminal:before { content: '\f120'; } /* '' */
.icon-code:before { content: '\f121'; } /* '' */
.icon-reply-all:before { content: '\f122'; } /* '' */
.icon-star-half-alt:before { content: '\f123'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-crop:before { content: '\f125'; } /* '' */
.icon-fork:before { content: '\f126'; } /* '' */
.icon-unlink:before { content: '\f127'; } /* '' */
.icon-help:before { content: '\f128'; } /* '' */
.icon-info:before { content: '\f129'; } /* '' */
.icon-attention-alt-1:before { content: '\f12a'; } /* '' */
.icon-superscript:before { content: '\f12b'; } /* '' */
.icon-subscript:before { content: '\f12c'; } /* '' */
.icon-eraser:before { content: '\f12d'; } /* '' */
.icon-puzzle:before { content: '\f12e'; } /* '' */
.icon-mic-1:before { content: '\f130'; } /* '' */
.icon-mute:before { content: '\f131'; } /* '' */
.icon-shield:before { content: '\f132'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-extinguisher:before { content: '\f134'; } /* '' */
.icon-rocket:before { content: '\f135'; } /* '' */
.icon-maxcdn:before { content: '\f136'; } /* '' */
.icon-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-html5-1:before { content: '\f13b'; } /* '' */
.icon-css3:before { content: '\f13c'; } /* '' */
.icon-anchor-1:before { content: '\f13d'; } /* '' */
.icon-lock-open-alt-1:before { content: '\f13e'; } /* '' */
.icon-bullseye:before { content: '\f140'; } /* '' */
.icon-ellipsis:before { content: '\f141'; } /* '' */
.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-rss-squared:before { content: '\f143'; } /* '' */
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-ticket:before { content: '\f145'; } /* '' */
.icon-minus-squared:before { content: '\f146'; } /* '' */
.icon-minus-squared-alt:before { content: '\f147'; } /* '' */
.icon-level-up:before { content: '\f148'; } /* '' */
.icon-level-down:before { content: '\f149'; } /* '' */
.icon-ok-squared:before { content: '\f14a'; } /* '' */
.icon-pencil-squared:before { content: '\f14b'; } /* '' */
.icon-link-ext-alt:before { content: '\f14c'; } /* '' */
.icon-export-alt:before { content: '\f14d'; } /* '' */
.icon-compass:before { content: '\f14e'; } /* '' */
.icon-expand:before { content: '\f150'; } /* '' */
.icon-collapse:before { content: '\f151'; } /* '' */
.icon-expand-right:before { content: '\f152'; } /* '' */
.icon-euro:before { content: '\f153'; } /* '' */
.icon-pound:before { content: '\f154'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */
.icon-rupee:before { content: '\f156'; } /* '' */
.icon-yen:before { content: '\f157'; } /* '' */
.icon-rouble:before { content: '\f158'; } /* '' */
.icon-won:before { content: '\f159'; } /* '' */
.icon-bitcoin-1:before { content: '\f15a'; } /* '' */
.icon-doc-inv:before { content: '\f15b'; } /* '' */
.icon-doc-text-inv:before { content: '\f15c'; } /* '' */
.icon-sort-name-up:before { content: '\f15d'; } /* '' */
.icon-sort-name-down:before { content: '\f15e'; } /* '' */
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
.icon-sort-number-up:before { content: '\f162'; } /* '' */
.icon-sort-number-down:before { content: '\f163'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-youtube-1:before { content: '\f167'; } /* '' */
.icon-xing-1:before { content: '\f168'; } /* '' */
.icon-xing-squared:before { content: '\f169'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-dropbox-1:before { content: '\f16b'; } /* '' */
.icon-stackoverflow-1:before { content: '\f16c'; } /* '' */
.icon-instagram-3:before { content: '\f16d'; } /* '' */
.icon-flickr-3:before { content: '\f16e'; } /* '' */
.icon-adn:before { content: '\f170'; } /* '' */
.icon-bitbucket-1:before { content: '\f171'; } /* '' */
.icon-bitbucket-squared:before { content: '\f172'; } /* '' */
.icon-tumblr-2:before { content: '\f173'; } /* '' */
.icon-tumblr-squared:before { content: '\f174'; } /* '' */
.icon-down:before { content: '\f175'; } /* '' */
.icon-up:before { content: '\f176'; } /* '' */
.icon-left:before { content: '\f177'; } /* '' */
.icon-right:before { content: '\f178'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */
.icon-windows-1:before { content: '\f17a'; } /* '' */
.icon-android-1:before { content: '\f17b'; } /* '' */
.icon-linux:before { content: '\f17c'; } /* '' */
.icon-dribbble-4:before { content: '\f17d'; } /* '' */
.icon-skype-3:before { content: '\f17e'; } /* '' */
.icon-foursquare-1:before { content: '\f180'; } /* '' */
.icon-trello:before { content: '\f181'; } /* '' */
.icon-female-1:before { content: '\f182'; } /* '' */
.icon-male-1:before { content: '\f183'; } /* '' */
.icon-gittip:before { content: '\f184'; } /* '' */
.icon-sun:before { content: '\f185'; } /* '' */
.icon-moon:before { content: '\f186'; } /* '' */
.icon-box-1:before { content: '\f187'; } /* '' */
.icon-bug:before { content: '\f188'; } /* '' */
.icon-vkontakte-2:before { content: '\f189'; } /* '' */
.icon-weibo-1:before { content: '\f18a'; } /* '' */
.icon-renren-1:before { content: '\f18b'; } /* '' */
.icon-pagelines:before { content: '\f18c'; } /* '' */
.icon-stackexchange:before { content: '\f18d'; } /* '' */
.icon-right-circled2:before { content: '\f18e'; } /* '' */
.icon-left-circled2:before { content: '\f190'; } /* '' */
.icon-collapse-left:before { content: '\f191'; } /* '' */
.icon-dot-circled:before { content: '\f192'; } /* '' */
.icon-wheelchair:before { content: '\f193'; } /* '' */
.icon-vimeo-squared:before { content: '\f194'; } /* '' */
.icon-try:before { content: '\f195'; } /* '' */
.icon-plus-squared-alt:before { content: '\f196'; } /* '' */
.icon-space-shuttle:before { content: '\f197'; } /* '' */
.icon-slack:before { content: '\f198'; } /* '' */
.icon-mail-squared:before { content: '\f199'; } /* '' */
.icon-wordpress-2:before { content: '\f19a'; } /* '' */
.icon-openid-1:before { content: '\f19b'; } /* '' */
.icon-bank:before { content: '\f19c'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-yahoo-1:before { content: '\f19e'; } /* '' */
.icon-google-1:before { content: '\f1a0'; } /* '' */
.icon-reddit-1:before { content: '\f1a1'; } /* '' */
.icon-reddit-squared:before { content: '\f1a2'; } /* '' */
.icon-stumbleupon-circled-1:before { content: '\f1a3'; } /* '' */
.icon-stumbleupon-2:before { content: '\f1a4'; } /* '' */
.icon-delicious-1:before { content: '\f1a5'; } /* '' */
.icon-digg-1:before { content: '\f1a6'; } /* '' */
.icon-pied-piper-squared:before { content: '\f1a7'; } /* '' */
.icon-pied-piper-alt:before { content: '\f1a8'; } /* '' */
.icon-drupal-1:before { content: '\f1a9'; } /* '' */
.icon-joomla:before { content: '\f1aa'; } /* '' */
.icon-language:before { content: '\f1ab'; } /* '' */
.icon-fax:before { content: '\f1ac'; } /* '' */
.icon-building-filled:before { content: '\f1ad'; } /* '' */
.icon-child:before { content: '\f1ae'; } /* '' */
.icon-paw:before { content: '\f1b0'; } /* '' */
.icon-spoon:before { content: '\f1b1'; } /* '' */
.icon-cube:before { content: '\f1b2'; } /* '' */
.icon-cubes:before { content: '\f1b3'; } /* '' */
.icon-behance-2:before { content: '\f1b4'; } /* '' */
.icon-behance-squared:before { content: '\f1b5'; } /* '' */
.icon-steam-1:before { content: '\f1b6'; } /* '' */
.icon-steam-squared:before { content: '\f1b7'; } /* '' */
.icon-recycle:before { content: '\f1b8'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-taxi:before { content: '\f1ba'; } /* '' */
.icon-tree:before { content: '\f1bb'; } /* '' */
.icon-spotify-1:before { content: '\f1bc'; } /* '' */
.icon-deviantart-1:before { content: '\f1bd'; } /* '' */
.icon-soundcloud-2:before { content: '\f1be'; } /* '' */
.icon-database:before { content: '\f1c0'; } /* '' */
.icon-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-file-word:before { content: '\f1c2'; } /* '' */
.icon-file-excel:before { content: '\f1c3'; } /* '' */
.icon-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-file-image:before { content: '\f1c5'; } /* '' */
.icon-file-archive:before { content: '\f1c6'; } /* '' */
.icon-file-audio:before { content: '\f1c7'; } /* '' */
.icon-file-video:before { content: '\f1c8'; } /* '' */
.icon-file-code:before { content: '\f1c9'; } /* '' */
.icon-vine:before { content: '\f1ca'; } /* '' */
.icon-codeopen:before { content: '\f1cb'; } /* '' */
.icon-jsfiddle:before { content: '\f1cc'; } /* '' */
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
.icon-circle-notch:before { content: '\f1ce'; } /* '' */
.icon-rebel:before { content: '\f1d0'; } /* '' */
.icon-empire:before { content: '\f1d1'; } /* '' */
.icon-git-squared:before { content: '\f1d2'; } /* '' */
.icon-git:before { content: '\f1d3'; } /* '' */
.icon-hacker-news:before { content: '\f1d4'; } /* '' */
.icon-tencent-weibo:before { content: '\f1d5'; } /* '' */
.icon-qq-1:before { content: '\f1d6'; } /* '' */
.icon-wechat:before { content: '\f1d7'; } /* '' */
.icon-paper-plane-1:before { content: '\f1d8'; } /* '' */
.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-history:before { content: '\f1da'; } /* '' */
.icon-circle-thin:before { content: '\f1db'; } /* '' */
.icon-header:before { content: '\f1dc'; } /* '' */
.icon-paragraph:before { content: '\f1dd'; } /* '' */
.icon-sliders:before { content: '\f1de'; } /* '' */
.icon-share:before { content: '\f1e0'; } /* '' */
.icon-share-squared:before { content: '\f1e1'; } /* '' */
.icon-bomb:before { content: '\f1e2'; } /* '' */
.icon-soccer-ball:before { content: '\f1e3'; } /* '' */
.icon-tty:before { content: '\f1e4'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-plug:before { content: '\f1e6'; } /* '' */
.icon-slideshare-1:before { content: '\f1e7'; } /* '' */
.icon-twitch:before { content: '\f1e8'; } /* '' */
.icon-yelp-1:before { content: '\f1e9'; } /* '' */
.icon-newspaper-1:before { content: '\f1ea'; } /* '' */
.icon-wifi:before { content: '\f1eb'; } /* '' */
.icon-calc:before { content: '\f1ec'; } /* '' */
.icon-paypal-1:before { content: '\f1ed'; } /* '' */
.icon-gwallet:before { content: '\f1ee'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.icon-cc-discover:before { content: '\f1f2'; } /* '' */
.icon-cc-amex:before { content: '\f1f3'; } /* '' */
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.icon-cc-stripe:before { content: '\f1f5'; } /* '' */
.icon-bell-off:before { content: '\f1f6'; } /* '' */
.icon-bell-off-empty:before { content: '\f1f7'; } /* '' */
.icon-trash-1:before { content: '\f1f8'; } /* '' */
.icon-copyright:before { content: '\f1f9'; } /* '' */
.icon-at-1:before { content: '\f1fa'; } /* '' */
.icon-eyedropper:before { content: '\f1fb'; } /* '' */
.icon-brush:before { content: '\f1fc'; } /* '' */
.icon-birthday:before { content: '\f1fd'; } /* '' */
.icon-chart-area:before { content: '\f1fe'; } /* '' */
.icon-chart-pie:before { content: '\f200'; } /* '' */
.icon-chart-line:before { content: '\f201'; } /* '' */
.icon-lastfm-2:before { content: '\f202'; } /* '' */
.icon-lastfm-squared:before { content: '\f203'; } /* '' */
.icon-toggle-off:before { content: '\f204'; } /* '' */
.icon-toggle-on:before { content: '\f205'; } /* '' */
.icon-bicycle-1:before { content: '\f206'; } /* '' */
.icon-bus-1:before { content: '\f207'; } /* '' */
.icon-ioxhost:before { content: '\f208'; } /* '' */
.icon-angellist-1:before { content: '\f209'; } /* '' */
.icon-cc-1:before { content: '\f20a'; } /* '' */
.icon-shekel:before { content: '\f20b'; } /* '' */
.icon-meanpath:before { content: '\f20c'; } /* '' */
.icon-buysellads:before { content: '\f20d'; } /* '' */
.icon-connectdevelop:before { content: '\f20e'; } /* '' */
.icon-dashcube:before { content: '\f210'; } /* '' */
.icon-forumbee:before { content: '\f211'; } /* '' */
.icon-leanpub:before { content: '\f212'; } /* '' */
.icon-sellsy:before { content: '\f213'; } /* '' */
.icon-shirtsinbulk:before { content: '\f214'; } /* '' */
.icon-simplybuilt:before { content: '\f215'; } /* '' */
.icon-skyatlas:before { content: '\f216'; } /* '' */
.icon-cart-plus:before { content: '\f217'; } /* '' */
.icon-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-diamond:before { content: '\f219'; } /* '' */
.icon-ship:before { content: '\f21a'; } /* '' */
.icon-user-secret:before { content: '\f21b'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-street-view:before { content: '\f21d'; } /* '' */
.icon-heartbeat:before { content: '\f21e'; } /* '' */
.icon-venus:before { content: '\f221'; } /* '' */
.icon-mars:before { content: '\f222'; } /* '' */
.icon-mercury:before { content: '\f223'; } /* '' */
.icon-transgender:before { content: '\f224'; } /* '' */
.icon-transgender-alt:before { content: '\f225'; } /* '' */
.icon-venus-double:before { content: '\f226'; } /* '' */
.icon-mars-double:before { content: '\f227'; } /* '' */
.icon-venus-mars:before { content: '\f228'; } /* '' */
.icon-mars-stroke:before { content: '\f229'; } /* '' */
.icon-mars-stroke-v:before { content: '\f22a'; } /* '' */
.icon-mars-stroke-h:before { content: '\f22b'; } /* '' */
.icon-neuter:before { content: '\f22c'; } /* '' */
.icon-genderless:before { content: '\f22d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-pinterest-3:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-server:before { content: '\f233'; } /* '' */
.icon-user-plus:before { content: '\f234'; } /* '' */
.icon-user-times:before { content: '\f235'; } /* '' */
.icon-bed:before { content: '\f236'; } /* '' */
.icon-viacoin:before { content: '\f237'; } /* '' */
.icon-train:before { content: '\f238'; } /* '' */
.icon-subway:before { content: '\f239'; } /* '' */
.icon-medium:before { content: '\f23a'; } /* '' */
.icon-y-combinator:before { content: '\f23b'; } /* '' */
.icon-optin-monster:before { content: '\f23c'; } /* '' */
.icon-opencart:before { content: '\f23d'; } /* '' */
.icon-expeditedssl:before { content: '\f23e'; } /* '' */
.icon-battery-4:before { content: '\f240'; } /* '' */
.icon-battery-3:before { content: '\f241'; } /* '' */
.icon-battery-2:before { content: '\f242'; } /* '' */
.icon-battery-1:before { content: '\f243'; } /* '' */
.icon-battery-0:before { content: '\f244'; } /* '' */
.icon-mouse-pointer:before { content: '\f245'; } /* '' */
.icon-i-cursor:before { content: '\f246'; } /* '' */
.icon-object-group:before { content: '\f247'; } /* '' */
.icon-object-ungroup:before { content: '\f248'; } /* '' */
.icon-sticky-note:before { content: '\f249'; } /* '' */
.icon-sticky-note-o:before { content: '\f24a'; } /* '' */
.icon-cc-jcb:before { content: '\f24b'; } /* '' */
.icon-cc-diners-club:before { content: '\f24c'; } /* '' */
.icon-clone:before { content: '\f24d'; } /* '' */
.icon-balance-scale:before { content: '\f24e'; } /* '' */
.icon-hourglass-o:before { content: '\f250'; } /* '' */
.icon-hourglass-4:before { content: '\f251'; } /* '' */
.icon-hourglass-2:before { content: '\f252'; } /* '' */
.icon-hourglass-3:before { content: '\f253'; } /* '' */
.icon-hourglass-1:before { content: '\f254'; } /* '' */
.icon-hand-grab-o:before { content: '\f255'; } /* '' */
.icon-hand-paper-o:before { content: '\f256'; } /* '' */
.icon-hand-scissors-o:before { content: '\f257'; } /* '' */
.icon-hand-lizard-o:before { content: '\f258'; } /* '' */
.icon-hand-spock-o:before { content: '\f259'; } /* '' */
.icon-hand-pointer-o:before { content: '\f25a'; } /* '' */
.icon-hand-peace-o:before { content: '\f25b'; } /* '' */
.icon-trademark:before { content: '\f25c'; } /* '' */
.icon-registered:before { content: '\f25d'; } /* '' */
.icon-creative-commons:before { content: '\f25e'; } /* '' */
.icon-gg:before { content: '\f260'; } /* '' */
.icon-gg-circle:before { content: '\f261'; } /* '' */
.icon-tripadvisor:before { content: '\f262'; } /* '' */
.icon-odnoklassniki-1:before { content: '\f263'; } /* '' */
.icon-odnoklassniki-square:before { content: '\f264'; } /* '' */
.icon-get-pocket:before { content: '\f265'; } /* '' */
.icon-wikipedia-w:before { content: '\f266'; } /* '' */
.icon-safari:before { content: '\f267'; } /* '' */
.icon-chrome-1:before { content: '\f268'; } /* '' */
.icon-firefox:before { content: '\f269'; } /* '' */
.icon-opera:before { content: '\f26a'; } /* '' */
.icon-internet-explorer:before { content: '\f26b'; } /* '' */
.icon-television:before { content: '\f26c'; } /* '' */
.icon-contao:before { content: '\f26d'; } /* '' */
.icon-500px:before { content: '\f26e'; } /* '' */
.icon-amazon-1:before { content: '\f270'; } /* '' */
.icon-calendar-plus-o:before { content: '\f271'; } /* '' */
.icon-calendar-minus-o:before { content: '\f272'; } /* '' */
.icon-calendar-times-o:before { content: '\f273'; } /* '' */
.icon-calendar-check-o:before { content: '\f274'; } /* '' */
.icon-industry:before { content: '\f275'; } /* '' */
.icon-map-pin:before { content: '\f276'; } /* '' */
.icon-map-signs:before { content: '\f277'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
.icon-map:before { content: '\f279'; } /* '' */
.icon-commenting:before { content: '\f27a'; } /* '' */
.icon-commenting-o:before { content: '\f27b'; } /* '' */
.icon-houzz-1:before { content: '\f27c'; } /* '' */
.icon-vimeo-3:before { content: '\f27d'; } /* '' */
.icon-black-tie:before { content: '\f27e'; } /* '' */
.icon-fonticons:before { content: '\f280'; } /* '' */
.icon-reddit-alien:before { content: '\f281'; } /* '' */
.icon-edge:before { content: '\f282'; } /* '' */
.icon-credit-card-alt:before { content: '\f283'; } /* '' */
.icon-codiepie:before { content: '\f284'; } /* '' */
.icon-modx:before { content: '\f285'; } /* '' */
.icon-fort-awesome:before { content: '\f286'; } /* '' */
.icon-usb:before { content: '\f287'; } /* '' */
.icon-product-hunt:before { content: '\f288'; } /* '' */
.icon-mixcloud:before { content: '\f289'; } /* '' */
.icon-scribd-1:before { content: '\f28a'; } /* '' */
.icon-pause-circle:before { content: '\f28b'; } /* '' */
.icon-pause-circle-o:before { content: '\f28c'; } /* '' */
.icon-stop-circle:before { content: '\f28d'; } /* '' */
.icon-stop-circle-o:before { content: '\f28e'; } /* '' */
.icon-shopping-bag:before { content: '\f290'; } /* '' */
.icon-shopping-basket:before { content: '\f291'; } /* '' */
.icon-hashtag:before { content: '\f292'; } /* '' */
.icon-bluetooth:before { content: '\f293'; } /* '' */
.icon-bluetooth-b:before { content: '\f294'; } /* '' */
.icon-percent:before { content: '\f295'; } /* '' */
.icon-gitlab:before { content: '\f296'; } /* '' */
.icon-wpbeginner:before { content: '\f297'; } /* '' */
.icon-wpforms:before { content: '\f298'; } /* '' */
.icon-envira:before { content: '\f299'; } /* '' */
.icon-universal-access:before { content: '\f29a'; } /* '' */
.icon-wheelchair-alt:before { content: '\f29b'; } /* '' */
.icon-question-circle-o:before { content: '\f29c'; } /* '' */
.icon-blind:before { content: '\f29d'; } /* '' */
.icon-audio-description:before { content: '\f29e'; } /* '' */
.icon-volume-control-phone:before { content: '\f2a0'; } /* '' */
.icon-braille:before { content: '\f2a1'; } /* '' */
.icon-assistive-listening-systems:before { content: '\f2a2'; } /* '' */
.icon-american-sign-language-interpreting:before { content: '\f2a3'; } /* '' */
.icon-asl-interpreting:before { content: '\f2a4'; } /* '' */
.icon-glide:before { content: '\f2a5'; } /* '' */
.icon-glide-g:before { content: '\f2a6'; } /* '' */
.icon-sign-language:before { content: '\f2a7'; } /* '' */
.icon-low-vision:before { content: '\f2a8'; } /* '' */
.icon-viadeo-1:before { content: '\f2a9'; } /* '' */
.icon-viadeo-square:before { content: '\f2aa'; } /* '' */
.icon-snapchat:before { content: '\f2ab'; } /* '' */
.icon-snapchat-ghost:before { content: '\f2ac'; } /* '' */
.icon-snapchat-square:before { content: '\f2ad'; } /* '' */
.icon-pied-piper:before { content: '\f2ae'; } /* '' */
.icon-first-order:before { content: '\f2b0'; } /* '' */
.icon-yoast:before { content: '\f2b1'; } /* '' */
.icon-themeisle:before { content: '\f2b2'; } /* '' */
.icon-google-plus-circle:before { content: '\f2b3'; } /* '' */
.icon-font-awesome:before { content: '\f2b4'; } /* '' */
.icon-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-envelope-open:before { content: '\f2b6'; } /* '' */
.icon-envelope-open-o:before { content: '\f2b7'; } /* '' */
.icon-linode:before { content: '\f2b8'; } /* '' */
.icon-address-book:before { content: '\f2b9'; } /* '' */
.icon-address-book-o:before { content: '\f2ba'; } /* '' */
.icon-address-card:before { content: '\f2bb'; } /* '' */
.icon-address-card-o:before { content: '\f2bc'; } /* '' */
.icon-user-circle:before { content: '\f2bd'; } /* '' */
.icon-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-user-o:before { content: '\f2c0'; } /* '' */
.icon-id-badge:before { content: '\f2c1'; } /* '' */
.icon-id-card:before { content: '\f2c2'; } /* '' */
.icon-id-card-o:before { content: '\f2c3'; } /* '' */
.icon-quora-1:before { content: '\f2c4'; } /* '' */
.icon-free-code-camp:before { content: '\f2c5'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-thermometer:before { content: '\f2c7'; } /* '' */
.icon-thermometer-3:before { content: '\f2c8'; } /* '' */
.icon-thermometer-2:before { content: '\f2c9'; } /* '' */
.icon-thermometer-quarter:before { content: '\f2ca'; } /* '' */
.icon-thermometer-0:before { content: '\f2cb'; } /* '' */
.icon-shower:before { content: '\f2cc'; } /* '' */
.icon-bath:before { content: '\f2cd'; } /* '' */
.icon-podcast-1:before { content: '\f2ce'; } /* '' */
.icon-window-maximize:before { content: '\f2d0'; } /* '' */
.icon-window-minimize:before { content: '\f2d1'; } /* '' */
.icon-window-restore:before { content: '\f2d2'; } /* '' */
.icon-window-close:before { content: '\f2d3'; } /* '' */
.icon-window-close-o:before { content: '\f2d4'; } /* '' */
.icon-bandcamp-1:before { content: '\f2d5'; } /* '' */
.icon-grav:before { content: '\f2d6'; } /* '' */
.icon-etsy:before { content: '\f2d7'; } /* '' */
.icon-imdb:before { content: '\f2d8'; } /* '' */
.icon-ravelry:before { content: '\f2d9'; } /* '' */
.icon-eercast:before { content: '\f2da'; } /* '' */
.icon-microchip:before { content: '\f2db'; } /* '' */
.icon-snowflake-o:before { content: '\f2dc'; } /* '' */
.icon-superpowers:before { content: '\f2dd'; } /* '' */
.icon-wpexplorer:before { content: '\f2de'; } /* '' */
.icon-meetup-1:before { content: '\f2e0'; } /* '' */
.icon-facebook-1:before { content: '\f300'; } /* '' */
.icon-group-circled:before { content: '\f300'; } /* '' */
.icon-facebook-rect:before { content: '\f301'; } /* '' */
.icon-torso:before { content: '\f301'; } /* '' */
.icon-eye-2:before { content: '\f302'; } /* '' */
.icon-twitter-1:before { content: '\f302'; } /* '' */
.icon-twitter-bird:before { content: '\f303'; } /* '' */
.icon-video:before { content: '\f303'; } /* '' */
.icon-icq:before { content: '\f304'; } /* '' */
.icon-video-circled:before { content: '\f304'; } /* '' */
.icon-yandex:before { content: '\f305'; } /* '' */
.icon-yandex-rect:before { content: '\f306'; } /* '' */
.icon-video-alt:before { content: '\f306'; } /* '' */
.icon-github-text:before { content: '\f307'; } /* '' */
.icon-videocam:before { content: '\f307'; } /* '' */
.icon-shuffle-1:before { content: '\f308'; } /* '' */
.icon-github-1:before { content: '\f308'; } /* '' */
.icon-share-1:before { content: '\f309'; } /* '' */
.icon-googleplus-rect:before { content: '\f309'; } /* '' */
.icon-export-2:before { content: '\f30a'; } /* '' */
.icon-vkontakte-rect:before { content: '\f30a'; } /* '' */
.icon-skype-1:before { content: '\f30b'; } /* '' */
.icon-skype:before { content: '\f30b'; } /* '' */
.icon-export-3:before { content: '\f30c'; } /* '' */
.icon-odnoklassniki:before { content: '\f30c'; } /* '' */
.icon-odnoklassniki-rect:before { content: '\f30d'; } /* '' */
.icon-photo:before { content: '\f30d'; } /* '' */
.icon-github-1:before { content: '\f30e'; } /* '' */
.icon-vimeo-rect:before { content: '\f30e'; } /* '' */
.icon-github-circled-1:before { content: '\f30f'; } /* '' */
.icon-vimeo-1:before { content: '\f30f'; } /* '' */
.icon-flickr-1:before { content: '\f310'; } /* '' */
.icon-tumblr-rect:before { content: '\f310'; } /* '' */
.icon-tumblr-1:before { content: '\f311'; } /* '' */
.icon-flickr-circled:before { content: '\f312'; } /* '' */
.icon-friendfeed:before { content: '\f312'; } /* '' */
.icon-vimeo-1:before { content: '\f313'; } /* '' */
.icon-friendfeed-rect:before { content: '\f313'; } /* '' */
.icon-tags-1:before { content: '\f314'; } /* '' */
.icon-blogger-1:before { content: '\f314'; } /* '' */
.icon-vimeo-circled:before { content: '\f315'; } /* '' */
.icon-blogger-rect:before { content: '\f315'; } /* '' */
.icon-twitter-1:before { content: '\f316'; } /* '' */
.icon-deviantart:before { content: '\f316'; } /* '' */
.icon-jabber:before { content: '\f317'; } /* '' */
.icon-twitter-circled:before { content: '\f318'; } /* '' */
.icon-lastfm-1:before { content: '\f318'; } /* '' */
.icon-facebook-1:before { content: '\f319'; } /* '' */
.icon-lastfm-rect:before { content: '\f319'; } /* '' */
.icon-linkedin-1:before { content: '\f31a'; } /* '' */
.icon-facebook-circled:before { content: '\f31b'; } /* '' */
.icon-linkedin-rect:before { content: '\f31b'; } /* '' */
.icon-facebook-squared:before { content: '\f31c'; } /* '' */
.icon-picasa:before { content: '\f31c'; } /* '' */
.icon-wordpress-1:before { content: '\f31d'; } /* '' */
.icon-gplus-2:before { content: '\f31e'; } /* '' */
.icon-instagram-2:before { content: '\f31e'; } /* '' */
.icon-gplus-circled:before { content: '\f31f'; } /* '' */
.icon-instagram-filled:before { content: '\f31f'; } /* '' */
.icon-diigo:before { content: '\f320'; } /* '' */
.icon-pinterest-1:before { content: '\f321'; } /* '' */
.icon-box:before { content: '\f321'; } /* '' */
.icon-pinterest-circled:before { content: '\f322'; } /* '' */
.icon-box-rect:before { content: '\f322'; } /* '' */
.icon-tudou:before { content: '\f323'; } /* '' */
.icon-tumblr-2:before { content: '\f324'; } /* '' */
.icon-youku:before { content: '\f324'; } /* '' */
.icon-tumblr-circled:before { content: '\f325'; } /* '' */
.icon-win8:before { content: '\f325'; } /* '' */
.icon-amex:before { content: '\f326'; } /* '' */
.icon-linkedin-1:before { content: '\f327'; } /* '' */
.icon-discover:before { content: '\f327'; } /* '' */
.icon-linkedin-circled:before { content: '\f328'; } /* '' */
.icon-visa:before { content: '\f328'; } /* '' */
.icon-mastercard:before { content: '\f329'; } /* '' */
.icon-dribbble-1:before { content: '\f32a'; } /* '' */
.icon-houzz:before { content: '\f32a'; } /* '' */
.icon-bandcamp:before { content: '\f32b'; } /* '' */
.icon-codepen:before { content: '\f32c'; } /* '' */
.icon-instagram-3:before { content: '\f32d'; } /* '' */
.icon-dropbox-1:before { content: '\f330'; } /* '' */
.icon-evernote-1:before { content: '\f333'; } /* '' */
.icon-flattr-1:before { content: '\f336'; } /* '' */
.icon-skype-1:before { content: '\f339'; } /* '' */
.icon-skype-circled:before { content: '\f33a'; } /* '' */
.icon-renren:before { content: '\f33c'; } /* '' */
.icon-sina-weibo:before { content: '\f33f'; } /* '' */
.icon-paypal-1:before { content: '\f342'; } /* '' */
.icon-picasa-1:before { content: '\f345'; } /* '' */
.icon-soundcloud-2:before { content: '\f348'; } /* '' */
.icon-mixi:before { content: '\f34b'; } /* '' */
.icon-behance:before { content: '\f34e'; } /* '' */
.icon-google-circles:before { content: '\f351'; } /* '' */
.icon-vkontakte:before { content: '\f354'; } /* '' */
.icon-smashing:before { content: '\f357'; } /* '' */
.icon-comment:before { content: '\f4ac'; } /* '' */
.icon-folder-open-empty:before { content: '\f4c2'; } /* '' */
.icon-calendar:before { content: '\f4c5'; } /* '' */
.icon-newspaper:before { content: '\f4f0'; } /* '' */
.icon-camera:before { content: '\f4f7'; } /* '' */
.icon-search:before { content: '\f50d'; } /* '' */
.icon-lock-alt:before { content: '\f510'; } /* '' */
.icon-lock:before { content: '\f512'; } /* '' */
.icon-lock-open:before { content: '\f513'; } /* '' */
.icon-joystick:before { content: '\f514'; } /* '' */
.icon-fire:before { content: '\f525'; } /* '' */
.icon-chart-bar:before { content: '\f526'; } /* '' */
.icon-spread:before { content: '\f527'; } /* '' */
.icon-spinner1:before { content: '\f528'; } /* '' */
.icon-spinner2:before { content: '\f529'; } /* '' */
.icon-db-shape:before { content: '\f600'; } /* '' */
.icon-sweden:before { content: '\f601'; } /* '' */
.icon-logo-db:before { content: '\f603'; } /* '' */







/*------------------------------------------------------------------*/ 
/*	MAGNIFIC POPUP
/*------------------------------------------------------------------*/

.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}



/*------------------------------------------------------------------*/ 
/*	ANIMATION
/*------------------------------------------------------------------*/

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

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

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

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

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

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

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

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

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {

    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

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

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;

    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}


/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
	-webkit-backface-visibility: hidden;
}
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-moz-keyframes flash {
	0%, 50%, 100% {opacity: 1;}	
	25%, 75% {opacity: 0;}
}

@-o-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;
	-moz-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.bounce {
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);}	
	10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
	100% {-webkit-transform: scale(1) rotate(0);}
}

@-moz-keyframes tada {
	0% {-moz-transform: scale(1);}	
	10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
	100% {-moz-transform: scale(1) rotate(0);}
}

@-o-keyframes tada {
	0% {-o-transform: scale(1);}	
	10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
	100% {-o-transform: scale(1) rotate(0);}
}

@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}

.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}

@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}

@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.swing {
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	-moz-animation-name: swing;
	-o-animation-name: swing;
	animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translateX(0%); }
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% { -webkit-transform: translateX(20%) rotate(3deg); }
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% { -webkit-transform: translateX(10%) rotate(2deg); }
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% { -webkit-transform: translateX(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translateX(-25%) rotate(-5deg); }
  30% { -moz-transform: translateX(20%) rotate(3deg); }
  45% { -moz-transform: translateX(-15%) rotate(-3deg); }
  60% { -moz-transform: translateX(10%) rotate(2deg); }
  75% { -moz-transform: translateX(-5%) rotate(-1deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translateX(-25%) rotate(-5deg); }
  30% { -o-transform: translateX(20%) rotate(3deg); }
  45% { -o-transform: translateX(-15%) rotate(-3deg); }
  60% { -o-transform: translateX(10%) rotate(2deg); }
  75% { -o-transform: translateX(-5%) rotate(-1deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.1); }
    100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.1); }
    100% { -o-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-o-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-webkit-animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-webkit-animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
		-webkit-animation-timing-function: ease-in;
	}
	100% {
		-webkit-transform: perspective(400px) scale(1);
		-webkit-animation-timing-function: ease-in;
	}
}
@-moz-keyframes flip {
	0% {
		-moz-transform: perspective(400px) rotateY(0);
		-moz-animation-timing-function: ease-out;
	}
	40% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-moz-animation-timing-function: ease-out;
	}
	50% {
		-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-moz-animation-timing-function: ease-in;
	}
	80% {
		-moz-transform: perspective(400px) rotateY(360deg) scale(.95);
		-moz-animation-timing-function: ease-in;
	}
	100% {
		-moz-transform: perspective(400px) scale(1);
		-moz-animation-timing-function: ease-in;
	}
}
@-o-keyframes flip {
	0% {
		-o-transform: perspective(400px) rotateY(0);
		-o-animation-timing-function: ease-out;
	}
	40% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
		-o-animation-timing-function: ease-out;
	}
	50% {
		-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-o-animation-timing-function: ease-in;
	}
	80% {
		-o-transform: perspective(400px) rotateY(360deg) scale(.95);
		-o-animation-timing-function: ease-in;
	}
	100% {
		-o-transform: perspective(400px) scale(1);
		-o-animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.flip {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flip;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flip;
	-o-backface-visibility: visible !important;
	-o-animation-name: flip;
	backface-visibility: visible !important;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateX(-10deg);
    }
    
    70% {
        transform: perspective(400px) rotateX(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInX;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInX;
	backface-visibility: visible !important;
	animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-moz-animation-name: flipOutX;
	-moz-backface-visibility: visible !important;
	-o-animation-name: flipOutX;
	-o-backface-visibility: visible !important;
	animation-name: flipOutX;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes flipInY {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -moz-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -moz-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@-o-keyframes flipInY {
    0% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        -o-transform: perspective(400px) rotateY(-10deg);
    }
    
    70% {
        -o-transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    
    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    
    70% {
        transform: perspective(400px) rotateY(10deg);
    }
    
    100% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipInY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipInY;
	backface-visibility: visible !important;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-moz-keyframes flipOutY {
    0% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-o-keyframes flipOutY {
    0% {
        -o-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        -o-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
	100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	-moz-backface-visibility: visible !important;
	-moz-animation-name: flipOutY;
	-o-backface-visibility: visible !important;
	-o-animation-name: flipOutY;
	backface-visibility: visible !important;
	animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	-moz-animation-name: fadeInUpBig;
	-o-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	-moz-animation-name: fadeInLeftBig;
	-o-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	-moz-animation-name: fadeInRightBig;
	-o-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
}
@-moz-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
}
@-o-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	-moz-animation-name: fadeOutUp;
	-o-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
}

@-moz-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
}

@-o-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	-moz-animation-name: fadeOutDown;
	-o-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}
}

@-moz-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}
}

@-o-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	-moz-animation-name: fadeOutLeft;
	-o-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}
}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	-moz-animation-name: fadeOutRight;
	-o-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	-moz-animation-name: fadeOutDownBig;
	-o-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	-moz-animation-name: fadeOutLeftBig;
	-o-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}
@-moz-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}
@-o-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-o-transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	-moz-animation-name: fadeOutRightBig;
	-o-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
	}
	
	80% {
		-webkit-transform: translateY(10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes bounceInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(-30px);
	}
	
	80% {
		-moz-transform: translateY(10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(-30px);
	}
	
	80% {
		-o-transform: translateY(10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	
	80% {
		transform: translateY(10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	-moz-animation-name: bounceInUp;
	-o-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}
	
	80% {
		-webkit-transform: translateY(-10px);
	}
	
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes bounceInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateY(30px);
	}
	
	80% {
		-moz-transform: translateY(-10px);
	}
	
	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes bounceInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateY(30px);
	}
	
	80% {
		-o-transform: translateY(-10px);
	}
	
	100% {
		-o-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	
	80% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
	}
	
	80% {
		-webkit-transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(30px);
	}
	
	80% {
		-moz-transform: translateX(-10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(30px);
	}
	
	80% {
		-o-transform: translateX(-10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	
	80% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);

	}
	
	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
	}
	
	80% {
		-webkit-transform: translateX(10px);
	}
	
	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-moz-transform: translateX(-30px);
	}
	
	80% {
		-moz-transform: translateX(10px);
	}
	
	100% {
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		-o-transform: translateX(-30px);
	}
	
	80% {
		-o-transform: translateX(10px);
	}
	
	100% {
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	
	80% {
		transform: translateX(10px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
	}
	
	25% {
		-webkit-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}	
}

@-moz-keyframes bounceOut {
	0% {
		-moz-transform: scale(1);
	}
	
	25% {
		-moz-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-moz-transform: scale(.3);
	}	
}

@-o-keyframes bounceOut {
	0% {
		-o-transform: scale(1);
	}
	
	25% {
		-o-transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		-o-transform: scale(.3);
	}	
}

@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	
	25% {
		transform: scale(.95);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale(.3);
	}	
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	-moz-animation-name: bounceOut;
	-o-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes bounceOutUp {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes bounceOutUp {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	-moz-animation-name: bounceOutUp;
	-o-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
	}
}

@-moz-keyframes bounceOutDown {
	0% {
		-moz-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(2000px);
	}
}

@-o-keyframes bounceOutDown {
	0% {
		-o-transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(2000px);
	}
}

@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	-moz-animation-name: bounceOutDown;
	-o-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
}

@-moz-keyframes bounceOutLeft {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
}

@-o-keyframes bounceOutLeft {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
}

@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	-moz-animation-name: bounceOutLeft;
	-o-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
}

@-moz-keyframes bounceOutRight {
	0% {
		-moz-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
}

@-o-keyframes bounceOutRight {
	0% {
		-o-transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		-o-transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
}

@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	-moz-animation-name: bounceOutRight;
	-o-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}
@-moz-keyframes rotateIn {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}
@-o-keyframes rotateIn {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	-moz-animation-name: rotateIn;
	-o-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	-moz-animation-name: rotateInUpLeft;
	-o-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	-moz-animation-name: rotateInDownLeft;
	-o-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	-moz-animation-name: rotateInUpRight;
	-o-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
}

@-moz-keyframes rotateInDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
}

@-o-keyframes rotateInDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	-moz-animation-name: rotateInDownRight;
	-o-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center center;
		-webkit-transform: rotate(200deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOut {
	0% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: center center;
		-moz-transform: rotate(200deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOut {
	0% {
		-o-transform-origin: center center;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: center center;
		-o-transform: rotate(200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	-moz-animation-name: rotateOut;
	-o-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	-moz-animation-name: rotateOutUpLeft;
	-o-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownLeft {
	0% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: left bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownLeft {
	0% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: left bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	-moz-animation-name: rotateOutDownLeft;
	-o-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutUpRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutUpRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	-moz-animation-name: rotateOutUpRight;
	-o-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-moz-keyframes rotateOutDownRight {
	0% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-moz-transform-origin: right bottom;
		-moz-transform: rotate(-90deg);
		opacity: 0;
	}
}

@-o-keyframes rotateOutDownRight {
	0% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		-o-transform-origin: right bottom;
		-o-transform: rotate(-90deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	-moz-animation-name: rotateOutDownRight;
	-o-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
}

@-moz-keyframes hinge {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
}

@-o-keyframes hinge {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	100% { -o-transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
	-webkit-animation-name: hinge;
	-moz-animation-name: hinge;
	-o-animation-name: hinge;
	animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
	0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}

@-moz-keyframes rollIn {
	0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}

@-o-keyframes rollIn {

	0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
	0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.rollIn {
	-webkit-animation-name: rollIn;
	-moz-animation-name: rollIn;
	-o-animation-name: rollIn;
	animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
		opacity: 1;
		-webkit-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
	}
}

@-moz-keyframes rollOut {
    0% {
		opacity: 1;
		-moz-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-moz-transform: translateX(100%) rotate(120deg);
	}
}

@-o-keyframes rollOut {
    0% {
		opacity: 1;
		-o-transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		-o-transform: translateX(100%) rotate(120deg);
	}
}

@keyframes rollOut {
    0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

    100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	-moz-animation-name: rollOut;
	-o-animation-name: rollOut;
	animation-name: rollOut;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedIn {
	0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-moz-keyframes lightSpeedIn {
	0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@-o-keyframes lightSpeedIn {
	0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
	0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
	60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
	80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
	100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;

    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes lightSpeedOut {
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-moz-keyframes lightSpeedOut {
	0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@-o-keyframes lightSpeedOut {
	0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
	0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
	100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */

@-webkit-keyframes wiggle {
    0% { -webkit-transform: skewX(9deg); }
    10% { -webkit-transform: skewX(-8deg); }
    20% { -webkit-transform: skewX(7deg); }
    30% { -webkit-transform: skewX(-6deg); }
    40% { -webkit-transform: skewX(5deg); }
    50% { -webkit-transform: skewX(-4deg); }
    60% { -webkit-transform: skewX(3deg); }
    70% { -webkit-transform: skewX(-2deg); }
    80% { -webkit-transform: skewX(1deg); }
    90% { -webkit-transform: skewX(0deg); }
	100% { -webkit-transform: skewX(0deg); }
}

@-moz-keyframes wiggle {
    0% { -moz-transform: skewX(9deg); }
    10% { -moz-transform: skewX(-8deg); }
    20% { -moz-transform: skewX(7deg); }
    30% { -moz-transform: skewX(-6deg); }
    40% { -moz-transform: skewX(5deg); }
    50% { -moz-transform: skewX(-4deg); }
    60% { -moz-transform: skewX(3deg); }
    70% { -moz-transform: skewX(-2deg); }
    80% { -moz-transform: skewX(1deg); }
    90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
}

@-o-keyframes wiggle {
    0% { -o-transform: skewX(9deg); }
    10% { -o-transform: skewX(-8deg); }
    20% { -o-transform: skewX(7deg); }
    30% { -o-transform: skewX(-6deg); }
    40% { -o-transform: skewX(5deg); }
    50% { -o-transform: skewX(-4deg); }
    60% { -o-transform: skewX(3deg); }
    70% { -o-transform: skewX(-2deg); }
    80% { -o-transform: skewX(1deg); }
    90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@keyframes wiggle {
    0% { transform: skewX(9deg); }
    10% { transform: skewX(-8deg); }
    20% { transform: skewX(7deg); }
    30% { transform: skewX(-6deg); }
    40% { transform: skewX(5deg); }
    50% { transform: skewX(-4deg); }
    60% { transform: skewX(3deg); }
    70% { transform: skewX(-2deg); }
    80% { transform: skewX(1deg); }
    90% { transform: skewX(0deg); }
	100% { transform: skewX(0deg); }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;

    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.animated.wiggle {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

/*
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
*/

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xtype 

-------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

xloading-bar 

-------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #0096a7;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: .2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xzoom 

-------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

xrotate-3 

-------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 b {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

xscale 

-------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

xpush 

-------------------------------- */
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{width:auto}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}



/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#cfcfcf}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}