/****** FILE: themes/Gyrostat/css/core.css *****/
/*
 * KingFramework CSS
 *
 * Copyright 2013 KingThemes
 * http://www.kingthemes.com
 *
 * Some code part of:
 * 1. Normalize CSS v.2.1.3 | MIT License | git.io/normalize
 * 2. AAnimate.css - http://daneden.me/animate
 *
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*
 * HTML5 display definitions
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

/*
 * Basic
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background-color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ffd800;
  color: #000000;
}
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;
}

/*
 * Grid system
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.container {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
}
.container.full {
  width: 100%;
  max-width: 100%;
}
.row {
  display: block;
  clear: both;
  margin-left: -15px;
  margin-right: -15px;
}
.row.collapsed {
  margin-left: 0;
  margin-right: 0;
}
[class*="col-"] {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.sample-grid {
  background-color: #efefef;
  font-size: 10px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 5px;
}
.row.collapsed [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 94.44444444444444%;
}
.col-3 {
  width: 91.66666666666667%;
}
.col-4 {
  width: 88.88888888888889%;
}
.col-5 {
  width: 86.11111111111111%;
}
.col-6 {
  width: 83.33333333333333%;
}
.col-7 {
  width: 80.55555555555556%;
}
.col-8 {
  width: 77.77777777777777%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 72.22222222222223%;
}
.col-11 {
  width: 69.44444444444444%;
}
.col-12 {
  width: 66.66666666666667%;
}
.col-13 {
  width: 63.888888888888886%;
}
.col-14 {
  width: 61.111111111111114%;
}
.col-15 {
  width: 58.333333333333336%;
}
.col-16 {
  width: 55.55555555555556%;
}
.col-17 {
  width: 52.77777777777778%;
}
.col-18 {
  width: 50%;
}
.col-19 {
  width: 47.22222222222222%;
}
.col-20 {
  width: 44.44444444444444%;
}
.col-21 {
  width: 41.666666666666664%;
}
.col-22 {
  width: 38.888888888888886%;
}
.col-23 {
  width: 36.111111111111114%;
}
.col-24 {
  width: 33.333333333333336%;
}
.col-25 {
  width: 30.555555555555557%;
}
.col-26 {
  width: 27.77777777777778%;
}
.col-27 {
  width: 25%;
}
.col-28 {
  width: 22.22222222222222%;
}
.col-29 {
  width: 19.444444444444443%;
}
.col-30 {
  width: 16.666666666666668%;
}
.col-31 {
  width: 13.88888888888889%;
}
.col-32 {
  width: 11.11111111111111%;
}
.col-33 {
  width: 8.333333333333334%;
}
.col-34 {
  width: 5.555555555555555%;
}

/*
 * Paragraph
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
p {
  margin: 0 0 20px;
}
.lead {
  font-size: 15px;
}
.dropcap {
  font-size: 4.8em;
  font-weight: 600;
  display: inline-block;
  float: left;
  line-height: 1;
  margin: -2px 8px 0 0;
}

/*
 * Links
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a {
  background: none;
  color: #3498db;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  background: none;
  color: #3486bc;
  outline: 0;
}
a:hover {
  text-decoration: underline;
}

/*
 * Headings
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 10px;
  padding: 0;
}
h1 {
  font-size: 28px;
  line-height: 1.2;
}
h2 {
  font-size: 24px;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 1.3;
}
h4 {
  font-size: 16px;
  line-height: 1.4;
}
h5 {
  font-size: 1em;
  line-height: 1.6;
}
h6 {
  font-size: 12px;
  line-height: 1.6;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

/*
 * Content header
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content-header {
  margin: 0 0 20px;
}
.content-header.v2 {
  border-bottom: 1px solid #efefef;
  padding: 20px 0 2px;
}
.content-header.v2:first-child {
  padding-top: 0;
}
.content-header.v3 {
  border-bottom: 1px solid #efefef;
  padding: 10px 0 2px;
}
.content-header.v3:first-child {
  padding-top: 0;
}
.content-header.v3:after {
  background-color: #3498db;
  display: block;
  content: "";
  height: 1px;
  position: relative;
  bottom: -3px;
  width: 20%;
}
.dark .content-header.v3 {
  border-color: rgba(255, 255, 255, 0.05);
}
.complex .content-header.v3 {
  border-color: #ffffff;
}
.content-header h1,
.content-header h2,
.content-header h3,
.content-header h4,
.content-header h5,
.content-header h6,
.content-header p {
  margin: 0 0 8px;
}
.content-header.v2 p,
.content-header.v2 p {
  margin: 0 0 20px;
}

/*
 * Text Alignment & Floating
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.middle {
  vertical-align: middle;
}
.middle:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.middle > div {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/*
 * Sections
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.section {
  background: #ffffff none no-repeat top center;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
}
.section.pad80 {
  padding-top: 80px;
}
.section.pad70 {
  padding-top: 70px;
}
.section.pad50 {
  padding-top: 50px;
}
.section.pad40 {
  padding-top: 40px;
}
.section .container {
  position: relative;
  z-index: 2;
}
.section-header {
  margin-bottom: 40px;
}
.section-header:last-child {
  margin-bottom: 20px;
}
.section-header:after {
  display: inline-block;
  content: "";
  width: 60px;
  height: 3px;
  background-image: -webkit-gradient(
    linear,
    100% 0,
    0 100%,
    color-stop(0.5, #333333),
    color-stop(0.5, transparent)
  );
  background-image: linear-gradient(to right, #333333 50%, transparent 50%);
  -webkit-background-size: 6px 100%;
  background-size: 6px 100%;
}
.section-content {
  padding-bottom: 40px;
}
.section.pad80 .section-content {
  padding-bottom: 65px;
}
.section.pad70 .section-content {
  padding-bottom: 50px;
}
.section.pad50 .section-content {
  padding-bottom: 30px;
}
.section.pad40 .section-content {
  padding-bottom: 20px;
}
.section.parallax {
  background-size: cover;
  background-attachment: fixed;
}
.section-overlay {
  background-color: #202020;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.section-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  z-index: 1;
}
.section-pattern.dot {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyIiBoZWlnaHQ9IjIiPgo8cmVjdCB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ0cmFuc3BhcmVudCI+PC9yZWN0Pgo8cmVjdCB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSIjMDAwMDAwIj48L3JlY3Q+Cjwvc3ZnPg==");
}
.section-pattern.stripe {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSJ0cmFuc3BhcmVudCI+PC9yZWN0Pgo8cGF0aCBkPSJNMCA1TDUgMFpNNiA0TDQgNlpNLTEgMUwxIC0xWiIgc3Ryb2tlPSJyZ2JhKDAsMCwwLDEpIiBzdHJva2Utd2lkdGg9IjEiPjwvcGF0aD4KPC9zdmc+");
}
.section.section-video video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section.section-video {
  overflow: hidden;
}
.section.section-map {
  background: none !important;
}
.section.section-map .map {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section.section-map .map img {
  max-width: none;
}
.section.section-map .map-switcher {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 100;
  opacity: 0;
}
.section.section-map:hover .map-switcher {
  opacity: 1;
}
.section.section-map .map-switcher.hide-map {
  display: none;
}

/*
 * Sections Scheme
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.section.light {
}
.section.dark {
  background-color: #202020;
  color: #a2a5a7;
}
.section.dark h1,
.section.dark h2,
.section.dark h3,
.section.dark h4,
.section.dark h5,
.section.dark h6 {
  color: #ffffff;
}
.section.dark a:not(.button) {
  color: #c2c2c2;
}
.section.dark a:hover {
  color: #ffffff;
}

.section.complex {
  background-color: #3498db;
  color: #ffffff;
}
.section.complex h1,
.section.complex h2,
.section.complex h3,
.section.complex h4,
.section.complex h5,
.section.complex h6,
.section.complex a:not(.button) {
  color: #ffffff;
}
.section.complex .section-header:after,
.section.dark .section-header:after {
  background-image: -webkit-gradient(
    linear,
    100% 0,
    0 100%,
    color-stop(0.5, #ffffff),
    color-stop(0.5, transparent)
  );
  background-image: linear-gradient(to right, #ffffff 50%, transparent 50%);
  -webkit-background-size: 6px 100%;
  background-size: 6px 100%;
}

/*
 * List elements
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul,
ol,
dl {
  margin: 0 0 20px;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin: 0 0 5px 40px;
}
ul li,
ol li {
  margin: 0 0 5px;
}
ul.unstyled {
  list-style: none;
  padding: 0;
}
ul.unstyled .fa {
  font-size: 14px;
  vertical-align: -5%;
  width: 20px;
}

/*
 * Quotes
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote {
  border-left: 3px solid #efefef;
  margin: 0 0 20px;
  font-size: 14px;
  padding: 0 20px;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  font-size: 13px;
  font-style: normal;
}
blockquote cite:before {
  content: "\2014 \00A0";
}
blockquote:before,
blockquote:after {
  content: "";
  display: none;
}

/*
 * Address
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
address {
  font: inherit;
  margin: 0 0 20px;
}

/*
 * Pre-formatted text
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}
pre {
  font-size: 12px;
  line-height: 18px;
  background-color: #f8f8f8;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 20px;
  padding: 20px;
  white-space: pre-wrap;
}

/*
 * Table
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
}
table.styled {
  width: 100%;
}
table.styled td,
table.styled th {
  border: 1px solid #efefef;
  padding: 8px 16px;
}
table.styled th {
  background-color: #202020;
  border-color: #333f49;
  text-align: left;
  font-weight: normal;
  color: #ffffff;
}

/*
 * Separators
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
hr {
  border: 0;
  border-top: 1px solid #efefef;
  display: block;
  height: 0;
  margin: 40px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
[class*="separator"] {
  height: 20px;
  margin-bottom: 20px;
  position: relative;
}
[class*="separator"]:after {
  border-top: 1px solid #efefef;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
[class*="separator"] > span {
  display: inline-block;
  position: absolute;
  z-index: 1;
  padding: 0 10px 0 0;
  top: 50%;
  margin-top: -10px;
  background-color: #ffffff;
}
[class*="separator"].text-center > span {
  padding: 0 10px;
}
[class*="separator"].text-right > span {
  padding: 0 0 0 10px;
  right: 0;
}
[class*="separator"] > span i {
  font-size: 14px;
}
[class*="separator"].double:after {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.separator-40 {
  height: 40px;
}
.separator-60 {
  height: 60px;
}
.separator-80 {
  height: 80px;
}

/*
 * Media
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
.fitmedia {
  margin: 0;
  position: relative;
  width: 100%;
}
.fitmedia iframe,
.fitmedia object,
.fitmedia embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * Form
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form {
  font: inherit;
  margin: 0 0 20px;
  padding: 5px 0 0;
}
span.required {
  color: #eb585c;
}
fieldset {
  border: 1px solid #efefef;
  margin: 0 0 10px;
  padding: 25px;
  width: 100%;
  min-width: 100%;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  -o-border-radius: 1.5px;
  border-radius: 1.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
legend {
  border: 0;
  font-size: 1.286em;
  padding: 0 10px;
  margin: 0 -10px;
}
.dark legend {
  color: #ffffff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="email"],
input[type="number"],
select,
textarea {
  color: #333333;
  background-color: #ffffff;
  font-size: 1em;
  border: 1px solid #efefef;
  display: inline-block;
  padding: 0.462em 0.615em;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.dark input[type="text"],
.dark input[type="password"],
.dark input[type="search"],
.dark input[type="url"],
.dark input[type="email"],
.dark input[type="number"],
.dark select,
.dark textarea,
.complex input[type="text"],
.complex input[type="password"],
.complex input[type="search"],
.complex input[type="url"],
.complex input[type="email"],
.complex input[type="number"],
.complex select,
.complex textarea {
  border: none;
}
textarea {
  height: auto;
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
}
input[type="text"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #3498db;
  border-color: rgba(0, 0, 0, 0.2);
  outline: none;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="url"]:invalid,
input[type="email"]:invalid,
input[type="number"]:invalid {
  border-color: #eb585c;
}
label {
  margin-bottom: 10px;
  display: inline-block;
}
select {
  -webkit-appearance: none;
}

/*
 * Buttons
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #636363;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 100%;
  padding: 0.654em 1.462em;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  vertical-align: top;
  margin: 3px 1.5px;
  max-width: 100%;
  white-space: pre-wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form button,
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form .button {
  margin: 0;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.button:hover {
  background-color: #f1f2f2;
  border-color: #dddddd;
  color: #636363;
  text-decoration: none;
}
button:focus,
button:active,
button.active,
input[type="submit"]:active,
input[type="submit"].active,
input[type="submit"]:focus,
input[type="button"]:active,
input[type="button"].active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"].active,
input[type="reset"]:focus,
a.button:active,
a.button.active,
a.button:focus,
.button:active,
.button.active,
.button:focus {
  background-color: #f1f2f2;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1);
  color: #636363;
  text-decoration: none;
  outline: none;
}
button[disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
a.button[disabled],
.button[disabled],
a.button.disabled,
.button.disabled {
  background-color: #f1f2f2;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  cursor: not-allowed;
}
button[disabled]:active,
input[type="submit"][disabled]:active,
input[type="button"][disabled]:active,
input[type="reset"][disabled]:active,
a.button[disabled]:active,
.button[disabled]:active,
a.button.disabled:active,
.button.disabled:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.button.rounded {
  -webkit-border-radius: 1.231em;
  -moz-border-radius: 1.231em;
  -o-border-radius: 1.231em;
  border-radius: 1.231em;
}
.button.small {
  font-size: 0.769em;
  padding: 0.6em 1.6em;
}
.button.small.rounded {
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -o-border-radius: 1.2em;
  border-radius: 1.2em;
}
.button.medium {
  font-size: 1.077em;
  padding: 0.857em 1.714em;
}
.button.medium.rounded {
  -webkit-border-radius: 1.429em;
  -moz-border-radius: 1.429em;
  -o-border-radius: 1.429em;
  border-radius: 1.429em;
}
.button.large {
  font-size: 1.231em;
  padding: 0.938em 1.875em;
}
.button.large.rounded {
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -o-border-radius: 1.5em;
  border-radius: 1.5em;
}

/* Primary button */
.button.primary {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
.button.primary:hover,
.button.primary:focus,
.button.primary:active,
.button.primary.disabled,
.button.primary[disabled] {
  background-color: #3486bc;
  border-color: #3486bc;
  color: #ffffff;
}

/* Black button */
.button.black {
  background-color: #686868;
  border-color: #686868;
  color: #ffffff;
}
.button.black:hover,
.button.black:focus,
.button.black:active,
.button.black.disabled,
.button.black[disabled] {
  background-color: #636363;
  border-color: #636363;
  color: #ffffff;
}

/* blue button */
.button.blue {
  background-color: #00acee;
  border-color: #00acee;
  color: #ffffff;
}
.button.blue:hover,
.button.blue:focus,
.button.blue:active,
.button.blue.disabled,
.button.blue[disabled] {
  background-color: #02a1db;
  border-color: #02a1db;
  color: #ffffff;
}

/* Green button */
.button.green {
  background-color: #58b25e;
  border-color: #58b25e;
  color: #ffffff;
}
.button.green:hover,
.button.green:focus,
.button.green:active,
.button.green.disabled,
.button.green[disabled] {
  background-color: #51a057;
  border-color: #51a057;
  color: #ffffff;
}

/* Orange button */
.button.orange {
  background-color: #ef7b45;
  border-color: #ef7b45;
  color: #ffffff;
}
.button.orange:hover,
.button.orange:focus,
.button.orange:active,
.button.orange.disabled,
.button.orange[disabled] {
  background-color: #dd7544;
  border-color: #dd7544;
  color: #ffffff;
}

/* Purple button */
.button.purple {
  background-color: #a085c6;
  border-color: #a085c6;
  color: #ffffff;
}
.button.purple:hover,
.button.purple:focus,
.button.purple:active,
.button.purple.disabled,
.button.purple[disabled] {
  background-color: #9880bc;
  border-color: #9880bc;
  color: #ffffff;
}

/* Red button */
.button.red {
  background-color: #f35958;
  border-color: #f35958;
  color: #ffffff;
}
.button.red:hover,
.button.red:focus,
.button.red:active,
.button.red.disabled,
.button.red[disabled] {
  background-color: #dd5252;
  border-color: #dd5252;
  color: #ffffff;
}

/* Yellow button */
.button.yellow {
  background-color: #fbad2f;
  border-color: #fbad2f;
  color: #ffffff;
}
.button.yellow:hover,
.button.yellow:focus,
.button.yellow:active,
.button.yellow.disabled,
.button.yellow[disabled] {
  background-color: #e29c2b;
  border-color: #e29c2b;
  color: #ffffff;
}

/* White button */
.button.white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #636363;
}
.button.white:hover,
.button.white:focus,
.button.white:active,
.button.white.disabled,
.button.white[disabled] {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #636363;
}

