<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Avant Garde','Microsoft JhengHei';
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

body.rm-blocking {
  overflow: hidden;
}

header#resp-header {
  display: none;
  width: 100%;
  z-index: 3;
}
header#resp-header .resp-header {
  z-index: 999;
  background-color: #fff;
}
header#resp-header .resp-header a.logo {
  padding: 20px 80px;
  text-align: left;
  display: block;
  padding-left: 25px;
}
header#resp-header .resp-header a.logo img {
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  header#resp-header .resp-header a.logo img {
    max-width: 80px;
  }
}
header#resp-header .resp-header a#menu-button {
  display: inline-block;
  width: 50px;
  height: 100%;
  padding: 25px 10px;
  top: 0;
  right: 5px;
  position: absolute;
  cursor: pointer;
}
header#resp-header .resp-header a#menu-button .line-box {
  width: 100%;
  height: 22px;
  display: inline-block;
  position: relative;
}
header#resp-header .resp-header a#menu-button .line-box .inner {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #82368c;
  border-radius: 2px;
  position: absolute;
  display: block;
  margin-top: -2px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
header#resp-header .resp-header a#menu-button .line-box .inner:before, header#resp-header .resp-header a#menu-button .line-box .inner:after {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #82368c;
  border-radius: 2px;
  position: absolute;
}
header#resp-header .resp-header a#menu-button .line-box .inner:before {
  top: -10px;
}
header#resp-header .resp-header a#menu-button .line-box .inner:after {
  top: -20px;
}
header#resp-header .resp-header a#menu-button.is-active .inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  -ms-transform: translate3d(0, -10px, 0) rotate(-45deg);
  -o-transform: translate3d(0, -10px, 0) rotate(-45deg);
  -moz-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
header#resp-header .resp-header a#menu-button.is-active .inner:before {
  top: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header#resp-header .resp-header a#menu-button.is-active .inner:after {
  top: 0;
  opacity: 0;
}
header#resp-header #resp-menu {
  display: none;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  width: 100%;
  box-shadow: 0px 0px 10px #888888;
}
header#resp-header #resp-menu ul.sub-menu {
  display: none;
}
header#resp-header #resp-menu ul.sub-menu.active {
  display: block !important;
}
header#resp-header #resp-menu ul.sub-menu &gt; li {
  background-color: #fff;
}
header#resp-header #resp-menu ul.sub-menu &gt; li a {
  border-bottom: 0px;
  color: #82368c;
  padding: 8px 30px 8px 50px;
  line-height: 30px;
}
header#resp-header #resp-menu ul li {
  background-color: #f6f4f4;
}
header#resp-header #resp-menu ul li a {
  color: #464646;
  font-size: 18px;
  text-decoration: none;
  margin: 0;
  padding: 10px 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #82368c;
  display: block;
  line-height: 40px;
  text-align: left;
}
header#resp-header #resp-menu ul li a.rm-open:after {
  content: '\e874';
  font-family: 'Linearicons-Free';
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}
header#resp-header #resp-menu ul li a.rm-close:after {
  content: '\e876';
  font-family: 'Linearicons-Free';
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}
header#resp-header .menuWrapper {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 9999px;
  top: 0;
  left: 0;
  z-index: 2;
}

img {
  max-width: 100%;
}

.text-bold {
  font-weight: bold;
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

h1 {
  font-size: 60px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 18px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 15px;
  }
}

h6 {
  font-size: 13px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 11px;
  }
}

a.btn-yellow, button.btn-yellow {
  background-color: #961e61;
  color: #fff;
  font-family: 'Avant Garde';
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.btn-yellow:hover, button.btn-yellow:hover {
  color: #fdc41f;

}
a.btn-purple, button.btn-purple {
  background-color: #fdc41f;
  color: #961e61;
  font-family: 'Avant Garde';
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.btn-purple:hover, button.btn-purple:hover {
  color: #000;
}
a.btn-desktop, button.btn-desktop {
  padding: 13px 30px;
  font-size: 20px;
}

@font-face {
  font-family: 'Avant Garde';
  src: url("/fonts/ITCAvantGardeStd-Bk.otf");
  font-style: normal;
  font-weight: 200;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
  font-family: 'Avant Garde';
  src: url("/fonts/ITCAvantGardeStd-Md.otf");
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
  font-family: 'Avant Garde';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/ITCAvantGardeStd-Demi.otf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
@font-face {
  font-family: 'Avant Garde';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/ITCAvantGardeStd-Bold.otf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
.white-placeholder::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.white-placeholder:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.white-placeholder::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.font-white {
  color: #fff !important;
}

.font-yellow {
  color: #fdc41f !important;
}

.font-purple {
  color: #621f6b !important;
}

.font-purple-1 {
  color: #81398b !important;
}

.font-purple-2 {
  color: #82368c !important;
}

@media screen and (max-width: 1199px) {
  header#header {
    display: none;
  }
  header#resp-header {
    display: block;
  }
}
body {
  font-family: 'Avant Garde', 'Microsoft JhengHei';
  font-size: 0;
}

strong {
  font-weight: bold;
}

a {
  display: inline-block;
  text-decoration: none !important;
}
a.view-all {
  font-size: 20px;
  font-weight: 600;
  color: #fdc41f;
}
a.view-all:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  margin-left: 10px;
}

p, div.detail-content {
  font-size: 18px;
  color: #575756;
  margin-bottom: 20px;
  font-weight: 200;
  line-height: 36px;
}

#scrollUp {
  background-image: url("/images/top.png");
  background-size: contain;
  bottom: 20px;
  right: 20px;
  width: 42px;
  /* Width of image */
  height: 42px;
  /* Height of image */
}

.bg-purple {
  background-color: #82368c;
}

.bg-gray {
  background-color: #ebebeb;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px !important;
}

.no-border {
  border: 0px !important;
}

.over-lay-theme {
  padding-top: 85px;
  padding-bottom: 70px;
}
.over-lay-theme .link-cell &gt; a {
  width: 50%;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  padding: 25px 0;
}
.over-lay-theme .link-cell &gt; a &gt; * {
  vertical-align: top;
  display: inline-block;
}
.over-lay-theme .link-cell &gt; a.apply-for-grant:before {
  content: '';
  background-image: url("/images/home-icon-1.svg");
  display: inline-block;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  color: #fff;
}
@media (max-width: 540px) {
  .over-lay-theme .link-cell &gt; a.apply-for-grant:before {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
.over-lay-theme .link-cell &gt; a.support-us:before {
  content: '';
  background-image: url("/images/home-icon-2.svg");
  display: inline-block;
  background-size: cover;
  width: 32px;
  height: 20px;
  margin-right: 10px;
  color: #fff;
}
@media (max-width: 540px) {
  .over-lay-theme .link-cell &gt; a.support-us:before {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
.over-lay-theme .link-cell &gt; a + a {
  border-left: 1px solid #fff;
}

.breadcrumb {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 10px 0;
  }
}
.breadcrumb ul li {
  display: inline-block;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
}
.breadcrumb ul li + li:before {
  content: '»';
  font-size: 16px;
  color: #575756;
}
.breadcrumb ul li a {
  font-size: 16px;
  font-weight: 200;
  color: #575756;
  padding: 8px;
}

.subpage-banner .img {
  height: 378px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .subpage-banner .img {
    height: 200px;
  }
}

.page-content {
  padding-bottom: 60px;
}
.page-content h1 {
  font-size: 60px;
  color: #961e61;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .page-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  .page-content h1 {
    font-size: 25px;
  }
}
.page-content h2 {
  font-size: 30px;
  color: #565657;
  font-weight: 700;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .page-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .page-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 375px) {
  .page-content h2 {
    font-size: 20px;
  }
}
.page-content p {
  font-weight: 200;
  font-size: 18px;
  color: #565657;
  text-align: justify;
}
@media (max-width: 640px) {
  .page-content p {
    font-size: 16px;
  }
}
.page-content img {
  margin: 15px 0;
}
.page-content iframe {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #cdcbcb;
  border-right: 2px solid #cdcbcb;
}

.page-menu {
  background-color: #961e61;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page-menu {
    margin-top: 50px;
  }
}
.page-menu ul li + li {
  border-top: 1px solid #fff;
}
.page-menu ul li.active a {
  color: #ffe7a0;
}
.page-menu ul li a {
  font-size: 18px;
  color: #fff;
  padding: 17px 23px;
  display: block;
}
.page-menu ul li a:hover, .page-menu ul li a.active {
  color: #ffe7a0;
}

.panel-theme .panel {
  border-radius: 0px;
  border: 0px;
}
.panel-theme .panel-heading {
  padding: 0px;
  background-color: #961e61;
  border-radius: 0;
}
.panel-theme .panel-heading .panel-title a {
  display: block;
  padding: 15px 18px;
  color: #ffe7a0;
  font-size: 18px;
  font-weight: 200;
}
.panel-theme .panel-heading .panel-title a:after {
  content: '';
  display: inline-block;
  background-image: url("/images/icon-plus.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.panel-theme .panel-body {
  background-color: #ebebeb;
}
.panel-theme .panel-body p {
  color: #565657;
  font-size: 18px;
}
@media (max-width: 640px) {
  .panel-theme .panel-body p {
    font-size: 16px;
  }
}
.panel-theme .panel-body a {
  color: #82368c;
}

.common-cell-skin .cell-item {
  display: block;
  margin-bottom: 25px;
}
.common-cell-skin .cell-item figure {
  text-align: center;
}
.common-cell-skin .cell-item figure img {
  margin-top: 0px;
}
.common-cell-skin .cell-item .date {
  font-weight: 200;
  font-size: 15px;
  color: #6b666a;
  margin-bottom: 10px;
}
.common-cell-skin .cell-item .cate {
  font-weight: 200;
  font-size: 15px;
  color: #6b666a;
  margin-bottom: 12px;
}
.common-cell-skin .cell-item .title {
  font-size: 18px;
  color: #82368c;
  font-weight: 600;
  line-height: 20px;
}

.special-cell .item {
  margin-bottom: 50px;
}
.special-cell .item figure img {
  width: 100%;
  margin: 0px;
}
.special-cell .item .text {
  padding: 35px 30px;
  background-color: #fdc41f;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .special-cell .item .text {
    margin-top: 0px;
  }
}
.special-cell .item .text h3 {
  font-size: 25px;
  color: #82368c;
  font-weight: 600;
  margin-bottom: 25px;
}
.special-cell .item .text p {
  color: #82368c;
  font-size: 18px;
  font-weight: 200;
  text-align: left;
}

#captchaErrorMsg {
  font-size: 15px;
  margin-top: 5px;
}

