@charset "UTF-8";
/* CSS Document */

button.aixeena-btn {
  font-family: inherit;
  background-image: none;
  margin: 0;
  font-size: 100%;
  line-height: normal;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}



button.aixeena-btn[disabled] {
  cursor: default;
}

button.aixeena-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.aixeena-btn {
  display: inline-block;
  padding: 12px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  text-decoration:none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.aixeena-btn-large {
	font-size:18px;
}
.aixeena-btn-small{
	font-size:12px;
}

.aixeena-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.aixeena-btn:hover,
.aixeena-btn:focus {
  color: #333333;
  text-decoration: none;
}

.aixeena-btn:active,
.aixeena-btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.aixeena-btn.disabled,
.aixeena-btn[disabled],
fieldset[disabled] .aixeena-btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.aixeena-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}	
.aixeena-btn-default:hover,
.aixeena-btn-default:focus,
.aixeena-btn-default:active,
.aixeena-btn-default.active,
.open .dropdown-toggle.aixeena-btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.aixeena-btn-default:active,
.aixeena-btn-default.active,
.open .dropdown-toggle.aixeena-btn-default {
  background-image: none;
}

.aixeena-btn-default.disabled,
.aixeena-btn-default[disabled],
fieldset[disabled] .aixeena-btn-default,
.aixeena-btn-default.disabled:hover,
.aixeena-btn-default[disabled]:hover,
fieldset[disabled] .aixeena-btn-default:hover,
.aixeena-btn-default.disabled:focus,
.aixeena-btn-default[disabled]:focus,
fieldset[disabled] .aixeena-btn-default:focus,
.aixeena-btn-default.disabled:active,
.aixeena-btn-default[disabled]:active,
fieldset[disabled] .aixeena-btn-default:active,
.aixeena-btn-default.disabled.active,
.aixeena-btn-default[disabled].active,
fieldset[disabled] .aixeena-btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.aixeena-btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.aixeena-btn-primary:hover,
.aixeena-btn-primary:focus,
.aixeena-btn-primary:active,
.aixeena-btn-primary.active,
.open .dropdown-toggle.aixeena-btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.aixeena-btn-primary:active,
.aixeena-btn-primary.active,
.open .dropdown-toggle.aixeena-btn-primary {
  background-image: none;
}

.aixeena-btn-primary.disabled,
.aixeena-btn-primary[disabled],
fieldset[disabled] .aixeena-btn-primary,
.aixeena-btn-primary.disabled:hover,
.aixeena-btn-primary[disabled]:hover,
fieldset[disabled] .aixeena-btn-primary:hover,
.aixeena-btn-primary.disabled:focus,
.aixeena-btn-primary[disabled]:focus,
fieldset[disabled] .aixeena-btn-primary:focus,
.aixeena-btn-primary.disabled:active,
.aixeena-btn-primary[disabled]:active,
fieldset[disabled] .aixeena-btn-primary:active,
.aixeena-btn-primary.disabled.active,
.aixeena-btn-primary[disabled].active,
fieldset[disabled] .aixeena-btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.aixeena-btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.aixeena-btn-warning:hover,
.aixeena-btn-warning:focus,
.aixeena-btn-warning:active,
.aixeena-btn-warning.active,
.open .dropdown-toggle.aixeena-btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.aixeena-btn-warning:active,
.aixeena-btn-warning.active,
.open .dropdown-toggle.aixeena-btn-warning {
  background-image: none;
}

