/*! [PROJECT_NAME] | January 2015 | Suitmedia */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html,
button,
input,
select,
textarea {
  color: #040404;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

address {
  font-style: normal;
}

table {
  width: 100%;
}

.browsehappy {
  background: #FFD17D;
  border-bottom: solid 1px #FFCC6F;
  color: #222;
  font-size: .8em;
  margin: 0 0 .2em;
  padding: .4em 0;
  text-align: center;
}

::-moz-selection {
  background: #d0d0d0;
  color: #040404;
  text-shadow: none;
}

::selection {
  background: #d0d0d0;
  color: #040404;
  text-shadow: none;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-nostyle, .slick-dots, .list-thumb, .post-list, .member-nav ul, .usr-nav-list ul, .main-nav ul, .breadcrumbs ol, .group-list, .socmed-nav, .side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden,
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus,
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after, .table--responsive:after, .list-thumb__item:after, .item:after, .custom-input-file:after, .cols:after, .post-list__item:after, .main-nav ul:after, .breadcrumbs ol:after, .custom-checbox--btn:after,
.cf:after {
  display: table;
  clear: both;
  content: '';
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.list-inline > li {
  display: inline-block;
}

.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.absolute-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.text-brand {
  color: #7bbc46 !important;
  -webkit-text-fill-color: #7bbc46 !important;
}

.bg-brand {
  background-color: #7bbc46 !important;
}

.bg-disc-brand {
  background-color: #cbe5b6 !important;
}

.text-yellow {
  color: #f1b310 !important;
  -webkit-text-fill-color: #f1b310 !important;
}

.bg-yellow {
  background-color: #f1b310 !important;
}

.bg-disc-yellow {
  background-color: #f9e1a1 !important;
}

.text-deep-yellow {
  color: #ff9900 !important;
  -webkit-text-fill-color: #ff9900 !important;
}

.bg-deep-yellow {
  background-color: #ff9900 !important;
}

.bg-disc-deep-yellow {
  background-color: #ffd699 !important;
}

.text-red {
  color: #EE1B21 !important;
  -webkit-text-fill-color: #EE1B21 !important;
}

.bg-red {
  background-color: #EE1B21 !important;
}

.bg-disc-red {
  background-color: #f9a9ac !important;
}

.text-dark-red {
  color: #BB141A !important;
  -webkit-text-fill-color: #BB141A !important;
}

.bg-dark-red {
  background-color: #BB141A !important;
}

.bg-disc-dark-red {
  background-color: #f1777c !important;
}

.text-white {
  color: #FFF !important;
  -webkit-text-fill-color: #FFF !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-disc-white {
  background-color: white !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            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) ")";
  }
  .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;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

h1,
.h1 {
  font-size: 2.36859em;
  line-height: 0.94993em;
  margin: 0 0 0.63329em 0;
}

h2,
.h2 {
  font-size: 1.77689em;
  line-height: 1.26626em;
  margin: 0 0 0.84417em 0;
}

h3,
.h3 {
  font-size: 1.333em;
  line-height: 1.12528em;
  margin: 0 0 1.12528em 0;
}

h4,
.h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}

h5,
.h5 {
  font-size: 0.75019em;
  line-height: 1.9995em;
  margin: 0 0 1.9995em 0;
}

h6,
.h6 {
  font-size: 0.56278em;
  line-height: 2.66533em;
  margin: 0 0 2.66533em 0;
}

p,
ul,
ol,
hr,
table {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}

/*--------------------------------*\

    Responsive Table
    structure:
 
    table
    -thead
    --tr
    ---th
    -tbody
    --tr
    ---td

    Available modifier:
    * table--responsive
    * table--zebra
    * table--compact

\*--------------------------------*/
/*table*/
.table {
  text-align: left;
  background: white;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 32px #70707029;
          box-shadow: 0px 0px 32px #70707029;
  border-radius: 30px;
}

.table thead {
  background: #BB141A;
  color: #FFF;
}

.table thead tr {
  border-top: solid 1px #d0d0d0;
}

.table tr {
  border-bottom: solid 1px #d0d0d0;
}

.table th,
.table td {
  padding: 1em;
  border-right: solid 1px #d0d0d0;
}

.table th:first-child,
.table td:first-child {
  border-left: solid 1px #d0d0d0;
}

.table--responsive {
  position: relative;
  display: block;
}

@media screen and (min-width: 48em) {
  .table--responsive {
    display: table;
  }
}

.table--responsive thead {
  display: block;
  float: left;
  border-left: solid 1px #d0d0d0;
}

@media screen and (min-width: 48em) {
  .table--responsive thead {
    float: none;
    display: table-header-group;
    border-left: none;
  }
}

.table--responsive thead tr {
  display: block;
}

@media screen and (min-width: 48em) {
  .table--responsive thead tr {
    display: table-row;
  }
}

.table--responsive tbody {
  position: relative;
  display: block;
  width: auto;
  overflow-x: auto;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .table--responsive tbody {
    display: table-row-group;
    white-space: normal;
  }
}

.table--responsive tbody tr {
  display: inline-block;
  border-top: solid 1px #d0d0d0;
  margin-left: -4px;
}

@media screen and (min-width: 48em) {
  .table--responsive tbody tr {
    display: table-row;
    border-top: none;
  }
}

.table--responsive th,
.table--responsive td {
  display: block;
}

.table--responsive th:first-child,
.table--responsive td:first-child {
  border-left: none;
}

@media screen and (min-width: 48em) {
  .table--responsive th:first-child,
  .table--responsive td:first-child {
    border-left: solid 1px #d0d0d0;
  }
}

@media screen and (min-width: 48em) {
  .table--responsive th,
  .table--responsive td {
    display: table-cell;
  }
}

.table--responsive th + th,
.table--responsive td + td {
  border-top: solid 1px #d0d0d0;
}

@media screen and (min-width: 48em) {
  .table--responsive th + th,
  .table--responsive td + td {
    border-top: none;
  }
}

.table--zebra tbody tr:nth-child(2n) {
  background: #efefef;
}

.table--compact th,
.table--compact td {
  padding: 0.2em 0.4em;
}

.btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  border: 0;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #373737;
  background: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn:focus {
  outline: none;
}

.btn[disabled] {
  cursor: not-allowed;
}

.btn--block {
  width: 100%;
}

.btn-ghost {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
}

.btn-ghost:hover, .btn-ghost:focus {
  background: rgba(4, 4, 4, 0.075);
  color: #FFF;
}

.btn-ghost-icon {
  padding: 0.5em;
  background: none;
  border: 1px solid #b7b7b7;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-ghost-icon span {
  display: inline-block;
  vertical-align: middle;
}

.btn-ghost-icon .icon--big {
  font-size: 21px;
  margin: 0 0.3em;
}

.btn-ghost--red {
  color: #EE1B21;
}

.btn-ghost--red:hover {
  background: #fcd9da;
  color: #c70f14;
}

.btn-ghost--green {
  color: #7bbc46;
}

.btn-ghost--green:hover {
  background: #e6f2dc;
  color: #639837;
}

.btn--plain {
  border: none;
  background: none;
  padding: 0;
}

.btn--plain:focus {
  border: none;
  outline: none;
}

.btn--green {
  color: #fff;
  background: #7bbc46;
  border: 1px solid #7bbc46;
}

.btn--green:hover {
  background: #5e9034;
  border-color: #5e9034;
  color: #FFFFFF;
}

.btn--green:active {
  background: #324d1c;
  border-color: #324d1c;
  color: rgba(255, 255, 255, 0.5);
}

.btn--yellow {
  color: #fff;
  background: #ff9900;
  border: 1px solid #ff9900;
}

.btn--yellow:hover {
  background: #c27400;
  border-color: #c27400;
  color: #FFFFFF;
}

.btn--yellow:active {
  background: #663d00;
  border-color: #663d00;
  color: rgba(255, 255, 255, 0.5);
}

.btn--red {
  color: #fff;
  background: #EE1B21;
  border: 1px solid #EE1B21;
}

.btn--red:hover {
  background: #be0e13;
  border-color: #be0e13;
  color: #FFFFFF;
}

.btn--red:active {
  background: #68080b;
  border-color: #68080b;
  color: rgba(255, 255, 255, 0.5);
}

.btn--black {
  color: #fff;
  background: #373737;
  border: 1px solid #373737;
}

.btn--black:hover {
  background: #181818;
  border-color: #181818;
  color: #FFFFFF;
}

.btn--black:active {
  background: black;
  border-color: black;
  color: rgba(255, 255, 255, 0.5);
}

.btn--white {
  color: #fff;
  background: #FFF;
  border: 1px solid #FFF;
  border-color: #EE1B21;
  color: #EE1B21;
}

.btn--white:hover {
  background: #e0e0e0;
  border-color: #e0e0e0;
  color: #FFFFFF;
}

.btn--white:active {
  background: #b3b3b3;
  border-color: #b3b3b3;
  color: rgba(255, 255, 255, 0.5);
}

.btn--white span, .btn--white i {
  color: #EE1B21;
}

.btn--white:hover {
  background: #EE1B21;
  border-color: #EE1B21;
  color: white;
}

.btn--white:hover span, .btn--white:hover i {
  color: white !important;
}

.btn--brand {
  color: #fff;
  background: transparent;
  border: 1px solid transparent;
  border-color: #EE1B21;
  padding: 12px 26px;
  color: #EE1B21;
}

.btn--brand:hover {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}

.btn--brand:active {
  background: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.5);
}