.grants-priority-application {
  padding: 20px 15px;
}
.grants-priority-application h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
.grants-priority-application span {
  font-size: 18px;
  margin-bottom: 40px;
  display: block;
}
.grants-priority-application p {
  font-size: 18px;
  color: #fff;
}
.grants-priority-application .button-cell {
  margin-bottom: 15px;
}
.grants-priority-application .button-cell a {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .grants-priority-application .button-cell a {
    margin-right: 15px;
  }
}
.grants-priority-application .button-cell a + a {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .grants-priority-application .button-cell a + a {
    margin-left: 0px;
    margin-right: 15px;
  }
}

.contact-info-cell {
  padding: 20px 15px;
}
.contact-info-cell .items .item {
  display: inline-block;
  width: 50%;
}
@media (max-width: 640px) {
  .contact-info-cell .items .item {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
.contact-info-cell .items .item &gt; div {
  font-size: 18px;
  font-weight: 400;
}
.contact-info-cell .items .item .name {
  font-size: 18px;
  color: #82368c;
  margin-bottom: 10px;
}
.contact-info-cell .items .item .tel {
  color: #6b666a;
  margin-bottom: 5px;
}
.contact-info-cell .items .item .tel:before {
  content: '\f095';
  font-family: 'FontAwesome';
  margin-right: 5px;
}
.contact-info-cell .items .item .email {
  color: #6b666a;
  margin-bottom: 5px;
}
.contact-info-cell .items .item .email:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.nav-tabs {
  border: 0px;
  margin-bottom: 30px;
}
.nav-tabs li {
  margin: 0px;
}
.nav-tabs li + li {
  margin-left: 10px;
}
.nav-tabs li.active a {
  background-color: #82368c;
  color: #fff;
}
.nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
  background-color: #82368c;
  color: #fff;
}
.nav-tabs li a {
  border: 0px !important;
  border-radius: 10px;
}
.nav-tabs li a:hover, .nav-tabs li a:focus {
  background-color: #82368c;
  color: #fff;
}

.tab-content h3 {
  font-size: 20px;
  color: #82368c;
  margin-bottom: 15px;
  font-weight: 600;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  font-size: 16px;
}
.white-popup &gt; div {
  display: block;
}
.white-popup .team-icon {
  text-align: center;
  margin-bottom: 30px;
}
.white-popup .team-icon &gt; div {
  width: 150px;
  height: 150px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 13px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
}
.white-popup .team-name {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #82368c;
  margin-bottom: 13px;
}
.white-popup .team-position {
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
  color: #444;
  margin-bottom: 13px;
}
.white-popup .team-organization {
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  text-align: center;
  color: #444;
  margin-bottom: 13px;
}
.white-popup p {
  font-size: 18px;
  font-weight: 200;
  text-align: center;
  color: #444;
}

#donation-form-page {
  padding-top: 50px;
}