.aixeena-btn-warning.disabled,
.aixeena-btn-warning[disabled],
fieldset[disabled] .aixeena-btn-warning,
.aixeena-btn-warning.disabled:hover,
.aixeena-btn-warning[disabled]:hover,
fieldset[disabled] .aixeena-btn-warning:hover,
.aixeena-btn-warning.disabled:focus,
.aixeena-btn-warning[disabled]:focus,
fieldset[disabled] .aixeena-btn-warning:focus,
.aixeena-btn-warning.disabled:active,
.aixeena-btn-warning[disabled]:active,
fieldset[disabled] .aixeena-btn-warning:active,
.aixeena-btn-warning.disabled.active,
.aixeena-btn-warning[disabled].active,
fieldset[disabled] .aixeena-btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.aixeena-btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.aixeena-btn-danger:hover,
.aixeena-btn-danger:focus,
.aixeena-btn-danger:active,
.aixeena-btn-danger.active,
.open .dropdown-toggle.aixeena-btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.aixeena-btn-danger:active,
.aixeena-btn-danger.active,
.open .dropdown-toggle.aixeena-btn-danger {
  background-image: none;
}

.aixeena-btn-danger.disabled,
.aixeena-btn-danger[disabled],
fieldset[disabled] .aixeena-btn-danger,
.aixeena-btn-danger.disabled:hover,
.aixeena-btn-danger[disabled]:hover,
fieldset[disabled] .aixeena-btn-danger:hover,
.aixeena-btn-danger.disabled:focus,
.aixeena-btn-danger[disabled]:focus,
fieldset[disabled] .aixeena-btn-danger:focus,
.aixeena-btn-danger.disabled:active,
.aixeena-btn-danger[disabled]:active,
fieldset[disabled] .aixeena-btn-danger:active,
.aixeena-btn-danger.disabled.active,
.aixeena-btn-danger[disabled].active,
fieldset[disabled] .aixeena-btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.aixeena-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.aixeena-btn-success:hover,
.aixeena-btn-success:focus,
.aixeena-btn-success:active,
.aixeena-btn-success.active,
.open .dropdown-toggle.aixeena-btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.aixeena-btn-success:active,
.aixeena-btn-success.active,
.open .dropdown-toggle.aixeena-btn-success {
  background-image: none;
}

.aixeena-btn-success.disabled,
.aixeena-btn-success[disabled],
fieldset[disabled] .aixeena-btn-success,
.aixeena-btn-success.disabled:hover,
.aixeena-btn-success[disabled]:hover,
fieldset[disabled] .aixeena-btn-success:hover,
.aixeena-btn-success.disabled:focus,
.aixeena-btn-success[disabled]:focus,
fieldset[disabled] .aixeena-btn-success:focus,
.aixeena-btn-success.disabled:active,
.aixeena-btn-success[disabled]:active,
fieldset[disabled] .aixeena-btn-success:active,
.aixeena-btn-success.disabled.active,
.aixeena-btn-success[disabled].active,
fieldset[disabled] .aixeena-btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.aixeena-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}


a.aixeena-btn-info{
 color: #ffffff;
}

.aixeena-btn-info:hover,
.aixeena-btn-info:focus,
.aixeena-btn-info:active,
.aixeena-btn-info.active,
.open .dropdown-toggle.aixeena-btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.aixeena-btn-info:active,
.aixeena-btn-info.active,
.open .dropdown-toggle.aixeena-btn-info {
  background-image: none;
}

.aixeena-btn-info.disabled,
.aixeena-btn-info[disabled],
fieldset[disabled] .aixeena-btn-info,
.aixeena-btn-info.disabled:hover,
.aixeena-btn-info[disabled]:hover,
fieldset[disabled] .aixeena-btn-info:hover,
.aixeena-btn-info.disabled:focus,
.aixeena-btn-info[disabled]:focus,
fieldset[disabled] .aixeena-btn-info:focus,
.aixeena-btn-info.disabled:active,
.aixeena-btn-info[disabled]:active,
fieldset[disabled] .aixeena-btn-info:active,
.aixeena-btn-info.disabled.active,
.aixeena-btn-info[disabled].active,
fieldset[disabled] .aixeena-btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.aixeena-btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.aixeena-btn-link,
.aixeena-btn-link:active,
.aixeena-btn-link[disabled],
fieldset[disabled] .aixeena-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.aixeena-btn-link,
.aixeena-btn-link:hover,
.aixeena-btn-link:focus,
.aixeena-btn-link:active {
  border-color: transparent;
}

