/*!
Theme Name: Arrowhead
Theme URI: http://www.arrowheadgamestudios.com
Author: Triggerfish
Author URI: http://triggerfish.se/
Description: Arrowhead Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: arrowhead
Text Domain: arrowhead
*/
/* Vendors */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
  -moz-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;
  -moz-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;
  -moz-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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}
[hidden],
audio:not([controls]),
template {
  display: none;
}
details,
main,
summary {
  display: block;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
textarea {
  resize: vertical;
}
[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*,
::after,
::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}
* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
nav ol,
nav ul {
  list-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}
::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* wp template resets */
ul,
ol,
p {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a,
a:hover {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
*:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
strong,
b {
  font-weight: 600;
}
em,
i {
  font-style: italic;
}
.screen-reader-text {
  position: absolute;
  left: -1000em;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('assets/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('assets/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('assets/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('assets/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('assets/fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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-genderless:before,
.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-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-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";
}
/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.1.1 (12/07/2015)
 */
/* Import icon font */
/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.1.1 (12/07/2015)
 */
@font-face {
  font-family: 'lightcase';
  src: url('assets/fonts/lightcase.eot?55356177');
  src: url('assets/fonts/lightcase.eot?55356177#iefix') format('embedded-opentype'), url('assets/fonts/lightcase.woff?55356177') format('woff'), url('assets/fonts/lightcase.ttf?55356177') format('truetype'), url('assets/fonts/lightcase.svg?55356177#lightcase') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='lightcase-icon-']:before {
  font-family: 'lightcase';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Codes */
.lightcase-icon-play:before {
  content: '\e800';
}
.lightcase-icon-pause:before {
  content: '\e801';
}
.lightcase-icon-close:before {
  content: '\e802';
}
.lightcase-icon-prev:before {
  content: '\e803';
}
.lightcase-icon-next:before {
  content: '\e804';
}
.lightcase-icon-spin:before {
  content: '\e805';
}
/* Import breakpoint related styles */
/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.1.1 (12/07/2015)
 */
/* Reduced layout for small devices */
@media screen and (max-width: 640px) {
  .lightcase-open body {
    padding: 55px 0 70px 0;
  }
  .lightcase-open body > *:not([id*=lightcase-]) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  /* Overlay */
  #lightcase-overlay {
    background: #000000;
  }
  /* Loading */
  #lightcase-loading {
    color: #fff;
  }
  /* Case */
  #lightcase-case {
    font-size: 18px;
    text-align: center;
  }
  #lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]),
  #lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-contentInner,
  #lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    background: none;
  }
  /*
	 * Content - Extend with further selectors and colors in case you
	 * have elements like <ul>, <li>, <span> or similar displayed in lightcase.
	 */
  #lightcase-case .lightcase-content h1,
  #lightcase-case .lightcase-content h2,
  #lightcase-case .lightcase-content h3,
  #lightcase-case .lightcase-content h4,
  #lightcase-case .lightcase-content h5,
  #lightcase-case .lightcase-content h6,
  #lightcase-case .lightcase-content p {
    color: #fff;
  }
  /* Additional info */
  #lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-info {
    position: static;
  }
  #lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-content {
    padding: 15px;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  #lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-contentInner,
  #lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /*
	 * Set auto height to each element except iframes, because of that
	 * those cannot have a natural/native height and it must be especially defined.
	 */
  #lightcase-case:not([data-type=image]):not([data-type=video]):not([data-type=flash]):not([data-type=error]) .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
  /* Navigation */
  .lightcase-open #lightcase-nav[data-ispartofsequence]:before {
    content: '';
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    height: 55px;
  }
  #lightcase-nav a {
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    outline: none;
    cursor: pointer;
    font-size: 24px;
  }
  /* Icon positioning */
  #lightcase-nav .lightcase-icon-close {
    position: absolute;
    z-index: 9997;
    top: 15px;
    right: 15px;
    opacity: 0;
  }
  #lightcase-nav .lightcase-icon-pause,
  #lightcase-nav .lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em;
  }
  #lightcase-nav .lightcase-icon-prev {
    left: 15px;
  }
  #lightcase-nav .lightcase-icon-next {
    right: 15px;
  }
  /* Error message */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
  }
}
/*
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.1.1 (12/07/2015)
 */