/*
 * Icon
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.icon {
  display: inline-block;
  text-align: center;
  font-size: 28px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 3px 1.5px;
}
.icon.circle,
.icon.square {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  color: #292929;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.icon.circle:hover,
.icon.square:hover {
  background-color: #f7f7f7;
  border-color: #e3e3e3;
}
.icon.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* Sizes */
.icon.small {
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.icon.circle.small,
.icon.square.small {
  font-size: 14px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.icon.medium {
  font-size: 42px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.icon.circle.medium,
.icon.square.medium {
  font-size: 18px;
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.icon.large {
  font-size: 56px;
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.icon.circle.large,
.icon.square.large {
  font-size: 28px;
  width: 62px;
  height: 62px;
  line-height: 62px;
}
.icon.big {
  font-size: 70px;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.icon.circle.big,
.icon.square.big {
  font-size: 42px;
  width: 78px;
  height: 78px;
  line-height: 78px;
}
.icon.huge {
  font-size: 84px;
  width: 94px;
  height: 94px;
  line-height: 94px;
}
.icon.circle.huge,
.icon.square.huge {
  font-size: 56px;
  width: 92px;
  height: 92px;
  line-height: 92px;
}

/* Black icon */
.icon.primary {
  color: #3498db;
}
.icon.circle.primary,
.icon.square.primary {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
.icon.circle.primary:hover,
.icon.square.primary:hover {
  background-color: #3486bc;
  border-color: #3486bc;
  color: #ffffff;
}

/* Black icon */
.icon.black {
  color: #383838;
}
.icon.circle.black,
.icon.square.black {
  background-color: #686868;
  border-color: #686868;
  color: #ffffff;
}
.icon.circle.black:hover,
.icon.square.black:hover {
  background-color: #636363;
  border-color: #636363;
  color: #ffffff;
}

/* Blue icon */
.icon.blue {
  color: #00acee;
}
.icon.circle.blue,
.icon.square.blue {
  background-color: #00acee;
  border-color: #00acee;
  color: #ffffff;
}
.icon.circle.blue:hover,
.icon.square.blue:hover {
  background-color: #02a1db;
  border-color: #02a1db;
  color: #ffffff;
}

/* Green icon */
.icon.green {
  color: #58b25e;
}
.icon.circle.green,
.icon.square.green {
  background-color: #58b25e;
  border-color: #58b25e;
  color: #ffffff;
}
.icon.circle.green:hover,
.icon.square.green:hover {
  background-color: #51a057;
  border-color: #51a057;
  color: #ffffff;
}

/* Orange icon */
.icon.orange {
  color: #ef7b45;
}
.icon.circle.orange,
.icon.square.orange {
  background-color: #ef7b45;
  border-color: #ef7b45;
  color: #ffffff;
}
.icon.circle.orange:hover,
.icon.square.orange:hover {
  background-color: #dd7544;
  border-color: #dd7544;
  color: #ffffff;
}

/* Purple icon */
.icon.purple {
  color: #a085c6;
}
.icon.circle.purple,
.icon.square.purple {
  background-color: #a085c6;
  border-color: #a085c6;
  color: #ffffff;
}
.icon.circle.purple:hover,
.icon.square.purple:hover {
  background-color: #9880bc;
  border-color: #9880bc;
  color: #ffffff;
}

/* Red icon */
.icon.red {
  color: #f35958;
}
.icon.circle.red,
.icon.square.red {
  background-color: #f35958;
  border-color: #f35958;
  color: #ffffff;
}
.icon.circle.red:hover,
.icon.square.red:hover {
  background-color: #dd5252;
  border-color: #dd5252;
  color: #ffffff;
}

/* Yellow icon */
.icon.yellow {
  color: #fbad2f;
}
.icon.circle.yellow,
.icon.square.yellow {
  background-color: #fbad2f;
  border-color: #fbad2f;
  color: #ffffff;
}
.icon.circle.yellow:hover,
.icon.square.yellow:hover {
  background-color: #e29c2b;
  border-color: #e29c2b;
  color: #ffffff;
}

/*
 * Nav
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.nav ul,
.nav * {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a {
  display: block;
  text-decoration: none;
}
.nav a:hover {
  text-decoration: none;
}
.nav li {
  position: relative;
  text-align: left;
}
.nav li.full {
  position: static;
}
.nav .dropdown ul {
  position: absolute;
  display: none;
  /*top: 100%;*/
  z-index: 99;
  width: 150px;
}
.nav .dropdown li:hover > ul {
  display: block;
}
.nav .dropdown li.mega-menu > ul {
  width: auto;
}
.nav .dropdown li.mega-menu.full ul {
  width: 100%;
  left: 0;
}
.nav .dropdown li.mega-menu:hover > ul {
  display: table;
}
.nav .dropdown li.mega-menu > ul > li {
  display: table-cell;
}
.nav .dropdown li.mega-menu.full > ul ul {
  width: auto;
}
.nav .dropdown li.mega-menu ul ul {
  position: static;
  display: block;
}
.nav .dropdown li.reserved ul {
  right: 0;
}

.nav.horizontal > ul > li {
  display: inline-block;
}
.nav.horizontal .dropdown ul ul {
  top: 0;
  left: 100%;
}
.nav.horizontal .dropdown .reserved ul ul {
  top: 0;
  left: auto;
  right: 100%;
}

/*
 * Clearing
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.container:before,
.container:after,
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.clear:before,
.clear:after,
.section:before,
.section:after,
hr:before,
hr:after,
[class*="separator"]:before,
[class*="separator"]:after,
.nav:before,
.nav ul:after,
.nav:before,
.nav ul:after {
  display: table;
  content: "";
}
.container:after,
.clearfix:after,
.row:after,
.clear:after,
.section:after,
[class*="separator"]:after,
.nav:after,
.nav ul:after {
  clear: both;
}

/*
 * Keyframes
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/*
 * Animated
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/****** FILE: mysite/css/typography.css *****/
.float-left {
  float: left;
  margin-right: 1em;
}
.float-right {
  float: right;
  margin-left: 1em;
}
.float-left,
.float-right {
  max-width: 50%;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 480px) {
  .float-left,
  .float-right,
  .float-left img,
  .float-right img {
    max-width: 100%;
  }
  .float-left {
    margin-right: 0;
  }
  .float-right {
    margin-left: 0;
  }
}

/****** FILE: themes/Gyrostat/css/style.css *****/
/*
 * Base
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
  font-family: "Open Sans", sans-serif;
  color: #555555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #292929;
  font-weight: 600;
}
a,
button,
.button,
.icon {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*
 * Header
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#site-header {
  padding: 0;
  position: relative;
  z-index: 999;
}
.is-sticky #site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#site-header .container {
  position: relative !important;
}

/*
 * Logo
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.site-title {
  margin: 19px 0 0;
  padding: 0;
}
.site-title a {
  display: block;
}
.site-title img {
  vertical-align: top !important;
}
.is-sticky .site-title {
  margin-top: 12px;
}
.section.light .site-title a {
  color: #292929;
}
.section.complex .site-title a,
.section.dark .site-title a {
  color: #ffffff;
}

/*
 * Site nav
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#site-nav {
}
#site-nav > ul > li > a {
  color: #292929;
  display: block;
  padding: 30px 20px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition-property: color, background;
  transition-property: color, background;
}
#site-nav > ul > li > a:hover {
  color: #3498db;
}
.section.dark #site-nav > ul > li > a {
  color: #ffffff;
}
.is-sticky #site-nav > ul > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
#site-nav > ul > li.over > a {
  background-color: rgba(32, 32, 32, 0.95);
  color: #ffffff;
}
#site-nav > ul > li > a:hover {
  background-color: rgba(32, 32, 32, 0.95);
  color: #ffffff !important;
}
#site-nav .current {
  background-color: rgba(32, 32, 32, 0.95);
  color: #ffffff !important;
}
#site-nav .fa {
  width: 20px;
  font-size: 14px;
  vertical-align: -5%;
}
#site-nav ul ul {
  background-color: #ffffff;
  background-color: rgba(32, 32, 32, 0.95);
  padding: 10px 20px;
  border-radius: 0 0 2px 2px;
}
#site-nav .mega-menu > ul {
  padding: 25px 0;
}
#site-nav .mega-menu > ul > li {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
#site-nav .mega-menu > ul > li:last-child {
  border-right: none;
}
#site-nav .mega-menu ul ul {
  background-color: transparent;
  padding: 0 20px;
}
#site-nav .mega-menu > ul > li > a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 20px 8px;
}
#site-nav .mega-menu.full > ul {
  margin-left: 0;
}
#site-nav .mega-menu.full > ul ul {
  padding: 0 30px;
}
#site-nav .mega-menu.full > ul > li > a {
  padding: 5px 30px 8px;
}
#site-nav ul ul a {
  color: #c2c2c2;
  padding: 4px 0;
}
#site-nav ul ul a:hover {
  color: #ffffff;
}
#site-nav ul ul ul {
  margin-top: -5px;
}

/*
 * Mobile menu
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#mobile-menu-trigger {
  float: right;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  background-color: #202020;
  margin: 25px 0;
  display: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.is-sticky #mobile-menu-trigger {
  margin: 15px 0;
}
#mobile-menu {
  display: none;
  background-color: #202020;
  text-align: left;
}
.slicknav_menu {
  width: 100%;
  position: relative;
}
.slicknav_menu .slicknav_btn {
  display: none;
}
.slicknav_nav,
.slicknav_nav ul,
.slicknav_nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slicknav_nav li a {
  color: #c2c2c2;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.slicknav_nav .slicknav_item a {
  display: inline;
  padding: 0;
  border: none;
}
.slicknav_nav li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.slicknav_nav .slicknav_parent ul {
  background-color: rgba(255, 255, 255, 0.05);
}
.slicknav_arrow {
  float: right;
  font-size: 10px;
}

/*
 * Header Social
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header-social {
  float: right;
  padding: 24px 0px 14px;
  margin-left: 20px;
}
.is-sticky #header-social {
  padding: 15px 0;
}

/*
 * Banner
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#banner {
  padding: 0;
}
#banner .tp-banner {
  overflow: hidden;
}
#banner .tp-banner > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
 * Page title
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-title .section-header {
  margin-bottom: 40px;
}
.page-title .section-header:after {
  display: none;
}

/*
 * Breadcrumbs
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.breadcrumbs {
  background-color: #3498db;
  display: inline-block;
  padding: 6px 12px;
}
.breadcrumbs,
.breadcrumbs a {
  color: #ffffff !important;
}

/*
 * Entry
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.entry {
  border-bottom: 1px solid #efefef;
  margin: 0 0 30px 0;
  padding: 0 0 12px 0;
  position: relative;
}
.entry:last-child {
  border: 0;
  padding-bottom: 0;
}
.single-entry {
  border-bottom: none;
  padding-bottom: 0;
}
.entry-header {
  margin: 0 0 20px;
}
.entry-featured {
  margin: 0 0 25px;
  padding: 5px 0 0;
}
.entry-date {
  font-weight: 600;
  text-transform: uppercase;
}
.light .entry-date {
  color: #3498db;
}
.entry-title {
  font-size: 1.846em;
  margin: 10px 0 10px;
}
.light .entry-title a {
  color: #292929;
}
.light .entry-title a:hover {
  color: #3498db;
  text-decoration: none;
}
.light .entry-meta {
  color: #9a9a9a;
}
.light .entry-meta a {
  color: #555555;
}
.light .entry-meta a:hover {
  color: #3486bc;
}
.entry-content {
  margin-bottom: 20px;
}
.entry-more-link {
  padding: 5px 0 0;
}

/*
 * Page entry
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.page-entry {
}

/*
 * Masonry entry
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.masonry-entries {
  margin-bottom: -10px;
}
.masonry-entries .entry {
  margin-bottom: 30px;
}
.masonry-entries .entry .entry-header {
  margin: 0 0 15px;
  padding: 20px 0 0;
}
.masonry-entries .entry .entry-title {
  font-size: 18px;
}
.light .masonry-entries .entry .entry-title a {
  color: #292929;
}
.light .masonry-entries .entry .entry-title a:hover {
  color: #3486bc;
  text-decoration: none;
}
.masonry-entries .entry .entry-meta {
  font-size: 0.923em;
}
.masonry-entries .entry .entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}
.masonry-entries .entry .entry-featured {
  margin: 0;
}
.masonry-entries .entry .entry-summary {
  margin: 0 0 25px;
  padding: 0 0;
}
.masonry-entries .entry .entry-footer {
  border-top: 1px solid #efefef;
  overflow: hidden;
  padding: 10px 0 0;
}
.masonry-entries .entry .entry-date {
  font-size: 12px;
}

/*
 * Comments
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#comments {
  border-bottom: 1px solid #efefef;
  margin: 0 0 20px;
  padding: 10px 0;
}
#comments .comment-list,
#comments .children {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
#comments .comment {
  margin-bottom: 20px;
  padding: 0 0 0 100px;
  position: relative;
}
#comments .comment-body {
  border-top: 1px solid #efefef;
  padding: 20px 0 0;
}
#comments .comment:first-child .comment-body {
  border: 0;
  padding: 20px 0 0;
}
#comments .comment-content {
}
#comments .comment-content .reply {
}
#comments .comment-meta {
  margin-bottom: 12px;
}
#comments .comment-author {
  margin-bottom: 2px;
}
#comments .comment-author img {
  position: absolute;
  left: 0;
  top: 23px;
  width: 80px;
  height: 80px;
}
#comments .comment-author .fn {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}
#comments .comment-author .says {
}
#comments .comment-metadata {
  color: #9a9a9a;
  font-size: 0.846em;
}

/* Children */
#comments .children {
  border-top: 1px solid #efefef;
  margin: 20px 0;
}
#comments .children .comment {
  padding-left: 68px;
}
#comments .children .comment-author img {
  width: 48px;
  height: 48px;
}

/*
 * Comment Form
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#respond {
  padding: 20px 0 0;
  margin: 0;
}

/*
 * Pagenavi
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pagenavi {
  margin: 0 0 25px;
  padding: 20px 0 0;
}
.pagenavi a,
.pagenavi span {
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #555555;
  display: inline-block;
  font-weight: 600;
  padding: 5px 9px;
  text-align: center;
  min-width: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.dark .pagenavi a,
.complex .pagenavi a,
.dark .pagenavi span,
.complex .pagenavi span {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.pagenavi a:hover,
.pagenavi span.current {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
  text-decoration: none;
}

/*
 * Project filter
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.project-filter {
  margin: 0 0 30px;
}
.project-filter li {
  margin-right: 20px;
}
.project-filter a {
  font-weight: 600;
  text-transform: uppercase;
}
.light .project-filter a {
  color: #292929;
}
.light .project-filter .active a,
.light .project-filter a:hover {
  color: #3498db;
}
.dark .project-filter .active a {
  color: #ffffff;
}

/*
 * Project items
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.projects {
  overflow: hidden;
  margin-bottom: -10px;
}
.project {
  margin-bottom: 30px;
}
.project .project-thumb {
  margin: 0 0 15px;
  overflow: hidden;
  position: relative;
}
.project .project-thumb figcaption {
  background-color: #3498db;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.project .project-thumb figcaption .icon {
  background-color: transparent;
  border-color: #ffffff;
  border-width: 2px;
  color: #ffffff;
}
.project .project-thumb figcaption .icon:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #3498db;
}
.project .project-title {
  margin: 0 0 2px;
}
.light .project .project-title a {
  color: #292929;
}
.light .project .project-title a:hover {
  color: #3486bc;
}

/*
 * Single project
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.single-project {
  /*margin-bottom: 20px;*/
}
.project-images {
  margin-bottom: 24px;
}
.project-images.fullwidth {
  margin-bottom: 40px;
}
.project-summary {
  margin: 0 0 35px;
}
.project-tools {
  margin: 0 0 40px;
}

#related-projects {
  padding: 10px 0 0;
}
#related-projects .projects {
  padding-top: 10px;
}
#project-nav {
  margin: 30px 0;
  line-height: 33px;
}
#project-nav div > span {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}
#project-nav .prev .icon {
  float: left;
  margin-right: 10px;
}
#project-nav .next .icon {
  float: right;
  margin-left: 10px;
}