.btn--brand:hover {
  background: #EE1B21;
  border-color: #EE1B21;
  color: white;
}

.grid:after {
  display: table;
  clear: both;
  content: '';
}

.grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 40em) {
  .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.grid--no-gutter {
  margin-left: 0;
}

.grid--no-gutter > .grid__col {
  padding-left: 0;
}

.grid__col {
  float: left;
  width: 100%;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 40em) {
  .grid__col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.grid__col--s1 {
  width: 8.33333%;
}

.grid__col--off-s1 {
  margin-left: 8.33333%;
}

.grid__col--s2 {
  width: 16.66667%;
}

.grid__col--off-s2 {
  margin-left: 16.66667%;
}

.grid__col--s3 {
  width: 25%;
}

.grid__col--off-s3 {
  margin-left: 25%;
}

.grid__col--s4 {
  width: 33.33333%;
}

.grid__col--off-s4 {
  margin-left: 33.33333%;
}

.grid__col--s5 {
  width: 41.66667%;
}

.grid__col--off-s5 {
  margin-left: 41.66667%;
}

.grid__col--s6 {
  width: 50%;
}

.grid__col--off-s6 {
  margin-left: 50%;
}

.grid__col--s7 {
  width: 58.33333%;
}

.grid__col--off-s7 {
  margin-left: 58.33333%;
}

.grid__col--s8 {
  width: 66.66667%;
}

.grid__col--off-s8 {
  margin-left: 66.66667%;
}

.grid__col--s9 {
  width: 75%;
}

.grid__col--off-s9 {
  margin-left: 75%;
}

.grid__col--s10 {
  width: 83.33333%;
}

.grid__col--off-s10 {
  margin-left: 83.33333%;
}

.grid__col--s11 {
  width: 91.66667%;
}

.grid__col--off-s11 {
  margin-left: 91.66667%;
}

.grid__col--s12 {
  width: 100%;
}

.grid__col--off-s12 {
  margin-left: 100%;
}

@media screen and (min-width: 40em) {
  [class*="grid__col--m"] {
    margin-left: 0;
  }
  .grid__col--m1 {
    width: 8.33333%;
  }
  .grid__col--off-m1 {
    margin-left: 8.33333%;
  }
  .grid__col--m2 {
    width: 16.66667%;
  }
  .grid__col--off-m2 {
    margin-left: 16.66667%;
  }
  .grid__col--m3 {
    width: 25%;
  }
  .grid__col--off-m3 {
    margin-left: 25%;
  }
  .grid__col--m4 {
    width: 33.33333%;
  }
  .grid__col--off-m4 {
    margin-left: 33.33333%;
  }
  .grid__col--m5 {
    width: 41.66667%;
  }
  .grid__col--off-m5 {
    margin-left: 41.66667%;
  }
  .grid__col--m6 {
    width: 50%;
  }
  .grid__col--off-m6 {
    margin-left: 50%;
  }
  .grid__col--m7 {
    width: 58.33333%;
  }
  .grid__col--off-m7 {
    margin-left: 58.33333%;
  }
  .grid__col--m8 {
    width: 66.66667%;
  }
  .grid__col--off-m8 {
    margin-left: 66.66667%;
  }
  .grid__col--m9 {
    width: 75%;
  }
  .grid__col--off-m9 {
    margin-left: 75%;
  }
  .grid__col--m10 {
    width: 83.33333%;
  }
  .grid__col--off-m10 {
    margin-left: 83.33333%;
  }
  .grid__col--m11 {
    width: 91.66667%;
  }
  .grid__col--off-m11 {
    margin-left: 91.66667%;
  }
  .grid__col--m12 {
    width: 100%;
  }
  .grid__col--off-m12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 64em) {
  [class*="grid__col--l"] {
    margin-left: 0;
  }
  .grid__col--l1 {
    width: 8.33333%;
  }
  .grid__col--off-l1 {
    margin-left: 8.33333%;
  }
  .grid__col--l2 {
    width: 16.66667%;
  }
  .grid__col--off-l2 {
    margin-left: 16.66667%;
  }
  .grid__col--l3 {
    width: 25%;
  }
  .grid__col--off-l3 {
    margin-left: 25%;
  }
  .grid__col--l4 {
    width: 33.33333%;
  }
  .grid__col--off-l4 {
    margin-left: 33.33333%;
  }
  .grid__col--l5 {
    width: 41.66667%;
  }
  .grid__col--off-l5 {
    margin-left: 41.66667%;
  }
  .grid__col--l6 {
    width: 50%;
  }
  .grid__col--off-l6 {
    margin-left: 50%;
  }
  .grid__col--l7 {
    width: 58.33333%;
  }
  .grid__col--off-l7 {
    margin-left: 58.33333%;
  }
  .grid__col--l8 {
    width: 66.66667%;
  }
  .grid__col--off-l8 {
    margin-left: 66.66667%;
  }
  .grid__col--l9 {
    width: 75%;
  }
  .grid__col--off-l9 {
    margin-left: 75%;
  }
  .grid__col--l10 {
    width: 83.33333%;
  }
  .grid__col--off-l10 {
    margin-left: 83.33333%;
  }
  .grid__col--l11 {
    width: 91.66667%;
  }
  .grid__col--off-l11 {
    margin-left: 91.66667%;
  }
  .grid__col--l12 {
    width: 100%;
  }
  .grid__col--off-l12 {
    margin-left: 100%;
  }
}

legend {
  margin-bottom: 0.75em;
}

input[type="password"] {
  font: small-caption;
  font-size: 1em;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.form__row {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 14px;
}

.form-input {
  padding: 0.5em;
  border: solid 1px #9d9d9d;
  font-family: inherit;
  background: #fff;
  border-radius: 5px;
}

.form-input:focus {
  border-color: #db171e;
  outline: none;
}

.form-input[disabled] {
  cursor: not-allowed;
}

.required {
  color: #ff9900;
}

.form-ghost {
  background: none;
  border-color: #FFF;
  color: #FFF;
}

.form-ghost:focus {
  border-color: #f5a6a8;
  outline: none;
  background: rgba(4, 4, 4, 0.075);
}

.form-input--error {
  border-color: #d32c31;
}

.form-input--error:focus {
  border-color: #d32c31;
}

.form-input--success {
  border-color: #4eb74a;
}

.form-input--success:focus {
  border-color: #4eb74a;
}

.form-input--small {
  min-width: 25%;
  max-width: 50%;
}

.form-input--block {
  width: 100%;
}

.captcha-content {
  border: solid 1px #9d9d9d;
  border-radius: 5px;
  overflow: hidden;
}

/*ol*/
.breadcrumb {
  padding: 0;
  margin-left: -0.75em;
  list-style: none;
}

.breadcrumb > li {
  position: relative;
  display: inline-block;
  padding: 0 0.75em;
}

.breadcrumb > li:after {
  position: absolute;
  right: 100%;
  color: #444;
  content: "/";
}

.breadcrumb > li:first-child:after {
  content: '';
}

/**
 * Markup
 * <ul class="paging">
 *     <li><a class="active">...</a></li>
 *     <li><a href="#">...</a></li>
 *     <li><a href="#">...</a></li>
 *     <li><a href="#">...</a></li>
 *     <li><a href="#">...</a></li>
 * </ul>
 */
.paging-wrapp {
  text-align: center;
  margin-top: 1.5em;
}

.paging-prev, .paging-next {
  display: inline-block;
  padding: 0.5em 1em;
  background: #515151;
  border-radius: 100px;
  color: #FFF;
}

.paging-prev:hover, .paging-next:hover {
  background: #8d0f14;
  color: #FFF;
}

.paging-prev {
  margin-right: 6px;
}

.paging-next {
  margin-left: 6px;
}

.paging {
  padding: 0;
  margin: 0 0 1.5em 0;
  list-style: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}

.paging li {
  display: inline-block;
}

.paging a {
  display: block;
  padding: 0.3em 0.75em;
  color: #666;
  border-radius: 100px;
}

.paging a:hover, .paging a:focus, .paging a.active {
  color: #FFF;
  background: #BB141A;
}

.paging a.active {
  cursor: default;
}

.media:after {
  display: table;
  clear: both;
  content: '';
}

.media__figure {
  float: left;
  margin-right: 0.75em;
}

.media__body {
  overflow: hidden;
}

@font-face {
  font-family: 'fawesome';
  src: url("../fonts/fawesome.eot?11vmpt");
  src: url("../fonts/fawesome.eot?#iefix11vmpt") format("embedded-opentype"), url("../fonts/fawesome.woff?11vmpt") format("woff"), url("../fonts/fawesome.ttf?11vmpt") format("truetype"), url("../fonts/fawesome.svg?11vmpt#fawesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], .slick-prev, .slick-next, .breadcrumbs__item:after, [class*=" icon-"], .slick-prev, .slick-next, .breadcrumbs__item:after {
  font-family: 'fawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\f003";
}

.icon-user:before {
  content: "\f007";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-print:before {
  content: "\f02f";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-phone:before {
  content: "\f095";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search2:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f005";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f006";
}

.icon-star-o:before {
  content: "\f008";
}

.icon-film:before {
  content: "\f009";
}

.icon-th-large:before {
  content: "\f00c";
}

.icon-th2:before {
  content: "\f00d";
}

.icon-th-list2:before {
  content: "\f00e";
}

.icon-check:before {
  content: "\f00f";
}

.icon-times:before {
  content: "\f010";
}

.icon-search-plus:before {
  content: "\f011";
}

.icon-search-minus:before {
  content: "\f012";
}

.icon-power-off:before {
  content: "\f013";
}

.icon-signal:before {
  content: "\f014";
}

.icon-gear:before {
  content: "\f016";
}

.icon-trash-o:before {
  content: "\f018";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f019";
}

.icon-clock-o2:before {
  content: "\f01a";
}

.icon-road:before {
  content: "\f01b";
}

.icon-download:before {
  content: "\f01c";
}

.icon-arrow-circle-o-down:before {
  content: "\f01d";
}

.icon-arrow-circle-o-up:before {
  content: "\f01e";
}

.icon-inbox:before {
  content: "\f01f";
}

.icon-play-circle-o:before {
  content: "\f020";
}

.icon-rotate-right:before {
  content: "\f021";
}

.icon-refresh:before {
  content: "\f022";
}

.icon-list-alt:before {
  content: "\f023";
}

.icon-lock:before {
  content: "\f024";
}

.icon-flag:before {
  content: "\f025";
}

.icon-headphones:before {
  content: "\f026";
}

.icon-volume-off:before {
  content: "\f027";
}

.icon-volume-down:before {
  content: "\f028";
}

.icon-volume-up:before {
  content: "\f029";
}

.icon-qrcode:before {
  content: "\f02a";
}

.icon-barcode:before {
  content: "\f02b";
}

.icon-tag:before {
  content: "\f02c";
}

.icon-tags:before {
  content: "\f02d";
}

.icon-book:before {
  content: "\f02e";
}

.icon-bookmark:before {
  content: "\f030";
}

.icon-print2:before {
  content: "\f031";
}

.icon-camera:before {
  content: "\f032";
}

.icon-font:before {
  content: "\f033";
}

.icon-bold:before {
  content: "\f034";
}

.icon-italic:before {
  content: "\f035";
}

.icon-text-height:before {
  content: "\f036";
}

.icon-text-width:before {
  content: "\f037";
}

.icon-align-left:before {
  content: "\f038";
}

.icon-align-center:before {
  content: "\f039";
}

.icon-align-right:before {
  content: "\f03a";
}

.icon-align-justify:before {
  content: "\f03b";
}

.icon-list:before {
  content: "\f03c";
}

.icon-dedent:before {
  content: "\f03d";
}

.icon-indent:before {
  content: "\f03f";
}

.icon-video-camera:before {
  content: "\f041";
}

.icon-photo:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f042";
}

.icon-adjust:before {
  content: "\f043";
}

.icon-tint:before {
  content: "\f045";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f046";
}

.icon-check-square-o:before {
  content: "\f047";
}

.icon-arrows:before {
  content: "\f048";
}

.icon-step-backward:before {
  content: "\f049";
}

.icon-fast-backward:before {
  content: "\f04a";
}

.icon-backward:before {
  content: "\f04c";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04d";
}

.icon-stop:before {
  content: "\f04e";
}

.icon-forward:before {
  content: "\f04f";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left2:before {
  content: "\f055";
}

.icon-chevron-right2:before {
  content: "\f056";
}

.icon-plus-circle:before {
  content: "\f058";
}

.icon-minus-circle:before {
  content: "\f059";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f05a";
}

.icon-question-circle:before {
  content: "\f05b";
}

.icon-info-circle:before {
  content: "\f05c";
}

.icon-crosshairs:before {
  content: "\f05d";
}

.icon-times-circle-o:before {
  content: "\f05e";
}

.icon-check-circle-o:before {
  content: "\f05f";
}

.icon-ban:before {
  content: "\f060";
}

.icon-arrow-left:before {
  content: "\f061";
}

.icon-arrow-right:before {
  content: "\f062";
}

.icon-arrow-up:before {
  content: "\f063";
}

.icon-arrow-down:before {
  content: "\f064";
}

.icon-mail-forward:before {
  content: "\f065";
}

.icon-expand:before {
  content: "\f066";
}

.icon-compress:before {
  content: "\f068";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f069";
}

.icon-asterisk:before {
  content: "\f06a";
}

.icon-exclamation-circle:before {
  content: "\f06b";
}

.icon-gift:before {
  content: "\f06c";
}

.icon-leaf:before {
  content: "\f06d";
}

.icon-fire:before {
  content: "\f06e";
}

.icon-eye:before {
  content: "\f06f";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-warning:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart-o:before {
  content: "\f080";
}

.icon-twitter-square2:before {
  content: "\f083";
}

.icon-facebook-square2:before {
  content: "\f084";
}

.icon-camera-retro:before {
  content: "\f085";
}

.icon-key:before {
  content: "\f086";
}

.icon-gears:before {
  content: "\f087";
}

.icon-comments:before {
  content: "\f088";
}

.icon-thumbs-o-up:before {
  content: "\f089";
}

.icon-thumbs-o-down:before {
  content: "\f08b";
}

.icon-star-half:before {
  content: "\f08c";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08d";
}

.icon-linkedin-square:before {
  content: "\f08e";
}

.icon-thumb-tack:before {
  content: "\f08f";
}

.icon-external-link:before {
  content: "\f090";
}

.icon-sign-in:before {
  content: "\f091";
}

.icon-trophy:before {
  content: "\f092";
}

.icon-github-square:before {
  content: "\f093";
}

.icon-upload:before {
  content: "\f094";
}

.icon-lemon-o:before {
  content: "\f096";
}

.icon-phone2:before {
  content: "\f097";
}

.icon-square-o:before {
  content: "\f098";
}

.icon-bookmark-o:before {
  content: "\f09b";
}

.icon-phone-square:before {
  content: "\f09c";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09d";
}

.icon-unlock:before {
  content: "\f09e";
}

.icon-credit-card:before {
  content: "\f09f";
}

.icon-rss:before {
  content: "\f0a0";
}

.icon-hdd-o:before {
  content: "\f0a1";
}

.icon-bullhorn:before {
  content: "\f0a2";
}

.icon-bell-o:before {
  content: "\f0a3";
}

.icon-certificate:before {
  content: "\f0a4";
}

.icon-hand-o-right:before {
  content: "\f0a5";
}

.icon-hand-o-left:before {
  content: "\f0a6";
}

.icon-hand-o-up:before {
  content: "\f0a7";
}

.icon-hand-o-down:before {
  content: "\f0a8";
}

.icon-arrow-circle-left:before {
  content: "\f0a9";
}

.icon-arrow-circle-right:before {
  content: "\f0aa";
}

.icon-arrow-circle-up:before {
  content: "\f0ab";
}

.icon-arrow-circle-down:before {
  content: "\f0ac";
}

.icon-globe:before {
  content: "\f0ad";
}

.icon-wrench:before {
  content: "\f0ae";
}

.icon-tasks:before {
  content: "\f0af";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square2:before {
  content: "\f0d6";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d7";
}

.icon-caret-down:before {
  content: "\f0d8";
}

.icon-caret-up:before {
  content: "\f0d9";
}

.icon-caret-left:before {
  content: "\f0da";
}

.icon-caret-right:before {
  content: "\f0db";
}

.icon-columns:before {
  content: "\f0dc";
}

.icon-unsorted:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0de";
}

.icon-sort-up:before {
  content: "\f0df";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-question:before {
  content: "\f128";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-share-square2:before {
  content: "\f14e";
}

.icon-compass:before {
  content: "\f14f";
}

.icon-toggle-down:before {
  content: "\f150";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-toggle-right:before {
  content: "\f152";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-toggle-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-turkish-lira:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-institution:before {
  content: "\f19c";
}

.icon-mortar-board:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-pied-piper-square:before {
  content: "\f1a7";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before {
  content: "\f1d0";
}

.icon-ge:before {
  content: "\f1d1";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-cart:before {
  content: "\e600";
}

.icon-user2:before {
  content: "\e601";
}

.icon-star2:before {
  content: "\e602";
}

.icon-star3:before {
  content: "\e603";
}

.icon-star4:before {
  content: "\e604";
}

.icon-close:before {
  content: "\e605";
}

.icon-checkmark:before {
  content: "\e606";
}

.icon-tag2:before {
  content: "\e607";
}

.icon-trash:before {
  content: "\e608";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 20px;
  text-align: center;
  font-size: 0;
  line-height: 1;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -12px;
  margin: 0 7px;
  border: 1px solid #FFF;
  background: #515151;
  border-radius: 100px;
  -webkit-box-shadow: 0 1px 2px rgba(4, 4, 4, 0.3);
          box-shadow: 0 1px 2px rgba(4, 4, 4, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.slick-dots button:focus {
  border: none;
  outline: none;
}

.slick-dots .slick-active button {
  background: #BB141A;
  width: 26px;
  margin: 0;
}

.slick-prev, .slick-next {
  position: absolute;
  height: 60px;
  width: 40px;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  line-height: 1;
  font-size: 0;
  background: none;
  border: none;
  border-radius: 7px;
}

.slick-prev:focus, .slick-next:focus {
  border: none;
  outline: none;
}

.slick-prev:active, .slick-next:active {
  background: rgba(187, 20, 26, 0.4);
}

.slick-prev:before, .slick-next:before {
  color: #FFF;
  font-size: 40px;
  font-weight: normal;
}

.slick-prev {
  left: 10px;
}

.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 10px;
}

.slick-next:before {
  content: "\f105";
}

.custom-font, h1, h2, h3, h4, h5, h6, .btn-usr-name, .main-nav, .main-title, .breadcrumbs, .data-cols, .action-bar .btn, .user-acount-col .col-title, .group-id, .side-nav {
  font-family: 'Poppins', 'Arial Narrow', 'Arial', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.wf-active .custom-font, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active .btn-usr-name, .wf-active .main-nav, .wf-active .main-title, .wf-active .breadcrumbs, .wf-active .data-cols, .wf-active .action-bar .btn, .action-bar .wf-active .btn, .wf-active .user-acount-col .col-title, .user-acount-col .wf-active .col-title, .wf-active .group-id, .wf-active .side-nav {
  font-family: "Poppins", "Fira Sans", "Arial Narrow", sans-serif;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-bottom: 0.21429em;
}

.title--caps {
  text-transform: uppercase;
}

.title--orange {
  color: #ff9900;
}

.title--green {
  color: #7bbc46;
}

.title--green span {
  color: #515151;
}

.lite-style {
  font-weight: 300;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font: 400 14px "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  height: 100%;
}

body {
  opacity: 1;
  color: #515151;
  height: 100%;
}

a {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #8d0f14;
  text-decoration: none;
}

a:hover, a:focus {
  color: #310507;
}

label,
input,
button,
select,
textarea {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.block {
  margin-bottom: 1.5em;
}

.container {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 80em) {
  .container {
    max-width: 1160px;
  }
}

@media screen and (min-width: 100em) {
  .container {
    max-width: 1540px;
  }
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.no-space {
  margin: 0;
}

.mod-title {
  color: #8d0f14;
  text-transform: uppercase;
}

.view-more {
  display: inline-block;
  color: #373737;
  padding: 0 .45em;
}

/*- list-thumb -*/
.list-thumb__item {
  margin-bottom: 1.5em;
}

.item-img {
  float: left;
  margin-right: 1em;
}

.item-img--small {
  width: 120px;
}

.list-thumb--small .item-img {
  width: 100px;
}

.list-thumb--small .item-img img {
  max-width: 55px;
}

.item-text {
  width: auto;
  overflow: hidden;
}

.item-block .item-img, .item-block .item-text {
  margin: 0;
  float: none;
  overflow: visible;
}

.round-box {
  padding: 1.5em;
  border: 1px solid #d0d0d0;
  border-radius: 0.75em;
}

.custom-input-file {
  position: relative;
}

@media screen and (min-width: 48em) {
  .custom-input-file {
    float: left;
  }
}

.custom-input-file .uploader {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}

.custom-input-file .upload-path input[disabled] {
  cursor: default;
}

.custom-input-file .add-file {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
}

@media screen and (min-width: 48em) {
  .cols {
    margin-left: -4%;
  }
  .full-col {
    width: 96%;
    margin-left: 4%;
  }
  .half-col {
    width: 46%;
    margin-left: 4%;
    float: left;
  }
  .tri-col {
    width: 29.33333%;
    margin-left: 4%;
    float: left;
  }
}

article ul {
  list-style-image: url("../img/bullet--green.png");
}

article ul ul {
  list-style-image: url("../img/bullet-o--green.png");
}

article ol.lower-alpha {
  list-style-type: lower-alpha;
}

.post-list time {
  display: block;
  color: #9d9d9d;
}

.post-list .item-img {
  display: block;
  float: none;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 48em) {
  .post-list .item-img {
    float: left;
  }
}

@media screen and (min-width: 48em) {
  .post-list .item-text {
    width: auto;
    overflow: hidden;
  }
}

.post-list .btn-more {
  margin-top: 0.5em;
}

.post-list__item {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px dashed #d0d0d0;
}

.post-title {
  font-size: 1.286em;
}

.post-title a {
  color: #515151;
}

.post-title a:hover {
  color: #BB141A;
}

.post-title--2row {
  position: relative;
}

@media screen and (min-width: 48em) {
  .post-title--2row {
    max-height: 2.2505em;
    overflow: hidden;
  }
  .post-title--2row:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    width: 4.5em;
    height: 1.286em;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-8 */
  }
}

.site-header {
  position: relative;
  z-index: 3;
  background: white;
  border-bottom: 2px solid #BB141A;
}

.site-header.fixed {
  padding-bottom: 52px;
}

@media screen and (min-width: 100em) {
  .site-header:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 380px;
    height: 100%;
    background: none;
  }
}

.site-header-top {
  padding: 10px 0;
  position: relative;
}

@media screen and (min-width: 48em) {
  .site-header-top {
    padding: 20px 0;
    background-size: 294px;
  }
}

.site-logo img {
  max-height: 50px;
}

@media screen and (min-width: 48em) {
  .member-nav__item {
    float: left;
  }
}

.usr-nav {
  position: absolute;
  width: 100%;
  top: 10px;
  height: 80px;
  right: 0;
  text-align: right;
}

@media screen and (min-width: 48em) {
  .usr-nav {
    width: auto;
    top: 20px;
  }
}

.btn-usr-name {
  right: 0;
  border: none;
  background: none;
  color: #4D4E50;
  text-transform: uppercase;
}

.btn-usr-name strong {
  color: #000;
}

.usr-nav-list {
  position: relative;
  z-index: 2;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 48em) {
  .usr-nav-list {
    font-size: 18px;
  }
}

.usr-nav-list ul {
  position: absolute;
  right: 0;
  top: -500%;
  opacity: 0;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border-radius: 7px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-box-shadow: 0px 1px 7px rgba(4, 4, 4, 0.3);
          box-shadow: 0px 1px 7px rgba(4, 4, 4, 0.3);
}

.usr-nav-list ul.is-active {
  top: 100%;
  opacity: 1;
}

.usr-nav-list ul:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 100%;
  right: 10px;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFF;
}

.usr-nav-list__item {
  border-bottom: 1px solid #eaeaea;
}

.usr-nav-list__item:last-child {
  border-bottom: none;
}

.usr-nav-list__item a {
  display: block;
  padding: 10px 15px;
}

.nav-trigger, .side-nav-trigger {
  position: absolute;
  z-index: 2;
  display: block;
  right: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 0;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  background: none;
  border: none;
  text-shadow: 0 1px 3px rgba(4, 4, 4, 0.2);
}

@media screen and (min-width: 48em) {
  .nav-trigger, .side-nav-trigger {
    display: none;
  }
}

.nav-trigger .nav-icon, .side-nav-trigger .nav-icon {
  position: absolute;
  right: 0;
  top: 9px;
  display: block;
  width: 34px;
  height: 34px;
  background: #a41217;
  border-radius: 20px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

.nav-trigger .nav-icon:before, .side-nav-trigger .nav-icon:before, .nav-trigger .nav-icon span, .side-nav-trigger .nav-icon span, .nav-trigger .nav-icon:after, .side-nav-trigger .nav-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  background: #FFF;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.nav-trigger .nav-icon:before, .side-nav-trigger .nav-icon:before {
  top: 10px;
}

.nav-trigger .nav-icon span, .side-nav-trigger .nav-icon span {
  top: 50%;
  margin-top: -1px;
}

.nav-trigger .nav-icon:after, .side-nav-trigger .nav-icon:after {
  bottom: 10px;
}

.nav-trigger.active .nav-icon, .active.side-nav-trigger .nav-icon {
  background: #848484;
  background: rgba(4, 4, 4, 0.5);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.nav-trigger.active .nav-icon:before, .active.side-nav-trigger .nav-icon:before {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 4px;
}

.nav-trigger.active .nav-icon span, .active.side-nav-trigger .nav-icon span {
  top: 50%;
  margin-left: -1px;
  margin-top: -1px;
  width: 2px;
}

.nav-trigger.active .nav-icon:after, .active.side-nav-trigger .nav-icon:after {
  bottom: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 4px;
}

.main-nav {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  bottom: 0;
}

@media screen and (min-width: 48em) {
  .main-nav {
    position: relative;
  }
}

.main-nav ul {
  position: absolute;
  top: 100%;
  width: 105%;
  margin-left: -2.5%;
  background: #b21319;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 48em) {
  .main-nav ul {
    background: none;
    margin-left: 0;
    max-height: 1024px;
    position: relative;
    top: 0;
  }
}

.main-nav ul.active {
  max-height: 1024px;
  max-height: 100vh;
}

@media screen and (min-width: 48em) {
  .main-nav__item {
    float: left;
  }
}

.main-nav__item a {
  display: block;
  padding: 10px 0;
  color: #4D4E50;
  text-align: center;
  text-transform: uppercase;
}

.main-nav__item a:hover {
  color: #000;
}

.main-nav__item a span {
  display: block;
  padding: 0 10px;
}

@media screen and (min-width: 48em) {
  .main-nav__item a span {
    border-left: 1px solid #FFF;
    line-height: normal;
  }
}

.main-nav__item a .icon-home {
  border-left: none;
}

.main-col {
  padding-top: 2em;
}

.main-title {
  color: #BB141A;
  font-size: 1.6em;
  text-transform: uppercase;
}

.page-banner {
  position: relative;
  z-index: 1;
  background: #FFF;
  border-bottom: 1px solid rgba(4, 4, 4, 0.1);
}

@media screen and (min-width: 48em) {
  .page-banner {
    height: 200px;
  }
}

@media screen and (min-width: 48em) {
  .page-banner img {
    position: absolute;
    right: 0;
    max-width: none;
  }
}

.banner-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 60em) {
  .banner-container {
    height: 200px;
  }
}

@media screen and (min-width: 60em) {
  .banner-container img {
    max-width: none;
    position: absolute;
    z-index: 2;
    right: 0;
    height: 100%;
  }
}

.banner-container:before, .banner-container:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  display: none;
  width: 200px;
  height: 200px;
}

@media screen and (min-width: 60em) {
  .banner-container:before, .banner-container:after {
    display: block;
  }
}

.banner-container:before {
  left: 0;
  background: #F1F1F1;
  width: 80%;
}

.banner-container:after {
  right: 0;
  background: #DADADA;
  width: 20%;
}

.page-info {
  border-top: 1px solid #eaeaea;
  padding-top: 1.5em;
}

@media screen and (min-width: 48em) {
  .page-info {
    position: absolute;
    top: 0;
    border-top: none;
    padding-top: 35px;
    z-index: 2;
    width: 100%;
  }
}

.page-title {
  font-weight: 300;
  text-transform: uppercase;
  color: #4D4E50;
}

.page-title.first-word {
  font-weight: 900;
}

.page-title.first-word span {
  font-weight: 900;
}

.breadcrumbs ol {
  font-size: 13px;
}

.breadcrumbs__item {
  float: left;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}

.breadcrumbs__item:after {
  content: "\f105";
}

.breadcrumbs__item:last-child:after {
  display: none;
}

.breadcrumbs__item a {
  color: #848484;
  padding-right: 0.5em;
}

.breadcrumbs__item a:hover {
  color: #BB141A;
}

.main-content {
  padding: 3em 0;
}

.main-content-title {
  color: #373737;
  font-weight: 600;
}

.data-cols {
  display: table;
}

.data-label, .data-input {
  display: table-cell;
}

.data-label {
  padding-right: 0.75em;
}

.data-label h3 {
  margin-bottom: 0;
}

.data-input {
  font-weight: 700;
}

.action-bar {
  margin-bottom: 1.5em;
}

.action-bar .btn {
  font-weight: 700;
  text-transform: uppercase;
}

.action-bar .btn .icon-plus {
  margin-right: 0.5em;
}

.custom-checbox {
  position: relative;
  overflow: hidden;
}

.custom-checbox .form-label {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0.5em 0.75em;
  padding-right: 2.25em;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  cursor: pointer;
}

.custom-checbox .form-label:hover {
  border-color: #e71b23;
  -webkit-box-shadow: inset 0 0 7px #e71b23;
          box-shadow: inset 0 0 7px #e71b23;
}

.custom-checbox .form-label:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #7bbc46;
  border-radius: 20px;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.custom-checbox .form-label .icon-close {
  position: absolute;
  font-size: 12px;
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  right: 0;
  display: block;
  color: #FFF;
  opacity: 0;
  text-shadow: 0 1px 3px #BB141A;
  -webkit-transition: all .2s ease-in .1s;
  transition: all .2s ease-in .1s;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.custom-checbox .form-check {
  position: absolute;
  left: -30px;
  top: 0;
}

.custom-checbox.is-checked .form-label {
  color: #FFF;
  font-weight: 700;
  border-color: #8d0f14;
}

.custom-checbox.is-checked .form-label:before {
  right: 0;
  border-radius: 4px;
}

.custom-checbox.is-checked .form-label .icon-close {
  opacity: 1;
  right: 0.75em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.custom-checbox--btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  cursor: pointer;
}

.custom-checbox--btn:hover .checker {
  -webkit-box-shadow: inset 0 0 3px #BB141A;
          box-shadow: inset 0 0 3px #BB141A;
  border-color: #BB141A;
}

.custom-checbox--btn input {
  position: absolute;
  top: -100px;
}

.custom-checbox--btn strong {
  position: relative;
  z-index: -1;
  float: left;
  padding-top: 5px;
  margin-right: 0.5em;
}

@media screen and (min-width: 60em) {
  .custom-checbox--btn strong {
    z-index: 0;
  }
}

.custom-checbox--btn .checker {
  position: relative;
  z-index: -1;
  display: inline-block;
  overflow: hidden;
  width: 62px;
  height: 32px;
  border: 1px solid #9d9d9d;
  background: #FFF;
  border-radius: 5px;
  line-height: 1;
}

@media screen and (min-width: 60em) {
  .custom-checbox--btn .checker {
    z-index: 0;
  }
}

.custom-checbox--btn .checker:before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  background: #9d9d9d;
  border-radius: 4px;
  border: 1px solid #FFF;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.custom-checbox--btn.is-checked .checker:before {
  left: 50%;
  background: #BB141A;
}

.user-acount-col {
  border-top: 1px solid #d0d0d0;
  margin-top: 0.75em;
  padding-top: 0.75em;
}

@media screen and (min-width: 48em) {
  .user-acount-col {
    border-left: 1px solid #d0d0d0;
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}

.user-acount-col .col-title {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 300;
}

.user-acount-col .form-action {
  margin-top: 30px;
}

.group-list__item {
  margin-bottom: 1.5em;
}

.group-list__item .box {
  padding: 1.5em;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  background: #f7f7f7;
}

.group-id {
  font-size: 1.143em;
  margin-bottom: 0.5em;
}

.group-id span {
  font-weight: 700;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 20px 0 0;
  color: rgba(77, 78, 80, 0.75);
  font-size: 13px;
  line-height: 1.5;
  background: #F8F8F8;
  text-align: center;
}

.site-footer > .container {
  padding: 24 px 0;
}

.footer-logo, .site-address {
  display: block;
  margin-bottom: 1em;
}

@media screen and (min-width: 48em) {
  .footer-logo, .site-address {
    text-align: left;
    margin-bottom: 0;
  }
}

.footer-logo img {
  max-height: 42px;
}

.socmed-nav {
  margin-bottom: 1em;
  text-align: left;
}

.socmed-nav li {
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 12px;
}

.socmed-nav a {
  color: #4D4E50;
}

.socmed-nav a .icon {
  margin-right: 20px;
  opacity: 1;
}

.socmed-nav a span {
  opacity: 0.75;
}

.copyright {
  background: #DADADA;
  text-align: left;
}

.copyright .container {
  color: #4D4E50;
  opacity: 0.5;
  padding: 10px 0;
}

.full {
  height: 100%;
}

.login-container {
  height: 100%;
}

.login-header, .landing-header {
  position: relative;
  z-index: 3;
  padding: 1.5em;
}

@media screen and (min-width: 48em) {
  .login-header, .landing-header {
    position: fixed;
    left: 5%;
  }
}

.login-header .site-logo--white, .landing-header .site-logo--white {
  width: 90px;
  display: inline-block;
}

@media screen and (min-width: 48em) {
  .login-header .site-logo--white, .landing-header .site-logo--white {
    width: 168px;
  }
}

.site-main--login {
  background: #BB141A;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 48em) {
  .site-main--login {
    height: 100%;
  }
}

.bg-login {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-login img {
  position: absolute;
  z-index: 1;
  max-width: none;
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 20em) and (orientation: landscape) {
  .bg-login img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 48em) {
  .bg-login img {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 48em) and (orientation: landscape) {
  .bg-login img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 60em) {
  .bg-login img {
    width: 100%;
    height: auto;
  }
}

.bg-login:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 100em) {
  .bg-login:after {
    background: url("../img/login-bg-dot.png");
  }
}

.container-login {
  position: absolute;
  z-index: 2;
  width: 90%;
  max-width: 340px;
  margin-bottom: 3em;
  height: 90%;
  padding: 24px;
  border-radius: 8px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 48em) {
  .container-login {
    position: absolute;
    border-radius: 0;
    margin-bottom: 0;
    height: 100vh;
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.login-title {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}

.login-title strong {
  font-weight: 900;
}

@media screen and (min-width: 48em) {
  .login-title {
    font-size: 42px;
  }
}

.login-form .form-label {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

.login-form .form__row {
  margin-bottom: 12px;
}

.login-form .form-input {
  font-size: 16px;
  border: 1px solid #8E8E8E;
  border-radius: 8px;
  font: small-caption;
  padding: 1em 32px;
  color: #262628;
  font-family: 'Poppins';
}

.login-form .btn {
  font-size: 16px;
  border-radius: 8px;
  width: 100%;
  font-weight: 500;
  margin-top: 10px;
}

.login-form .form-action {
  margin-top: 1.5em;
}

.footer-login {
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 12px;
  padding: 5%;
}

@media screen and (min-width: 48em) {
  .footer-login {
    position: fixed;
    left: calc(5% + 20px);
    padding: 0;
    top: 50%;
    width: 40%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .footer-login h1 {
    line-height: 1.25;
    font-size: 45px;
  }
  .footer-login p {
    font-weight: 500;
  }
}

.footer-login a {
  color: #FFF;
}

.landing-header .site-logo {
  width: 90px;
  max-height: 100%;
  display: inline-block;
}

@media screen and (min-width: 48em) {
  .landing-header .site-logo {
    width: 240px;
  }
  .landing-header .site-logo img {
    max-height: 100%;
  }
}

.container-landing {
  position: absolute;
  z-index: 2;
  width: 90%;
  max-width: 100px;
  margin-bottom: 3em;
  height: 90%;
  padding: 24px;
  border-radius: 8px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 48em) {
  .container-landing {
    position: absolute;
    border-radius: 0;
    margin-bottom: 0;
    height: 100vh;
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.landing-card {
  background: white;
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
          box-shadow: 0px 4px 4px 0px #00000040;
  color: #000;
  line-height: 1.2;
  padding: 24px;
  border-radius: 20px;
}

@media screen and (min-width: 48em) {
  .landing-card {
    font-size: 18px;
    padding: 24px;
    border-radius: 35px;
  }
}

.landing-btn {
  background: #7D0505;
  margin-top: 0;
  width: unset;
  color: #fff;
  border-radius: 35px;
}

@media screen and (min-width: 48em) {
  .landing-btn {
    font-size: 18px;
  }
}

.side-nav-trigger {
  position: absolute;
  width: 50px;
  padding: 0;
  right: 0;
  top: 0;
}

@media screen and (min-width: 48em) {
  .side-nav-trigger {
    display: block;
  }
}

@media screen and (min-width: 60em) {
  .side-nav-trigger {
    display: none;
  }
}

.side-nav-trigger .nav-icon {
  background: rgba(187, 20, 26, 0.4);
}

.side-nav-trigger.active {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.side-nav {
  background: #FFF;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 50px 16px 0 16px;
  overflow: hidden;
  max-height: 50px;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media screen and (min-width: 60em) {
  .side-nav {
    max-height: 2000px;
    padding: 16px;
  }
}

.side-nav.is-show {
  max-height: 2000px;
  padding-bottom: 16px;
}

.side-nav a:not(.side-nav-trigger) {
  display: block;
}

.side-nav__item {
  border-bottom: 1px solid #d0d0d0;
}

.side-nav__item > a {
  position: relative;
  padding: 0.75em 0;
  text-transform: uppercase;
  font-size: 1.1em;
  -webkit-transition: none;
  transition: none;
}

.side-nav__item > a span {
  display: block;
  border-left: 6px solid #eaeaea;
  padding-left: 9px;
  line-height: 1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #515151;
}

.side-nav__item > a:hover span {
  border-left-color: #ec494f;
  color: #BB141A;
}

.side-nav__item .icon-angle-down {
  position: absolute;
  right: 0;
  top: 0;
  border-left: none;
  padding-left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  height: 100%;
  vertical-align: middle;
  width: 20px;
}

.side-nav__item .icon-angle-down:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.side-nav__item .sub-side-nav {
  max-height: 0px;
  overflow: hidden;
  padding-bottom: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.side-nav__item.is-active > a span {
  color: #BB141A;
  font-weight: 900;
}

.side-nav__item.is-active span {
  border-left-color: #BB141A;
}

.side-nav__item.is-active > a .icon-angle-down {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.side-nav__item.is-active > .sub-side-nav {
  max-height: 10000px;
  padding-bottom: 1em;
  overflow-y: auto;
}

.sub-side-nav__item a {
  padding: 0.5em 2em;
  line-height: 1.1;
  color: #515151;
  text-transform: uppercase;
  position: relative;
}

.sub-side-nav__item a:hover {
  background: #f38f92;
}

.sub-side-nav__item.current a {
  background: #BB141A;
  color: #FFF;
}

.sub-side-nav__item.is-active {
  border-bottom: 1px solid #eaeaea;
}

.sub-side-nav__item.is-active > a {
  font-weight: 700;
}

.sub-side-nav__item.is-active > a span {
  color: #BB141A;
  font-weight: 900;
}

.sub-side-nav__item.is-active span {
  border-left-color: #BB141A;
}

.sub-side-nav__item.is-active > a .icon-angle-down {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.sub-side-nav__item.is-active > .sub-side-nav {
  max-height: 10000px;
  padding-bottom: 1em;
  overflow-y: auto;
}

.sub-side-nav__item .sub-side-nav {
  padding-left: 1.5em;
}

.sub-side-nav__item .sub-side-nav li a {
  padding-left: 0.75em;
}

.btn-login {
        padding: 10px 32px;
        border: none;
        border-radius: 5px;
        line-height: 20px;
        color: #f8f8f8;
        background-color: var(--secondary);
        font-size: 14px;
        font-weight: var(--fw-med);
        text-decoration: none;
}






:root {
        --primary: #1c1c1c;
        --secondary: #ee1b21;

        --ff-primary: 'Poppins', sans-serif;
        --fw-reg: 400;
        --fw-med: 500;
        --fw-semibold: 600;
        --fw-bold: 700;
      }

      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }

      .main {
        height: 100vh;
        font-family: var(--ff-primary);
      }

      .logo {
        padding-top: 52px;
        text-align: center;
      }

      .text {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 496px;
        padding: 0 16px;
        color: var(--primary);
      }
      .text-title {
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: var(--fw-semibold);
      }
      .text-desc {
        max-width: 477px;
        margin-bottom: 24px;
        line-height: 30px;
        color: #535353;
        font-size: 14px;
      }
      .btn-login {
        padding: 10px 32px;
        border: none;
        border-radius: 5px;
        line-height: 20px;
        color: #f8f8f8;
        background-color: var(--secondary);
        font-size: 14px;
        font-weight: var(--fw-med);
        text-decoration: none;
      }

      .link {
        color: var(--secondary);
        font-weight: var(--fw-bold);
      }

      /* Small */
      @media screen and (min-width: 480px) {
        .text {
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 0;
        }
      }

      /* Large */
      @media screen and (min-width: 1024px) {
        .main {
          background: url('bg2.png');
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
        }

        .text {
          top: 60%;
          left: 10%;
          transform: translate(-10%, -60%);
        }
        .text-title {
          font-size: 36px;
        }
        .text-desc {
          font-size: 18px;
        }
      }

      /* Extra Large */
      @media screen and (min-width: 1200px) {
        .text-container {
          padding-left: 124px;
        }
      }