@font-face {
  font-family: 'loco';
  src: url('../font/loco.eot?83412249');
  src: url('../font/loco.eot?83412249#iefix') format('embedded-opentype'),
       url('../font/loco.woff2?83412249') format('woff2'),
       url('../font/loco.woff?83412249') format('woff'),
       url('../font/loco.ttf?83412249') format('truetype'),
       url('../font/loco.svg?83412249#loco') 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: 'loco';
    src: url('../font/loco.svg?83412249#loco') format('svg');
  }
}
*/

.button-icon
{
	font-family: 'Calibri';
    background-color: #ed1d24;
    color: white;
    padding: 14px 20px;
    margin: 8px 8px;
    border: none;
    cursor: pointer;
    width: auto;
    border-radius: 25px;
    width: 50px;
	height:50px;
    padding: 0px 0px 0px 0px;
}

.button-icon-close
{
	font-family: 'Calibri';
    background-color: #ed1d24;
    color: white;
    padding: 14px 20px;
    margin: 8px 8px;
    border: none;
    cursor: pointer;
    width: auto;
   
    width: 50px;
	height:50px;
    padding: 0px 0px 0px 0px;
}

.button-icon-green
{
	font-family: 'Calibri';
    background-color: #1a9304;
    color: white;
    padding: 14px 20px;
    margin: 8px 8px;
    border: none;
    cursor: pointer;
    width: auto;
    border-radius: 25px;
    width: 50px;
	height:50px;
    padding: 0px 0px 0px 0px;
}

.videochat-user
{
	position: absolute;
	top:0px;
	right:0px;
	width:50px;
	height:50px;
	color:#ffffff78;
	margin:10px !important;
	padding: 13px 8px !important;
	background-color: #78787878;
	border-radius: 25px;
}

.videochat-admin
{
	position: absolute;
	top:0px;
	right:0px;
	width:50px;
	height:50px;
	color:#ffffff78;
	margin:10px !important;
	padding: 13px 8px !important;
	background-color: #78787878;
	border-radius: 25px;
	cursor: pointer;
}


[class^="loco-"]:before, [class*=" loco-"]:before {
  font-family: "loco";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  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); */
}

.btn-group [class^="loco-"]:before, .btn-group [class*=" loco-"]:before {
  
  font-size: 14px;
  
}