.aixeena-btn-link:hover,
.aixeena-btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.aixeena-btn-link[disabled]:hover,
fieldset[disabled] .aixeena-btn-link:hover,
.aixeena-btn-link[disabled]:focus,
fieldset[disabled] .aixeena-btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.aixeena-btn-lg {
  padding: 16px 16px;
  font-size: 18px;
  line-height: 1.33px;
  border-radius: 6px;
}

.aixeena-btn-sm,
.aixeena-btn-xs {
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.5px;
  border-radius: 3px;
}

.aixeena-btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.aixeena-btn-block + .aixeena-btn-block {
  margin-top: 5px;
}


@font-face {
  font-family: 'glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.aixeena-glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1px;
}

.aixeena-glyphicon-asterisk:before {
  content: "\2a";
}

.aixeena-glyphicon-plus:before {
  content: "\2b";
}

.aixeena-glyphicon-euro:before {
  content: "\20ac";
}

.aixeena-glyphicon-minus:before {
  content: "\2212";
}

.aixeena-glyphicon-cloud:before {
  content: "\2601";
}

.aixeena-glyphicon-envelope:before {
  content: "\2709";
}

.aixeena-glyphicon-pencil:before {
  content: "\270f";
}

.aixeena-glyphicon-glass:before {
  content: "\e001";
}

.aixeena-glyphicon-music:before {
  content: "\e002";
}

.aixeena-glyphicon-search:before {
  content: "\e003";
}

.aixeena-glyphicon-heart:before {
  content: "\e005";
}

.aixeena-glyphicon-star:before {
  content: "\e006";
}

.aixeena-glyphicon-star-empty:before {
  content: "\e007";
}

.aixeena-glyphicon-user:before {
  content: "\e008";
}

.aixeena-glyphicon-film:before {
  content: "\e009";
}

.aixeena-glyphicon-th-large:before {
  content: "\e010";
}

.aixeena-glyphicon-th:before {
  content: "\e011";
}

.aixeena-glyphicon-th-list:before {
  content: "\e012";
}

.aixeena-glyphicon-ok:before {
  content: "\e013";
}

.aixeena-glyphicon-remove:before {
  content: "\e014";
}

.aixeena-glyphicon-zoom-in:before {
  content: "\e015";
}

.aixeena-glyphicon-zoom-out:before {
  content: "\e016";
}

.aixeena-glyphicon-off:before {
  content: "\e017";
}

.aixeena-glyphicon-signal:before {
  content: "\e018";
}

.aixeena-glyphicon-cog:before {
  content: "\e019";
}

.aixeena-glyphicon-trash:before {
  content: "\e020";
}

.aixeena-glyphicon-home:before {
  content: "\e021";
}

.aixeena-glyphicon-file:before {
  content: "\e022";
}

.aixeena-glyphicon-time:before {
  content: "\e023";
}

.aixeena-glyphicon-road:before {
  content: "\e024";
}

.aixeena-glyphicon-download-alt:before {
  content: "\e025";
}

.aixeena-glyphicon-download:before {
  content: "\e026";
}

.aixeena-glyphicon-upload:before {
  content: "\e027";
}

.aixeena-glyphicon-inbox:before {
  content: "\e028";
}

.aixeena-glyphicon-play-circle:before {
  content: "\e029";
}

.aixeena-glyphicon-repeat:before {
  content: "\e030";
}

.aixeena-glyphicon-refresh:before {
  content: "\e031";
}

.aixeena-glyphicon-list-alt:before {
  content: "\e032";
}

.aixeena-glyphicon-flag:before {
  content: "\e034";
}

.aixeena-glyphicon-headphones:before {
  content: "\e035";
}

.aixeena-glyphicon-volume-off:before {
  content: "\e036";
}