/*
 * Image slider
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.image-slider {
  position: relative;
  margin: 0 0 20px;
}
.image-slider ul,
.image-slider li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.image-slider .bx-controls-direction a {
  background: rgba(32, 32, 32, 0.5);
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-size: 28px;
  width: 48px;
  height: 48px;
  line-height: 44px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  text-align: center;
  filter: Alpha(Opacity=0);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.image-slider:hover .bx-controls-direction a {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.image-slider .bx-controls-direction .bx-prev {
  left: 20px;
}
.image-slider .bx-controls-direction .bx-next {
  right: 20px;
}

/*
 * Iconbox
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.iconboxes {
  margin-bottom: -10px;
}
.iconbox {
  margin-bottom: 30px;
}
.iconbox.text-left .icon {
  float: left;
}
.iconbox.text-left .iconbox-content {
  margin-left: 52px;
}
.iconbox.text-left .icon.small + .iconbox-content {
  margin-left: 40px;
}
.iconbox.text-left .icon.medium + .iconbox-content {
  margin-left: 68px;
}
.iconbox.text-left .icon.large + .iconbox-content {
  margin-left: 84px;
}
.iconbox.text-left .icon.big + .iconbox-content {
  margin-left: 100px;
}
.iconbox.text-left .icon.huge + .iconbox-content {
  margin-left: 116px;
}
.iconbox.text-center .icon {
  margin-bottom: 20px;
}
.iconbox.text-right .icon {
  float: right;
}
.iconbox.text-right .icon.small + .iconbox-content {
  margin-right: 44px;
}
.iconbox.text-right .icon.medium + .iconbox-content {
  margin-right: 68px;
}
.iconbox.text-right .icon.large + .iconbox-content {
  margin-right: 84px;
}
.iconbox.text-right .icon.big + .iconbox-content {
  margin-right: 100px;
}
.iconbox.text-right .icon.huge + .iconbox-content {
  margin-right: 116px;
}
.iconbox .title {
  margin: 0 0 10px;
  padding: 0;
}
.iconbox p {
  margin-bottom: 15px;
}

/*
 * Staff
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.staff {
  margin-bottom: -10px;
}
.member {
  margin-bottom: 30px;
  text-align: center;
}
.member > a {
  display: inline-block;
  position: relative;
  width: 150px;
  border-radius: 50%;
  margin: 0 0 15px;
}
.member img {
  width: 100%;
  border-radius: 50%;
}
.member figcaption h4 {
  margin: 0 0 2px;
}
.member .bubble {
  position: absolute;
  top: 0;
  right: 0;
}

/*
 * Quote rotator
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.quote-rotator {
  position: relative;
  margin-bottom: 20px;
  padding-top: 53px;
}
.quote-rotator:before {
  content: "\f10e";
  color: #292929;
  display: block;
  font-family: "FontAwesome";
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -14px;
  -webkit-backface-visibility: hidden;
}
.dark .quote-rotator:before,
.complex .quote-rotator:before {
  color: #ffffff;
}
.quote-rotator .bx-wrapper {
  position: relative;
}
.quote-rotator .bxslider {
}
.quote-rotator .bx-viewport {
}
.quote-rotator .quote {
  border: 0;
  padding: 0;
  margin: 0;
}
.quote-rotator .quote-text {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}
.dark .quote-rotator .quote-text,
.complex .quote-rotator .quote-text {
  color: #ffffff;
}
.quote-rotator .quote cite {
  font-size: 14px;
  font-weight: 600;
}
.quote-rotator .quote cite span {
  font-weight: 300;
}
.quote-rotator .quote cite:before {
  content: "";
  display: none;
}
.quote-rotator .bx-pager {
  text-align: center;
  margin: 30px 0 0;
  line-height: 12px;
}
.quote-rotator .bx-pager div {
  display: inline-block;
  margin: 0 2px;
}
.quote-rotator .bx-pager a {
  background: #555555;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -9999em;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
}
.quote-rotator .bx-pager a.active {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.complex .quote-rotator .bx-pager a,
.dark .quote-rotator .bx-pager a {
  background: #ffffff;
}
.quote-rotator .bx-controls-direction a {
  color: #555555;
  display: block;
  font-size: 48px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -63px;
  text-align: center;
  filter: Alpha(Opacity=0);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.quote-rotator:hover .bx-controls-direction a {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.quote-rotator .bx-controls-direction .bx-prev {
  left: -48px;
}
.quote-rotator .bx-controls-direction .bx-next {
  right: -48px;
}

/*
 * Testimonial
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.testimonial {
  background: none;
  border: none;
  padding: 0;
}
.testimonial p {
  background-color: #f7f7f7;
  border: 1px solid #efefef;
  position: relative;
  padding: 20px;
  margin: 0 0 20px;
}
.testimonial p:after {
  background-color: #f7f7f7;
  border: 1px solid;
  border-color: transparent #efefef #efefef transparent;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -8px;
  left: 20px;
}
.dark .testimonial p,
.dark .testimonial p:after,
.complex .testimonial p,
.complex .testimonial p:after {
  background-color: #ffffff;
}
.testimonial cite:before {
  display: none;
  content: "";
}
.testimonial cite img {
  width: 24px;
  height: 24px;
}

/*
 * Clients
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.clients {
  text-align: center;
  margin-bottom: -5px;
}
.client {
  margin-bottom: 30px;
  -webkit-backface-visibility: hidden;
}
.client a {
  display: block;
}
.client img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogPGZpbHRlciBpZD0iZ3JheXNjYWxlIj4KICA8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMCAwIDAgMSAwIj48L2ZlQ29sb3JNYXRyaXg+CiA8L2ZpbHRlcj4KPC9zdmc+#grayscale");
  filter: gray;
}
.client img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

/*
 * Callout
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.callout {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.callout.boxed {
  background-color: #f7f7f7;
  padding: 20px 30px;
}
.dark .callout.boxed {
  background-color: rgba(0, 0, 0, 0.08);
}
.callout > div {
  display: table-cell;
  vertical-align: middle;
}
.callout-text h1,
.callout-text h2,
.callout-text h3,
.callout-text h4,
.callout-text h5,
.callout-text h6,
.callout-text p {
  margin: 5px 0;
  padding: 0;
}
.callout-button {
  text-align: right;
  -webkit-backface-visibility: hidden;
}

/*
 * Progress bar
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.progress-bar {
  margin: 0 0 20px;
}
.progress-bar .bar {
  background-color: #efefef;
  height: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.progress-bar .label {
  color: #292929;
  font-weight: 600;
  margin-bottom: 5px;
}
.progress-bar .bar div {
  background-color: #3498db;
  height: 10px;
  width: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.progress-bar.stripped .bar div {
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress-bar .bar.black div {
  background-color: #686868;
}
.progress-bar .bar.blue div {
  background-color: #00acee;
}
.progress-bar .bar.green div {
  background-color: #58b25e;
}
.progress-bar .bar.orange div {
  background-color: #ef7b45;
}
.progress-bar .bar.purple div {
  background-color: #a085c6;
}
.progress-bar .bar.red div {
  background-color: #f35958;
}
.progress-bar .bar.yellow div {
  background-color: #fbad2f;
}

.progress-bar.animate .bar div {
  -webkit-animation: stripped-bar 2s linear infinite;
  -moz-animation: stripped-bar 2s linear infinite;
  -ms-animation: stripped-bar 2s linear infinite;
  -o-animation: stripped-bar 2s linear infinite;
  animation: stripped-bar 2s linear infinite;
}

@-webkit-keyframes stripped-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes stripped-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes stripped-bar {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes stripped-bar {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/*
 * Pie chart
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pie-chart {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  max-width: 100%;
}
.pie-chart canvas {
  max-width: 100%;
}
.pie-chart .percent {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: table-cell;
  line-height: 100%;
  vertical-align: middle;
}
.pie-chart .percent:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.pie-chart .percent span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.pie-chart .percent span:after {
  content: "%";
}

/*
 * Stats counter
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.stats {
  margin: 0 0 20px;
  text-align: center;
}
.stats .number {
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 8px;
}
.light .stats .number {
  color: #292929;
}
.dark .stats .number {
  color: #ffffff;
}
.stats .label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.stats .label .fa {
  font-size: 14px;
  margin-right: 4px;
  vertical-align: -5%;
}

/*
 * Tabs
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tabs {
  margin-bottom: 20px;
  padding: 5px 0 0;
}
.tabs:before,
.tabs:after {
  display: table;
  content: "";
}
.tabs:after {
  clear: both;
}
.tabs .tabnav a {
  color: #292929;
  font-weight: 600;
  padding: 10px 20px;
}
.tabs .tabnav .fa {
  font-size: 14px;
  width: 18px;
}
.tabs .tab {
  display: none;
}
.tabs .tab h1:first-child,
.tabs .tab h2:first-child,
.tabs .tab h3:first-child,
.tabs .tab h4:first-child,
.tabs .tab h5:first-child,
.tabs .tab h6:first-child {
  padding-top: 0;
}

/* Horizontal tabs */
.tabs.horizontal .tabnav {
  margin-bottom: -1px;
}
.tabs.horizontal .tabnav ul {
  display: table;
}
.tabs.horizontal .tabnav li {
  display: table-cell !important;
}
.tabs.horizontal .tabnav a {
  border: 1px solid transparent;
  border-bottom: none;
  margin-bottom: -1px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.tabs.horizontal .tabnav .active a {
  background-color: #f7f7f7;
  border-color: #efefef;
}
.tabs.horizontal .tab {
  background-color: #f7f7f7;
  padding: 25px 20px 8px;
  border: 1px solid #efefef;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

/* Verical tabs */
.tabs.vertical .tabnav {
  margin-bottom: 20px;
}
.tabs.vertical .tabnav a {
  background-color: #ffffff;
  border: 1px solid #efefef;
  margin-bottom: -1px;
  position: relative;
}
.tabs.vertical .tabnav li:first-child a {
  border-radius: 3px 0 0 0;
}
.tabs.vertical .tabnav li:last-child a {
  border-radius: 0 0 0 3px;
}
.tabs.vertical .tabnav a:after {
  border-style: solid;
  border-width: 21px 0 21px 15px;
  border-color: transparent;
  display: block;
  content: "";
  height: 0px;
  position: absolute;
  top: -1px;
  right: -16px;
}
.tabs.vertical .tabnav .active a {
  background-color: #3498db;
  border-color: #3498db;
  color: #ffffff;
}
.tabs.vertical .tabnav .active a:after {
  border-left-color: #3498db;
}
.tabs.vertical .tab p:last-child {
  margin-bottom: 0;
}

/*
 * Accordion
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.accordion {
  padding: 5px 0 0;
  margin-bottom: 25px;
}
.accordion-trigger {
  background-color: #f7f7f7;
  color: #292929;
  font-weight: 600;
  border: 1px solid #efefef;
  margin: 0 0 10px;
  padding: 10px 30px 10px 20px;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.accordion-trigger:after {
  display: block;
  font-family: "FontAwesome";
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  text-align: center;
}
.accordion-trigger.active {
  cursor: default;
}
.accordion-trigger.active:after {
  content: "\f107";
}
.accordion-trigger .fa {
  font-size: 14px;
  width: 20px;
}
.accordion-content {
  display: none;
  margin: 0 0 10px;
  padding: 10px 0 15px;
}
.accordion-content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}
.accordion-content.active {
  display: block;
}

/*
 * Pricing
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pricing {
}
.pricing .plan {
  background-color: #ffffff;
  border: 1px solid #efefef;
  margin: 0 0 20px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.collapsed .plan {
  margin-right: -1px;
}
.pricing .plan.recommended {
  border-color: #3498db;
  border-width: 4px;
  margin-top: -9px;
  z-index: 1;
}
.pricing .plan-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #efefef;
  padding: 20px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.pricing .plan.recommended .plan-header {
  padding-top: 25px;
}
.pricing .plan-title {
  margin-bottom: 10px;
}
.pricing .plan-price {
  color: #3498db;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
.pricing .plan-price sup {
  font-size: 18px;
  top: -0.7em;
}
.pricing .plan-content {
  font-size: 14px;
  padding: 15px 0 0;
}
.pricing .plan-icon {
  display: none;
  margin-bottom: 15px;
}
.pricing .plan-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing .plan-content ul li {
  margin: 0 0 8px;
  padding: 0 20px 8px;
  border-bottom: 1px solid #f3f3f3;
}
.pricing .plan-footer {
  padding: 10px 20px 20px;
}
.pricing .plan.recommended .plan-footer {
  padding-bottom: 25px;
}

/*
 * Notifications
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.notification {
  background-color: #f7f7f7;
  border: 1px solid #efefef;
  border-radius: 3px;
  padding: 15px 35px 15px 20px;
  margin: 0 0 20px;
  position: relative;
}
.notification p {
  margin: 0;
}
.notification.danger {
  background-color: #f6d1d1;
  border-color: #f1b9b9;
  color: #990000;
}
.notification.info {
  background-color: #ecf6ff;
  border-color: #daecff;
  color: #236592;
}
.notification.warning {
  background-color: #fff1c7;
  border-color: #ffe8a2;
  color: #a1830a;
}
.notification.success {
  background-color: #daecd1;
  border-color: #c7e3b9;
  color: #1f884b;
}
.notification .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
  opacity: 0.5;
  cursor: pointer;
}
.notification .close:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*
 * Widget
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.widget {
  margin-bottom: 30px;
}

/*
 * Post list widget
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.post-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.post-list li {
  margin: 0 0 12px;
}
.post-list li:last-child {
  margin-bottom: 0;
}
.post-list .details {
  margin: 0 0 0 20px;
  position: relative;
}
.post-list .details .title {
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 5px;
  padding: 0;
}
.post-list .details .meta {
  font-size: 0.846em;
}
.light .post-list .details .title a {
  color: #555555;
}
.light .post-list .details .title a:hover {
  color: #3486bc;
}
.light .post-list .details .meta {
  color: #9a9a9a;
}
.post-list:not(.post-thumb-list) .details:before {
  content: "\f0f6";
  font-family: "FontAwesome";
  font-size: 14px;
  float: left;
  line-height: 100%;
  position: absolute;
  left: -20px;
  top: 4px;
  -webkit-font-smoothing: antialiased;
}

/*
 * Post list thumbnail
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.post-list.post-thumb-list li {
  margin: 0 0 15px;
}
.post-list.post-thumb-list li:last-child {
  margin-bottom: 0;
}
.post-list .thumb {
  width: 64px;
  float: left;
}
.post-list .thumb img {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.post-list.post-thumb-list .details {
  margin: 0 0 0 79px;
}

/*
 * Titter feeds
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tweets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tweets ul li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 12px 0;
}
.tweets ul li:before {
  content: "\f099";
  font-family: "FontAwesome";
  font-size: 14px;
  float: left;
  line-height: 100%;
  position: absolute;
  left: 0;
  top: 3px;
  -webkit-font-smoothing: antialiased;
}
.tweets .tweet_time {
  display: block;
  font-size: 0.846em;
  margin: 5px 0 0;
}
.light .tweets .tweet_time a {
  color: #9a9a9a;
}
.dark .tweets .tweet_time a {
  color: #a2a5a7;
}

/*
 * Tag cloud widget
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tags {
  -webkit-backface-visibility: hidden;
}
.tags a {
  margin: 2px 0.5px;
}

/*
 * Footer widgets
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer-widgets {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#footer-widgets .section-content {
  padding-bottom: 30px;
}

/*
 * Footer bottom
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer-bottom {
  padding-top: 30px;
  padding-bottom: 10px;
}

/*
 * Footer nav
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer-nav li {
  margin: 0 15px;
}
#footer-nav li:first-child {
  margin-left: 0;
}
#footer-nav li:last-child {
  margin-right: 0;
}
.light #footer-nav a {
  color: #292929;
}

/*
 * Revolution slider captions
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.tparrows {
  background: rgba(32, 32, 32, 0.75) !important;
  width: 48px !important;
  height: 48px !important;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.tparrows:before {
  font-family: "FontAwesome";
  content: "\f053";
}
.tp-rightarrow:before {
  content: "\f054";
}
.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0px 0px;
}
.tp-bullets.simplebullets .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(32, 32, 32, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(32, 32, 32, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 14px !important;
  -webkit-transition:
    background-color 0.2s,
    border-color 0.2s;
  -moz-transition:
    background-color 0.2s,
    border-color 0.2s;
  -o-transition:
    background-color 0.2s,
    border-color 0.2s;
  -ms-transition:
    background-color 0.2s,
    border-color 0.2s;
  transition:
    background-color 0.2s,
    border-color 0.2s;
  float: none !important;
}
.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 1) !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(32, 32, 32, 1) !important;
}

/* Large Text */
.tp-caption.large-white {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}
.tp-caption.large-black {
  color: #292929;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}
.tp-caption.large-grey {
  color: #555555;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.tp-caption.large-light-white {
  color: #ffffff;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}
.tp-caption.large-light-black {
  color: #292929;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}
.tp-caption.large-light-grey {
  color: #555555;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.tp-caption.large-medium-white {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}
.tp-caption.large-medium-black {
  color: #003859;
  font-size: 36px;
  font-weight: 700;
  line-height: 34px;
}
.hr_sep {
  width: 100%;
  float: left;
  height: 1px;
}
.tp-caption.large-medium-grey {
  color: #555555;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}
.tp-caption p {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.tp-caption p.bottom {
  font-size: 18px;
}
.tp-simpleresponsive .tp-caption ul li {
  padding-left: 44px;
  background: url(../img/ul-li.png) left center no-repeat;
  color: #555555;
  font-size: 14px;
}
.tp-simpleresponsive a.slider-button {
  width: auto;
  position: absolute;
  bottom: -50px;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 24px;
  line-height: 35px;
  background: #003859;
  border-radius: 5px;
}
#section-staff.section {
  padding-top: 50px;
}
.tp-caption.large-bold-white {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}
.tp-caption.large-bold-black {
  color: #292929;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}
.tp-caption.large-bold-grey {
  color: #555555;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

/* Big Text */
.tp-caption.big-white {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}
.tp-caption.big-black {
  color: #292929;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}
.tp-caption.big-grey {
  color: #555555;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
}

.tp-caption.big-light-white {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
}
.tp-caption.big-light-black {
  color: #292929;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
}
.tp-caption.big-light-grey {
  color: #555555;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
}

.tp-caption.big-medium-white {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}
.tp-caption.big-medium-black {
  color: #292929;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}
.tp-caption.big-medium-grey {
  color: #555555;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.tp-caption.big-bold-white {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}
.tp-caption.big-bold-black {
  color: #292929;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}
.tp-caption.big-bold-grey {
  color: #555555;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

/* Medium Text */
.tp-caption.medium-white {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.tp-caption.medium-black {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.tp-caption.medium-grey {
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.tp-caption.medium-light-white {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.tp-caption.medium-light-black {
  color: #292929;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.tp-caption.medium-light-grey {
  color: #555555;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.tp-caption.medium-medium-white {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.tp-caption.medium-medium-black {
  color: #292929;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.tp-caption.medium-medium-grey {
  color: #555555;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.tp-caption.medium-bold-white {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.tp-caption.medium-bold-black {
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.tp-caption.medium-bold-grey {
  color: #555555;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

/* Normal Text */
.tp-caption.white {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.tp-caption.black {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.tp-caption.grey {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/*
 * 404 Not found
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#notfound {
  padding-top: 100px;
}
#notfound .section-content {
  padding-bottom: 100px;
}
#notfound .section-content h1 {
  font-size: 3.5em;
  margin: 10px 0;
}

/*
 * Waypoint
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.waypoint {
  opacity: 0;
}

/*
 * Map
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.map {
  min-height: 300px;
  margin-bottom: 20px;
}
.map img {
  max-width: none;
}

/*
 * Back to top
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999999;
  -webkit-backface-visibility: hidden;
}

/*
 * miniblocks
 */
#miniblocks {
  background: #0072bc;
  padding: 35px 0 25px;
}
#miniblocks .section-content {
  padding-bottom: 0;
}
#miniblocks .block-mini {
  width: 25%;
  float: left;
  padding: 0 16px 0 17px;
  box-sizing: border-box;
  color: #fff;
}
#miniblocks .block-mini:first-child {
  padding-left: 0;
}
#miniblocks .block-mini:last-child {
  padding-right: 0;
}
#miniblocks .block-mini .img {
  width: 29%;
  float: left;
}
#miniblocks .block-mini .data {
  width: 62%;
  float: right;
}
#miniblocks .block-mini .data h3 {
  color: #fff;
}
#miniblocks .block-mini .data p {
  margin-bottom: 0;
}
#miniblocks .block-mini.bl-1 {
  width: 24%;
  padding-right: 12px;
}
#miniblocks .block-mini.bl-2 {
  padding-left: 0;
}
#miniblocks .block-mini.bl-2 .data {
  width: 68%;
}
#miniblocks .block-mini.bl-3 {
  padding-right: 0;
}
#miniblocks .block-mini.bl-0 {
  width: 26%;
}
#miniblocks .block-mini.bl-0 .data {
  width: 64%;
}

#blocks3 {
  padding-top: 40px;
}
#blocks3 .blocks {
  width: 34.3333%;
  float: left;
  padding: 0 22px;
  box-sizing: border-box;
}
#blocks3 .blocks:first-child {
  padding-left: 0;
  width: 32.8333%;
}
#blocks3 .blocks:last-child {
  padding-right: 0;
  width: 32.8333%;
}
#blocks3 .blocks h3.bt {
  color: #003664;
  text-align: center;
  font-weight: 700;
}
#blocks3 .blocks:first-child h3.bt {
  text-align: left;
}
#blocks3 .blocks .youtube-container {
  width: 100%;
  float: left;
  position: relative;
}
#blocks3 .blocks .youtube-container .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#blocks3 .blocks .youtube-container .over a {
  width: 100%;
  height: 100%;
  float: left;
}
#blocks3 .blocks .youtube-container .over a .ct {
  position: absolute;
  top: 50%;
  width: 26%;
  left: 37%;
  z-index: 6;
  margin-top: -9%;
}
#blocks3 .blocks a.link {
  float: right;
  text-decoration: underline;
  color: #003859;
  font-size: 14px;
  font-weight: 600;
}
#blocks3 .chart-tbl-holder {
  width: 100%;
}
#blocks3 .chart-tbl {
  width: 100%;
}
#blocks3 .tbl_col1,
#blocks3 .tbl_col0 {
  width: 50%;
  box-sizing: border-box;
}
#blocks3 .tbl_col2,
#blocks3 .tbl_col0a {
  width: 25%;
  box-sizing: border-box;
}
#blocks3 .youtube-container,
#blocks3 .txt {
  margin-top: 33px;
}
#blocks3 .tbl_col1 h3 {
  font-size: 12px;
  line-height: 24px !important;
}