.xdebug-var-dump {
  font-size: 15px;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

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

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

@keyframes bounce {
  0%,20%,53%,80%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%,50%,to {
    opacity: 1;
  }
  25%,75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%,to {
    transform: translateZ(0);
  }
  10%,30%,50%,70%,90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,40%,60%,80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

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

@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,50%,70%,90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,60%,80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  0%,11.1%,to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

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

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

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

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

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

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

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

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: iconmonstr-iconic-font;
  src: url(../fonts/iconmonstr-iconic-font.woff2?v=1.2.0) format("woff2"), url(../fonts/iconmonstr-iconic-font.woff?v=1.2.0) format("woff"), url(../fonts/iconmonstr-iconic-font.ttf?v=1.2.0) format("truetype");
}
.im {
  display: inline-block;
  font: normal normal normal 24px/1 'iconmonstr-iconic-font';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-angle-right:before {
  content: '\e001';
}

.im-angle-left:before {
  content: '\e002';
}

.im-angle-down:before {
  content: '\e003';
}

.im-angle-up:before {
  content: '\e004';
}

.im-angle-right-circle:before {
  content: '\e005';
}

.im-angle-left-circle:before {
  content: '\e006';
}

.im-angle-down-circle:before {
  content: '\e007';
}

.im-angle-up-circle:before {
  content: '\e008';
}

.im-arrow-right:before {
  content: '\e009';
}

.im-arrow-left:before {
  content: '\e00a';
}

.im-arrow-down:before {
  content: '\e00b';
}

.im-arrow-up:before {
  content: '\e00c';
}

.im-arrow-right-circle:before {
  content: '\e00d';
}

.im-arrow-left-circle:before {
  content: '\e00e';
}

.im-arrow-down-circle:before {
  content: '\e00f';
}

.im-arrow-up-circle:before {
  content: '\e010';
}

.im-care-right:before {
  content: '\e011';
}

.im-care-left:before {
  content: '\e012';
}

.im-care-down:before {
  content: '\e013';
}

.im-care-up:before {
  content: '\e014';
}

.im-forbidden:before {
  content: '\e015';
}

.im-printer:before {
  content: '\e016';
}

.im-menu:before {
  content: '\e017';
}

.im-menu-list:before {
  content: '\e018';
}

.im-quote-left:before {
  content: '\e019';
}

.im-quote-right:before {
  content: '\e01a';
}

.im-bell:before {
  content: '\e01b';
}

.im-bell-off:before {
  content: '\e01c';
}

.im-bookmark:before {
  content: '\e01d';
}

.im-briefcase:before {
  content: '\e01e';
}

.im-calendar:before {
  content: '\e01f';
}

.im-photo-camera:before {
  content: '\e020';
}

.im-video-camera:before {
  content: '\e021';
}

.im-microphone:before {
  content: '\e022';
}

.im-check-mark:before {
  content: '\e023';
}

.im-check-mark-circle:before {
  content: '\e024';
}

.im-check-square-o:before {
  content: '\e025';
}

.im-check-square:before {
  content: '\e026';
}

.im-check-square-i:before {
  content: '\e027';
}

.im-square-o:before {
  content: '\e028';
}

.im-radio-button-circle-o:before {
  content: '\e029';
}

.im-radio-button-circle:before {
  content: '\e02a';
}

.im-circle-o:before {
  content: '\e02b';
}

.im-clock-o:before {
  content: '\e02c';
}

.im-cloud:before {
  content: '\e02d';
}

.im-cloud-download:before {
  content: '\e02e';
}

.im-cloud-upload:before {
  content: '\e02f';
}

.im-code:before {
  content: '\e030';
}

.im-speech-bubble:before {
  content: '\e031';
}

.im-speech-bubble-comment:before {
  content: '\e032';
}

.im-speech-bubble-comments:before {
  content: '\e033';
}

.im-copy:before {
  content: '\e034';
}

.im-credit-card:before {
  content: '\e035';
}

.im-crown:before {
  content: '\e036';
}

.im-database:before {
  content: '\e037';
}

.im-computer:before {
  content: '\e038';
}

.im-download:before {
  content: '\e039';
}

.im-upload:before {
  content: '\e03a';
}

.im-pencil:before {
  content: '\e03b';
}

.im-edit-off:before {
  content: '\e03c';
}

.im-play:before {
  content: '\e03d';
}

.im-pause:before {
  content: '\e03e';
}

.im-stop:before {
  content: '\e03f';
}

.im-eject:before {
  content: '\e040';
}

.im-previous:before {
  content: '\e041';
}

.im-next:before {
  content: '\e042';
}

.im-loop:before {
  content: '\e043';
}

.im-random:before {
  content: '\e044';
}

.im-menu-dot-h:before {
  content: '\e045';
}

.im-menu-dot-v:before {
  content: '\e046';
}

.im-mail:before {
  content: '\e047';
}

.im-info:before {
  content: '\e048';
}

.im-warning:before {
  content: '\e049';
}

.im-question:before {
  content: '\e04a';
}

.im-link:before {
  content: '\e04b';
}

.im-unlink:before {
  content: '\e04c';
}

.im-external-link:before {
  content: '\e04d';
}

.im-eye:before {
  content: '\e04e';
}

.im-eye-off:before {
  content: '\e04f';
}

.im-file:before {
  content: '\e050';
}

.im-file-o:before {
  content: '\e051';
}

.im-files-o:before {
  content: '\e052';
}

.im-video:before {
  content: '\e053';
}

.im-audio:before {
  content: '\e054';
}

.im-picture-o:before {
  content: '\e055';
}

.im-flag:before {
  content: '\e056';
}

.im-folder:before {
  content: '\e057';
}

.im-folder-open:before {
  content: '\e058';
}

.im-smiley-o:before {
  content: '\e059';
}

.im-frown-o:before {
  content: '\e05a';
}

.im-gear:before {
  content: '\e05b';
}

.im-globe:before {
  content: '\e05c';
}

.im-heart:before {
  content: '\e05d';
}

.im-home:before {
  content: '\e05e';
}

.im-inbox:before {
  content: '\e05f';
}

.im-key:before {
  content: '\e060';
}

.im-lock:before {
  content: '\e061';
}

.im-lock-open:before {
  content: '\e062';
}

.im-task-o:before {
  content: '\e063';
}

.im-filter:before {
  content: '\e064';
}

.im-light-bulb:before {
  content: '\e065';
}

.im-flash:before {
  content: '\e066';
}

.im-map-o:before {
  content: '\e067';
}

.im-location:before {
  content: '\e068';
}

.im-maximize:before {
  content: '\e069';
}

.im-minimize:before {
  content: '\e06a';
}

.im-fullscreen:before {
  content: '\e06b';
}

.im-mobile:before {
  content: '\e06c';
}

.im-phone:before {
  content: '\e06d';
}

.im-coin:before {
  content: '\e06e';
}

.im-banknote:before {
  content: '\e06f';
}

.im-paper-clip:before {
  content: '\e070';
}

.im-bar-chart:before {
  content: '\e071';
}

.im-plus:before {
  content: '\e072';
}

.im-minus:before {
  content: '\e073';
}

.im-plus-circle:before {
  content: '\e074';
}

.im-minus-circle:before {
  content: '\e075';
}

.im-undo:before {
  content: '\e076';
}

.im-redo:before {
  content: '\e077';
}

.im-rocket:before {
  content: '\e078';
}

.im-rss:before {
  content: '\e079';
}

.im-magnifier:before {
  content: '\e07a';
}

.im-magnifier-plus:before {
  content: '\e07b';
}

.im-magnifier-minus:before {
  content: '\e07c';
}

.im-share:before {
  content: '\e07d';
}

.im-shield:before {
  content: '\e07e';
}

.im-shopping-cart:before {
  content: '\e07f';
}

.im-sign-in:before {
  content: '\e080';
}

.im-sign-out:before {
  content: '\e081';
}

.im-spinner:before {
  content: '\e082';
}

.im-star:before {
  content: '\e083';
}

.im-star-half:before {
  content: '\e084';
}

.im-star-o:before {
  content: '\e085';
}

.im-sync:before {
  content: '\e086';
}

.im-table:before {
  content: '\e087';
}

.im-window-o:before {
  content: '\e088';
}

.im-windows-o:before {
  content: '\e089';
}

.im-thumb-up:before {
  content: '\e08a';
}

.im-thumb-down:before {
  content: '\e08b';
}

.im-x-mark:before {
  content: '\e08c';
}

.im-x-mark-circle:before {
  content: '\e08d';
}

.im-trash-can:before {
  content: '\e08e';
}

.im-user-male:before {
  content: '\e08f';
}

.im-user-female:before {
  content: '\e090';
}

.im-user-circle:before {
  content: '\e091';
}

.im-users:before {
  content: '\e092';
}

.im-volume:before {
  content: '\e093';
}

.im-volume-off:before {
  content: '\e094';
}

.im-wifi:before {
  content: '\e095';
}

.im-tools:before {
  content: '\e096';
}

.im-dashboard:before {
  content: '\e097';
}

.im-archive:before {
  content: '\e098';
}

.im-save:before {
  content: '\e099';
}

.im-floppy-disk:before {
  content: '\e09a';
}

.im-sitemap:before {
  content: '\e09b';
}

.im-toggle:before {
  content: '\e09c';
}

.im-tag:before {
  content: '\e09d';
}

.im-tags:before {
  content: '\e09e';
}

.im-wizard:before {
  content: '\e09f';
}

.im-book:before {
  content: '\e0a0';
}

.im-fire:before {
  content: '\e0a1';
}

.im-id-card:before {
  content: '\e0a2';
}

.im-note-o:before {
  content: '\e0a3';
}

.im-control-panel:before {
  content: '\e0a4';
}

.im-facebook:before {
  content: '\e0a5';
}

.im-facebook-like:before {
  content: '\e0a6';
}

.im-twitter:before {
  content: '\e0a7';
}

.im-amazon:before {
  content: '\e0a8';
}

.im-android-os:before {
  content: '\e0a9';
}

.im-apple-os:before {
  content: '\e0aa';
}

.im-windows-os:before {
  content: '\e0ab';
}

.im-linux-os:before {
  content: '\e0ac';
}

.im-chrome:before {
  content: '\e0ad';
}

.im-ie:before {
  content: '\e0ae';
}

.im-edge:before {
  content: '\e0af';
}

.im-firefox:before {
  content: '\e0b0';
}

.im-safari:before {
  content: '\e0b1';
}

.im-opera:before {
  content: '\e0b2';
}

.im-behance:before {
  content: '\e0b3';
}

.im-blogger:before {
  content: '\e0b4';
}

.im-flickr:before {
  content: '\e0b5';
}

.im-github:before {
  content: '\e0b6';
}

.im-google-plus:before {
  content: '\e0b7';
}

.im-instagram:before {
  content: '\e0b8';
}

.im-linkedin:before {
  content: '\e0b9';
}

.im-pinterest:before {
  content: '\e0ba';
}

.im-skype:before {
  content: '\e0bb';
}

.im-snapchat:before {
  content: '\e0bc';
}

.im-soundcloud:before {
  content: '\e0bd';
}

.im-stackoverflow:before {
  content: '\e0be';
}

.im-stumbleupon:before {
  content: '\e0bf';
}

.im-tumblr:before {
  content: '\e0c0';
}

.im-xing:before {
  content: '\e0c1';
}

.im-youtube:before {
  content: '\e0c2';
}

.im-reddit:before {
  content: '\e0c3';
}

.im-vimeo:before {
  content: '\e0c4';
}

.im-vk:before {
  content: '\e0c5';
}

.im-whatsapp:before {
  content: '\e0c6';
}

.im-paypal:before {
  content: '\e0c7';
}

.im-twitch:before {
  content: '\e0c8';
}

.im-drop:before {
  content: '\e0c9';
}

.im-sun:before {
  content: '\e0ca';
}

.im-certificate-o:before {
  content: '\e0cb';
}

.im-graduation-hat:before {
  content: '\e0cc';
}

.im-store:before {
  content: '\e0cd';
}

.im-pin:before {
  content: '\e0ce';
}

.im-navigation:before {
  content: '\e0cf';
}

.im-keyboard:before {
  content: '\e0d0';
}

.im-cursor:before {
  content: '\e0d1';
}

.im-monitor-o:before {
  content: '\e0d2';
}

.im-laptop-o:before {
  content: '\e0d3';
}

.im-power:before {
  content: '\e0d4';
}

.im-pie-chart:before {
  content: '\e0d5';
}

.im-line-chart-up:before {
  content: '\e0d6';
}

.im-clock:before {
  content: '\e0d7';
}

.im-flip-chart-o:before {
  content: '\e0d8';
}

.im-gift:before {
  content: '\e0d9';
}

.im-leaf:before {
  content: '\e0da';
}

.im-bug:before {
  content: '\e0db';
}

.im-coffee:before {
  content: '\e0dc';
}

.im-diamond-o:before {
  content: '\e0dd';
}

.im-bell-active:before {
  content: '\e0de';
}

.im-history:before {
  content: '\e0df';
}

.im-gamepad:before {
  content: '\e0e0';
}

.im-binoculars:before {
  content: '\e0e1';
}

.im-paperplane:before {
  content: '\e0e2';
}

.im-wrench:before {
  content: '\e0e3';
}

.im-newspaper-o:before {
  content: '\e0e4';
}

.im-lifebuoy:before {
  content: '\e0e5';
}

.im-fingerprint:before {
  content: '\e0e6';
}

.im-date-o:before {
  content: '\e0e7';
}

.im-network:before {
  content: '\e0e8';
}

.im-target:before {
  content: '\e0e9';
}

.im-user-settings:before {
  content: '\e0ea';
}

.im-radio:before {
  content: '\e0eb';
}

.im-bank:before {
  content: '\e0ec';
}

.im-calculator:before {
  content: '\e0ed';
}

.im-battery-empty:before {
  content: '\e0ee';
}

.im-battery:before {
  content: '\e0ef';
}

.im-battery-full:before {
  content: '\e0f0';
}

.im-check-mark-circle-o:before {
  content: '\e0f1';
}

.im-x-mark-circle-o:before {
  content: '\e0f2';
}

.im-cube:before {
  content: '\e0f3';
}

.im-cubes:before {
  content: '\e0f4';
}

.im-warning-circle:before {
  content: '\e0f5';
}

.im-timer:before {
  content: '\e0f6';
}

.im-hashtag:before {
  content: '\e0f7';
}

.im-pointer:before {
  content: '\e0f8';
}

.im-paintbrush:before {
  content: '\e0f9';
}

.im-server:before {
  content: '\e0fa';
}

.im-car:before {
  content: '\e0fb';
}

.im-edit:before {
  content: '\e0fc';
}

.im-flask:before {
  content: '\e0fd';
}

.im-language:before {
  content: '\e0fe';
}

.im-anchor:before {
  content: '\e0ff';
}

.im-trophy:before {
  content: '\e100';
}

.im-umbrella:before {
  content: '\e101';
}

.im-cc-amex:before {
  content: '\e102';
}

.im-cc-visa:before {
  content: '\e103';
}

.im-cc-mastercard:before {
  content: '\e104';
}

.im-cc-paypal:before {
  content: '\e105';
}

.im-cc-amazon:before {
  content: '\e106';
}

.im-cc-bitcoin:before {
  content: '\e107';
}

@font-face {
  font-family: 'Linearicons-Free';
  src: url("/fonts/Linearicons-Free.eot?w118d");
  src: url("/fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("/fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("/fonts/Linearicons-Free.woff?w118d") format("woff"), url("/fonts/Linearicons-Free.ttf?w118d") format("truetype"), url("/fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
  content: "\e800";
}

.lnr-apartment:before {
  content: "\e801";
}

.lnr-pencil:before {
  content: "\e802";
}

.lnr-magic-wand:before {
  content: "\e803";
}

.lnr-drop:before {
  content: "\e804";
}

.lnr-lighter:before {
  content: "\e805";
}

.lnr-poop:before {
  content: "\e806";
}

.lnr-sun:before {
  content: "\e807";
}

.lnr-moon:before {
  content: "\e808";
}

.lnr-cloud:before {
  content: "\e809";
}

.lnr-cloud-upload:before {
  content: "\e80a";
}

.lnr-cloud-download:before {
  content: "\e80b";
}

.lnr-cloud-sync:before {
  content: "\e80c";
}

.lnr-cloud-check:before {
  content: "\e80d";
}

.lnr-database:before {
  content: "\e80e";
}

.lnr-lock:before {
  content: "\e80f";
}

.lnr-cog:before {
  content: "\e810";
}

.lnr-trash:before {
  content: "\e811";
}

.lnr-dice:before {
  content: "\e812";
}

.lnr-heart:before {
  content: "\e813";
}

.lnr-star:before {
  content: "\e814";
}

.lnr-star-half:before {
  content: "\e815";
}

.lnr-star-empty:before {
  content: "\e816";
}

.lnr-flag:before {
  content: "\e817";
}

.lnr-envelope:before {
  content: "\e818";
}

.lnr-paperclip:before {
  content: "\e819";
}

.lnr-inbox:before {
  content: "\e81a";
}

.lnr-eye:before {
  content: "\e81b";
}

.lnr-printer:before {
  content: "\e81c";
}

.lnr-file-empty:before {
  content: "\e81d";
}

.lnr-file-add:before {
  content: "\e81e";
}

.lnr-enter:before {
  content: "\e81f";
}

.lnr-exit:before {
  content: "\e820";
}

.lnr-graduation-hat:before {
  content: "\e821";
}

.lnr-license:before {
  content: "\e822";
}

.lnr-music-note:before {
  content: "\e823";
}

.lnr-film-play:before {
  content: "\e824";
}

.lnr-camera-video:before {
  content: "\e825";
}

.lnr-camera:before {
  content: "\e826";
}

.lnr-picture:before {
  content: "\e827";
}

.lnr-book:before {
  content: "\e828";
}

.lnr-bookmark:before {
  content: "\e829";
}

.lnr-user:before {
  content: "\e82a";
}

.lnr-users:before {
  content: "\e82b";
}

.lnr-shirt:before {
  content: "\e82c";
}

.lnr-store:before {
  content: "\e82d";
}

.lnr-cart:before {
  content: "\e82e";
}

.lnr-tag:before {
  content: "\e82f";
}

.lnr-phone-handset:before {
  content: "\e830";
}

.lnr-phone:before {
  content: "\e831";
}

.lnr-pushpin:before {
  content: "\e832";
}

.lnr-map-marker:before {
  content: "\e833";
}

.lnr-map:before {
  content: "\e834";
}

.lnr-location:before {
  content: "\e835";
}

.lnr-calendar-full:before {
  content: "\e836";
}

.lnr-keyboard:before {
  content: "\e837";
}

.lnr-spell-check:before {
  content: "\e838";
}

.lnr-screen:before {
  content: "\e839";
}

.lnr-smartphone:before {
  content: "\e83a";
}

.lnr-tablet:before {
  content: "\e83b";
}

.lnr-laptop:before {
  content: "\e83c";
}

.lnr-laptop-phone:before {
  content: "\e83d";
}

.lnr-power-switch:before {
  content: "\e83e";
}

.lnr-bubble:before {
  content: "\e83f";
}

.lnr-heart-pulse:before {
  content: "\e840";
}

.lnr-construction:before {
  content: "\e841";
}

.lnr-pie-chart:before {
  content: "\e842";
}

.lnr-chart-bars:before {
  content: "\e843";
}

.lnr-gift:before {
  content: "\e844";
}

.lnr-diamond:before {
  content: "\e845";
}

.lnr-linearicons:before {
  content: "\e846";
}

.lnr-dinner:before {
  content: "\e847";
}

.lnr-coffee-cup:before {
  content: "\e848";
}

.lnr-leaf:before {
  content: "\e849";
}

.lnr-paw:before {
  content: "\e84a";
}

.lnr-rocket:before {
  content: "\e84b";
}

.lnr-briefcase:before {
  content: "\e84c";
}

.lnr-bus:before {
  content: "\e84d";
}

.lnr-car:before {
  content: "\e84e";
}

.lnr-train:before {
  content: "\e84f";
}

.lnr-bicycle:before {
  content: "\e850";
}

.lnr-wheelchair:before {
  content: "\e851";
}

.lnr-select:before {
  content: "\e852";
}

.lnr-earth:before {
  content: "\e853";
}

.lnr-smile:before {
  content: "\e854";
}

.lnr-sad:before {
  content: "\e855";
}

.lnr-neutral:before {
  content: "\e856";
}

.lnr-mustache:before {
  content: "\e857";
}

.lnr-alarm:before {
  content: "\e858";
}

.lnr-bullhorn:before {
  content: "\e859";
}

.lnr-volume-high:before {
  content: "\e85a";
}

.lnr-volume-medium:before {
  content: "\e85b";
}

.lnr-volume-low:before {
  content: "\e85c";
}

.lnr-volume:before {
  content: "\e85d";
}

.lnr-mic:before {
  content: "\e85e";
}

.lnr-hourglass:before {
  content: "\e85f";
}

.lnr-undo:before {
  content: "\e860";
}

.lnr-redo:before {
  content: "\e861";
}

.lnr-sync:before {
  content: "\e862";
}

.lnr-history:before {
  content: "\e863";
}

.lnr-clock:before {
  content: "\e864";
}

.lnr-download:before {
  content: "\e865";
}

.lnr-upload:before {
  content: "\e866";
}

.lnr-enter-down:before {
  content: "\e867";
}

.lnr-exit-up:before {
  content: "\e868";
}

.lnr-bug:before {
  content: "\e869";
}

.lnr-code:before {
  content: "\e86a";
}

.lnr-link:before {
  content: "\e86b";
}

.lnr-unlink:before {
  content: "\e86c";
}

.lnr-thumbs-up:before {
  content: "\e86d";
}

.lnr-thumbs-down:before {
  content: "\e86e";
}

.lnr-magnifier:before {
  content: "\e86f";
}

.lnr-cross:before {
  content: "\e870";
}

.lnr-menu:before {
  content: "\e871";
}

.lnr-list:before {
  content: "\e872";
}

.lnr-chevron-up:before {
  content: "\e873";
}

.lnr-chevron-down:before {
  content: "\e874";
}

.lnr-chevron-left:before {
  content: "\e875";
}

.lnr-chevron-right:before {
  content: "\e876";
}

.lnr-arrow-up:before {
  content: "\e877";
}

.lnr-arrow-down:before {
  content: "\e878";
}

.lnr-arrow-left:before {
  content: "\e879";
}

.lnr-arrow-right:before {
  content: "\e87a";
}

.lnr-move:before {
  content: "\e87b";
}

.lnr-warning:before {
  content: "\e87c";
}

.lnr-question-circle:before {
  content: "\e87d";
}

.lnr-menu-circle:before {
  content: "\e87e";
}

.lnr-checkmark-circle:before {
  content: "\e87f";
}

.lnr-cross-circle:before {
  content: "\e880";
}

.lnr-plus-circle:before {
  content: "\e881";
}

.lnr-circle-minus:before {
  content: "\e882";
}

.lnr-arrow-up-circle:before {
  content: "\e883";
}

.lnr-arrow-down-circle:before {
  content: "\e884";
}

.lnr-arrow-left-circle:before {
  content: "\e885";
}

.lnr-arrow-right-circle:before {
  content: "\e886";
}

.lnr-chevron-up-circle:before {
  content: "\e887";
}

.lnr-chevron-down-circle:before {
  content: "\e888";
}

.lnr-chevron-left-circle:before {
  content: "\e889";
}

.lnr-chevron-right-circle:before {
  content: "\e88a";
}

.lnr-crop:before {
  content: "\e88b";
}

.lnr-frame-expand:before {
  content: "\e88c";
}

.lnr-frame-contract:before {
  content: "\e88d";
}

.lnr-layers:before {
  content: "\e88e";
}

.lnr-funnel:before {
  content: "\e88f";
}

.lnr-text-format:before {
  content: "\e890";
}

.lnr-text-format-remove:before {
  content: "\e891";
}

.lnr-text-size:before {
  content: "\e892";
}

.lnr-bold:before {
  content: "\e893";
}

.lnr-italic:before {
  content: "\e894";
}

.lnr-underline:before {
  content: "\e895";
}

.lnr-strikethrough:before {
  content: "\e896";
}

.lnr-highlight:before {
  content: "\e897";
}

.lnr-text-align-left:before {
  content: "\e898";
}

.lnr-text-align-center:before {
  content: "\e899";
}

.lnr-text-align-right:before {
  content: "\e89a";
}

.lnr-text-align-justify:before {
  content: "\e89b";
}

.lnr-line-spacing:before {
  content: "\e89c";
}

.lnr-indent-increase:before {
  content: "\e89d";
}

.lnr-indent-decrease:before {
  content: "\e89e";
}

.lnr-pilcrow:before {
  content: "\e89f";
}

.lnr-direction-ltr:before {
  content: "\e8a0";
}

.lnr-direction-rtl:before {
  content: "\e8a1";
}

.lnr-page-break:before {
  content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
  content: "\e8a3";
}

.lnr-sort-amount-asc:before {
  content: "\e8a4";
}

.lnr-hand:before {
  content: "\e8a5";
}

.lnr-pointer-up:before {
  content: "\e8a6";
}

.lnr-pointer-right:before {
  content: "\e8a7";
}

.lnr-pointer-down:before {
  content: "\e8a8";
}

.lnr-pointer-left:before {
  content: "\e8a9";
}

form input {
  height: 36px;
  width: 100%;
  font-size: 15px;
  outline: none !important;
}
form input.error {
  border-color: red !important;
}
form input.border-radius {
  border-radius: 5px;
  border: 1px;
}
form select {
  font-size: 18px !important;
  height: 45px !important;
}
form select.error {
  border-color: red !important;
}
form textarea {
  resize: none;
  border-radius: 5px !important;
  border: 2px solid #82368c !important;
  font-size: 18px !important;
  font-weight: 200;
}
form textarea:hover, form textarea:active, form textarea:focus {
  border-color: #fdc41f !important;
}
form textarea.error {
  border-color: red !important;
}
form small.remark {
  font-size: 18px;
  color: #555555;
  font-weight: 200;
  display: block;
  margin: 15px 0;
}
form .checkbox-theme {
  margin: 0px;
  margin-bottom: 15px;
  margin-right: 25px;
  padding-left: 0;
}
@media (max-width: 991px) {
  form .checkbox-theme {
    margin-left: 0px !important;
  }
}
form .checkbox-theme input[type='checkbox'], form .checkbox-theme input[type='radio'] {
  display: none;
}
form .checkbox-theme input[type='checkbox']:checked + span:after, form .checkbox-theme input[type='radio']:checked + span:after {
  opacity: 1;
  visibility: visible;
}
form .checkbox-theme input[type='checkbox'] + span, form .checkbox-theme input[type='radio'] + span {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  color: #82368c;
  font-size: 25px;
  display: inline-block;
}
form .checkbox-theme input[type='checkbox'] + span &gt; *, form .checkbox-theme input[type='radio'] + span &gt; * {
  vertical-align: middle;
}
form .checkbox-theme input[type='checkbox'] + span:before, form .checkbox-theme input[type='radio'] + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid #82368c;
}
form .checkbox-theme input[type='checkbox'] + span:after, form .checkbox-theme input[type='radio'] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("/images/icon-checkbox-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
}
form .checkbox-theme input[type='checkbox'] + span input[type="number"], form .checkbox-theme input[type='radio'] + span input[type="number"] {
  border-radius: 0px;
  display: inline-block;
  max-width: 162px;
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid #82368c;
  height: 30px;
  color: #82368c;
  font-size: 25px;
  font-weight: 400;
}
form .checkbox-default {
  margin: 0px;
  margin-bottom: 35px;
  margin-right: 25px;
  padding-left: 0;
}
form .checkbox-default input[type='checkbox'], form .checkbox-default input[type='radio'] {
  display: none;
}
form .checkbox-default input[type='checkbox']:checked + span:after, form .checkbox-default input[type='radio']:checked + span:after {
  opacity: 1;
  visibility: visible;
}
form .checkbox-default input[type='checkbox'] + span, form .checkbox-default input[type='radio'] + span {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  color: #555555;
  font-size: 18px;
  display: inline-block;
  font-weight: 200;
}
form .checkbox-default input[type='checkbox'] + span input, form .checkbox-default input[type='radio'] + span input {
  border-radius: 0px;
  display: inline-block;
  max-width: 162px;
  border: 0px;
  background-color: transparent;
  border-bottom: 2px solid #82368c;
  height: 30px;
  color: #82368c;
  font-size: 25px;
  font-weight: 400;
}
form .checkbox-default input[type='checkbox'] + span &gt; *, form .checkbox-default input[type='radio'] + span &gt; * {
  vertical-align: middle;
}
form .checkbox-default input[type='checkbox'] + span:before, form .checkbox-default input[type='radio'] + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid #82368c;
}
form .checkbox-default input[type='checkbox'] + span:after, form .checkbox-default input[type='radio'] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("/images/icon-checkbox-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  visibility: hidden;
}
form .form-cell {
  margin-top: 50px;
}
form .yellow-cell {
  background-color: #fdc41f;
  padding: 25px 20px;
}
form .yellow-cell h4 {
  color: #82368c;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 991px) {
  form .yellow-cell h4 {
    margin-bottom: 10px;
  }
}
form .yellow-cell + .yellow-cell {
  margin-top: 25px;
}
form .yellow-cell .checkbox-theme {
  margin: 0;
  margin-right: 25px;
  margin-bottom: 45px;
  padding: 0px;
}
form.default-theme input {
  border-radius: 5px;
  border: 2px solid #961e61;
  height: 45px;
  font-size: 18px;
  font-weight: 200;
}
form.default-theme input:hover, form.default-theme input:active, form.default-theme input:focus {
  border-color: #fdc41f;
}
form.default-theme select {
  border-radius: 5px;
  border: 2px solid #82368c;
  height: 45px;
  font-size: 18px;
  font-weight: 200;
  color: #82368c;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(/images/icon-select-arrow.svg);
  background-size: 15px 15px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}
form.default-theme select:hover, form.default-theme select:active, form.default-theme select:focus {
  border-color: #fdc41f;
}

.table-responsive {
  overflow-x: unset;
}

table.table-theme {
  width: 100%;
}
table.table-theme thead {
  background-color: #fdc41f;
}
table.table-theme thead th {
  color: #565657;
  font-size: 30px;
  padding: 17px 25px 8px 25px;
}
table.table-theme tbody td {
  border: 1px solid #d7d7d7;
  padding: 10px;
  font-size: 18px;
  color: #565657;
  line-height: 25px;
  font-weight: lighter;
  vertical-align: top;
}
table.table-theme tbody td a {
  color: #565657;
}
header#header .top-header{
  background: #961e61;

}

header#header .top-header &gt; .top-content {
  float: right;
  background-color: #961e61;
  width: auto;
  position: relative;
}
header#header .top-header &gt; .top-content &gt; * {
  vertical-align: top;
}
header#header .top-header &gt; .top-content .btn-donate {
  font-size: 30px;
  background-color:#961e61;
  color: #ffe7a0;
  display: inline-block;
  padding: 20px 30px 20px 70px;
  font-weight: 600;
}
header#header .top-header &gt; .top-content .btn-donate.en {
  font-size: 24px;
}
}
@media (max-width: 1599px) {
  header#header .top-header &gt; .top-content .btn-donate {
    padding: 20px 15px 20px 55px;
    font-size: 20px;
    line-height: 30px;
  }
}
/*header#header .top-header &gt; .top-content .btn-donate:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: 0;
  border-bottom: 70px solid #fff;
  border-right: 38px solid #0000;
  z-index: 1;
}*/
header#header .top-header &gt; .top-content .btn-apply {
  font-size: 30px;
  background-color: #961e61;
  color: #ffe7a0;
  display: inline-block;
  padding: 20px 30px 20px 70px;
  font-weight: 600;
}