.aixeena-glyphicon-volume-down:before {
  content: "\e037";
}

.aixeena-glyphicon-volume-up:before {
  content: "\e038";
}

.aixeena-glyphicon-qrcode:before {
  content: "\e039";
}

.aixeena-glyphicon-barcode:before {
  content: "\e040";
}

.aixeena-glyphicon-tag:before {
  content: "\e041";
}

.aixeena-glyphicon-tags:before {
  content: "\e042";
}

.aixeena-glyphicon-book:before {
  content: "\e043";
}

.aixeena-glyphicon-print:before {
  content: "\e045";
}

.aixeena-glyphicon-font:before {
  content: "\e047";
}

.aixeena-glyphicon-bold:before {
  content: "\e048";
}

.aixeena-glyphicon-italic:before {
  content: "\e049";
}

.aixeena-glyphicon-text-height:before {
  content: "\e050";
}

.aixeena-glyphicon-text-width:before {
  content: "\e051";
}

.aixeena-glyphicon-align-left:before {
  content: "\e052";
}

.aixeena-glyphicon-align-center:before {
  content: "\e053";
}

.aixeena-glyphicon-align-right:before {
  content: "\e054";
}

.aixeena-glyphicon-align-justify:before {
  content: "\e055";
}

.aixeena-glyphicon-list:before {
  content: "\e056";
}

.aixeena-glyphicon-indent-left:before {
  content: "\e057";
}

.aixeena-glyphicon-indent-right:before {
  content: "\e058";
}

.aixeena-glyphicon-facetime-video:before {
  content: "\e059";
}

.aixeena-glyphicon-picture:before {
  content: "\e060";
}

.aixeena-glyphicon-map-marker:before {
  content: "\e062";
}

.aixeena-glyphicon-adjust:before {
  content: "\e063";
}

.aixeena-glyphicon-tint:before {
  content: "\e064";
}

.aixeena-glyphicon-edit:before {
  content: "\e065";
}

.aixeena-glyphicon-share:before {
  content: "\e066";
}

.aixeena-glyphicon-check:before {
  content: "\e067";
}

.aixeena-glyphicon-move:before {
  content: "\e068";
}

.aixeena-glyphicon-step-backward:before {
  content: "\e069";
}

.aixeena-glyphicon-fast-backward:before {
  content: "\e070";
}

.aixeena-glyphicon-backward:before {
  content: "\e071";
}

.aixeena-glyphicon-play:before {
  content: "\e072";
}

.aixeena-glyphicon-pause:before {
  content: "\e073";
}

.aixeena-glyphicon-stop:before {
  content: "\e074";
}

.aixeena-glyphicon-forward:before {
  content: "\e075";
}

.aixeena-glyphicon-fast-forward:before {
  content: "\e076";
}

.aixeena-glyphicon-step-forward:before {
  content: "\e077";
}

.aixeena-glyphicon-eject:before {
  content: "\e078";
}

.aixeena-glyphicon-chevron-left:before {
  content: "\e079";
}

.aixeena-glyphicon-chevron-right:before {
  content: "\e080";
}

.aixeena-glyphicon-plus-sign:before {
  content: "\e081";
}

.aixeena-glyphicon-minus-sign:before {
  content: "\e082";
}

.aixeena-glyphicon-remove-sign:before {
  content: "\e083";
}

.aixeena-glyphicon-ok-sign:before {
  content: "\e084";
}

.aixeena-glyphicon-question-sign:before {
  content: "\e085";
}

.aixeena-glyphicon-info-sign:before {
  content: "\e086";
}

.aixeena-glyphicon-screenshot:before {
  content: "\e087";
}

.aixeena-glyphicon-remove-circle:before {
  content: "\e088";
}

.aixeena-glyphicon-ok-circle:before {
  content: "\e089";
}

.aixeena-glyphicon-ban-circle:before {
  content: "\e090";
}

.aixeena-glyphicon-arrow-left:before {
  content: "\e091";
}

