/*--------------------------------------------------------------
# Defaults
--------------------------------------------------------------*/

:root {
  --aware-main: #db251e;
  --aware-accent: #db251e;
  --aware-pale: #f8cecd;
  --aware-intense: #b71711;
  --new-purple: #9805a1;
  --aware-darkgrey: #9D99A5;
  --aware-coral: #F76C5E;
  --aware-marine: #4FB3BF;
}


#main-wrapper {position:relative;}
#main-wrapper h1:first-of-type {
  margin-top: 50px;
}



/** font face **/
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,700|Lato:400,700|Poppins:400,500,600,700");
.font-a {
  font-family: 'Poppins', sans-serif;
}

.fa-li {
  font-weight: 300;
}

.fa-med {
  font-weight: 500;
}

.fa-sem {
  font-weight: 600;
}

.font-b {
  font-family: 'FuturaStd';
}

@font-face {
  font-family: 'FuturaStd';
  src: url("fonts/FuturaStd-Book.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-Book.otf") format("opentype"), url("fonts/FuturaStd-Book.woff") format("woff"), url("fonts/FuturaStd-Book.ttf") format("truetype"), url("fonts/FuturaStd-Book.svg#FuturaStd-Book") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd';
  src: url("fonts/FuturaStd-Condensed.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-Condensed.otf") format("opentype"), url("fonts/FuturaStd-Condensed.woff") format("woff"), url("fonts/FuturaStd-Condensed.ttf") format("truetype"), url("fonts/FuturaStd-Condensed.svg#FuturaStd-Condensed") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd';
  src: url("fonts/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-Medium.otf") format("opentype"), url("fonts/FuturaStd-Medium.woff") format("woff"), url("fonts/FuturaStd-Medium.ttf") format("truetype"), url("fonts/FuturaStd-Medium.svg#FuturaStd-Medium") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd';
  src: url("fonts/FuturaStd-CondensedBold.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-CondensedBold.otf") format("opentype"), url("fonts/FuturaStd-CondensedBold.woff") format("woff"), url("fonts/FuturaStd-CondensedBold.ttf") format("truetype"), url("fonts/FuturaStd-CondensedBold.svg#FuturaStd-CondensedBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd';
  src: url("fonts/FuturaStd-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaStd-Heavy.otf") format("opentype"), url("fonts/FuturaStd-Heavy.woff") format("woff"), url("fonts/FuturaStd-Heavy.ttf") format("truetype"), url("fonts/FuturaStd-Heavy.svg#FuturaStd-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
}
.font-c {
  font-family: 'Josefin Sans', sans-serif;
}

.font-d {
  font-family: 'Lato', sans-serif;
}

/** font face **/
/* Addresses margins handled incorrectly in IE 6/7. */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  line-height: 1.4;
  color: #333333;
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
*/
html, button, input, select, textarea {
  font-family: "Poppins", "Helvetica", "Calibri";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/***** [Reserve CSS Stylesheet] *****/
.opac a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.invisible {
  visibility: hidden;
}

/* Hide visually and from screenreaders, but maintain layout */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
small {
  font-size: 80%;
}

/* Addresses inconsistent and variable font size in all browsers. */
/***** CSS3 SCROLL BAR Styles *****/
html {
  /* Track */
  /* Handle */
}
html::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}
html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
html::-webkit-scrollbar-thumb {
  background: #000;
}

/* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
*/
a {
  outline: none;
  color: var(--aware-main);
  text-decoration: none;
  _noFocusLine: expression(this.hideFocus=true);
  cursor: pointer;
}

a:active, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  _noFocusLine: expression(this.hideFocus=true);
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/* Addresses styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/* Addresses styling not present in IE 6/7/8/9. */
mark {
  background: #ff0;
  color: #000;
}

/* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Addresses CSS quotes not supported in IE 6/7. */
q {
  quotes: none;
}

/* Addresses `quotes` property not supported in Safari 4. */
q:before, q:after {
  content: '';
  content: none;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses paddings set differently in IE 6/7.
*/
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul, nav ol, li {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
*/
form {
  margin: 0;
}

/* Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  outline: none;
  _noFocusLine: expression(this.hideFocus=true);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

textarea {
  outline: none;
  resize: none;
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
*/
button, input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Removes inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/* Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
  */
  .ir a:after,
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

.par p {
  padding: 10px 0px;
}

.par2 p {
  padding: 5px 0px;
}

.bp-center {
  text-align: center;
}

.bp-left {
  text-align: left;
}

.bp-right {
  text-align: right;
}

.bp-justify {
  text-align: justify;
}

.bp-tt {
  text-transform: uppercase;
}

.par-small, .nc-tag, .ne-co-img .tag {
  font-size: 12px;
}

.par-medium, .he-bo-search, .custom-select-wrapper, .ic-ba-pagination, .ma-wh-list li h5 {
  font-size: 14px;
}
@media all and (max-width: 640px) {
  .par-medium, .he-bo-search, .custom-select-wrapper, .ic-ba-pagination, .ma-wh-list li h5 {
    font-size: 12px;
  }
}

.par-large {
  font-size: 16px;
}
@media all and (max-width: 640px) {
  .par-large {
    font-size: 13px;
  }
}

.par-xlarge, .fancybox-nav, .he-ma-list1 h4, .he-ma-list h4, .ab-li-main h4, .ne-co-capt h4 {
  font-size: 18px;
}
@media all and (max-width: 640px) {
  .par-xlarge, .fancybox-nav, .he-ma-list1 h4, .he-ma-list h4, .ab-li-main h4, .ne-co-capt h4 {
    font-size: 14px;
  }
}

.par-xxlarge, .in-co-par h4, .con-to-list li.set h4 {
  font-size: 20px;
}
@media all and (max-width: 640px) {
  .par-xxlarge, .in-co-par h4, .con-to-list li.set h4 {
    font-size: 16px;
  }
}

.par-max, .ab-tag h4 {
  font-size: 24px;
}
@media all and (max-width: 640px) {
  .par-max, .ab-tag h4 {
    font-size: 20px;
  }
}

/** CSS for pace preloader **/
body:before, body:after {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.pace {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ffffff;
}

.pace-inactive {
  opacity: 0;
  filter: alpha(opacity=0);
}

.pace .pace-progress {
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
}

/** CSS for pace preloader **/
/*!
 *  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&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 > 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;
}

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  z-index: 999;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-outer {
  padding-bottom: 70px;
  background: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.fancybox-inner {
  overflow: visible !important;
}
@media (max-width: 950px) {
  .fancybox-inner {
    overflow: auto !important;
  }
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/popup/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/popup/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: 24px 30px;
  cursor: pointer;
  z-index: 8040;
  font-size: 30px;
  color: #b3b3b3;
  background: none !important;
}
.fancybox-close:before {
  content: '\f00d';
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
}
.fancybox-close:hover {
  color: var(--aware-main);
}

.v2 .fancybox-close {
  top: 0;
  right: 0;
  margin: 7px;
}
.v2 .fancybox-close:before {
  font-size: 14px;
}

.fancybox-nav {
  position: absolute;
  min-width: 90px;
  bottom: 20px;
  width: auto;
  height: auto;
  cursor: pointer;
  text-decoration: none;
  z-index: 8040;
  padding: 5px 10px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  border: 1px solid #b3b3b3;
}
.fancybox-nav .fa {
  font-size: 22px;
}
.fancybox-nav:hover {
  background: var(--aware-main);
  border-color: var(--aware-main);
  color: #ffffff;
}
@media (max-width: 640px) {
  .fancybox-nav .fa {
    font-size: 17px;
  }
}

.fancybox-prev {
  right: 160px;
}

.fancybox-next {
  right: 40px;
}

.fancybox-nav span {
  background: none !important;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.4);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/popup/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/popup/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
html, body {
  height: 100%;
  min-height: 100%;
}

.bp-col.fl, .fl.he-to-col, .fl.he-ma-col, .fl.fo-co-col, .fl.ho-get-col, .fl.ab-co-capt, .fl.ne-co-col, .fl.nc-ctrl, .fl.nc-col, .fl.re-ad-col, .fl.ia-wh-col {
  padding-right: 10px;
}
.bp-col.fr, .fr.he-to-col, .fr.he-ma-col, .fr.fo-co-col, .fr.ho-get-col, .fr.ab-co-capt, .fr.ne-co-col, .fr.nc-ctrl, .fr.nc-col, .fr.re-ad-col, .fr.ia-wh-col {
  padding-left: 10px;
}
.bp-col.half, .half.he-to-col, .half.he-ma-col, .half.fo-co-col, .half.ho-get-col, .half.ab-co-capt, .half.ne-co-col, .half.nc-ctrl, .half.nc-col, .half.re-ad-col, .half.ia-wh-col {
  width: 50%;
}
@media (max-width: 480px) {
  .bp-col, .he-to-col, .he-ma-col, .fo-co-col, .ho-get-col, .ab-co-capt, .ne-co-col, .nc-ctrl, .nc-col, .re-ad-col, .ia-wh-col {
    float: none !important;
    display: block;
    width: auto;
  }
  .bp-col.fl, .fl.he-to-col, .fl.he-ma-col, .fl.fo-co-col, .fl.ho-get-col, .fl.ab-co-capt, .fl.ne-co-col, .fl.nc-ctrl, .fl.nc-col, .fl.re-ad-col, .fl.ia-wh-col {
    padding-right: 0;
  }
  .bp-col.fr, .fr.he-to-col, .fr.he-ma-col, .fr.fo-co-col, .fr.ho-get-col, .fr.ab-co-capt, .fr.ne-co-col, .fr.nc-ctrl, .fr.nc-col, .fr.re-ad-col, .fr.ia-wh-col {
    padding-left: 0;
  }
  .bp-col.half, .half.he-to-col, .half.he-ma-col, .half.fo-co-col, .half.ho-get-col, .half.ab-co-capt, .half.ne-co-col, .half.nc-ctrl, .half.nc-col, .half.re-ad-col, .half.ia-wh-col {
    width: auto;
  }
}

header {
  z-index: 100;
  position: relative;
}

.header-content .auto {
  position: relative;
}

.header-top {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .header-top {
    display: none;
  }
}

.fixed {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.98) !important;
  width: 100%;
  top: 0px !important;
  opacity: 1;
  -moz-transition: opacity 2s;
  /* Firefox 4 */
  -webkit-transition: opacity 2s;
  /* Safari and Chrome */
  -o-transition: opacity 2s;
  transition: opacity 2s;
  padding-top: 0 !important;
}

.he-to-list {
  margin: 12px 120px 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.0;
}
.he-to-list li.set {
  float: left;
  min-height: 23px;
  padding: 0 15px;
  border-right: 1px solid gray;
}
.he-to-list li.set:last-child {
  border-right: none;
}
.he-to-list li.set a {
  display: block;
  padding-top: 6px;
  color: #333333;
}
.he-to-list li.set .fa {
  color: #b3b3b3;
  line-height: 0.8;
}
.he-to-list li.set:hover a, .he-to-list li.set:hover .fa {
  color: var(--aware-main);
}
@media (max-width: 1200px) {
  .he-to-list {
    margin-right: 80px;
  }
}

.he-to-donate {
  z-index: 10000;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
}
.he-to-donate a {
  padding: 60px 0;
}
@media (max-width: 1200px) {
  .he-to-donate {
    width: 80px;
  }
}

.header-main {
  padding: 25px 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .header-main {
    padding: 15px;
  }
}

.he-ma-col.logo {
  width: 24%;
}
.he-ma-col.contact {
  width: 76%;
}
@media (max-width: 950px) {
  .he-ma-col {
    display: block;
    float: none !important;
    width: auto !important;
    padding: 0 !important;
  }
  .he-ma-col.contact {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .he-ma-col.contact {
    display: none;
  }
}

.logo {
  margin-top: 10px;
}
@media (max-width: 950px) {
  .logo {
    max-width: 280px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .logo {
    max-width: 60%;
  }
}

.he-ma-list1 {
  padding-right: 120px;
}
.he-ma-list1 li.set {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 15px;
}
.he-ma-list1 li.set:first-child {
  padding-left: 0;
}
.he-ma-list1 li.set:last-child {
  padding-right: 0;
  width: 200px;
}
.he-ma-list1 li.set a > span {
  display: inline-block;
  vertical-align: top;
}
.he-ma-list1 li.set a > span.icon {
  margin-right: 5px;
}
.he-ma-list1 li.set a > span.capt {
  text-align: left;
  line-height: 1.0;
  color: #333333;
}
.he-ma-list1 li.set a > span.capt p {
  font-size: 12px;
}
.he-ma-list1 li.set a:after {
  content: '';
  display: block;
}
.he-ma-list1 li.set.assault a > span.capt {
  width: 163px;
}
@media (max-width: 810px) {
  .he-ma-list1 li.set.assault a > span.capt {
    width: 135px;
  }
}
.he-ma-list1 h2 {
  padding: 2px 0;
  font-family: "FuturaStd";
  font-size: 30px;
  color: var(--aware-main);
}
.he-ma-list1 h4 {
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 760px) {
  .he-ma-list1 li.set {
    max-width: 33% !important;
  }
}
@media (max-width: 1600px) {
  .he-ma-list1 {
    font-size: 14px;
  }
  .he-ma-list1 li.set {
    vertical-align: top;
    width: 32.5%;
    padding: 0 7px;
  }
  .he-ma-list1 li.set > span {
    display: block;
  }
  .he-ma-list1 li.set > span.icon {
    float: left;
  }
  .he-ma-list1 li.set > span.capt {
    margin-left: 76px;
  }
  .he-ma-list1 h1 {
    font-size: 30px;
  }
  .he-ma-list1 h4 {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .he-ma-list1 {
    padding-right: 80px;
    font-size: 12px;
  }
  .he-ma-list1 li.set > span.icon {
    width: 60px;
  }
  .he-ma-list1 li.set > span.icon img {
    max-height: 50px;
  }
  .he-ma-list1 li.set > span.capt {
    margin-left: 70px;
  }
  .he-ma-list1 h1 {
    font-size: 25px;
  }
  .he-ma-list1 h4 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .he-ma-list1 {
    font-size: 10px;
  }
  .he-ma-list1 h1 {
    font-size: 22px;
  }
  .he-ma-list1 h4 {
    font-size: 10px;
  }
}
@media (max-width: 950px) {
  .he-ma-list1 {
    padding: 0;
    font-size: 12px;
  }
  .he-ma-list1 li.set {
    width: auto;
    max-width: 34%;
    padding: 0 15px;
    margin: 0 -2px;
  }
  .he-ma-list1 li.set:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
  }
  .he-ma-list1 li.set:last-child:after {
    display: none;
  }
  .he-ma-list1 h1 {
    font-size: 26px;
  }
  .he-ma-list1 h4 {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .he-ma-list1 {
    font-size: 10px;
  }
  .he-ma-list1 h1 {
    font-size: 20px;
  }
  .he-ma-list1 h4 {
    font-size: 10px;
  }
}

.he-ma-list {
  padding-right: 120px;
}
.he-ma-list li.set {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 15px;
}
.he-ma-list li.set.assault {
  width: 33.9%;
}
.he-ma-list li.set:first-child {
  padding-left: 0;
}
.he-ma-list li.set:last-child {
  padding-right: 0;
  width: 200px;
}
.he-ma-list li.set a > span {
  display: inline-block;
  vertical-align: bottom;
}
.he-ma-list li.set a > span.icon {
  margin-right: 5px;
  float: left;
}
.he-ma-list li.set a > span.capt {
  text-align: left;
  line-height: 1.0;
  display: block;
  margin-left: 75px;
  width: 100%;
}
.he-ma-list li.set a > span.capt p {
  font-size: 12px;
  color: #000000;
}
.he-ma-list li.set a > span.capt h4 {
  font-size: 11px;
}
.he-ma-list li.set:after {
  content: '';
  display: block;
}
.he-ma-list h2 {
  padding: 2px 0;
  font-family: "FuturaStd";
  font-size: 30px;
  color: var(--aware-main);
  
}
.he-ma-list h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}
@media (min-width: 1600px) {
  .he-ma-list li.set.assault {
    width: auto;
  }
}
@media (max-width: 1600px) {
  .he-ma-list {
    font-size: 14px;
  }
  .he-ma-list li.set {
    vertical-align: top;
    width: 32.5%;
    padding: 0 7px;
  }
  .he-ma-list li.set a > span {
    display: block;
  }
  .he-ma-list li.set a > span.icon {
    float: left;
  }
  .he-ma-list li.set a > span.capt {
    margin-left: 76px;
    min-width: 180px;
  }
  .he-ma-list h2 {
    font-size: 30px;
  }
  .he-ma-list h4 {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .he-ma-list {
    padding-right: 80px;
    font-size: 12px;
  }
  .he-ma-list li.set a > span.icon {
    width: 60px;
  }
  .he-ma-list li.set a > span.icon img {
    max-height: 50px;
  }
  .he-ma-list li.set a > span.capt {
    margin-left: 70px;
  }
  .he-ma-list h2 {
    font-size: 25px;
  }
  .he-ma-list h4 {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  .he-ma-list {
    font-size: 10px;
  }
  .he-ma-list h2 {
    font-size: 22px;
  }
  .he-ma-list h4 {
    font-size: 10px;
  }
}
@media (max-width: 950px) {
  .he-ma-list {
    padding: 0;
    font-size: 12px;
  }
  .he-ma-list li.set {
    width: auto;
    max-width: 34%;
    padding: 0 15px;
    margin: 0 -2px;
  }
  .he-ma-list li.set:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
  }
  .he-ma-list li.set:last-child:after {
    display: none;
  }
  .he-ma-list h2 {
    font-size: 26px;
  }
  .he-ma-list h4 {
    font-size: 12px;
  }
}
@media (max-width: 760px) {
  .he-ma-list {
    font-size: 10px;
  }
  .he-ma-list h2 {
    font-size: 20px;
  }
  .he-ma-list h4 {
    font-size: 10px;
  }
}

.header-bottom {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 950px) {
  .header-bottom {
    display: none;
  }
}

.menu {
  text-transform: uppercase;
  font-family: "Josefin Sans";
  font-weight: bold;
}
.menu li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.menu li a {
  display: block;
  padding: 15px 17px;
  color: #ffffff;
  /*&:hover { background: $coRed; }*/
}
.menu li ul {
  width: 280px;
}
.menu li ul li {
  display: block;
}
.menu li:hover a, .menu li.active a {
  background: var(--aware-main);
  color: #ffffff;
}
.menu li:hover li a, .menu li.active li a {
  background: none;
  color: #ffffff;
}
.menu li:hover li:hover a, .menu li:hover li.active a, .menu li.active li:hover a, .menu li.active li.active a {
  background: var(--aware-main);
  color: #ffffff;
}
.menu li:hover li:hover li a, .menu li:hover li.active li a, .menu li.active li:hover li a, .menu li.active li.active li a {
  background: none;
  color: #ffffff;
}
.menu li:hover li:hover li:hover a, .menu li:hover li:hover li.active a, .menu li:hover li.active li:hover a, .menu li:hover li.active li.active a, .menu li.active li:hover li:hover a, .menu li.active li:hover li.active a, .menu li.active li.active li:hover a, .menu li.active li.active li.active a {
  background: var(--aware-main);
  color: #ffffff;
}
.menu li.active a {
  background: var(--aware-main);
}
.menu li:last-child .sub-menu {
  left: -100% !important;
  right: 100%;
}
@media (max-width: 1340px) {
  .menu li a {
    padding: 15px 17px;
  }
}
@media (max-width: 1024px) {
  .menu li a {
    padding: 15px 10px;
  }
}
@media (max-width: 950px) {
  .menu li a {
    padding: 15px 8px;
  }
}

.he-bo-search {
  position: relative;
  margin: 0 15px;
  color: #ffffff;
}
.he-bo-search input {
  display: block;
  width: 110px;
  height: 30px;
  padding: 5px 10px 5px 20px;
  background: none;
  border: none;
  font-family: "Josefin Sans";
  color: #ffffff;
  font-weight: bold;
}
.he-bo-search input::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.he-bo-search input:-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.he-bo-search input::-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.he-bo-search input:-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.he-bo-search input:focus {
  width: 170px;
}
.he-bo-search .icon {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  line-height: 1.0;
  font-size: 14px;
}
@media (max-width: 1340px) {
  .he-bo-search {
    margin: 0 10px;
  }
  .he-bo-search input {
    width: 110px !important;
  }
}

.menu-btn {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: 15px;
  font-weight: 500;
  font-size: 16px;
}
.menu-btn > * {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 950px) {
  .menu-btn {
    display: block;
  }
}
@media (max-width: 480px) {
  .menu-btn {
    top: 50%;
    bottom: inherit;
    margin: -11px 15px 0 15px;
  }
}

.menu-bar {
  margin-right: 5px;
}
.menu-bar span {
  display: block;
  width: 25px;
  height: 4px;
  margin: 4px 0;
  background: #333333;
}
.menu-bar span:first-child {
  margin-top: 0;
}
.menu-bar span:last-child {
  margin-bottom: 0;
}

.submenu {
  display: none;
  position: absolute;
  width: 280px;
  background: #000;
  text-align: left;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  background: #313131;
  top: 0;
}

.menu-mobile.main, .menu-mobile.behind {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate3d(360px, 0, 0);
  -moz-transform: translate3d(360px, 0, 0);
  -ms-transform: translate3d(360px, 0, 0);
  -o-transform: translate3d(360px, 0, 0);
  transform: translate3d(360px, 0, 0);
}
.menu-mobile.main.active, .menu-mobile.behind.active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
@media (max-width: 950px) {
  .menu-mobile.main, .menu-mobile.behind {
    display: block;
  }
}
@media (max-width: 640px) {
  .menu-mobile.main, .menu-mobile.behind {
    width: 220px;
    -webkit-transform: translate3d(220px, 0, 0);
    -moz-transform: translate3d(220px, 0, 0);
    -ms-transform: translate3d(220px, 0, 0);
    -o-transform: translate3d(220px, 0, 0);
    transform: translate3d(220px, 0, 0);
  }
  .menu-mobile.main.active, .menu-mobile.behind.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.menu-mobile.main {
  z-index: 502;
  padding: 25px 60px;
  text-align: center;
}
@media (max-width: 640px) {
  .menu-mobile.main {
    padding: 15px;
  }
}
.menu-mobile.behind {
  z-index: 501;
}
.menu-mobile.cover {
  z-index: 500;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 951px) {
  .menu-mobile.cover {
    display: none !important;
  }
}
.menu-mobile .menu {
  font-size: 16px;
  border-top: 1px solid #b3b3b3;
}
.menu-mobile .menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #b3b3b3;
}
.menu-mobile .menu li a {
  padding: 10px;
  color: #333333;
}
.menu-mobile .menu li:hover a, .menu-mobile .menu li.active a {
  background: var(--aware-main);
  color: #ffffff;
}
.menu-mobile .menu li ul {
  width: 100%;
}
@media (max-width: 640px) {
  .menu-mobile .menu {
    font-size: 13px;
  }
}
.menu-mobile .he-bo-search {
  position: relative;
  color: #000000;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.menu-mobile .he-bo-search input {
  width: 100% !important;
  padding: 10px 40px 10px 20px;
  height: 47px;
  color: #000000;
}
.menu-mobile .he-bo-search input::-webkit-input-placeholder {
  color: #333333;
}
.menu-mobile .he-bo-search input:-moz-placeholder {
  color: #333333;
}
.menu-mobile .he-bo-search input::-moz-placeholder {
  color: #333333;
}
.menu-mobile .he-bo-search input:-ms-input-placeholder {
  color: #333333;
}
.menu-mobile .he-bo-search .icon {
  left: inherit;
  right: 15px;
  font-size: 18px;
}

.mm-title {
  font-size: 34px;
  font-family: "FuturaStd";
  text-transform: uppercase;
  color: var(--aware-main);
}

footer {
  z-index: 2;
  position: relative;
}

.footer-content {
  padding: 35px 15px;
}
@media (max-width: 950px) {
  .footer-content {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .fo-co-col {
    float: none !important;
    display: block;
    width: auto;
    margin: 5px 0;
    text-align: center;
  }
}

.fc-links li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  border-right: 1px solid #333333;
}
.fc-links li:first-child {
  padding-left: 0;
}
.fc-links li:last-child {
  padding-right: 0;
  border-right: none;
}
.fc-links li a {
  color: #333333;
}
.fc-links li a:hover {
  color: var(--aware-main);
}

@media (max-width: 950px) {
  body #main-container, body footer {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  body .header-content, body #main-wrapper, body .footer-content {
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  body.menu-active .header-content, body.menu-active #main-wrapper, body.menu-active .footer-content {
    -webkit-transform: translate3d(-360px, 0, 0);
    -moz-transform: translate3d(-360px, 0, 0);
    -ms-transform: translate3d(-360px, 0, 0);
    -o-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
  }
}
@media (max-width: 950px) and (max-width: 640px) {
  body.menu-active .header-content, body.menu-active #main-wrapper, body.menu-active .footer-content {
    -webkit-transform: translate3d(-220px, 0, 0);
    -moz-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate3d(-220px, 0, 0);
    -o-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
  }
}

#main-container {
  height: 100%;
  height: auto !important;
  min-height: 100%;
}

.hide {
  position: relative;
}

.ease, .he-to-list li.set .fa, .he-bo-search input, .inview1, .flexslider ul.slides li .anim-content > *, .nav1 .flex-direction-nav a:before, .nav2 .owl-nav div, .custom-select-wrapper:after, .in-ab-tabs .bc-title, .in-ab-tabs .bc-title .num, .ab-bo-list li.set .bc-title, .history-slider #carousel .owl-item:after, .history-slider #carousel .owl-item .item:before, .history-slider #carousel .owl-item .item:after, .ab-tag h4, a, input[type="submit"], button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.loader {
  position: relative;
  overflow: hidden;
  background: #fff url("../images/page_template/loading.gif") no-repeat center;
}

.auto {
  max-width: 1764px;
  margin: 0 auto;
}
.auto.med {
  max-width: 1340px;
}
.auto.small {
  max-width: 1280px;
}
.auto.single .ne-co-col.large {
  max-width: 800px;
}
.auto.single .ne-co-col.short {
  max-width: 310px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clr, .he-ma-list1 li.set a:after, .he-ma-list li.set:after, .ho-ge-list li:after, .ho-ev-slider ul.slides li:after, .ma-filter-content li.set:after {
  display: block;
  float: none;
  clear: both;
}

.bp-set {
  display: inline-block;
  *display: inline;
}
.bp-set.vm {
  vertical-align: middle;
}
.bp-set.vt {
  vertical-align: top;
}
.bp-set.vb {
  vertical-align: bottom;
}

img.alignleft {
  float: left;
  margin: 0 16px 15px 0;
}
img.alignright {
  float: right;
  margin: 0 0 15px 16px;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
@media (max-width: 480px) {
  img.alignleft, img.alignright {
    float: none;
    margin: 0 auto;
    display: block;
  }
}

.bp-laptop {
  display: none;
}
@media (max-width: 950px) {
  .bp-laptop {
    display: block;
  }
}

@media (max-width: 950px) {
  .bp-n-laptop {
    display: none;
  }
}

.bp-box, .bp-col, .he-to-col, .he-ma-col, .fo-co-col, .ho-get-col, .ab-co-capt, .ne-co-col, .nc-ctrl, .nc-col, .re-ad-col, .ia-wh-col, .he-ma-list1, .he-ma-list1 li.set, .he-ma-list, .he-ma-list li.set, .header-bottom, .menu-mobile.main, .menu-mobile.behind, .bp-btn, .hb-btn, .ho-ge-tags a, .ma-filter-content li.set button, .ab-btn, .nav2 .owl-nav div:before, .car1 .flex-control-paging li a, .custom-select-wrapper .custom-select-display, .ho-ba-capt, .ho-ge-list li, .ho-ge-list li .capt, .ho-ev-list li, .ho-ev-date, .in-ab-tabs .bc-title .num, .ab-bo-col, .con-to-list li.set, .ab-cr-list li, .ab-se-list > ul > li.set, .ab-co-list li.set, .ab-co-col, .nc-tag, .ne-co-img .tag, .nc-pagination li a, .ma-filter-content li.set label.title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.bp-rel {
  position: relative;
}

.bp-ab {
  position: absolute;
}

.co-black {
  color: #000000;
}

.co-white {
  color: #ffffff;
}

.bg-dirty {
  background: #f0f0f0;
}

.bg-red {
  background: var(--aware-main);
}

.pad-edge {
  padding-left: 15px;
  padding-right: 15px;
}

.bp-img img, .he-to-list img, .he-ma-list1 li.set a > span.icon img, .he-ma-list li.set a > span.icon img, .ab-btn > *.icon img {
  max-width: 100%;
  height: auto;
}
.bp-img.wide img, .wide.he-to-list img, .he-ma-list1 li.set a > span.wide.icon img, .he-ma-list li.set a > span.wide.icon img, .ab-btn > .wide.icon img {
  width: 100%;
}

.bp-curve, .fancybox-nav, .ho-ev-date, .in-ab-tabs .bc-title, .ab-tag {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.bp-circle, .nav2 .owl-nav div, .car1 .flex-control-paging li a, .he-da-num .main, .in-ab-tabs .bc-title .num, .co-bo-thumb, .co-bo-thumb img, .history-slider #carousel .owl-item:after, .history-slider #carousel .owl-item .item:after, .ab-co-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.mobile-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.bp-centralize, .he-bo-search .icon, .nav2 .owl-nav div, .custom-select-wrapper:after, .ho-ba-capt, .he-da-num, .in-ab-tabs .bc-title .num {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.pt1 {
  padding-top: 10px;
}

.pt2 {
  padding-top: 20px;
}
@media (max-width: 640px) {
  .pt2 {
    padding-top: 10px;
  }
}

.pt3 {
  padding-top: 30px;
}
@media (max-width: 640px) {
  .pt3 {
    padding-top: 20px;
  }
}

.pt4 {
  padding-top: 40px;
}
@media (max-width: 640px) {
  .pt4 {
    padding-top: 30px;
  }
}

.pt5 {
  padding-top: 50px;
}
@media (max-width: 640px) {
  .pt5 {
    padding-top: 40px;
  }
}

.pb1 {
  padding-bottom: 10px;
}

.pb2 {
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .pb2 {
    padding-bottom: 10px;
  }
}

.pb3 {
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .pb3 {
    padding-bottom: 20px;
  }
}

.pb4 {
  padding-bottom: 40px;
}
@media (max-width: 640px) {
  .pb4 {
    padding-bottom: 30px;
  }
}

.pb5 {
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  .pb5 {
    padding-bottom: 40px;
  }
}

.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .mt2 {
    margin-top: 10px;
  }
}

.mt3 {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .mt3 {
    margin-top: 20px;
  }
}

.mt4 {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .mt4 {
    margin-top: 30px;
  }
}

.mt5 {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .mt5 {
    margin-top: 40px;
  }
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .mb2 {
    margin-bottom: 10px;
  }
}

.mb3 {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .mb3 {
    margin-bottom: 20px;
  }
}

.mb4 {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .mb4 {
    margin-bottom: 30px;
  }
}

.mb5 {
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .mb5 {
    margin-bottom: 40px;
  }
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinner {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-animation: rotatee 2s infinite linear;
  -moz-animation: rotatee 2s infinite linear;
  -ms-animation: rotatee 2s infinite linear;
  -o-animation: rotatee 2s infinite linear;
  animation: rotatee 2s infinite linear;
}

.s-dot {
  display: inline-block;
  position: absolute;
  width: 60%;
  height: 60%;
  top: 0;
  background-color: #000000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: bouncee 2s infinite ease-in-out;
  -moz-animation: bouncee 2s infinite ease-in-out;
  -ms-animation: bouncee 2s infinite ease-in-out;
  -o-animation: bouncee 2s infinite ease-in-out;
  animation: bouncee 2s infinite ease-in-out;
}

.s-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatee {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bouncee {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.explorer .preloader {
  background: #fff url("../images/page_template/loading.gif") no-repeat center;
}

.explorer .preloader .spinner {
  display: none;
}

.inview1 {
  opacity: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
}

.inview1.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.anim-content1 > * {
  opacity: 0;
}

.buttons {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.buttons .hb-btn, .buttons .ho-ge-tags a, .ho-ge-tags .buttons a, .buttons .ma-filter-content li.set button, .ma-filter-content li.set .buttons button {
  margin: 0 20px;
}

@media (max-width: 640px) {
  .buttons {
    max-width: 340px;
  }
}
@media (max-width: 480px) {
  .buttons {
    max-width: 160px;
  }
  .buttons .hb-btn, .buttons .ho-ge-tags a, .ho-ge-tags .buttons a, .buttons .ma-filter-content li.set button, .ma-filter-content li.set .buttons button {
    margin-bottom: 10px;
  }
}
.bp-banner, .parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax {
  background-attachment: fixed;
}
.parallax.bp-ab {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parallax.top {
  background-attachment: inherit;
  background-position: 50% 50% !important;
}

html.bp-touch .parallax {
  background-attachment: inherit;
  background-position: 50% 50% !important;
}

ul.page-numbers li.active {
  background: var(--aware-main);
  padding: 5px 10px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
}

.fc-links .menu li a {
  padding: 0 5px;
  font-size: 15px;
  text-transform: capitalize;
  font-family: "poppins";
  font-weight: normal;
}
.fc-links .menu li a:hover {
  background: transparent;
  color: var(--aware-main);
}

.hb-paper {
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.hb-paper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
}
.hb-paper.top {
  top: -1px;
  height: 40px;
}
.hb-paper.top:before {
  background-image: url("../images/page_template/paper_slice_top.png");
}
.hb-paper.top.short {
  height: 11px;
}
.hb-paper.top.short:before {
  background-image: url("../images/page_template/paper_slice_top_short.png");
}
.hb-paper.top.v2 {
  height: 32px;
}
.hb-paper.top.v2:before {
  background-image: url("../images/page_template/paper_slice_top_v2.png");
}
.hb-paper.top.v3 {
  height: 45px;
}
.hb-paper.top.v3:before {
  background-image: url("../images/page_template/paper_slice_top_v3.png");
}
.hb-paper.top.red {
  height: 45px;
}
.hb-paper.top.red:before {
  background-image: url("../images/page_template/paper_slice_red_top.png");
}
.hb-paper.top.gray {
  height: 45px;
}

.hb-paper.top.darkgray {
  height: 45px;
  margin-top: -2px;
  z-index: 30;
}

.hb-paper.top.gray:before {
  background-image: url("../images/page_template/paper_slice_gray_top.png");
}
.hb-paper.top.darkgray:before {
  background-image: url("../images/page_template/paper_slice_darkgray_top.png");
}
.hb-paper.bottom {
  bottom: -1px;
  height: 40px;
}
.hb-paper.bottom:before {
  background-image: url("../images/page_template/paper_slice_bottom.png");
}
.hb-paper.bottom.short {
  height: 11px;
}
.hb-paper.bottom.short:before {
  background-image: url("../images/page_template/paper_slice_bottom_short.png");
}
.hb-paper.bottom.v2 {
  height: 32px;
}
.hb-paper.bottom.v2:before {
  background-image: url("../images/page_template/paper_slice_bottom_v2.png");
}
.hb-paper.bottom.v3 {
  height: 45px;
}
.hb-paper.bottom.v3:before {
  background-image: url("../images/page_template/paper_slice_bottom_v3.png");
}
.hb-paper.bottom.red {
  height: 45px;
}
.hb-paper.bottom.red:before {
  background-image: url("../images/page_template/paper_slice_red_bottom.png");
}
.hb-paper.bottom.gray {
  height: 45px;
}
.hb-paper.bottom.gray:before {
  background-image: url("../images/page_template/paper_slice_gray_bottom.png");
}
.hb-paper.animate:before {
  width: 0;
}
.hb-paper.animate.visible:before {
  -webkit-animation: paperSlice 0.8s 0.5s linear;
  -moz-animation: paperSlice 0.8s 0.5s linear;
  -ms-animation: paperSlice 0.8s 0.5s linear;
  -o-animation: paperSlice 0.8s 0.5s linear;
  animation: paperSlice 0.8s 0.5s linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 640px) {
  .hb-paper:before {
    background-position: -150px 0;
  }
}

@-webkit-keyframes paperSlice {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes paperSlice {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes paperSlice {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes paperSlice {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes paperSlice {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.bp-btn, .hb-btn, .ho-ge-tags a, .ma-filter-content li.set button, .ab-btn {
  display: block;
}
.bp-btn.bp-set, .bp-set.hb-btn, .ho-ge-tags a.bp-set, .ma-filter-content li.set button.bp-set, .bp-set.ab-btn {
  display: inline-block;
}

.hb-btn, .ho-ge-tags a, .ma-filter-content li.set button {
  min-width: 150px;
  padding: 10px 15px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: "FuturaStd";
  font-weight: 600;
  text-align: center;
  background: none;
}
.hb-btn:hover, .ho-ge-tags a:hover, .ma-filter-content li.set button:hover, .hb-btn.active, .ho-ge-tags a.active, .ma-filter-content li.set button.active {
  background: var(--aware-main);
  border-color: var(--aware-main);
  color: #ffffff;
}
.hb-btn:hover a, .ho-ge-tags a:hover a, .ma-filter-content li.set button:hover a {
  color: #ffffff;
}
.hb-btn > *, .ho-ge-tags a > *, .ma-filter-content li.set button > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.hb-btn > *:first-child, .ho-ge-tags a > *:first-child, .ma-filter-content li.set button > *:first-child {
  margin-left: 0;
}
.hb-btn > *:last-child, .ho-ge-tags a > *:last-child, .ma-filter-content li.set button > *:last-child {
  margin-right: 0;
}
.hb-btn .fa, .ho-ge-tags a .fa, .ma-filter-content li.set button .fa {
  font-size: 24px;
}
.hb-btn.red, .ho-ge-tags a, .ma-filter-content li.set button.red {
  border-color: var(--aware-main);
  color: var(--aware-main);
}
.hb-btn.red:hover, .ho-ge-tags a:hover, .ma-filter-content li.set button.red:hover {
  color: #ffffff;
}
.hb-btn.red:hover a, .ho-ge-tags a:hover a, .ma-filter-content li.set button.red:hover a {
  color: #ffffff !important;
}
.hb-btn.red.active, .ho-ge-tags a.active, .ma-filter-content li.set button.red.active {
  color: #ffffff;
}
.hb-btn.bg-red, .ho-ge-tags a.bg-red, .ma-filter-content li.set button.bg-red {
  background: var(--aware-main);
  border-color: var(--aware-main);
  color: #ffffff;
}
.hb-btn.print, .ho-ge-tags a.print, .ma-filter-content li.set button.print {
  color: #6d9f00;
  border-color: #b3b3b3;
}
.hb-btn.print:hover, .ho-ge-tags a.print:hover, .ma-filter-content li.set button.print:hover {
  background: #6d9f00;
  color: #ffffff;
  border-color: #6d9f00;
}
@media (max-width: 640px) {
  .hb-btn, .ho-ge-tags a, .ma-filter-content li.set button {
    min-width: 130px;
    padding: 7px 10px;
  }
}

.bp-dd-btn .close {
  display: none;
}
.bp-dd-btn.active .close {
  display: block;
}
.bp-dd-btn.active .open {
  display: none;
}

.ab-btn {
  padding: 25px;
  background: var(--aware-main);
  color: #ffffff;
  font-weight: 500;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.ab-btn:hover {
  background: var(--aware-main);
}
.ab-btn > * {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.ab-btn > *:first-child {
  padding-left: 0;
}
.ab-btn > *:last-child {
  padding-right: 0;
}
.ab-btn > * h1 {
  padding-bottom: 10px;
  font-size: 32px;
  font-family: "FuturaStd";
  font-weight: 900;
}
.ab-btn > * p {
  text-transform: uppercase;
}
.ab-btn > * p .fa {
  font-size: 18px;
  margin: 0 5px;
}
@media (max-width: 1280px) {
  .ab-btn h1 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .ab-btn h1 {
    font-size: 25px;
  }
}
@media (max-width: 810px) {
  .ab-btn h1 {
    font-size: 20px;
  }
}
@media (max-width: 810px) {
  .ab-btn {
    padding: 15px;
  }
  .ab-btn h1 {
    font-size: 16px;
  }
}

.flexslider ul.slides li .anim-content > * {
  opacity: 0;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
}
.flexslider ul.slides li .hb-banner {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s 0.3s ease;
  -moz-transition: all 1s 0.3s ease;
  -ms-transition: all 1s 0.3s ease;
  -o-transition: all 1s 0.3s ease;
  transition: all 1s 0.3s ease;
}
.flexslider ul.slides li.flex-active-slide .anim-content > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.flexslider ul.slides li.flex-active-slide .hb-banner {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.nav1 .flex-direction-nav a {
  opacity: 1;
  width: auto;
  height: auto;
  margin-top: -26px;
}
.nav1 .flex-direction-nav a:before {
  content: '';
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 55px;
  height: 52px;
  font-family: "FontAwesome";
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #ffffff;
  line-height: 1.0;
  text-align: center;
}
.nav1 .flex-direction-nav a.flex-prev:before {
  left: -2px;
  content: '\f104';
}
.nav1 .flex-direction-nav a.flex-next:before {
  right: -2px;
  content: '\f105';
}
.nav1 .flex-direction-nav a:hover:before {
  background: var(--aware-main);
}
.nav1.flexslider:hover .flex-direction-nav a.flex-prev {
  left: 28px;
}
.nav1.flexslider:hover .flex-direction-nav a.flex-next {
  right: 28px;
}

.nav2 .owl-nav div {
  opacity: 0;
  position: absolute;
  top: 10%;
  padding: 2px;
  line-height: 1.0;
  border: 2px solid #b3b3b3;
  color: #b3b3b3;
}
.nav2 .owl-nav div:before {
  content: '';
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: "FontAwesome";
  font-size: 30px;
}
.nav2 .owl-nav div.owl-prev {
  left: -40px;
}
.nav2 .owl-nav div.owl-prev:before {
  content: '\f104';
}
.nav2 .owl-nav div.owl-next {
  right: -40px;
}
.nav2 .owl-nav div.owl-next:before {
  content: '\f105';
}
.nav2:hover .owl-nav div {
  opacity: 1;
}
.nav2:hover .owl-nav div.owl-prev {
  left: 15px;
}
.nav2:hover .owl-nav div.owl-next {
  right: 15px;
}
.nav2:hover .owl-nav div:hover {
  color: var(--aware-main);
  border-color: var(--aware-main);
}
@media (max-width: 810px) {
  .nav2 .owl-nav div {
    opacity: 1;
  }
  .nav2 .owl-nav div.owl-prev {
    left: 15px;
  }
  .nav2 .owl-nav div.owl-next {
    right: 15px;
  }
}

.car1 .flex-control-nav {
  bottom: 60px;
}
.car1 .flex-control-paging li a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 4px;
  text-indent: 0;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  background: none;
  line-height: 1.0;
}
.car1 .flex-control-paging li a.flex-active, .car1 .flex-control-paging li a:hover {
  background: var(--aware-main);
  border-color: var(--aware-main);
}

.bp-co-dd .bc-title {
  cursor: pointer;
}
.bp-co-dd .bc-main {
  display: none;
}

.custom-select-wrapper {
  position: relative;
  display: block;
  background: #ffffff;
  line-height: 1.0;
  color: #333333;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.custom-select-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 6px solid gray;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.custom-select-wrapper .custom-select-display {
  display: block;
  min-width: 27px;
  min-height: 40px;
  padding: 15px 15px 11px 15px;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom-select-wrapper .custom-select-display.default {
  color: #b3b3b3;
}
.custom-select-wrapper select {
  display: block;
  padding: 10px;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.custom-select-wrapper:hover:after {
  color: #333333;
}

.home-banner {
  position: relative;
  overflow: hidden;
}
@media (max-width: 810px) {
  .home-banner .flex-direction-nav {
    display: none;
  }
}

.ho-ba-set {
  position: relative;
  min-height: 700px;
}

.ho-ba-capt {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #ffffff;
}
.ho-ba-capt h1 {
  padding: 20px 0;
  font-family: "FuturaStd";
  font-size: 52px;
  font-weight: 600;
  line-height: 1.0;
}
.ho-ba-capt h4 {
  font-family: "Josefin Sans";
  text-transform: uppercase;
  font-size: 17px;
}
@media (max-width: 810px) {
  .ho-ba-capt h1 {
    font-size: 46px;
  }
}
@media (max-width: 640px) {
  .ho-ba-capt h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .ho-ba-capt h1 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .ho-ba-capt h1 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .ma-co-col.mt5 {
    margin-top: 30px;
  }
  .ma-co-col.mb5 {
    margin-bottom: 30px;
  }
  .ma-co-col .auto.pt3 {
    padding-top: 0;
  }
  .ma-co-col .auto.pb3 {
    padding-bottom: 0;
  }
}

.mc-title, .mc-capt h1 {
  font-family: "FuturaStd";
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.0;
}
@media (max-width: 1024px) {
  .mc-title, .mc-capt h1 {
    font-size: 50px;
  }
}
@media (max-width: 810px) {
  .mc-title, .mc-capt h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .mc-title, .mc-capt h1 {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  .mc-title, .mc-capt h1 {
    font-size: 30px;
  }
}

.mc-capt {
  max-width: 1280px;
  margin: 0 auto;
}

.ho-soc-list li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 10px 6%;
}
.ho-soc-list li:nth-child(3n+1) {
  margin-left: 0;
}
.ho-soc-list li:nth-child(3n) {
  margin-right: 0;
}
.ho-soc-list.v2 li {
  width: 30%;
  margin: 15px 1.5%;
}
.ho-soc-list.v2 li:nth-child(3n+1) {
  margin-left: 0;
}
.ho-soc-list.v2 li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .ho-soc-list.v2 li {
    width: 46.5%;
    margin: 15px 1.5% !important;
  }
  .ho-soc-list.v2 li:nth-child(2n+1) {
    margin-left: 0;
  }
  .ho-soc-list.v2 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 950px) {
  .ho-soc-list li {
    width: 31%;
    margin: 10px 1%;
  }
}
@media (max-width: 810px) {
  .ho-soc-list.v2 li {
    display: block;
    width: auto;
    margin: 30px 0 !important;
  }
  .ho-soc-list.v2 li:first-child {
    margin-top: 0 !important;
  }
  .ho-soc-list.v2 li:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 640px) {
  .ho-soc-list li {
    float: none;
    display: block;
    width: auto;
    margin: 35px 0;
  }
  .ho-soc-list li:first-child {
    margin-top: 0;
  }
  .ho-soc-list li:last-child {
    margin-bottom: 0;
  }
}

.ho-soc-set h4 {
  font-size: 22px;
  font-family: "FuturaStd";
  font-weight: 900;
}

.home-get {
  position: relative;
  background: #ededed;
}

.ho-get-col.fl {
  padding-right: 60px;
}
.ho-get-col.fr {
  padding-left: 60px;
}
@media (max-width: 1024px) {
  .ho-get-col {
    display: block;
    float: none !important;
    width: auto !important;
    text-align: center;
  }
  .ho-get-col.fl {
    padding-right: 0;
  }
  .ho-get-col.fr {
    padding-left: 0;
  }
}

.ho-ge-main {
  max-width: 530px;
}
@media (max-width: 1024px) {
  .ho-ge-main {
    min-height: auto !important;
  }
}

.ho-ge-tags {
  display: block;
}
.ho-ge-tags a {
  display: inline-block;
  min-width: 100px;
  margin: 5px;
}
.ho-ge-tags a:first-child {
  margin-left: 0;
}
.ho-ge-tags a:last-child {
  margin-right: 0;
}
.ho-ge-tags.v2 a {
  min-width: 310px;
  margin: 5px 10px;
}
@media (max-width: 1340px) {
  .ho-ge-tags {
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .ho-ge-tags a {
    padding: 5px 10px;
    margin: 3px;
  }
  .ho-ge-tags.v2 a {
    min-width: 100%;
    margin: 5px 0;
  }
}

.ho-ge-list {
  font-weight: 600;
}
.ho-ge-list li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 -2px;
  padding: 15px 10px;
  text-align: right;
}
.ho-ge-list li a {
  color: #333;
}
.ho-ge-list li:nth-child(2n+1) {
  padding-left: 0;
}
.ho-ge-list li:nth-child(2n) {
  padding-right: 0;
}
.ho-ge-list li .bp-img, .ho-ge-list li .he-to-list, .ho-ge-list .he-ma-list1 li.set a > span.icon, .he-ma-list1 .ho-ge-list li.set a > span.icon, .ho-ge-list .he-ma-list li.set a > span.icon, .he-ma-list .ho-ge-list li.set a > span.icon, .ho-ge-list li .ab-btn > *.icon {
  float: right;
  width: 70px;
}
.ho-ge-list li .capt {
  margin: 20px 80px 20px 0;
}
.ho-ge-list li:after {
  content: '';
  display: block;
}
.ho-ge-list.v2 li {
  display: block;
  width: auto;
  margin: 0;
  padding: 15px 0;
  text-align: left;
}
.ho-ge-list.v2 li a {
  color: #333;
}
.ho-ge-list.v2 li > * {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  float: none !important;
}
.ho-ge-list.v2 li .bp-img, .ho-ge-list.v2 li .he-to-list, .ho-ge-list.v2 .he-ma-list1 li.set a > span.icon, .he-ma-list1 .ho-ge-list.v2 li.set a > span.icon, .ho-ge-list.v2 .he-ma-list li.set a > span.icon, .he-ma-list .ho-ge-list.v2 li.set a > span.icon, .ho-ge-list.v2 li .ab-btn > *.icon {
  width: 145px;
}
.ho-ge-list.v2 li .capt {
  margin: 0;
}
@media (max-width: 640px) {
  .ho-ge-list.v2 li .bp-img, .ho-ge-list.v2 li .he-to-list, .ho-ge-list.v2 .he-ma-list1 li.set a > span.icon, .he-ma-list1 .ho-ge-list.v2 li.set a > span.icon, .ho-ge-list.v2 .he-ma-list li.set a > span.icon, .he-ma-list .ho-ge-list.v2 li.set a > span.icon, .ho-ge-list.v2 li .ab-btn > *.icon {
    width: 25%;
  }
  .ho-ge-list.v2 li .capt {
    width: 72%;
    padding-left: 10px;
  }
}
@media (max-width: 400px) {
  .ho-ge-list ul {
    display: inline-block;
  }
  .ho-ge-list li {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 0;
    text-align: left;
  }
  .ho-ge-list li .bp-img, .ho-ge-list li .he-to-list, .ho-ge-list .he-ma-list1 li.set a > span.icon, .he-ma-list1 .ho-ge-list li.set a > span.icon, .ho-ge-list .he-ma-list li.set a > span.icon, .he-ma-list .ho-ge-list li.set a > span.icon, .ho-ge-list li .ab-btn > *.icon {
    float: left;
  }
  .ho-ge-list li .capt {
    margin: 20px 0 20px 80px;
  }
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: #afafaf;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  margin-right: 10px;
}
ul.tabs li.current {
  color: #fff;
  background: var(--aware-main);
}

.tab-content {
  display: none;
  padding: 15px;
}
.tab-content.current {
  display: inherit;
}

.ho-ge-sep {
  position: absolute;
}
.ho-ge-sep.ver {
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: url("../images/page_template/border_sep.png") no-repeat;
  background-size: 100% 100%;
}
.ho-ge-sep.hor {
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: url("../images/page_template/border_sep_horizontal.png") no-repeat;
  background-size: 100% 100%;
}

.ho-get-main .ho-ge-tags {
  max-width: 530px;
}
@media (max-width: 1024px) {
  .ho-get-main .ho-ge-sep {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin: 30px 0;
    background-image: url("../images/page_template/border_sep_horizontal.png");
  }
  .ho-get-main .ho-get-col.fr {
    padding-left: 0;
    margin-top: 60px;
  }
}

.ho-res-img {
  width: 175px;
}
@media (max-width: 480px) {
  .ho-res-img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.ho-res-capt {
  margin-left: 175px;
  padding-left: 15px;
}
.ho-res-capt h4 {
  font-family: "Josefin Sans";
  font-size: 22px;
}
@media (max-width: 480px) {
  .ho-res-capt {
    margin: 10px 0;
    padding-left: 0;
    text-align: center;
  }
}

.home-events {
  position: relative;
  min-height: 200px;
  background: url("../images/home/bg_events.jpg") no-repeat center;
  background-size: cover;
}
.home-events .ho-ev-main .mc-capt {
  text-align: center;
}
@media (max-width: 1764px) {
  .home-events .ho-get-col.fl {
    padding-right: 20px;
  }
  .home-events .ho-get-col.fr {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .home-events {
    padding: 0;
  }
  .home-events .auto {
    padding: 0;
  }
  .home-events .ho-ev-main, .home-events .mc-capt {
    text-align: center;
  }
  .home-events .ho-get-col {
    padding: 50px 15px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .home-events .ho-get-col.fl {
    padding-top: 60px;
    background-image: url("../images/banner/banner_blood_stain.jpg");
  }
  .home-events .ho-get-col.fr {
    padding-bottom: 60px;
    background-image: url("../images/banner/banner_chalkboard.jpg");
  }
}

ol.comment-list {
  margin-top: 70px;
  clear: both;
}
ol.comment-list li {
  display: block;
  margin: 0 0 20px;
  clear: both;
  position: relative;
}
ol.comment-list li footer.comment-meta {
  margin-top: 0px !important;
}

.ho-ev-main.half {
  max-width: 640px;
}

.ho-ev-list li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 10px 0;
  padding-right: 10px;
}
.ho-ev-list li a {
  color: white;
  text-align: center;
}

.ho-ev-date {
  position: relative;
  background: #ffffff;
  color: #333333;
  font-family: "Josefin Sans";
  font-weight: 600;
}

.he-da-capt {
  margin-left: 30px;
  padding: 10px;
}
.he-da-capt p {
  font-size: 16px !important;
}

.he-da-num {
  position: absolute;
  top: 60px;
  left: -25px;
  text-transform: uppercase;
  font-size: 23px;
  font-family: "Poppins";
  line-height: 1.0;
}
.he-da-num small {
  display: block;
  font-size: 16px;
  color: var(--aware-pale);
}
.he-da-num .main {
  display: table-cell;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  background: var(--aware-main);
  color: #ffffff;
}

.ho-ev-slider ul.slides li {
  position: relative;
  padding: 25px 0;
  margin: 0 2px;
  /*overflow: hidden;*/
}
.ho-ev-slider ul.slides li .ho-ev-date {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  margin: 0 2.4% 0 3.4%;
}
.ho-ev-slider ul.slides li:after {
  content: '';
  display: block;
}
.ho-ev-slider .car1 {
  padding-bottom: 20px;
}
.ho-ev-slider .car1 .flex-control-nav {
  bottom: 0;
}
@media (max-width: 640px) {
  .ho-ev-slider ul.slides li .ho-ev-date {
    display: block;
    width: auto;
    margin: 25px 30px;
  }
  .ho-ev-slider ul.slides li .ho-ev-date:first-child {
    margin-top: 0;
  }
  .ho-ev-slider ul.slides li .ho-ev-date:last-child {
    margin-bottom: 0;
  }
  .ho-ev-slider ul.slides li .he-da-capt {
    padding: 15px;
  }
}

.in-co-banner {
  position: relative;
  color: #ffffff;
}
.in-co-banner .auto {
  z-index: 5;
  position: relative;
}

@media (max-width: 950px) {
  .ic-ba-main.pt5 {
    padding-top: 30px;
  }
  .ic-ba-main.pb5 {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .ic-ba-main.pt5 {
    padding-top: 20px;
  }
  .ic-ba-main.pb5 {
    padding-bottom: 20px;
  }
}

.ic-ba-pagination {
  margin: 20px 0;
  font-family: "Josefin Sans";
  text-transform: uppercase;
  font-weight: bold;
}
.ic-ba-pagination > * {
  display: inline-block;
  vertical-align: middle;
}
.ic-ba-pagination > *:after {
  content: '\f105';
  display: inline-block;
  margin: 0 10px;
  font-family: "FontAwesome";
}
.ic-ba-pagination > *:last-child:after {
  display: none;
}
@media (max-width: 640px) {
  .ic-ba-pagination {
    margin: 10px 0;
  }
}
.ic-ba-pagination a {
  color: #fff;
}

.ic-ba-col.fl {
  width: 78%;
}
.ic-ba-col.fr {
  width: 21%;
  text-align: right;
}
@media (max-width: 480px) {
  .ic-ba-col {
    float: none !important;
    display: block;
  }
  .ic-ba-col.fl {
    width: 100%;
  }
  .ic-ba-col.fr {
    width: 100%;
    text-align: left !important;
  }
}

.in-co-par h1, .in-co-par h2, .in-co-par h3, .in-co-par h4, .in-co-par h5, .in-co-par h6 {
  margin: 20px 0 0px;
}
.in-co-par h3 {
  font-size: 28px;
}
.in-co-par h4 {
  font-weight: 600;
}
.in-co-par p a {
  color: var(--aware-main);
  text-decoration: underline;
  font-weight: 600;
}
.in-co-par ol {
  margin-left: 20px;
}
.in-co-par ol li {
  margin: 10px 0;
  list-style: disc;
}
.in-co-par ol li a {
  color: var(--aware-main);
  text-decoration: underline;
  font-weight: 600;
}
.in-co-par ol.short li {
  margin: 5px 0;
}
.in-co-par ul li {
  list-style: disc;
  margin-left: 30px;
}
.in-co-par.default {
  width: 80%;
}
.in-co-par.co-white p a {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .in-co-par.mt4 {
    margin-top: 20px;
  }
  .in-co-par.mb4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 810px) {
  .in-co-par h3 {
    font-size: 26px;
  }
  .in-co-par.default {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .in-co-par h3 {
    font-size: 24px;
  }
  .in-co-par img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .in-co-par h3 {
    font-size: 20px;
  }
  .in-co-par h4 {
    font-size: 14px;
  }
}

.in-ab-tabs .bc-title {
  position: relative;
  margin: 8px 0;
  padding: 10px 50px;
  background: #f0f0f0;
  font-size: 22px;
  font-family: "FuturaStd";
  font-weight: 900;
  text-align: center;
  color: gray;
}
.in-ab-tabs .bc-title .num {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 30px;
  height: 30px;
  padding: 2px;
  background: #cccccc;
  color: #ffffff;
  font-size: 18px;
}
.in-ab-tabs .bc-title:hover, .in-ab-tabs .bc-title.selected {
  background: var(--aware-main);
  color: #ffffff;
}
.in-ab-tabs .bc-title:hover .num, .in-ab-tabs .bc-title.selected .num {
  background: #ffffff;
  color: var(--aware-main);
}
@media (max-width: 760px) {
  .in-ab-tabs .bc-title {
    padding: 10px 50px;
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .in-ab-tabs .ab-title.fl, .in-ab-tabs .ab-bo-col h1.fl, .ab-bo-col .in-ab-tabs h1.fl, .in-ab-tabs .ab-se-set h1.fl, .ab-se-set .in-ab-tabs h1.fl {
    float: none !important;
    margin: 7px 0;
  }
}
@media (max-width: 480px) {
  .in-ab-tabs .bc-title {
    font-size: 16px;
  }
}

.ia-tab-content {
  padding: 25px 35px 30px 35px;
}
@media (max-width: 760px) {
  .ia-tab-content {
    padding: 15px 15px 25px 15px;
  }
}
.ia-tab-content ul {
  margin-left: 30px;
}
.ia-tab-content ul li {
  list-style: disc;
}

.ab-board-content {
  width: 80%;
  margin: 0 auto;
}
.ab-board-content .ab-bo-col {
  margin: 15px 50px;
}
.ab-board-content .ab-bo-col:first-child {
  margin-left: 0;
}
.ab-board-content .ab-bo-col:last-child {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .ab-board-content .ab-bo-col {
    width: 48% !important;
    margin: 15px 1.5%;
  }
  .ab-board-content .ab-bo-col:first-child {
    margin-left: 0;
  }
  .ab-board-content .ab-bo-col:last-child {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .ab-board-content .ab-bo-col {
    width: auto !important;
    margin: 35px 0;
  }
  .ab-board-content .ab-bo-col:first-child {
    margin-top: 0;
  }
  .ab-board-content .ab-bo-col:last-child {
    margin-bottom: 0;
  }
}

.about-banner {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .about-banner {
    padding: 0 !important;
  }
}

.ab-title, .ab-bo-col h1, .ab-se-set h1 {
  font-size: 42px;
  font-family: "FuturaStd";
  font-weight: 900;
}
.ab-title.med, .ab-bo-col h1.med, .ab-se-set h1.med {
  font-size: 38px;
}
@media (max-width: 1024px) {
  .ab-title, .ab-bo-col h1, .ab-se-set h1 {
    font-size: 38px;
  }
  .ab-title.med, .ab-bo-col h1.med, .ab-se-set h1.med {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .ab-title, .ab-bo-col h1, .ab-se-set h1 {
    font-size: 34px;
  }
  .ab-title.med, .ab-bo-col h1.med, .ab-se-set h1.med {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .ab-title, .ab-bo-col h1, .ab-se-set h1 {
    font-size: 30px;
  }
  .ab-title.med, .ab-bo-col h1.med, .ab-se-set h1.med {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .ab-title, .ab-bo-col h1, .ab-se-set h1 {
    font-size: 26px;
  }
}

.ab-bo-col {
  width: 400px;
}
.ab-bo-col.large {
  width: 500px;
}
@media (max-width: 1280px) {
  .ab-bo-col {
    width: 40%;
  }
  .ab-bo-col.large {
    width: 59%;
  }
}
@media (max-width: 640px) {
  .ab-bo-col {
    display: block;
    float: none !important;
    width: auto !important;
  }
}

.ab-bo-list h3, .ab-bo-list h4, .ab-bo-list h5, .ab-bo-list h6 {
  font-weight: 600;
  margin-top: 20px;
}
.ab-bo-list li.set {
  margin: 5px 0;
}
.ab-bo-list li.set:hover .bc-title {
  color: var(--aware-main);
}
.ab-bo-list.v2 li.set {
  margin: 20px 0;
}
.ab-bo-list.v2 li.set:first-child {
  margin-top: 0;
}
.ab-bo-list.v2 li.set:last-child {
  margin-bottom: 0;
}

.ab-li-main {
  position: relative;
  padding: 20px;
  margin: 20px 0 30px 0;
  background: #333333;
  color: #ffffff;
}
.ab-li-main:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 40;
  border-bottom: 11px solid #333333;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.ab-li-main h4 {
  padding: 10px 0;
}

.con-to-list li.set {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  padding-right: 10px;
  margin: 0 1% 70px 0%;
}
.con-to-list li.set:nth-child(3n+1) {
  margin-left: 0;
}
.con-to-list li.set:nth-child(3n) {
  margin-right: 0;
}
.con-to-list li.set:last-child {
  width: auto;
}
.con-to-list li.set.large {
  width: 39%;
}
.con-to-list li.set h4 {
  font-weight: 600;
}
.con-to-list li.set a {
  color: var(--aware-main);
}
.con-to-list li.set a:hover {
  color: var(--aware-main);
  text-decoration: underline;
}
@media (max-width: 950px) {
  .con-to-list li.set {
    width: 48% !important;
  }
}
@media (max-width: 760px) {
  .con-to-list li.set {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .con-to-list li.set {
    display: block;
    width: auto !important;
  }
}

.co-bo-list li.set {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 10px 2.5%;
}
.co-bo-list li.set:first-child {
  margin-left: 0;
}
.co-bo-list li.set:last-child {
  margin-right: 0;
}
@media (max-width: 810px) {
  .co-bo-list li.set {
    width: 29%;
  }
}
@media (max-width: 480px) {
  .co-bo-list li.set {
    width: 47%;
    margin: 10px 2%;
  }
  .co-bo-list li.set:nth-child(2n+1) {
    margin-left: 0;
  }
  .co-bo-list li.set:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .co-bo-list li.set {
    display: block;
    width: auto;
    max-width: 60%;
    margin: 25px auto !important;
  }
  .co-bo-list li.set:first-child {
    margin-top: 0;
  }
  .co-bo-list li.set:last-child {
    margin-bottom: 0;
  }
}

.co-bo-thumb.thumbv2 img {
  min-height: 300px;
}

@media (max-width: 1024px) {
  .co-bo-thumb {
    min-width: auto !important;
    max-width: 100%;
  }

  .co-bo-thumb.thumbv2 img {
    max-width: 250px;
    min-width: 250px;
    max-height: 250px;
    min-height: 250px;
  }
}
@media (max-width: 810px) {
  .co-bo-thumb.thumbv2 img {
    max-width: 200px;
    min-width: 200px;
    max-height: 200px;
    min-height: 200px;
  }
}
@media (max-width: 640px) {
  .co-bo-list li.set {
    width: 100% !important;
    max-width: 100% !important;
  }

  /*.co-bo-thumb.thumbv2 {
  	img { max-width:100px;min-width:100px; max-height:100px; min-height:100px; }
  }*/
}
.co-bo-thumb1 {
  max-width: 300px;
  min-width: 300px;
}

.co-bo-thumb {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  min-width: 300px;
}
.co-bo-thumb img {
  max-width: 300px;
  min-width: 300px;
  max-height: 300px;
}
.co-bo-thumb.v2:after {
  z-index: 3;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/page_template/paper_circle.png") no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 950px) {
  .co-bo-thumb {
    display: inline-block;
    float: none !important;
  }
}

.ab-hi-title {
  font-size: 62px;
  line-height: 1.0;
  font-family: "Josefin Sans";
}
@media (max-width: 1024px) {
  .ab-hi-title {
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .ab-hi-title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .ab-hi-title {
    font-size: 40px;
  }
}

.history-slider {
  max-width: 1130px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.history-slider .owl-carousel {
  width: auto;
  padding: 0 80px;
}
.history-slider #carousel {
  font-family: "Lato";
  font-weight: bold;
}
.history-slider #carousel .owl-stage {
  padding: 10px 0;
}
.history-slider #carousel .owl-item {
  /*&.active {
  	.item {
  		&:after { background: $coRed; }	
  	}
  }*/
}
.history-slider #carousel .owl-item.firstActiveItem .item:after {
  background: var(--aware-main);
}
.history-slider #carousel .owl-item:after {
  z-index: 2;
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background: var(--aware-main);
}
.history-slider #carousel .owl-item .item {
  z-index: 1;
  position: relative;
  padding: 15px 10px;
  border-bottom: 3px solid #333333;
  cursor: pointer;
}
.history-slider #carousel .owl-item .item:before, .history-slider #carousel .owl-item .item:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.history-slider #carousel .owl-item .item:before {
  z-index: 2;
  width: 1px;
  height: 10px;
  background: #333333;
}
.history-slider #carousel .owl-item .item:after {
  z-index: 3;
  bottom: -6px;
  width: 9px;
  height: 9px;
  margin-left: -4px;
  background: #333333;
}
.history-slider #carousel .owl-item.center:after {
  opacity: 1;
}
.history-slider #carousel .owl-item:hover {
  color: var(--aware-main);
}
@media (max-width: 480px) {
  .history-slider .owl-carousel {
    padding: 0;
  }
  .history-slider .owl-carousel .owl-nav {
    display: none;
  }
}

.ab-hi-set ol {
  margin-left: 25px;
}
.ab-hi-set ol li {
  list-style: disc;
  margin: 20px 0;
}

.ab-cr-col .ab-btn.half {
  width: 48.5%;
  margin: 15px 1%;
}
.ab-cr-col .ab-btn.half:first-child {
  margin-left: 0;
}
.ab-cr-col .ab-btn.half:last-child {
  margin-right: 0;
}
@media (max-width: 810px) {
  .ab-cr-col.pb2 {
    padding-bottom: 0;
  }
}
@media (max-width: 760px) {
  .ab-cr-col .ab-btn {
    display: block;
  }
  .ab-cr-col .ab-btn.half {
    width: auto;
    margin: 15px 0;
  }
}

.ab-cr-list li {
  display: inline-block;
  vertical-align: top;
}
.ab-cr-list.col7 li {
  width: 12.5%;
  margin: 10px 0.5%;
}
.ab-cr-list.col7 li:first-child, .ab-cr-list.col7 li:nth-child(7n+1) {
  margin-left: 0;
}
.ab-cr-list.col7 li:last-child, .ab-cr-list.col7 li:nth-child(7n) {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .ab-cr-list.col7 li {
    width: 18.5%;
    margin: 10px 0.5% !important;
  }
  .ab-cr-list.col7 li:nth-child(5n+1) {
    margin-left: 0 !important;
  }
  .ab-cr-list.col7 li:nth-child(5n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 760px) {
  .ab-cr-list.col7 li {
    width: 23.5%;
    margin: 10px 0.5% !important;
  }
  .ab-cr-list.col7 li:nth-child(5n+1) {
    margin-left: 0.5% !important;
  }
  .ab-cr-list.col7 li:nth-child(5n) {
    margin-right: 0.5% !important;
  }
  .ab-cr-list.col7 li:nth-child(4n+1) {
    margin-left: 0 !important;
  }
  .ab-cr-list.col7 li:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 480px) {
  .ab-cr-list.col7 li {
    width: 31.7%;
    margin: 5px 0.5% !important;
  }
  .ab-cr-list.col7 li:nth-child(4n+1) {
    margin-left: 0.5% !important;
  }
  .ab-cr-list.col7 li:nth-child(4n) {
    margin-right: 0.5% !important;
  }
  .ab-cr-list.col7 li:nath-child(3n+1) {
    margin-left: 0 !important;
  }
  .ab-cr-list.col7 li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 400px) {
  .ab-cr-list.col7 li {
    width: 48.5%;
    margin: 5px 0.5% !important;
  }
  .ab-cr-list.col7 li:nth-child(3n+1) {
    margin-left: 0.5% !important;
  }
  .ab-cr-list.col7 li:nth-child(3n) {
    margin-right: 0.5% !important;
  }
  .ab-cr-list.col7 li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .ab-cr-list.col7 li:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.ab-tag {
  display: block;
  padding: 20px;
  color: #ffffff;
  background: var(--aware-pale);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
}
.ab-tag.bp-set {
  display: inline-block;
}
.ab-tag h4 {
  opacity: 0.7;
  padding-bottom: 5px;
  font-family: "FuturaStd";
  font-weight: 900;
}
.ab-tag:hover {
  background: var(--aware-main);
}
.ab-tag.gray {
  background: #bfbfbf;
}
.ab-tag.gray:hover {
  background: var(--aware-main);
}

.searchandfilter h4 {
  display: block;
  max-width: 120px;
  margin: 10px 0;
  padding-right: 10px;
}
.searchandfilter select {
  display: block;
  padding: 10px;
  -webkit-appearance: none;
  z-index: 1;
  cursor: pointer;
  border-radius: 30px;
  background: white;
  border: 1px solid #ccc;
  color: #bbb;
}

.ab-se-list > ul > li.set {
  display: inline-block;
  vertical-align: top;
}
.ab-se-list.col3 > ul > li.set {
  width: 31.5%;
  margin: 40px 1%;
}
.ab-se-list.col3 > ul > li.set:nth-child(3n+1) {
  margin-left: 0;
}
.ab-se-list.col3 > ul > li.set:nth-child(3n) {
  margin-right: 0;
}
.ab-se-list.col3 > ul > li.set:last-child {
  width: auto;
}
@media (max-width: 760px) {
  .ab-se-list.col3 > ul > li.set {
    width: 48.5%;
    margin: 30px 1%;
  }
  .ab-se-list.col3 > ul > li.set:nth-child(3n+1) {
    margin-left: 1%;
  }
  .ab-se-list.col3 > ul > li.set:nth-child(3n) {
    margin-right: 1%;
  }
  .ab-se-list.col3 > ul > li.set:nth-child(2n+1) {
    margin-left: 0;
  }
  .ab-se-list.col3 > ul > li.set:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .ab-se-list.col3 > ul > li.set {
    display: block;
    width: auto;
    margin: 25px 0 !important;
  }
}

.ab-se-set h2 {
  font-size: 42px;
  font-family: "FuturaStd";
  font-weight: 900;
}
@media (max-width: 400px) {
  .ab-se-set {
    text-align: center;
  }
}

/*.ab-co-list { 
	li.set { display: inline-block; vertical-align: top; @extend .bp-box; 
		a {
			color:#333;
		}
	}
	&.col2 {
		li.set { width: 47%; margin: 15px 2.5%;
			&:nth-child(2n+1) { margin-left: 0; }
			&:nth-child(2n) { margin-right: 0; }
		}
	}
	@include breakpoint(tablet) {
		li.set {
			clear:both;
			float: none;
			.ab-co-col.capt {
				padding:3% 0;
			}
		}
	}
	@include breakpoint(mobile) { 
		&.col2 {
			li.set { display:block !important; text-align:center; }
		}
	}
	/*@include breakpoint(laptop) {
		&.col2 {
			li.set { display: flex; width: auto; margin: 35px 0;
				&:first-child { margin-top: 0; }
				&:last-child { margin-bottom: 0; }
			}
		}
	}
}*/
.ab-co-list li.set {
  display: inline-block;
  vertical-align: top;
}
.ab-co-list.col2 li.set {
  width: 47%;
  margin: 15px 2.5%;
}
.ab-co-list.col2 li.set:nth-child(2n+1) {
  margin-left: 0;
}
.ab-co-list.col2 li.set:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 950px) {
  .ab-co-list.col2 li.set {
    display: block;
    width: auto;
    margin: 35px 0;
  }
  .ab-co-list.col2 li.set:first-child {
    margin-top: 0;
  }
  .ab-co-list.col2 li.set:last-child {
    margin-bottom: 0;
  }
}

.ab-co-img {
  max-height: 200px;
  max-width: 200px;
  position: relative;
  overflow: hidden;
  background: var(--aware-main);
}
.ab-co-img.donate {
  background: transparent !important;
}
.ab-co-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 640px) {
  .ab-co-img {
    max-width: 130px;
    max-height: 130px;
  }
}
@media (max-width: 400px) {
  .ab-co-img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.ab-co-col.capt {
  margin-left: 185px;
}
.ab-co-col.capt.v2 {
  margin-left: 350px;
}
.ab-co-col.capt.v3 {
  margin-left: 500px;
}
.ab-co-col .ne-date {
  padding-top: 0;
}
@media (max-width: 950px) {
  .ab-co-col {
    text-align: left;
  }
  .ab-co-col.capt.v2 {
    margin: 25px 0;
  }
}
@media (max-width: 640px) {
  .ab-co-col.capt {
    margin-left: 145px;
  }
}
@media (max-width: 400px) {
  .ab-co-col {
    margin-left: 0 !important;
    margin-top: 15px;
    text-align: center;
  }
  .ab-co-col.in-co-par ol, .ab-co-col.in-co-par ul {
    display: inline-block;
    text-align: left;
  }
}

.ab-co-bg {
  background: url("../images/page_template/bg_blood_stain.jpg") no-repeat center;
  background-size: cover;
}

.ab-co-capt.fl {
  padding-right: 25px;
}
.ab-co-capt.fr {
  padding-left: 25px;
}
@media (max-width: 640px) {
  .ab-co-capt {
    display: block;
    float: none !important;
    width: auto;
  }
  .ab-co-capt.fl {
    padding-right: 0;
  }
  .ab-co-capt.fr {
    padding-left: 0;
  }
  .ab-co-capt.half {
    width: auto;
  }
}

.ne-co-col.short {
  width: 280px;
}
.ne-co-col.large {
  position: relative;
  margin-right: 297px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ne-co-col.large {
    margin-right: 297px;
    margin-left: 15px;
  }
}
@media (max-width: 950px) {
  .ne-co-col {
    display: block;
    float: none !important;
    width: auto;
    padding: 0 !important;
    margin: 20px 0;
  }
  .ne-co-col:first-child {
    margin-top: 0;
  }
  .ne-co-col:last-child {
    margin-bottom: 0;
  }
  .ne-co-col.short {
    width: auto;
  }
  .ne-co-col.large {
    margin-right: 0;
    margin-left: 0;
  }
}

.nc-box-content {
  position: relative;
  min-height: 200px;
  padding: 30px 27px;
  background: #f0f0f0;
}

.nc-bo-list li.set {
  margin: 25px 0;
}
.nc-bo-list li.set:first-child {
  margin-top: 0;
}
.nc-bo-list li.set:last-child {
  margin-bottom: 0;
}
.nc-bo-list li.set h4 {
  font-size: 22px;
  font-family: "Josefin Sans";
}

.nc-bo-links li {
  margin: 5px 0;
}
.nc-bo-links li a {
  display: block;
  color: gray;
}
.nc-bo-links li a:hover {
  color: var(--aware-main);
}

.ne-co-list li.set {
  display: inline-block;
  vertical-align: top;
}
.ne-co-list.col3 li.set {
  /*width: 32%; margin: 0 1.5% 20px 0;*/
  width: 31%;
  margin: 0 3% 30px 0;
}
.ne-co-list.col3 li.set:nth-child(3n+1) {
  margin-left: 0;
}
.ne-co-list.col3 li.set:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .ne-co-list.col3 li.set {
    width: 30.8%;
  }
}
@media (max-width: 640px) {
  .ne-co-list.col3 li.set {
    width: 48.5%;
    margin: 0 1.5% 20px 0;
  }
  .ne-co-list.col3 li.set:nth-child(3n) {
    margin-right: 1.5%;
  }
  .ne-co-list.col3 li.set:nth-child(2n+1) {
    margin-left: 0;
  }
  .ne-co-list.col3 li.set:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .ne-co-list.col3 li.set {
    display: block;
    width: auto;
    margin: 20px 0 !important;
  }
  .ne-co-list.col3 li.set:first-child {
    margin-top: 0 !important;
  }
  .ne-co-list.col3 li.set:last-child {
    margin-bottom: 0 !important;
  }
}

.nc-tag, .ne-co-img .tag {
  z-index: 4;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 20px;
  padding: 3px;
  background: #848484;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 2px 2px 0 2px;
  -moz-border-radius: 2px 2px 0 2px;
  -ms-border-radius: 2px 2px 0 2px;
  border-radius: 2px 2px 0 2px;
}
.nc-tag:after, .ne-co-img .tag:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  border-top: 5px solid #848484;
  border-right: 5px solid transparent;
}

.ne-co-img {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.ne-co-img img {
  z-index: 2;
  min-height: 200px;
  width: auto;
  object-fit: cover;
}
.ne-co-img .tag {
  margin: 12px;
}

.ne-co-capt {
  font-family: "Poppins";
  font-size: 14px;
}
.ne-co-capt a {
  color: #333333;
}
.ne-co-capt h4 {
  padding: 5px 0;
  font-family: "Josefin Sans";
  color: var(--aware-intense);
}
@media (max-width: 1280px) {
  .ne-co-capt h4 {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .ne-co-capt h4 {
    font-size: 18px;
  }
}

.ne-date {
  color: #666666;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600px;
}
.ne-date a {
  color: #666666;
}
.ne-date a:hover {
  color: var(--aware-main);
}

@media (max-width: 480px) {
  .nc-ctrl {
    text-align: center;
  }
  .nc-ctrl:first-child {
    margin-bottom: 10px;
  }
}

.nc-pagination {
  font-weight: 500;
}
.nc-pagination li {
  display: inline-block;
  vertical-align: middle;
}
.nc-pagination li a {
  display: table-cell;
  vertical-align: middle;
  width: 28px;
  height: 29px;
  padding: 2px;
  border: 1px solid #b3b3b3;
  text-align: center;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.nc-pagination li .fa {
  font-size: 20px;
  line-height: 1.0;
}
.nc-pagination li.sub a {
  border-color: transparent !important;
  cursor: default;
  background: none !important;
  color: #333333 !important;
}
.nc-pagination li.active a, .nc-pagination li:hover a {
  background: var(--aware-main);
  border-color: var(--aware-main);
  color: #ffffff;
}

.nc-label {
  margin: 5px 0;
}

.nc-col.banner {
  width: 520px;
  margin: 0 auto;
}
.nc-col.capt {
  margin-left: 520px;
  padding: 10px 10px 10px 30px;
}
@media (max-width: 1280px) {
  .nc-col {
    display: block;
    float: none !important;
    width: auto;
  }
  .nc-col.banner {
    width: auto;
    padding: 0;
  }
  .nc-col.capt {
    margin-left: 0;
    padding: 10px 0;
  }
}

.nc-top {
  line-height: 2.0;
}
.nc-top span {
  color: #999999;
}
@media (max-width: 1280px) {
  .nc-top {
    margin: 15px 0;
  }
}

article {
  margin-bottom: 20px;
}

.re-ad-set h3 {
  font-size: 28px;
  font-family: "FuturaStd";
}

.re-ad-col.banner {
  width: 150px;
}
.re-ad-col.capt {
  margin-left: 180px;
}
.re-ad-col h4 {
  padding-bottom: 5px;
  font-size: 22px;
  font-family: "Josefin Sans";
}
@media (max-width: 950px) {
  .re-ad-col.capt {
    margin-left: 165px;
  }
}
@media (max-width: 480px) {
  .re-ad-col.capt {
    margin-left: 0;
  }
}

@media (max-width: 950px) {
  .re-ca-main {
    text-align: center;
  }
}

.ia-wh-col {
  margin: 0 3%;
}
.ia-wh-col.short {
  width: 36%;
  margin-left: 0;
}
.ia-wh-col.large {
  width: 57%;
  margin-right: 0;
}
@media (max-width: 810px) {
  .ia-wh-col {
    display: block;
    float: none !important;
    width: auto;
    text-align: center;
  }
  .ia-wh-col.short, .ia-wh-col.large {
    width: auto;
    margin-bottom: 20px;
  }
  .ia-wh-col.large {
    text-align: left;
  }
}

.ma-filter-content h4 {
  font-family: "Josefin Sans";
  font-size: 22px;
}
.ma-filter-content li.set {
  display: inline-block;
  vertical-align: top;
  width: 31.2%;
  margin: 10px 1%;
}
.ma-filter-content li.set:after {
  content: '';
  display: block;
}
.ma-filter-content li.set:first-child {
  margin-left: 0;
}
.ma-filter-content li.set:last-child {
  margin-right: 0;
}
.ma-filter-content li.set.short {
  width: 14%;
}
.ma-filter-content li.set.large {
  width: 50%;
}
.ma-filter-content li.set label.title {
  display: block;
  max-width: 120px;
  margin: 10px 0;
  padding-right: 10px;
}
.ma-filter-content li.set .field.half {
  margin-left: 120px;
}
.ma-filter-content li.set button {
  display: block;
  width: 100%;
}
.ma-filter-content li.set button:hover, .ma-filter-content li.set button:active {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--aware-main);
}
@media (max-width: 1280px) {
  .ma-filter-content li.set.short {
    width: 16%;
  }
  .ma-filter-content li.set.large {
    width: 47%;
  }
}
@media (max-width: 810px) {
  .ma-filter-content li.set {
    display: block;
    width: auto !important;
    margin: 15px 0;
  }
  .ma-filter-content li.set:last-child {
    margin-bottom: 0;
  }
  .ma-filter-content li.set .field {
    margin-left: 120px;
  }
  .ma-filter-content li.set button {
    width: auto;
  }
}
@media (max-width: 400px) {
  .ma-filter-content li.set label.title {
    float: none !important;
    max-width: 100%;
  }
  .ma-filter-content li.set .field, .ma-filter-content li.set .field.half {
    margin-left: 0;
  }
}

.ma-testi-list li.set {
  display: inline-block;
  vertical-align: top;
  width: 48.6%;
  margin: 35px 1%;
}
.ma-testi-list li.set:nth-child(2n+1) {
  margin-left: 0;
}
.ma-testi-list li.set:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 810px) {
  .ma-testi-list li.set {
    display: block;
    width: auto;
    margin: 30px 0;
  }
}

.mt-title, .ma-te-set h3 {
  font-size: 30px;
  font-family: "Josefin Sans";
  line-height: 1.0;
}
@media (max-width: 1024px) {
  .mt-title, .ma-te-set h3 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .mt-title, .ma-te-set h3 {
    font-size: 24px;
  }
}

.ma-te-box {
  padding: 20px 30px;
  background: #f2f2f2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 640px) {
  .ma-te-box {
    padding: 20px;
  }
}

.ma-te-top {
  padding: 15px 40px;
  border-bottom: 1px solid #b3b3b3;
}
@media (max-width: 640px) {
  .ma-te-top {
    padding: 15px 40px 15px 15px;
  }
}

.ma-te-main {
  padding: 20px 40px;
}
@media (max-width: 640px) {
  .ma-te-main {
    padding: 15px;
  }
}

.popup-content {
  max-width: 1250px;
  max-height: 500px;
  overflow-y: scroll;
}

.ma-wh-list li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 15px 1%;
}
.ma-wh-list li:nth-child(3n+1) {
  margin-left: 0;
}
.ma-wh-list li:nth-child(3n) {
  margin-right: 0;
}
.ma-wh-list li h5 {
  font-weight: 600;
  color: #666666;
}
@media (max-width: 480px) {
  .ma-wh-list li {
    width: 48%;
  }
  .ma-wh-list li:nth-child(3n+1) {
    margin-left: 1%;
  }
  .ma-wh-list li:nth-child(3n) {
    margin-right: 1%;
  }
  .ma-wh-list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .ma-wh-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.testi .ma-te-main {
  overflow: scroll;
  max-height: 400px;
}

.page-template-publications-articles .re-ad-col.capt a {
  color: #333;
}
.page-template-publications-articles .nc-ctrl {
  width: 300px;
  background: var(--aware-main);
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  border-radius: 5px;
  font-family: "FuturaStd";
  text-transform: uppercase;
}
.page-template-publications-articles .nc-ctrl a {
  color: white !important;
}

/*COMMENTS SECTION*/
ol.comment-list {
  margin-left: 0px !important;
}

.thread-odd, .thread-even {
  padding: 20px;
  margin-bottom: 20px;
}

.thread-odd {
  background: #fafafa;
}

.home-banner .overlay {
  background: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*commentform*/
.comment-respond {
  margin: 30px 20px 0;
  border-top: 1px solid;
}
.comment-respond label {
  display: block;
}
.comment-respond input {
  border: 1px solid #999;
  width: 425px;
}
.comment-respond span.required {
  color: var(--aware-main);
}
.comment-respond .comment-respond .form-submit input {
  border: 0px;
  background: var(--aware-main);
  color: white;
  font-family: "futurastd";
  font-size: 20px;
  padding: 10px;
  border-radius: 5px;
}

.active {
  display: block;
}


@media (max-width: 950px) {
  .hb-paper.top.darkgray {
  display:none;
    }
 
 .hb-paper.top.darkgray {
  margin-top: -4px;
  border-top: 1px solid #aaa;
}

    .home-content{margin-top: -10px}
    #main-wrapper h1:first-of-type {
    margin-top: 5px;
     }
     .header-content {}
}



@media (max-width: 750px) {
    #main-wrapper {
        padding-top: 10px;
        border-top: 2px solid #000;
    }
}