#blocks3 .tbl_col2 h3,
#blocks3 .tbl_col0 h3,
#blocks3 .tbl_col0a h3 {
  font-size: 12px;
  line-height: 24px !important;
}
#register-form-features {
  background: #003859;
  padding-top: 40px;
  padding-bottom: 0;
}
#register-form-features .section-content {
  padding-bottom: 0;
}
#register-form-features h3.form-title {
  width: 100%;
  float: left;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}
#register-form-features .form {
  width: 51%;
  float: left;
  margin: 0 24.5%;
}
#register-form-features .form form {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
#register-form-features .form-column {
  width: 46%;
  float: left;
}
#register-form-features .form-column:last-child {
  float: right;
}
#register-form-features .form-column input[type="text"],
#register-form-features .form-column input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  line-height: 41px;
  height: 43px;
  color: #747474;
  text-transform: uppercase;
  font-style: italic;
  padding: 0 17px;
  float: left;
}
#register-form-features .form-column .rowf {
  margin-bottom: 25px;
  width: 100%;
  float: left;
}
#register-form-features .form-column .btn-content {
  width: 100%;
  float: left;
}
#register-form-features .form-column .btn-content input[type="submit"] {
  width: 152px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 5px;
  background: #0072bc;
  line-height: 41px;
  height: 43px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0;
  float: right;
  text-align: center;
}
#register-form-features .form-column:last-child input {
  float: right;
}
#register-form-features h3.form-bottom {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  font-style: italic;
  margin: 0;
  line-height: 52px;
}
#likes {
  padding: 25px 0;
}
#likes .section-content {
  padding-bottom: 0;
}
#likes .linked {
  width: 50%;
  float: left;
  text-align: right;
  box-sizing: border-box;
  padding-right: 20px;
}
#likes .twitter {
  width: 50%;
  float: left;
  text-align: left;
  box-sizing: border-box;
  padding-left: 20px;
}

div#blog-scroller {
  height: 658px;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}

/****** FILE: themes/Gyrostat/css/custom.css *****/
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

.section {
  padding-top: 10px;
  padding-bottom: 10px;
}
.banner-video-overlay {
  min-width: 145px;
  min-height: 107px;
  background-color: red;
  background: url("/img/drk-play.png") no-repeat;
  opacity: 0.3;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.banner-video-overlay:hover {
  background: url("/img/red-play.png") no-repeat;
  opacity: 1;
}

.play-me {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#footer-bottom {
  background-color: #07253e !important;
}
#footer-widgets {
  background-color: #003663 !important;
}

#back-to-top a {
  border: 1px solid #fff;
}
#site-footer .section.dark a:not(.button),
#site-footer p,
#site-footer address,
#site-footer ul li {
  color: #f7f7f7;
}

#chart-side-right {
  height: 181px;
}
.chart-tbl-holder {
}
.chart-tbl {
  width: 360px;
  margin: 0 auto;
}
.chart-tbl h3 {
  line-height: 1.6 !important;
}
.tbl_border1 {
  border-top: solid #555555 1px;
  border-left: solid #555555 1px;
  border-right: solid #555555 1px;
}
.tbl_border2 {
  border-bottom: solid #555555 1px;
  border-top: solid #555555 1px;
  border-left: solid #555555 1px;
  border-right: solid #555555 1px;
}
.tbl_row0 {
  width: 100%;
  clear: both;
}
.tbl_row1 {
  width: 100%;
  float: left;
}
.tbl_col0 {
  width: 165px;
  float: left;
}
.tbl_col0a {
  width: 96px;
  float: left;
}
.tbl_col1 h3 {
  color: #ffffff !important;
  font-size: 14px;
  height: 24px;
  margin: 0;
  padding: 5px 14px 5px 14px;
}
.tbl_col2 h3,
.tbl_col0 h3,
.tbl_col0a h3 {
  color: #555555 !important;
  font-size: 14px;
  height: 24px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.tbl_col1 {
  width: 165px;
  float: left;
  background-color: #003663;
}
.tbl_col2 {
  width: 96px;
  float: left;
}
.tbl_center {
  text-align: center;
}

.chart1-resize {
  height: 300px;
}
#chart1 {
  height: 300px;
}
#chart2,
#chart3 {
  height: 300px;
  width: 100%;
}
#chart4 {
  height: 300px;
  width: 100%;
}
.blue-box {
  background-color: #003663 !important;
  padding: 5px 10px 5px 25px;
}
.banner-heading {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.banner-text {
  color: #fff;
  font-size: 13px;
}
#footer-nav {
  padding-top: 29px;
}
/*
 * Custom section background
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.section-bg-1 {
  background-image: url("/assets/images/bg1.jpg");
  background-size: cover;
}
.section-bg-2 {
  background-image: url("http://www.kingthemes.com/preview/casanova/html/assets/images/bg-2.jpg");
  background-size: cover;
}
.section-bg-gray,
.page-title {
  background-color: #f7f7f7;
}

.res-hide-menu {
  display: none;
}

#MemberLoginForm_LoginForm_Email {
  margin-left: 35px;
  margin-bottom: 10px;
}

#MemberLoginForm_LoginForm_Password {
  margin-left: 10px;
}

#Remember label {
  float: left;
  padding-right: 10px;
}

#Remember {
  padding-top: 10px;
}
#Remember input {
  margin-top: 4px;
}

#MemberLoginForm_LoginForm_action_dologin {
  float: left;
}

#ForgotPassword {
  float: left;
  padding-left: 10px;
  margin-bottom: 0px;
  padding-top: 5px;
}

/*
 * Custom color scheme
 * primary color: #3498DB;
 * secondary color: #3486BC;
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Primary color */
a,
.icon.primary,
#site-nav > ul > li:not(.over) > a:hover,
.light .entry-date,
.light .entry-title a:hover,
.light .entry-meta a:hover,
.light .project-filter .active a,
.light .project-filter a:hover,
.project .project-thumb figcaption .icon:hover,
.pricing .plan-price {
  color: #003663;
}