.aixeena-glyphicon-arrow-right:before {
  content: "\e092";
}

.aixeena-glyphicon-arrow-up:before {
  content: "\e093";
}

.aixeena-glyphicon-arrow-down:before {
  content: "\e094";
}

.aixeena-glyphicon-share-alt:before {
  content: "\e095";
}

.aixeena-glyphicon-resize-full:before {
  content: "\e096";
}

.aixeena-glyphicon-resize-small:before {
  content: "\e097";
}

.aixeena-glyphicon-exclamation-sign:before {
  content: "\e101";
}

.aixeena-glyphicon-gift:before {
  content: "\e102";
}

.aixeena-glyphicon-leaf:before {
  content: "\e103";
}

.aixeena-glyphicon-eye-open:before {
  content: "\e105";
}

.aixeena-glyphicon-eye-close:before {
  content: "\e106";
}

.aixeena-glyphicon-warning-sign:before {
  content: "\e107";
}

.aixeena-glyphicon-plane:before {
  content: "\e108";
}

.aixeena-glyphicon-random:before {
  content: "\e110";
}

.aixeena-glyphicon-comment:before {
  content: "\e111";
}

.aixeena-glyphicon-magnet:before {
  content: "\e112";
}

.aixeena-glyphicon-chevron-up:before {
  content: "\e113";
}

.aixeena-glyphicon-chevron-down:before {
  content: "\e114";
}

.aixeena-glyphicon-retweet:before {
  content: "\e115";
}

.aixeena-glyphicon-shopping-cart:before {
  content: "\e116";
}

.aixeena-glyphicon-folder-close:before {
  content: "\e117";
}

.aixeena-glyphicon-folder-open:before {
  content: "\e118";
}

.aixeena-glyphicon-resize-vertical:before {
  content: "\e119";
}

.aixeena-glyphicon-resize-horizontal:before {
  content: "\e120";
}

.aixeena-glyphicon-hdd:before {
  content: "\e121";
}

.aixeena-glyphicon-bullhorn:before {
  content: "\e122";
}

.aixeena-glyphicon-certificate:before {
  content: "\e124";
}

.aixeena-glyphicon-thumbs-up:before {
  content: "\e125";
}

.aixeena-glyphicon-thumbs-down:before {
  content: "\e126";
}

.aixeena-glyphicon-hand-right:before {
  content: "\e127";
}

.aixeena-glyphicon-hand-left:before {
  content: "\e128";
}

.aixeena-glyphicon-hand-up:before {
  content: "\e129";
}

.aixeena-glyphicon-hand-down:before {
  content: "\e130";
}

.aixeena-glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.aixeena-glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.aixeena-glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.aixeena-glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.aixeena-glyphicon-globe:before {
  content: "\e135";
}

.aixeena-glyphicon-tasks:before {
  content: "\e137";
}

.aixeena-glyphicon-filter:before {
  content: "\e138";
}

.aixeena-glyphicon-fullscreen:before {
  content: "\e140";
}

.aixeena-glyphicon-dashboard:before {
  content: "\e141";
}

.aixeena-glyphicon-heart-empty:before {
  content: "\e143";

}

.aixeena-glyphicon-link:before {
  content: "\e144";
}

.aixeena-glyphicon-phone:before {
  content: "\e145";
}

.aixeena-glyphicon-usd:before {
  content: "\e148";
}

.aixeena-glyphicon-gbp:before {
  content: "\e149";
}

.aixeena-glyphicon-sort:before {
  content: "\e150";
}

.aixeena-glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.aixeena-glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.aixeena-glyphicon-sort-by-order:before {
  content: "\e153";
}

.aixeena-glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.aixeena-glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.aixeena-glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.aixeena-glyphicon-unchecked:before {
  content: "\e157";
}

.aixeena-glyphicon-expand:before {
  content: "\e158";
}

.aixeena-glyphicon-collapse-down:before {
  content: "\e159";
}