.loco-emo-happy:before { content: '\e800'; } /* '' */
.loco-emo-wink:before { content: '\e801'; } /* '' */
.loco-emo-unhappy:before { content: '\e802'; } /* '' */
.loco-emo-sleep:before { content: '\e803'; } /* '' */
.loco-mail:before { content: '\e804'; } /* '' */
.loco-heart:before { content: '\e805'; } /* '' */
.loco-heart-empty:before { content: '\e806'; } /* '' */
.loco-star:before { content: '\e807'; } /* '' */
.loco-star-empty:before { content: '\e808'; } /* '' */
.loco-emo-sunglasses:before { content: '\e809'; } /* '' */
.loco-emo-displeased:before { content: '\e80a'; } /* '' */
.loco-emo-beer:before { content: '\e80b'; } /* '' */
.loco-emo-grin:before { content: '\e80c'; } /* '' */
.loco-emo-angry:before { content: '\e80d'; } /* '' */
.loco-emo-saint:before { content: '\e80e'; } /* '' */
.loco-emo-cry:before { content: '\e80f'; } /* '' */
.loco-emo-shoot:before { content: '\e810'; } /* '' */
.loco-emo-squint:before { content: '\e811'; } /* '' */
.loco-emo-laugh:before { content: '\e812'; } /* '' */
.loco-emo-wink2:before { content: '\e813'; } /* '' */
.loco-star-half:before { content: '\e814'; } /* '' */
.loco-user:before { content: '\e815'; } /* '' */
.loco-users:before { content: '\e816'; } /* '' */
.loco-video:before { content: '\e817'; } /* '' */
.loco-camera-alt:before { content: '\e818'; } /* '' */
.loco-th-large:before { content: '\e819'; } /* '' */
.loco-th:before { content: '\e81a'; } /* '' */
.loco-th-list:before { content: '\e81b'; } /* '' */
.loco-ok:before { content: '\e81c'; } /* '' */
.loco-ok-circled:before { content: '\e81d'; } /* '' */
.loco-ok-circled2:before { content: '\e81e'; } /* '' */
.loco-cancel:before { content: '\e81f'; } /* '' */
.loco-cancel-circled:before { content: '\e820'; } /* '' */
.loco-cancel-circled2:before { content: '\e821'; } /* '' */
.loco-plus:before { content: '\e822'; } /* '' */
.loco-plus-circled:before { content: '\e823'; } /* '' */
.loco-minus:before { content: '\e824'; } /* '' */
.loco-minus-circled:before { content: '\e825'; } /* '' */
.loco-help-circled:before { content: '\e826'; } /* '' */
.loco-info-circled:before { content: '\e827'; } /* '' */
.loco-home:before { content: '\e828'; } /* '' */
.loco-link:before { content: '\e829'; } /* '' */
.loco-attach:before { content: '\e82a'; } /* '' */
.loco-lock:before { content: '\e82b'; } /* '' */
.loco-lock-open:before { content: '\e82c'; } /* '' */
.loco-pin:before { content: '\e82d'; } /* '' */
.loco-eye:before { content: '\e82e'; } /* '' */
.loco-eye-off:before { content: '\e82f'; } /* '' */
.loco-spin1:before { content: '\e830'; } /* '' */
.loco-spin2:before { content: '\e831'; } /* '' */
.loco-spin3:before { content: '\e832'; } /* '' */
.loco-tag:before { content: '\e833'; } /* '' */
.loco-spin4:before { content: '\e834'; } /* '' */
.loco-tags:before { content: '\e835'; } /* '' */
.loco-bookmark:before { content: '\e836'; } /* '' */
.loco-flag:before { content: '\e837'; } /* '' */
.loco-spin5:before { content: '\e838'; } /* '' */
.loco-spin6:before { content: '\e839'; } /* '' */
.loco-thumbs-up:before { content: '\e83a'; } /* '' */
.loco-thumbs-down:before { content: '\e83b'; } /* '' */
.loco-download:before { content: '\e83c'; } /* '' */
.loco-upload:before { content: '\e83d'; } /* '' */
.loco-forward:before { content: '\e83e'; } /* '' */
.loco-export:before { content: '\e83f'; } /* '' */
.loco-firefox:before { content: '\e840'; } /* '' */
.loco-chrome:before { content: '\e841'; } /* '' */
.loco-opera:before { content: '\e842'; } /* '' */
.loco-ie:before { content: '\e843'; } /* '' */
.loco-crown:before { content: '\e844'; } /* '' */
.loco-crown-plus:before { content: '\e845'; } /* '' */
.loco-crown-minus:before { content: '\e846'; } /* '' */
.loco-marquee:before { content: '\e847'; } /* '' */
.loco-pencil:before { content: '\e848'; } /* '' */
.loco-edit:before { content: '\e849'; } /* '' */
.loco-print:before { content: '\e84a'; } /* '' */
.loco-retweet:before { content: '\e84b'; } /* '' */
.loco-comment:before { content: '\e84c'; } /* '' */
.loco-chat:before { content: '\e84d'; } /* '' */
.loco-bell:before { content: '\e84e'; } /* '' */
.loco-attention:before { content: '\e84f'; } /* '' */
.loco-attention-circled:before { content: '\e850'; } /* '' */
.loco-location:before { content: '\e851'; } /* '' */
.loco-trash-empty:before { content: '\e852'; } /* '' */
.loco-doc:before { content: '\e853'; } /* '' */
.loco-folder:before { content: '\e854'; } /* '' */
.loco-folder-open:before { content: '\e855'; } /* '' */
.loco-phone:before { content: '\e856'; } /* '' */
.loco-cog:before { font-size:16px;content: '\e857'; } /* '' */
.loco-cog-alt:before { content: '\e858'; } /* '' */
.loco-wrench:before { content: '\e859'; } /* '' */
.loco-basket:before { content: '\e85a'; } /* '' */
.loco-calendar:before { content: '\e85b'; } /* '' */
.loco-login:before { content: '\e85c'; } /* '' */
.loco-login-videochat:before { content: '\e85c'; font-size:14px;} /* '' */
.loco-logout:before { content: '\e85d'; } /* '' */
.loco-volume-off:before { content: '\e85e'; } /* '' */
.loco-volume-down:before { content: '\e85f'; } /* '' */
.loco-volume-up:before { content: '\e860'; } /* '' */
.loco-headphones:before { content: '\e861'; } /* '' */
.loco-clock:before { content: '\e862'; } /* '' */
.loco-block:before { content: '\e863'; } /* '' */
.loco-resize-full:before { content: '\e864'; } /* '' */
.loco-resize-small:before { content: '\e865'; } /* '' */
.loco-resize-vertical:before { content: '\e866'; } /* '' */
.loco-resize-horizontal:before { content: '\e867'; } /* '' */
.loco-zoom-in:before { content: '\e868'; } /* '' */
.loco-zoom-out:before { content: '\e869'; } /* '' */
.loco-down-circled2:before { content: '\e86a'; } /* '' */
.loco-up-circled2:before { content: '\e86b'; } /* '' */
.loco-down-dir:before { content: '\e86c'; } /* '' */
.loco-up-dir:before { content: '\e86d'; } /* '' */
.loco-left-dir:before { content: '\e86e'; } /* '' */
.loco-right-dir:before { content: '\e86f'; } /* '' */
.loco-down-open:before { content: '\e870'; } /* '' */
.loco-left-open:before { content: '\e871'; } /* '' */
.loco-right-open:before { content: '\e872'; } /* '' */
.loco-up-open:before { content: '\e873'; } /* '' */
.loco-down-big:before { content: '\e874'; } /* '' */
.loco-left-big:before { content: '\e875'; } /* '' */
.loco-right-big:before { content: '\e876'; } /* '' */
.loco-up-big:before { content: '\e877'; } /* '' */
.loco-right-hand:before { content: '\e878'; } /* '' */
.loco-left-hand:before { content: '\e879'; } /* '' */
.loco-up-hand:before { content: '\e87a'; } /* '' */
.loco-down-hand:before { content: '\e87b'; } /* '' */
.loco-cw:before { content: '\e87c'; } /* '' */
.loco-ccw:before { content: '\e87d'; } /* '' */
.loco-arrows-cw:before { content: '\e87e'; } /* '' */
.loco-shuffle:before { content: '\e87f'; } /* '' */
.loco-play:before { content: '\e880'; } /* '' */
.loco-play-circled2:before { content: '\e881'; } /* '' */
.loco-stop:before { content: '\e882'; } /* '' */
.loco-pause:before { content: '\e883'; } /* '' */
.loco-to-end:before { content: '\e884'; } /* '' */
.loco-to-end-alt:before { content: '\e885'; } /* '' */
.loco-to-start:before { content: '\e886'; } /* '' */
.loco-to-start-alt:before { content: '\e887'; } /* '' */
.loco-fast-fw:before { content: '\e888'; } /* '' */
.loco-fast-bw:before { content: '\e889'; } /* '' */
.loco-eject:before { content: '\e88a'; } /* '' */
.loco-target:before { content: '\e88b'; } /* '' */
.loco-signal:before { content: '\e88c'; } /* '' */
.loco-award:before { content: '\e88d'; } /* '' */
.loco-inbox:before { content: '\e88e'; } /* '' */
.loco-globe:before { content: '\e88f'; } /* '' */
.loco-cloud:before { content: '\e890'; } /* '' */
.loco-flash:before { content: '\e891'; } /* '' */
.loco-umbrella:before { content: '\e892'; } /* '' */
.loco-flight:before { content: '\e893'; } /* '' */
.loco-leaf:before { content: '\e894'; } /* '' */
.loco-font:before { content: '\e895'; } /* '' */
.loco-bold:before { content: '\e896'; } /* '' */
.loco-italic:before { content: '\e897'; } /* '' */
.loco-text-height:before { content: '\e898'; } /* '' */
.loco-text-width:before { content: '\e899'; } /* '' */
.loco-align-left:before { content: '\e89a'; } /* '' */
.loco-align-center:before { content: '\e89b'; } /* '' */
.loco-align-right:before { content: '\e89c'; } /* '' */
.loco-align-justify:before { content: '\e89d'; } /* '' */
.loco-list:before { content: '\e89e'; } /* '' */
.loco-indent-left:before { content: '\e89f'; } /* '' */
.loco-indent-right:before { content: '\e8a0'; } /* '' */
.loco-scissors:before { content: '\e8a1'; } /* '' */
.loco-briefcase:before { content: '\e8a2'; } /* '' */
.loco-off:before { content: '\e8a3'; } /* '' */
.loco-road:before { content: '\e8a4'; } /* '' */
.loco-list-alt:before { content: '\e8a5'; } /* '' */
.loco-qrcode:before { content: '\e8a6'; } /* '' */
.loco-barcode:before { content: '\e8a7'; } /* '' */
.loco-book:before { content: '\e8a8'; } /* '' */
.loco-adjust:before { content: '\e8a9'; } /* '' */
.loco-tint:before { content: '\e8aa'; } /* '' */
.loco-check:before { content: '\e8ab'; } /* '' */
.loco-asterisk:before { content: '\e8ac'; } /* '' */
.loco-gift:before { content: '\e8ad'; } /* '' */
.loco-fire:before { content: '\e8ae'; } /* '' */
.loco-magnet:before { content: '\e8af'; } /* '' */
.loco-chart-bar:before { content: '\e8b0'; } /* '' */
.loco-credit-card:before { content: '\e8b1'; } /* '' */
.loco-floppy:before { content: '\e8b2'; } /* '' */
.loco-megaphone:before { content: '\e8b3'; } /* '' */
.loco-key:before { content: '\e8b4'; } /* '' */
.loco-truck:before { content: '\e8b5'; } /* '' */
.loco-hammer:before { content: '\e8b6'; } /* '' */
.loco-lemon:before { content: '\e8b7'; } /* '' */
.loco-note:before { content: '\e8b8'; } /* '' */
.loco-note-beamed:before { content: '\e8b9'; } /* '' */
.loco-music:before { content: '\e8ba'; } /* '' */
.loco-search:before { content: '\e8bb'; } /* '' */
.loco-flashlight:before { content: '\e8bc'; } /* '' */
.loco-mail-1:before { content: '\e8bd'; } /* '' */
.loco-heart-1:before { content: '\e8be'; } /* '' */
.loco-heart-empty-1:before { content: '\e8bf'; } /* '' */
.loco-star-1:before { content: '\e8c0'; } /* '' */
.loco-star-empty-1:before { content: '\e8c1'; } /* '' */
.loco-user-1:before { content: '\e8c2'; } /* '' */
.loco-users-1:before { content: '\e8c3'; } /* '' */
.loco-user-add:before { content: '\e8c4'; } /* '' */
.loco-video-1:before { content: '\e8c5'; } /* '' */
.loco-picture:before { content: '\e8c6'; } /* '' */
.loco-camera:before { content: '\e8c7'; } /* '' */
.loco-layout:before { content: '\e8c8'; } /* '' */
.loco-menu-1:before { content: '\e8c9'; } /* '' */
.loco-check-1:before { content: '\e8ca'; } /* '' */
.loco-cancel-1:before { content: '\e8cb'; } /* '' */
.loco-cancel-circled-1:before { content: '\e8cc'; } /* '' */
.loco-cancel-squared:before { content: '\e8cd'; } /* '' */
.loco-plus-1:before { content: '\e8ce'; } /* '' */
.loco-plus-circled-1:before { content: '\e8cf'; } /* '' */
.loco-plus-squared-1:before { content: '\e8d0'; } /* '' */
.loco-minus-1:before { content: '\e8d1'; } /* '' */
.loco-minus-circled-1:before { content: '\e8d2'; } /* '' */
.loco-minus-squared-1:before { content: '\e8d3'; } /* '' */
.loco-help-1:before { content: '\e8d4'; } /* '' */
.loco-help-circled-1:before { content: '\e8d5'; } /* '' */
.loco-info-1:before { content: '\e8d6'; } /* '' */
.loco-info-circled-1:before { content: '\e8d7'; } /* '' */
.loco-back:before { content: '\e8d8'; } /* '' */
.loco-home-1:before { content: '\e8d9'; } /* '' */
.loco-link-1:before { content: '\e8da'; } /* '' */
.loco-attach-1:before { content: '\e8db'; } /* '' */
.loco-lock-1:before { content: '\e8dc'; } /* '' */
.loco-lock-open-1:before { content: '\e8dd'; } /* '' */
.loco-eye-1:before { content: '\e8de'; } /* '' */
.loco-tag-1:before { content: '\e8df'; } /* '' */
.loco-bookmark-1:before { content: '\e8e0'; } /* '' */
.loco-bookmarks:before { content: '\e8e1'; } /* '' */
.loco-flag-1:before { content: '\e8e2'; } /* '' */
.loco-thumbs-up-1:before { content: '\e8e3'; } /* '' */
.loco-thumbs-down-1:before { content: '\e8e4'; } /* '' */
.loco-download-1:before { content: '\e8e5'; } /* '' */
.loco-upload-1:before { content: '\e8e6'; } /* '' */
.loco-upload-cloud-1:before { content: '\e8e7'; } /* '' */
.loco-reply-1:before { content: '\e8e8'; } /* '' */
.loco-reply-all-1:before { content: '\e8e9'; } /* '' */
.loco-forward-1:before { content: '\e8ea'; } /* '' */
.loco-quote:before { content: '\e8eb'; } /* '' */
.loco-code-1:before { content: '\e8ec'; } /* '' */
.loco-export-1:before { content: '\e8ed'; } /* '' */
.loco-pencil-1:before { content: '\e8ee'; } /* '' */
.loco-feather:before { content: '\e8ef'; } /* '' */
.loco-print-1:before { content: '\e8f0'; } /* '' */
.loco-retweet-1:before { content: '\e8f1'; } /* '' */
.loco-keyboard-1:before { content: '\e8f2'; } /* '' */
.loco-comment-1:before { content: '\e8f3'; } /* '' */
.loco-chat-1:before { content: '\e8f4'; } /* '' */
.loco-bell-1:before { content: '\e8f5'; } /* '' */
.loco-attention-1:before { content: '\e8f6'; } /* '' */
.loco-alert:before { content: '\e8f7'; } /* '' */
.loco-vcard:before { content: '\e8f8'; } /* '' */
.loco-address:before { content: '\e8f9'; } /* '' */
.loco-location-1:before { content: '\e8fa'; } /* '' */
.loco-map-1:before { content: '\e8fb'; } /* '' */
.loco-direction-1:before { content: '\e8fc'; } /* '' */
.loco-compass-1:before { content: '\e8fd'; } /* '' */
.loco-cup:before { content: '\e8fe'; } /* '' */
.loco-trash-1:before { content: '\e8ff'; } /* '' */
.loco-doc-1:before { content: '\e900'; } /* '' */
.loco-docs-1:before { content: '\e901'; } /* '' */
.loco-doc-landscape:before { content: '\e902'; } /* '' */
.loco-doc-text-1:before { content: '\e903'; } /* '' */
.loco-doc-text-inv-1:before { content: '\e904'; } /* '' */
.loco-newspaper-1:before { content: '\e905'; } /* '' */
.loco-book-open:before { content: '\e906'; } /* '' */
.loco-book-1:before { content: '\e907'; } /* '' */
.loco-folder-1:before { content: '\e908'; } /* '' */
.loco-archive:before { content: '\e909'; } /* '' */
.loco-box-1:before { content: '\e90a'; } /* '' */
.loco-rss-1:before { content: '\e90b'; } /* '' */
.loco-phone-1:before { content: '\e90c'; } /* '' */
.loco-cog-1:before { content: '\e90d'; } /* '' */
.loco-tools:before { content: '\e90e'; } /* '' */
.loco-share-1:before { content: '\e90f'; } /* '' */
.loco-shareable:before { content: '\e910'; } /* '' */
.loco-basket-1:before { content: '\e911'; } /* '' */
.loco-bag:before { content: '\e912'; } /* '' */
.loco-calendar-1:before { content: '\e913'; } /* '' */
.loco-login-1:before { content: '\e914'; } /* '' */
.loco-logout-1:before { content: '\e915'; } /* '' */
.loco-mic-1:before { content: '\e916'; } /* '' */
.loco-mute-1:before { content: '\e917'; } /* '' */
.loco-sound:before { content: '\e918'; } /* '' */
.loco-volume:before { content: '\e919'; } /* '' */
.loco-clock-1:before { content: '\e91a'; } /* '' */
.loco-hourglass-4:before { content: '\e91b'; } /* '' */
.loco-lamp:before { content: '\e91c'; } /* '' */
.loco-light-down:before { content: '\e91d'; } /* '' */
.loco-light-up:before { content: '\e91e'; } /* '' */
.loco-adjust-1:before { content: '\e91f'; } /* '' */
.loco-block-1:before { content: '\e920'; } /* '' */
.loco-resize-full-1:before { content: '\e921'; } /* '' */
.loco-resize-small-1:before { content: '\e922'; } /* '' */
.loco-popup:before { content: '\e923'; } /* '' */
.loco-publish:before { content: '\e924'; } /* '' */
.loco-window:before { content: '\e925'; } /* '' */
.loco-arrow-combo:before { content: '\e926'; } /* '' */
.loco-down-circled-1:before { content: '\e927'; } /* '' */
.loco-left-circled-1:before { content: '\e928'; } /* '' */
.loco-right-circled-1:before { content: '\e929'; } /* '' */
.loco-up-circled-1:before { content: '\e92a'; } /* '' */
.loco-down-open-1:before { content: '\e92b'; } /* '' */
.loco-left-open-1:before { content: '\e92c'; } /* '' */
.loco-right-open-1:before { content: '\e92d'; } /* '' */
.loco-up-open-1:before { content: '\e92e'; } /* '' */
.loco-down-open-mini:before { content: '\e92f'; } /* '' */
.loco-left-open-mini:before { content: '\e930'; } /* '' */
.loco-right-open-mini:before { content: '\e931'; } /* '' */
.loco-up-open-mini:before { content: '\e932'; } /* '' */
.loco-down-open-big:before { content: '\e933'; } /* '' */
.loco-left-open-big:before { content: '\e934'; } /* '' */
.loco-right-open-big:before { content: '\e935'; } /* '' */
.loco-up-open-big:before { content: '\e936'; } /* '' */
.loco-down-1:before { content: '\e937'; } /* '' */
.loco-left-1:before { content: '\e938'; } /* '' */
.loco-right-1:before { content: '\e939'; } /* '' */
.loco-up-1:before { content: '\e93a'; } /* '' */
.loco-down-dir-1:before { content: '\e93b'; } /* '' */
.loco-left-dir-1:before { content: '\e93c'; } /* '' */
.loco-right-dir-1:before { content: '\e93d'; } /* '' */
.loco-up-dir-1:before { content: '\e93e'; } /* '' */
.loco-down-bold:before { content: '\e93f'; } /* '' */
.loco-left-bold:before { content: '\e940'; } /* '' */
.loco-right-bold:before { content: '\e941'; } /* '' */
.loco-up-bold:before { content: '\e942'; } /* '' */
.loco-down-thin:before { content: '\e943'; } /* '' */
.loco-left-thin:before { content: '\e944'; } /* '' */
.loco-right-thin:before { content: '\e945'; } /* '' */
.loco-up-thin:before { content: '\e946'; } /* '' */
.loco-ccw-1:before { content: '\e947'; } /* '' */
.loco-cw-1:before { content: '\e948'; } /* '' */
.loco-arrows-ccw:before { content: '\e949'; } /* '' */
.loco-level-down-1:before { content: '\e94a'; } /* '' */
.loco-level-up-1:before { content: '\e94b'; } /* '' */
.loco-shuffle-1:before { content: '\e94c'; } /* '' */
.loco-loop:before { content: '\e94d'; } /* '' */
.loco-switch:before { content: '\e94e'; } /* '' */
.loco-play-1:before { content: '\e94f'; } /* '' */
.loco-stop-1:before { content: '\e950'; } /* '' */
.loco-pause-1:before { content: '\e951'; } /* '' */
.loco-record:before { content: '\e952'; } /* '' */
.loco-to-end-1:before { content: '\e953'; } /* '' */
.loco-to-start-1:before { content: '\e954'; } /* '' */
.loco-fast-forward:before { content: '\e955'; } /* '' */
.loco-fast-backward:before { content: '\e956'; } /* '' */
.loco-progress-0:before { content: '\e957'; } /* '' */
.loco-progress-1:before { content: '\e958'; } /* '' */
.loco-progress-2:before { content: '\e959'; } /* '' */
.loco-progress-3:before { content: '\e95a'; } /* '' */
.loco-target-1:before { content: '\e95b'; } /* '' */
.loco-palette:before { content: '\e95c'; } /* '' */
.loco-list-1:before { content: '\e95d'; } /* '' */
.loco-list-add:before { content: '\e95e'; } /* '' */
.loco-signal-1:before { content: '\e95f'; } /* '' */
.loco-trophy:before { content: '\e960'; } /* '' */
.loco-battery:before { content: '\e961'; } /* '' */
.loco-back-in-time:before { content: '\e962'; } /* '' */
.loco-monitor:before { content: '\e963'; } /* '' */
.loco-mobile-1:before { content: '\e964'; } /* '' */
.loco-network:before { content: '\e965'; } /* '' */
.loco-cd:before { content: '\e966'; } /* '' */
.loco-inbox-1:before { content: '\e967'; } /* '' */
.loco-install:before { content: '\e968'; } /* '' */
.loco-globe-1:before { content: '\e969'; } /* '' */
.loco-cloud-1:before { content: '\e96a'; } /* '' */
.loco-cloud-thunder:before { content: '\e96b'; } /* '' */
.loco-flash-1:before { content: '\e96c'; } /* '' */
.loco-moon-1:before { content: '\e96d'; } /* '' */
.loco-flight-1:before { content: '\e96e'; } /* '' */
.loco-paper-plane-1:before { content: '\e96f'; } /* '' */
.loco-leaf-1:before { content: '\e970'; } /* '' */
.loco-lifebuoy-1:before { content: '\e971'; } /* '' */
.loco-mouse:before { content: '\e972'; } /* '' */
.loco-briefcase-1:before { content: '\e973'; } /* '' */
.loco-suitcase-1:before { content: '\e974'; } /* '' */
.loco-dot:before { content: '\e975'; } /* '' */
.loco-dot-2:before { content: '\e976'; } /* '' */
.loco-dot-3:before { content: '\e977'; } /* '' */
.loco-brush-1:before { content: '\e978'; } /* '' */
.loco-magnet-1:before { content: '\e979'; } /* '' */
.loco-infinity:before { content: '\e97a'; } /* '' */
.loco-erase:before { content: '\e97b'; } /* '' */
.loco-chart-pie-1:before { content: '\e97c'; } /* '' */
.loco-chart-line-1:before { content: '\e97d'; } /* '' */
.loco-chart-bar-1:before { content: '\e97e'; } /* '' */
.loco-chart-area-1:before { content: '\e97f'; } /* '' */
.loco-tape:before { content: '\e980'; } /* '' */
.loco-graduation-cap-1:before { content: '\e981'; } /* '' */
.loco-language-1:before { content: '\e982'; } /* '' */
.loco-ticket-1:before { content: '\e983'; } /* '' */
.loco-water:before { content: '\e984'; } /* '' */
.loco-droplet:before { content: '\e985'; } /* '' */
.loco-air:before { content: '\e986'; } /* '' */
.loco-credit-card-1:before { content: '\e987'; } /* '' */
.loco-floppy-1:before { content: '\e988'; } /* '' */
.loco-clipboard:before { content: '\e989'; } /* '' */
.loco-megaphone-1:before { content: '\e98a'; } /* '' */
.loco-database-1:before { content: '\e98b'; } /* '' */
.loco-drive:before { content: '\e98c'; } /* '' */
.loco-bucket:before { content: '\e98d'; } /* '' */
.loco-thermometer-1:before { content: '\e98e'; } /* '' */
.loco-key-1:before { content: '\e98f'; } /* '' */
.loco-flow-cascade:before { content: '\e990'; } /* '' */
.loco-flow-branch:before { content: '\e991'; } /* '' */
.loco-flow-tree:before { content: '\e992'; } /* '' */
.loco-flow-line:before { content: '\e993'; } /* '' */
.loco-flow-parallel:before { content: '\e994'; } /* '' */
.loco-rocket-1:before { content: '\e995'; } /* '' */
.loco-gauge-1:before { content: '\e996'; } /* '' */
.loco-traffic-cone:before { content: '\e997'; } /* '' */
.loco-cc-1:before { content: '\e998'; } /* '' */
.loco-cc-by:before { content: '\e999'; } /* '' */
.loco-cc-nc:before { content: '\e99a'; } /* '' */
.loco-cc-nc-eu:before { content: '\e99b'; } /* '' */
.loco-cc-nc-jp:before { content: '\e99c'; } /* '' */
.loco-cc-sa:before { content: '\e99d'; } /* '' */
.loco-cc-nd:before { content: '\e99e'; } /* '' */
.loco-cc-pd:before { content: '\e99f'; } /* '' */
.loco-cc-zero:before { content: '\e9a0'; } /* '' */
.loco-cc-share:before { content: '\e9a1'; } /* '' */
.loco-cc-remix:before { content: '\e9a2'; } /* '' */
.loco-github-1:before { content: '\e9a3'; } /* '' */
.loco-flickr-circled:before { content: '\e9a4'; } /* '' */
.loco-facebook-1:before { content: '\e9a5'; } /* '' */
.loco-music-outline:before { content: '\e9a6'; } /* '' */
.loco-music-1:before { content: '\e9a7'; } /* '' */
.loco-search-outline:before { content: '\e9a8'; } /* '' */
.loco-search-1:before { content: '\e9a9'; } /* '' */
.loco-mail-2:before { content: '\e9aa'; } /* '' */
.loco-heart-2:before { content: '\e9ab'; } /* '' */
.loco-heart-filled:before { content: '\e9ac'; } /* '' */
.loco-star-2:before { content: '\e9ad'; } /* '' */
.loco-star-filled:before { content: '\e9ae'; } /* '' */
.loco-user-outline:before { content: '\e9af'; } /* '' */
.loco-user-2:before { content: '\e9b0'; } /* '' */
.loco-users-outline:before { content: '\e9b1'; } /* '' */
.loco-users-2:before { content: '\e9b2'; } /* '' */
.loco-user-add-outline:before { content: '\e9b3'; } /* '' */
.loco-user-add-1:before { content: '\e9b4'; } /* '' */
.loco-user-delete-outline:before { content: '\e9b5'; } /* '' */
.loco-user-delete:before { content: '\e9b6'; } /* '' */
.loco-video-2:before { content: '\e9b7'; } /* '' */
.loco-videocam-outline:before { content: '\e9b8'; } /* '' */
.loco-videocam:before { content: '\e9b9'; } /* '' */
.loco-picture-outline:before { content: '\e9ba'; } /* '' */
.loco-picture-1:before { content: '\e9bb'; } /* '' */
.loco-camera-outline:before { content: '\e9bc'; } /* '' */
.loco-camera-1:before { content: '\e9bd'; } /* '' */
.loco-th-outline:before { content: '\e9be'; } /* '' */
.loco-th-1:before { content: '\e9bf'; } /* '' */
.loco-th-large-outline:before { content: '\e9c0'; } /* '' */
.loco-th-large-1:before { content: '\e9c1'; } /* '' */
.loco-th-list-outline:before { content: '\e9c2'; } /* '' */
.loco-th-list-1:before { content: '\e9c3'; } /* '' */
.loco-ok-outline:before { content: '\e9c4'; } /* '' */
.loco-ok-1:before { content: '\e9c5'; } /* '' */
.loco-cancel-outline:before { content: '\e9c6'; } /* '' */
.loco-cancel-2:before { content: '\e9c7'; } /* '' */
.loco-cancel-alt:before { content: '\e9c8'; } /* '' */
.loco-cancel-alt-filled:before { content: '\e9c9'; } /* '' */
.loco-cancel-circled-outline:before { content: '\e9ca'; } /* '' */
.loco-cancel-circled-2:before { content: '\e9cb'; } /* '' */
.loco-plus-outline:before { content: '\e9cc'; } /* '' */
.loco-plus-2:before { content: '\e9cd'; } /* '' */
.loco-minus-outline:before { content: '\e9ce'; } /* '' */
.loco-minus-2:before { content: '\e9cf'; } /* '' */
.loco-divide-outline:before { content: '\e9d0'; } /* '' */
.loco-divide:before { content: '\e9d1'; } /* '' */
.loco-eq-outline:before { content: '\e9d2'; } /* '' */
.loco-eq:before { content: '\e9d3'; } /* '' */
.loco-info-outline:before { content: '\e9d4'; } /* '' */
.loco-info-2:before { content: '\e9d5'; } /* '' */
.loco-home-outline:before { content: '\e9d6'; } /* '' */
.loco-home-2:before { content: '\e9d7'; } /* '' */
.loco-link-outline:before { content: '\e9d8'; } /* '' */
.loco-link-2:before { content: '\e9d9'; } /* '' */
.loco-attach-outline:before { content: '\e9da'; } /* '' */
.loco-attach-2:before { content: '\e9db'; } /* '' */
.loco-lock-2:before { content: '\e9dc'; } /* '' */
.loco-lock-filled:before { content: '\e9dd'; } /* '' */
.loco-lock-open-2:before { content: '\e9de'; } /* '' */
.loco-lock-open-filled:before { content: '\e9df'; } /* '' */
.loco-pin-outline:before { content: '\e9e0'; } /* '' */
.loco-pin-1:before { content: '\e9e1'; } /* '' */
.loco-eye-outline:before { content: '\e9e2'; } /* '' */
.loco-eye-2:before { content: '\e9e3'; } /* '' */
.loco-tag-2:before { content: '\e9e4'; } /* '' */
.loco-tags-1:before { content: '\e9e5'; } /* '' */
.loco-bookmark-2:before { content: '\e9e6'; } /* '' */
.loco-flag-2:before { content: '\e9e7'; } /* '' */
.loco-flag-filled:before { content: '\e9e8'; } /* '' */
.loco-thumbs-up-2:before { content: '\e9e9'; } /* '' */
.loco-thumbs-down-2:before { content: '\e9ea'; } /* '' */
.loco-download-outline:before { content: '\e9eb'; } /* '' */
.loco-download-2:before { content: '\e9ec'; } /* '' */
.loco-upload-outline:before { content: '\e9ed'; } /* '' */
.loco-upload-2:before { content: '\e9ee'; } /* '' */
.loco-upload-cloud-outline:before { content: '\e9ef'; } /* '' */
.loco-upload-cloud-2:before { content: '\e9f0'; } /* '' */
.loco-reply-outline:before { content: '\e9f1'; } /* '' */
.loco-reply-2:before { content: '\e9f2'; } /* '' */
.loco-forward-outline:before { content: '\e9f3'; } /* '' */
.loco-forward-2:before { content: '\e9f4'; } /* '' */
.loco-code-outline:before { content: '\e9f5'; } /* '' */
.loco-code-2:before { content: '\e9f6'; } /* '' */
.loco-export-outline:before { content: '\e9f7'; } /* '' */
.loco-export-2:before { content: '\e9f8'; } /* '' */
.loco-pencil-2:before { content: '\e9f9'; } /* '' */
.loco-pen:before { content: '\e9fa'; } /* '' */
.loco-feather-1:before { content: '\e9fb'; } /* '' */
.loco-edit-1:before { content: '\e9fc'; } /* '' */
.loco-print-2:before { content: '\e9fd'; } /* '' */
.loco-comment-2:before { content: '\e9fe'; } /* '' */
.loco-chat-2:before { content: '\e9ff'; } /* '' */
.loco-chat-alt:before { content: '\ea00'; } /* '' */
.loco-bell-2:before { content: '\ea01'; } /* '' */
.loco-attention-2:before { content: '\ea02'; } /* '' */
.loco-attention-filled:before { content: '\ea03'; } /* '' */
.loco-warning-empty:before { content: '\ea04'; } /* '' */
.loco-warning:before { content: '\ea05'; } /* '' */
.loco-contacts:before { content: '\ea06'; } /* '' */
.loco-vcard-1:before { content: '\ea07'; } /* '' */
.loco-address-1:before { content: '\ea08'; } /* '' */
.loco-location-outline:before { content: '\ea09'; } /* '' */
.loco-location-2:before { content: '\ea0a'; } /* '' */
.loco-map-2:before { content: '\ea0b'; } /* '' */
.loco-direction-outline:before { content: '\ea0c'; } /* '' */
.loco-direction-2:before { content: '\ea0d'; } /* '' */
.loco-compass-2:before { content: '\ea0e'; } /* '' */
.loco-trash-2:before { content: '\ea0f'; } /* '' */
.loco-doc-2:before { content: '\ea10'; } /* '' */
.loco-doc-text-2:before { content: '\ea11'; } /* '' */
.loco-doc-add:before { content: '\ea12'; } /* '' */
.loco-doc-remove:before { content: '\ea13'; } /* '' */
.loco-news:before { content: '\ea14'; } /* '' */
.loco-folder-2:before { content: '\ea15'; } /* '' */
.loco-folder-add:before { content: '\ea16'; } /* '' */
.loco-folder-delete:before { content: '\ea17'; } /* '' */
.loco-archive-1:before { content: '\ea18'; } /* '' */
.loco-box-2:before { content: '\ea19'; } /* '' */
.loco-rss-outline:before { content: '\ea1a'; } /* '' */
.loco-rss-2:before { content: '\ea1b'; } /* '' */
.loco-phone-outline:before { content: '\ea1c'; } /* '' */
.loco-phone-2:before { content: '\ea1d'; } /* '' */
.loco-menu-outline:before { content: '\ea1e'; } /* '' */
.loco-menu-2:before { content: '\ea1f'; } /* '' */
.loco-cog-outline:before { content: '\ea20'; } /* '' */
.loco-cog-2:before { content: '\ea21'; } /* '' */
.loco-wrench-outline:before { content: '\ea22'; } /* '' */
.loco-wrench-1:before { content: '\ea23'; } /* '' */
.loco-basket-2:before { content: '\ea24'; } /* '' */
.loco-calendar-outlilne:before { content: '\ea25'; } /* '' */
.loco-calendar-2:before { content: '\ea26'; } /* '' */
.loco-mic-outline:before { content: '\ea27'; } /* '' */
.loco-mic-2:before { content: '\ea28'; } /* '' */
.loco-volume-off-1:before { content: '\ea29'; } /* '' */
.loco-volume-low:before { content: '\ea2a'; } /* '' */
.loco-volume-middle:before { content: '\ea2b'; } /* '' */
.loco-volume-high:before { content: '\ea2c'; } /* '' */
.loco-headphones-1:before { content: '\ea2d'; } /* '' */
.loco-clock-2:before { content: '\ea2e'; } /* '' */
.loco-wristwatch:before { content: '\ea2f'; } /* '' */
.loco-stopwatch:before { content: '\ea30'; } /* '' */
.loco-lightbulb-1:before { content: '\ea31'; } /* '' */
.loco-block-outline:before { content: '\ea32'; } /* '' */
.loco-block-2:before { content: '\ea33'; } /* '' */
.loco-resize-full-outline:before { content: '\ea34'; } /* '' */
.loco-resize-full-2:before { content: '\ea35'; } /* '' */
.loco-resize-normal-outline:before { content: '\ea36'; } /* '' */
.loco-resize-normal:before { content: '\ea37'; } /* '' */
.loco-move-outline:before { content: '\ea38'; } /* '' */
.loco-move-1:before { content: '\ea39'; } /* '' */
.loco-popup-1:before { content: '\ea3a'; } /* '' */
.loco-zoom-in-outline:before { content: '\ea3b'; } /* '' */
.loco-zoom-in-1:before { content: '\ea3c'; } /* '' */
.loco-zoom-out-outline:before { content: '\ea3d'; } /* '' */
.loco-zoom-out-1:before { content: '\ea3e'; } /* '' */
.loco-popup-2:before { content: '\ea3f'; } /* '' */
.loco-left-open-outline:before { content: '\ea40'; } /* '' */
.loco-left-open-2:before { content: '\ea41'; } /* '' */
.loco-right-open-outline:before { content: '\ea42'; } /* '' */
.loco-right-open-2:before { content: '\ea43'; } /* '' */
.loco-down-2:before { content: '\ea44'; } /* '' */
.loco-left-2:before { content: '\ea45'; } /* '' */
.loco-right-2:before { content: '\ea46'; } /* '' */
.loco-up-2:before { content: '\ea47'; } /* '' */
.loco-down-outline:before { content: '\ea48'; } /* '' */
.loco-left-outline:before { content: '\ea49'; } /* '' */
.loco-right-outline:before { content: '\ea4a'; } /* '' */
.loco-up-outline:before { content: '\ea4b'; } /* '' */
.loco-down-small:before { content: '\ea4c'; } /* '' */
.loco-left-small:before { content: '\ea4d'; } /* '' */
.loco-right-small:before { content: '\ea4e'; } /* '' */
.loco-up-small:before { content: '\ea4f'; } /* '' */
.loco-cw-outline:before { content: '\ea50'; } /* '' */
.loco-cw-2:before { content: '\ea51'; } /* '' */
.loco-arrows-cw-outline:before { content: '\ea52'; } /* '' */
.loco-arrows-cw-1:before { content: '\ea53'; } /* '' */
.loco-loop-outline:before { content: '\ea54'; } /* '' */
.loco-loop-1:before { content: '\ea55'; } /* '' */
.loco-loop-alt-outline:before { content: '\ea56'; } /* '' */
.loco-loop-alt:before { content: '\ea57'; } /* '' */
.loco-shuffle-2:before { content: '\ea58'; } /* '' */
.loco-play-outline:before { content: '\ea59'; } /* '' */
.loco-play-2:before { content: '\ea5a'; } /* '' */
.loco-stop-outline:before { content: '\ea5b'; } /* '' */
.loco-stop-2:before { content: '\ea5c'; } /* '' */
.loco-pause-outline:before { content: '\ea5d'; } /* '' */
.loco-pause-2:before { content: '\ea5e'; } /* '' */
.loco-fast-fw-outline:before { content: '\ea5f'; } /* '' */
.loco-fast-fw-1:before { content: '\ea60'; } /* '' */
.loco-rewind-outline:before { content: '\ea61'; } /* '' */
.loco-rewind:before { content: '\ea62'; } /* '' */
.loco-record-outline:before { content: '\ea63'; } /* '' */
.loco-record-1:before { content: '\ea64'; } /* '' */
.loco-eject-outline:before { content: '\ea65'; } /* '' */
.loco-eject-1:before { content: '\ea66'; } /* '' */
.loco-eject-alt-outline:before { content: '\ea67'; } /* '' */
.loco-eject-alt:before { content: '\ea68'; } /* '' */
.loco-bat1:before { content: '\ea69'; } /* '' */
.loco-bat2:before { content: '\ea6a'; } /* '' */
.loco-bat3:before { content: '\ea6b'; } /* '' */
.loco-bat4:before { content: '\ea6c'; } /* '' */
.loco-bat-charge:before { content: '\ea6d'; } /* '' */
.loco-plug-1:before { content: '\ea6e'; } /* '' */
.loco-target-outline:before { content: '\ea6f'; } /* '' */
.loco-target-2:before { content: '\ea70'; } /* '' */
.loco-wifi-outline:before { content: '\ea71'; } /* '' */
.loco-wifi-1:before { content: '\ea72'; } /* '' */
.loco-desktop-1:before { content: '\ea73'; } /* '' */
.loco-laptop-1:before { content: '\ea74'; } /* '' */
.loco-tablet-1:before { content: '\ea75'; } /* '' */
.loco-mobile-2:before { content: '\ea76'; } /* '' */
.loco-contrast:before { content: '\ea77'; } /* '' */
.loco-globe-outline:before { content: '\ea78'; } /* '' */
.loco-globe-2:before { content: '\ea79'; } /* '' */
.loco-globe-alt-outline:before { content: '\ea7a'; } /* '' */
.loco-globe-alt:before { content: '\ea7b'; } /* '' */
.loco-sun-1:before { content: '\ea7c'; } /* '' */
.loco-sun-filled:before { content: '\ea7d'; } /* '' */
.loco-cloud-2:before { content: '\ea7e'; } /* '' */
.loco-flash-outline:before { content: '\ea7f'; } /* '' */
.loco-flash-2:before { content: '\ea80'; } /* '' */
.loco-moon-2:before { content: '\ea81'; } /* '' */
.loco-waves-outline:before { content: '\ea82'; } /* '' */
.loco-waves:before { content: '\ea83'; } /* '' */
.loco-rain:before { content: '\ea84'; } /* '' */
.loco-cloud-sun:before { content: '\ea85'; } /* '' */
.loco-drizzle:before { content: '\ea86'; } /* '' */
.loco-snow:before { content: '\ea87'; } /* '' */
.loco-cloud-flash:before { content: '\ea88'; } /* '' */
.loco-cloud-wind:before { content: '\ea89'; } /* '' */
.loco-wind:before { content: '\ea8a'; } /* '' */
.loco-plane-outline:before { content: '\ea8b'; } /* '' */
.loco-plane:before { content: '\ea8c'; } /* '' */
.loco-leaf-2:before { content: '\ea8d'; } /* '' */
.loco-lifebuoy-2:before { content: '\ea8e'; } /* '' */
.loco-briefcase-2:before { content: '\ea8f'; } /* '' */
.loco-brush-2:before { content: '\ea90'; } /* '' */
.loco-pipette:before { content: '\ea91'; } /* '' */
.loco-power-outline:before { content: '\ea92'; } /* '' */
.loco-power:before { content: '\ea93'; } /* '' */
.loco-check-outline:before { content: '\ea94'; } /* '' */
.loco-check-2:before { content: '\ea95'; } /* '' */
.loco-gift-1:before { content: '\ea96'; } /* '' */
.loco-temperatire:before { content: '\ea97'; } /* '' */
.loco-chart-outline:before { content: '\ea98'; } /* '' */
.loco-chart:before { content: '\ea99'; } /* '' */
.loco-chart-alt-outline:before { content: '\ea9a'; } /* '' */
.loco-chart-alt:before { content: '\ea9b'; } /* '' */
.loco-chart-bar-outline:before { content: '\ea9c'; } /* '' */
.loco-chart-bar-2:before { content: '\ea9d'; } /* '' */
.loco-chart-pie-outline:before { content: '\ea9e'; } /* '' */
.loco-chart-pie-2:before { content: '\ea9f'; } /* '' */
.loco-ticket-2:before { content: '\eaa0'; } /* '' */
.loco-credit-card-2:before { content: '\eaa1'; } /* '' */
.loco-clipboard-1:before { content: '\eaa2'; } /* '' */
.loco-database-2:before { content: '\eaa3'; } /* '' */
.loco-key-outline:before { content: '\eaa4'; } /* '' */
.loco-key-2:before { content: '\eaa5'; } /* '' */
.loco-flow-split:before { content: '\eaa6'; } /* '' */
.loco-flow-merge:before { content: '\eaa7'; } /* '' */
.loco-flow-parallel-1:before { content: '\eaa8'; } /* '' */
.loco-flow-cross:before { content: '\eaa9'; } /* '' */
.loco-certificate-outline:before { content: '\eaaa'; } /* '' */
.loco-certificate-1:before { content: '\eaab'; } /* '' */
.loco-scissors-outline:before { content: '\eaac'; } /* '' */
.loco-scissors-1:before { content: '\eaad'; } /* '' */
.loco-flask:before { content: '\eaae'; } /* '' */
.loco-wine:before { content: '\eaaf'; } /* '' */
.loco-coffee-1:before { content: '\eab0'; } /* '' */
.loco-beer-1:before { content: '\eab1'; } /* '' */
.loco-anchor-outline:before { content: '\eab2'; } /* '' */
.loco-anchor-1:before { content: '\eab3'; } /* '' */
.loco-puzzle-outline:before { content: '\eab4'; } /* '' */
.loco-puzzle-1:before { content: '\eab5'; } /* '' */
.loco-tree-1:before { content: '\eab6'; } /* '' */
.loco-calculator:before { content: '\eab7'; } /* '' */
.loco-infinity-outline:before { content: '\eab8'; } /* '' */
.loco-infinity-1:before { content: '\eab9'; } /* '' */
.loco-pi-outline:before { content: '\eaba'; } /* '' */
.loco-pi:before { content: '\eabb'; } /* '' */
.loco-at-1:before { content: '\eabc'; } /* '' */
.loco-at-circled:before { content: '\eabd'; } /* '' */
.loco-looped-square-outline:before { content: '\eabe'; } /* '' */
.loco-looped-square-interest:before { content: '\eabf'; } /* '' */
.loco-sort-alphabet-outline:before { content: '\eac0'; } /* '' */
.loco-sort-alphabet:before { content: '\eac1'; } /* '' */
.loco-sort-numeric-outline:before { content: '\eac2'; } /* '' */
.loco-sort-numeric:before { content: '\eac3'; } /* '' */
.loco-dribbble-circled-1:before { content: '\eac4'; } /* '' */
.loco-dribbble-2:before { content: '\eac5'; } /* '' */
.loco-facebook-circled-1:before { content: '\eac6'; } /* '' */
.loco-facebook-2:before { content: '\eac7'; } /* '' */
.loco-flickr-circled-1:before { content: '\eac8'; } /* '' */
.loco-flickr-2:before { content: '\eac9'; } /* '' */
.loco-github-circled-2:before { content: '\eaca'; } /* '' */
.loco-github-2:before { content: '\eacb'; } /* '' */
.loco-lastfm-circled-1:before { content: '\eacc'; } /* '' */
.loco-lastfm-2:before { content: '\eacd'; } /* '' */
.loco-linkedin-circled-1:before { content: '\eace'; } /* '' */
.loco-linkedin-2:before { content: '\eacf'; } /* '' */
.loco-pinterest-circled-2:before { content: '\ead0'; } /* '' */
.loco-pinterest-2:before { content: '\ead1'; } /* '' */
.loco-skype-outline:before { content: '\ead2'; } /* '' */
.loco-skype-2:before { content: '\ead3'; } /* '' */
.loco-tumbler-circled:before { content: '\ead4'; } /* '' */
.loco-tumbler:before { content: '\ead5'; } /* '' */
.loco-twitter-circled-1:before { content: '\ead6'; } /* '' */
.loco-twitter-2:before { content: '\ead7'; } /* '' */
.loco-vimeo-circled-1:before { content: '\ead8'; } /* '' */
.loco-vimeo-2:before { content: '\ead9'; } /* '' */
.loco-search-2:before { content: '\eada'; } /* '' */
.loco-mail-3:before { content: '\eadb'; } /* '' */
.loco-heart-3:before { content: '\eadc'; } /* '' */
.loco-heart-empty-2:before { content: '\eadd'; } /* '' */
.loco-star-3:before { content: '\eade'; } /* '' */
.loco-user-3:before { content: '\eadf'; } /* '' */
.loco-video-3:before { content: '\eae0'; } /* '' */
.loco-picture-2:before { content: '\eae1'; } /* '' */
.loco-camera-2:before { content: '\eae2'; } /* '' */
.loco-ok-2:before { content: '\eae3'; } /* '' */
.loco-ok-circle:before { content: '\eae4'; } /* '' */
.loco-cancel-3:before { content: '\eae5'; } /* '' */
.loco-cancel-circle:before { content: '\eae6'; } /* '' */
.loco-plus-3:before { content: '\eae7'; } /* '' */
.loco-plus-circle:before { content: '\eae8'; } /* '' */
.loco-minus-3:before { content: '\eae9'; } /* '' */
.loco-minus-circle:before { content: '\eaea'; } /* '' */
.loco-help-2:before { content: '\eaeb'; } /* '' */
.loco-info-3:before { content: '\eaec'; } /* '' */
.loco-home-3:before { content: '\eaed'; } /* '' */
.loco-link-3:before { content: '\eaee'; } /* '' */
.loco-attach-3:before { content: '\eaef'; } /* '' */
.loco-lock-3:before { content: '\eaf0'; } /* '' */
.loco-lock-empty:before { content: '\eaf1'; } /* '' */
.loco-lock-open-3:before { content: '\eaf2'; } /* '' */
.loco-lock-open-empty:before { content: '\eaf3'; } /* '' */
.loco-pin-2:before { content: '\eaf4'; } /* '' */
.loco-eye-3:before { content: '\eaf5'; } /* '' */
.loco-tag-3:before { content: '\eaf6'; } /* '' */
.loco-tag-empty:before { content: '\eaf7'; } /* '' */
.loco-download-3:before { content: '\eaf8'; } /* '' */
.loco-upload-3:before { content: '\eaf9'; } /* '' */
.loco-download-cloud-1:before { content: '\eafa'; } /* '' */
.loco-upload-cloud-3:before { content: '\eafb'; } /* '' */
.loco-quote-left-1:before { content: '\eafc'; } /* '' */
.loco-quote-right-1:before { content: '\eafd'; } /* '' */
.loco-quote-left-alt:before { content: '\eafe'; } /* '' */
.loco-quote-right-alt:before { content: '\eaff'; } /* '' */
.loco-pencil-3:before { content: '\eb00'; } /* '' */
.loco-pencil-neg:before { content: '\eb01'; } /* '' */
.loco-pencil-alt:before { content: '\eb02'; } /* '' */
.loco-undo:before { content: '\eb03'; } /* '' */
.loco-comment-3:before { content: '\eb04'; } /* '' */
.loco-comment-inv:before { content: '\eb05'; } /* '' */
.loco-comment-alt:before { content: '\eb06'; } /* '' */
.loco-comment-inv-alt:before { content: '\eb07'; } /* '' */
.loco-comment-alt2:before { content: '\eb08'; } /* '' */
.loco-comment-inv-alt2:before { content: '\eb09'; } /* '' */
.loco-chat-3:before { content: '\eb0a'; } /* '' */
.loco-chat-inv:before { content: '\eb0b'; } /* '' */
.loco-location-3:before { content: '\eb0c'; } /* '' */
.loco-location-inv:before { content: '\eb0d'; } /* '' */
.loco-location-alt:before { content: '\eb0e'; } /* '' */
.loco-compass-3:before { content: '\eb0f'; } /* '' */
.loco-trash-3:before { content: '\eb10'; } /* '' */
.loco-trash-empty-1:before { content: '\eb11'; } /* '' */
.loco-doc-3:before { content: '\eb12'; } /* '' */
.loco-doc-inv-1:before { content: '\eb13'; } /* '' */
.loco-doc-alt:before { content: '\eb14'; } /* '' */
.loco-doc-inv-alt:before { content: '\eb15'; } /* '' */
.loco-article:before { content: '\eb16'; } /* '' */
.loco-article-alt:before { content: '\eb17'; } /* '' */
.loco-book-open-1:before { content: '\eb18'; } /* '' */
.loco-folder-3:before { content: '\eb19'; } /* '' */
.loco-folder-empty-1:before { content: '\eb1a'; } /* '' */
.loco-box-3:before { content: '\eb1b'; } /* '' */
.loco-rss-3:before { content: '\eb1c'; } /* '' */
.loco-rss-alt:before { content: '\eb1d'; } /* '' */
.loco-cog-3:before { content: '\eb1e'; } /* '' */
.loco-wrench-2:before { content: '\eb1f'; } /* '' */
.loco-share-2:before { content: '\eb20'; } /* '' */
.loco-calendar-3:before { content: '\eb21'; } /* '' */
.loco-calendar-inv:before { content: '\eb22'; } /* '' */
.loco-calendar-alt:before { content: '\eb23'; } /* '' */
.loco-mic-3:before { content: '\eb24'; } /* '' */
.loco-volume-off-2:before { content: '\eb25'; } /* '' */
.loco-volume-up-1:before { content: '\eb26'; } /* '' */
.loco-headphones-2:before { content: '\eb27'; } /* '' */
.loco-clock-3:before { content: '\eb28'; } /* '' */
.loco-lamp-1:before { content: '\eb29'; } /* '' */
.loco-block-3:before { content: '\eb2a'; } /* '' */
.loco-resize-full-3:before { content: '\eb2b'; } /* '' */
.loco-resize-full-alt-1:before { content: '\eb2c'; } /* '' */
.loco-resize-small-2:before { content: '\eb2d'; } /* '' */
.loco-resize-small-alt:before { content: '\eb2e'; } /* '' */
.loco-resize-vertical-1:before { content: '\eb2f'; } /* '' */
.loco-resize-horizontal-1:before { content: '\eb30'; } /* '' */
.loco-move-2:before { content: '\eb31'; } /* '' */
.loco-popup-3:before { content: '\eb32'; } /* '' */
.loco-down-3:before { content: '\eb33'; } /* '' */
.loco-left-3:before { content: '\eb34'; } /* '' */
.loco-right-3:before { content: '\eb35'; } /* '' */
.loco-up-3:before { content: '\eb36'; } /* '' */
.loco-down-circle:before { content: '\eb37'; } /* '' */
.loco-left-circle:before { content: '\eb38'; } /* '' */
.loco-right-circle:before { content: '\eb39'; } /* '' */
.loco-up-circle:before { content: '\eb3a'; } /* '' */
.loco-cw-3:before { content: '\eb3b'; } /* '' */
.loco-loop-2:before { content: '\eb3c'; } /* '' */
.loco-loop-alt-1:before { content: '\eb3d'; } /* '' */
.loco-exchange-1:before { content: '\eb3e'; } /* '' */
.loco-split:before { content: '\eb3f'; } /* '' */
.loco-arrow-curved:before { content: '\eb40'; } /* '' */
.loco-play-3:before { content: '\eb41'; } /* '' */
.loco-play-circle2:before { content: '\eb42'; } /* '' */
.loco-stop-3:before { content: '\eb43'; } /* '' */
.loco-pause-3:before { content: '\eb44'; } /* '' */
.loco-to-start-2:before { content: '\eb45'; } /* '' */
.loco-to-end-2:before { content: '\eb46'; } /* '' */
.loco-eject-2:before { content: '\eb47'; } /* '' */
.loco-target-3:before { content: '\eb48'; } /* '' */
.loco-signal-2:before { content: '\eb49'; } /* '' */
.loco-award-1:before { content: '\eb4a'; } /* '' */
.loco-award-empty:before { content: '\eb4b'; } /* '' */
.loco-list-2:before { content: '\eb4c'; } /* '' */
.loco-list-nested:before { content: '\eb4d'; } /* '' */
.loco-bat-empty:before { content: '\eb4e'; } /* '' */
.loco-bat-half:before { content: '\eb4f'; } /* '' */
.loco-bat-full:before { content: '\eb50'; } /* '' */
.loco-bat-charge-1:before { content: '\eb51'; } /* '' */
.loco-mobile-3:before { content: '\eb52'; } /* '' */
.loco-cd-1:before { content: '\eb53'; } /* '' */
.loco-equalizer:before { content: '\eb54'; } /* '' */
.loco-cursor:before { content: '\eb55'; } /* '' */
.loco-aperture:before { content: '\eb56'; } /* '' */
.loco-aperture-alt:before { content: '\eb57'; } /* '' */
.loco-steering-wheel:before { content: '\eb58'; } /* '' */
.loco-book-2:before { content: '\eb59'; } /* '' */
.loco-book-alt:before { content: '\eb5a'; } /* '' */
.loco-brush-3:before { content: '\eb5b'; } /* '' */
.loco-brush-alt:before { content: '\eb5c'; } /* '' */
.loco-eyedropper-1:before { content: '\eb5d'; } /* '' */
.loco-layers:before { content: '\eb5e'; } /* '' */
.loco-layers-alt:before { content: '\eb5f'; } /* '' */
.loco-sun-2:before { content: '\eb60'; } /* '' */
.loco-sun-inv:before { content: '\eb61'; } /* '' */
.loco-cloud-3:before { content: '\eb62'; } /* '' */
.loco-rain-1:before { content: '\eb63'; } /* '' */
.loco-flash-3:before { content: '\eb64'; } /* '' */
.loco-moon-3:before { content: '\eb65'; } /* '' */
.loco-moon-inv:before { content: '\eb66'; } /* '' */
.loco-umbrella-1:before { content: '\eb67'; } /* '' */
.loco-chart-bar-3:before { content: '\eb68'; } /* '' */
.loco-chart-pie-3:before { content: '\eb69'; } /* '' */
.loco-chart-pie-alt:before { content: '\eb6a'; } /* '' */
.loco-key-3:before { content: '\eb6b'; } /* '' */
.loco-key-inv:before { content: '\eb6c'; } /* '' */
.loco-hash:before { content: '\eb6d'; } /* '' */
.loco-at-2:before { content: '\eb6e'; } /* '' */
.loco-pilcrow:before { content: '\eb6f'; } /* '' */
.loco-dial:before { content: '\eb70'; } /* '' */
.loco-search-3:before { content: '\eb71'; } /* '' */
.loco-mail-4:before { content: '\eb72'; } /* '' */
.loco-heart-4:before { content: '\eb73'; } /* '' */
.loco-star-4:before { content: '\eb74'; } /* '' */
.loco-user-4:before { content: '\eb75'; } /* '' */
.loco-user-woman:before { content: '\eb76'; } /* '' */
.loco-user-pair:before { content: '\eb77'; } /* '' */
.loco-video-alt:before { content: '\eb78'; } /* '' */
.loco-videocam-1:before { content: '\eb79'; } /* '' */
.loco-videocam-alt:before { content: '\eb7a'; } /* '' */
.loco-camera-3:before { content: '\eb7b'; } /* '' */
.loco-th-2:before { content: '\eb7c'; } /* '' */
.loco-th-list-2:before { content: '\eb7d'; } /* '' */
.loco-ok-3:before { content: '\eb7e'; } /* '' */
.loco-cancel-4:before { content: '\eb7f'; } /* '' */
.loco-cancel-circle-1:before { content: '\eb80'; } /* '' */
.loco-plus-4:before { content: '\eb81'; } /* '' */
.loco-home-4:before { content: '\eb82'; } /* '' */
.loco-lock-4:before { content: '\eb83'; } /* '' */
.loco-lock-open-4:before { content: '\eb84'; } /* '' */
.loco-eye-4:before { content: '\eb85'; } /* '' */
.loco-tag-4:before { content: '\eb86'; } /* '' */
.loco-thumbs-up-3:before { content: '\eb87'; } /* '' */
.loco-thumbs-down-3:before { content: '\eb88'; } /* '' */
.loco-download-4:before { content: '\eb89'; } /* '' */
.loco-export-3:before { content: '\eb8a'; } /* '' */
.loco-pencil-4:before { content: '\eb8b'; } /* '' */
.loco-pencil-alt-1:before { content: '\eb8c'; } /* '' */
.loco-edit-2:before { content: '\eb8d'; } /* '' */
.loco-chat-4:before { content: '\eb8e'; } /* '' */
.loco-print-3:before { content: '\eb8f'; } /* '' */
.loco-bell-3:before { content: '\eb90'; } /* '' */
.loco-attention-3:before { content: '\eb91'; } /* '' */
.loco-info-4:before { content: '\eb92'; } /* '' */
.loco-question:before { content: '\eb93'; } /* '' */
.loco-location-4:before { content: '\eb94'; } /* '' */
.loco-trash-4:before { content: '\eb95'; } /* '' */
.loco-doc-4:before { content: '\eb96'; } /* '' */
.loco-article-1:before { content: '\eb97'; } /* '' */
.loco-article-alt-1:before { content: '\eb98'; } /* '' */
.loco-rss-4:before { content: '\eb99'; } /* '' */
.loco-wrench-3:before { content: '\eb9a'; } /* '' */
.loco-basket-3:before { content: '\eb9b'; } /* '' */
.loco-basket-alt:before { content: '\eb9c'; } /* '' */
.loco-calendar-4:before { content: '\eb9d'; } /* '' */
.loco-calendar-alt-1:before { content: '\eb9e'; } /* '' */
.loco-volume-off-3:before { content: '\eb9f'; } /* '' */
.loco-volume-down-1:before { content: '\eba0'; } /* '' */
.loco-volume-up-2:before { content: '\eba1'; } /* '' */
.loco-bullhorn:before { content: '\eba2'; } /* '' */
.loco-clock-4:before { content: '\eba3'; } /* '' */
.loco-clock-alt:before { content: '\eba4'; } /* '' */
.loco-stop-4:before { content: '\eba5'; } /* '' */
.loco-resize-full-4:before { content: '\eba6'; } /* '' */
.loco-resize-small-3:before { content: '\eba7'; } /* '' */
.loco-zoom-in-2:before { content: '\eba8'; } /* '' */
.loco-zoom-out-2:before { content: '\eba9'; } /* '' */
.loco-popup-4:before { content: '\ebaa'; } /* '' */
.loco-down-dir-2:before { content: '\ebab'; } /* '' */
.loco-left-dir-2:before { content: '\ebac'; } /* '' */
.loco-right-dir-2:before { content: '\ebad'; } /* '' */
.loco-up-dir-2:before { content: '\ebae'; } /* '' */
.loco-down-4:before { content: '\ebaf'; } /* '' */
.loco-up-4:before { content: '\ebb0'; } /* '' */
.loco-cw-4:before { content: '\ebb1'; } /* '' */
.loco-signal-3:before { content: '\ebb2'; } /* '' */
.loco-award-2:before { content: '\ebb3'; } /* '' */
.loco-mobile-4:before { content: '\ebb4'; } /* '' */
.loco-mobile-alt:before { content: '\ebb5'; } /* '' */
.loco-tablet-2:before { content: '\ebb6'; } /* '' */
.loco-ipod:before { content: '\ebb7'; } /* '' */
.loco-cd-2:before { content: '\ebb8'; } /* '' */
.loco-grid:before { content: '\ebb9'; } /* '' */
.loco-book-3:before { content: '\ebba'; } /* '' */
.loco-easel:before { content: '\ebbb'; } /* '' */
.loco-globe-3:before { content: '\ebbc'; } /* '' */
.loco-chart-1:before { content: '\ebbd'; } /* '' */
.loco-chart-bar-4:before { content: '\ebbe'; } /* '' */
.loco-chart-pie-4:before { content: '\ebbf'; } /* '' */
.loco-dollar-1:before { content: '\ebc0'; } /* '' */
.loco-at-3:before { content: '\ebc1'; } /* '' */
.loco-colon:before { content: '\ebc2'; } /* '' */
.loco-semicolon:before { content: '\ebc3'; } /* '' */
.loco-squares:before { content: '\ebc4'; } /* '' */
.loco-money-1:before { content: '\ebc5'; } /* '' */
.loco-facebook-3:before { content: '\ebc6'; } /* '' */
.loco-facebook-rect:before { content: '\ebc7'; } /* '' */
.loco-twitter-bird:before { content: '\ebc8'; } /* '' */
.loco-youtube-1:before { content: '\ebc9'; } /* '' */
.loco-windy-rain-inv:before { content: '\ebca'; } /* '' */
.loco-snow-inv:before { content: '\ebcb'; } /* '' */
.loco-snow-heavy-inv:before { content: '\ebcc'; } /* '' */
.loco-hail-inv:before { content: '\ebcd'; } /* '' */
.loco-clouds-inv:before { content: '\ebce'; } /* '' */
.loco-clouds-flash-inv:before { content: '\ebcf'; } /* '' */
.loco-temperature:before { content: '\ebd0'; } /* '' */
.loco-compass-4:before { content: '\ebd1'; } /* '' */
.loco-na:before { content: '\ebd2'; } /* '' */
.loco-celcius:before { content: '\ebd3'; } /* '' */
.loco-fahrenheit:before { content: '\ebd4'; } /* '' */
.loco-clouds-flash-alt:before { content: '\ebd5'; } /* '' */
.loco-sun-inv-1:before { content: '\ebd6'; } /* '' */
.loco-moon-inv-1:before { content: '\ebd7'; } /* '' */
.loco-cloud-sun-inv:before { content: '\ebd8'; } /* '' */
.loco-cloud-moon-inv:before { content: '\ebd9'; } /* '' */
.loco-cloud-inv:before { content: '\ebda'; } /* '' */
.loco-cloud-flash-inv:before { content: '\ebdb'; } /* '' */
.loco-drizzle-inv:before { content: '\ebdc'; } /* '' */
.loco-rain-inv:before { content: '\ebdd'; } /* '' */
.loco-windy-inv:before { content: '\ebde'; } /* '' */
.loco-sunrise:before { content: '\ebdf'; } /* '' */
.loco-sun-3:before { content: '\ebe0'; } /* '' */
.loco-moon-4:before { content: '\ebe1'; } /* '' */
.loco-eclipse:before { content: '\ebe2'; } /* '' */
.loco-mist:before { content: '\ebe3'; } /* '' */
.loco-wind-1:before { content: '\ebe4'; } /* '' */
.loco-snowflake:before { content: '\ebe5'; } /* '' */
.loco-cloud-sun-1:before { content: '\ebe6'; } /* '' */
.loco-cloud-moon:before { content: '\ebe7'; } /* '' */
.loco-fog-sun:before { content: '\ebe8'; } /* '' */
.loco-fog-moon:before { content: '\ebe9'; } /* '' */
.loco-fog-cloud:before { content: '\ebea'; } /* '' */
.loco-fog:before { content: '\ebeb'; } /* '' */
.loco-cloud-4:before { content: '\ebec'; } /* '' */
.loco-cloud-flash-1:before { content: '\ebed'; } /* '' */
.loco-cloud-flash-alt:before { content: '\ebee'; } /* '' */
.loco-drizzle-1:before { content: '\ebef'; } /* '' */
.loco-rain-2:before { content: '\ebf0'; } /* '' */
.loco-windy:before { content: '\ebf1'; } /* '' */
.loco-windy-rain:before { content: '\ebf2'; } /* '' */
.loco-snow-1:before { content: '\ebf3'; } /* '' */
.loco-snow-alt:before { content: '\ebf4'; } /* '' */
.loco-snow-heavy:before { content: '\ebf5'; } /* '' */
.loco-hail:before { content: '\ebf6'; } /* '' */
.loco-clouds:before { content: '\ebf7'; } /* '' */
.loco-clouds-flash:before { content: '\ebf8'; } /* '' */
.loco-mail-5:before { content: '\ebf9'; } /* '' */
.loco-heart-5:before { content: '\ebfa'; } /* '' */
.loco-star-5:before { content: '\ebfb'; } /* '' */
.loco-star-empty-2:before { content: '\ebfc'; } /* '' */
.loco-ok-4:before { content: '\ebfd'; } /* '' */
.loco-cancel-5:before { content: '\ebfe'; } /* '' */
.loco-plus-5:before { content: '\ebff'; } /* '' */
.loco-help-circled-2:before { content: '\ec00'; } /* '' */
.loco-help-circled-alt:before { content: '\ec01'; } /* '' */
.loco-home-5:before { content: '\ec02'; } /* '' */
.loco-pencil-5:before { content: '\ec03'; } /* '' */
.loco-attention-4:before { content: '\ec04'; } /* '' */
.loco-attention-alt-1:before { content: '\ec05'; } /* '' */
.loco-cog-4:before { content: '\ec06'; } /* '' */
.loco-mic-off:before { content: '\ec07'; } /* '' */
.loco-clock-5:before { content: '\ec08'; } /* '' */
.loco-stopwatch-1:before { content: '\ec09'; } /* '' */
.loco-hourglass-5:before { content: '\ec0a'; } /* '' */
.loco-down-5:before { content: '\ec0b'; } /* '' */
.loco-left-4:before { content: '\ec0c'; } /* '' */
.loco-right-4:before { content: '\ec0d'; } /* '' */
.loco-up-5:before { content: '\ec0e'; } /* '' */
.loco-down-bold-1:before { content: '\ec0f'; } /* '' */
.loco-left-bold-1:before { content: '\ec10'; } /* '' */
.loco-right-bold-1:before { content: '\ec11'; } /* '' */
.loco-up-bold-1:before { content: '\ec12'; } /* '' */
.loco-down-fat:before { content: '\ec13'; } /* '' */
.loco-left-fat:before { content: '\ec14'; } /* '' */
.loco-right-fat:before { content: '\ec15'; } /* '' */
.loco-up-fat:before { content: '\ec16'; } /* '' */
.loco-flash-4:before { content: '\ec17'; } /* '' */
.loco-cloud-5:before { content: '\ec18'; } /* '' */
.loco-vector-pencil:before { content: '\ec19'; } /* '' */
.loco-at-4:before { content: '\ec1a'; } /* '' */
.loco-female-1:before { content: '\ec1b'; } /* '' */
.loco-male-1:before { content: '\ec1c'; } /* '' */
.loco-king:before { content: '\ec1d'; } /* '' */
.loco-anchor-2:before { content: '\ec1e'; } /* '' */
.loco-aboveground-rail:before { content: '\ec1f'; } /* '' */
.loco-airfield:before { content: '\ec20'; } /* '' */
.loco-airport:before { content: '\ec21'; } /* '' */
.loco-art-gallery:before { content: '\ec22'; } /* '' */
.loco-bar:before { content: '\ec23'; } /* '' */
.loco-baseball:before { content: '\ec24'; } /* '' */
.loco-basketball:before { content: '\ec25'; } /* '' */
.loco-beer-2:before { content: '\ec26'; } /* '' */
.loco-belowground-rail:before { content: '\ec27'; } /* '' */
.loco-bicycle-1:before { content: '\ec28'; } /* '' */
.loco-bus-1:before { content: '\ec29'; } /* '' */
.loco-cafe:before { content: '\ec2a'; } /* '' */
.loco-campsite:before { content: '\ec2b'; } /* '' */
.loco-cemetery:before { content: '\ec2c'; } /* '' */
.loco-cinema:before { content: '\ec2d'; } /* '' */
.loco-college:before { content: '\ec2e'; } /* '' */
.loco-commerical-building:before { content: '\ec2f'; } /* '' */
.loco-credit-card-3:before { content: '\ec30'; } /* '' */
.loco-cricket:before { content: '\ec31'; } /* '' */
.loco-embassy:before { content: '\ec32'; } /* '' */
.loco-fast-food:before { content: '\ec33'; } /* '' */
.loco-ferry:before { content: '\ec34'; } /* '' */
.loco-fire-station:before { content: '\ec35'; } /* '' */
.loco-football:before { content: '\ec36'; } /* '' */
.loco-fuel:before { content: '\ec37'; } /* '' */
.loco-garden:before { content: '\ec38'; } /* '' */
.loco-giraffe:before { content: '\ec39'; } /* '' */
.loco-golf:before { content: '\ec3a'; } /* '' */
.loco-grocery-store:before { content: '\ec3b'; } /* '' */
.loco-harbor:before { content: '\ec3c'; } /* '' */
.loco-heliport:before { content: '\ec3d'; } /* '' */
.loco-hospital-1:before { content: '\ec3e'; } /* '' */
.loco-industrial-building:before { content: '\ec3f'; } /* '' */
.loco-library:before { content: '\ec40'; } /* '' */
.loco-lodging:before { content: '\ec41'; } /* '' */
.loco-london-underground:before { content: '\ec42'; } /* '' */
.loco-minefield:before { content: '\ec43'; } /* '' */
.loco-monument:before { content: '\ec44'; } /* '' */
.loco-museum:before { content: '\ec45'; } /* '' */
.loco-pharmacy:before { content: '\ec46'; } /* '' */
.loco-pitch:before { content: '\ec47'; } /* '' */
.loco-police:before { content: '\ec48'; } /* '' */
.loco-post:before { content: '\ec49'; } /* '' */
.loco-prison:before { content: '\ec4a'; } /* '' */
.loco-rail:before { content: '\ec4b'; } /* '' */
.loco-religious-christian:before { content: '\ec4c'; } /* '' */
.loco-religious-islam:before { content: '\ec4d'; } /* '' */
.loco-religious-jewish:before { content: '\ec4e'; } /* '' */
.loco-restaurant:before { content: '\ec4f'; } /* '' */
.loco-roadblock:before { content: '\ec50'; } /* '' */
.loco-school:before { content: '\ec51'; } /* '' */
.loco-shop:before { content: '\ec52'; } /* '' */
.loco-skiing:before { content: '\ec53'; } /* '' */
.loco-soccer:before { content: '\ec54'; } /* '' */
.loco-swimming:before { content: '\ec55'; } /* '' */
.loco-tennis:before { content: '\ec56'; } /* '' */
.loco-theatre:before { content: '\ec57'; } /* '' */
.loco-toilet:before { content: '\ec58'; } /* '' */
.loco-town-hall:before { content: '\ec59'; } /* '' */
.loco-trash-6:before { content: '\ec5a'; } /* '' */
.loco-tree-2:before { content: '\ec5b'; } /* '' */
.loco-tree-3:before { content: '\ec5c'; } /* '' */
.loco-warehouse:before { content: '\ec5d'; } /* '' */
.loco-duckduckgo:before { content: '\ec5e'; } /* '' */
.loco-aim:before { content: '\ec5f'; } /* '' */
.loco-delicious-1:before { content: '\ec60'; } /* '' */
.loco-paypal-2:before { content: '\ec61'; } /* '' */
.loco-flattr-1:before { content: '\ec62'; } /* '' */
.loco-android-1:before { content: '\ec63'; } /* '' */
.loco-eventful:before { content: '\ec64'; } /* '' */
.loco-smashmag:before { content: '\ec65'; } /* '' */
.loco-gplus-3:before { content: '\ec66'; } /* '' */
.loco-wikipedia:before { content: '\ec67'; } /* '' */
.loco-lanyrd:before { content: '\ec68'; } /* '' */
.loco-calendar-6:before { content: '\ec69'; } /* '' */
.loco-stumbleupon-2:before { content: '\ec6a'; } /* '' */
.loco-fivehundredpx:before { content: '\ec6b'; } /* '' */
.loco-pinterest-3:before { content: '\ec6c'; } /* '' */
.loco-bitcoin-1:before { content: '\ec6d'; } /* '' */
.loco-w3c:before { content: '\ec6e'; } /* '' */
.loco-foursquare-1:before { content: '\ec6f'; } /* '' */
.loco-html5-1:before { content: '\ec70'; } /* '' */
.loco-ie-1:before { content: '\ec71'; } /* '' */
.loco-call:before { content: '\ec72'; } /* '' */
.loco-grooveshark:before { content: '\ec73'; } /* '' */
.loco-ninetyninedesigns:before { content: '\ec74'; } /* '' */
.loco-forrst:before { content: '\ec75'; } /* '' */
.loco-digg-1:before { content: '\ec76'; } /* '' */
.loco-spotify-2:before { content: '\ec77'; } /* '' */
.loco-reddit-1:before { content: '\ec78'; } /* '' */
.loco-guest:before { content: '\ec79'; } /* '' */
.loco-gowalla:before { content: '\ec7a'; } /* '' */
.loco-appstore:before { content: '\ec7b'; } /* '' */
.loco-blogger:before { content: '\ec7c'; } /* '' */
.loco-cc-2:before { content: '\ec7d'; } /* '' */
.loco-dribbble-4:before { content: '\ec7e'; } /* '' */
.loco-evernote-1:before { content: '\ec7f'; } /* '' */
.loco-flickr-3:before { content: '\ec80'; } /* '' */
.loco-google-1:before { content: '\ec81'; } /* '' */
.loco-viadeo-1:before { content: '\ec82'; } /* '' */
.loco-instapaper:before { content: '\ec83'; } /* '' */
.loco-weibo-1:before { content: '\ec84'; } /* '' */
.loco-klout:before { content: '\ec85'; } /* '' */
.loco-linkedin-4:before { content: '\ec86'; } /* '' */
.loco-meetup-1:before { content: '\ec87'; } /* '' */
.loco-vk:before { content: '\ec88'; } /* '' */
.loco-plancast:before { content: '\ec89'; } /* '' */
.loco-disqus:before { content: '\ec8a'; } /* '' */
.loco-rss-5:before { content: '\ec8b'; } /* '' */
.loco-skype-3:before { content: '\ec8c'; } /* '' */
.loco-twitter-5:before { content: '\ec8d'; } /* '' */
.loco-youtube-2:before { content: '\ec8e'; } /* '' */
.loco-vimeo-3:before { content: '\ec8f'; } /* '' */
.loco-windows-1:before { content: '\ec90'; } /* '' */
.loco-xing-1:before { content: '\ec91'; } /* '' */
.loco-yahoo-1:before { content: '\ec92'; } /* '' */
.loco-chrome-2:before { content: '\ec93'; } /* '' */
.loco-email:before { content: '\ec94'; } /* '' */
.loco-macstore:before { content: '\ec95'; } /* '' */
.loco-myspace:before { content: '\ec96'; } /* '' */
.loco-podcast-1:before { content: '\ec97'; } /* '' */
.loco-amazon-1:before { content: '\ec98'; } /* '' */
.loco-steam-1:before { content: '\ec99'; } /* '' */
.loco-cloudapp:before { content: '\ec9a'; } /* '' */
.loco-dropbox-2:before { content: '\ec9b'; } /* '' */
.loco-ebay:before { content: '\ec9c'; } /* '' */
.loco-facebook-5:before { content: '\ec9d'; } /* '' */
.loco-github-4:before { content: '\ec9e'; } /* '' */
.loco-github-circled-4:before { content: '\ec9f'; } /* '' */
.loco-googleplay:before { content: '\eca0'; } /* '' */
.loco-itunes:before { content: '\eca1'; } /* '' */
.loco-plurk:before { content: '\eca2'; } /* '' */
.loco-songkick:before { content: '\eca3'; } /* '' */
.loco-lastfm-3:before { content: '\eca4'; } /* '' */
.loco-gmail:before { content: '\eca5'; } /* '' */
.loco-pinboard:before { content: '\eca6'; } /* '' */
.loco-openid-1:before { content: '\eca7'; } /* '' */
.loco-quora-1:before { content: '\eca8'; } /* '' */
.loco-soundcloud-3:before { content: '\eca9'; } /* '' */
.loco-tumblr-2:before { content: '\ecaa'; } /* '' */
.loco-eventasaurus:before { content: '\ecab'; } /* '' */
.loco-wordpress-1:before { content: '\ecac'; } /* '' */
.loco-yelp-1:before { content: '\ecad'; } /* '' */
.loco-intensedebate:before { content: '\ecae'; } /* '' */
.loco-eventbrite:before { content: '\ecaf'; } /* '' */
.loco-scribd-1:before { content: '\ecb0'; } /* '' */
.loco-posterous:before { content: '\ecb1'; } /* '' */
.loco-stripe:before { content: '\ecb2'; } /* '' */
.loco-opentable:before { content: '\ecb3'; } /* '' */
.loco-cart:before { content: '\ecb4'; } /* '' */
.loco-print-5:before { content: '\ecb5'; } /* '' */
.loco-angellist-1:before { content: '\ecb6'; } /* '' */
.loco-instagram-3:before { content: '\ecb7'; } /* '' */
.loco-dwolla:before { content: '\ecb8'; } /* '' */
.loco-appnet:before { content: '\ecb9'; } /* '' */
.loco-statusnet:before { content: '\ecba'; } /* '' */
.loco-acrobat:before { content: '\ecbb'; } /* '' */
.loco-drupal-1:before { content: '\ecbc'; } /* '' */
.loco-buffer:before { content: '\ecbd'; } /* '' */
.loco-pocket:before { content: '\ecbe'; } /* '' */
.loco-bitbucket-1:before { content: '\ecbf'; } /* '' */
.loco-lego:before { content: '\ecc0'; } /* '' */
.loco-login-3:before { content: '\ecc1'; } /* '' */
.loco-stackoverflow-1:before { content: '\ecc2'; } /* '' */
.loco-hackernews:before { content: '\ecc3'; } /* '' */
.loco-lkdto:before { content: '\ecc4'; } /* '' */
.loco-facebook-6:before { content: '\ecc5'; } /* '' */
.loco-facebook-rect-1:before { content: '\ecc6'; } /* '' */
.loco-twitter-6:before { content: '\ecc7'; } /* '' */
.loco-twitter-bird-1:before { content: '\ecc8'; } /* '' */
.loco-vimeo-4:before { content: '\ecc9'; } /* '' */
.loco-vimeo-rect:before { content: '\ecca'; } /* '' */
.loco-tumblr-rect:before { content: '\eccb'; } /* '' */
.loco-googleplus-rect:before { content: '\eccc'; } /* '' */
.loco-github-text:before { content: '\eccd'; } /* '' */
.loco-github-5:before { content: '\ecce'; } /* '' */
.loco-icq:before { content: '\eccf'; } /* '' */
.loco-yandex-rect:before { content: '\ecd0'; } /* '' */
.loco-vkontakte-rect:before { content: '\ecd1'; } /* '' */
.loco-odnoklassniki-1:before { content: '\ecd2'; } /* '' */
.loco-odnoklassniki-rect:before { content: '\ecd3'; } /* '' */
.loco-friendfeed:before { content: '\ecd4'; } /* '' */
.loco-friendfeed-rect:before { content: '\ecd5'; } /* '' */
.loco-blogger-1:before { content: '\ecd6'; } /* '' */
.loco-blogger-rect:before { content: '\ecd7'; } /* '' */
.loco-deviantart-1:before { content: '\ecd8'; } /* '' */
.loco-lastfm-4:before { content: '\ecd9'; } /* '' */
.loco-lastfm-rect:before { content: '\ecda'; } /* '' */
.loco-linkedin-rect:before { content: '\ecdb'; } /* '' */
.loco-picasa-1:before { content: '\ecdc'; } /* '' */
.loco-instagram-4:before { content: '\ecdd'; } /* '' */
.loco-instagram-filled:before { content: '\ecde'; } /* '' */
.loco-box-4:before { content: '\ecdf'; } /* '' */
.loco-box-rect:before { content: '\ece0'; } /* '' */
.loco-youku:before { content: '\ece1'; } /* '' */
.loco-win8:before { content: '\ece2'; } /* '' */
.loco-discover:before { content: '\ece3'; } /* '' */
.loco-visa:before { content: '\ece4'; } /* '' */
.loco-houzz-1:before { content: '\ece5'; } /* '' */
.loco-glass:before { content: '\ece6'; } /* '' */
.loco-music-2:before { content: '\ece7'; } /* '' */
.loco-search-5:before { content: '\ece8'; } /* '' */
.loco-search-circled:before { content: '\ece9'; } /* '' */
.loco-mail-6:before { content: '\ecea'; } /* '' */
.loco-mail-circled:before { content: '\eceb'; } /* '' */
.loco-heart-6:before { content: '\ecec'; } /* '' */
.loco-heart-circled:before { content: '\eced'; } /* '' */
.loco-heart-empty-3:before { content: '\ecee'; } /* '' */
.loco-star-6:before { content: '\ecef'; } /* '' */
.loco-star-circled:before { content: '\ecf0'; } /* '' */
.loco-star-empty-3:before { content: '\ecf1'; } /* '' */
.loco-user-6:before { content: '\ecf2'; } /* '' */
.loco-group:before { content: '\ecf3'; } /* '' */
.loco-group-circled:before { content: '\ecf4'; } /* '' */
.loco-torso:before { content: '\ecf5'; } /* '' */
.loco-video-4:before { content: '\ecf6'; } /* '' */
.loco-video-circled:before { content: '\ecf7'; } /* '' */
.loco-video-alt-1:before { content: '\ecf8'; } /* '' */
.loco-videocam-3:before { content: '\ecf9'; } /* '' */
.loco-video-chat:before { content: '\ecfa'; } /* '' */
.loco-picture-3:before { content: '\ecfb'; } /* '' */
.loco-camera-5:before { content: '\ecfc'; } /* '' */
.loco-photo:before { content: '\ecfd'; } /* '' */
.loco-photo-circled:before { content: '\ecfe'; } /* '' */
.loco-th-large-2:before { content: '\ecff'; } /* '' */
.loco-th-3:before { content: '\ed00'; } /* '' */
.loco-th-list-4:before { content: '\ed01'; } /* '' */
.loco-view-mode:before { content: '\ed02'; } /* '' */
.loco-ok-5:before { content: '\ed03'; } /* '' */
.loco-ok-circled-2:before { content: '\ed04'; } /* '' */
.loco-ok-circled2-1:before { content: '\ed05'; } /* '' */
.loco-cancel-6:before { content: '\ed06'; } /* '' */
.loco-cancel-circled-4:before { content: '\ed07'; } /* '' */
.loco-cancel-circled2-1:before { content: '\ed08'; } /* '' */
.loco-plus-6:before { content: '\ed09'; } /* '' */
.loco-plus-circled-2:before { content: '\ed0a'; } /* '' */
.loco-minus-4:before { content: '\ed0b'; } /* '' */
.loco-minus-circled-2:before { content: '\ed0c'; } /* '' */
.loco-help-3:before { content: '\ed0d'; } /* '' */
.loco-help-circled-3:before { content: '\ed0e'; } /* '' */
.loco-info-circled-3:before { content: '\ed0f'; } /* '' */
.loco-home-6:before { content: '\ed10'; } /* '' */
.loco-home-circled:before { content: '\ed11'; } /* '' */
.loco-website:before { content: '\ed12'; } /* '' */
.loco-website-circled:before { content: '\ed13'; } /* '' */
.loco-attach-5:before { content: '\ed14'; } /* '' */
.loco-attach-circled:before { content: '\ed15'; } /* '' */
.loco-lock-6:before { content: '\ed16'; } /* '' */
.loco-lock-circled:before { content: '\ed17'; } /* '' */
.loco-lock-open-6:before { content: '\ed18'; } /* '' */
.loco-lock-open-alt-2:before { content: '\ed19'; } /* '' */
.loco-eye-6:before { content: '\ed1a'; } /* '' */
.loco-eye-off-1:before { content: '\ed1b'; } /* '' */
.loco-tag-5:before { content: '\ed1c'; } /* '' */
.loco-tags-2:before { content: '\ed1d'; } /* '' */
.loco-bookmark-3:before { content: '\ed1e'; } /* '' */
.loco-bookmark-empty-1:before { content: '\ed1f'; } /* '' */
.loco-flag-3:before { content: '\ed20'; } /* '' */
.loco-flag-circled:before { content: '\ed21'; } /* '' */
.loco-thumbs-up-4:before { content: '\ed22'; } /* '' */
.loco-thumbs-down-4:before { content: '\ed23'; } /* '' */
.loco-download-6:before { content: '\ed24'; } /* '' */
.loco-download-alt:before { content: '\ed25'; } /* '' */
.loco-upload-5:before { content: '\ed26'; } /* '' */
.loco-share-3:before { content: '\ed27'; } /* '' */
.loco-quote-1:before { content: '\ed28'; } /* '' */
.loco-quote-circled:before { content: '\ed29'; } /* '' */
.loco-export-5:before { content: '\ed2a'; } /* '' */
.loco-pencil-6:before { content: '\ed2b'; } /* '' */
.loco-pencil-circled:before { content: '\ed2c'; } /* '' */
.loco-edit-3:before { content: '\ed2d'; } /* '' */
.loco-edit-circled:before { content: '\ed2e'; } /* '' */
.loco-edit-alt:before { content: '\ed2f'; } /* '' */
.loco-print-6:before { content: '\ed30'; } /* '' */
.loco-retweet-3:before { content: '\ed31'; } /* '' */
.loco-comment-5:before { content: '\ed32'; } /* '' */
.loco-comment-alt-1:before { content: '\ed33'; } /* '' */
.loco-bell-5:before { content: '\ed34'; } /* '' */
.loco-warning-1:before { content: '\ed35'; } /* '' */
.loco-exclamation:before { content: '\ed36'; } /* '' */
.loco-error:before { content: '\ed37'; } /* '' */
.loco-error-alt:before { content: '\ed38'; } /* '' */
.loco-location-6:before { content: '\ed39'; } /* '' */
.loco-location-circled:before { content: '\ed3a'; } /* '' */
.loco-compass-5:before { content: '\ed3b'; } /* '' */
.loco-compass-circled:before { content: '\ed3c'; } /* '' */
.loco-trash-7:before { content: '\ed3d'; } /* '' */
.loco-trash-circled:before { content: '\ed3e'; } /* '' */
.loco-doc-6:before { content: '\ed3f'; } /* '' */
.loco-doc-circled:before { content: '\ed40'; } /* '' */
.loco-doc-new:before { content: '\ed41'; } /* '' */
.loco-doc-new-circled:before { content: '\ed42'; } /* '' */
.loco-folder-5:before { content: '\ed43'; } /* '' */
.loco-folder-circled:before { content: '\ed44'; } /* '' */
.loco-folder-close:before { content: '\ed45'; } /* '' */
.loco-folder-open-2:before { content: '\ed46'; } /* '' */
.loco-rss-6:before { content: '\ed47'; } /* '' */
.loco-phone-3:before { content: '\ed48'; } /* '' */
.loco-phone-circled:before { content: '\ed49'; } /* '' */
.loco-cog-5:before { content: '\ed4a'; } /* '' */
.loco-cog-circled:before { content: '\ed4b'; } /* '' */
.loco-cogs:before { content: '\ed4c'; } /* '' */
.loco-wrench-4:before { content: '\ed4d'; } /* '' */
.loco-wrench-circled:before { content: '\ed4e'; } /* '' */
.loco-basket-4:before { content: '\ed4f'; } /* '' */
.loco-basket-circled:before { content: '\ed50'; } /* '' */
.loco-calendar-7:before { content: '\ed51'; } /* '' */
.loco-calendar-circled:before { content: '\ed52'; } /* '' */
.loco-mic-5:before { content: '\ed53'; } /* '' */
.loco-mic-circled:before { content: '\ed54'; } /* '' */
.loco-volume-off-4:before { content: '\ed55'; } /* '' */
.loco-volume-down-2:before { content: '\ed56'; } /* '' */
.loco-volume-1:before { content: '\ed57'; } /* '' */
.loco-volume-up-3:before { content: '\ed58'; } /* '' */
.loco-headphones-3:before { content: '\ed59'; } /* '' */
.loco-clock-6:before { content: '\ed5a'; } /* '' */
.loco-clock-circled:before { content: '\ed5b'; } /* '' */
.loco-lightbulb-2:before { content: '\ed5c'; } /* '' */
.loco-lightbulb-alt:before { content: '\ed5d'; } /* '' */
.loco-block-4:before { content: '\ed5e'; } /* '' */
.loco-resize-full-5:before { content: '\ed5f'; } /* '' */
.loco-resize-full-alt-2:before { content: '\ed60'; } /* '' */
.loco-resize-small-4:before { content: '\ed61'; } /* '' */
.loco-resize-vertical-2:before { content: '\ed62'; } /* '' */
.loco-resize-horizontal-2:before { content: '\ed63'; } /* '' */
.loco-move-3:before { content: '\ed64'; } /* '' */
.loco-zoom-in-4:before { content: '\ed65'; } /* '' */
.loco-zoom-out-4:before { content: '\ed66'; } /* '' */
.loco-down-open-3:before { content: '\ed67'; } /* '' */
.loco-left-open-4:before { content: '\ed68'; } /* '' */
.loco-right-open-4:before { content: '\ed69'; } /* '' */
.loco-up-open-3:before { content: '\ed6a'; } /* '' */
.loco-down-6:before { content: '\ed6b'; } /* '' */
.loco-left-5:before { content: '\ed6c'; } /* '' */
.loco-right-5:before { content: '\ed6d'; } /* '' */
.loco-up-6:before { content: '\ed6e'; } /* '' */
.loco-down-circled-2:before { content: '\ed6f'; } /* '' */
.loco-left-circled-2:before { content: '\ed70'; } /* '' */
.loco-right-circled-2:before { content: '\ed71'; } /* '' */
.loco-up-circled-2:before { content: '\ed72'; } /* '' */
.loco-down-hand-1:before { content: '\ed73'; } /* '' */
.loco-left-hand-1:before { content: '\ed74'; } /* '' */
.loco-right-hand-1:before { content: '\ed75'; } /* '' */
.loco-up-hand-1:before { content: '\ed76'; } /* '' */
.loco-cw-5:before { content: '\ed77'; } /* '' */
.loco-cw-circled:before { content: '\ed78'; } /* '' */
.loco-arrows-cw-2:before { content: '\ed79'; } /* '' */
.loco-shuffle-4:before { content: '\ed7a'; } /* '' */
.loco-play-5:before { content: '\ed7b'; } /* '' */
.loco-play-circled-1:before { content: '\ed7c'; } /* '' */
.loco-play-circled2-1:before { content: '\ed7d'; } /* '' */
.loco-stop-6:before { content: '\ed7e'; } /* '' */
.loco-stop-circled:before { content: '\ed7f'; } /* '' */
.loco-pause-5:before { content: '\ed80'; } /* '' */
.loco-pause-circled:before { content: '\ed81'; } /* '' */
.loco-record-2:before { content: '\ed82'; } /* '' */
.loco-eject-3:before { content: '\ed83'; } /* '' */
.loco-backward:before { content: '\ed84'; } /* '' */
.loco-backward-circled:before { content: '\ed85'; } /* '' */
.loco-fast-backward-2:before { content: '\ed86'; } /* '' */
.loco-fast-forward-2:before { content: '\ed87'; } /* '' */
.loco-forward-3:before { content: '\ed88'; } /* '' */
.loco-forward-circled:before { content: '\ed89'; } /* '' */
.loco-step-backward:before { content: '\ed8a'; } /* '' */
.loco-step-forward:before { content: '\ed8b'; } /* '' */
.loco-target-4:before { content: '\ed8c'; } /* '' */
.loco-signal-4:before { content: '\ed8d'; } /* '' */
.loco-desktop-2:before { content: '\ed8e'; } /* '' */
.loco-desktop-circled:before { content: '\ed8f'; } /* '' */
.loco-laptop-2:before { content: '\ed90'; } /* '' */
.loco-laptop-circled:before { content: '\ed91'; } /* '' */
.loco-network-1:before { content: '\ed92'; } /* '' */
.loco-inbox-3:before { content: '\ed93'; } /* '' */
.loco-inbox-circled:before { content: '\ed94'; } /* '' */
.loco-inbox-alt:before { content: '\ed95'; } /* '' */
.loco-globe-5:before { content: '\ed96'; } /* '' */
.loco-globe-alt-1:before { content: '\ed97'; } /* '' */
.loco-cloud-6:before { content: '\ed98'; } /* '' */
.loco-cloud-circled:before { content: '\ed99'; } /* '' */
.loco-flight-2:before { content: '\ed9a'; } /* '' */
.loco-leaf-3:before { content: '\ed9b'; } /* '' */
.loco-font-1:before { content: '\ed9c'; } /* '' */
.loco-fontsize-1:before { content: '\ed9d'; } /* '' */
.loco-bold-1:before { content: '\ed9e'; } /* '' */
.loco-italic-1:before { content: '\ed9f'; } /* '' */
.loco-text-height-1:before { content: '\eda0'; } /* '' */
.loco-text-width-1:before { content: '\eda1'; } /* '' */
.loco-align-left-1:before { content: '\eda2'; } /* '' */
.loco-align-center-1:before { content: '\eda3'; } /* '' */
.loco-align-right-1:before { content: '\eda4'; } /* '' */
.loco-align-justify-1:before { content: '\eda5'; } /* '' */
.loco-list-3:before { content: '\eda6'; } /* '' */
.loco-indent-left-1:before { content: '\eda7'; } /* '' */
.loco-indent-right-1:before { content: '\eda8'; } /* '' */
.loco-briefcase-3:before { content: '\eda9'; } /* '' */
.loco-off-1:before { content: '\edaa'; } /* '' */
.loco-road-1:before { content: '\edab'; } /* '' */
.loco-qrcode-1:before { content: '\edac'; } /* '' */
.loco-barcode-1:before { content: '\edad'; } /* '' */
.loco-braille-1:before { content: '\edae'; } /* '' */
.loco-book-4:before { content: '\edaf'; } /* '' */
.loco-adjust-2:before { content: '\edb0'; } /* '' */
.loco-tint-1:before { content: '\edb1'; } /* '' */
.loco-check-3:before { content: '\edb2'; } /* '' */
.loco-check-empty-1:before { content: '\edb3'; } /* '' */
.loco-asterisk-1:before { content: '\edb4'; } /* '' */
.loco-gift-2:before { content: '\edb5'; } /* '' */
.loco-fire-2:before { content: '\edb6'; } /* '' */
.loco-magnet-2:before { content: '\edb7'; } /* '' */
.loco-chart-2:before { content: '\edb8'; } /* '' */
.loco-chart-circled:before { content: '\edb9'; } /* '' */
.loco-credit-card-4:before { content: '\edba'; } /* '' */
.loco-megaphone-2:before { content: '\edbb'; } /* '' */
.loco-clipboard-2:before { content: '\edbc'; } /* '' */
.loco-hdd-2:before { content: '\edbd'; } /* '' */
.loco-key-4:before { content: '\edbe'; } /* '' */
.loco-certificate-2:before { content: '\edbf'; } /* '' */
.loco-tasks-1:before { content: '\edc0'; } /* '' */
.loco-filter-1:before { content: '\edc1'; } /* '' */
.loco-gauge-2:before { content: '\edc2'; } /* '' */
.loco-smiley:before { content: '\edc3'; } /* '' */
.loco-smiley-circled:before { content: '\edc4'; } /* '' */
.loco-address-book-1:before { content: '\edc5'; } /* '' */
.loco-address-book-alt:before { content: '\edc6'; } /* '' */
.loco-asl:before { content: '\edc7'; } /* '' */
.loco-glasses:before { content: '\edc8'; } /* '' */
.loco-hearing-impaired:before { content: '\edc9'; } /* '' */
.loco-iphone-home:before { content: '\edca'; } /* '' */
.loco-person:before { content: '\edcb'; } /* '' */
.loco-adult:before { content: '\edcc'; } /* '' */
.loco-child-1:before { content: '\edcd'; } /* '' */
.loco-blind-1:before { content: '\edce'; } /* '' */
.loco-guidedog:before { content: '\edcf'; } /* '' */
.loco-accessibility:before { content: '\edd0'; } /* '' */
.loco-universal-access-1:before { content: '\edd1'; } /* '' */
.loco-male-2:before { content: '\edd2'; } /* '' */
.loco-female-2:before { content: '\edd3'; } /* '' */
.loco-behance-2:before { content: '\edd4'; } /* '' */
.loco-blogger-2:before { content: '\edd5'; } /* '' */
.loco-cc-3:before { content: '\edd6'; } /* '' */
.loco-css:before { content: '\edd7'; } /* '' */
.loco-delicious-2:before { content: '\edd8'; } /* '' */
.loco-deviantart-2:before { content: '\edd9'; } /* '' */
.loco-digg-2:before { content: '\edda'; } /* '' */
.loco-dribbble-5:before { content: '\eddb'; } /* '' */
.loco-facebook-7:before { content: '\eddc'; } /* '' */
.loco-flickr-4:before { content: '\eddd'; } /* '' */
.loco-foursquare-2:before { content: '\edde'; } /* '' */
.loco-friendfeed-1:before { content: '\eddf'; } /* '' */
.loco-friendfeed-rect-1:before { content: '\ede0'; } /* '' */
.loco-github-6:before { content: '\ede1'; } /* '' */
.loco-github-text-1:before { content: '\ede2'; } /* '' */
.loco-googleplus:before { content: '\ede3'; } /* '' */
.loco-instagram-5:before { content: '\ede4'; } /* '' */
.loco-linkedin-6:before { content: '\ede5'; } /* '' */
.loco-path:before { content: '\ede6'; } /* '' */
.loco-picasa-2:before { content: '\ede7'; } /* '' */
.loco-pinterest-4:before { content: '\ede8'; } /* '' */
.loco-reddit-2:before { content: '\ede9'; } /* '' */
.loco-skype-5:before { content: '\edea'; } /* '' */
.loco-slideshare-1:before { content: '\edeb'; } /* '' */
.loco-stackoverflow-2:before { content: '\edec'; } /* '' */
.loco-stumbleupon-3:before { content: '\eded'; } /* '' */
.loco-twitter-7:before { content: '\edee'; } /* '' */
.loco-tumblr-4:before { content: '\edef'; } /* '' */
.loco-vimeo-5:before { content: '\edf0'; } /* '' */
.loco-vkontakte-2:before { content: '\edf1'; } /* '' */
.loco-w3c-1:before { content: '\edf2'; } /* '' */
.loco-wordpress-3:before { content: '\edf3'; } /* '' */
.loco-youtube-3:before { content: '\edf4'; } /* '' */
.loco-music-3:before { content: '\edf5'; } /* '' */
.loco-search-6:before { content: '\edf6'; } /* '' */
.loco-mail-7:before { content: '\edf7'; } /* '' */
.loco-heart-7:before { content: '\edf8'; } /* '' */
.loco-star-7:before { content: '\edf9'; } /* '' */
.loco-user-7:before { content: '\edfa'; } /* '' */
.loco-videocam-4:before { content: '\edfb'; } /* '' */
.loco-camera-6:before { content: '\edfc'; } /* '' */
.loco-photo-1:before { content: '\edfd'; } /* '' */
.loco-attach-6:before { content: '\edfe'; } /* '' */
.loco-lock-7:before { content: '\edff'; } /* '' */
.loco-eye-7:before { content: '\ee00'; } /* '' */
.loco-tag-6:before { content: '\ee01'; } /* '' */
.loco-thumbs-up-5:before { content: '\ee02'; } /* '' */
.loco-pencil-7:before { content: '\ee03'; } /* '' */
.loco-comment-6:before { content: '\ee04'; } /* '' */
.loco-location-7:before { content: '\ee05'; } /* '' */
.loco-cup-1:before { content: '\ee06'; } /* '' */
.loco-trash-8:before { content: '\ee07'; } /* '' */
.loco-doc-7:before { content: '\ee08'; } /* '' */
.loco-note-1:before { content: '\ee09'; } /* '' */
.loco-cog-6:before { content: '\ee0a'; } /* '' */
.loco-params:before { content: '\ee0b'; } /* '' */
.loco-calendar-8:before { content: '\ee0c'; } /* '' */
.loco-sound-1:before { content: '\ee0d'; } /* '' */
.loco-clock-7:before { content: '\ee0e'; } /* '' */
.loco-lightbulb-3:before { content: '\ee0f'; } /* '' */
.loco-tv:before { content: '\ee10'; } /* '' */
.loco-desktop-3:before { content: '\ee11'; } /* '' */
.loco-mobile-6:before { content: '\ee12'; } /* '' */
.loco-cd-3:before { content: '\ee13'; } /* '' */
.loco-inbox-4:before { content: '\ee14'; } /* '' */
.loco-globe-6:before { content: '\ee15'; } /* '' */
.loco-cloud-7:before { content: '\ee16'; } /* '' */
.loco-paper-plane-3:before { content: '\ee17'; } /* '' */
.loco-fire-3:before { content: '\ee18'; } /* '' */
.loco-graduation-cap-2:before { content: '\ee19'; } /* '' */
.loco-megaphone-3:before { content: '\ee1a'; } /* '' */
.loco-database-3:before { content: '\ee1b'; } /* '' */
.loco-key-5:before { content: '\ee1c'; } /* '' */
.loco-beaker-1:before { content: '\ee1d'; } /* '' */
.loco-truck-1:before { content: '\ee1e'; } /* '' */
.loco-money-2:before { content: '\ee1f'; } /* '' */
.loco-food-1:before { content: '\ee20'; } /* '' */
.loco-shop-1:before { content: '\ee21'; } /* '' */
.loco-diamond-1:before { content: '\ee22'; } /* '' */
.loco-t-shirt:before { content: '\ee23'; } /* '' */
.loco-wallet:before { content: '\ee24'; } /* '' */
.loco-search-7:before { content: '\ee25'; } /* '' */
.loco-mail-8:before { content: '\ee26'; } /* '' */
.loco-heart-8:before { content: '\ee27'; } /* '' */
.loco-heart-empty-4:before { content: '\ee28'; } /* '' */
.loco-star-8:before { content: '\ee29'; } /* '' */
.loco-user-8:before { content: '\ee2a'; } /* '' */
.loco-video-5:before { content: '\ee2b'; } /* '' */
.loco-picture-4:before { content: '\ee2c'; } /* '' */
.loco-th-large-3:before { content: '\ee2d'; } /* '' */
.loco-th-4:before { content: '\ee2e'; } /* '' */
.loco-th-list-5:before { content: '\ee2f'; } /* '' */
.loco-ok-6:before { content: '\ee30'; } /* '' */
.loco-ok-circle-1:before { content: '\ee31'; } /* '' */
.loco-cancel-7:before { content: '\ee32'; } /* '' */
.loco-cancel-circle-2:before { content: '\ee33'; } /* '' */
.loco-plus-circle-1:before { content: '\ee34'; } /* '' */
.loco-minus-circle-1:before { content: '\ee35'; } /* '' */
.loco-link-5:before { content: '\ee36'; } /* '' */
.loco-attach-7:before { content: '\ee37'; } /* '' */
.loco-lock-8:before { content: '\ee38'; } /* '' */
.loco-lock-open-7:before { content: '\ee39'; } /* '' */
.loco-tag-7:before { content: '\ee3a'; } /* '' */
.loco-reply-4:before { content: '\ee3b'; } /* '' */
.loco-reply-all-2:before { content: '\ee3c'; } /* '' */
.loco-forward-4:before { content: '\ee3d'; } /* '' */
.loco-code-3:before { content: '\ee3e'; } /* '' */
.loco-retweet-4:before { content: '\ee3f'; } /* '' */
.loco-comment-7:before { content: '\ee40'; } /* '' */
.loco-comment-alt-2:before { content: '\ee41'; } /* '' */
.loco-chat-6:before { content: '\ee42'; } /* '' */
.loco-attention-5:before { content: '\ee43'; } /* '' */
.loco-location-8:before { content: '\ee44'; } /* '' */
.loco-doc-8:before { content: '\ee45'; } /* '' */
.loco-docs-landscape:before { content: '\ee46'; } /* '' */
.loco-folder-6:before { content: '\ee47'; } /* '' */
.loco-archive-2:before { content: '\ee48'; } /* '' */
.loco-rss-7:before { content: '\ee49'; } /* '' */
.loco-rss-alt-1:before { content: '\ee4a'; } /* '' */
.loco-cog-7:before { content: '\ee4b'; } /* '' */
.loco-logout-3:before { content: '\ee4c'; } /* '' */
.loco-clock-8:before { content: '\ee4d'; } /* '' */
.loco-block-5:before { content: '\ee4e'; } /* '' */
.loco-resize-full-6:before { content: '\ee4f'; } /* '' */
.loco-resize-full-circle:before { content: '\ee50'; } /* '' */
.loco-popup-5:before { content: '\ee51'; } /* '' */
.loco-left-open-5:before { content: '\ee52'; } /* '' */
.loco-right-open-5:before { content: '\ee53'; } /* '' */
.loco-down-circle-1:before { content: '\ee54'; } /* '' */
.loco-left-circle-1:before { content: '\ee55'; } /* '' */
.loco-right-circle-1:before { content: '\ee56'; } /* '' */
.loco-up-circle-1:before { content: '\ee57'; } /* '' */
.loco-down-dir-3:before { content: '\ee58'; } /* '' */
.loco-right-dir-3:before { content: '\ee59'; } /* '' */
.loco-down-micro:before { content: '\ee5a'; } /* '' */
.loco-up-micro:before { content: '\ee5b'; } /* '' */
.loco-cw-circle:before { content: '\ee5c'; } /* '' */
.loco-arrows-cw-3:before { content: '\ee5d'; } /* '' */
.loco-updown-circle:before { content: '\ee5e'; } /* '' */
.loco-target-5:before { content: '\ee5f'; } /* '' */
.loco-signal-5:before { content: '\ee60'; } /* '' */
.loco-progress-4:before { content: '\ee61'; } /* '' */
.loco-progress-5:before { content: '\ee62'; } /* '' */
.loco-progress-6:before { content: '\ee63'; } /* '' */
.loco-progress-7:before { content: '\ee64'; } /* '' */
.loco-progress-8:before { content: '\ee65'; } /* '' */
.loco-progress-9:before { content: '\ee66'; } /* '' */
.loco-progress-10:before { content: '\ee67'; } /* '' */
.loco-progress-11:before { content: '\ee68'; } /* '' */
.loco-font-2:before { content: '\ee69'; } /* '' */
.loco-list-4:before { content: '\ee6a'; } /* '' */
.loco-list-numbered-1:before { content: '\ee6b'; } /* '' */
.loco-indent-left-2:before { content: '\ee6c'; } /* '' */
.loco-indent-right-2:before { content: '\ee6d'; } /* '' */
.loco-cloud-8:before { content: '\ee6e'; } /* '' */
.loco-terminal-1:before { content: '\ee6f'; } /* '' */
.loco-facebook-rect-2:before { content: '\ee70'; } /* '' */
.loco-twitter-bird-2:before { content: '\ee71'; } /* '' */
.loco-vimeo-rect-1:before { content: '\ee72'; } /* '' */
.loco-tumblr-rect-1:before { content: '\ee73'; } /* '' */
.loco-googleplus-rect-1:before { content: '\ee74'; } /* '' */
.loco-linkedin-rect-1:before { content: '\ee75'; } /* '' */
.loco-skype-6:before { content: '\ee76'; } /* '' */
.loco-vkontakte-rect-1:before { content: '\ee77'; } /* '' */
.loco-youtube-4:before { content: '\ee78'; } /* '' */
.loco-odnoklassniki-rect-1:before { content: '\ee79'; } /* '' */
.loco-down-open-2:before { content: '\f004'; } /* '' */
.loco-up-open-2:before { content: '\f005'; } /* '' */
.loco-right-open-3:before { content: '\f006'; } /* '' */
.loco-left-open-3:before { content: '\f007'; } /* '' */
.loco-menu-3:before { content: '\f008'; } /* '' */
.loco-th-list-3:before { content: '\f009'; } /* '' */
.loco-th-thumb:before { content: '\f00a'; } /* '' */
.loco-th-thumb-empty:before { content: '\f00b'; } /* '' */
.loco-coverflow:before { content: '\f00c'; } /* '' */
.loco-coverflow-empty:before { content: '\f00d'; } /* '' */
.loco-pause-4:before { content: '\f00e'; } /* '' */
.loco-play-4:before { content: '\f00f'; } /* '' */
.loco-to-end-3:before { content: '\f010'; } /* '' */
.loco-to-start-3:before { content: '\f011'; } /* '' */
.loco-fast-forward-1:before { content: '\f012'; } /* '' */
.loco-fast-backward-1:before { content: '\f013'; } /* '' */
.loco-upload-cloud-4:before { content: '\f014'; } /* '' */
.loco-download-cloud-2:before { content: '\f015'; } /* '' */
.loco-data-science:before { content: '\f016'; } /* '' */
.loco-data-science-inv:before { content: '\f017'; } /* '' */
.loco-globe-4:before { content: '\f018'; } /* '' */
.loco-globe-inv:before { content: '\f019'; } /* '' */
.loco-math:before { content: '\f01a'; } /* '' */
.loco-math-circled-empty:before { content: '\f01b'; } /* '' */
.loco-math-circled:before { content: '\f01c'; } /* '' */
.loco-paper-plane-2:before { content: '\f01d'; } /* '' */
.loco-paper-plane-alt2:before { content: '\f01e'; } /* '' */
.loco-paper-plane-alt:before { content: '\f01f'; } /* '' */
.loco-color-adjust:before { content: '\f020'; } /* '' */
.loco-star-half-1:before { content: '\f022'; } /* '' */
.loco-star-half_empty:before { content: '\f024'; } /* '' */
.loco-ccw-2:before { content: '\f025'; } /* '' */
.loco-heart-broken:before { content: '\f028'; } /* '' */
.loco-hash-1:before { content: '\f029'; } /* '' */
.loco-reply-3:before { content: '\f02a'; } /* '' */
.loco-retweet-2:before { content: '\f02b'; } /* '' */
.loco-login-2:before { content: '\f02c'; } /* '' */
.loco-logout-2:before { content: '\f02d'; } /* '' */
.loco-download-5:before { content: '\f02e'; } /* '' */
.loco-upload-4:before { content: '\f02f'; } /* '' */
.loco-location-5:before { content: '\f031'; } /* '' */
.loco-monitor-1:before { content: '\f032'; } /* '' */
.loco-tablet-3:before { content: '\f033'; } /* '' */
.loco-mobile-5:before { content: '\f034'; } /* '' */
.loco-connected-object:before { content: '\f035'; } /* '' */
.loco-isight:before { content: '\f039'; } /* '' */
.loco-videocam-2:before { content: '\f03a'; } /* '' */
.loco-shuffle-3:before { content: '\f03b'; } /* '' */
.loco-chat-5:before { content: '\f03d'; } /* '' */
.loco-bell-4:before { content: '\f03f'; } /* '' */
.loco-movie:before { content: '\f040'; } /* '' */
.loco-ruler:before { content: '\f044'; } /* '' */
.loco-vector:before { content: '\f045'; } /* '' */
.loco-move:before { content: '\f047'; } /* '' */
.loco-mic-4:before { content: '\f048'; } /* '' */
.loco-doc-5:before { content: '\f04a'; } /* '' */
.loco-dribbble-circled-2:before { content: '\f04f'; } /* '' */
.loco-dribbble-3:before { content: '\f050'; } /* '' */
.loco-facebook-circled-2:before { content: '\f051'; } /* '' */
.loco-facebook-4:before { content: '\f052'; } /* '' */
.loco-github-circled-alt:before { content: '\f053'; } /* '' */
.loco-github-circled-3:before { content: '\f054'; } /* '' */
.loco-github-3:before { content: '\f055'; } /* '' */
.loco-github-circled-alt2:before { content: '\f056'; } /* '' */
.loco-twitter-circled-2:before { content: '\f057'; } /* '' */
.loco-twitter-4:before { content: '\f058'; } /* '' */
.loco-gplus-circled-1:before { content: '\f059'; } /* '' */
.loco-gplus-2:before { content: '\f05a'; } /* '' */
.loco-linkedin-circled-2:before { content: '\f05b'; } /* '' */
.loco-linkedin-3:before { content: '\f05c'; } /* '' */
.loco-instagram-2:before { content: '\f05d'; } /* '' */
.loco-instagram-circled:before { content: '\f05e'; } /* '' */
.loco-mfg-logo:before { content: '\f05f'; } /* '' */
.loco-mfg-logo-circled:before { content: '\f060'; } /* '' */
.loco-user-5:before { content: '\f061'; } /* '' */
.loco-user-male:before { content: '\f062'; } /* '' */
.loco-user-female:before { content: '\f063'; } /* '' */
.loco-users-3:before { content: '\f064'; } /* '' */
.loco-folder-4:before { content: '\f067'; } /* '' */
.loco-folder-open-1:before { content: '\f068'; } /* '' */
.loco-folder-empty-2:before { content: '\f069'; } /* '' */
.loco-attach-4:before { content: '\f06a'; } /* '' */
.loco-ok-circled-1:before { content: '\f06d'; } /* '' */
.loco-cancel-circled-3:before { content: '\f06e'; } /* '' */
.loco-inbox-2:before { content: '\f070'; } /* '' */
.loco-trophy-1:before { content: '\f074'; } /* '' */
.loco-lock-open-alt-1:before { content: '\f075'; } /* '' */
.loco-link-4:before { content: '\f07b'; } /* '' */
.loco-zoom-in-3:before { content: '\f07e'; } /* '' */
.loco-zoom-out-3:before { content: '\f07f'; } /* '' */
.loco-stop-5:before { content: '\f080'; } /* '' */
.loco-export-4:before { content: '\f081'; } /* '' */
.loco-eye-5:before { content: '\f082'; } /* '' */
.loco-trash-5:before { content: '\f083'; } /* '' */
.loco-hdd-1:before { content: '\f084'; } /* '' */
.loco-info-circled-2:before { content: '\f085'; } /* '' */
.loco-info-circled-alt:before { content: '\f086'; } /* '' */
.loco-print-4:before { content: '\f087'; } /* '' */
.loco-fontsize:before { content: '\f088'; } /* '' */
.loco-soundcloud-2:before { content: '\f089'; } /* '' */
.loco-soundcloud-circled:before { content: '\f08a'; } /* '' */
.loco-link-ext:before { content: '\f08e'; } /* '' */
.loco-check-empty:before { content: '\f096'; } /* '' */
.loco-bookmark-empty:before { content: '\f097'; } /* '' */
.loco-phone-squared:before { content: '\f098'; } /* '' */
.loco-twitter:before { content: '\f099'; } /* '' */
.loco-facebook:before { content: '\f09a'; } /* '' */
.loco-github-circled:before { content: '\f09b'; } /* '' */
.loco-rss:before { content: '\f09e'; } /* '' */
.loco-hdd:before { content: '\f0a0'; } /* '' */
.loco-certificate:before { content: '\f0a3'; } /* '' */
.loco-left-circled:before { content: '\f0a8'; } /* '' */
.loco-right-circled:before { content: '\f0a9'; } /* '' */
.loco-up-circled:before { content: '\f0aa'; } /* '' */
.loco-down-circled:before { content: '\f0ab'; } /* '' */
.loco-tasks:before { content: '\f0ae'; } /* '' */
.loco-filter:before { content: '\f0b0'; } /* '' */
.loco-resize-full-alt:before { content: '\f0b2'; } /* '' */
.loco-beaker:before { content: '\f0c3'; } /* '' */
.loco-docs:before { content: '\f0c5'; } /* '' */
.loco-blank:before { content: '\f0c8'; } /* '' */
.loco-menu:before { content: '\f0c9'; } /* '' */
.loco-list-bullet:before { content: '\f0ca'; } /* '' */
.loco-list-numbered:before { content: '\f0cb'; } /* '' */
.loco-strike:before { content: '\f0cc'; } /* '' */
.loco-underline:before { content: '\f0cd'; } /* '' */
.loco-table:before { content: '\f0ce'; } /* '' */
.loco-magic:before { content: '\f0d0'; } /* '' */
.loco-pinterest-circled:before { content: '\f0d2'; } /* '' */
.loco-pinterest-squared:before { content: '\f0d3'; } /* '' */
.loco-gplus-squared:before { content: '\f0d4'; } /* '' */
.loco-gplus:before { content: '\f0d5'; } /* '' */
.loco-money:before { content: '\f0d6'; } /* '' */
.loco-columns:before { content: '\f0db'; } /* '' */
.loco-sort:before { content: '\f0dc'; } /* '' */
.loco-sort-down:before { content: '\f0dd'; } /* '' */
.loco-sort-up:before { content: '\f0de'; } /* '' */
.loco-mail-alt:before { content: '\f0e0'; } /* '' */
.loco-linkedin:before { content: '\f0e1'; } /* '' */
.loco-gauge:before { content: '\f0e4'; } /* '' */
.loco-comment-empty:before { content: '\f0e5'; } /* '' */
.loco-chat-empty:before { content: '\f0e6'; } /* '' */
.loco-sitemap:before { content: '\f0e8'; } /* '' */
.loco-paste:before { content: '\f0ea'; } /* '' */
.loco-lightbulb:before { content: '\f0eb'; } /* '' */
.loco-exchange:before { content: '\f0ec'; } /* '' */
.loco-download-cloud:before { content: '\f0ed'; } /* '' */
.loco-upload-cloud:before { content: '\f0ee'; } /* '' */
.loco-user-md:before { content: '\f0f0'; } /* '' */
.loco-stethoscope:before { content: '\f0f1'; } /* '' */
.loco-suitcase:before { content: '\f0f2'; } /* '' */
.loco-bell-alt:before { content: '\f0f3'; } /* '' */
.loco-coffee:before { content: '\f0f4'; } /* '' */
.loco-food:before { content: '\f0f5'; } /* '' */
.loco-doc-text:before { content: '\f0f6'; } /* '' */
.loco-building:before { content: '\f0f7'; } /* '' */
.loco-hospital:before { content: '\f0f8'; } /* '' */
.loco-ambulance:before { content: '\f0f9'; } /* '' */
.loco-medkit:before { content: '\f0fa'; } /* '' */
.loco-fighter-jet:before { content: '\f0fb'; } /* '' */
.loco-beer:before { content: '\f0fc'; } /* '' */
.loco-h-sigh:before { content: '\f0fd'; } /* '' */
.loco-plus-squared:before { content: '\f0fe'; } /* '' */
.loco-angle-double-left:before { content: '\f100'; } /* '' */
.loco-angle-double-right:before { content: '\f101'; } /* '' */
.loco-angle-double-up:before { content: '\f102'; } /* '' */
.loco-angle-double-down:before { content: '\f103'; } /* '' */
.loco-angle-left:before { content: '\f104'; } /* '' */
.loco-angle-right:before { content: '\f105'; } /* '' */
.loco-angle-up:before { content: '\f106'; } /* '' */
.loco-angle-down:before { content: '\f107'; } /* '' */
.loco-desktop:before { content: '\f108'; } /* '' */
.loco-laptop:before { content: '\f109'; } /* '' */
.loco-tablet:before { content: '\f10a'; } /* '' */
.loco-mobile:before { content: '\f10b'; } /* '' */
.loco-circle-empty:before { content: '\f10c'; } /* '' */
.loco-quote-left:before { content: '\f10d'; } /* '' */
.loco-quote-right:before { content: '\f10e'; } /* '' */
.loco-spinner:before { content: '\f110'; } /* '' */
.loco-circle:before { content: '\f111'; } /* '' */
.loco-reply:before { content: '\f112'; } /* '' */
.loco-github:before { content: '\f113'; } /* '' */
.loco-folder-empty:before { content: '\f114'; } /* '' */
.loco-folder-open-empty:before { content: '\f115'; } /* '' */
.loco-smile:before { content: '\f118'; } /* '' */
.loco-frown:before { content: '\f119'; } /* '' */
.loco-meh:before { content: '\f11a'; } /* '' */
.loco-gamepad:before { content: '\f11b'; } /* '' */
.loco-keyboard:before { content: '\f11c'; } /* '' */
.loco-flag-empty:before { content: '\f11d'; } /* '' */
.loco-flag-checkered:before { content: '\f11e'; } /* '' */
.loco-terminal:before { content: '\f120'; } /* '' */
.loco-code:before { content: '\f121'; } /* '' */
.loco-reply-all:before { content: '\f122'; } /* '' */
.loco-star-half-alt:before { content: '\f123'; } /* '' */
.loco-direction:before { content: '\f124'; } /* '' */
.loco-crop:before { content: '\f125'; } /* '' */
.loco-fork:before { content: '\f126'; } /* '' */
.loco-unlink:before { content: '\f127'; } /* '' */
.loco-help:before { content: '\f128'; } /* '' */
.loco-info:before { content: '\f129'; } /* '' */
.loco-attention-alt:before { content: '\f12a'; } /* '' */
.loco-superscript:before { content: '\f12b'; } /* '' */
.loco-subscript:before { content: '\f12c'; } /* '' */
.loco-eraser:before { content: '\f12d'; } /* '' */
.loco-puzzle:before { content: '\f12e'; } /* '' */
.loco-mic:before { content: '\f130'; } /* '' */
.loco-mute:before { content: '\f131'; } /* '' */
.loco-shield:before { content: '\f132'; } /* '' */
.loco-calendar-empty:before { content: '\f133'; } /* '' */
.loco-extinguisher:before { content: '\f134'; } /* '' */
.loco-rocket:before { content: '\f135'; } /* '' */
.loco-maxcdn:before { content: '\f136'; } /* '' */
.loco-angle-circled-left:before { content: '\f137'; } /* '' */
.loco-angle-circled-right:before { content: '\f138'; } /* '' */
.loco-angle-circled-up:before { content: '\f139'; } /* '' */
.loco-angle-circled-down:before { content: '\f13a'; } /* '' */
.loco-html5:before { content: '\f13b'; } /* '' */
.loco-css3:before { content: '\f13c'; } /* '' */
.loco-anchor:before { content: '\f13d'; } /* '' */
.loco-lock-open-alt:before { content: '\f13e'; } /* '' */
.loco-bullseye:before { content: '\f140'; } /* '' */
.loco-ellipsis:before { content: '\f141'; } /* '' */
.loco-ellipsis-vert:before { content: '\f142'; } /* '' */
.loco-rss-squared:before { content: '\f143'; } /* '' */
.loco-play-circled:before { content: '\f144'; } /* '' */
.loco-ticket:before { content: '\f145'; } /* '' */
.loco-minus-squared:before { content: '\f146'; } /* '' */
.loco-minus-squared-alt:before { content: '\f147'; } /* '' */
.loco-level-up:before { content: '\f148'; } /* '' */
.loco-level-down:before { content: '\f149'; } /* '' */
.loco-ok-squared:before { content: '\f14a'; } /* '' */
.loco-pencil-squared:before { content: '\f14b'; } /* '' */
.loco-link-ext-alt:before { content: '\f14c'; } /* '' */
.loco-export-alt:before { content: '\f14d'; } /* '' */
.loco-compass:before { content: '\f14e'; } /* '' */
.loco-expand:before { content: '\f150'; } /* '' */
.loco-collapse:before { content: '\f151'; } /* '' */
.loco-expand-right:before { content: '\f152'; } /* '' */
.loco-euro:before { content: '\f153'; } /* '' */
.loco-pound:before { content: '\f154'; } /* '' */
.loco-dollar:before { content: '\f155'; } /* '' */
.loco-rupee:before { content: '\f156'; } /* '' */
.loco-yen:before { content: '\f157'; } /* '' */
.loco-rouble:before { content: '\f158'; } /* '' */
.loco-won:before { content: '\f159'; } /* '' */
.loco-bitcoin:before { content: '\f15a'; } /* '' */
.loco-doc-inv:before { content: '\f15b'; } /* '' */
.loco-doc-text-inv:before { content: '\f15c'; } /* '' */
.loco-sort-name-up:before { content: '\f15d'; } /* '' */
.loco-sort-name-down:before { content: '\f15e'; } /* '' */
.loco-sort-alt-up:before { content: '\f160'; } /* '' */
.loco-sort-alt-down:before { content: '\f161'; } /* '' */
.loco-sort-number-up:before { content: '\f162'; } /* '' */
.loco-sort-number-down:before { content: '\f163'; } /* '' */
.loco-thumbs-up-alt:before { content: '\f164'; } /* '' */
.loco-thumbs-down-alt:before { content: '\f165'; } /* '' */
.loco-youtube-squared:before { content: '\f166'; } /* '' */
.loco-youtube:before { content: '\f167'; } /* '' */
.loco-xing:before { content: '\f168'; } /* '' */
.loco-xing-squared:before { content: '\f169'; } /* '' */
.loco-youtube-play:before { content: '\f16a'; } /* '' */
.loco-dropbox:before { content: '\f16b'; } /* '' */
.loco-stackoverflow:before { content: '\f16c'; } /* '' */
.loco-instagram:before { content: '\f16d'; } /* '' */
.loco-flickr:before { content: '\f16e'; } /* '' */
.loco-adn:before { content: '\f170'; } /* '' */
.loco-bitbucket:before { content: '\f171'; } /* '' */
.loco-bitbucket-squared:before { content: '\f172'; } /* '' */
.loco-tumblr:before { content: '\f173'; } /* '' */
.loco-tumblr-squared:before { content: '\f174'; } /* '' */
.loco-down:before { content: '\f175'; } /* '' */
.loco-up:before { content: '\f176'; } /* '' */
.loco-left:before { content: '\f177'; } /* '' */
.loco-right:before { content: '\f178'; } /* '' */
.loco-apple:before { content: '\f179'; } /* '' */
.loco-windows:before { content: '\f17a'; } /* '' */
.loco-android:before { content: '\f17b'; } /* '' */
.loco-linux:before { content: '\f17c'; } /* '' */
.loco-dribbble:before { content: '\f17d'; } /* '' */
.loco-skype:before { content: '\f17e'; } /* '' */
.loco-foursquare:before { content: '\f180'; } /* '' */
.loco-trello:before { content: '\f181'; } /* '' */
.loco-female:before { content: '\f182'; } /* '' */
.loco-male:before { content: '\f183'; } /* '' */
.loco-gittip:before { content: '\f184'; } /* '' */
.loco-sun:before { content: '\f185'; } /* '' */
.loco-moon:before { content: '\f186'; } /* '' */
.loco-box:before { content: '\f187'; } /* '' */
.loco-bug:before { content: '\f188'; } /* '' */
.loco-vkontakte:before { content: '\f189'; } /* '' */
.loco-weibo:before { content: '\f18a'; } /* '' */
.loco-renren:before { content: '\f18b'; } /* '' */
.loco-pagelines:before { content: '\f18c'; } /* '' */
.loco-stackexchange:before { content: '\f18d'; } /* '' */
.loco-right-circled2:before { content: '\f18e'; } /* '' */
.loco-left-circled2:before { content: '\f190'; } /* '' */
.loco-collapse-left:before { content: '\f191'; } /* '' */
.loco-dot-circled:before { content: '\f192'; } /* '' */
.loco-wheelchair:before { content: '\f193'; } /* '' */
.loco-vimeo-squared:before { content: '\f194'; } /* '' */
.loco-try:before { content: '\f195'; } /* '' */
.loco-plus-squared-alt:before { content: '\f196'; } /* '' */
.loco-space-shuttle:before { content: '\f197'; } /* '' */
.loco-slack:before { content: '\f198'; } /* '' */
.loco-mail-squared:before { content: '\f199'; } /* '' */
.loco-wordpress:before { content: '\f19a'; } /* '' */
.loco-openid:before { content: '\f19b'; } /* '' */
.loco-bank:before { content: '\f19c'; } /* '' */
.loco-graduation-cap:before { content: '\f19d'; } /* '' */
.loco-yahoo:before { content: '\f19e'; } /* '' */
.loco-google:before { content: '\f1a0'; } /* '' */
.loco-reddit:before { content: '\f1a1'; } /* '' */
.loco-reddit-squared:before { content: '\f1a2'; } /* '' */
.loco-stumbleupon-circled:before { content: '\f1a3'; } /* '' */
.loco-stumbleupon:before { content: '\f1a4'; } /* '' */
.loco-delicious:before { content: '\f1a5'; } /* '' */
.loco-digg:before { content: '\f1a6'; } /* '' */
.loco-pied-piper-squared:before { content: '\f1a7'; } /* '' */
.loco-pied-piper-alt:before { content: '\f1a8'; } /* '' */
.loco-drupal:before { content: '\f1a9'; } /* '' */
.loco-joomla:before { content: '\f1aa'; } /* '' */
.loco-language:before { content: '\f1ab'; } /* '' */
.loco-fax:before { content: '\f1ac'; } /* '' */
.loco-building-filled:before { content: '\f1ad'; } /* '' */
.loco-child:before { content: '\f1ae'; } /* '' */
.loco-paw:before { content: '\f1b0'; } /* '' */
.loco-spoon:before { content: '\f1b1'; } /* '' */
.loco-cube:before { content: '\f1b2'; } /* '' */
.loco-cubes:before { content: '\f1b3'; } /* '' */
.loco-behance:before { content: '\f1b4'; } /* '' */
.loco-behance-squared:before { content: '\f1b5'; } /* '' */
.loco-steam:before { content: '\f1b6'; } /* '' */
.loco-steam-squared:before { content: '\f1b7'; } /* '' */
.loco-recycle:before { content: '\f1b8'; } /* '' */
.loco-cab:before { content: '\f1b9'; } /* '' */
.loco-taxi:before { content: '\f1ba'; } /* '' */
.loco-tree:before { content: '\f1bb'; } /* '' */
.loco-spotify:before { content: '\f1bc'; } /* '' */
.loco-deviantart:before { content: '\f1bd'; } /* '' */
.loco-soundcloud:before { content: '\f1be'; } /* '' */
.loco-database:before { content: '\f1c0'; } /* '' */
.loco-file-pdf:before { content: '\f1c1'; } /* '' */
.loco-file-word:before { content: '\f1c2'; } /* '' */
.loco-file-excel:before { content: '\f1c3'; } /* '' */
.loco-file-powerpoint:before { content: '\f1c4'; } /* '' */
.loco-file-image:before { content: '\f1c5'; } /* '' */
.loco-file-archive:before { content: '\f1c6'; } /* '' */
.loco-file-audio:before { content: '\f1c7'; } /* '' */
.loco-file-video:before { content: '\f1c8'; } /* '' */
.loco-file-code:before { content: '\f1c9'; } /* '' */
.loco-vine:before { content: '\f1ca'; } /* '' */
.loco-codeopen:before { content: '\f1cb'; } /* '' */
.loco-jsfiddle:before { content: '\f1cc'; } /* '' */
.loco-lifebuoy:before { content: '\f1cd'; } /* '' */
.loco-circle-notch:before { content: '\f1ce'; } /* '' */
.loco-rebel:before { content: '\f1d0'; } /* '' */
.loco-empire:before { content: '\f1d1'; } /* '' */
.loco-git-squared:before { content: '\f1d2'; } /* '' */
.loco-git:before { content: '\f1d3'; } /* '' */
.loco-hacker-news:before { content: '\f1d4'; } /* '' */
.loco-tencent-weibo:before { content: '\f1d5'; } /* '' */
.loco-qq:before { content: '\f1d6'; } /* '' */
.loco-wechat:before { content: '\f1d7'; } /* '' */
.loco-paper-plane:before { content: '\f1d8'; } /* '' */
.loco-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.loco-history:before { content: '\f1da'; } /* '' */
.loco-circle-thin:before { content: '\f1db'; } /* '' */
.loco-header:before { content: '\f1dc'; } /* '' */
.loco-paragraph:before { content: '\f1dd'; } /* '' */
.loco-sliders:before { content: '\f1de'; } /* '' */
.loco-share:before { content: '\f1e0'; } /* '' */
.loco-share-squared:before { content: '\f1e1'; } /* '' */
.loco-bomb:before { content: '\f1e2'; } /* '' */
.loco-soccer-ball:before { content: '\f1e3'; } /* '' */
.loco-tty:before { content: '\f1e4'; } /* '' */
.loco-binoculars:before { content: '\f1e5'; } /* '' */
.loco-plug:before { content: '\f1e6'; } /* '' */
.loco-slideshare:before { content: '\f1e7'; } /* '' */
.loco-twitch:before { content: '\f1e8'; } /* '' */
.loco-yelp:before { content: '\f1e9'; } /* '' */
.loco-newspaper:before { content: '\f1ea'; } /* '' */
.loco-wifi:before { content: '\f1eb'; } /* '' */
.loco-calc:before { content: '\f1ec'; } /* '' */
.loco-paypal:before { content: '\f1ed'; } /* '' */
.loco-gwallet:before { content: '\f1ee'; } /* '' */
.loco-cc-visa:before { content: '\f1f0'; } /* '' */
.loco-cc-mastercard:before { content: '\f1f1'; } /* '' */
.loco-cc-discover:before { content: '\f1f2'; } /* '' */
.loco-cc-amex:before { content: '\f1f3'; } /* '' */
.loco-cc-paypal:before { content: '\f1f4'; } /* '' */
.loco-cc-stripe:before { content: '\f1f5'; } /* '' */
.loco-bell-off:before { content: '\f1f6'; } /* '' */
.loco-bell-off-empty:before { content: '\f1f7'; } /* '' */
.loco-trash:before { content: '\f1f8'; } /* '' */
.loco-copyright:before { content: '\f1f9'; } /* '' */
.loco-at:before { content: '\f1fa'; } /* '' */
.loco-eyedropper:before { content: '\f1fb'; } /* '' */
.loco-brush:before { content: '\f1fc'; } /* '' */
.loco-birthday:before { content: '\f1fd'; } /* '' */
.loco-chart-area:before { content: '\f1fe'; } /* '' */
.loco-chart-pie:before { content: '\f200'; } /* '' */
.loco-chart-line:before { content: '\f201'; } /* '' */
.loco-lastfm:before { content: '\f202'; } /* '' */
.loco-lastfm-squared:before { content: '\f203'; } /* '' */
.loco-toggle-off:before { content: '\f204'; } /* '' */
.loco-toggle-on:before { content: '\f205'; } /* '' */
.loco-bicycle:before { content: '\f206'; } /* '' */
.loco-bus:before { content: '\f207'; } /* '' */
.loco-ioxhost:before { content: '\f208'; } /* '' */
.loco-angellist:before { content: '\f209'; } /* '' */
.loco-cc:before { content: '\f20a'; } /* '' */
.loco-shekel:before { content: '\f20b'; } /* '' */
.loco-meanpath:before { content: '\f20c'; } /* '' */
.loco-buysellads:before { content: '\f20d'; } /* '' */
.loco-connectdevelop:before { content: '\f20e'; } /* '' */
.loco-dashcube:before { content: '\f210'; } /* '' */
.loco-forumbee:before { content: '\f211'; } /* '' */
.loco-leanpub:before { content: '\f212'; } /* '' */
.loco-sellsy:before { content: '\f213'; } /* '' */
.loco-shirtsinbulk:before { content: '\f214'; } /* '' */
.loco-simplybuilt:before { content: '\f215'; } /* '' */
.loco-skyatlas:before { content: '\f216'; } /* '' */
.loco-cart-plus:before { content: '\f217'; } /* '' */
.loco-cart-arrow-down:before { content: '\f218'; } /* '' */
.loco-diamond:before { content: '\f219'; } /* '' */
.loco-ship:before { content: '\f21a'; } /* '' */
.loco-user-secret:before { content: '\f21b'; } /* '' */
.loco-motorcycle:before { content: '\f21c'; } /* '' */
.loco-street-view:before { content: '\f21d'; } /* '' */
.loco-heartbeat:before { content: '\f21e'; } /* '' */
.loco-venus:before { content: '\f221'; } /* '' */
.loco-mars:before { content: '\f222'; } /* '' */
.loco-mercury:before { content: '\f223'; } /* '' */
.loco-transgender:before { content: '\f224'; } /* '' */
.loco-transgender-alt:before { content: '\f225'; } /* '' */
.loco-venus-double:before { content: '\f226'; } /* '' */
.loco-mars-double:before { content: '\f227'; } /* '' */
.loco-venus-mars:before { content: '\f228'; } /* '' */
.loco-mars-stroke:before { content: '\f229'; } /* '' */
.loco-mars-stroke-v:before { content: '\f22a'; } /* '' */
.loco-mars-stroke-h:before { content: '\f22b'; } /* '' */
.loco-neuter:before { content: '\f22c'; } /* '' */
.loco-genderless:before { content: '\f22d'; } /* '' */
.loco-facebook-official:before { content: '\f230'; } /* '' */
.loco-pinterest:before { content: '\f231'; } /* '' */
.loco-whatsapp:before { content: '\f232'; } /* '' */
.loco-server:before { content: '\f233'; } /* '' */
.loco-user-plus:before { content: '\f234'; } /* '' */
.loco-user-times:before { content: '\f235'; } /* '' */
.loco-bed:before { content: '\f236'; } /* '' */
.loco-viacoin:before { content: '\f237'; } /* '' */
.loco-train:before { content: '\f238'; } /* '' */
.loco-subway:before { content: '\f239'; } /* '' */
.loco-medium:before { content: '\f23a'; } /* '' */
.loco-y-combinator:before { content: '\f23b'; } /* '' */
.loco-optin-monster:before { content: '\f23c'; } /* '' */
.loco-opencart:before { content: '\f23d'; } /* '' */
.loco-expeditedssl:before { content: '\f23e'; } /* '' */
.loco-battery-4:before { content: '\f240'; } /* '' */
.loco-battery-3:before { content: '\f241'; } /* '' */
.loco-battery-2:before { content: '\f242'; } /* '' */
.loco-battery-1:before { content: '\f243'; } /* '' */
.loco-battery-0:before { content: '\f244'; } /* '' */
.loco-mouse-pointer:before { content: '\f245'; } /* '' */
.loco-i-cursor:before { content: '\f246'; } /* '' */
.loco-object-group:before { content: '\f247'; } /* '' */
.loco-object-ungroup:before { content: '\f248'; } /* '' */
.loco-sticky-note:before { content: '\f249'; } /* '' */
.loco-sticky-note-o:before { content: '\f24a'; } /* '' */
.loco-cc-jcb:before { content: '\f24b'; } /* '' */
.loco-cc-diners-club:before { content: '\f24c'; } /* '' */
.loco-clone:before { content: '\f24d'; } /* '' */
.loco-balance-scale:before { content: '\f24e'; } /* '' */
.loco-hourglass-o:before { content: '\f250'; } /* '' */
.loco-hourglass-1:before { content: '\f251'; } /* '' */
.loco-hourglass-2:before { content: '\f252'; } /* '' */
.loco-hourglass-3:before { content: '\f253'; } /* '' */
.loco-hourglass:before { content: '\f254'; } /* '' */
.loco-hand-grab-o:before { content: '\f255'; } /* '' */
.loco-hand-paper-o:before { content: '\f256'; } /* '' */
.loco-hand-scissors-o:before { content: '\f257'; } /* '' */
.loco-hand-lizard-o:before { content: '\f258'; } /* '' */
.loco-hand-spock-o:before { content: '\f259'; } /* '' */
.loco-hand-pointer-o:before { content: '\f25a'; } /* '' */
.loco-hand-peace-o:before { content: '\f25b'; } /* '' */
.loco-trademark:before { content: '\f25c'; } /* '' */
.loco-registered:before { content: '\f25d'; } /* '' */
.loco-creative-commons:before { content: '\f25e'; } /* '' */
.loco-gg:before { content: '\f260'; } /* '' */
.loco-gg-circle:before { content: '\f261'; } /* '' */
.loco-tripadvisor:before { content: '\f262'; } /* '' */
.loco-odnoklassniki:before { content: '\f263'; } /* '' */
.loco-odnoklassniki-square:before { content: '\f264'; } /* '' */
.loco-get-pocket:before { content: '\f265'; } /* '' */
.loco-wikipedia-w:before { content: '\f266'; } /* '' */
.loco-safari:before { content: '\f267'; } /* '' */
.loco-chrome-1:before { content: '\f268'; } /* '' */
.loco-firefox-1:before { content: '\f269'; } /* '' */
.loco-opera-1:before { content: '\f26a'; } /* '' */
.loco-internet-explorer:before { content: '\f26b'; } /* '' */
.loco-television:before { content: '\f26c'; } /* '' */
.loco-contao:before { content: '\f26d'; } /* '' */
.loco-500px:before { content: '\f26e'; } /* '' */
.loco-amazon:before { content: '\f270'; } /* '' */
.loco-calendar-plus-o:before { content: '\f271'; } /* '' */
.loco-calendar-minus-o:before { content: '\f272'; } /* '' */
.loco-calendar-times-o:before { content: '\f273'; } /* '' */
.loco-calendar-check-o:before { content: '\f274'; } /* '' */
.loco-industry:before { content: '\f275'; } /* '' */
.loco-map-pin:before { content: '\f276'; } /* '' */
.loco-map-signs:before { content: '\f277'; } /* '' */
.loco-map-o:before { content: '\f278'; } /* '' */
.loco-map:before { content: '\f279'; } /* '' */
.loco-commenting:before { content: '\f27a'; } /* '' */
.loco-commenting-o:before { content: '\f27b'; } /* '' */
.loco-houzz:before { content: '\f27c'; } /* '' */
.loco-vimeo:before { content: '\f27d'; } /* '' */
.loco-black-tie:before { content: '\f27e'; } /* '' */
.loco-fonticons:before { content: '\f280'; } /* '' */
.loco-reddit-alien:before { content: '\f281'; } /* '' */
.loco-edge:before { content: '\f282'; } /* '' */
.loco-credit-card-alt:before { content: '\f283'; } /* '' */
.loco-codiepie:before { content: '\f284'; } /* '' */
.loco-modx:before { content: '\f285'; } /* '' */
.loco-fort-awesome:before { content: '\f286'; } /* '' */
.loco-usb:before { content: '\f287'; } /* '' */
.loco-product-hunt:before { content: '\f288'; } /* '' */
.loco-mixcloud:before { content: '\f289'; } /* '' */
.loco-scribd:before { content: '\f28a'; } /* '' */
.loco-pause-circle:before { content: '\f28b'; } /* '' */
.loco-pause-circle-o:before { content: '\f28c'; } /* '' */
.loco-stop-circle:before { content: '\f28d'; } /* '' */
.loco-stop-circle-o:before { content: '\f28e'; } /* '' */
.loco-shopping-bag:before { content: '\f290'; } /* '' */
.loco-shopping-basket:before { content: '\f291'; } /* '' */
.loco-hashtag:before { content: '\f292'; } /* '' */
.loco-bluetooth:before { content: '\f293'; } /* '' */
.loco-bluetooth-b:before { content: '\f294'; } /* '' */
.loco-percent:before { content: '\f295'; } /* '' */
.loco-gitlab:before { content: '\f296'; } /* '' */
.loco-wpbeginner:before { content: '\f297'; } /* '' */
.loco-wpforms:before { content: '\f298'; } /* '' */
.loco-envira:before { content: '\f299'; } /* '' */
.loco-universal-access:before { content: '\f29a'; } /* '' */
.loco-wheelchair-alt:before { content: '\f29b'; } /* '' */
.loco-question-circle-o:before { content: '\f29c'; } /* '' */
.loco-blind:before { content: '\f29d'; } /* '' */
.loco-audio-description:before { content: '\f29e'; } /* '' */
.loco-volume-control-phone:before { content: '\f2a0'; } /* '' */
.loco-braille:before { content: '\f2a1'; } /* '' */
.loco-assistive-listening-systems:before { content: '\f2a2'; } /* '' */
.loco-american-sign-language-interpreting:before { content: '\f2a3'; } /* '' */
.loco-asl-interpreting:before { content: '\f2a4'; } /* '' */
.loco-glide:before { content: '\f2a5'; } /* '' */
.loco-glide-g:before { content: '\f2a6'; } /* '' */
.loco-sign-language:before { content: '\f2a7'; } /* '' */
.loco-low-vision:before { content: '\f2a8'; } /* '' */
.loco-viadeo:before { content: '\f2a9'; } /* '' */
.loco-viadeo-square:before { content: '\f2aa'; } /* '' */
.loco-snapchat:before { content: '\f2ab'; } /* '' */
.loco-snapchat-ghost:before { content: '\f2ac'; } /* '' */
.loco-snapchat-square:before { content: '\f2ad'; } /* '' */
.loco-pied-piper:before { content: '\f2ae'; } /* '' */
.loco-first-order:before { content: '\f2b0'; } /* '' */
.loco-yoast:before { content: '\f2b1'; } /* '' */
.loco-themeisle:before { content: '\f2b2'; } /* '' */
.loco-google-plus-circle:before { content: '\f2b3'; } /* '' */
.loco-font-awesome:before { content: '\f2b4'; } /* '' */
.loco-handshake-o:before { content: '\f2b5'; } /* '' */
.loco-envelope-open:before { content: '\f2b6'; } /* '' */
.loco-envelope-open-o:before { content: '\f2b7'; } /* '' */
.loco-linode:before { content: '\f2b8'; } /* '' */
.loco-address-book:before { content: '\f2b9'; } /* '' */
.loco-address-book-o:before { content: '\f2ba'; } /* '' */
.loco-address-card:before { content: '\f2bb'; } /* '' */
.loco-address-card-o:before { content: '\f2bc'; } /* '' */
.loco-user-circle:before { content: '\f2bd'; } /* '' */
.loco-user-circle-o:before { content: '\f2be'; } /* '' */
.loco-user-o:before { content: '\f2c0'; } /* '' */
.loco-id-badge:before { content: '\f2c1'; } /* '' */
.loco-id-card:before { content: '\f2c2'; } /* '' */
.loco-id-card-o:before { content: '\f2c3'; } /* '' */
.loco-quora:before { content: '\f2c4'; } /* '' */
.loco-free-code-camp:before { content: '\f2c5'; } /* '' */
.loco-telegram:before { content: '\f2c6'; } /* '' */
.loco-thermometer:before { content: '\f2c7'; } /* '' */
.loco-thermometer-3:before { content: '\f2c8'; } /* '' */
.loco-thermometer-2:before { content: '\f2c9'; } /* '' */
.loco-thermometer-quarter:before { content: '\f2ca'; } /* '' */
.loco-thermometer-0:before { content: '\f2cb'; } /* '' */
.loco-shower:before { content: '\f2cc'; } /* '' */
.loco-bath:before { content: '\f2cd'; } /* '' */
.loco-podcast:before { content: '\f2ce'; } /* '' */
.loco-window-maximize:before { content: '\f2d0'; } /* '' */
.loco-window-minimize:before { content: '\f2d1'; } /* '' */
.loco-window-restore:before { content: '\f2d2'; } /* '' */
.loco-window-close:before { content: '\f2d3'; } /* '' */
.loco-window-close-o:before { content: '\f2d4'; } /* '' */
.loco-bandcamp:before { content: '\f2d5'; } /* '' */
.loco-grav:before { content: '\f2d6'; } /* '' */
.loco-etsy:before { content: '\f2d7'; } /* '' */
.loco-imdb:before { content: '\f2d8'; } /* '' */
.loco-ravelry:before { content: '\f2d9'; } /* '' */
.loco-eercast:before { content: '\f2da'; } /* '' */
.loco-microchip:before { content: '\f2db'; } /* '' */
.loco-snowflake-o:before { content: '\f2dc'; } /* '' */
.loco-superpowers:before { content: '\f2dd'; } /* '' */
.loco-wpexplorer:before { content: '\f2de'; } /* '' */
.loco-meetup:before { content: '\f2e0'; } /* '' */
.loco-github-squared:before { content: '\f300'; } /* '' */
.loco-github-circled-1:before { content: '\f301'; } /* '' */
.loco-twitter-3:before { content: '\f302'; } /* '' */
.loco-flickr-1:before { content: '\f303'; } /* '' */
.loco-twitter-squared:before { content: '\f304'; } /* '' */
.loco-yandex:before { content: '\f305'; } /* '' */
.loco-vimeo-1:before { content: '\f306'; } /* '' */
.loco-vimeo-circled:before { content: '\f307'; } /* '' */
.loco-facebook-squared:before { content: '\f308'; } /* '' */
.loco-twitter-1:before { content: '\f309'; } /* '' */
.loco-twitter-circled:before { content: '\f30a'; } /* '' */
.loco-skype-4:before { content: '\f30b'; } /* '' */
.loco-linkedin-squared:before { content: '\f30c'; } /* '' */
.loco-facebook-circled:before { content: '\f30d'; } /* '' */
.loco-facebook-squared-1:before { content: '\f30e'; } /* '' */
.loco-gplus-1:before { content: '\f30f'; } /* '' */
.loco-gplus-circled:before { content: '\f310'; } /* '' */
.loco-tumblr-3:before { content: '\f311'; } /* '' */
.loco-pinterest-1:before { content: '\f312'; } /* '' */
.loco-pinterest-circled-1:before { content: '\f313'; } /* '' */
.loco-twitter-rect:before { content: '\f314'; } /* '' */
.loco-tumblr-1:before { content: '\f315'; } /* '' */
.loco-tumblr-circled:before { content: '\f316'; } /* '' */
.loco-jabber:before { content: '\f317'; } /* '' */
.loco-linkedin-1:before { content: '\f318'; } /* '' */
.loco-linkedin-circled:before { content: '\f319'; } /* '' */
.loco-linkedin-5:before { content: '\f31a'; } /* '' */
.loco-dribbble-1:before { content: '\f31b'; } /* '' */
.loco-dribbble-circled:before { content: '\f31c'; } /* '' */
.loco-wordpress-2:before { content: '\f31d'; } /* '' */
.loco-stumbleupon-1:before { content: '\f31e'; } /* '' */
.loco-stumbleupon-circled-1:before { content: '\f31f'; } /* '' */
.loco-diigo:before { content: '\f320'; } /* '' */
.loco-lastfm-1:before { content: '\f321'; } /* '' */
.loco-lastfm-circled:before { content: '\f322'; } /* '' */
.loco-tudou:before { content: '\f323'; } /* '' */
.loco-rdio:before { content: '\f324'; } /* '' */
.loco-rdio-circled:before { content: '\f325'; } /* '' */
.loco-amex:before { content: '\f326'; } /* '' */
.loco-spotify-1:before { content: '\f327'; } /* '' */
.loco-spotify-circled:before { content: '\f328'; } /* '' */
.loco-mastercard:before { content: '\f329'; } /* '' */
.loco-qq-1:before { content: '\f32a'; } /* '' */
.loco-bandcamp-1:before { content: '\f32b'; } /* '' */
.loco-codepen:before { content: '\f32c'; } /* '' */
.loco-instagram-1:before { content: '\f32d'; } /* '' */
.loco-dropbox-1:before { content: '\f330'; } /* '' */
.loco-evernote:before { content: '\f333'; } /* '' */
.loco-flattr:before { content: '\f336'; } /* '' */
.loco-skype-1:before { content: '\f339'; } /* '' */
.loco-skype-circled:before { content: '\f33a'; } /* '' */
.loco-renren-1:before { content: '\f33c'; } /* '' */
.loco-sina-weibo:before { content: '\f33f'; } /* '' */
.loco-paypal-1:before { content: '\f342'; } /* '' */
.loco-picasa:before { content: '\f345'; } /* '' */
.loco-soundcloud-1:before { content: '\f348'; } /* '' */
.loco-mixi:before { content: '\f34b'; } /* '' */
.loco-behance-1:before { content: '\f34e'; } /* '' */
.loco-google-circles:before { content: '\f351'; } /* '' */
.loco-vkontakte-1:before { content: '\f354'; } /* '' */
.loco-smashing:before { content: '\f357'; } /* '' */
.loco-comment-4:before { content: '\f4ac'; } /* '' */
.loco-folder-open-empty-1:before { content: '\f4c2'; } /* '' */
.loco-calendar-5:before { content: '\f4c5'; } /* '' */
.loco-newspaper-2:before { content: '\f4f0'; } /* '' */
.loco-camera-4:before { content: '\f4f7'; } /* '' */
.loco-search-4:before { content: '\f50d'; } /* '' */
.loco-lock-alt:before { content: '\f510'; } /* '' */
.loco-lock-5:before { content: '\f512'; } /* '' */
.loco-lock-open-5:before { content: '\f513'; } /* '' */
.loco-joystick:before { content: '\f514'; } /* '' */
.loco-fire-1:before { content: '\f525'; } /* '' */
.loco-chart-bar-5:before { content: '\f526'; } /* '' */
.loco-spread:before { content: '\f527'; } /* '' */
.loco-spinner1:before { content: '\f528'; } /* '' */
.loco-spinner2:before { content: '\f529'; } /* '' */
.loco-db-shape:before { content: '\f600'; } /* '' */
.loco-sweden:before { content: '\f601'; } /* '' */
.loco-logo-db:before { content: '\f603'; } /* '' */