header#header .top-header &gt; .top-content .btn-apply.en {
  font-size: 24px;
}
@media (max-width: 1599px) {
  header#header .top-header &gt; .top-content .btn-apply {
    padding: 20px 30px 20px 40px;
    font-size: 20px;
    line-height: 30px;
  }
}
/*
header#header .top-header &gt; .top-content .btn-apply:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: 0;
  border-bottom: 70px solid #fdc41f;
  border-right: 38px solid #0000;
  z-index: 1;
}*/
header#header .top-header &gt; .top-content .top-icons {
  display: inline-block;
}
/*
header#header .top-header &gt; .top-content .top-icons ul {
  border-left: 1px solid #fff;
}*/
header#header .top-header &gt; .top-content .top-icons ul &gt; li {
  display: inline-block;
  vertical-align: top;
}
header#header .top-header &gt; .top-content .top-icons ul &gt; li:hover i {
  color: #fcc338;
}
/*
header#header .top-header &gt; .top-content .top-icons ul &gt; li + li {
  border-left: 1px solid #fff;
}*/
header#header .top-header &gt; .top-content .top-icons ul &gt; li span{
  vertical-align: middle;
  padding: 0px 10px;
  color: #fff;
  font-size: 20px;
}
header#header .top-header &gt; .top-content .top-icons ul &gt; li a {
  padding: 0 25px;
  display: inline-block;
  line-height: 70px;
  vertical-align: middle;
}
header#header .top-header &gt; .top-content .top-icons ul &gt; li i {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header#header .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe {
  padding: 18px 10px;
  padding-right: 25px;
  min-width: 442px;
}
@media (max-width: 1599px) {
  header#header .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe {
    min-width: 300px;
  }
}
header#header .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe &gt; div a {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #fff;
  padding: 0;
  line-height: 18px;
}
header#header .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe &gt; div a i {
  font-size: 18px;
}
header#header .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe input {
  width: 100%;
  height: 34px;
  background-color: #ffe7a0;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  padding: 8px 0px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