.content-header.v3:after,
.button.primary,
.icon.circle.primary,
.icon.square.primary,
.breadcrumbs,
.pagenavi a:hover,
.pagenavi span.current,
.project .project-thumb figcaption,
.progress-bar .bar div,
.tabs.vertical .tabnav .active a {
  background-color: #003663;
}

input[type="text"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus,
.button.primary,
.icon.circle.primary,
.icon.square.primary,
.pagenavi a:hover,
.pagenavi span.current,
.tabs.vertical .tabnav .active a,
.pricing .plan.recommended {
  border-color: #003663;
}

.tabs.vertical .tabnav .active a:after {
  border-left-color: #003663;
}

/* Secondary color */
a:active,
a:hover,
.light .entry-meta a:hover,
.light .masonry-entries .entry .entry-title a:hover,
.light .post-list .details .title a:hover,
.light .entry-meta a:hover,
.light .project .project-title a:hover {
  color: #07253e;
}

.button.primary:hover,
.button.primary:focus,
.button.primary:active,
.button.primary.disabled,
.button.primary[disabled],
.icon.circle.primary:hover,
.icon.square.primary:hover {
  background-color: #07253e;
}

.button.primary:hover,
.button.primary:focus,
.button.primary:active,
.button.primary.disabled,
.button.primary[disabled],
.icon.circle.primary:hover,
.icon.square.primary:hover {
  border-color: #07253e;
}

#site-nav > ul > li > a {
  padding: 30px 15px;
}

/*post content*/
.br {
  height: 1px;
  background: #000;
  margin: 3em 0;
}
.post-content {
  padding: 2em 0;
}
.post-content ul {
  padding-left: 1.5em;
}
.post-content .post-img.right {
  margin: 0 0 2em 2em;
}
.post-content .post-img.left {
  margin: 0 2em 2em 0;
}
@media only screen and (max-width: 680px) {
  .post-content .post-img img {
    width: 260px;
  }
}
@media only screen and (max-width: 480px) {
  .post-content .post-img img {
    width: 100%;
  }
  .post-content .post-img {
    margin: 2em 0 !important;
  }
}
.post-meta {
  margin-bottom: 2em;
}
.post-meta .post-title {
  color: #003663;
  margin-bottom: 0;
}
.post-meta .post-author {
  font-size: 13px;
  font-style: italic;
}

/*post widgets*/
.widget-title {
  margin-bottom: 1.6em;
}
.widget-latest-posts .post-img,
.widget-latest-posts .post-entry {
  float: left;
}
.widget-latest-posts .post-img {
  width: 35%;
  padding-right: 1em;
  box-sizing: border-box;
}
.widget-latest-posts .post-entry {
  width: 65%;
}
@media only screen and (max-width: 480px) {
  .widget-latest-posts .post-img,
  .widget-latest-posts .post-img img,
  .widget-latest-posts .post-entry {
    float: none;
    width: 100%;
  }
  .widget-latest-posts .post-img {
    padding-right: 0;
    margin-bottom: 1em;
  }
}
.widget-latest-posts .post-block {
  margin-bottom: 2.5em;
  overflow: hidden;
}
.widget-latest-posts .pagination {
  font-size: 1.2em;
}
.widget-latest-posts .pagination span {
  font-weight: bold;
  text-decoration: underline;
}

.post-block .more {
  text-decoration: underline;
}
.post-block .title,
.post-block .blurb {
  margin-bottom: 0;
}

.youtube-container {
  width: 100%;
  float: left;
  position: relative;
}
.youtube-container .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.youtube-container .over .ct {
  position: absolute;
  top: 50%;
  width: 26%;
  left: 37%;
  z-index: 6;
  margin-top: -9%;
}

small.post-author {
  display: none;
}

#rating-section {
  background: #f4f4f4;
  padding: 40px 0;
}
#rating-section .blocks {
  width: 100%;
}
#rating-section .blocks.thumb {
  margin-bottom: 20px;
}
#rating-section .title {
  margin-bottom: 0;
  color: #000;
}
#rating-section .rating {
  font-size: 18px;
  font-weight: 800;
  color: #000;
}
#rating-section .rating span {
  color: #00c21b;
}
@media only screen and (min-width: 480px) {
  #rating-section .blocks {
    float: left;
    width: 60%;
  }
  #rating-section .blocks.thumb {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  #rating-section .blocks {
    width: 75%;
  }
  #rating-section .blocks.thumb {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  #rating-section .blocks {
    width: 80%;
  }
  #rating-section .blocks.thumb {
    width: 20%;
  }
}

.blocks.left-vid {
  width: 80% !important;
}

.blocks.right-vid {
  width: 18% !important;
  padding-left: 2%;
}

@media only screen and (max-width: 768px) {
  .blocks.left-vid {
    width: 100% !important;
  }

  .blocks.right-vid {
    width: 100% !important;
    padding-top: 30px;
  }
}

/**Homepage CSS updates**/
#banner .tp-banner {
  height: 638px !important;
  max-height: 638px !important;
}
#banner .tp-banner .tp-bgimg {
  background-image: linear-gradient(
    rgb(24, 65, 97) 0%,
    rgb(2, 31, 51) 100%
  ) !important;
}
#banner .tp-banner .tp-caption.large-medium-black,
#banner .tp-banner .tp-caption h2,
#banner .tp-banner .tp-caption p {
  color: #fff;
}
#banner .tp-banner .tp-caption table td {
  vertical-align: middle;
  padding: 10px 0;
}
#banner .tp-banner .tp-caption table td p {
  margin-bottom: 0;
}
#banner .tp-banner .tp-caption table tr:first-child td {
  background-color: #fff;
  color: #184161;
}
#banner .tp-banner .tp-caption table tr:first-child td p {
  color: #184161;
}
#banner .tp-banner .tp-caption .heading {
  margin-bottom: -1px;
  margin-top: 25px;
  width: 415px;
  background: #c5e4fc;
  color: #184161;
  padding: 8px 15px;
  border: 1px #808080 solid;
  box-sizing: border-box;
}
#section-staff.section {
  padding-top: 70px;
  padding-bottom: 30px;
}
.section-content.section-home {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #184161;
}
.section-content.section-home p {
  margin-bottom: 30px;
}
.section-content .box-content {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #184161;
  padding: 24px;
  background-color: #c5e4fc;
  max-width: 730px;
  margin: 50px auto;
}
.section-content .box-content p {
  margin-bottom: 0;
}
#fundtypes .content-header h2,
#fundtypes .content-header h3 {
  color: #184161;
}

@media only screen and (min-width: 1200px) {
  #site-header {
    height: 160px;
  }
  .is-sticky #site-header {
    height: 120px;
  }
  #header-social {
    position: absolute;
    right: 15px;
    bottom: -70px;
  }
  .is-sticky #header-social {
    bottom: -55px;
  }
}

.home-section-text {
  color: #184161;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}

main div.forcefullwidth_wrapper_tp_banner {
  /* height: 870px!important; */
}
.tp-fullwidth-forcer {
  height: 0 !important;
}
section#banner {
  position: relative !important;
}
.landingPageSection .container {
  max-width: 1440px;
  width: 100%;
}

.landingPageSection .container .section-content {
  padding: 48px 80px;
}

.landingPageSection .container .section-content .contentDivider {
  width: 100%;
  height: 1px;
  background: #c5e4fc;
  margin: 48px 0;
  display: block;
}

.landingPageSection .container .section-content .contentContainer {
  padding-left: 109px;
}

.landingPageSection .container .section-content .contentContainer h2 {
  color: #00214d;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 24px;
  max-width: 842px;
}

.landingPageSection .container .section-content .contentContainer p.lead {
  color: #00214d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  max-width: 628px;
  margin-left: 108px;
}

.landingPageSection
  .container
  .section-content
  .contentContainer
  .textContainer
  .contentBlock {
  margin-left: 108px;
  max-width: 737px;
}

.landingPageSection
  .container
  .section-content
  .contentContainer
  .textContainer
  .contentBlock.mb-10 {
  margin-bottom: 40px;
}

.landingPageSection
  .container
  .section-content
  .contentContainer
  .textContainer
  .contentBlock
  h4 {
  color: #00214d;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.landingPageSection
  .container
  .section-content
  .contentContainer
  .textContainer
  .contentBlock
  p {
  color: #00214d;
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 16px;
}

.btnPrimary {
  margin-right: auto;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #0072bc;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-align: center;
}

.landingPageSection.bg-blue {
  background: #00214d;
}

.landingPageSection.bg-blue .container .section-content {
  padding: 96px 80px;
}

.landingPageSection.bg-blue .contentContainer.flexBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.landingPageSection.bg-blue .contentContainer.flexBlock .content {
  max-width: 347px;
  color: #ffffff;
}

.landingPageSection.bg-blue .contentContainer.flexBlock .content h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
  margin-bottom: 24px;
}

.landingPageSection.bg-blue .contentContainer.flexBlock .content h4 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 21.6px */
  margin-bottom: 10px;
}

.landingPageSection.bg-blue .contentContainer.flexBlock .content p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  margin-bottom: 0;
}

.landingPageSection.bg-blue .container .section-content .contentContainer {
  padding-left: 163px;
  padding-right: 120px;
}

.landingPageSection.bg-blue .contentContainer.flexBlock .awardsBlock {
  border: 4px solid #edcf7d;
  max-width: 504px;
  text-align: left;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 18px;
}

.landingPageSection.bg-blue .contentContainer.flexBlock .awardsBlockHolder {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-direction: column;
}

.landingPageSection.bg-blue .contentContainer.flexBlock .awardsBlock h4 {
  color: #edcf7d;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
  margin-bottom: 0;
}

.landingPageSection.bg-blue .contentContainer.flexBlock .cta {
  background: #c5e4fc;
  padding: 24px;
  text-align: center;
  max-width: 347px;
  min-width: calc(100% - 48px);
  margin-top: 40px;
}

.landingPageSection.bg-blue .contentContainer.flexBlock .cta h4 {
  color: #184161;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 166.667% */
  margin-bottom: 8px;
}

.landingPageSection.bg-blue .contentContainer.flexBlock .cta p {
  color: #184161;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0;
}

.landingPageBannerBlock {
  position: relative;
}

.landingPageBannerBlock .overlayImageBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.overlayImageBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landingPageBannerBlock#banner .tp-banner {
  height: auto !important;
  max-height: 548px !important;
  min-height: 548px !important;
}

.landingPageBannerBlock#banner .tp-caption {
  margin-left: 0 !important;
}

.landingPageBannerBlock#banner {
  width: 100% !important;
}

.landingPageBanner .contentBlock {
  max-width: 714px;
  /* min-width: 714px; */
  width: 100% !important;
}

.hpNewVideoBlock {
  max-width: 714px;
  /* min-width: 714px; */
  width: 100% !important;
}

.landingPageBanner .contentBlock h1 {
  color: #fff;
  font-size: 48.78px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  width: 100%;
  text-wrap: auto;
  margin-bottom: 48px;
}

.landingPageBanner .contentBlock p {
  color: #c5e4fc !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0;
  max-width: 460px;
  text-wrap: auto;
}

.landingPageBanner {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 109px;
  max-width: 1290px;
  margin: auto;
}
.landingPageBannerBlock#banner .tp-caption {
  margin-left: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
}
.landingPageBanner .ctaBlock {
  width: 100%;
  max-width: 296px;
  min-width: 296px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.landingPageBanner .ctaBlock .ctaItem {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #c5e4fc;
  padding: 10px;
  justify-content: space-between;
  max-width: 276px;
  transition: all 0.25s ease-in-out;
}
.landingPageBanner .ctaBlock .ctaItem img {
  width: 24px !important;
  height: 24px !important;
}

.landingPageBanner .ctaBlock .ctaItem:hover {
  background: #ffffff;
  transition: all 0.25s ease-in-out;
}

.ctaBlock .ctaContent p.lead {
  color: #184161 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 140%;
  margin-bottom: 0;
}
.ctaBlock .ctaContent p {
  color: #184161 !important;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 0;
}
.headerLandingPage .container {
  width: 100% !important;
  max-width: 1280px;
  padding: 20px 80px;
}
.headerLandingPage#site-header {
  height: 121px !important;
}
.headerLandingPage .site-title img {
  max-width: 136px;
}
.headerLandingPage #site-nav > ul > li > a {
  color: #00214d;
  font-size: 16px;
  text-transform: capitalize !important;
  font-weight: normal !important;
  padding: 28px 16px !important;
}
.headerLandingPage .site-title {
  margin: 23px 0 0;
  padding: 0;
}
.headerLandingPage #site-nav > ul > li:last-child > a {
  color: #38a585 !important;
  padding-left: 32px !important;
  position: relative;
  display: block;
}
.headerLandingPage #site-nav > ul > li:last-child > a {
  color: #38a585 !important;
  padding-left: 32px !important;
  position: relative;
  display: block;
}
.headerLandingPage #site-nav > ul > li:last-child {
  position: relative;
  padding-left: 32px;
  padding-right: 12px;
}
.headerLandingPage #site-nav > ul > li:last-child::before {
  content: "";
  width: 1px;
  height: 32px;
  background: #7dd1b8;
  position: absolute;
  left: 25px;
  top: 24px;
}
.headerLandingPage #site-nav > ul > li:last-child::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #7dd1b8;
  position: absolute;
  right: 0;
  top: 30px;
  background: url("../images/green-arrow-right.svg") no-repeat;
}
#site-nav > ul > li > a:hover {
  background: unset;
  color: #7dd1b8 !important;
}
#site-nav .current {
  background: unset;
  color: #7dd1b8 !important;
}
.contentFlexBox {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer-bottom.footerLandingPage.dark {
  padding: 53px 0 !important;
  background-color: #f9f9f9 !important;
}
#site-footer .footerLandingPage.section.dark a:not(.button),
#site-footer .footerLandingPage p,
#site-footer .footerLandingPage address,
#site-footer .footerLandingPage ul li {
  color: #00214d !important;
}
#site-footer .footerLandingPage.section.dark .container {
  width: 100% !important;
  max-width: 1280px;
  padding: 0 80px;
}
#site-footer .footerLandingPage.section.dark .container .col-24 {
  padding: 0;
}
#site-footer .footerLandingPage.section.dark .container p.copyright {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
  max-width: 232px;
  text-align: left !important;
}
.copyright-images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}
.copyright-images img {
  padding: 0 !important;
  max-height: 42px;
}

.bgBlue {
  background: linear-gradient(180deg, #184161 0%, #021f33 100%);
}

.bgLightBlue {
  background-color: #c5e4fc;
}

.bgWhite {
  background-color: #ffffff;
}

.v2Block .contentContainer {
  max-width: 1062px;
  margin: auto;
  padding: 40px 189px;
}

.investmentTitle h1 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 106.25% */
}

.investmentIntro {
  padding: 40px 0 80px 0;
  max-width: 842px;
}

.investmentIntro h2 {
  color: #00214d;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  margin-bottom: 40px;
}