/*--------------------
Mixins
--------------------*/
/*--------------------
Body
--------------------*/

#videochat
	{display:none;}

.bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* background: url('https://images.unsplash.com/photo-1451186859696-371d9477be93?crop=entropy&fit=crop&fm=jpg&h=975&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1925') no-repeat 0 0;*/
  filter: blur(80px);
  transform: scale(1.2);
  background: #fff;
}

/*--------------------
Chat
--------------------*/
.chat {
  position: relative;
  /*  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  width: 100%;
  height: calc(100% - 15px);
  max-height: 500px;
  z-index: 10;
  overflow: hidden;
  /*box-shadow: 0 5px 30px rgba(0, 0, 0, .2);*/
  /* background: rgba(0, 0, 0, .5);*/
  background: transparent;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/*--------------------
Chat Title
--------------------*/

.userFioChat {
  position: absolute;
  top: -20px;
  font-size: 10px;
  color: #555;
  left: -30px;
  width: 300px;
}

.chat-title {
  flex: 0 1 45px;
  position: relative;
  z-index: 2;
  width: 100%;
  border-bottom: 1px solid #ccc;
  color: #777;
  padding-top: 15px;
  padding-bottom: 5px;
  background-color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.chat-title h1,
.chat-title h2 {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.chat-title h2 {
  /* color: rgba(255, 255, 255, .8);*/
  font-size: 11px;
  letter-spacing: 1px;
}
.chat-title .avatar {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 9px;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
}
.chat-title .avatar img {
  width: 100%;
  height: auto;
}

/*--------------------
Messages
--------------------*/
.messages {
  flex: 1 1 auto;
  /*  color: rgba(255, 255, 255, .5);
  color: #fff;*/
  overflow: hidden;
  position: relative;
  width: 100%;
}
.messages .messages-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
}
.messages .message {
  clear: both;
  float: left;
  padding: 6px 10px 7px;
  border-radius: 20px 20px 20px 0;
  background: #eee;
  /*rgba(0, 0, 0, 0.1);*/
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 35px;
  position: relative;
  border: 1px solid #ccc;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, .2);*/
}
.messages .message .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 10px;
  color: #555;
  left: 0px;
  /* color: rgba(255, 255, 255, .7);*/
}

.messages .message-personal .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 10px;
  color: #555;
  right: 0px;
  /* color: rgba(255, 255, 255, .7);*/
}