header#header .bottom-header .desktop-menu &gt; * {
  vertical-align: top;
}
header#header .bottom-header .desktop-menu .website-logo a {
  adding: 10px 5px;
  /* border: solid #000; */
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: -50px;
}
@media (max-width: 1880px) {
  header#header .bottom-header .desktop-menu .website-logo a {
    left: -200px;
  }
}
@media (max-width: 1599px) {
  header#header .bottom-header .desktop-menu .website-logo a {
    left: 0px;
  }
}
header#header .bottom-header .desktop-menu .main-menu {
  display: inline-block;
}
header#header .bottom-header .desktop-menu .main-menu &gt; li {
  display: inline-block;
}
header#header .bottom-header .desktop-menu .main-menu &gt; li.en {
  vertical-align: top;
  text-align: left;
  padding-right: 3px;
  margin-right: 10px;
}
header#header .bottom-header .desktop-menu .main-menu &gt; li.en.hasChild:after {
  top: 30px;
}
header#header .bottom-header .desktop-menu .main-menu &gt; li.hasChild:after {

}
header#header .bottom-header .desktop-menu .main-menu &gt; li &gt; a {
  font-size: 18px;
  color: #575756;
  padding: 22px 15px;
  display: inline-block;
  font-weight: 600;
}
header#header .bottom-header .desktop-menu .main-menu &gt; li.en &gt; a {
  font-weight: 400;
  max-width: 114px;
  padding: 22px 0px 22px 0px;
  text-align: center;
}
header#header .bottom-header .desktop-menu .main-menu &gt; li:hover &gt; ul {
  opacity: 1;
  visibility: visible;
}
header#header .bottom-header .desktop-menu .main-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  margin-left: -112.5px;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header#header .bottom-header .desktop-menu .main-menu .sub-menu &gt; li + li {
  border-top: 1px solid #d7d7d7;
}
header#header .bottom-header .desktop-menu .main-menu .sub-menu a {
  text-align: center;
  color: #961e61;
  font-size: 18px;
  min-width: 225px;
  padding: 13px;
  font-weight: 600;
}
header#header .bottom-header .desktop-menu .main-menu .sub-menu a:hover {
  background-color: #d7d7d7;
}
header#header .bottom-header .desktop-menu .main-menu &gt; li li:hover &gt; ul.sub-menu1 {
  opacity: 1;
  visibility: visible;
}
header#header .bottom-header .desktop-menu .main-menu .sub-menu .sub-menu1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fbfbfb;
  box-shadow: 4px 5px 10px #f0f0f0;
}
header#header .bottom-header .desktop-menu .lang {
  display: inline-block;
  cursor: pointer;
}
header#header .bottom-header .desktop-menu .lang:hover ul.lang-menu {
  opacity: 1;
  visibility: visible;
}
header#header .bottom-header .desktop-menu .lang span {
  font-size: 19px;
  padding: 22px 0px;
  padding-left: 11px;
  display: inline-block;
  color: #575756;
}
header#header .bottom-header .desktop-menu .lang span:before {
  content: '\f0ac';
  font-family: 'FontAwesome';
  margin-right: 8px;
  color: #575756;
}
header#header .bottom-header .desktop-menu .lang .lang-menu {
  position: absolute;
  display: block;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