.investmentIntro p {
  margin-bottom: 0;
  color: #00214d;
  max-width: 757px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 21.951px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.341px */
}

.statndardHeaderIntro {
  padding: 40px 0;
  max-width: 842px;
}

.statndardHeaderIntro h2 {
  color: #00214d;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  margin-bottom: 40px;
}

.statndardHeaderIntro p {
  margin-bottom: 20px;
  color: #00214d;
  max-width: 757px;
  font-size: 21.951px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.341px */
}
.statndardHeaderIntro p:last-child {
  margin-bottom: 0 !important;
}

.investmentLinks {
  margin-left: 108px;
  max-width: 595px;
}

.investmentLinks a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
  border-bottom: 1px solid #00214d;
  text-decoration: none !important;
  cursor: pointer;
}

.investmentLinks a:last-child {
  border-bottom: 0 !important;
}

.investmentLinks a:fisrt-child {
  padding-top: 0 !important;
}

.investmentLinks a p {
  color: #00214d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.investmentLinks a p strong {
  font-weight: 600;
}

.investmentContent {
  overflow: hidden;
}

.overflowBlockHolder {
  overflow-x: auto;
}

.investmentContent p {
  color: #00214d;
  /* font-family: "Hanken Grotesk", sans-serif; */
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 15px;
}

.investmentContent ol ::marker {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.investmentContent ol {
  padding-left: 28px;
}

.contentContainer ol ::marker {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

.contentContainer ol {
  padding-left: 28px;
}

.contentContainer li p {
  margin-bottom: 0px !important;
}

.investmentContent p:last-child {
  margin-bottom: 0 !important;
}

.ml-108 {
  margin-left: 108px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.investmentContent table {
  border-color: #808080;
  margin-bottom: 0;
}

.investmentContent table th {
  border-color: #808080;
  padding: 10px 8px;
  text-align: left !important;
  color: #000;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}

.investmentContent table th:first-child {
  padding-left: 16px !important;
}

.investmentContent table th:last-child {
  padding-right: 16px !important;
}

.investmentContent table td {
  border-color: #808080;
  padding: 10px 8px;
  text-align: left !important;
  color: #000;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}

.investmentContent table td:first-child {
  padding-left: 16px !important;
}

.investmentContent table td:last-child {
  padding-right: 16px !important;
}

.investmentContent h2 {
  color: #00214d;
  font-family: "Open Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.investmentContent .btnPrimary {
  border-radius: 3.101px;
  background: #0072bc;
  display: flex;
  padding: 8.528px 12.405px;
  justify-content: center;
  align-items: center;
  gap: 7.753px;
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12.405px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.886px */
  position: relative;
  display: inline-block;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.investmentFlexBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.investmentFormFlexBlock {
  display: flex;
  gap: 132px;
  align-items: flex-start;
  padding: 40px 0;
}

.investmentFormFlexBlock h2.title {
  color: #00214d;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
  margin-bottom: 40px;
}

.investmentFormFlexBlock p {
  margin-bottom: 0;
  color: #00214d;
  font-family: "Hanken Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}

.investmentFormFlexBlock .investmentFormBlock {
  width: 100%;
  max-width: 304px;
  min-width: 304px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}

.investmentFormFlexBlock .investmentFormBlock h3 {
  color: #00214d;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  margin-bottom: 0;
}

.investmentFormFlexBlock .investmentFormBlock p {
  margin-bottom: 0;
  color: #00214d;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.investmentFormFlexBlock .investmentFormBlock button {
  margin-right: auto;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #0072bc;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  text-align: center;
  border: 0 !important;
}

.investmentFormFlexBlock .investmentFormBlock input {
  border-radius: 2px;
  border: 1px solid #2c4259;
  background: #fff;
  color: #00214d;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  padding: 14.5px 16px;
}

.investmentFormFlexBlock .investmentFormBlock input::placeholder {
  color: #00214d;
}

.investmentFormFlexBlock.formWhite {
  padding: 40px 0;
  color: white;
}

.investmentFormFlexBlock.formWhite h2.title,
.investmentFormFlexBlock.formWhite p,
.investmentFormFlexBlock.formWhite .investmentFormBlock h3,
.investmentFormFlexBlock.formWhite .investmentFormBlock p {
  color: white;
}

.bgLightBlue .investmentFormFlexBlock img {
  margin-top: 40px;
}

.bgLightBlue .investmentFormFlexBlock h2.title {
  font-size: 32px !important;
}

.bgLightBlue .investmentFormFlexBlock p {
  font-size: 21px !important;
}

.investmentFormFlexBlock.formWhite img {
  margin-top: 40px;
}

.formBgLightBlue .contentContainer {
  padding-right: 80px !important;
  max-width: 1171px !important;
}

.blueContentBlock {
  margin-top: 24px;
  background: #c5e4fc;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  margin-left: 108px;
  max-width: 766px !important;
}

.blueContentBlock p {
  color: #00214d;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 0 !important;
  max-width: 629px;
}

.blueContentBlock .ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-items: flex-start;
}

.blueContentBlock .ctas a {
  margin-right: 0 !important;
}

.bgBlueGradient {
  background: linear-gradient(180deg, #184161 0%, #021f33 100%);
}

@media only screen and (max-width: 1400px) {
  .headerLandingPage .container {
    max-width: calc(100% - 160px);
  }
  .headerLandingPage #site-nav > ul > li > a {
    padding: 28px 10px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .v2Block .contentContainer {
    padding: 40px 80px;
  }
  .ml-108 {
    margin-left: 0px;
  }
  .landingPageSection.bg-blue .container .section-content .contentContainer {
    padding-left: 0;
    padding-right: 0;
  }
  .landingPageSection .container .section-content .contentContainer {
    padding-left: 0;
  }
  .landingPageBanner {
    padding: 0 24px !important;
    max-width: 900px !important;
  }
  .headerLandingPage #mobile-menu-trigger .fa-bars {
    color: #00214d;
  }
  .headerLandingPage #mobile-menu-trigger {
    background: unset;
  }
  .headerLandingPage .container {
    padding: 0px 24px !important;
    max-width: calc(100% - 48px);
    width: calc(100% - 96px) !important;
    margin-left: 0;
  }
  .headerLandingPage#site-header {
    height: 80px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .investmentFormFlexBlock {
    flex-direction: column;
    gap: 48px;
    padding: 8px 0;
  }
  .investmentFormFlexBlock h2.title {
    font-size: 24px !important;
    margin-bottom: 24px;
  }
  .investmentFormFlexBlock p {
    font-size: 18px;
  }
  .investmentFormFlexBlock .investmentFormBlock h3 {
    font-size: 20px !important;
  }
  .landingPageBanner {
    width: 100%;
    display: flex;
    gap: 56px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 24px;
    max-width: 100%;
    margin: auto;
  }
  .landingPageBannerBlock#banner {
    max-height: 800px !important;
    min-height: 730px !important;
    display: block;
  }
  .landingPageBanner .contentBlock {
    max-width: calc(100% - 48px);
  }
  .landingPageBannerBlock#banner .tp-banner {
    max-height: 800px !important;
    min-height: 800px !important;
  }
  #banner .tp-banner > ul {
    max-height: 800px !important;
    min-height: 800px !important;
  }
  .landingPageBanner .contentBlock h1 {
    font-size: 32px !important;
    margin-bottom: 24px !important;
  }
  .landingPageBannerBlock#banner .tp-caption {
    top: 48px !important;
  }
  #site-footer .footerLandingPage.section.dark .container {
    width: 100% !important;
    max-width: calc(100% - 48px);
    padding: 0 24px;
  }
  #site-footer .footerLandingPage.section.dark .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .landingPageSection.bg-blue .container .section-content .contentContainer {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 40px !important;
  }
  .landingPageSection.bg-blue .contentContainer.flexBlock .awardsBlock {
    padding: 40px 24px;
  }
}
.classA {
  width: 42%;
}

.classB {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .hpNewVideoBlock {
    max-width: 328px !important;
  }
  .classA {
    width: 100%;
  }

  .classB {
    width: 100%;
  }
  .formBgLightBlue .contentContainer {
    padding-right: 24px !important;
  }
  .investmentFormFlexBlock .investmentFormBlock {
    max-width: 100%;
  }
  .investmentFormFlexBlock.formWhite {
    padding: 8px 0;
    color: white;
  }
  .blueContentBlock {
    margin-left: 0 !important;
    padding: 24px !important;
  }
  .blueContentBlock .ctas {
    flex-direction: column;
    gap: 8px;
  }
  .blueContentBlock .ctas a {
    width: calc(100% - 32px) !important;
  }
  .v2Block .contentContainer {
    padding: 40px 24px;
  }
  .ml-108 {
    margin-left: 0 !important;
  }
  .investmentLinks {
    margin-left: 0 !important;
  }
  .investmentFlexBlock {
    flex-direction: column;
    gap: 40px;
  }
  .headerLandingPage .container {
    padding: 0px 24px !important;
    max-width: calc(100% - 48px);
    width: calc(100% - 72px) !important;
    margin-left: 0;
  }
  .landingPageSection.bg-blue .container .section-content .contentContainer {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 40px !important;
  }
  .landingPageSection.bg-blue .container .section-content {
    padding: 48px 24px !important;
  }
  .landingPageSection .container .section-content {
    padding: 48px 24px !important;
  }
  .landingPageSection .container .section-content .contentContainer p.lead {
    margin-left: 0;
  }
  .landingPageSection
    .container
    .section-content
    .contentContainer
    .textContainer
    .contentBlock {
    margin-left: 0;
  }
  .landingPageSection.bg-blue .contentContainer.flexBlock .cta {
    max-width: 280px;
    width: 100%;
  }
  .landingPageSection .container .section-content .contentContainer h2 {
    font-size: 24px;
  }
  #site-footer .footerLandingPage.section.dark .container .col-30,
  #site-footer .footerLandingPage.section.dark .container .col-27,
  #site-footer .footerLandingPage.section.dark .container .col-28 {
    padding: 0;
  }
  #site-footer .footerLandingPage.section.dark .container p.copyright {
    margin-bottom: 40px;
    padding: 0 !important;
  }
  .copyright-images img {
    padding: 0 !important;
    max-height: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .headerLandingPage .container {
    padding: 0px 24px !important;
    max-width: calc(100% - 48px);
    width: calc(100% - 48px) !important;
    margin-left: 0;
  }
  .landingPageSection.bg-blue .contentContainer.flexBlock .awardsBlock {
    flex-direction: column;
  }
}
.hide {
  display: none !important;
}

.investmentFormFlexBlock form.investmentFormBlock p {
  font-size: 12px !important;
}

/* .headerLandingPage div#header-widgets {
    display: none;
} */

.widget-tweets {
  display: none;
}

.investmentFlexHolder {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.investmentLinkBlock a {
  position: relative;
  display: flex !important;
  gap: 8px;
  align-items: center;
  padding: 10px;
  background: #ffffff;
  max-width: 286px;
  margin-top: 16px;
}
.investmentLinkBlock a .title {
  color: #184161;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 21px */
  text-decoration: none !important;
  margin-bottom: 4px;
}
.investmentLinkBlock a p {
  color: #184161;
  margin-bottom: 0 !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 14px */
  text-decoration: none !important;
}
.investmentLinkBlock a:hover,
.investmentLinkBlock a:hover p,
.investmentLinkBlock a:hover .title {
  text-decoration: unset !important;
}
.investmentLinkBlock a img {
  transform: rotate(-90deg);
}
.contentContainer.pr80 {
  padding-right: 80px !important;
  max-width: 1171px;
}
.contactFormContent .contactFormHolder .title {
  color: #00214d;
  margin-bottom: 40px;
  font-size: 21.951px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.341px */
}
.contentContainer.contactFormContent {
  padding: 80px 189px;
}
.contactFormHolder form label,
.contactFormHolder form br {
  display: none;
}
.contactFormHolder form input[type="text"]:invalid,
.contactFormHolder form input[type="password"]:invalid,
.contactFormHolder form input[type="url"]:invalid,
.contactFormHolder form input[type="email"]:invalid,
.contactFormHolder form input[type="number"]:invalid,
.contactFormHolder form textarea {
  border-color: #00214d !important;
  box-shadow: none !important;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 2px !important;
  max-height: 80px;
}
.contactFormHolder form input {
  border: 1px solid #00214d !important;
  background: #ffffff;
  width: 100% !important;
  max-width: unset !important;
  color: #00214d;
  box-shadow: none !important;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 2px !important;
}
.contactFormHolder form input::placeholder,
.contactFormHolder form textarea::placeholder {
  color: #00214d;
}
.contactFormHolder form p {
  margin-bottom: 10px !important;
}
.contactFormFlexHolder {
  display: flex !important;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contactFormDetailsHolder {
  padding: 0 !important;
  max-width: 302px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contactFormDetailsHolder .contentDetails .title {
  color: #00214d;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 12px */
  letter-spacing: 0.3px;
  margin-bottom: 10px !important;
}
.contactFormDetailsHolder .contentDetails p {
  max-width: 180px;
  margin-bottom: 0 !important;
  color: #00214d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}
.contactFormDetailsHolder .divider {
  width: 100%;
  height: 1px;
  background: #00214d;
}
.contactFormDetailsHolder .investmentLinkBlock a {
  margin-top: 0 !important;
}
.contactFormFlexHolder::before,
.contactFormFlexHolder::after {
  display: none !important;
}
.contactFormHolder input#ContactForm_sendMessage_action_sendMessage {
  border-radius: 4px !important;
  background: #0072bc;
  border: none !important;
  width: auto !important;
  padding: 13px 16px !important;
  font-size: 16px !important;
}
.contactFormContent .section-content .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.contactFormHolder form {
  padding: 0;
}
.contactFormContent .contactFormHolder {
  max-width: 515px;
  width: 100%;
}
.contactFormContent .contactFormHolder .col-12 {
  width: 100%;
  padding: 0;
}
.contactFormContent .contactFormHolder .col-12 .col-24,
.contactFormContent .contactFormHolder .col-12 .col-1 {
  width: 100% !important;
  padding: 0 !important;
}
.contactFormContent .contactFormContent .row {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 1024px) {
  .contentContainer.contactFormContent {
    padding: 88px 24px 48px 24px !important;
  }
}
@media only screen and (max-width: 768px) {
  .contentContainer.pr80 {
    padding-right: 24px !important;
  }
}

.dlButtonHp {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  margin-top: 67px;
  border: 1px solid #c5e4fc;
  background: linear-gradient(
    90deg,
    rgba(117, 136, 150, 0) 0%,
    rgba(197, 228, 252, 0.6) 100%
  );
  max-width: 363px;
  width: calc(100% - 64px);
  height: 100px;
  padding-left: 32px;
  padding-right: 20px;
}

.flexSectionBlock {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 109px;
  flex-wrap: wrap;
  gap: 40px;
}

.flexSectionBlock p {
  font-size: 16px !important;
  max-width: 410px;
  margin-bottom: 0;
  color: #00214d !important;
}

.newsBlockHpSection .container {
  max-width: 1440px;
  width: 100%;
}

.newsBlockHpSection .container .section-content {
  padding: 0 80px 80px 80px;
}

.newsBlockHpSection .title {
  color: #00214d;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  margin-bottom: 24px;
}

.newsBlockHpSection .newsBlockHpFlex {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.newsBlockHpFlex a:hover {
  text-decoration: unset !important;
}

.newsBlockHpSection .newsBlockHpFlex .newsBlockHpFlexItem {
  width: 100%;
  max-width: 410px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #00214d;
}

.newsBlockHpSection .newsBlockHpFlex .newsBlockHpFlexItem .newsContent {
  /* padding-bottom: 14px; */
}

.newsBlockHpSection
  .newsBlockHpFlex
  .newsBlockHpFlexItem
  .newsContent
  p:last-child {
  min-height: 52px;
}

.newsBlockHpSection .newsBlockHpFlex .newsBlockHpFlexItem .newsContent .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  margin-bottom: 8px !important;
  color: #00214d;
  text-decoration: none !important;
}

.newsBlockHpSection .newsBlockHpFlex .newsBlockHpFlexItem .newsContent p {
  margin-bottom: 0;
  font-size: 16px;
  color: #00214d;
  text-decoration: none !important;
}

.newsBlockHpSection .newsBlockHpFlex .newsBlockHpFlexItem .newsLink {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none !important;
  margin-top: -14px;
}

.newsBlockHpSection .newsBlockHpFlex .newsBlockHpFlexItem .newsLink p {
  margin-bottom: 0;
  font-size: 16px;
  color: #00214d;
  text-decoration: none !important;
}
@media only screen and (max-width: 1200px) {
  .flexSectionBlock {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .dlButtonHp {
    gap: 0px;
    max-width: 363px;
    width: calc(100% - 18px);
    height: 100px;
    padding-left: 10px;
    padding-right: 0;
  }
  a.dlButtonHp p {
    font-size: 10px !important;
  }
  .newsBlockHpSection .container .section-content {
    padding: 0 24px 48px 24px !important;
  }
}

.modallightbox {
  display: none;
}

.featherlight-content {
  width: 364px;
  padding: 32px 32px 0 32px !important;
  background: #052339 !important;
  color: #ffffff !important;
}

#homeModal h2 {
  color: #fff;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 21.951px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 0;
}

#homeModal p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding: 24px 0;
  margin-bottom: 0;
  font-family: "Hanken Grotesk", sans-serif;
}

#homeModal form {
  margin-bottom: 0;
}

#homeModal form input {
  border-radius: 2px;
  border: 1px solid #2c4259;
  background: #fff;
  display: flex;
  padding: 14.5px 16px;
  align-items: center;
  align-self: stretch;
  width: 100%;
  margin-bottom: 10px;
  color: #00214d;
  font-family: "Hanken Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}

#homeModal form input::placeholder {
  color: #2c4259;
}

