@charset "UTF-8";
@font-face {
  font-family: 'easyicon-2';
  src: url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype');
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
h1 .small,
h2 .small,
h3 .small,
.h1 .small,
.h2 .small,
.h3 .small,
h1 small,
h2 small,
h3 small,
.h1 small,
.h2 small,
.h3 small {
  font-size: 65%;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
h4 .small,
h5 .small,
h6 .small,
.h4 .small,
.h5 .small,
.h6 .small,
h4 small,
h5 small,
h6 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 75%;
}
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .h3 .small,
.h4 .small,
.h5 .small,
.h6 .small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 .h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 400;
  line-height: 1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 .h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #777777;
}
h1,
.h1 {
  font-size: 2.25rem;
}
h2,
.h2 {
  font-size: 1.875rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 0.75rem;
}
.big {
  font-size: 115%;
}
a {
  color: #00c1de;
  text-decoration: none;
}
a:hover {
  color: #007e92;
  text-decoration: underline;
}
p {
  margin: 0 0 0.625rem;
}
mark {
  color: #000;
  background: #ff0;
  background-color: #ffff00;
  padding: .2em;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 90%;
  color: #fff;
  background-color: #333333;
  border-radius: 0.1875rem;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0.625rem;
  margin: 0 0 0.625rem;
  font-size: 0.928em;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f6f8fa;
  border: 1px solid #dbe3ed;
  border-radius: 0.25rem;
}
code {
  padding: 0.1875rem 0.375rem;
  font-size: 90%;
  color: #d8090d;
  background-color: #fee0e0;
  border-radius: 0.25rem;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #cdd9e6;
}
blockquote {
  padding: 0.375rem 1.125rem;
  margin: 0 0 1.25rem;
  font-size: 1.214rem;
  border-left: 5px solid #eeeeee;
}
blockquote .small,
blockquote small,
blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 0.9rem;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote .small::before,
blockquote footer::before,
blockquote small::before {
  content: '\2014 \00A0';
}
.blockquote-reverse .small::after,
.blockquote-reverse footer::after,
.blockquote-reverse small::after,
blockquote.pull-right .small::after,
blockquote.pull-right footer::after,
blockquote.pull-right small::after {
  content: '\00A0 \2014';
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -0.625rem;
  list-style: none;
}
.list-inline li {
  display: inline-block;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.link {
  cursor: pointer!important;
}
.link:hover {
  color: #00c1de !important;
}
.lead {
  margin-bottom: 0.625rem;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.42857143;
}
dl {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
@media (max-width: 768px) {
  .dl-horizontal dt {
    float: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
}
.img-rounded {
  border-radius: 0.375rem;
}
.img-circle {
  border-radius: 50%;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 0.3125rem;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #cdd9e6;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.text-line-del {
  text-decoration: line-through;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-vertical-middle {
  vertical-align: middle;
}
.text-vertical-baseline {
  vertical-align: baseline;
}
.text-vertical-top {
  vertical-align: text-top;
}
.text-vertical-bottom {
  vertical-align: text-bottom;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.inline-block {
  display: inline-block;
}
.middle {
  display: inline-block;
  vertical-align: middle;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hide {
  display: none;
}
.opacity-0 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.opacity-1 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.left-auto {
  margin-left: auto;
}
.right-auto {
  margin-right: auto;
}
.text-gary {
  color: #93a6b7;
}
a.text-gary {
  color: #93a6b7;
}
a.text-gary:hover {
  color: #60788f;
  text-decoration: none;
}
.text-gray-light {
  color: #b2bfcb;
}
a.text-gray-light {
  color: #b2bfcb;
}
a.text-gray-light:hover {
  color: #7b91a6;
  text-decoration: none;
}
.text-default {
  color: #758ca2;
}
a.text-default {
  color: #758ca2;
}
a.text-default:hover {
  color: #4b5e70;
  text-decoration: none;
}
.text-primary {
  color: #00c1de;
}
a.text-primary {
  color: #00c1de;
}
a.text-primary:hover {
  color: #007182;
  text-decoration: none;
}
.text-success {
  color: #5cb85c;
}
a.text-success {
  color: #5cb85c;
}
a.text-success:hover {
  color: #388038;
  text-decoration: none;
}
.text-info {
  color: #5bc0de;
}
a.text-info {
  color: #5bc0de;
}
a.text-info:hover {
  color: #2596b8;
  text-decoration: none;
}
.text-warning {
  color: #f9aa3b;
}
a.text-warning {
  color: #f9aa3b;
}
a.text-warning:hover {
  color: #d27d06;
  text-decoration: none;
}
.text-danger {
  color: #f61e23;
}
a.text-danger {
  color: #f61e23;
}
a.text-danger:hover {
  color: #b1070b;
  text-decoration: none;
}
.text-assist {
  color: #13c19f;
}
a.text-assist {
  color: #13c19f;
}
a.text-assist:hover {
  color: #0b6d5a;
  text-decoration: none;
}
.border-primary {
  border: 1px solid #00c1de;
}
.border-success {
  border: 1px solid #5cb85c;
}
.border-info {
  border: 1px solid #5bc0de;
}
.border-warning {
  border: 1px solid #f9aa3b;
}
.border-danger {
  border: 1px solid #f61e23;
}
.border-assist {
  border: 1px solid #13c19f;
}
.bg-default {
  background-color: #c3c3c3;
}
.bg-primary {
  background-color: #78edff;
}
.bg-success {
  background-color: #c7e6c7;
}
.bg-info {
  background-color: #daf1f8;
}
.bg-warning {
  background-color: #feeacf;
}
.bg-danger {
  background-color: #fcb1b3;
}
.bg-assist {
  background-color: #7bf2db;
}
.bs-example > .alert:last-child,
.bs-example > .form-control:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .list-group:last-child,
.bs-example > .navbar:last-child,
.bs-example > .panel:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table,
.bs-example > .table:last-child,
.bs-example > .well:last-child,
.bs-example > blockquote:last-child,
.bs-example > ol:last-child,
.bs-example > p:last-child,
.bs-example > ul:last-child {
  margin-bottom: 0;
}
.is-style-content {
  white-space: pre-line;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pull-left {
  float: left!important;
}
.pull-right {
  float: right!important;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.addon-default {
  width: 8em;
  text-align: right;
}
.addon-lg {
  width: 10.14em;
  text-align: right;
}
.addon-sm {
  width: 5.33em;
  text-align: right;
}
.addon-xs {
  width: 4.26em;
  text-align: right;
}
.easyicon-x {
  font-family: 'easyicon-2';
}
.easyicon {
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.easyicon:before,
.easyicon:after {
  font-family: 'easyicon-2';
}
.easyicon-ok:before {
  content: "\e65c";
}
.easyicon-error:before {
  content: "\e6ea";
}
.easyicon-e6fa:before {
  content: "\e6fa";
}
.easyicon-e6fa-after:after {
  content: "\e6fa";
}
.easyicon-e6fb:before {
  content: "\e6fb";
}
.easyicon-e6fb-after:after {
  content: "\e6fb";
}
.easyicon-e6f9:before {
  content: "\e6f9";
}
.easyicon-e6f9-after:after {
  content: "\e6f9";
}
.easyicon-e6f8:before {
  content: "\e6f8";
}
.easyicon-e6f8-after:after {
  content: "\e6f8";
}
.easyicon-e6f7:before {
  content: "\e6f7";
}
.easyicon-e6f7-after:after {
  content: "\e6f7";
}
.easyicon-e6f6:before {
  content: "\e6f6";
}
.easyicon-e6f6-after:after {
  content: "\e6f6";
}
.easyicon-e6f5:before {
  content: "\e6f5";
}
.easyicon-e6f5-after:after {
  content: "\e6f5";
}
.easyicon-e6f4:before {
  content: "\e6f4";
}
.easyicon-e6f4-after:after {
  content: "\e6f4";
}
.easyicon-e6f3:before {
  content: "\e6f3";
}
.easyicon-e6f3-after:after {
  content: "\e6f3";
}
.easyicon-e6f2:before {
  content: "\e6f2";
}
.easyicon-e6f2-after:after {
  content: "\e6f2";
}
.easyicon-e6f1:before {
  content: "\e6f1";
}
.easyicon-e6f1-after:after {
  content: "\e6f1";
}
.easyicon-e6f0:before {
  content: "\e6f0";
}
.easyicon-e6f0-after:after {
  content: "\e6f0";
}
.easyicon-e6ef:before {
  content: "\e6ef";
}
.easyicon-e6ef-after:after {
  content: "\e6ef";
}
.easyicon-e6ee:before {
  content: "\e6ee";
}
.easyicon-e6ee-after:after {
  content: "\e6ee";
}
.easyicon-e6ed:before {
  content: "\e6ed";
}
.easyicon-e6ed-after:after {
  content: "\e6ed";
}
.easyicon-e6eb:before {
  content: "\e6eb";
}
.easyicon-e6eb-after:after {
  content: "\e6eb";
}
.easyicon-e6ec:before {
  content: "\e6ec";
}
.easyicon-e6ec-after:after {
  content: "\e6ec";
}
.easyicon-e644:before {
  content: "\e644";
}
.easyicon-e644-after:after {
  content: "\e644";
}
.easyicon-e60f:before {
  content: "\e60f";
}
.easyicon-e60f-after:after {
  content: "\e60f";
}
.easyicon-e610:before {
  content: "\e610";
}
.easyicon-e610-after:after {
  content: "\e610";
}
.easyicon-e611:before {
  content: "\e611";
}
.easyicon-e611-after:after {
  content: "\e611";
}
.easyicon-e612:before {
  content: "\e612";
}
.easyicon-e612-after:after {
  content: "\e612";
}
.easyicon-e613:before {
  content: "\e613";
}
.easyicon-e613-after:after {
  content: "\e613";
}
.easyicon-e616:before {
  content: "\e616";
}
.easyicon-e616-after:after {
  content: "\e616";
}
.easyicon-e617:before {
  content: "\e617";
}
.easyicon-e617-after:after {
  content: "\e617";
}
.easyicon-e618:before {
  content: "\e618";
}
.easyicon-e618-after:after {
  content: "\e618";
}
.easyicon-e619:before {
  content: "\e619";
}
.easyicon-e619-after:after {
  content: "\e619";
}
.easyicon-e61b:before {
  content: "\e61b";
}
.easyicon-e61b-after:after {
  content: "\e61b";
}
.easyicon-e61c:before {
  content: "\e61c";
}
.easyicon-e61c-after:after {
  content: "\e61c";
}
.easyicon-e61d:before {
  content: "\e61d";
}
.easyicon-e61d-after:after {
  content: "\e61d";
}
.easyicon-e61e:before {
  content: "\e61e";
}
.easyicon-e61e-after:after {
  content: "\e61e";
}
.easyicon-e61f:before {
  content: "\e61f";
}
.easyicon-e61f-after:after {
  content: "\e61f";
}
.easyicon-e620:before {
  content: "\e620";
}
.easyicon-e620-after:after {
  content: "\e620";
}
.easyicon-e621:before {
  content: "\e621";
}
.easyicon-e621-after:after {
  content: "\e621";
}
.easyicon-e622:before {
  content: "\e622";
}
.easyicon-e622-after:after {
  content: "\e622";
}
.easyicon-e623:before {
  content: "\e623";
}
.easyicon-e623-after:after {
  content: "\e623";
}
.easyicon-e624:before {
  content: "\e624";
}
.easyicon-e624-after:after {
  content: "\e624";
}
.easyicon-e625:before {
  content: "\e625";
}
.easyicon-e625-after:after {
  content: "\e625";
}
.easyicon-e626:before {
  content: "\e626";
}
.easyicon-e626-after:after {
  content: "\e626";
}
.easyicon-e627:before {
  content: "\e627";
}
.easyicon-e627-after:after {
  content: "\e627";
}
.easyicon-e60e:before {
  content: "\e60e";
}
.easyicon-e60e-after:after {
  content: "\e60e";
}
.easyicon-e615:before {
  content: "\e615";
}
.easyicon-e615-after:after {
  content: "\e615";
}
.easyicon-e628:before {
  content: "\e628";
}
.easyicon-e628-after:after {
  content: "\e628";
}
.easyicon-e629:before {
  content: "\e629";
}
.easyicon-e629-after:after {
  content: "\e629";
}
.easyicon-e62d:before {
  content: "\e62d";
}
.easyicon-e62d-after:after {
  content: "\e62d";
}
.easyicon-e62e:before {
  content: "\e62e";
}
.easyicon-e62e-after:after {
  content: "\e62e";
}
.easyicon-e62f:before {
  content: "\e62f";
}
.easyicon-e62f-after:after {
  content: "\e62f";
}
.easyicon-e630:before {
  content: "\e630";
}
.easyicon-e630-after:after {
  content: "\e630";
}
.easyicon-e633:before {
  content: "\e633";
}
.easyicon-e633-after:after {
  content: "\e633";
}
.easyicon-e634:before {
  content: "\e634";
}
.easyicon-e634-after:after {
  content: "\e634";
}
.easyicon-e600:before {
  content: "\e600";
}
.easyicon-e600-after:after {
  content: "\e600";
}
.easyicon-e601:before {
  content: "\e601";
}
.easyicon-e601-after:after {
  content: "\e601";
}
.easyicon-e602:before {
  content: "\e602";
}
.easyicon-e602-after:after {
  content: "\e602";
}
.easyicon-e603:before {
  content: "\e603";
}
.easyicon-e603-after:after {
  content: "\e603";
}
.easyicon-e606:before {
  content: "\e606";
}
.easyicon-e606-after:after {
  content: "\e606";
}
.easyicon-e636:before {
  content: "\e636";
}
.easyicon-e636-after:after {
  content: "\e636";
}
.easyicon-e635:before {
  content: "\e635";
}
.easyicon-e635-after:after {
  content: "\e635";
}
.easyicon-e609:before {
  content: "\e609";
}
.easyicon-e609-after:after {
  content: "\e609";
}
.easyicon-e62a:before {
  content: "\e62a";
}
.easyicon-e62a-after:after {
  content: "\e62a";
}
.easyicon-e614:before {
  content: "\e614";
}
.easyicon-e614-after:after {
  content: "\e614";
}
.easyicon-e60d:before {
  content: "\e60d";
}
.easyicon-e60d-after:after {
  content: "\e60d";
}
.easyicon-e608:before {
  content: "\e608";
}
.easyicon-e608-after:after {
  content: "\e608";
}
.easyicon-e62c:before {
  content: "\e62c";
}
.easyicon-e62c-after:after {
  content: "\e62c";
}
.easyicon-e637:before {
  content: "\e637";
}
.easyicon-e637-after:after {
  content: "\e637";
}
.easyicon-e638:before {
  content: "\e638";
}
.easyicon-e638-after:after {
  content: "\e638";
}
.easyicon-e639:before {
  content: "\e639";
}
.easyicon-e639-after:after {
  content: "\e639";
}
.easyicon-e63a:before {
  content: "\e63a";
}
.easyicon-e63a-after:after {
  content: "\e63a";
}
.easyicon-e63b:before {
  content: "\e63b";
}
.easyicon-e63b-after:after {
  content: "\e63b";
}
.easyicon-e63c:before {
  content: "\e63c";
}
.easyicon-e63c-after:after {
  content: "\e63c";
}
.easyicon-e607:before {
  content: "\e607";
}
.easyicon-e607-after:after {
  content: "\e607";
}
.easyicon-e63d:before {
  content: "\e63d";
}
.easyicon-e63d-after:after {
  content: "\e63d";
}
.easyicon-e604:before {
  content: "\e604";
}
.easyicon-e604-after:after {
  content: "\e604";
}
.easyicon-e632:before {
  content: "\e632";
}
.easyicon-e632-after:after {
  content: "\e632";
}
.easyicon-e631:before {
  content: "\e631";
}
.easyicon-e631-after:after {
  content: "\e631";
}
.easyicon-e63e:before {
  content: "\e63e";
}
.easyicon-e63e-after:after {
  content: "\e63e";
}
.easyicon-e63f:before {
  content: "\e63f";
}
.easyicon-e63f-after:after {
  content: "\e63f";
}
.easyicon-e640:before {
  content: "\e640";
}
.easyicon-e640-after:after {
  content: "\e640";
}
.easyicon-e641:before {
  content: "\e641";
}
.easyicon-e641-after:after {
  content: "\e641";
}
.easyicon-e642:before {
  content: "\e642";
}
.easyicon-e642-after:after {
  content: "\e642";
}
.easyicon-e645:before {
  content: "\e645";
}
.easyicon-e645-after:after {
  content: "\e645";
}
.easyicon-e646:before {
  content: "\e646";
}
.easyicon-e646-after:after {
  content: "\e646";
}
.easyicon-e647:before {
  content: "\e647";
}
.easyicon-e647-after:after {
  content: "\e647";
}
.easyicon-e648:before {
  content: "\e648";
}
.easyicon-e648-after:after {
  content: "\e648";
}
.easyicon-e6da:before {
  content: "\e6da";
}
.easyicon-e6da-after:after {
  content: "\e6da";
}
.easyicon-e649:before {
  content: "\e649";
}
.easyicon-e649-after:after {
  content: "\e649";
}
.easyicon-e64a:before {
  content: "\e64a";
}
.easyicon-e64a-after:after {
  content: "\e64a";
}
.easyicon-e62b:before {
  content: "\e62b";
}
.easyicon-e62b-after:after {
  content: "\e62b";
}
.easyicon-e61a:before {
  content: "\e61a";
}
.easyicon-e61a-after:after {
  content: "\e61a";
}
.easyicon-e64b:before {
  content: "\e64b";
}
.easyicon-e64b-after:after {
  content: "\e64b";
}
.easyicon-e64d:before {
  content: "\e64d";
}
.easyicon-e64d-after:after {
  content: "\e64d";
}
.easyicon-e64e:before {
  content: "\e64e";
}
.easyicon-e64e-after:after {
  content: "\e64e";
}
.easyicon-e64f:before {
  content: "\e64f";
}
.easyicon-e64f-after:after {
  content: "\e64f";
}
.easyicon-e650:before {
  content: "\e650";
}
.easyicon-e650-after:after {
  content: "\e650";
}
.easyicon-e651:before {
  content: "\e651";
}
.easyicon-e651-after:after {
  content: "\e651";
}
.easyicon-e654:before {
  content: "\e654";
}
.easyicon-e654-after:after {
  content: "\e654";
}
.easyicon-e655:before {
  content: "\e655";
}
.easyicon-e655-after:after {
  content: "\e655";
}
.easyicon-e656:before {
  content: "\e656";
}
.easyicon-e656-after:after {
  content: "\e656";
}
.easyicon-e657:before {
  content: "\e657";
}
.easyicon-e657-after:after {
  content: "\e657";
}
.easyicon-e658:before {
  content: "\e658";
}
.easyicon-e658-after:after {
  content: "\e658";
}
.easyicon-e659:before {
  content: "\e659";
}
.easyicon-e659-after:after {
  content: "\e659";
}
.easyicon-e65a:before {
  content: "\e65a";
}
.easyicon-e65a-after:after {
  content: "\e65a";
}
.easyicon-e65b:before {
  content: "\e65b";
}
.easyicon-e65b-after:after {
  content: "\e65b";
}
.easyicon-e6ea:before {
  content: "\e6ea";
}
.easyicon-e6ea-after:after {
  content: "\e6ea";
}
.easyicon-e65c:before {
  content: "\e65c";
}
.easyicon-e65c-after:after {
  content: "\e65c";
}
.easyicon-e64c:before {
  content: "\e64c";
}
.easyicon-e64c-after:after {
  content: "\e64c";
}
.easyicon-e65d:before {
  content: "\e65d";
}
.easyicon-e65d-after:after {
  content: "\e65d";
}
.easyicon-e65e:before {
  content: "\e65e";
}
.easyicon-e65e-after:after {
  content: "\e65e";
}
.easyicon-e65f:before {
  content: "\e65f";
}
.easyicon-e65f-after:after {
  content: "\e65f";
}
.easyicon-e660:before {
  content: "\e660";
}
.easyicon-e660-after:after {
  content: "\e660";
}
.easyicon-e661:before {
  content: "\e661";
}
.easyicon-e661-after:after {
  content: "\e661";
}
.easyicon-e662:before {
  content: "\e662";
}
.easyicon-e662-after:after {
  content: "\e662";
}
.easyicon-e663:before {
  content: "\e663";
}
.easyicon-e663-after:after {
  content: "\e663";
}
.easyicon-e664:before {
  content: "\e664";
}
.easyicon-e664-after:after {
  content: "\e664";
}
.easyicon-e665:before {
  content: "\e665";
}
.easyicon-e665-after:after {
  content: "\e665";
}
.easyicon-e652:before {
  content: "\e652";
}
.easyicon-e652-after:after {
  content: "\e652";
}
.easyicon-e653:before {
  content: "\e653";
}
.easyicon-e653-after:after {
  content: "\e653";
}
.easyicon-e666:before {
  content: "\e666";
}
.easyicon-e666-after:after {
  content: "\e666";
}
.easyicon-e667:before {
  content: "\e667";
}
.easyicon-e667-after:after {
  content: "\e667";
}
.easyicon-e668:before {
  content: "\e668";
}
.easyicon-e668-after:after {
  content: "\e668";
}
.easyicon-e669:before {
  content: "\e669";
}
.easyicon-e669-after:after {
  content: "\e669";
}
.easyicon-e66a:before {
  content: "\e66a";
}
.easyicon-e66a-after:after {
  content: "\e66a";
}
.easyicon-e66b:before {
  content: "\e66b";
}
.easyicon-e66b-after:after {
  content: "\e66b";
}
.easyicon-e66c:before {
  content: "\e66c";
}
.easyicon-e66c-after:after {
  content: "\e66c";
}
.easyicon-e66d:before {
  content: "\e66d";
}
.easyicon-e66d-after:after {
  content: "\e66d";
}
.easyicon-e66e:before {
  content: "\e66e";
}
.easyicon-e66e-after:after {
  content: "\e66e";
}
.easyicon-e670:before {
  content: "\e670";
}
.easyicon-e670-after:after {
  content: "\e670";
}
.easyicon-e671:before {
  content: "\e671";
}
.easyicon-e671-after:after {
  content: "\e671";
}
.easyicon-e672:before {
  content: "\e672";
}
.easyicon-e672-after:after {
  content: "\e672";
}
.easyicon-e673:before {
  content: "\e673";
}
.easyicon-e673-after:after {
  content: "\e673";
}
.easyicon-e674:before {
  content: "\e674";
}
.easyicon-e674-after:after {
  content: "\e674";
}
.easyicon-e675:before {
  content: "\e675";
}
.easyicon-e675-after:after {
  content: "\e675";
}
.easyicon-e676:before {
  content: "\e676";
}
.easyicon-e676-after:after {
  content: "\e676";
}
.easyicon-e677:before {
  content: "\e677";
}
.easyicon-e677-after:after {
  content: "\e677";
}
.easyicon-e678:before {
  content: "\e678";
}
.easyicon-e678-after:after {
  content: "\e678";
}
.easyicon-e679:before {
  content: "\e679";
}
.easyicon-e679-after:after {
  content: "\e679";
}
.easyicon-e67a:before {
  content: "\e67a";
}
.easyicon-e67a-after:after {
  content: "\e67a";
}
.easyicon-e67b:before {
  content: "\e67b";
}
.easyicon-e67b-after:after {
  content: "\e67b";
}
.easyicon-e67c:before {
  content: "\e67c";
}
.easyicon-e67c-after:after {
  content: "\e67c";
}
.easyicon-e67d:before {
  content: "\e67d";
}
.easyicon-e67d-after:after {
  content: "\e67d";
}
.easyicon-e67e:before {
  content: "\e67e";
}
.easyicon-e67e-after:after {
  content: "\e67e";
}
.easyicon-e67f:before {
  content: "\e67f";
}
.easyicon-e67f-after:after {
  content: "\e67f";
}
.easyicon-e680:before {
  content: "\e680";
}
.easyicon-e680-after:after {
  content: "\e680";
}
.easyicon-e681:before {
  content: "\e681";
}
.easyicon-e681-after:after {
  content: "\e681";
}
.easyicon-e682:before {
  content: "\e682";
}
.easyicon-e682-after:after {
  content: "\e682";
}
.easyicon-e683:before {
  content: "\e683";
}
.easyicon-e683-after:after {
  content: "\e683";
}
.easyicon-e684:before {
  content: "\e684";
}
.easyicon-e684-after:after {
  content: "\e684";
}
.easyicon-e685:before {
  content: "\e685";
}
.easyicon-e685-after:after {
  content: "\e685";
}
.easyicon-e686:before {
  content: "\e686";
}
.easyicon-e686-after:after {
  content: "\e686";
}
.easyicon-e687:before {
  content: "\e687";
}
.easyicon-e687-after:after {
  content: "\e687";
}
.easyicon-e688:before {
  content: "\e688";
}
.easyicon-e688-after:after {
  content: "\e688";
}
.easyicon-e689:before {
  content: "\e689";
}
.easyicon-e689-after:after {
  content: "\e689";
}
.easyicon-e68a:before {
  content: "\e68a";
}
.easyicon-e68a-after:after {
  content: "\e68a";
}
.easyicon-e68b:before {
  content: "\e68b";
}
.easyicon-e68b-after:after {
  content: "\e68b";
}
.easyicon-e68c:before {
  content: "\e68c";
}
.easyicon-e68c-after:after {
  content: "\e68c";
}
.easyicon-e68d:before {
  content: "\e68d";
}
.easyicon-e68d-after:after {
  content: "\e68d";
}
.easyicon-e68e:before {
  content: "\e68e";
}
.easyicon-e68e-after:after {
  content: "\e68e";
}
.easyicon-e68f:before {
  content: "\e68f";
}
.easyicon-e68f-after:after {
  content: "\e68f";
}
.easyicon-e690:before {
  content: "\e690";
}
.easyicon-e690-after:after {
  content: "\e690";
}
.easyicon-e691:before {
  content: "\e691";
}
.easyicon-e691-after:after {
  content: "\e691";
}
.easyicon-e692:before {
  content: "\e692";
}
.easyicon-e692-after:after {
  content: "\e692";
}
.easyicon-e693:before {
  content: "\e693";
}
.easyicon-e693-after:after {
  content: "\e693";
}
.easyicon-e694:before {
  content: "\e694";
}
.easyicon-e694-after:after {
  content: "\e694";
}
.easyicon-e695:before {
  content: "\e695";
}
.easyicon-e695-after:after {
  content: "\e695";
}
.easyicon-e696:before {
  content: "\e696";
}
.easyicon-e696-after:after {
  content: "\e696";
}
.easyicon-e697:before {
  content: "\e697";
}
.easyicon-e697-after:after {
  content: "\e697";
}
.easyicon-e698:before {
  content: "\e698";
}
.easyicon-e698-after:after {
  content: "\e698";
}
.easyicon-e699:before {
  content: "\e699";
}
.easyicon-e699-after:after {
  content: "\e699";
}
.easyicon-e69a:before {
  content: "\e69a";
}
.easyicon-e69a-after:after {
  content: "\e69a";
}
.easyicon-e69b:before {
  content: "\e69b";
}
.easyicon-e69b-after:after {
  content: "\e69b";
}
.easyicon-e69c:before {
  content: "\e69c";
}
.easyicon-e69c-after:after {
  content: "\e69c";
}
.easyicon-e69d:before {
  content: "\e69d";
}
.easyicon-e69d-after:after {
  content: "\e69d";
}
.easyicon-e69e:before {
  content: "\e69e";
}
.easyicon-e69e-after:after {
  content: "\e69e";
}
.easyicon-e69f:before {
  content: "\e69f";
}
.easyicon-e69f-after:after {
  content: "\e69f";
}
.easyicon-e6a0:before {
  content: "\e6a0";
}
.easyicon-e6a0-after:after {
  content: "\e6a0";
}
.easyicon-e6a1:before {
  content: "\e6a1";
}
.easyicon-e6a1-after:after {
  content: "\e6a1";
}
.easyicon-e6a2:before {
  content: "\e6a2";
}
.easyicon-e6a2-after:after {
  content: "\e6a2";
}
.easyicon-e6a3:before {
  content: "\e6a3";
}
.easyicon-e6a3-after:after {
  content: "\e6a3";
}
.easyicon-e6a4:before {
  content: "\e6a4";
}
.easyicon-e6a4-after:after {
  content: "\e6a4";
}
.easyicon-e6a5:before {
  content: "\e6a5";
}
.easyicon-e6a5-after:after {
  content: "\e6a5";
}
.easyicon-e6a6:before {
  content: "\e6a6";
}
.easyicon-e6a6-after:after {
  content: "\e6a6";
}
.easyicon-e6a7:before {
  content: "\e6a7";
}
.easyicon-e6a7-after:after {
  content: "\e6a7";
}
.easyicon-e6a8:before {
  content: "\e6a8";
}
.easyicon-e6a8-after:after {
  content: "\e6a8";
}
.easyicon-e6a9:before {
  content: "\e6a9";
}
.easyicon-e6a9-after:after {
  content: "\e6a9";
}
.easyicon-e6ab:before {
  content: "\e6ab";
}
.easyicon-e6ab-after:after {
  content: "\e6ab";
}
.easyicon-e6b2:before {
  content: "\e6b2";
}
.easyicon-e6b2-after:after {
  content: "\e6b2";
}
.easyicon-e6b3:before {
  content: "\e6b3";
}
.easyicon-e6b3-after:after {
  content: "\e6b3";
}
.easyicon-e6b5:before {
  content: "\e6b5";
}
.easyicon-e6b5-after:after {
  content: "\e6b5";
}
.easyicon-e6b6:before {
  content: "\e6b6";
}
.easyicon-e6b6-after:after {
  content: "\e6b6";
}
.easyicon-e6b7:before {
  content: "\e6b7";
}
.easyicon-e6b7-after:after {
  content: "\e6b7";
}
.easyicon-e6ca:before {
  content: "\e6ca";
}
.easyicon-e6ca-after:after {
  content: "\e6ca";
}
.easyicon-e6cb:before {
  content: "\e6cb";
}
.easyicon-e6cb-after:after {
  content: "\e6cb";
}
.easyicon-e6d0:before {
  content: "\e6d0";
}
.easyicon-e6d0-after:after {
  content: "\e6d0";
}
.easyicon-e6d1:before {
  content: "\e6d1";
}
.easyicon-e6d1-after:after {
  content: "\e6d1";
}
.easyicon-e6d3:before {
  content: "\e6d3";
}
.easyicon-e6d3-after:after {
  content: "\e6d3";
}
.easyicon-e6d4:before {
  content: "\e6d4";
}
.easyicon-e6d4-after:after {
  content: "\e6d4";
}
.easyicon-e6d9:before {
  content: "\e6d9";
}
.easyicon-e6d9-after:after {
  content: "\e6d9";
}
.easyicon-e6d8:before {
  content: "\e6d8";
}
.easyicon-e6d8-after:after {
  content: "\e6d8";
}
.easyicon-e6d7:before {
  content: "\e6d7";
}
.easyicon-e6d7-after:after {
  content: "\e6d7";
}
.easyicon-e6d5:before {
  content: "\e6d5";
}
.easyicon-e6d5-after:after {
  content: "\e6d5";
}
.easyicon-e6d6:before {
  content: "\e6d6";
}
.easyicon-e6d6-after:after {
  content: "\e6d6";
}
.easyicon-e6db:before {
  content: "\e6db";
}
.easyicon-e6db-after:after {
  content: "\e6db";
}
.easyicon-e6e1:before {
  content: "\e6e1";
}
.easyicon-e6e1-after:after {
  content: "\e6e1";
}
.easyicon-e6e0:before {
  content: "\e6e0";
}
.easyicon-e6e0-after:after {
  content: "\e6e0";
}
.easyicon-e6df:before {
  content: "\e6df";
}
.easyicon-e6df-after:after {
  content: "\e6df";
}
.easyicon-e6de:before {
  content: "\e6de";
}
.easyicon-e6de-after:after {
  content: "\e6de";
}
.easyicon-e6dd:before {
  content: "\e6dd";
}
.easyicon-e6dd-after:after {
  content: "\e6dd";
}
.easyicon-e6dc:before {
  content: "\e6dc";
}
.easyicon-e6dc-after:after {
  content: "\e6dc";
}
.easyicon-e6e2:before {
  content: "\e6e2";
}
.easyicon-e6e2-after:after {
  content: "\e6e2";
}
.easyicon-e6e4:before {
  content: "\e6e4";
}
.easyicon-e6e4-after:after {
  content: "\e6e4";
}
.easyicon-e6e6:before {
  content: "\e6e6";
}
.easyicon-e6e6-after:after {
  content: "\e6e6";
}
.easyicon-e6e5:before {
  content: "\e6e5";
}
.easyicon-e6e5-after:after {
  content: "\e6e5";
}
.easyicon-e6e3:before {
  content: "\e6e3";
}
.easyicon-e6e3-after:after {
  content: "\e6e3";
}
.easyicon-e6e8:before {
  content: "\e6e8";
}
.easyicon-e6e8-after:after {
  content: "\e6e8";
}
.easyicon-e6e9:before {
  content: "\e6e9";
}
.easyicon-e6e9-after:after {
  content: "\e6e9";
}
.easyicon-e63f.act:before {
  content: "\e63e";
}
.easyicon-e63e.act:before {
  content: "\e63f";
}
.easyicon-e67b.act:before {
  content: "\e61b";
}
.easyicon-e61b.act:before {
  content: "\e67b";
}