@media screen and (min-width: 641px) {
  /* Overlay */
  #lightcase-overlay {
    background: #000;
  }
  /* Loading */
  #lightcase-loading {
    color: #fff;
  }
  /* Case */
  #lightcase-case {
    font-size: 20px;
    text-align: center;
    color: #fff;
  }
  /* Content */
  #lightcase-case:not([data-type=error]) .lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
  }
  #lightcase-case[data-type=image] .lightcase-content,
  #lightcase-case[data-type=video] .lightcase-content {
    background-color: #333;
  }
  #lightcase-case[data-type=image] .lightcase-contentInner,
  #lightcase-case[data-type=video] .lightcase-contentInner {
    line-height: 0.75;
  }
  #lightcase-case:not([data-type=error]) .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  /*
	 * Content - Extend with further selectors and colors in case you
	 * have elements like <ul>, <li>, <span> or similar displayed in lightcase.
	 */
  #lightcase-case .lightcase-content h1,
  #lightcase-case .lightcase-content h2,
  #lightcase-case .lightcase-content h3,
  #lightcase-case .lightcase-content h4,
  #lightcase-case .lightcase-content h5,
  #lightcase-case .lightcase-content h6,
  #lightcase-case .lightcase-content p {
    color: #fff;
  }
  /* Navigation */
  #lightcase-nav a {
    bottom: 50%;
    margin-bottom: -0.5em;
    outline: none;
    cursor: pointer;
  }
  #lightcase-nav a.lightcase-icon-close {
    margin: 0;
  }
  #lightcase-nav a.lightcase-icon-close,
  #lightcase-nav a.lightcase-icon-play,
  #lightcase-nav a.lightcase-icon-pause {
    opacity: 0;
  }
  #lightcase-nav a:hover,
  #lightcase-case:hover ~ #lightcase-nav a {
    opacity: 1;
  }
  /* Icon positioning */
  #lightcase-nav a.lightcase-icon-close {
    position: fixed;
    z-index: 9997;
    top: 15px;
    right: 15px;
    outline: none;
  }
  #lightcase-nav a.lightcase-icon-play,
  #lightcase-nav a.lightcase-icon-pause {
    left: 50%;
    margin-left: -0.5em;
  }
  #lightcase-nav a.lightcase-icon-prev {
    left: 15px;
  }
  #lightcase-nav a.lightcase-icon-next {
    right: 15px;
  }
  /* Error message */
  #lightcase-case p.lightcase-error {
    margin: 0;
    padding: 0;
    font-size: 17px;
    color: #fff;
  }
}
@media screen {
  /* Overlay */
  #lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
  }
  /* Loading */
  #lightcase-loading {
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 1;
    font-size: 32px;
    /* Fixes the icon wobble issue in firefox */
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-loading-spin 0.5s infinite linear;
    -moz-animation: lightcase-loading-spin 0.5s infinite linear;
    -o-animation: lightcase-loading-spin 0.5s infinite linear;
    animation: lightcase-loading-spin 0.5s infinite linear;
  }
  /* Case */
  #lightcase-case {
    display: none;
    position: fixed;
    z-index: 1002;
    top: 50%;
    left: 50%;
  }
  /* Additional info */
  #lightcase-case .lightcase-info {
    /* 
		 * You can change to position "static" or "relative" instead, but consider
		 * that this height will be integrated and calculated
		 * to the maximum height additionally to the image height.
		 */
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }
  #lightcase-case .lightcase-info h4 {
    color: #fff;
  }
  #lightcase-case .lightcase-caption {
    clear: both;
  }
  #lightcase-case .lightcase-title,
  #lightcase-case .lightcase-caption {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis;
  }
  #lightcase-case .lightcase-caption {
    text-align: center;
    font-size: 20px;
  }
  #lightcase-case .lightcase-sequenceInfo {
    font-size: 11px;
  }
  /* Icons */
  [class*='lightcase-icon-'] {
    width: 1.123em;
    height: auto;
    /*
		 * For adjusting the icon size, just change the
		 * value for "font-size" here!
		 */
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
  }
  a[class*='lightcase-icon-'],
  a[class*='lightcase-icon-']:focus {
    position: fixed;
    z-index: 9999;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
  }
  a[class*='lightcase-icon-']:hover {
    color: #ffffff;
  }
  a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px;
  }
  /* For mobile (touch) devices */
  .lightcase-isMobileDevice #lightcase-case .lightcase-inlineWrap,
  .lightcase-isMobileDevice #lightcase-case[data-type=iframe] .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lightcase-isMobileDevice.lightcase-open,
  .lightcase-isMobileDevice.lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  .lightcase-isMobileDevice #lightcase-nav a:hover {
    color: #fff;
    text-shadow: none;
  }
}
/* Animation for loading spin icon */
@-webkit-keyframes lightcase-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: 'fontello';
  src: url('assets/fonts/fontello.eot?37240465');
  src: url('assets/fonts/fontello.eot?37240465#iefix') format('embedded-opentype'), url('assets/fonts/fontello.woff?37240465') format('woff'), url('assets/fonts/fontello.ttf?37240465') format('truetype'), url('assets/fonts/fontello.svg?37240465#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?37240465#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-6-pack:before {
  content: '\e800';
}
/* '' */
.icon-facebook:before {
  content: '\e801';
}
/* '' */
.icon-twitter-circled:before {
  content: '\e802';
}
/* '' */
.icon-facebook-circled:before {
  content: '\e803';
}
/* '' */
.icon-console:before {
  left: -2px;
  content: '\e804';
}
/* '' */
.icon-icon-gauntlet:before {
  content: '\e805';
}
/* '' */
.icon-icon-helldivers:before {
  content: '\e806';
}
/* '' */
.icon-banana:before {
  content: '\e807';
}
/* '' */
.icon-checkmate:before {
  content: '\e808';
}
/* '' */
.icon-icon-magicka:before {
  content: '\e809';
}
/* '' */
.icon-dropdown-arrow:before {
  content: '\e80a';
}
/* '' */
.icon-heart:before {
  content: '\e80b';
}
/* '' */
.icon-megaphone:before {
  content: '\e80c';
}
/* '' */
.icon-play:before {
  content: '\e80d';
}
/* '' */
.icon-search:before {
  content: '\e80e';
}
/* '' */
.icon-sunglasses:before {
  content: '\e80f';
}
/* '' */
.icon-picture:before {
  content: '\e810';
}
/* '' */
.icon-brush:before {
  content: '\e811';
}
/* '' */
.icon-icon-showdown:before {
  content: '\e812';
}
/* '' */
.icon-arrow-down:before {
  content: '\e813';
}
/* '' */
.icon-arrow-left:before {
  content: '\e814';
}
/* '' */
.icon-arrow-right:before {
  content: '\e815';
}
/* '' */
.icon-icon-arrow-up:before {
  content: '\e816';
}
/* '' */
/* Theme dependencies */
/* Colors */
/* Mixins */
/* Helper classes */
.aligncenter {
  margin: 0;
  text-align: center;
}
img.aligncenter {
  display: block;
  padding: 20px 0;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
.overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 33, 47, 0.25);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.single .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.relative {
  position: relative;
}
/* Parts */
.section-icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -43px;
  margin-top: -43px;
  z-index: 10;
  color: #fff;
  width: 86px;
  height: 86px;
  background: #2cc384;
  text-align: center;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.section-icon i {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  display: block;
  width: 86px;
  height: 86px;
  font-size: 45px;
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
}
.section-icon i:before {
  position: relative;
  top: 14px;
}
.section-icon:hover {
  color: #fff;
  background: #27ae76;
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .section-icon {
    margin-top: -35px;
    margin-left: -35px;
    width: 70px;
    height: 70px;
  }
  .section-icon i {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
  .section-icon i:before {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .section-icon {
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
  }
  .section-icon i {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .section-icon i:before {
    top: 9px;
  }
}
/* Components */
.component-aligner {
  text-align: center;
}
.component-aligner .col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .component-aligner .col-centered {
    margin-right: 0;
    margin-bottom: 30px;
    display: block;
  }
  .component-aligner .col-centered:last-child {
    margin-bottom: 0;
  }
}
.component {
  padding: 80px 0;
  position: relative;
  z-index: 2;
  /*
	&:first-child {
		+ .component {
			&:not(.has-icon) {
				margin-top: -80px;

				@media( max-width: 767px ) {
					margin-top: -20px;
				}
			}
		}
	}
	*/
}
@media (max-width: 767px) {
  .component {
    padding: 20px 0;
  }
}
.component.has-icon {
  padding: 110px 0;
}
@media (max-width: 767px) {
  .component.has-icon {
    padding: 60px 0;
  }
}
.component.icon-only {
  padding-top: 0;
}
.component.games,
.component.gallery_featured,
.component.gallery_grid {
  padding-bottom: 0;
}
.component.games.no-headline,
.component.gallery_featured.no-headline,
.component.gallery_grid.no-headline {
  padding-top: 0;
}
.component.bg-pattern {
  background-image: url('assets/images/mountains.png');
  background-repeat: repeat-x;
  background-position: center bottom;
  min-height: 480px;
}
.component.bg-pattern .flex {
  min-height: 320px;
}
.component.bg-pattern.bg-green,
.component.bg-pattern.bg-dark_blue {
  min-height: 0;
}
.component.bg-pattern.bg-green .flex,
.component.bg-pattern.bg-dark_blue .flex {
  min-height: 0;
}
@media (max-width: 767px) {
  .component.bg-pattern {
    background-image: url('assets/images/mountains-small.png');
    min-height: 0;
  }
  .component.bg-pattern .flex {
    min-height: 0;
  }
}
.component.has-bg-image:after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component.has-bg-image.bg-green:after {
  background-color: rgba(44, 195, 132, 0.7);
}
.component.has-bg-image.bg-dark_blue:after {
  background-color: rgba(1, 33, 47, 0.7);
}
.component.has-bg-image.bg-blue:after {
  background-color: rgba(1, 97, 132, 0.7);
}
.component.has-bg-image.bg-light_blue:after {
  background-color: rgba(190, 216, 225, 0.25);
}
.component.bg-white {
  background-color: #fff;
}
.component.bg-image {
  background-position: 49% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.component:not(.has-bg-image).bg-green {
  background-color: #2cc384;
}
.component:not(.has-bg-image).bg-green a {
  color: #fff;
  text-decoration: underline;
}
.component:not(.has-bg-image).bg-blue {
  background-color: #016184;
}
.component:not(.has-bg-image).bg-light_blue {
  background-color: #bed8e1;
}
.component:not(.has-bg-image).bg-dark_blue {
  background-color: #01212f;
}
.component.bg-blue,
.component.bg-green,
.component.bg-dark_blue {
  color: #fff;
}
.component.bg-blue h1,
.component.bg-green h1,
.component.bg-dark_blue h1,
.component.bg-blue h2,
.component.bg-green h2,
.component.bg-dark_blue h2,
.component.bg-blue h3,
.component.bg-green h3,
.component.bg-dark_blue h3,
.component.bg-blue h4,
.component.bg-green h4,
.component.bg-dark_blue h4,
.component.bg-blue .component-headline,
.component.bg-green .component-headline,
.component.bg-dark_blue .component-headline {
  color: #fff;
}
.component.content.bg-blue.bg-pattern .entry-meta li.author-date,
.component.content.bg-green .entry-meta li.author-date,
.component.content.bg-light_blue:not(.bg-pattern) .entry-meta li.author-date,
.component.posts.bg-blue.bg-pattern .entry-meta li.author-date,
.component.posts.bg-green .entry-meta li.author-date,
.component.posts.bg-light_blue:not(.bg-pattern) .entry-meta li.author-date {
  color: #fff;
}
.component.posts.bg-blue a:after,
.component.posts.bg-green a:after,
.component.posts.bg-light_blue a:after {
  display: none !important;
}
.component.content.bg-light_blue:not(.bg-pattern) a {
  color: inherit;
}
.component.content.bg-light_blue:not(.bg-pattern) a:hover {
  color: inherit;
}
.component.content.bg-light_blue:not(.bg-pattern) a:after {
  background: #809097;
}
.component.hero_slider + #content .components .component:first-child {
  margin-top: -100px;
}
@media (max-width: 767px) {
  .component.hero_slider + #content .components .component:first-child {
    margin-top: 0;
  }
}
.component .container {
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .component .col-sm-2,
  .component .col-sm-3,
  .component .col-sm-4,
  .component .col-sm-6 {
    margin-bottom: 20px;
  }
}
.component-headline {
  text-align: center;
  color: rgba(1, 33, 47, 0.5);
  margin-bottom: 50px;
  position: relative;
  z-index: 4;
}
.has-icon .component-headline {
  margin-top: -15px;
}
@media (max-width: 767px) {
  .component-headline {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed,
.entry-content video,
.entry-content param {
  max-width: 100%;
  height: auto;
}
.entry-content ul,
.entry-content ol {
  list-style-position: inside;
  margin: 0 0 20px 20px;
  padding: 0;
}
.entry-content ul li,
.entry-content ol li {
  margin: 0 0 10px;
  padding: 0;
}
.entry-content ul li {
  list-style: disc;
}
.entry-content ol li {
  list-style: decimal;
}
.entry-content p {
  margin-bottom: 20px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content a {
  color: #2cc384;
}
.entry-content a:hover {
  color: #27ae76;
}
.entry-content ul + .gallery,
.entry-content ol + .gallery {
  margin-top: 40px;
}
.entry-content h2 + .gallery,
.entry-content h3 + .gallery,
.entry-content h4 + .gallery,
.entry-content h2 + ul,
.entry-content h3 + ul,
.entry-content h4 + ul,
.entry-content h2 + ol,
.entry-content h3 + ol,
.entry-content h4 + ol,
.entry-content h2 + iframe + table,
.entry-content h3 + iframe + table,
.entry-content h4 + iframe + table {
  margin-top: -10px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
}
.wp-caption img {
  margin-bottom: 10px;
}
.wp-caption p {
  font-size: 15px;
  line-height: normal;
}
blockquote,
cite {
  margin: 0 0 30px;
  padding: 0 40px;
  text-align: center;
  padding-left: 20px;
  font-style: italic;
}
blockquote p:before,
cite p:before {
  content: '" ';
}
blockquote p:after,
cite p:after {
  content: ' "';
}
@media (max-width: 767px) {
  blockquote,
  cite {
    padding: 0;
  }
}
.text-medium,
blockquote,
cite {
  font-size: 30px;
}
.text-medium + p {
  margin-top: 40px;
}
.single-post .text-medium + p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .text-medium,
  blockquote,
  cite {
    font-size: 22px;
  }
}
.text-large {
  font-size: 40px;
}
.text-large + p {
  margin-top: 20px;
}
.single-post .text-large + p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .text-large {
    font-size: 25px;
  }
}
.text-uppercase {
  letter-spacing: 5px;
  text-transform: uppercase;
}
.text-uppercase + .text-uppercase {
  margin-left: 40px;
}
.text-uppercase:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .text-uppercase + .text-uppercase {
    margin: 0 20px 20px;
  }
}
.gallery {
  margin: 0 -20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery dl {
  margin-bottom: 40px;
  width: 20%;
  float: left;
  padding: 0 20px;
}
.gallery-columns-2.gallery dl {
  width: 50%;
}
.gallery-columns-3.gallery dl {
  width: 33.334%;
}
.gallery-columns-4.gallery dl {
  width: 25%;
}
@media (max-width: 767px) {
  .gallery dl {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.gallery .gallery-caption {
  font-size: 15px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .gallery .gallery-caption {
    font-size: 13px;
    line-height: 1.5;
  }
}
.gallery br {
  display: none;
}
.site-header {
  height: 80px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.mobile-nav-open .site-header {
  overflow: visible;
}
.win-has-scroll .site-header {
  background-color: #01212f;
}
.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header .site-logo {
  float: left;
  display: block;
  padding-top: 20px;
}
.site-header .site-logo .logo-svg {
  display: block;
  width: 250px;
  height: 32px;
  background: url('assets/images/logo.svg') 0 0 no-repeat;
  background-size: 250px 32px;
  text-indent: -999em;
}
@media (max-width: 1170px) and (min-width: 993px) {
  .site-header .site-logo .logo-svg {
    width: 150px;
    height: 19px;
    background-size: 150px 19px;
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .site-header .site-logo .logo-svg {
    width: 150px;
    height: 19px;
    background-size: 150px 19px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .site-header .site-logo {
    padding-top: 28px;
  }
}
@media (max-width: 992px) {
  .site-header {
    background-color: #01212f;
  }
  .site-header .social-sites {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-header {
    height: 60px;
  }
}
/* Social sites */
.social-sites li {
  float: left;
  margin-right: 20px;
  line-height: 80px;
}
@media (max-width: 1170px) {
  .social-sites li {
    margin-right: 15px;
  }
}
.social-sites li:last-child {
  margin-right: 0;
}
.social-sites li a {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1170px) {
  .social-sites li a {
    font-size: 18px;
  }
}
.win-loaded .social-sites li a {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.social-sites li a:hover {
  color: #2cc384;
}
.site-nav li {
  float: left;
  margin-right: 30px;
  line-height: 80px;
}
.site-nav li[class*='current'] a {
  color: #2cc384;
}
@media (min-width: 1275px) {
  .site-nav li {
    margin-right: 50px;
  }
}
@media (max-width: 1150px) {
  .site-nav li {
    margin-right: 15px;
  }
}
@media (max-width: 992px) {
  .site-nav li a {
    font-size: 15px;
  }
  .site-nav li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .site-nav {
    display: none;
    float: none !important;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #01212F;
    overflow: auto;
    padding-bottom: 50px;
  }
  .site-nav li {
    float: none;
    margin: 0;
    line-height: normal;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    padding: 10px 20px;
    position: relative;
    text-align: center;
  }
  .site-nav li:first-child {
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
  }
  .site-nav li:last-child {
    border-bottom: 0;
  }
  .mobile-nav-open .site-nav {
    display: block;
  }
  .logged-in .site-nav {
    top: 106px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .site-nav {
    padding-bottom: 100px;
  }
}
.site-nav a,
.sub-nav a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.site-nav a:hover,
.sub-nav a:hover {
  color: #2cc384;
}
.sub-nav {
  text-align: center;
  background: #2cc384;
  padding: 28px 0;
}
.sub-nav li {
  display: inline-block;
  margin: 0 30px;
}
.sub-nav li[class*='current'] a:after {
  width: 99%;
}
.sub-nav a {
  display: block;
  color: #fff;
  position: relative;
}
.sub-nav a:hover {
  color: #fff;
}
.sub-nav a:hover:after {
  width: 99%;
}
.sub-nav a:after {
  content: '';
  background: #fff;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: -1px;
  z-index: 4;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
@media (max-width: 992px) {
  .sub-nav {
    padding: 20px 0;
  }
  .sub-nav a {
    font-size: 15px;
  }
  .sub-nav li {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .sub-nav {
    background: #fff;
    padding: 20px 20px 0;
  }
  .sub-nav li {
    margin: 0 5px;
  }
  .sub-nav li[class*='current'] a {
    background: #2aa170;
  }
  .sub-nav a {
    display: inline-block;
    padding: 5px 10px 4px;
    background: #2cc384;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .sub-nav a:after {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.mobile-nav {
  position: absolute;
  right: 20px;
  top: 14px;
}
.hamburger-nav {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
}
.hamburger-nav span {
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.active.hamburger-nav span {
  background: 0 0;
}
.hamburger-nav span:before,
.hamburger-nav span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
}
.active.hamburger-nav span:before,
.active.hamburger-nav span:after {
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.hamburger-nav span:before {
  top: -6px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top,transform;
}
.active.hamburger-nav span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-nav span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom,transform;
}
.active.hamburger-nav span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-footer {
  padding: 80px 30px;
  background-color: #01212f;
}
.site-footer .tagline {
  margin-bottom: 50px;
}
.site-footer a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .social-sites {
  margin-top: 10px;
}
.site-footer .social-sites li {
  float: none;
  line-height: inherit;
  display: inline-block;
  margin-right: 15px;
}
.site-footer .social-sites li:last-child {
  margin-right: 0;
}
.site-footer .social-sites li a {
  color: inherit;
}
.site-footer .social-sites li a:hover {
  color: #fff;
}
@media (max-width: 992px) {
  .site-footer {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 30px;
    text-align: center;
    font-size: 15px;
  }
  .site-footer .tagline,
  .site-footer .pull-left {
    margin-bottom: 20px;
  }
  .site-footer .pull-left,
  .site-footer .pull-right {
    float: none !important;
  }
  .site-footer .text-right {
    text-align: center;
  }
}
/* Single */
.single-entry-meta {
  margin-bottom: 40px;
  font-size: 22px;
  color: #415964;
}
.single-entry-meta .bubble {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -35px;
  display: block;
  height: 60px;
}
.single-entry-meta .bubble i {
  position: relative;
  font-size: 60px;
}
.single-entry-meta .bubble span {
  color: #fff;
  font-family: 'brandon-grotesque', sans-serif;
  position: absolute;
  left: 0;
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -9px;
  height: 20px;
  font-weight: 600;
}
.single-entry-meta .author-image img {
  width: 100%;
  height: auto;
}
.single-entry-meta .author-image a:after {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .single-entry-meta {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .single-entry-meta .flex > .col-xs-1 {
    margin-right: 20px;
  }
  .single-entry-meta .col-xs-11 br {
    display: none;
  }
  .single-entry-meta .author-image {
    width: 50px;
  }
}
.pagination-post,
.pagination-archive {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px rgba(190, 216, 225, 0.5) solid;
}
@media (max-width: 767px) {
  .pagination-post,
  .pagination-archive {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.pagination-archive {
  margin-top: 50px;
  text-align: center;
}
.pagination-archive a,
.pagination-archive span {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 15px;
  font-weight: 600;
}
.pagination-archive span {
  color: #9ca9ae;
}
.pagination-post {
  color: #2cc384;
  font-size: 16px;
  position: relative;
}
.pagination-post a {
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.pagination-post i {
  padding-right: 10px;
  font-size: 20px;
}
.pagination-post .pull-right i {
  padding-right: 0;
  padding-left: 10px;
}
.pagination-post .icon-grid {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
}
.pagination-post .icon-grid i {
  padding: 0;
}
@media (max-width: 767px) {
  .pagination-post {
    font-size: 12px;
  }
  .pagination-post i {
    position: relative;
    top: 2px;
  }
}
#respond {
  margin-top: 40px;
}
.comments #respond {
  margin-top: 0;
}
@media (max-width: 767px) {
  #respond {
    margin-top: 20px;
  }
}
/* Filter */
.posts-filter {
  margin-top: 30px;
}
.posts-filter .col-sm-4 {
  margin-bottom: 20px;
}
.posts-filter .col-sm-4:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .posts-filter {
    margin-bottom: 10px;
  }
}
/* Lists */
.media {
  margin-top: 40px;
  /*
	&.is-sticky {
		background-color: fadeout( @light_blue, 90% );
		box-shadow: inset 0 0 0 1px fadeout( @light_blue, 80% );
	}
	*/
}
.media .media-left {
  padding-right: 40px;
}
.media .media-left img {
  max-width: 350px;
  height: auto;
}
@media (max-width: 992px) {
  .media .media-left img {
    max-width: 210px;
  }
}
.media.media-callout {
  padding: 30px;
}
@media (max-width: 767px) {
  .media.media-callout {
    padding: 20px;
  }
}
.media.is-featured {
  position: relative;
  background-position: 49% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.media.is-featured a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: #fff;
}
.media.is-featured a:hover {
  opacity: 0.8;
}
.media.is-featured .author-image a:after {
  background: none;
}
.media.is-featured .author-image a:hover {
  opacity: 0.8;
}
.media.is-featured .entry-meta li.author-date {
  color: #fff;
}
.media.is-featured .entry-meta li.comment-count .bubble .fa {
  color: #fff;
}
.media.is-featured .entry-meta li.comment-count .bubble span {
  color: #415964;
  font-weight: 600;
}
.media.is-featured .media-body {
  z-index: 2;
  position: relative;
}
.media.is-featured:after {
  background-color: rgba(1, 33, 47, 0.35);
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .media h2 {
    margin-bottom: 5px;
  }
}
.tag {
  position: relative;
  z-index: 10;
  display: inline-block;
  background: #2cc384;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 10px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .tag {
    font-size: 10px;
    padding: 3px 5px;
  }
}
.tag.absolute {
  position: absolute;
  top: 0;
  left: 20px;
}
.post-list h3 {
  margin-bottom: 10px;
}
.post-list li {
  margin: 0 0 30px 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post-list li:last-child {
  margin-bottom: 0;
}
.entry-content .post-list {
  margin-left: 0;
  list-style: none;
}
.list-image {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.list-image:hover {
  zoom: 1;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.posts .list-image {
  margin-bottom: 20px;
}
.post-date {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .post-date {
    font-size: 14px;
  }
}
.entry-meta {
  margin-top: 0 !important;
}
.entry-content .entry-meta {
  margin-left: 0;
  list-style: none;
}
.entry-content .entry-meta li {
  margin: 0 20px 0 0;
}
.post-list .entry-meta li.author-date span {
  font-size: 20px;
}
.entry-meta li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.entry-meta li:last-child {
  margin-right: 0;
}
.entry-meta li.author-date {
  color: #2cc384;
}
.entry-meta li.author-date span {
  font-size: 25px;
  display: block;
}
@media (max-width: 767px) {
  .entry-meta li.author-date span {
    font-size: 20px;
  }
}
.entry-meta li.comment-count .bubble {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  position: relative;
  top: -4px;
}
.entry-meta li.comment-count .bubble:hover .fa {
  color: #27ae76;
}
.entry-meta li.comment-count .bubble span {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
}
.entry-meta li.comment-count .bubble .fa {
  font-size: 40px;
  color: #2cc384;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .entry-meta li {
    margin-right: 10px;
  }
  .entry-meta li.author-date span {
    font-size: 17px;
  }
}
.author-image a {
  display: block;
  position: relative;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.author-image a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: rgba(1, 97, 132, 0.5);
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.author-image a:hover:after {
  background: rgba(1, 97, 132, 0.4);
}
.author-image img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.load-more {
  text-align: center;
  margin-top: 60px;
}
button,
input[type="submit"] {
  background: transparent;
  border: 0;
  color: #fff;
}
button .fa,
input[type="submit"] .fa {
  color: #fff;
}
.btn {
  background: #2cc384;
  padding: 17px 25px 15px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 2px transparent solid;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
@media (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 15px 22px 13px;
  }
}
.entry-content .btn {
  color: #fff;
}
.entry-content .btn:hover {
  color: #fff;
}
.btn + .btn {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.btn:hover {
  zoom: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  color: #fff;
  background: #239968;
}
.btn.btn-transparent {
  background: transparent;
  border-color: #fff;
}
.btn.btn-transparent:hover {
  background: #fff;
  color: #2cc384 !important;
}
.btn.dark-green {
  background: #2aa170;
}
.btn.dark-green:hover {
  background: #258d62;
  color: #fff;
}
.btn.dark-green:active {
  background: #1f7954;
}
.btn.btn-has-loading {
  position: relative;
}
.btn.btn-has-loading span,
.btn.btn-has-loading i {
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, -o-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,-webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease;
}
.btn.btn-has-loading span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.btn.btn-has-loading i {
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  width: 20px;
  height: 20px;
  font-size: 21px;
  position: absolute;
  margin: -10px 0 0 -10px;
  top: 50%;
  left: 50%;
}
.btn.btn-has-loading.loading i {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn.btn-has-loading.loading span {
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.latest-post-link {
  font-weight: 700;
  color: #2cc384;
}
input[type='file'] {
  width: 100%;
}
input[type='url'],
input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
textarea {
  font-size: 16px;
  color: #2cc384;
  height: 48px;
  padding: 0 20px;
  background-color: #f0f6f8;
  border: 0;
  width: 100%;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
input[type='url']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #2cc384;
}
input[type='url']:-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='search']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #2cc384;
}
input[type='url']::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
textarea::-moz-placeholder {
  color: #2cc384;
}
input[type='url']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #2cc384;
}
input[type='url']:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
  outline: 0;
  background-color: #e6f0f3;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select {
  font-size: 16px;
  color: #2cc384;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  border: 0;
  height: 48px;
  padding: 0 20px;
  width: 100%;
  background-color: #f0f6f8;
  background-image: url('assets/images/select-arrow.png');
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
select:focus {
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
textarea {
  height: 200px;
  overflow: auto;
  resize: vertical;
  padding: 20px;
}
.search-form {
  position: relative;
}
.search-form input {
  padding-right: 50px;
}
.search-form button {
  position: absolute;
  top: 9px;
  right: 20px;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
}
.search-form button .fa {
  color: #2cc384;
}
.gform_confirmation_message {
  text-align: center;
  max-width: 50%;
  margin: 0 auto 20px auto;
}
@media (max-width: 992px) {
  .gform_confirmation_message {
    max-width: 100%;
  }
}
.col-sm-12 > .gform_wrapper {
  max-width: 50%;
}
@media (max-width: 992px) {
  .col-sm-12 > .gform_wrapper {
    max-width: 100%;
  }
}
.gform_wrapper {
  margin: 0 auto 20px auto;
}
.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .validation_error,
.gform_wrapper .gfield_description {
  display: none;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gform_fields {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
.gform_wrapper .gform_fields .gfield {
  list-style-type: none !important;
  padding: 0;
  margin: 0 0 20px 0;
}
.gform_wrapper .gform_fields .gfield .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield.gfield_error input[type="text"],
.gform_wrapper .gform_fields .gfield.gfield_error input[type="email"],
.gform_wrapper .gform_fields .gfield.gfield_error textarea {
  background-color: #FF8B8B;
}
.gform_wrapper .gform_fields .gfield_checkbox li {
  position: relative;
  float: left;
  margin-right: 15px;
  list-style-type: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gform_wrapper .gform_fields .gfield_checkbox li input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper .gform_fields .gfield_checkbox li label {
  position: relative;
  padding-left: 30px;
}
.gform_wrapper .gform_fields .gfield_checkbox li label:before {
  position: absolute;
  top: 6px;
  left: 0;
  background: #f0f6f8;
  width: 20px;
  height: 20px;
  content: '';
  font-family: 'FontAwesome';
  display: block;
  color: #2cc384;
  font-size: 18px;
  line-height: 20px;
}
.gform_wrapper .gform_fields .gfield_checkbox li input[type="checkbox"]:checked + label:before {
  content: '\f00c';
}
.gform_wrapper .gform_fields .gfield_checkbox:after {
  clear: both;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
}
.gform_wrapper .gform-button {
  position: relative;
}
.gform_wrapper .gform-button .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  visibility: hidden;
  opacity: 0;
}
.gform_wrapper .gform-button.loading .loader {
  visibility: visible;
  opacity: 1;
}
.gform_wrapper .gform-button.loading .label {
  visibility: hidden;
  opacity: 0;
}
.block-gallery .block-gallery-grid-item {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.block-gallery .block-gallery-grid-item:after {
  background-color: rgba(1, 33, 47, 0.5);
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.block-gallery .block-gallery-grid-item:hover:after {
  background-color: rgba(1, 33, 47, 0.25);
}
.block-gallery .block-gallery-item {
  height: 400px;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: 49% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-gallery .block-gallery-item .game-logo {
  max-width: 300px;
  height: auto;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, -o-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,-webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease;
}
@media (max-width: 767px) {
  .block-gallery .block-gallery-item .game-logo {
    max-width: 50%;
  }
}
.block-gallery .block-gallery-item:hover .game-logo {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.block-gallery .block-gallery-item.video {
  color: #fff;
  font-size: 80px;
}
.block-gallery .block-gallery-item.col-md-6:not(.large) .game-logo {
  max-width: 200px;
}
@media (max-width: 1200px) {
  .block-gallery .block-gallery-item {
    height: 300px;
  }
}
@media (max-height: 800px) and (min-width: 1200px) {
  .block-gallery .block-gallery-item {
    height: 250px;
  }
}
.block-gallery a.block-gallery-item .description {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, -o-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,-webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease;
}
.block-gallery a.block-gallery-item:after {
  background-color: rgba(1, 33, 47, 0.5);
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.block-gallery a.block-gallery-item:hover:after {
  background-color: rgba(1, 33, 47, 0.25);
}
.block-gallery a.block-gallery-item.game:after {
  background-color: rgba(1, 33, 47, 0.25);
}
.block-gallery a.block-gallery-item.game:hover:after {
  background-color: rgba(1, 33, 47, 0.5);
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-gallery a.block-gallery-item.game:hover .description {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.block-gallery .block-gallery-item.large {
  height: 800px;
}
.template-image_right.block-gallery .block-gallery-item.large {
  float: right !important;
}
@media (max-width: 1200px) {
  .block-gallery .block-gallery-item.large {
    height: 600px;
  }
}
@media (max-height: 800px) and (min-width: 1200px) {
  .block-gallery .block-gallery-item.large {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .template-image_right.block-gallery .block-gallery-item.large {
    float: none !important;
  }
}
@media (max-width: 480px) {
  .block-gallery .block-gallery-item.large {
    height: 300px;
  }
}
.block-gallery .google-map {
  width: 100%;
  height: inherit;
}
.block-gallery .inside {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.block-gallery .inside > div {
  text-align: center;
}
.hero-img {
  height: 400px;
  position: relative;
  background-position: 49% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hero-img:after {
  background-color: rgba(1, 33, 47, 0.25);
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1800px) {
  .single .hero-img {
    height: 600px;
  }
}
@media (min-width: 2200px) {
  .single .hero-img {
    height: 600px;
  }
}
.hero-img figcaption {
  max-width: 800px;
  position: absolute;
  bottom: 100px;
  left: 100px;
  z-index: 2;
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}
.hero-img figcaption h1,
.hero-img figcaption h2 {
  color: #fff;
  font-size: 70px;
  margin-bottom: 0;
}
.single .hero-img figcaption h1,
.single .hero-img figcaption h2 {
  font-size: 50px;
}
@media (max-width: 992px) {
  .hero-img figcaption h1,
  .hero-img figcaption h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-img figcaption h1,
  .hero-img figcaption h2 {
    font-size: 20px;
  }
  .single .hero-img figcaption h1,
  .single .hero-img figcaption h2 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .hero-img figcaption {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .hero-img figcaption {
    left: 20px;
    bottom: 20px;
  }
}
@media (max-height: 900px) and (min-width: 1200px) {
  .hero-img figcaption {
    left: 30px;
  }
  .hero-img figcaption h1,
  .hero-img figcaption h2 {
    font-size: 50px;
  }
}
@media (max-height: 900px) and (min-width: 1200px) {
  .hero-img {
    height: 400px;
  }
  .hero-img figcaption {
    left: 30px;
  }
  .hero-img figcaption h1,
  .hero-img figcaption h2 {
    font-size: 50px;
  }
}
@media (min-width: 1800px) {
  .hero-img {
    height: 700px;
  }
}
@media (min-width: 2200px) {
  .hero-img {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .hero-img {
    height: 200px;
  }
}
.win-full-height {
  height: 100%;
}
.win-full-height body {
  height: 100%;
}
.games-hero-img {
  position: relative;
  height: 100%;
  background-position: 49% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.games-hero-img:after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 33, 47, 0.25);
}
.games-hero-img figcaption {
  color: #fff;
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 80px;
  width: 100%;
  text-align: center;
}
.games-hero-img figcaption .game-logo {
  margin: 0 auto 30px;
  display: block;
  max-width: 60% !important;
}
@media (max-width: 992px) {
  .games-hero-img {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .games-hero-img figcaption {
    bottom: 30px;
    font-size: 15px;
  }
}
/* Components */
.hero_slider {
  display: none;
  padding: 0;
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .hero_slider {
    padding-bottom: 0;
    height: auto !important;
  }
}
.hero_slider .slider {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .hero_slider .slider {
    height: 500px;
  }
}
.hero_slider .slick-list,
.hero_slider .slick-track,
.hero_slider .slick-slide {
  height: 100%;
}
@media (max-width: 767px) {
  .hero_slider .slick-list,
  .hero_slider .slick-track,
  .hero_slider .slick-slide {
    height: 500px;
  }
}
.hero_slider .slick-slide {
  position: relative;
  background-position: 49% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_slider .slick-prev,
.hero_slider .slick-next {
  padding: 0;
  position: absolute;
  bottom: 100px;
  right: 100px;
  color: #fff;
  font-size: 50px;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, -o-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease,-webkit-transform 0.2s ease,-moz-transform 0.2s ease,-o-transform 0.2s ease,transform 0.2s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media (max-width: 992px) {
  .hero_slider .slick-prev,
  .hero_slider .slick-next {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    bottom: 50px !important;
  }
}
.hero_slider .slider:hover .slick-prev,
.hero_slider .slider:hover .slick-next {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.hero_slider .slick-prev {
  right: 200px;
}
.hero_slider video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hero_slider video {
    display: none;
  }
}
.hero_slider .slide-content {
  z-index: 4;
  position: absolute;
  bottom: 200px;
  left: 100px;
  color: #fff;
  max-width: 800px;
  font-size: 30px;
}
.hero_slider .slide-content h1,
.hero_slider .slide-content h2,
.hero_slider .slide-content h3,
.hero_slider .slide-content h4,
.hero_slider .slide-content h5,
.hero_slider .slide-content a {
  color: #fff;
}
.hero_slider .slide-content h1,
.hero_slider .slide-content h2 {
  font-size: 70px;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .hero_slider .slide-content h1,
  .hero_slider .slide-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .hero_slider .slide-content h1,
  .hero_slider .slide-content h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hero_slider .slide-content h1,
  .hero_slider .slide-content h2 {
    font-size: 30px;
  }
}
.hero_slider .slide-content p {
  margin-bottom: 20px;
}
.hero_slider .slide-content a {
  -webkit-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  -moz-transition: -moz-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.hero_slider .slide-content a:hover {
  -webkit-box-shadow: 0 2px 0 0 #fff;
  -moz-box-shadow: 0 2px 0 0 #fff;
  box-shadow: 0 2px 0 0 #fff;
  color: #fff;
}
@media (max-height: 690px) {
  .hero_slider .slide-content {
    font-size: 20px;
    left: 50px;
  }
  .hero_slider .slide-content h1,
  .hero_slider .slide-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 1400px) {
  .hero_slider .slide-content {
    font-size: 25px;
    bottom: 100px;
    left: 30px;
  }
}
@media (max-width: 992px) {
  .hero_slider .slide-content {
    max-width: 70%;
    font-size: 20px;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .hero_slider .slide-content {
    max-width: 100%;
    padding-right: 30px;
    font-size: 15px;
    left: 20px;
    bottom: 40px;
    text-align: center;
  }
  .hero_slider .slide-content h1,
  .hero_slider .slide-content h2 {
    font-size: 25px;
  }
}
.social-feed label {
  color: #2cc384;
}
.social-feed .type {
  font-size: 18px;
  font-weight: 700;
  color: #2cc384;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.social-feed .twitter .results {
  min-height: 300px;
}
.social-feed .small-row {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -5px;
  margin-right: -5px;
}
.social-feed .small-row .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.social-feed .feed-item {
  margin-bottom: 40px;
  font-size: 25px;
  color: #415964;
  font-weight: 600;
}
.social-feed .feed-item.instagram {
  display: block;
  margin-bottom: 10px;
}
.social-feed .feed-item.twitter a {
  color: inherit;
}
.social-feed .feed-item.twitter .user {
  color: #2cc384;
  display: block;
  font-size: 20px;
}
.social-feed .feed-item.twitter .user img {
  height: 30px;
  margin-right: 10px;
}
.social-feed .feed-item a {
  word-break: break-word;
}
.social-feed .feed-item time {
  margin-top: 10px;
  display: block;
  color: #2cc384;
  font-weight: 700;
  font-size: 18px;
}
.social-feed .feed-item time .fa {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .social-feed .feed-item {
    font-size: 20px;
  }
  .social-feed .feed-item time {
    font-size: 15px;
    margin-top: 5px;
  }
}
.number-item {
  text-align: center;
  font-weight: 700;
}
.number-item i {
  font-size: 100px;
}
.number-item i.icon-6-pack {
  margin-right: -15px;
}
.number-item span {
  display: block;
  font-size: 70px;
  font-weight: 900;
}
@media (max-width: 992px) {
  .number-item i {
    font-size: 70px;
  }
  .number-item span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .number-item i {
    font-size: 50px;
  }
  .number-item span {
    font-size: 40px;
  }
}
.component.clerks .clerk {
  position: relative;
  margin-bottom: 40px;
}
.component.clerks .clerk .overlay {
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  background: rgba(44, 195, 132, 0.9);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: opacity 0.2s ease, visibility 0.2s ease;
  -o-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.component.clerks .clerk .overlay .inner {
  -webkit-transition: -webkit-transform 0.1s ease;
  -moz-transition: -moz-transform 0.1s ease;
  -o-transition: -o-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease,-moz-transform 0.1s ease,-o-transform 0.1s ease,transform 0.1s ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.component.clerks .clerk .overlay a {
  color: #fff;
}
.component.clerks .clerk .overlay span {
  display: block;
  margin-bottom: 10px;
}
.component.clerks .clerk .overlay .name {
  font-size: 25px;
  font-weight: 700;
}
.component.clerks .clerk .overlay ul {
  margin-bottom: 10px;
}
.component.clerks .clerk .overlay ul .fa {
  margin-right: 10px;
}
.component.clerks .clerk:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.component.clerks .clerk:hover .overlay .inner {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.component.clerks .col-sm-3:nth-child(odd) .overlay {
  background: rgba(1, 97, 132, 0.9);
}
/* Base */
html {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html.mobile-nav-open {
  overflow: hidden;
  height: 100%;
}
body {
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 22px;
  line-height: 1.4;
  color: #809097;
  background: #fff;
}
.mobile-nav-open body {
  overflow: hidden;
  height: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 1.4;
  }
}
.container-fluid {
  padding: 0 30px;
}
.container-fluid .row {
  margin: 0 -30px;
}
.container-fluid [class*='col'] {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
  .container-fluid .row {
    margin: 0 -20px;
  }
  .container-fluid [class*='col'] {
    padding: 0 20px;
  }
}
.container-no-gutter {
  padding: 0;
}
.container-no-gutter .row {
  margin: 0;
}
.container-no-gutter [class*='col'] {
  padding: 0;
}
#content {
  min-height: 300px;
}
.single #content {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .single #content {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  #content {
    margin-top: 0;
  }
}
/* Headlines */
h1,
h2,
h3,
h4 {
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #415964;
}
h1 a,
h2 a,
h3 a,
h4 a,
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
.entry-content h1 a:hover,
.entry-content h2 a:hover,
.entry-content h3 a:hover,
.entry-content h4 a:hover {
  color: #557583;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}
/* Misc */
a {
  color: #2cc384;
}
a:hover {
  color: #27ae76;
}
.img-100 {
  width: 100%;
  height: auto;
}
.error404 {
  height: 100%;
}
.error404 .hero-img {
  height: 100%;
}
.error404 .hero-img h1 + p {
  margin-top: 20px;
  font-weight: 400;
}
.error404 .hero-img a {
  color: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  -moz-transition: -moz-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.error404 .hero-img a:hover {
  -webkit-box-shadow: 0 1px 0 0 #fff;
  -moz-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff;
  color: #fff;
}
#wpadminbar {
  position: fixed;
}