.featherlight .featherlight-close-icon {
  color: #ffffff;
  background: none;
}

#homeModal button {
  border-radius: 4px;
  background: #0072bc;
  display: flex;
  padding: 11px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Hanken Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  border: none !important;
}

.newHpBannerBlockHolder {
  background-image: url("bg-banner-blue.jpg");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 80px !important;
  background-color: #0e2f47;
}

.newHpBannerBlock {
  position: relative;
}

#banner {
  overflow: hidden !important;
}

.newHpBannerBlock .landingPageBanner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.allnewsLink {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none !important;
  margin-top: -14px;
}

.allnewsLink p {
  margin-bottom: 0 !important;
}

.newsTitleFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.investmentFlexHolder .investmentLinks {
  display: none;
}

.investmentContent ul li {
  color: #00214d;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .newsTitleFlex {
    flex-direction: column;
  }
}

.hpNewVideoBlock .fitmedia {
  margin: unset;
  position: unset;
}

.accordionBlockHolder .accordion-wrapper {
  max-width: 750px;
  margin: 0;
  /* border-top: 1px solid #ddd; */
}

.accordionBlockHolder .accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordionBlockHolder .accordion-trigger {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  gap: 20px;
  color: #00214d;
  margin-bottom: 0;
}

.accordionBlockHolder .accordion-trigger .icon {
  position: relative;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.accordionBlockHolder .accordion-trigger .icon::before,
.accordionBlockHolder .accordion-trigger .icon::after {
  content: "";
  position: absolute;
  background: #00214d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}

.accordionBlockHolder .accordion-trigger .icon::before {
  width: 12px;
  height: 2px;
}

.accordionBlockHolder .accordion-trigger .icon::after {
  width: 2px;
  height: 12px;
}

.accordionBlockHolder .accordion-item.active .icon::after {
  opacity: 0;
}

.accordionBlockHolder .accordion-content {
  display: none;
  padding: 0 0 24px;
}

.accordionBlockHolder .accordion-item.active .accordion-content {
  display: block;
}

.accordionBlockHolder .accordion-content p {
  margin: 0 0 16px;
  line-height: 1.7;
  color: #00214d;
  font-size: 16px;
}

.accordionBlockHolder .accordion-content a {
  color: #00214d;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  display: block;
}

.contentContainer.accordionBlockHolder {
  padding-top: 0;
  margin-top: -50px;
  padding-bottom: 100px;
}

.accordionBlockHolder .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.accordionBlockHolder .accordion-item.active .accordion-content {
  /* max-height will be set dynamically via JS */
}

/****** FILE: themes/Gyrostat/css/responsive.css *****/
@-ms-viewport {
  width: device-width;
}

.res-margin-01 {
  margin-top: 40px;
}
.res-margin-02 {
  margin-top: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 940px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  #site-nav > ul > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .res-hide-menu {
    display: block;
  }
  #back-to-top a {
    display: none !important;
  }
  .container {
    width: 768px;
  }
  .tp-caption {
    margin-left: 40px;
  }
  .tp-caption.start.sfb {
    margin-left: -40px;
  }

  #miniblocks .block-mini.bl-0,
  #miniblocks .block-mini.bl-1,
  #miniblocks .block-mini {
    width: 50%;
  }
  #miniblocks .block-mini.bl-3 {
    padding-left: 0;
    padding-right: 12px;
    margin-top: 20px;
  }
  #miniblocks .block-mini.bl-0 {
    padding-left: 0;
    padding-right: 16px;
    margin-top: 20px;
  }
  #blocks3 .blocks:first-child {
    width: 100%;
    padding: 0 0 22px;
  }
  #blocks3 .blocks {
    width: 50%;
    padding: 0 22px 0 0;
  }
  #miniblocks .block-mini.bl-0 .data {
    width: 68%;
  }
  #blocks3 .blocks img {
    max-width: none;
    width: 100%;
  }
  #blocks3 .blocks:last-child {
    padding: 0 0 0 22px;
    width: 50%;
  }
  #register-form-features .form {
    width: 76%;
    margin: 0 12%;
  }
  .res-margin-01 {
    margin-bottom: 10px;
    margin-top: 55px;
  }
  .res-margin-02 {
    margin-top: 118px;
  }

  .section,
  .section.pad80,
  .section.pad70,
  .section.pad60,
  .section.pad50,
  .section.pad40 {
    padding-top: 40px;
  }
  .section .section-content,
  .section.pad80 .section-content,
  .section.pad70 .section-content,
  .section.pad60 .section-content,
  .section.pad50 .section-content,
  .section.pad40 .section-content {
    padding-bottom: 20px;
  }
  #logo {
    width: auto;
    float: left;
  }
  #header-widgets {
    float: right;
    width: auto;
  }
  #site-nav {
    display: none;
  }
  #header-social {
    display: block;
    float: left;
    margin-right: 13px;
  }
  #mobile-menu-trigger,
  #mobile-menu {
    display: block;
  }
  #footer-bottom {
    text-align: center;
  }
  #footer-nav {
    display: none;
  }
  .callout {
    display: block;
  }
  .callout > div {
    display: block;
  }
  .callout-button {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  #chart1 {
    height: 300px !important;
    width: 100% !important;
  }
  #chart2 {
    height: 300px !important;
    width: 100% !important;
  }
  #chart3 {
    height: 100px !important;
    width: 100% !important;
  }
  #chart4 {
    height: 300px !important;
    width: 100% !important;
  }
  .blue-box {
    display: none;
  }
  /*     .container{
        width: 720px;
    }
    .row > [class*="col-"]{
        padding-left: 10px;
        padding-right: 10px;
    }
    #logo{
        width: 28% !important;
    }
    #header-widgets{
        width: 72% !important;
    }
    #header-social{
        display: block;
    }
    #site-nav > ul > li > a{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #footer-nav li{
        margin: 0 5px;
    }*/
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 560px;
  }
  #banner {
    display: none;
  }
  #miniblocks .block-mini.bl-0,
  #miniblocks .block-mini.bl-1,
  #miniblocks .block-mini {
    width: 50%;
  }
  #miniblocks .block-mini.bl-3 {
    padding-left: 0;
    padding-right: 12px;
    margin-top: 20px;
  }
  #miniblocks .block-mini.bl-0 {
    padding-left: 0;
    padding-right: 16px;
    margin-top: 20px;
  }
  #blocks3 .blocks:first-child {
    width: 100%;
    padding: 0 0 22px;
  }
  #blocks3 .blocks {
    width: 50%;
    padding: 0 22px 0 0;
  }
  #miniblocks .block-mini.bl-0 .data {
    width: 68%;
  }
  #blocks3 .blocks img {
    max-width: none;
    width: 100%;
  }
  #blocks3 .blocks:last-child {
    padding: 0 0 0 22px;
    width: 50%;
  }
  #register-form-features .form {
    width: 90%;
    margin: 0 5%;
  }
  [class*="col-"] {
    width: 100%;
  }
  .section,
  .section.pad50,
  .section.pad40 {
    padding-top: 40px;
  }
  .section .section-content,
  .section.pad50 .section-content,
  .section.pad40 .section-content {
    padding-bottom: 20px;
  }
  #logo {
    width: auto;
    float: left;
  }
  #header-widgets {
    float: right;
    width: auto;
  }
  #site-nav {
    display: none;
  }
  #header-social {
    display: block;
    float: left;
    margin-right: 13px;
  }
  #mobile-menu-trigger,
  #mobile-menu {
    display: block;
  }
  #footer-bottom {
    text-align: center;
  }
  #footer-nav {
    display: none;
  }
  .callout {
    display: block;
  }
  .callout > div {
    display: block;
  }
  .callout-button {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .container {
    width: 270px;
  }
  [class*="col-"] {
    width: 100%;
  }
  #banner {
    display: none;
  }
  #miniblocks .block-mini.bl-0,
  #miniblocks .block-mini.bl-1,
  #miniblocks .block-mini {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }

  #blocks3 .blocks:first-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
  }
  #blocks3 .blocks {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  #miniblocks .block-mini.bl-0 .data {
    width: 68%;
  }
  #blocks3 .blocks img {
    max-width: none;
    width: 100%;
  }
  #blocks3 .blocks:last-child {
    padding: 0 0 0 0;
    width: 100%;
  }
  #register-form-features .form {
    width: 100%;
    margin: 0;
  }
  .section,
  .section.pad80,
  .section.pad70,
  .section.pad60,
  .section.pad50,
  .section.pad40 {
    padding-top: 40px;
  }
  .section .section-content,
  .section.pad80 .section-content,
  .section.pad70 .section-content,
  .section.pad60 .section-content,
  .section.pad50 .section-content,
  .section.pad40 .section-content {
    padding-bottom: 20px;
  }
  #logo {
    width: auto;
    float: left;
  }
  #header-widgets {
    float: right;
    width: auto;
  }
  #site-nav {
    display: none;
  }
  #header-social {
    display: block;
    float: left;
    margin-right: 13px;
  }
  #mobile-menu-trigger,
  #mobile-menu {
    display: block;
  }
  #footer-bottom {
    text-align: center;
  }
  #footer-nav {
    display: none;
  }
  .callout {
    display: block;
  }
  .callout > div {
    display: block;
  }
  .callout-button {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .landingPageSection.bg-blue .container .section-content .contentContainer {
    padding-left: 0;
    padding-right: 0;
  }
  .landingPageSection .container .section-content .contentContainer {
    padding-left: 0;
  }
  .landingPageBanner {
    padding: 0 24px;
    max-width: 900px;
  }
}

@media only screen and (max-width: 768px) {
  .landingPageSection.bg-blue .container .section-content .contentContainer {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 40px !important;
  }
  .landingPageSection.bg-blue .container .section-content {
    padding: 48px 24px !important;
  }
  .landingPageSection .container .section-content {
    padding: 48px 24px !important;
  }
  .landingPageSection .container .section-content .contentContainer p.lead {
    margin-left: 0;
  }
  .landingPageSection
    .container
    .section-content
    .contentContainer
    .textContainer
    .contentBlock {
    margin-left: 0;
  }
  .landingPageSection.bg-blue .contentContainer.flexBlock .cta {
    max-width: 280px;
    width: 100%;
  }
  .landingPageSection .container .section-content .contentContainer h2 {
    font-size: 24px;
  }
}

/****** FILE: themes/Gyrostat/src/tooltipster/tooltipster.css *****/
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.8);
  border: none;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 15px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid;
  bottom: -6px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid;
  bottom: -6px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-bottom: 6px solid;
  top: -6px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-bottom: 6px solid;
  top: -6px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 15px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 15px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 15px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 15px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 6px solid;
  top: 50%;
  margin-top: -6px;
  right: -6px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 6px solid;
  margin-top: -6px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-right: 6px solid;
  top: 50%;
  margin-top: -6px;
  left: -6px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-right: 6px solid;
  margin-top: -6px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/****** FILE: themes/Gyrostat/src/swipebox/swipebox.css *****/
html.swipebox {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("img/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-action,
#swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0 !important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0 !important;
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("img/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0;
  }

  #swipebox-action #swipebox-prev {
    right: 60px;
  }

  #swipebox-action #swipebox-next {
    right: 0;
  }
}

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-action,
#swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #0d0d0d),
    color-stop(100%, #000000)
  );
  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
  background-image: -moz-linear-gradient(#0d0d0d, #000000);
  background-image: -o-linear-gradient(#0d0d0d, #000000);
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

/****** FILE: themes/Gyrostat/src/rs-plugin/css/settings.css *****/
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

/*************************
	-	CAPTIONS	-
**************************/

.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}

.tp-caption {
  z-index: 1;
  white-space: nowrap;
}

.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}

.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: rgb(235, 235, 235);
  background-color: rgba(235, 235, 235, 1);
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: rgb(34, 34, 34);
  border-style: none;
}

.tp-caption.finewide_large_white {
  color: #fff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}

.tp-caption.finewide_medium_white {
  color: #fff;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}

.tp-caption.huge_red {
  position: absolute;
  color: rgb(223, 75, 107);
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: "Oswald", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: rgb(45, 49, 54);
  padding: 0px;
}

.tp-caption.middle_yellow {
  position: absolute;
  color: rgb(251, 213, 114);
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.huge_thin_yellow {
  position: absolute;
  color: rgb(251, 213, 114);
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}

.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: rgb(255, 255, 255);
  border-style: none;
}

.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: rgb(255, 255, 255);
  border-style: none;
}

.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(102, 102, 102);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}

.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000;
}

.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff;
}

.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}

.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}

.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
  color: #ffa902;
}

.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent;
}

.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent;
}

.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}

.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(255, 255, 255);
  border-style: none;
}

.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 1);
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: rgb(255, 255, 255);
  border-style: none;
}

.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(102, 102, 102);
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(102, 102, 102);
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(117, 117, 117);
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: rgba(235, 235, 235, 1);
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: rgb(34, 34, 34);
  border-style: none;
}