.aixeena-glyphicon-collapse-up:before {
  content: "\e160";
}

.aixeena-glyphicon-log-in:before {
  content: "\e161";
}

.aixeena-glyphicon-flash:before {
  content: "\e162";
}

.aixeena-glyphicon-log-out:before {
  content: "\e163";
}

.aixeena-glyphicon-new-window:before {
  content: "\e164";
}

.aixeena-glyphicon-record:before {
  content: "\e165";
}

.aixeena-glyphicon-save:before {
  content: "\e166";
}


.aixeena-glyphicon-open:before {
  content: "\e167";
}

.aixeena-glyphicon-saved:before {
  content: "\e168";
}

.aixeena-glyphicon-import:before {
  content: "\e169";
}

.aixeena-glyphicon-export:before {
  content: "\e170";
}

.aixeena-glyphicon-send:before {
  content: "\e171";
}

.aixeena-glyphicon-floppy-disk:before {
  content: "\e172";
}

.aixeena-glyphicon-floppy-saved:before {
  content: "\e173";
}

.aixeena-glyphicon-floppy-remove:before {
  content: "\e174";
}

.aixeena-glyphicon-floppy-save:before {
  content: "\e175";
}

.aixeena-glyphicon-floppy-open:before {
  content: "\e176";
}

.aixeena-glyphicon-credit-card:before {
  content: "\e177";
}

.aixeena-glyphicon-transfer:before {
  content: "\e178";
}

.aixeena-glyphicon-cutlery:before {
  content: "\e179";
}

.aixeena-glyphicon-header:before {
  content: "\e180";
}

.aixeena-glyphicon-compressed:before {
  content: "\e181";
}

.aixeena-glyphicon-earphone:before {
  content: "\e182";
}

.aixeena-glyphicon-phone-alt:before {
  content: "\e183";
}

.aixeena-glyphicon-tower:before {
  content: "\e184";
}

.aixeena-glyphicon-stats:before {
  content: "\e185";
}

.aixeena-glyphicon-sd-video:before {
  content: "\e186";
}

.aixeena-glyphicon-hd-video:before {
  content: "\e187";
}

.aixeena-glyphicon-subtitles:before {
  content: "\e188";
}

.aixeena-glyphicon-sound-stereo:before {
  content: "\e189";
}

.aixeena-glyphicon-sound-dolby:before {
  content: "\e190";
}

.aixeena-glyphicon-sound-5-1:before {
  content: "\e191";
}

.aixeena-glyphicon-sound-6-1:before {
  content: "\e192";
}

.aixeena-glyphicon-sound-7-1:before {
  content: "\e193";
}

.aixeena-glyphicon-copyright-mark:before {
  content: "\e194";
}

.aixeena-glyphicon-registration-mark:before {
  content: "\e195";
}

.aixeena-glyphicon-cloud-download:before {
  content: "\e197";
}

.aixeena-glyphicon-cloud-upload:before {
  content: "\e198";
}

.aixeena-glyphicon-tree-conifer:before {
  content: "\e199";
}

.aixeena-glyphicon-tree-deciduous:before {
  content: "\e200";
}

.aixeena-glyphicon-briefcase:before {
  content: "\1f4bc";
}

.aixeena-glyphicon-calendar:before {
  content: "\1f4c5";
}

.aixeena-glyphicon-pushpin:before {
  content: "\1f4cc";
}

.aixeena-glyphicon-paperclip:before {
  content: "\1f4ce";
}

.aixeena-glyphicon-camera:before {
  content: "\1f4f7";
}

.aixeena-glyphicon-lock:before {
  content: "\1f512";
}

.aixeena-glyphicon-bell:before {
  content: "\1f514";
}

.aixeena-glyphicon-bookmark:before {
  content: "\1f516";
}

.aixeena-glyphicon-fire:before {
  content: "\1f525";
}

.aixeena-glyphicon-wrench:before {
  content: "\1f527";
}