.messages .message .checkmark-sent-delivered {
  position: absolute;
  bottom: -15px;
  right: 10px;
  font-size: 12px;
  color: #999;
}
.messages .message .checkmark-read {
  color: blue;
  position: absolute;
  bottom: -15px;
  right: 16px;
  font-size: 12px;
}
.messages .message::before {
  /*  content: '';
  position: absolute;
  bottom: -6px;
  border-top: 6px solid rgba(0, 0, 0, 0.1);
  left: 0;
  border-right: 7px solid transparent;*/
}
.messages .message .avatar {
	top:0px;
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.messages .message .avatar img {
  width: 100%;
  height: auto;
}
.messages .message.message-personal {
  float: right;
  text-align: right;
  /*      background: linear-gradient(120deg, #ddd, #eee);*/
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px 20px 0 20px;
}
.messages .message.message-personal::before {
  /*
      content:"";
  border-color:#4A90E2 transparent;
    width:0;
    border-style:solid;*/
  /*
   left: auto;
   right: 0;
   border-right: none;
  border-left: 8px solid transparent;
   border-top: 9px solid #fff;

   bottom: -8px;*/
}
.messages .message:last-child {
  margin-bottom: 30px;
  
}
.messages .message.new {
	overflow: visible;
  transform: scale(0);
  transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
          animation: bounce 500ms linear both;
		 overflow-wrap: anywhere;
}
.messages .message.loading::before {
  position: relative;
  /*  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  /*  background: rgba(255, 255, 255, .5);*/
  background: #888;
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.messages .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}
.messages .message.loading span::before {
  position: relative;
  /*  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  /*  background: rgba(255, 255, 255, .5);*/
  background: #888;
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: -7px;
}
.messages .message.loading span::after {
  position: relative;
  /*  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  /*  background: rgba(255, 255, 255, .5);*/
  background: #888;
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
          animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: 7px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/*--------------------
Message Box
--------------------*/
.message-box {
  flex: 0 1 42px;
  width: 90%;
  background: #fff;
  margin: 2px auto;
  /*-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.4);*/
  /*background: rgba(0, 0, 0, 0.3);
    border-top:1px solid #e3e3e3;*/
  padding: 6px 10px;
  position: relative;
  border-radius: 20px;
  height: 14px;
  border: 1px solid #ccc;
}
.message-box .message-input {
  background: none;
  border: none;
  outline: none !important;
  resize: none;
  /* color: rgba(255, 255, 255, .8);*/
  font-size: 15px;
  height: 24px;
  margin: 0;
  padding-right: 20px;
  width: 265px;
  color: #444;
  overflow:hidden;
  padding-top:3px
}
.message-box textarea:focus:-webkit-placeholder {
  color: transparent;
}
.message-box .message-submit {
  padding:0px;
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 10px;
  color: #ed1d24;
  border: none;
  margin:0px;
  /* background: #c29d5f;*/
  background: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
 
  border-radius: 5px;
  outline: none !important;
  transition: background 0.2s ease;
  cursor: pointer;
}
.message-box .message-submit:hover {
  background: #fff;
  color: #333;
}

/*--------------------
Custom Srollbar
--------------------*/
.mCSB_scrollTools {
  margin: 1px -3px 1px 0;
  opacity: 0;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0px;
  padding: 0 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/*--------------------
Bounce
--------------------*/
@-webkit-keyframes bounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bounce {
  0% {
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes ball {
  from {
    transform: translateY(0) scaleY(0.8);
  }
  to {
    transform: translateY(-10px);
  }
}
@keyframes ball {
  from {
    transform: translateY(0) scaleY(0.8);
  }
  to {
    transform: translateY(-10px);
  }
}
.avenue-messenger {
  opacity: 1;
  border-radius: 20px;
  height: calc(100% - 60px) !important;
  max-height: 460px !important;
  min-height: 220px !important;
  width: 320px;
  /*  transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  */
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: auto;
  z-index: 10;
  box-shadow: 2px 10px 40px rgba(22, 20, 19, 0.4);
  /*  transform: translateX(300px);*/
  -webkit-transition: 0.3s all ease-out 0.1s, transform 0.2s ease-in;
  -moz-transition: 0.3s all ease-out 0.1s, transform 0.2s ease-in;
}

.avenue-messenger div.agent-face {
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  margin: auto;
  width: 101px;
  height: 50px;
  background: transparent;
  z-index: 12;
}

.avenue-messenger div {
  font-size: 14px;
  color: #232323;
  overflow:hidden;
}

.close-fontello {
  display: block;
  width: 100px;
  height: 100px;
  margin: 1em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 99em;
  opacity: 0.5;
  /*border: 1px solid #ccc;
  color:#ccc;*/
  /* -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px -1px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px -1px 2px 0px rgba(0, 0, 0, 0.5);*/
}

.close-fontello:hover {
  /*
  -webkit-box-shadow:  0 1px 1px rgba(0,0,0,0.3);
  -moz-box-shadow:  0 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3);*/
  opacity: 0.9;
}

.circle {
  display: block;
  width: 80px;
  height: 80px;
  margin: 1em auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 99em;
  border: 2px solid #fff;
  /*#4A90E2;*/
  /* -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);*/
}

.contact-icon .circle:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  transition: 0.2s all ease-out 0.2s;
  -webkit-transition: 0.2s all ease-out 0.2s;
  -moz-transition: 0.2s all ease-out 0.2s;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 5px;
  margin-top: -5px;
}

.arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #4a90e2;
}

.arrow_box:after,
.arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.menu div.items {
  /*  height: 140px;
  width: 180px;
  overflow: hidden;
  position: absolute;
  left: -130px;
  z-index: 2;
  top: 20px;*/
}

.menu .items span {
  color: #111;
  z-index: 12;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 40px;
  height: 86px;
  line-height: 40px;
  background: #fff;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 48px;
  opacity: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

.menu .button {
  font-size: 30px;
  z-index: 12;
  text-align: right;
  color: #333;
  content: "...";
  display: block;
  width: 48px;
  line-height: 25px;
  height: 40px;
  border-top-right-radius: 20px;
  /*  border-top-left-radius:20px;*/
  position: absolute;
  right: 0;
  padding-right: 10px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}

.menu .button.active {
  background: #ccc;
}

/*
.menu .button:hover .menu .items span {
  display: block;
  left: -2px;
  opacity: 1;
}*/
.menu .items span.active {
  opacity: 1;
  /*border-radius:10px;
  height: 180px;
  width: 400px;
  transform:translateY(0);
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);*/
}

.menu .items a {
  color: #111;
  text-decoration: none;
}

.menu .items a:hover {
  color: #777;
}

@media only screen and (max-device-width: 667px), screen and (max-width: 450px) {
  .avenue-messenger {
    z-index: 2147483001 !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    background: #fff;
  }

  .avenue-messenger div.agent-face {
    top: -10px !important;
    /* left:initial !important;*/
  }

  .chat {
    border-radius: 0 !important;
    max-height: initial !important;
  }

  .chat-title {
    padding: 20px 20px 15px 10px !important;
    text-align: left;
  }

  .circle {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
  }

  .menu .button {
    border-top-right-radius: 0;
  }
}
@media only screen and (min-device-width: 667px) {
  div.half {
    margin: auto;
    width: 80px;
    height: 40px;
    background-color: #fff;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom: 0;
    box-shadow: 1px 4px 20px rgba(22, 20, 19, 0.6);
    -webkit-box-shadow: 1px 4px 20px rgba(22, 20, 19, 0.6);
    -moz-box-shadow: 1px 4px 20px rgba(22, 20, 19, 0.6);
  }
}