header#header .bottom-header .desktop-menu .lang .lang-menu &gt; li {
  display: block;
}
header#header .bottom-header .desktop-menu .lang .lang-menu &gt; li + li {
  border-top: 1px solid #d8d7d8;
}
header#header .bottom-header .desktop-menu .lang .lang-menu &gt; li &gt; a {
  white-space: nowrap;
  font-size: 19px;
  color: #81398b;
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.resp-header-top {
  z-index: 999;
  display: none;
}
@media (max-width: 1199px) {
  .resp-header-top {
    display: block;
  }
}
.resp-header-top .top-header &gt; .top-content {
  background-color: #621f6b;
  width: auto;
  position: relative;
}
.resp-header-top .top-header &gt; .top-content &gt; * {
  vertical-align: top;
}
.resp-header-top .top-header &gt; .top-content .btn-donate {
  font-size: 30px;
  background-color: #fdc41f;
  color: #82368c;
  display: inline-block;
  padding: 20px 30px 20px 70px;
  font-weight: 600;
  width: 50%;
}
@media (max-width: 675px) {
  .resp-header-top .top-header &gt; .top-content .btn-donate {
    padding: 20px 30px 20px 40px;
    font-size: 25px;
  }
}
@media (max-width: 540px) {
  .resp-header-top .top-header &gt; .top-content .btn-donate {
    font-size: 20px;
    padding: 20px 10px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .resp-header-top .top-header &gt; .top-content .btn-donate {
    font-size: 17px;
  }
}
.resp-header-top .top-header &gt; .top-content .btn-donate:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  border-bottom: 70px solid #fdc41f;
  border-right: 38px solid #0000;
  z-index: 1;
}
@media (max-width: 675px) {
  .resp-header-top .top-header &gt; .top-content .btn-donate:before {
    border-bottom: 65px solid #fdc41f;
  }
}
@media (max-width: 534px) {
  .resp-header-top .top-header &gt; .top-content .btn-donate:before {
    content: none;
  }
}
.resp-header-top .top-header &gt; .top-content .btn-apply {
  font-size: 30px;
  background-color: #81398b;
  color: #fdc41f;
  display: inline-block;
  padding: 20px 30px 20px 70px;
  font-weight: 600;
  width: 50%;
}
@media (max-width: 675px) {
  .resp-header-top .top-header &gt; .top-content .btn-apply {
    padding: 20px 30px 20px 40px;
    font-size: 25px;
  }
}
@media (max-width: 540px) {
  .resp-header-top .top-header &gt; .top-content .btn-apply {
    font-size: 20px;
    padding: 20px 10px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .resp-header-top .top-header &gt; .top-content .btn-apply {
    font-size: 17px;
  }
}
.resp-header-top .top-header &gt; .top-content .btn-apply:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  border-bottom: 70px solid #fdc41f;
  border-right: 38px solid #0000;
  z-index: 1;
}
@media (max-width: 675px) {
  .resp-header-top .top-header &gt; .top-content .btn-apply:before {
    border-bottom: 65px solid #fdc41f;
  }
}
@media (max-width: 534px) {
  .resp-header-top .top-header &gt; .top-content .btn-apply:before {
    content: none;
  }
}
.resp-header-top .top-header &gt; .top-content .top-icons ul &gt; li {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #fff;
}
.resp-header-top .top-header &gt; .top-content .top-icons ul &gt; li a {
  padding: 0 25px;
  display: inline-block;
  line-height: 70px;
  vertical-align: middle;
}
@media (max-width: 385px) {
  .resp-header-top .top-header &gt; .top-content .top-icons ul &gt; li a {
    padding: 0 10px;
  }
}
.resp-header-top .top-header &gt; .top-content .top-icons ul &gt; li i {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
}
.resp-header-top .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe {
  padding: 18px 10px;
  padding-right: 25px;
  min-width: 442px;
}
@media (max-width: 640px) {
  .resp-header-top .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe {
    min-width: 300px;
  }
}
@media (max-width: 540px) {
  .resp-header-top .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe {
    min-width: unset;
    padding-right: 10px;
  }
}
.resp-header-top .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe &gt; div a {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #fff;
  padding: 0;
  line-height: 18px;
}
.resp-header-top .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe &gt; div a i {
  font-size: 18px;
}
.resp-header-top .top-header &gt; .top-content .top-icons ul &gt; li form.frm-subscribe input {
  width: 100%;
  height: 34px;
  background-color: #621f6b;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  padding: 8px 0px;
  padding-right: 35px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

footer#footer .top-footer {
  background-color: #6a6a6a;
  padding: 30px 0;
}
footer#footer .top-footer h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #e7d9d2;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  footer#footer .top-footer ul {
    margin-bottom: 15px;
  }
}
footer#footer .top-footer ul li a {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 200;
}
footer#footer .top-footer ul li:hover a {
	color: #d6d6d6;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