.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(52, 73, 94);
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(52, 73, 94);
  padding: 10px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(227, 58, 12);
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(227, 58, 12);
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(227, 58, 12);
  padding: 10px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(243, 156, 18);
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(243, 156, 18);
  padding: 10px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.grassfloor {
  text-decoration: none;
  background-color: rgba(160, 179, 151, 1);
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: rgb(34, 34, 34);
  border-style: none;
}

.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(127, 140, 141);
  padding: 10px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(52, 73, 94);
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.roundedimage {
  border-width: 0px;
  border-color: rgb(34, 34, 34);
  border-style: none;
}

.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: rgb(0, 0, 0);
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: rgb(0, 0, 0);
  border-style: none;
}

.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(243, 156, 18);
  padding: 10px;
  border-width: 0px;
  border-color: rgb(255, 214, 88);
  border-style: none;
}

.tp-caption.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: "Open Sans", sans;
}

.tp-caption.noshadow {
  text-shadow: none;
}

.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}

/*.tp-caption			{	transform:none !important}*/

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0px;
}

.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 0px;
  top: 0px;
}

.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0px;
}

.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 0px;
  top: 0px;
}

/******************************
	-	BUTTONS	-
*******************************/

/*.tp-simpleresponsive .button				{	padding:6px 13px 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; height:30px;
												cursor:pointer;
												color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
												background:url(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
											}

.tp-simpleresponsive  .button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(../images/gradient/g40.png) repeat-x top;}


.tp-simpleresponsive  .purchase:hover,
.tp-simpleresponsive  .button:hover,
.tp-simpleresponsive  .button.big:hover		{	background-position:bottom, 15px 11px;}



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}*/

f

/*	BUTTON COLORS	*/



/*.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,
.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.tp-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,
.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.tp-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,
.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.tp-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,
.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,
.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.tp-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,
.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}*/



/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}

/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  /*-webkit-font-smoothing: antialiased !important;*/
}

.tp-simpleresponsive img {
  max-width: none;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  filter: none !important;
}

/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;

  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-bannershadow.tp-shadow1 {
  background: url(../assets/shadow1.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow2 {
  background: url(../assets/shadow2.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow3 {
  background: url(../assets/shadow3.png) no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}

.fullscreenvideo .vjs-loading-spinner {
  visibility: none;
  display: none !important;
  width: 0px;
  height: 0px;
}
.fullscreenvideo .vjs-control-bar.vjs-fade-out,
.fullscreenvideo .vjs-control-bar.vjs-fade-in,
.fullscreenvideo .vjs-control-bar.vjs-fade-out.vjs-lock-showing,
.fullscreenvideo .vjs-control-bar.vjs-fade-in.vjs-lock-showing {
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.fullcoveredvideo.video-js,
.fullcoveredvideo video {
  background: transparent !important;
}

.fullcoveredvideo .vjs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png);
}
.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png);
}
.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png);
}
.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png);
}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/

/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}
.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url(../assets/boxed_bgtile.png);
  height: 40px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.navbar-old {
  background: url(../assets/navigdots_bgtile.png);
  height: 35px;
  padding: 0px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet.png) no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}

.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets.png) no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px;
}

/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullets2.png) no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/bullet_boxed.png) no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px;
}

.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important;
}

/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url(../assets/navigdots.png) no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important;
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left;
}

/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative;
}
.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-Repeat top left;
  width: 40px;
  height: 40px;
}

.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right.png) no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right.png) no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}

.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_left_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}
.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/small_right_boxed.png) no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}

.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowleft.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}
.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrowright.png) no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}

.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}
.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px;
}

.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}
.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}

.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_left2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}
.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/arrow_right2.png) no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}

.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_left.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url(../assets/large_right.png) no-Repeat 0 0;
  width: 40px;
  height: 40px;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left;
}

/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/

.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px; /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px; /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-thumbs img {
  width: 100%;
}

/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url(../assets/timer.png);
  position: absolute;
  z-index: 200;
  top: 0px;
}
.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto;
}

/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/

@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}

/******************************
	-	HTML5 VIDEO SETTINGS	-
********************************/

.vjs-tech {
  margin-top: 1px;
}

.tp-caption .vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  line-height: 30px;
  vertical-align: top;
  padding: 0px;
}

.tp-caption .vjs-default-skin .vjs-big-play-button:before {
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 40px;
  text-shadow: none !important;
  color: #fff;
  font-size: 18px;
}

.tp-caption .vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-simpleresponsive a {
  text-decoration: none;
}

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-simpleresponsive > ul > li {
  list-stye: none;
  position: absolute;
  visibility: hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat;
}

/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url(../assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tp-loader.spinner5 {
  background: url(../assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes tp-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.tp-transparentimg {
  content: "url(../assets/transparent.png)";
}
.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}

.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1;
}

@font-face {
  font-family: "revicons";
  src: url("../font/revicons.eot?5510888");
  src:
    url("../font/revicons.eot?5510888#iefix") format("embedded-opentype"),
    url("../font/revicons.woff?5510888") format("woff"),
    url("../font/revicons.ttf?5510888") format("truetype"),
    url("../font/revicons.svg?5510888#revicons") 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: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.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: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
  content: "\e802";
} /* '' */
.revicon-pencil-1:before {
  content: "\e831";
} /* '' */
.revicon-picture-1:before {
  content: "\e803";
} /* '' */
.revicon-cancel:before {
  content: "\e80a";
} /* '' */
.revicon-info-circled:before {
  content: "\e80f";
} /* '' */
.revicon-trash:before {
  content: "\e801";
} /* '' */
.revicon-left-dir:before {
  content: "\e817";
} /* '' */
.revicon-right-dir:before {
  content: "\e818";
} /* '' */
.revicon-down-open:before {
  content: "\e83b";
} /* '' */
.revicon-left-open:before {
  content: "\e819";
} /* '' */
.revicon-right-open:before {
  content: "\e81a";
} /* '' */
.revicon-angle-left:before {
  content: "\e820";
} /* '' */
.revicon-angle-right:before {
  content: "\e81d";
} /* '' */
.revicon-left-big:before {
  content: "\e81f";
} /* '' */
.revicon-right-big:before {
  content: "\e81e";
} /* '' */
.revicon-magic:before {
  content: "\e807";
} /* '' */
.revicon-picture:before {
  content: "\e800";
} /* '' */
.revicon-export:before {
  content: "\e80b";
} /* '' */
.revicon-cog:before {
  content: "\e832";
} /* '' */
.revicon-login:before {
  content: "\e833";
} /* '' */
.revicon-logout:before {
  content: "\e834";
} /* '' */
.revicon-video:before {
  content: "\e805";
} /* '' */
.revicon-arrow-combo:before {
  content: "\e827";
} /* '' */
.revicon-left-open-1:before {
  content: "\e82a";
} /* '' */
.revicon-right-open-1:before {
  content: "\e82b";
} /* '' */
.revicon-left-open-mini:before {
  content: "\e822";
} /* '' */
.revicon-right-open-mini:before {
  content: "\e823";
} /* '' */
.revicon-left-open-big:before {
  content: "\e824";
} /* '' */
.revicon-right-open-big:before {
  content: "\e825";
} /* '' */
.revicon-left:before {
  content: "\e836";
} /* '' */
.revicon-right:before {
  content: "\e826";
} /* '' */
.revicon-ccw:before {
  content: "\e808";
} /* '' */
.revicon-arrows-ccw:before {
  content: "\e806";
} /* '' */
.revicon-palette:before {
  content: "\e829";
} /* '' */
.revicon-list-add:before {
  content: "\e80c";
} /* '' */
.revicon-doc:before {
  content: "\e809";
} /* '' */
.revicon-left-open-outline:before {
  content: "\e82e";
} /* '' */
.revicon-left-open-2:before {
  content: "\e82c";
} /* '' */
.revicon-right-open-outline:before {
  content: "\e82f";
} /* '' */
.revicon-right-open-2:before {
  content: "\e82d";
} /* '' */
.revicon-equalizer:before {
  content: "\e83a";
} /* '' */
.revicon-layers-alt:before {
  content: "\e804";
} /* '' */
.revicon-popup:before {
  content: "\e828";
} /* '' */

/****** FILE: themes/Gyrostat/js/graphs/jquery.jqplot.min.css *****/
.jqplot-target {
  position: relative;
  color: #666;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.jqplot-axis {
  font-size: 0.75em;
}
.jqplot-xaxis {
  margin-top: 10px;
}
.jqplot-x2axis {
  margin-bottom: 10px;
}
.jqplot-yaxis {
  margin-right: 10px;
}
.jqplot-y2axis,
.jqplot-y3axis,
.jqplot-y4axis,
.jqplot-y5axis,
.jqplot-y6axis,
.jqplot-y7axis,
.jqplot-y8axis,
.jqplot-y9axis,
.jqplot-yMidAxis {
  margin-left: 10px;
  margin-right: 10px;
}
.jqplot-axis-tick,
.jqplot-xaxis-tick,
.jqplot-yaxis-tick,
.jqplot-x2axis-tick,
.jqplot-y2axis-tick,
.jqplot-y3axis-tick,
.jqplot-y4axis-tick,
.jqplot-y5axis-tick,
.jqplot-y6axis-tick,
.jqplot-y7axis-tick,
.jqplot-y8axis-tick,
.jqplot-y9axis-tick,
.jqplot-yMidAxis-tick {
  position: absolute;
  white-space: pre;
}
.jqplot-xaxis-tick {
  top: 0;
  left: 15px;
  vertical-align: top;
}
.jqplot-x2axis-tick {
  bottom: 0;
  left: 15px;
  vertical-align: bottom;
}
.jqplot-yaxis-tick {
  right: 0;
  top: 15px;
  text-align: right;
}
.jqplot-yaxis-tick.jqplot-breakTick {
  right: -20px;
  margin-right: 0;
  padding: 1px 5px 1px 5px;
  z-index: 2;
  font-size: 1.5em;
}
.jqplot-y2axis-tick,
.jqplot-y3axis-tick,
.jqplot-y4axis-tick,
.jqplot-y5axis-tick,
.jqplot-y6axis-tick,
.jqplot-y7axis-tick,
.jqplot-y8axis-tick,
.jqplot-y9axis-tick {
  left: 0;
  top: 15px;
  text-align: left;
}
.jqplot-yMidAxis-tick {
  text-align: center;
  white-space: nowrap;
}
.jqplot-xaxis-label {
  margin-top: 10px;
  font-size: 11pt;
  position: absolute;
}
.jqplot-x2axis-label {
  margin-bottom: 10px;
  font-size: 11pt;
  position: absolute;
}
.jqplot-yaxis-label {
  margin-right: 10px;
  font-size: 11pt;
  position: absolute;
}
.jqplot-yMidAxis-label {
  font-size: 11pt;
  position: absolute;
}
.jqplot-y2axis-label,
.jqplot-y3axis-label,
.jqplot-y4axis-label,
.jqplot-y5axis-label,
.jqplot-y6axis-label,
.jqplot-y7axis-label,
.jqplot-y8axis-label,
.jqplot-y9axis-label {
  font-size: 11pt;
  margin-left: 10px;
  position: absolute;
}
.jqplot-meterGauge-tick {
  font-size: 0.75em;
  color: #999;
}
.jqplot-meterGauge-label {
  font-size: 1em;
  color: #999;
}
table.jqplot-table-legend {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  width: 82px;
}
table.jqplot-table-legend,
table.jqplot-cursor-legend {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #ccc;
  position: absolute;
  font-size: 0.75em;
}
td.jqplot-table-legend {
  vertical-align: middle;
}
td.jqplot-seriesToggle:hover,
td.jqplot-seriesToggle:active {
  cursor: pointer;
}
.jqplot-table-legend .jqplot-series-hidden {
  text-decoration: line-through;
}
div.jqplot-table-legend-swatch-outline {
  border: 1px solid #ccc;
  padding: 1px;
}
div.jqplot-table-legend-swatch {
  width: 0;
  height: 0;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}
.jqplot-title {
  top: 0;
  left: 0;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}
table.jqplot-cursor-tooltip {
  border: 1px solid #ccc;
  font-size: 0.75em;
}
.jqplot-cursor-tooltip {
  border: 1px solid #ccc;
  font-size: 0.75em;
  white-space: nowrap;
  background: rgba(208, 208, 208, 0.5);
  padding: 1px;
}
.jqplot-highlighter-tooltip,
.jqplot-canvasOverlay-tooltip {
  border: 1px solid #ccc;
  font-size: 0.75em;
  white-space: nowrap;
  background: rgba(208, 208, 208, 0.5);
  padding: 1px;
}
.jqplot-point-label {
  font-size: 0.75em;
  z-index: 2;
}
td.jqplot-cursor-legend-swatch {
  vertical-align: middle;
  text-align: center;
}
div.jqplot-cursor-legend-swatch {
  width: 1.2em;
  height: 0.7em;
}
.jqplot-error {
  text-align: center;
}
.jqplot-error-message {
  position: relative;
  top: 46%;
  display: inline-block;
}
div.jqplot-bubble-label {
  font-size: 0.8em;
  padding-left: 2px;
  padding-right: 2px;
  color: rgb(20%, 20%, 20%);
}
div.jqplot-bubble-label.jqplot-bubble-label-highlight {
  background: rgba(90%, 90%, 90%, 0.7);
}
div.jqplot-noData-container {
  text-align: center;
  background-color: rgba(96%, 96%, 96%, 0.3);
}

/****** FILE: themes/Gyrostat/js/fancybox/source/helpers/jquery.fancybox-thumbs.css *****/
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

/****** FILE: themes/Gyrostat/js/fancybox/source/helpers/jquery.fancybox-buttons.css *****/
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: rgb(50, 50, 50);
  background: -moz-linear-gradient(
    top,
    rgb(68, 68, 68) 0%,
    rgb(52, 52, 52) 50%,
    rgb(41, 41, 41) 50%,
    rgb(51, 51, 51) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(68, 68, 68)),
    color-stop(50%, rgb(52, 52, 52)),
    color-stop(50%, rgb(41, 41, 41)),
    color-stop(100%, rgb(51, 51, 51))
  );
  background: -webkit-linear-gradient(
    top,
    rgb(68, 68, 68) 0%,
    rgb(52, 52, 52) 50%,
    rgb(41, 41, 41) 50%,
    rgb(51, 51, 51) 100%
  );
  background: -o-linear-gradient(
    top,
    rgb(68, 68, 68) 0%,
    rgb(52, 52, 52) 50%,
    rgb(41, 41, 41) 50%,
    rgb(51, 51, 51) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgb(68, 68, 68) 0%,
    rgb(52, 52, 52) 50%,
    rgb(41, 41, 41) 50%,
    rgb(51, 51, 51) 100%
  );
  background: linear-gradient(
    top,
    rgb(68, 68, 68) 0%,
    rgb(52, 52, 52) 50%,
    rgb(41, 41, 41) 50%,
    rgb(51, 51, 51) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

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

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

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

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

.fancybox-inner {
  overflow: hidden;
}

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

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

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

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

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

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

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

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

.zenithContent {
  width: 100%;
  max-width: 997px;
  min-height: 160px;
  margin: 0 auto;
  padding: 10px 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 40px;
  background: white;
  margin-top: 40px;
  padding: 20px;
  justify-content: center;
  margin-left: 163px;
}
@media only screen and (max-width: 1200px) {
  .zenithContent {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .zenithContent {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .zenithLogo {
    margin-bottom: -36px;
  }
}