footer#footer .top-footer a.btn, footer#footer .top-footer button.btn {
  width: 100%;
}
@media (max-width: 991px) {
  footer#footer .top-footer .footer-donate {
    margin-bottom: 15px;
  }
}
footer#footer .top-footer .footer-donate a.email {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 200;
}
footer#footer .top-footer .footer-donate table {
  margin-bottom: 10px;
}
footer#footer .top-footer .footer-donate table td {
  font-size: 16px;
  color: #fff;
  font-weight: 200;
}
footer#footer .top-footer .footer-donate table td:last-child {
  padding: 8px;
  padding-right: 0px;
}
footer#footer .top-footer .footer-info p {
  color: #fff;
  margin-top: 15px;
}
footer#footer .top-footer .social &gt; li {
  display: inline-block;
}
footer#footer .top-footer .social &gt; li + li {
  margin-left: 15px;
}
footer#footer .top-footer .social &gt; li a[class^="icon-"] {
  height: 37px;
  width: 37px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
footer#footer .top-footer .social &gt; li a.icon-fb {
  background-image: url("/images/icon-footer-fb.svg");
}
Gfooter#footer .top-footer .social &gt; li a.icon-fb:hover {
  background-image: url("/images/icon-footer-fb-h.svg");
}
footer#footer .top-footer .social &gt; li a.icon-youtube {
  background-image: url("/images/icon-footer-yt.svg");
}
footer#footer .top-footer .social &gt; li a.icon-youtube:hover {
  background-image: url("/images/icon-footer-yt-h.svg");
}
footer#footer .copyright {
  background-color: #6a6a6a;
  text-align: center;
  padding: 15px;
  border-top: 1px solid #949494;
}
footer#footer .copyright div {
  font-size: 15px;
  color: #fff;
}

.owl-theme {
  overflow: hidden;
}
.owl-theme:hover .owl-nav [class*=owl-] {
  visibility: visible;
  opacity: 1;
  padding: 0;
  margin: 0;
}
.owl-theme:hover .owl-nav .owl-prev {
  left: 0;
}
.owl-theme:hover .owl-nav .owl-next {
  right: 0;
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: 0px !important;
  position: initial;
}
@media (max-width: 767px) {
  .owl-nav [class*=owl-] {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.owl-nav .owl-prev {
  left: -73px;
}
.owl-nav .owl-next {
  right: -73px;
}

.owl-home-banner .owl-nav span img {
  width: 60px;
  height: 60px;
}
.owl-home-banner .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
}
.owl-home-banner .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #fdc41f;
}
.owl-home-banner .owl-dots .owl-dot.active span {
  background-color: #81398b;
}

.owl-lastest .owl-nav [class*=owl-] {
  width: 45px;
  height: 45px;
}
.owl-lastest .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
}
.owl-lastest .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #fdc41f;
}
.owl-lastest .owl-dots .owl-dot.active span {
  background-color: #81398b;
}

section#homebanner .desktop {
  display: block;
}
@media (max-width: 1024px) {
  section#homebanner .desktop {
    display: none;
  }
}
section#homebanner .mobile {
  display: none;
}
@media (max-width: 1024px) {
  section#homebanner .mobile {
    display: block;
  }
}
section#homebanner .banner-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}
@media (max-width: 1600px) {
  section#homebanner .banner-item {
    height: 600px;
  }
}
@media (max-width: 1024px) {
  section#homebanner .banner-item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  section#homebanner .banner-item {
    height: 300px;
  }
}
section#homebanner .banner-item .vertical-center &gt; div {
  margin: auto;
  max-width: 80%;
}
@media (max-width: 640px) {
  section#homebanner .banner-item .vertical-center &gt; div {
    max-width: 90%;
  }
}
section#homebanner .banner-item h1 {
  font-size: 60px;
  color: #82368c;
  font-weight: 200;
  margin-bottom: 20px;
}
@media (max-width: 1045px) {
  section#homebanner .banner-item h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  section#homebanner .banner-item h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  section#homebanner .banner-item h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  section#homebanner .banner-item h1 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
section#homebanner .banner-item h1.bold,
section#homebanner .banner-item h1 strong {
  font-weight: 700;
}
section#homebanner .banner-item p {
  font-size: 35px;
  color: #6b666a;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 45px;
}
@media (max-width: 1045px) {
  section#homebanner .banner-item p {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  section#homebanner .banner-item p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 540px) {
  section#homebanner .banner-item p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 375px) {
  section#homebanner .banner-item p {
    font-size: 13px;
    line-height: 18px;
  }
}
section#homebanner .banner-item a.btn {
  margin-top: 50px;
  font-size: 20px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  section#homebanner .banner-item a.btn {
    margin-top: 25px;
  }
}
@media (max-width: 540px) {
  section#homebanner .banner-item a.btn {
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  section#homebanner .banner-item a.btn {
    font-size: 15px;
  }
}
section#home-the-lastest {
  padding: 120px 0;
}
section#home-the-lastest .title-cell h1 {
  margin-bottom: 30px;
  color: #961e61;
  text-transform: uppercase;
  font-weight: 700;
}
section#home-the-lastest .title-cell a.view-all {
  position: absolute;
  right: 0px;
  bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #82368c;
}
section#home-the-lastest .title-cell a.view-all:after {
  content: '\f0da';
  font-family: 'FontAwesome';
  margin-left: 10px;
}
@media (max-width: 767px) {
  section#home-the-lastest .title-cell a.view-all {
    bottom: 8px;
    font-size: 18px;
  }
}
section#home-the-lastest .left-grid {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1024px) {
  section#home-the-lastest .left-grid {
    width: 100%;
    display: block;
    text-align: center;
  }
}
section#home-the-lastest .right-grid {
  background-color: #961e61;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 28px 30px;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  section#home-the-lastest .right-grid {
    width: 100%;
    display: block;
    margin-top: 0px;
  }
}
section#home-the-lastest .right-grid .tag {
  color: #000;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}
section#home-the-lastest .right-grid .title {
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 10px;
}
section#home-the-lastest .right-grid .date {
  font-size: 20px;
  color: #fff;
  font-weight: 600px;
  margin-bottom: 25px;
}
section#home-the-lastest .right-grid .btn {
  padding: 10px 25px;
  font-size: 20px;
}
@media (max-width: 767px) {
  section#home-the-lastest .right-grid .tag {
    font-size: 18px;
  }
  section#home-the-lastest .right-grid .title {
    font-size: 18px;
  }
  section#home-the-lastest .right-grid .date {
    font-size: 14px;
  }
  section#home-the-lastest .right-grid .desc p {
    font-size: 14px;
  }
  section#home-the-lastest .right-grid .btn {
    font-size: 14px;
  }
}
section#home-what-we-do {
  background-image: url("/images/bg-2.png")
}
section#home-what-we-do h1 {
  text-align: center;
  color: #82368c;
  margin-bottom: 55px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1500px) and (min-width: 767px) {
  section#home-what-we-do [class^=col-] {
    width: 50%;
  }
}
section#home-what-we-do .wrapper {
  padding: 45px 68px 45px 68px;
}
@media (max-width: 540px) {
  section#home-what-we-do .wrapper {
    padding: 45px 15px;
  }
}
section#home-what-we-do .item {
  display: block;
  max-width: 415px;
  margin: auto;
  margin-bottom: 25px;
}
section#home-what-we-do .item:hover figure .hover-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
section#home-what-we-do .item figure {
  text-align: center;
}
section#home-what-we-do .item figure .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
section#home-what-we-do .item figure .hover-text &gt; div {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
}
section#home-what-we-do .item figure .hover-text &gt; div p {
  padding: 0 35px;
  color: #961e61;
}
@media (max-width: 475px) {
  section#home-what-we-do .item figure .hover-text &gt; div p {
    font-size: 15px;
    line-height: 23px;
  }
}
section#home-what-we-do .item .detail {
  background-color: #961e61;
  padding: 25px;
}
section#home-what-we-do .item .detail &gt; div {
  text-transform: uppercase;
  font-weight: 600;
}
section#home-what-we-do .item .detail .name {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
  word-break: break-all;
}
@media (max-width: 1919px) {
  section#home-what-we-do .item .detail .name {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  section#home-what-we-do .item .detail .name {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  section#home-what-we-do .item .detail .name {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
section#home-what-we-do .item .detail .cate {
  font-size: 35px;
  color: #fdc41f;
  word-break: break-all;
}
@media (max-width: 1919px) {
  section#home-what-we-do .item .detail .cate {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  section#home-what-we-do .item .detail .cate {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  section#home-what-we-do .item .detail .cate {
    font-size: 15px;
  }
}
section#home-video {
  background-color: #961e61;
  padding-top: 35px;
  padding-bottom: 70px;
}
section#home-video .wrapper {
  max-width: 940px;
  margin: auto;
}
section#home-video a.view-all {
  margin-bottom: 15px;
  color: #fdc41f;
}
@media (max-width: 767px) {
  section#home-video a.view-all {
    font-size: 18px;
  }
}
section#home-video .videos-list iframe {
  height: 486px;
  width: 100%;
}
@media (max-width: 540px) {
  section#home-video .videos-list iframe {
    height: 275px;
  }
}
section#home-video .videos-tablist {
  margin-top: 10px;
}
section#home-video .videos-tablist &gt; li.active a {
  color: #fdc41f !important;
}
section#home-video .videos-tablist &gt; li a {
  font-size: 18px;
  color: #fff;
  padding: 12px;
  padding-left: 48px;
  display: block;
  border-bottom: 1px solid #fff;
}
section#home-video .videos-tablist &gt; li a:hover {
  color: #fdc41f !important;
}
section#home-video .videos-tablist &gt; li a:before {
  content: '\f16a';
  font-family: 'FontAwesome';
  font-size: 30px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1820px) {
  section#home-our-work {
    margin-bottom: 100px;
  }
}
@media (max-width: 1500px) {
  section#home-our-work {
    margin-bottom: 180px;
  }
}
@media (max-width: 1024px) {
  section#home-our-work {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  section#home-our-work .left-grid {
    width: 100%;
  }
  section#home-our-work .left-grid img {
    width: 100%;
  }
}
section#home-our-work .right-grid {
  position: absolute;
  width: 55%;
  right: 0px;
  top: 35px;
}
@media (max-width: 1024px) {
  section#home-our-work .right-grid {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
}
section#home-our-work .right-grid .detail {
  background-color: #f7f1e8;
  padding: 55px 55px 0px 70px;
  min-height: 505px;
}
@media (max-width: 640px) {
  section#home-our-work .right-grid .detail {
    padding: 30px 15px;
  }
}
@media (max-width: 1336px) and (min-width: 1024px) {
  section#home-our-work .right-grid .detail {
    min-height: 440px;
  }
}
section#home-our-work .right-grid .detail h1 {
  color: #961e61;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1336px) and (min-width: 1024px) {
  section#home-our-work .right-grid .detail h1 {
    font-size: 40px;
  }
}
section#home-our-work .right-grid .detail p {
  line-height: 35px;
  font-size: 18px;
}
@media (max-width: 1336px) and (min-width: 1024px) {
  section#home-our-work .right-grid .detail p {
    line-height: 25px;
  }
}
@media (max-width: 475px) {
  section#home-our-work .right-grid .detail p {
    font-size: 16px;
    line-height: 25px;
  }
}
section#home-our-work .right-grid .detail a.btn {
  padding: 10px 15px;
}
section#home-our-work .right-grid .link-cell {
  background-color: #82368c;
}
section#home-our-work-two {
  padding-top: 0px;
}
@media (max-width: 1024px) {
  section#home-our-work-two {
    padding-bottom: 0px;
  }
}
section#home-our-work-two .left-grid {
  position: absolute;
  right: 0px;
  top: 35px;
}
@media (max-width: 1024px) {
  section#home-our-work-two .left-grid {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  section#home-our-work-two .left-grid img {
    width: 100%;
  }
}
section#home-our-work-two .right-grid {
  width: 55%;
  z-index: 1;
}
@media (max-width: 1024px) {
  section#home-our-work-two .right-grid {
    width: 100%;
  }
}
section#home-our-work-two .right-grid .detail {
  background-color: #f7f1e8;
  padding: 55px 55px 0px 70px;
  min-height: 505px;
}
@media (max-width: 1336px) and (min-width: 1024px) {
  section#home-our-work-two .right-grid .detail {
    min-height: 550px;
  }
}
@media (max-width: 640px) {
  section#home-our-work-two .right-grid .detail {
    padding: 30px 15px;
  }
}
section#home-our-work-two .right-grid .detail h1 {
  color: #961e61;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1336px) and (min-width: 1024px) {
  section#home-our-work-two .right-grid .detail h1 {
    font-size: 40px;
  }
}
section#home-our-work-two .right-grid .detail p {
  line-height: 35px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1336px) and (min-width: 1024px) {
  section#home-our-work-two .right-grid .detail p {
    line-height: 25px;
  }
}
@media (max-width: 475px) {
  section#home-our-work-two .right-grid .detail p {
    font-size: 16px;
    line-height: 25px;
  }
}
section#home-our-work-two .right-grid .detail a.btn {
  padding: 10px 15px;
}
section#home-our-work-two .right-grid .link-cell {
  background-color: #fdc41f;
}
section#home-donate-now .top {
  padding-top: 120px;
  padding-bottom: 75px;
}
section#home-donate-now .top h1 {
  color: #961e61;
  margin: 50px;
  font-weight: 700;
}
section#home-donate-now .top h3 {
  font-size: 30px;
  color: #961e61;
  line-height: 35px;
}
@media (max-width: 767px) {
  section#home-donate-now .top h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
section#home-donate-now .bottom {
  background-color: #961e61;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
section#home-donate-now .bottom:hover {
  background-color: #961e61;
}
section#home-donate-now .bottom:hover span {
  color: #fff69f;
}
section#home-donate-now .bottom a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: auto;
  padding: 50px 0;
}
section#home-donate-now .bottom a &gt; * {
  vertical-align: middle;
}
section#home-donate-now .bottom a span {
  display: inline-block;
  font-size: 30px;
}

#about-page section#team h6 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #d7d7d7;
  color: #565657;
}
#about-page section#team .team-item {
  display: block;
  margin-bottom: 55px;
}
#about-page section#team .team-item &gt; a {
  display: block;
}
#about-page section#team .team-icon {
  width: 150px;
  height: 150px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 13px;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
}
#about-page section#team .name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #82368c;
  margin-bottom: 13px;
}
#about-page section#team .title {
  font-size: 18px;
  font-weight: 200;
  text-align: center;
  color: #444444;
  margin-bottom: 13px;
}
#about-page section#team .org {
  font-size: 18px;
  font-weight: 200;
  color: #444444;
  text-align: center;
  line-height: 23px;
  padding: 0 15px;
}

#work-page form.grant-project-frm {
  margin-bottom: 50px;
}
#work-page form.grant-project-frm select {
  font-size: 15px !important;
  height: 42px !important;
  border: 1px solid;
  border-radius: 10px;
  border-color: #d7d7d7;
  color: #959595;
  font-size: 18px;
}

section.donate-new-page h2 {
  margin-bottom: 25px;
}
section.donate-new-page .btn-confirm {
  margin-top: 30px;
}
section.donate-new-page .others {
  padding: 40px 0;
}
section.donate-new-page .others h3 {
  font-size: 20px;
  color: #82368c;
  margin-bottom: 15px;
  font-weight: 600;
}
section.follow-page h2 {
  margin-bottom: 25px;
}
section.follow-page article + article {
  margin-top: 65px;
}
section.follow-page form.follow-frm-subscribe input {
  max-width: 350px;
  background-color: #f5f5f5;
  font-size: 16px;
  border: 0px;
  height: 45px;
}
section.acknowledgement-page .sponsor-list {
  margin-bottom: 30px;
}
section.acknowledgement-page .sponsor-list a.sponsor {
  display: block;
}
section.acknowledgement-page .sponsor-list a.sponsor .name {
  font-size: 16px;
  color: #565657;
}
section.acknowledgement-page .corporations-list a.item {
  display: block;
}
section.acknowledgement-page .corporations-list a.item .name {
  font-size: 16px;
  color: #565657;
}
section.volunteering-page form h4 {
  font-size: 20px;
  color: #82368c;
  margin-bottom: 25px;
  margin-top: 25px;
  font-weight: 600;
}
section.volunteering-page form .agreement-cell {
  margin-top: 15px;
}
section.volunteering-page form .agreement-cell span {
  line-height: 23px;
}
section.volunteering-page form .agreement-cell span:before {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  top: 0px;
}
section.volunteering-page form .agreement-cell span:after {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  top: 0px;
}

#contact-page #googleMap {
  height: 475px;
  border: 10px solid #fdc41f;
  margin-bottom: 60px;
}
#contact-page .frm-contact {
  margin-bottom: 70px;
}
#contact-page .frm-contact button {
  font-size: 20px;
  padding: 8px 23px;
}
#contact-page .contact-info-grid {
  width: 30%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  #contact-page .contact-info-grid {
    width: 100%;
    position: relative;
  }
}
#contact-page .contact-info {
  background-color: #961e61;
  padding: 25px;
}
#contact-page .contact-info h2 {
  font-size: 20px;
  color: #fdc41f;
  margin-bottom: 10px;
  font-weight: 600;
}
#contact-page .contact-info .location {
  margin-bottom: 20px;
}
#contact-page .contact-info .location address, #contact-page .contact-info .location span {
  font-size: 18px;
  color: #fdc41f;
  font-weight: 200;
  line-height: 22px;
}
#contact-page .contact-info .location span {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}
#contact-page .contact-info .call {
  margin-bottom: 30px;
}
#contact-page .contact-info .call div {
  font-size: 18px;
  color: #fdc41f;
  font-weight: 200;
}
#contact-page .contact-info .email {
  margin-bottom: 30px;
}
#contact-page .contact-info .email a {
  font-size: 18px;
  color: #fdc41f;
  font-weight: 200;
}
#contact-page .contact-info .follow-us ul li {
  display: inline-block;
}
#contact-page .contact-info .follow-us ul li + li {
  margin-left: 20px;
}
#contact-page .contact-info .follow-us ul li a i {
  font-size: 25px;
}
#contact-page .contact-info .follow-us ul li a i:before {
  color: #fff;
}
#contact-page .contact-map-frm {
  margin-top: 50px;
}

/*# sourceMappingURL=cnc.css.map */
</pre></body></html>