/* NORMALIZE v3.0.2 */
@import url('https://fonts.googleapis.com/css2?family=Revalia&display=swap');

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Disable Chrome blue border */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

/* PRINT */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #222222;
  background-color: #ededed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #007fe2;
  text-decoration: none; }
  a:hover, a:focus {
    color: #005496;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block; }

.img-mobile-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-rounded {
  border-radius: 6px; }

.img-circle {
  border-radius: 50%; }

.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 0; }

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  background: #ededed;
  height: 1px;
  width: 100%;
  display: block; }
  hr.hr-simple {
    background: #dddddd; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

/* Contenuto Centrato */
.contenuto-centrato-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0; }

.contenuto-centrato-content {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%; }

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

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

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

.no-bullet {
  list-style: none;
  list-style-image: none; }

.block {
  display: block; }

em {
  font-style: italic; }

/* Transitions All */
.transition_all {
  transition: all .1s linear 0s;
  -moz-transition: all .1s linear 0s;
  -webkit-transition: all .1s linear 0s;
  -o-transition: all .1s linear 0s; }

/* Lists */
ul {
  list-style: none;
  list-style-image: none; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

ul.list_bullet li {
  margin: 0 0 15px 0;
  padding: 0 0 0 18px;
  line-height: 18px;
  background: transparent url("img/bullet.png") no-repeat 0 3px; }

dl {
  margin: 0 0 0 0;
  padding: 0; }

dt {
  margin: 0 0 0 0; }

dd {
  margin: 0 0 0 0; }

/* TEXT SELECTION STYLES */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/* Images and Media */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.img-left {
  float: left;
  margin: 0 30px 30px 0;
  border: none; }

.img-right {
  float: right;
  margin: 0 0 30px 30px;
  border: none; }

.img-max {
  width: 100%;
  height: auto; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  border: none; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  border: none; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none; }

.media {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc; }

.media iframe, .media object, .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

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

figure {
  margin: 16px 0 26px 0;
  padding: 0; }

figcaption:before {
  content: "\2014 \202F"; }

figcaption {
  margin: 6px 0 0 0;
  padding: 0;
  font-size: 11px; }

/* Placeholder */
::-webkit-input-placeholder {
  color: #333;
  opacity: .5; }

:-moz-placeholder {
  color: #333;
  opacity: .5; }

::-moz-placeholder {
  color: #333;
  opacity: .5; }

:-ms-input-placeholder {
  color: #333;
  opacity: .5; }

:focus::-webkit-input-placeholder {
  color: #333;
  opacity: 1; }

:focus:-moz-placeholder {
  color: #333;
  opacity: 1; }

:focus::-moz-placeholder {
  color: #333;
  opacity: 1; }

:focus:-ms-input-placeholder {
  color: #333;
  opacity: 1; }

input:focus {
  color: #000;
  border-color: #999;
  outline: none; }

textarea:focus {
  color: #000;
  border-color: #999;
  outline: none; }

select:focus {
  color: #000;
  border-color: #999;
  outline: none; }

/* Image replacement */
.ir {
  text-indent: -99999px; }

/* Hide from both screenreaders and browsers */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@media (max-width: 767px) {
  .mobile-xs-center {
    text-align: center !important; } }

@media (max-width: 991px) {
  .mobile-sm-center {
    text-align: center !important; } }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

.padding-bottom-60 {
  padding-bottom: 60px !important; }

.padding-bottom-70 {
  padding-bottom: 70px !important; }

.padding-bottom-80 {
  padding-bottom: 80px !important; }

@media (max-width: 767px) {
  .padding-bottom-25 {
    padding-bottom: 20px !important; }

  .padding-bottom-30 {
    padding-bottom: 20px !important; }

  .padding-bottom-40 {
    padding-bottom: 20px !important; }

  .padding-bottom-50 {
    padding-bottom: 20px !important; }

  .padding-bottom-60 {
    padding-bottom: 20px !important; }

  .padding-bottom-70 {
    padding-bottom: 20px !important; }

  .padding-bottom-80 {
    padding-bottom: 20px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .padding-bottom-40 {
    padding-bottom: 20px !important; }

  .padding-bottom-50 {
    padding-bottom: 20px !important; }

  .padding-bottom-60 {
    padding-bottom: 20px !important; }

  .padding-bottom-70 {
    padding-bottom: 20px !important; }

  .padding-bottom-80 {
    padding-bottom: 20px !important; } }
.padding-top-0 {
  padding-top: 0px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-top-60 {
  padding-top: 60px !important; }

.padding-top-70 {
  padding-top: 70px !important; }

.padding-top-80 {
  padding-top: 80px !important; }

@media (max-width: 767px) {
  .padding-top-25 {
    padding-top: 20px !important; }

  .padding-top-30 {
    padding-top: 20px !important; }

  .padding-top-40 {
    padding-top: 20px !important; }

  .padding-top-50 {
    padding-top: 20px !important; }

  .padding-top-60 {
    padding-top: 20px !important; }

  .padding-top-70 {
    padding-top: 20px !important; }

  .padding-top-80 {
    padding-top: 20px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .padding-top-40 {
    padding-top: 20px !important; }

  .padding-top-50 {
    padding-top: 20px !important; }

  .padding-top-60 {
    padding-top: 20px !important; }

  .padding-top-70 {
    padding-top: 20px !important; }

  .padding-top-80 {
    padding-top: 20px !important; } }
.padding-left-0 {
  padding-left: 0px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

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

.margin-bottom-5 {
  margin-bottom: 5px !important; }

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

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

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

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

@media (max-width: 767px) {
  .margin-bottom-25 {
    margin-bottom: 20px !important; }

  .margin-bottom-30 {
    margin-bottom: 20px !important; }

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

  .margin-bottom-50 {
    margin-bottom: 20px !important; }

  .margin-bottom-60 {
    margin-bottom: 20px !important; }

  .margin-bottom-70 {
    margin-bottom: 20px !important; }

  .margin-bottom-80 {
    margin-bottom: 20px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-40 {
    margin-bottom: 20px !important; }

  .margin-bottom-50 {
    margin-bottom: 20px !important; }

  .margin-bottom-60 {
    margin-bottom: 20px !important; }

  .margin-bottom-70 {
    margin-bottom: 20px !important; }

  .margin-bottom-80 {
    margin-bottom: 20px !important; } }
.margin-top-0 {
  margin-top: 0px !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

@media (max-width: 767px) {
  .margin-top-25 {
    margin-top: 20px !important; }

  .margin-top-30 {
    margin-top: 20px !important; }

  .margin-top-40 {
    margin-top: 20px !important; }

  .margin-top-50 {
    margin-top: 20px !important; }

  .margin-top-60 {
    margin-top: 20px !important; }

  .margin-top-70 {
    margin-top: 20px !important; }

  .margin-top-80 {
    margin-top: 20px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-40 {
    margin-top: 20px !important; }

  .margin-top-50 {
    margin-top: 20px !important; }

  .margin-top-60 {
    margin-top: 20px !important; }

  .margin-top-70 {
    margin-top: 20px !important; }

  .margin-top-80 {
    margin-top: 20px !important; } }
.margin-right-0 {
  margin-right: 0px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

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

.margin-left-5 {
  margin-left: 5px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin: 0 0 0 0; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h3.linear, .h3.linear {
  font-size: 20px;
  line-height: 1.2;
  margin: 5px 0 0 0; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 0 0; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 35px; }
  h1.large, .h1.large {
    font-size: 220%; }

h2, .h2 {
  font-size: 30px; }
  h2.large, .h2.large {
    font-size: 200%; }

h3, .h3 {
  font-size: 20px; }
  h3.large, .h3.large {
    font-size: 160%; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

.section-title {
  margin: 0 0 30px 0; }
  .section-title:before, .section-title:after {
    content: " ";
    display: table; }
  .section-title:after {
    clear: both; }
  .section-title {
    *zoom: 1; }
  .section-title.title-large h2, .section-title.title-large .h3 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700; }
  .section-title.title-small h3, .section-title.title-small .h3 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700; }
  @media (max-width: 991px) {
    .section-title.main-title {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .section-title.main-title {
      margin-bottom: 20px;
      text-align: center; } }
  .section-title.main-title h1, .section-title.main-title .h1 {
    font-size: 72px;
    line-height: 1.4; }
    @media (max-width: 991px) {
      .section-title.main-title h1, .section-title.main-title .h1 {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .section-title.main-title h1, .section-title.main-title .h1 {
        font-size: 28px; } }
  .section-title.main-title p {
    font-size: 24px;
    line-height: 1.4; }
    @media (max-width: 991px) {
      .section-title.main-title p {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .section-title.main-title p {
        font-size: 18px; } }

p {
  margin: 0 0 0 0; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

.link-icon {
  position: relative;
  z-index: 0;
  padding-left: 25px;
  display: block; }
  .link-icon:before, .link-icon:after {
    content: " ";
    display: table; }
  .link-icon:after {
    clear: both; }
  .link-icon {
    *zoom: 1; }
  .link-icon i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    font-size: 19px; }

.title-line {
  position: relative;
  z-index: 0;
  background: #ffffff url("../img/bg-title-line.png") repeat-x 0px center;
  margin: 0 0 40px 0; }
  .title-line:before, .title-line:after {
    content: " ";
    display: table; }
  .title-line:after {
    clear: both; }
  .title-line {
    *zoom: 1; }
  .title-line .title-line-content {
    position: relative;
    z-index: 0;
    display: inline-block;
    background: #ffffff;
    padding-left: 20px;
    padding-right: 20px; }
    .title-line .title-line-content:before, .title-line .title-line-content:after {
      content: " ";
      display: table; }
    .title-line .title-line-content:after {
      clear: both; }
    .title-line .title-line-content {
      *zoom: 1; }
    .title-line .title-line-content h2, .title-line .title-line-content .h2 {
      font-size: 35px;
      line-height: 1;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0 0 10px 0; }
    .title-line .title-line-content p {
      font-size: 26px;
      line-height: 1; }

@media (min-width: 992px) {
  .linear.app-title {
    font-size: 30px !important; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

@media (max-width: 991px) {
  .text-center-mobile {
    text-align: center !important; } }

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #e3e3e3; }

.text-primary {
  color: #007fe2; }

a.text-primary:hover {
  color: #0062af; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #007fe2; }

a.bg-primary:hover {
  background-color: #0062af; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #ededed; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

ul.list-bullet {
  padding-left: 35px;
  list-style: disc;
  margin-bottom: 20px;
  padding-left: 15px; }
  ul.list-bullet li {
    margin-bottom: 10px; }
    ul.list-bullet li:last-child {
      margin-bottom: 0px; }
    ul.list-bullet li ul {
      margin-bottom: 10px;
      list-style: circle;
      padding-left: 35px;
      padding-top: 10px; }
      ul.list-bullet li ul li {
        margin-bottom: 10px; }
        ul.list-bullet li ul li:last-child {
          margin-bottom: 0px; }
  ul.list-bullet.small {
    font-size: 15px;
    margin-bottom: 5px; }
    ul.list-bullet.small li {
      margin-bottom: 5px; }
ul.list-simple {
  margin-bottom: 20px; }
  ul.list-simple li {
    margin-bottom: 10px; }
    ul.list-simple li:last-child {
      margin-bottom: 0px; }
ul.list-small {
  font-size: 15px; }
  ul.list-small li {
    font-size: 15px; }

ol.list-numeric {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item; }
  ol.list-numeric > li {
    margin: 0 0 20px 0;
    padding: 0 0 0 2em;
    text-indent: -1.9em;
    list-style-type: none;
    counter-increment: item; }
    ol.list-numeric > li:before {
      display: inline-block;
      width: 1.5em;
      padding-right: 0.5em;
      font-weight: 700;
      text-align: right;
      content: counter(item) ".";
      font-size: 20px;
      line-height: 1; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }
.dl-horizontal dd:after {
  clear: both; }
.dl-horizontal dd {
  *zoom: 1; }
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e3e3e3; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #ededed; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #e3e3e3; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ededed;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429; }

/* GRID */
iframe.iframe_page {
  border: none;
  width: 100%;
  height: auto;
  background: #ffffff; }

.frame_content {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #ffffff; }

.body_wrapper {
  background: transparent url("../img/bg-header-top.svg") repeat-x; }
  @media (max-width: 991px) {
    .body_wrapper {
      padding-top: 60px;
      background: none; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .container {
    *zoom: 1; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1170px) {
    .container {
      width: 1170px; } }

@media (min-width: 992px) {
  .main-container {
    position: relative;
    z-index: 1; } }

.container {
  width: 100%; }
  @media (min-width: 1170px) {
    .container {
      width: 1170px; } }

.section {
  padding-top: 50px;
  padding-bottom: 50px; }
  .section:before, .section:after {
    content: " ";
    display: table; }
  .section:after {
    clear: both; }
  .section {
    *zoom: 1; }
  @media (max-width: 991px) {
    .section {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .section.section-simple {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 991px) {
      .section.section-simple {
        padding-top: 15px;
        padding-bottom: 15px; } }
    .section.section-simple .section-title {
      padding-top: 10px; }
      .section.section-simple .section-title:before, .section.section-simple .section-title:after {
        content: " ";
        display: table; }
      .section.section-simple .section-title:after {
        clear: both; }
      .section.section-simple .section-title {
        *zoom: 1; }
      .section.section-simple .section-title h3, .section.section-simple .section-title .h3 {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 25px;
        margin: 5px 0 0 0; }
  .section.section-bg {
    padding-top: 84px;
    padding-bottom: 84px;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    text-align: center;
    position: relative;
    z-index: 0; }
    .section.section-bg:before {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.38;
      filter: alpha(opacity=38);
      background: #000000; }
    .section.section-bg .row {
      position: relative;
      z-index: 2; }
    @media (max-width: 991px) {
      .section.section-bg {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .section.section-primary-darker {
    background: #042844; }
    .section.section-primary-darker .section-title h1, .section.section-primary-darker .section-title .h1, .section.section-primary-darker .section-title h2, .section.section-primary-darker .section-title .h2, .section.section-primary-darker .section-title h3, .section.section-primary-darker .section-title .h3 {
      color: #ffffff; }
      .section.section-primary-darker .section-title h1 a, .section.section-primary-darker .section-title .h1 a, .section.section-primary-darker .section-title h2 a, .section.section-primary-darker .section-title .h2 a, .section.section-primary-darker .section-title h3 a, .section.section-primary-darker .section-title .h3 a {
        color: #ffffff; }
    .section.section-primary-darker .section-title h3 {
      text-transform: uppercase; }
    .section.section-primary-darker .social-links {
      text-align: right; }
      @media (max-width: 767px) {
        .section.section-primary-darker .social-links {
          margin-bottom: 20px; } }
      .section.section-primary-darker .social-links a {
        margin-left: 2px; }
    .section.section-primary-darker h3, .section.section-primary-darker .h3 {
      color: #ffffff; }
      .section.section-primary-darker h3 a, .section.section-primary-darker .h3 a {
        color: #ffffff; }
    .section.section-primary-darker .box-adv {
      background: none; }
  .section.section-primary-dark {
    background: #005AA1; }
    .section.section-primary-dark .section-title h1, .section.section-primary-dark .section-title .h1, .section.section-primary-dark .section-title h2, .section.section-primary-dark .section-title .h2, .section.section-primary-dark .section-title h3, .section.section-primary-dark .section-title .h3 {
      color: #ffffff; }
    .section.section-primary-dark .section-title h3 {
      text-transform: uppercase; }
    .section.section-primary-dark .box-adv {
      background: none; }
  .section.section-primary {
    background: #007fe2; }
    .section.section-primary .section-title h1, .section.section-primary .section-title .h1, .section.section-primary .section-title h2, .section.section-primary .section-title .h2, .section.section-primary .section-title h3, .section.section-primary .section-title .h3 {
      color: #ffffff; }
    .section.section-primary .section-title h3 {
      text-transform: uppercase; }
    .section.section-primary .box-adv {
      background: none; }
  .section.section-white {
    background: #ffffff; }
    .section.section-white .section-title h3 {
      text-transform: uppercase;
      font-size: 28px;
      border-bottom: 1px solid #e3e3e3;
      font-weight: 700;
      padding: 0 0 22px 0;
      margin-bottom: 2px;
      letter-spacing: 1.4px; }
    .section.section-white .box-adv {
      background: none; }
  .section .section-bg-content {
    text-align: center; }
    .section .section-bg-content h2, .section .section-bg-content .h2 {
      font-size: 35px;
      line-height: 1.3;
      font-weight: 700;
      margin: 0 0 20px 0; }
      .section .section-bg-content h2 a, .section .section-bg-content .h2 a {
        color: #ffffff; }
    .section .section-bg-content h3, .section .section-bg-content .h3 {
      font-size: 30px;
      line-height: 1.3;
      font-weight: 700;
      margin: 0 0 12px 0; }
      .section .section-bg-content h3 a, .section .section-bg-content .h3 a {
        color: #ffffff; }
    .section .section-bg-content p {
      font-size: 20px;
      line-height: 1.3;
      display: inline-block;
      width: 100%;
      max-width: 500px;
      color: #ffffff;
      margin: 0 0 25px 0; }
  .section.section-title-channel {
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: #222222;
    padding: 0 0 0 0;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .section.section-title-channel:before {
      content: " ";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .section.section-title-channel.section-title-channel-dark:before {
      background: #042844;
      opacity: 0.75;
      filter: alpha(opacity=75); }
    .section.section-title-channel .section-title-channel-content {
      padding: 100px 0 12px 0; }
      @media (max-width: 767px) {
        .section.section-title-channel .section-title-channel-content {
          padding: 42px 0 0px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .section.section-title-channel .section-title-channel-content {
          padding: 68px 0 0px 0; } }
      .section.section-title-channel .section-title-channel-content h1, .section.section-title-channel .section-title-channel-content .h1 {
        font-size: 75px;
        line-height: 1.3;
        color: #ffffff;
        font-weight: 700; }
        @media (max-width: 767px) {
          .section.section-title-channel .section-title-channel-content h1, .section.section-title-channel .section-title-channel-content .h1 {
            font-size: 32px;
            text-align: center;
            margin: 0 0 10px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .section.section-title-channel .section-title-channel-content h1, .section.section-title-channel .section-title-channel-content .h1 {
            font-size: 45px;
            text-align: center;
            margin: 0 0 10px 0; } }
      .section.section-title-channel .section-title-channel-content h2, .section.section-title-channel .section-title-channel-content .h2 {
        font-size: 45px;
        line-height: 1.3;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .section.section-title-channel .section-title-channel-content h2, .section.section-title-channel .section-title-channel-content .h2 {
            font-size: 30px;
            text-align: center;
            margin: 0 0 10px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .section.section-title-channel .section-title-channel-content h2, .section.section-title-channel .section-title-channel-content .h2 {
            font-size: 36px;
            text-align: center;
            margin: 0 0 10px 0; } }
      .section.section-title-channel .section-title-channel-content p {
        color: #ffffff;
        display: block;
        font-size: 25px;
        line-height: 1.4;
        width: 100%;
        max-width: 710px;
        margin-left: auto;
        margin-right: auto; }
    .section.section-title-channel .social-links {
      text-align: right;
      padding-bottom: 20px; }
      @media (max-width: 991px) {
        .section.section-title-channel .social-links {
          text-align: center; } }
    .section.section-title-channel video.section-title-channel-video {
      bottom: -50%;
      width: auto;
      height: auto;
      min-height: 100%;
      min-width: 100%;
      overflow: hidden;
      position: absolute;
      right: 0;
      z-index: -1000; }
    @media (max-width: 991px) {
      .section.section-title-channel video {
        display: none; } }
    .section.section-title-channel .container {
      position: relative;
      z-index: 2; }
    .section.section-title-channel .box.box-article-simple a h1 {
      color: #ffffff; }
    .section.section-title-channel .box.box-article-simple a p {
      color: #ffffff; }
    .section.section-title-channel .box.box-article-simple a:hover {
      text-decoration: none; }
    .section.section-title-channel .box.box-article-simple h1 {
      color: #ffffff;
      font-size: 24px; }
    .section.section-title-channel .box.box-article-simple p {
      color: #ffffff;
      font-size: 16px;
      line-height: 1.65;
      letter-spacing: -0.1px; }

.col-match-height {
  display: flex;
  align-items: center;
  justify-content: center; }

/* Isotope Grid */
.grid {
  margin: 0 -15px 0 -15px; }
  @media (max-width: 767px) {
    .grid {
      margin: 0; } }

.grid-item {
  float: left;
  width: 47%;
  height: auto;
  margin: 0 1.5% 35px 1.5%; }
  .grid-item.grid-item-small {
    width: 30.3333333333%; }
  @media (max-width: 767px) {
    .grid-item {
      width: 100%;
      margin: 0 0 30px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .grid-item {
      width: 47%;
      margin: 0 1.5% 30px 1.5%; } }

.grid-item-small {
  width: 30.3333333333% !important; }
  @media (max-width: 767px) {
    .grid-item-small {
      width: 100% !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .grid-item-small {
      width: 47% !important; } }

#infscr-loading {
  position: absolute;
  z-index: 1;
  bottom: -105px;
  width: 100%;
  text-align: center; }
  #infscr-loading img {
    display: none !important; }

.content-grid {
  margin-bottom: 105px; }
  .content-grid .pagination {
    position: absolute;
    z-index: 1;
    bottom: -65px;
    left: 0;
    width: 100%;
    text-align: center; }
    .content-grid .pagination .page-numbers {
      border-top: 1px solid #dddddd;
      padding: 25px 0 0 0; }
      .content-grid .pagination .page-numbers li {
        display: none; }
        .content-grid .pagination .page-numbers li.next {
          display: block; }
  .content-grid .pagination_content {
    border-top: 1px solid #dddddd;
    padding: 25px 0 0 0; }
    .content-grid .pagination_content:before, .content-grid .pagination_content:after {
      content: " ";
      display: table; }
    .content-grid .pagination_content:after {
      clear: both; }
    .content-grid .pagination_content {
      *zoom: 1; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }
  .container-fluid {
    *zoom: 1; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row {
    *zoom: 1; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1170px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/* END GRID */
/* TABLES */
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e3e3e3;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  font-size: 14px;
  background: #ffffff; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0px; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0px; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 1px solid #ddd; }
  .table .table {
    background-color: #ededed; }
  .table .box.box-icon .box-icon-circle {
    position: relative;
    z-index: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    background: #042844;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; }
    .table .box.box-icon .box-icon-circle:before, .table .box.box-icon .box-icon-circle:after {
      content: " ";
      display: table; }
    .table .box.box-icon .box-icon-circle:after {
      clear: both; }
    .table .box.box-icon .box-icon-circle {
      *zoom: 1; }
    .table .box.box-icon .box-icon-circle i.icon {
      position: absolute;
      z-index: 1;
      line-height: 46px;
      display: block;
      color: #ffffff;
      width: 100%;
      font-size: 24px; }
  .table .box.box-icon p {
    position: relative;
    z-index: 0;
    display: block;
    font-size: 14px;
    position: relative;
    z-index: 0;
    height: 100%;
    padding-left: 54px; }
    .table .box.box-icon p:before, .table .box.box-icon p:after {
      content: " ";
      display: table; }
    .table .box.box-icon p:after {
      clear: both; }
    .table .box.box-icon p {
      *zoom: 1; }
    .table .box.box-icon p a {
      color: #222222; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 0px;
    background: #f8f8f8;
    font-size: 12px;
    text-transform: uppercase;
    color: #888888; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #888888;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #888888; }

.form-control, span.customSelect {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 20px 0 20px;
  font-size: 15px;
  line-height: 45px;
  color: #888888;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #e3e3e3;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, span.customSelect:focus {
    border-color: #e3e3e3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(227, 227, 227, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(227, 227, 227, 0.6); }
  .form-control::-moz-placeholder, span.customSelect::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, span.customSelect:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, span.customSelect::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], span[disabled].customSelect, .form-control[readonly], span[readonly].customSelect, fieldset[disabled] .form-control, fieldset[disabled] span.customSelect {
    background-color: #ededed;
    opacity: 1; }
  .form-control[disabled], span[disabled].customSelect, fieldset[disabled] .form-control, fieldset[disabled] span.customSelect {
    cursor: not-allowed; }

textarea.form-control {
  height: auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 45px; } }
/* FORM GROUPS */
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback span.customSelect {
    padding-right: 56.25px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  pointer-events: none; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control, .has-success span.customSelect {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success span.customSelect:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control, .has-warning span.customSelect {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning span.customSelect:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control, .has-error span.customSelect {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error span.customSelect:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline span.customSelect {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group span.customSelect {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > span.customSelect {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
  .form-horizontal .form-group {
    *zoom: 1; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

.form-search-small {
  position: relative;
  z-index: 0; }
  .form-search-small:before, .form-search-small:after {
    content: " ";
    display: table; }
  .form-search-small:after {
    clear: both; }
  .form-search-small {
    *zoom: 1; }
  .form-search-small .form-control, .form-search-small span.customSelect {
    position: relative;
    z-index: 0;
    padding-right: 42px; }
  .form-search-small .btn-search {
    position: absolute;
    z-index: 1;
    top: 7px;
    right: 10px; }

.form-search-large {
  position: relative;
  z-index: 0;
  margin-bottom: 30px; }
  .form-search-large:before, .form-search-large:after {
    content: " ";
    display: table; }
  .form-search-large:after {
    clear: both; }
  .form-search-large {
    *zoom: 1; }
  @media (max-width: 1169px) {
    .form-search-large {
      margin-bottom: 15px; } }
  .form-search-large .form-control, .form-search-large span.customSelect {
    position: relative;
    z-index: 0;
    padding-right: 42px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }
    @media (min-width: 992px) {
      .form-search-large .form-control, .form-search-large span.customSelect {
        height: 60px;
        padding-right: 60px;
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        font-size: 25px;
        padding-left: 35px;
        letter-spacing: -1px; } }
  .form-search-large .btn-search {
    position: absolute;
    z-index: 1;
    top: 1px;
    right: 1px;
    width: 43px;
    height: 43px;
    background: #f5a623 url("../img/icon-search-white.svg") no-repeat center center;
    background-size: 20px 20px;
    color: #ffffff; }
    @media (min-width: 992px) {
      .form-search-large .btn-search {
        width: 58px;
        height: 58px;
        background: #f5a623 url("../img/icon-search-white.svg") no-repeat center center;
        background-size: 25px 25px; } }

.form-newsletter {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 518px;
  display: inline-block; }
  .form-newsletter:before, .form-newsletter:after {
    content: " ";
    display: table; }
  .form-newsletter:after {
    clear: both; }
  .form-newsletter {
    *zoom: 1; }
  .form-newsletter .form-control, .form-newsletter span.customSelect {
    position: relative;
    z-index: 0;
    padding-right: 125px; }
  .form-newsletter .btn {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    width: 125px;
    height: 45px; }

.select-styled-wrapper {
  position: relative;
  z-index: 0; }
  .select-styled-wrapper:before, .select-styled-wrapper:after {
    content: " ";
    display: table; }
  .select-styled-wrapper:after {
    clear: both; }
  .select-styled-wrapper {
    *zoom: 1; }

span.customSelect {
  position: relative;
  min-width: 85px;
  padding-left: 20px;
  padding-right: 40px; }
  span.customSelect:before {
    font-family: "fmi" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\61";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    height: 100%;
    line-height: 45px;
    font-size: 12px; }

select.hasCustomSelect {
  padding: 0 !important;
  cursor: pointer;
  z-index: 2;
  width: 100% !important; }

.search-filters-wrapper {
  position: relative;
  z-index: 0;
  margin-bottom: 30px; }
  .search-filters-wrapper:before, .search-filters-wrapper:after {
    content: " ";
    display: table; }
  .search-filters-wrapper:after {
    clear: both; }
  .search-filters-wrapper {
    *zoom: 1; }
  .search-filters-wrapper h4, .search-filters-wrapper .h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
  .search-filters-wrapper .search-filters {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    margin-right: -10px; }
    .search-filters-wrapper .search-filters:before, .search-filters-wrapper .search-filters:after {
      content: " ";
      display: table; }
    .search-filters-wrapper .search-filters:after {
      clear: both; }
    .search-filters-wrapper .search-filters {
      *zoom: 1; }
    .search-filters-wrapper .search-filters .select-styled-wrapper {
      position: relative;
      z-index: 0;
      width: 19%;
      float: left;
      margin-left: 0.5%;
      margin-right: 0.5%; }
      .search-filters-wrapper .search-filters .select-styled-wrapper:before, .search-filters-wrapper .search-filters .select-styled-wrapper:after {
        content: " ";
        display: table; }
      .search-filters-wrapper .search-filters .select-styled-wrapper:after {
        clear: both; }
      .search-filters-wrapper .search-filters .select-styled-wrapper {
        *zoom: 1; }
      @media (max-width: 767px) {
        .search-filters-wrapper .search-filters .select-styled-wrapper {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 10px; } }
      @media (max-width: 420px) {
        .search-filters-wrapper .search-filters .select-styled-wrapper {
          width: 100%;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .search-filters-wrapper .search-filters .select-styled-wrapper {
          width: 49%;
          margin-bottom: 10px; } }
      @media (min-width: 992px) and (max-width: 1169px) {
        .search-filters-wrapper .search-filters .select-styled-wrapper {
          width: 24%;
          margin-bottom: 10px; } }

.dataTables_length select.hasCustomSelect {
  width: 100px !important; }

.checkbox {
  padding-left: 30px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .section-primary-darker .checkbox label, .section-primary-dark .checkbox label, .section-primary .checkbox label {
      color: #ffffff; }
    .checkbox label:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      margin-left: -30px;
      border: 1px solid #cccccc;
      background-color: #fff;
      top: 2px;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border: none; }
    .checkbox label:after {
      display: inline-block;
      position: absolute;
      width: 19px;
      height: 19px;
      left: 0;
      top: -2px;
      margin-left: -29px;
      padding-left: 0px;
      padding-top: 0px;
      font-size: 24px;
      color: #007fe2;
      line-height: 1; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
    .checkbox input[type="checkbox"]:focus + label:before,
    .checkbox input[type="radio"]:focus + label:before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label:after,
    .checkbox input[type="radio"]:checked + label:after {
      content: "\2714"; }
    .checkbox input[type="checkbox"]:disabled,
    .checkbox input[type="radio"]:disabled {
      cursor: not-allowed; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label:before,
      .checkbox input[type="radio"]:disabled + label:before {
        background-color: #ededed;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label:before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.radio {
  padding-left: 30px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 24px;
      height: 24px;
      left: 0;
      margin-left: -30px;
      border: 1px solid #e3e3e3;
      border-radius: 50%;
      background-color: #fff;
      top: 2px;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label:after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 16px;
      height: 16px;
      left: 4px;
      top: 6px;
      margin-left: -30px;
      border-radius: 50%;
      background-color: #888888;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
    .radio input[type="radio"]:focus + label:before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label:after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled {
      cursor: not-allowed; }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label:before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  content: "\2714"; }
input[type="checkbox"] .styled:checked + label:before,
input[type="radio"] .styled:checked + label:before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label:after,
input[type="radio"] .styled:checked + label:after {
  color: #fff; }

/* BUTTONS */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0px 12px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

/* ALTERNATE BUTTONS */
.btn-default {
  color: #ffffff;
  background-color: #f5a623;
  border-color: #f5a623;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #db8c0a;
    border-color: #d1860a; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #f5a623;
    border-color: #f5a623; }
  .btn-default .badge {
    color: #f5a623;
    background-color: #ffffff; }

.btn-primary {
  color: #fff;
  background-color: #007fe2;
  border-color: #007fe2;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062af;
    border-color: #005da5; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #007fe2;
    border-color: #007fe2; }
  .btn-primary .badge {
    color: #007fe2;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

/* LINK BUTTONS */
.btn-link {
  color: #007fe2;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #005496;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #e3e3e3;
    text-decoration: none; }

/* BUTTONS SIZES */
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 25px; }

.btn-md {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 25px; }

.btn-sm {
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 25px; }

.btn-xs {
  padding: 1px 4px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }

.btn-wrap {
  white-space: normal; }

/* BLOCK BUTTONS */
.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

.btn-search {
  width: 30px;
  height: 30px;
  display: block;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: none;
  background: transparent url("../img/icon-search.svg") no-repeat center center;
  background-size: 20px 20px;
  padding: 0;
  text-indent: -99999px; }

.btn-social {
  position: relative;
  z-index: 0;
  color: #4a4a4a;
  background-color: #ffffff;
  border-color: #ffffff;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 42px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }
  .btn-social:before, .btn-social:after {
    content: " ";
    display: table; }
  .btn-social:after {
    clear: both; }
  .btn-social {
    *zoom: 1; }
  .btn-social:hover, .btn-social:focus, .btn-social.focus, .btn-social:active, .btn-social.active, .open > .btn-social.dropdown-toggle {
    color: #4a4a4a;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-social:active, .btn-social.active, .open > .btn-social.dropdown-toggle {
    background-image: none; }
  .btn-social.disabled, .btn-social.disabled:hover, .btn-social.disabled:focus, .btn-social.disabled.focus, .btn-social.disabled:active, .btn-social.disabled.active, .btn-social[disabled], .btn-social[disabled]:hover, .btn-social[disabled]:focus, .btn-social[disabled].focus, .btn-social[disabled]:active, .btn-social[disabled].active, fieldset[disabled] .btn-social, fieldset[disabled] .btn-social:hover, fieldset[disabled] .btn-social:focus, fieldset[disabled] .btn-social.focus, fieldset[disabled] .btn-social:active, fieldset[disabled] .btn-social.active {
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-social .badge {
    color: #ffffff;
    background-color: #4a4a4a; }
  .btn-social i.icon {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 14px;
    font-size: 20px;
    width: 16px;
    height: 16px;
    display: block; }
    .btn-social i.icon.icon-social-facebook {
      color: #1f69bf; }
    .btn-social i.icon.icon-social-twitter {
      color: #00cdff; }
    .btn-social i.icon.icon-social-youtube {
      color: #F80e27; }
    .btn-social i.icon.icon-social-instagram {
      color: #c21975; }

.social-links {
  position: relative;
  z-index: 0; }
  .social-links:before, .social-links:after {
    content: " ";
    display: table; }
  .social-links:after {
    clear: both; }
  .social-links {
    *zoom: 1; }
  .social-links a {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 46px;
    height: 46px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%; }
    .social-links a:before, .social-links a:after {
      content: " ";
      display: table; }
    .social-links a:after {
      clear: both; }
    .social-links a {
      *zoom: 1; }
    .footer .social-links a {
      width: 32px;
      height: 32px; }
    .social-links a.social-twitter {
      background: #00cdff; }
      .footer .social-links a.social-twitter {
        background: #ffffff;
        color: #005aa1; }
    .social-links a.social-facebook {
      background: #1f69bf; }
      .footer .social-links a.social-facebook {
        background: #ffffff;
        color: #005aa1; }
    .social-links a.social-youtube {
      background: #f80e27; }
      .footer .social-links a.social-youtube {
        background: #ffffff;
        color: #005aa1; }
    .social-links a.social-instagram {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e09b3d+1,c74c4d+33,c21975+66,7024c4+100 */
      background: #e09b3d;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #e09b3d 1%, #c74c4d 33%, #c21975 66%, #7024c4 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, #e09b3d 1%, #c74c4d 33%, #c21975 66%, #7024c4 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, #e09b3d 1%, #c74c4d 33%, #c21975 66%, #7024c4 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e09b3d', endColorstr='#7024c4',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
      .footer .social-links a.social-instagram {
        background: #ffffff;
        color: #005aa1; }
    .social-links a i.icon {
      display: block;
      color: #ffffff;
      font-size: 21px;
      line-height: 51px;
      width: 46px;
      text-align: center; }
      .footer .social-links a i.icon {
        width: 32px;
        line-height: 37px;
        font-size: 18px;
        color: #005aa1; }
    .social-links a:hover {
      text-decoration: none; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot");
  src: url("../fonts/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype"), url("../fonts/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "fmi";
  src: url("../icon-fonts/fmi.eot");
  src: url("../icon-fonts/fmi.eot?#iefix") format("embedded-opentype"), url("../icon-fonts/fmi.woff") format("woff"), url("../icon-fonts/fmi.ttf") format("truetype"), url("../icon-fonts/fmi.svg#fmi") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../icon-fonts/glyphicons-halflings-regular.eot");
  src: url("../icon-fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../icon-fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../icon-fonts/glyphicons-halflings-regular.woff") format("woff"), url("../icon-fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../icon-fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
[data-icon]:before {
  font-family: "fmi" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fmi" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-bottom:before {
  content: "\61"; }

.icon-arrow-left:before {
  content: "\62"; }

.icon-arrow-right:before {
  content: "\63"; }

.icon-arrow-top:before {
  content: "\64"; }

.icon-calendar:before {
  content: "\65"; }

.icon-date:before {
  content: "\66"; }

.icon-document:before {
  content: "\67"; }

.icon-documents:before {
  content: "\68"; }

.icon-email:before {
  content: "\69"; }

.icon-guides:before {
  content: "\6a"; }

.icon-helmet:before {
  content: "\6b"; }

.icon-location:before {
  content: "\6c"; }

.icon-modules:before {
  content: "\6d"; }

.icon-moto-club:before {
  content: "\6e"; }

.icon-news:before {
  content: "\6f"; }

.icon-photos:before {
  content: "\70"; }

.icon-reaffiliate:before {
  content: "\71"; }

.icon-rewards:before {
  content: "\72"; }

.icon-rules:before {
  content: "\73"; }

.icon-search:before {
  content: "\74"; }

.icon-search-club:before {
  content: "\75"; }

.icon-share:before {
  content: "\76"; }

.icon-social-facebook:before {
  content: "\77"; }

.icon-social-google-plus:before {
  content: "\78"; }

.icon-social-instagram:before {
  content: "\79"; }

.icon-social-twitter:before {
  content: "\7a"; }

.icon-social-youtube:before {
  content: "\41"; }

.icon-tag:before {
  content: "\42"; }

.icon-video:before {
  content: "\43"; }

.icon-wallet:before {
  content: "\44"; }

.icon-bullseye:before {
  content: "\45"; }

.icon-left-arrow:before {
  content: "\46"; }

.icon-right-arrow:before {
  content: "\47"; }

.icon-caret-left:before {
  content: "\48"; }

.icon-caret-right:before {
  content: "\49"; }

.icon-top-arrow:before {
  content: "\4a"; }

.icon-cerca-direttori-gara:before {
  content: "\4b"; }

.icon-cerca-impianti:before {
  content: "\4c"; }

.icon-cerca-registro-storico:before {
  content: "\4d"; }

.icon-cerca-ufficiali-percorso:before {
  content: "\4e"; }

.icon-cerca-ufficiali-trial:before {
  content: "\4f"; }

.icon-iscrizione-registro-storico:before {
  content: "\50"; }

.icon-licenza-agonistica:before {
  content: "\51"; }

.icon-servizi-moto-iscritte:before {
  content: "\52"; }

.icon-abbigliamento:before {
  content: "\53"; }

.icon-assicurazioni:before {
  content: "\54"; }

.icon-carburanti:before {
  content: "\55"; }

.icon-corsi:before {
  content: "\56"; }

.icon-riviste-libri:before {
  content: "\57"; }

.icon-viaggi:before {
  content: "\58"; }

.icon-tecnologia:before {
  content: "\59"; }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

/* UTILITIES */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
.clearfix {
  *zoom: 1; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.left {
  float: left; }

.right {
  float: right; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1169px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1170px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1170px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1170px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1170px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
.header-top-menu {
  position: relative;
  z-index: 0;
  float: right; }
  .header-top-menu:before, .header-top-menu:after {
    content: " ";
    display: table; }
  .header-top-menu:after {
    clear: both; }
  .header-top-menu {
    *zoom: 1; }

.header-top {
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  z-index: 2; }
  .header-top:before, .header-top:after {
    content: " ";
    display: table; }
  .header-top:after {
    clear: both; }
  .header-top {
    *zoom: 1; }
  @media (max-width: 991px) {
    .header-top {
      display: none; } }
  .header-top > ul {
    text-transform: uppercase;
    margin-bottom: 0px; }
    .header-top > ul:before, .header-top > ul:after {
      content: " ";
      display: table; }
    .header-top > ul:after {
      clear: both; }
    .header-top > ul {
      *zoom: 1; }
    .header-top > ul > li {
      position: relative;
      z-index: 0;
      display: block;
      float: left; }
      .header-top > ul > li:before, .header-top > ul > li:after {
        content: " ";
        display: table; }
      .header-top > ul > li:after {
        clear: both; }
      .header-top > ul > li {
        *zoom: 1; }
      .header-top > ul > li > a {
        color: #ffffff;
        position: relative;
        z-index: 0;
        height: 30px;
        line-height: 30px;
        display: block;
        padding-right: 10px;
        padding-left: 10px;
        letter-spacing: -0.25px; }
        .header-top > ul > li > a:before, .header-top > ul > li > a:after {
          content: " ";
          display: table; }
        .header-top > ul > li > a:after {
          clear: both; }
        .header-top > ul > li > a {
          *zoom: 1; }
        .header-top > ul > li > a.toggle-dropdown {
          padding-right: 25px; }
          .header-top > ul > li > a.toggle-dropdown:before {
            position: absolute;
            z-index: 1;
            top: 11px;
            right: 10px;
            content: "\61";
            display: block;
            font-family: "fmi" !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 9px; }
          .header-top > ul > li > a.toggle-dropdown.active {
            background: #042844; }
            .header-top > ul > li > a.toggle-dropdown.active:before {
              content: "\64"; }
      .header-top > ul > li ul li {
        position: relative;
        z-index: 0;
        line-height: 1;
        height: auto;
        display: block;
        margin: 0 0 12px 0; }
        .header-top > ul > li ul li:before, .header-top > ul > li ul li:after {
          content: " ";
          display: table; }
        .header-top > ul > li ul li:after {
          clear: both; }
        .header-top > ul > li ul li {
          *zoom: 1; }
        .header-top > ul > li ul li a {
          line-height: 1;
          font-size: 11px;
          height: auto;
          color: #ffffff; }
      .header-top > ul > li .header-dropdown {
        background: #042844;
        position: relative;
        z-index: 0;
        display: none;
        position: absolute;
        z-index: 1;
        top: 30px;
        right: 0;
        padding: 15px;
        padding-bottom: 8px;
        width: 200px;
        line-height: 1; }
        .header-top > ul > li .header-dropdown:before, .header-top > ul > li .header-dropdown:after {
          content: " ";
          display: table; }
        .header-top > ul > li .header-dropdown:after {
          clear: both; }
        .header-top > ul > li .header-dropdown {
          *zoom: 1; }
        .header-top > ul > li .header-dropdown.header-dropdown-large {
          width: 470px; }
          .header-top > ul > li .header-dropdown.header-dropdown-large li {
            display: block;
            float: left;
            width: 33%; }
        .header-top > ul > li .header-dropdown.header-dropdown-full {
          width: 350px; }
          .header-top > ul > li .header-dropdown.header-dropdown-full li {
            display: block; }
      .header-top > ul > li.bg-complementary a {
        background: #f5a623; }
      .header-top > ul > li.bg-primary-darker a {
        background: #042844; }

.sticky-container {
  position: relative;
  z-index: 3;
  width: 100%; }
  .sticky-container:before, .sticky-container:after {
    content: " ";
    display: table; }
  .sticky-container:after {
    clear: both; }
  .sticky-container {
    *zoom: 1; }
  .sticky-container.is-sticky {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0; }
  @media (max-width: 991px) {
    .sticky-container {
      position: fixed;
      z-index: 99997 !important;
      top: 0;
      left: 0; } }

.logo-container {
  position: relative;
  z-index: 0; }
  @media (min-width: 992px) {
    .logo-container {
      max-height: 75px; } }
  @media (max-width: 991px) {
    .logo-container {
      width: 68px;
      left: 50%;
      margin-left: -34px;
      padding: 0 0 0 0;
      z-index: 100; } }

.logo-wrapper {
  position: relative;
  z-index: 1;
  top: -28px; }
  .logo-wrapper:before, .logo-wrapper:after {
    content: " ";
    display: table; }
  .logo-wrapper:after {
    clear: both; }
  .logo-wrapper {
    *zoom: 1; }
  .is-sticky .logo-wrapper {
    top: 3px; }
  @media (max-width: 991px) {
    .logo-wrapper {
      top: 0px;
      width: 100%;
      display: block;
      text-align: center; }
      .is-sticky .logo-wrapper {
        top: 0px; } }
  .logo-wrapper .logo {
    display: inline-block;
    width: 250px;
    height: auto;
    position: relative;
    z-index: 1;
    top: 10px;
    -webkit-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s; }
    .logo-wrapper .logo img {
      width: 100%;
      height: auto;
      display: block; }
    .is-sticky .logo-wrapper .logo {
      width: 180px;
      top: 0;
    }
    @media (max-width: 991px) {
      .logo-wrapper .logo {
        width: 68px;
        margin-top: 3px; }
        .is-sticky .logo-wrapper .logo {
          width: 68px; } }

.logo-text {
  display: block;
  width: 98px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 140px; }
  .logo-text img {
    width: 100%;
    height: auto;
    display: block; }
  .is-sticky .logo-text {
    display: none; }
  @media (max-width: 991px) {
    .logo-text {
      display: none; } }

.header-wrapper {
  position: relative;
  z-index: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  height: 74px; }
  .header-wrapper:before, .header-wrapper:after {
    content: " ";
    display: table; }
  .header-wrapper:after {
    clear: both; }
  .header-wrapper {
    *zoom: 1; }
  @media (max-width: 991px) {
    .header-wrapper {
      height: 60px; } }
  .header-wrapper .container {
    position: relative;
    z-index: 0; }
    .header-wrapper .container:before, .header-wrapper .container:after {
      content: " ";
      display: table; }
    .header-wrapper .container:after {
      clear: both; }
    .header-wrapper .container {
      *zoom: 1; }
  .header-wrapper ul.main-menu {
    position: relative;
    z-index: 0;
    text-align: left;
    margin-bottom: 0px;
    margin-left: -40px; }
    .header-wrapper ul.main-menu:before, .header-wrapper ul.main-menu:after {
      content: " ";
      display: table; }
    .header-wrapper ul.main-menu:after {
      clear: both; }
    .header-wrapper ul.main-menu {
      *zoom: 1; }
    @media (min-width: 992px) and (max-width: 1169px) {
      .header-wrapper ul.main-menu {
        margin-left: -5px; } }
    .header-wrapper ul.main-menu li {
      position: relative;
      z-index: 0;
      display: inline-block; }
      .header-wrapper ul.main-menu li:before, .header-wrapper ul.main-menu li:after {
        content: " ";
        display: table; }
      .header-wrapper ul.main-menu li:after {
        clear: both; }
      .header-wrapper ul.main-menu li {
        *zoom: 1; }
      .header-wrapper ul.main-menu li a {
        position: relative;
        z-index: 0;
        display: block;
        height: 74px;
        line-height: 74px;
        display: block;
        padding-right: 10px;
        padding-left: 10px;
        text-transform: uppercase;
        color: #4a4a4a;
        font-size: 13px;
        font-weight: 700; }
        .header-wrapper ul.main-menu li a:before, .header-wrapper ul.main-menu li a:after {
          content: " ";
          display: table; }
        .header-wrapper ul.main-menu li a:after {
          clear: both; }
        .header-wrapper ul.main-menu li a {
          *zoom: 1; }
        @media (min-width: 992px) and (max-width: 1169px) {
          .header-wrapper ul.main-menu li a {
            padding-right: 4px;
            padding-left: 4px;
            font-size: 11px; } }
        .header-wrapper ul.main-menu li a.toggle-dropdown {
          padding-right: 35px; }
          .header-wrapper ul.main-menu li a.toggle-dropdown:before {
            position: absolute;
            z-index: 1;
            top: 30px;
            right: 15px;
            content: "\61";
            display: block;
            font-family: "fmi" !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            color: #4a4a4a; }
          .header-wrapper ul.main-menu li a.toggle-dropdown.active {
            background: #007fe2;
            color: #ffffff; }
            .header-wrapper ul.main-menu li a.toggle-dropdown.active:before {
              content: "\64";
              color: #ffffff; }
    .header-wrapper ul.main-menu .header-dropdown {
      display: none;
      position: fixed;
      z-index: 0;
      top: 104px;
      left: 0;
      background: #007fe2;
      width: 100%;
      height: 56px;
      line-height: 56px;
      -webkit-box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.4); }
      .is-sticky .header-wrapper ul.main-menu .header-dropdown {
        top: 74px; }
      .header-wrapper ul.main-menu .header-dropdown ul {
        text-align: center; }
        .header-wrapper ul.main-menu .header-dropdown ul li a {
          color: #ffffff;
          height: 56px;
          line-height: 56px; }
          .header-wrapper ul.main-menu .header-dropdown ul li a:before {
            color: #ffffff;
            top: 21px; }
          .header-wrapper ul.main-menu .header-dropdown ul li a.active {
            background: #005AA1; }
            .header-wrapper ul.main-menu .header-dropdown ul li a.active:before {
              color: #ffffff; }
      .header-wrapper ul.main-menu .header-dropdown .header-dropdown {
        top: 160px;
        background: #005AA1;
        -webkit-box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 14px 15px 0px rgba(0, 0, 0, 0.4); }
        .is-sticky .header-wrapper ul.main-menu .header-dropdown .header-dropdown {
          top: 130px; }
  .header-wrapper .hamburger-container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; }
    .header-wrapper .hamburger-container:before, .header-wrapper .hamburger-container:after {
      content: " ";
      display: table; }
    .header-wrapper .hamburger-container:after {
      clear: both; }
    .header-wrapper .hamburger-container {
      *zoom: 1; }

.header-utilities {
  position: relative;
  z-index: 0;
  margin: 15px 0 0 0; }
  .header-utilities:before, .header-utilities:after {
    content: " ";
    display: table; }
  .header-utilities:after {
    clear: both; }
  .header-utilities {
    *zoom: 1; }
  @media (max-width: 991px) {
    .header-utilities {
      margin-top: 7px; } }
  .header-utilities .social-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 58px; }

.social-wrapper {
  margin: 0 0 0 0; }
  .social-wrapper:before, .social-wrapper:after {
    content: " ";
    display: table; }
  .social-wrapper:after {
    clear: both; }
  .social-wrapper {
    *zoom: 1; }
  .social-wrapper .social-trigger {
    position: relative;
    z-index: 0;
    background: #ffffff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    width: 46px;
    height: 46px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    display: block; }
    .social-wrapper .social-trigger:before, .social-wrapper .social-trigger:after {
      content: " ";
      display: table; }
    .social-wrapper .social-trigger:after {
      clear: both; }
    .social-wrapper .social-trigger {
      *zoom: 1; }
    .social-wrapper .social-trigger i.icon {
      display: block;
      font-size: 18px;
      line-height: 1;
      color: #888888;
      margin: 14px 0 0 14px; }
    .social-wrapper .social-trigger:hover {
      text-decoration: none; }

.search-form {
  position: relative;
  z-index: 0;
  width: 240px;
  float: right; }
  .search-form:before, .search-form:after {
    content: " ";
    display: table; }
  .search-form:after {
    clear: both; }
  .search-form {
    *zoom: 1; }
  @media (max-width: 1169px) {
    .search-form {
      width: 190px; } }

.box-utilities {
  position: relative;
  z-index: 0;
  position: absolute;
  z-index: 1;
  top: 59px;
  right: -50px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  padding: 15px;
  padding-bottom: 10px;
  display: none; }
  .box-utilities:before, .box-utilities:after {
    content: " ";
    display: table; }
  .box-utilities:after {
    clear: both; }
  .box-utilities {
    *zoom: 1; }
  @media (max-width: 991px) {
    .box-utilities {
      position: fixed;
      width: 100%;
      right: 0px;
      top: 60px; } }
  .box-utilities:after, .box-utilities:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
    @media (max-width: 991px) {
      .box-utilities:after, .box-utilities:before {
        left: auto; } }
  .box-utilities:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px; }
    @media (max-width: 991px) {
      .box-utilities:after {
        right: 85px; } }
  .box-utilities:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eeeeee;
    border-width: 11px;
    margin-left: -11px; }
    @media (max-width: 991px) {
      .box-utilities:before {
        right: 84px; } }

@media (max-width: 991px) {
  .header-utilities-mobile {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0; } }

.sb-search {
  position: relative;
  margin-top: 0px;
  width: 0%;
  min-width: 46px;
  height: 46px;
  float: right;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  transition: width 0.2s;
  -webkit-backface-visibility: hidden; }

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f8f8f8;
  width: 100%;
  height: 46px;
  margin: 0;
  z-index: 10;
  padding: 0px 24px 0px 20px;
  font-family: inherit;
  font-size: 15px;
  color: #888888;
  border: 1px solid #e3e3e3 !important;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px; }
  .sb-search.sb-search-open .sb-search-input {
    padding-right: 48px; }

.sb-search-input::-webkit-input-placeholder {
  color: #888888; }

.sb-search-input:-moz-placeholder {
  color: #888888; }

.sb-search-input::-moz-placeholder {
  color: #888888; }

.sb-search-input:-ms-input-placeholder {
  color: #888888; }

.sb-icon-search,
.sb-search-submit {
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 46px;
  text-align: center;
  cursor: pointer; }

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.sb-icon-search {
  color: #bbbbbb;
  background: #ffffff;
  z-index: 90;
  font-size: 18px;
  font-family: 'fmi';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.sb-icon-search:before {
  content: "\74"; }

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 220px; }
  @media (max-width: 991px) {
    .sb-search.sb-search-open,
    .no-js .sb-search {
      width: 100%; } }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background-color: transparent;
  color: #bbbbbb;
  z-index: 11;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

.sb-search-bg .hamburger-container, .sb-search-bg .social-wrapper {
  display: none; }
@media (max-width: 991px) {
  .sb-search-bg .logo-wrapper {
    display: none; } }

@media (max-width: 991px) {
  .main-menu-container {
    padding-left: 0px;
    padding-right: 0px; } }

#footer {
  position: relative;
  z-index: 0; }

.footer-wrapper:before, .footer-wrapper:after {
  content: " ";
  display: table; }
.footer-wrapper:after {
  clear: both; }
.footer-wrapper {
  *zoom: 1; }
.footer-wrapper a {
  color: #ffffff; }
.footer-wrapper ul {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 30px; }
  .footer-wrapper ul li {
    margin: 0 0 5px 0; }
.footer-wrapper .section-title {
  margin: 0 0 15px 0; }
.footer-wrapper .logo-wrapper {
  top: 0;
  margin: 0 0 15px 0; }
  .footer-wrapper .logo-wrapper .logo {
    width: 100%;
    max-width: 100px; }
.footer-wrapper p {
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 5px 0; }

@media (max-width: 767px) {
  .container-loghi-footer .img-mobile-center {
    max-width: 100px;
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .container-app .img-mobile-center {
    max-width: 150px;
    margin-bottom: 10px; } }

.pager-wrapper {
  text-align: center; }
  .pager-wrapper:before, .pager-wrapper:after {
    content: " ";
    display: table; }
  .pager-wrapper:after {
    clear: both; }
  .pager-wrapper {
    *zoom: 1; }
  .pager-wrapper .pager {
    margin-top: 30px;
    margin-bottom: 20px; }

.pager {
  position: relative;
  z-index: 0; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager {
    *zoom: 1; }
  .pager a, .pager span {
    height: 30px;
    line-height: 32px;
    display: inline-block;
    margin: 0 0 0 0;
    background: #9b9b9b;
    color: #ffffff;
    font-weight: 700;
    padding: 0 0 0 0;
    min-width: 30px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    text-align: center; }
    .pager a.prev, .pager a.next, .pager span.prev, .pager span.next {
      position: relative;
      z-index: 0; }
      .pager a.prev i.icon, .pager a.next i.icon, .pager span.prev i.icon, .pager span.next i.icon {
        position: absolute;
        z-index: 1;
        top: 6px;
        left: 0;
        min-width: inherit;
        width: 30px;
        display: block;
        font-size: 16px;
        line-height: 1; }
    .pager a.current, .pager span.current {
      background: #000000; }
  .pager a:hover {
    text-decoration: none; }

.box:before, .box:after {
  content: " ";
  display: table; }
.box:after {
  clear: both; }
.box {
  *zoom: 1; }
.box.box-large-image {
  height: 455px;
  position: relative;
  z-index: 0;
  width: 100%;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  text-align: center; }
  .box.box-large-image:before {
    display: block;
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    filter: alpha(opacity=38);
    background: #000000; }
    .box.box-large-image:before:before, .box.box-large-image:before:after {
      content: " ";
      display: table; }
    .box.box-large-image:before:after {
      clear: both; }
    .box.box-large-image:before {
      *zoom: 1; }
  .box.box-large-image .box-large-image-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    position: relative;
    z-index: 2; }
  .box.box-large-image .box-large-image-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
  .box.box-large-image h1, .box.box-large-image .h1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 760px; }
    .box.box-large-image h1:before, .box.box-large-image h1:after, .box.box-large-image .h1:before, .box.box-large-image .h1:after {
      content: " ";
      display: table; }
    .box.box-large-image h1:after, .box.box-large-image .h1:after {
      clear: both; }
    .box.box-large-image h1, .box.box-large-image .h1 {
      *zoom: 1; }
    @media (max-width: 767px) {
      .box.box-large-image h1, .box.box-large-image .h1 {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .box.box-large-image h1, .box.box-large-image .h1 {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px; } }
    .box.box-large-image h1 a, .box.box-large-image .h1 a {
      color: #ffffff; }
  .box.box-large-image p {
    position: relative;
    z-index: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    max-width: 400px; }
    .box.box-large-image p:before, .box.box-large-image p:after {
      content: " ";
      display: table; }
    .box.box-large-image p:after {
      clear: both; }
    .box.box-large-image p {
      *zoom: 1; }
    @media (max-width: 767px) {
      .box.box-large-image p {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .box.box-large-image p {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px; } }
  .box.box-large-image .button-container {
    position: relative;
    z-index: 0;
    float: none;
    clear: both;
    margin: 20px 0 0 0; }
    .box.box-large-image .button-container:before, .box.box-large-image .button-container:after {
      content: " ";
      display: table; }
    .box.box-large-image .button-container:after {
      clear: both; }
    .box.box-large-image .button-container {
      *zoom: 1; }
.box.box-small-image {
  height: 212px;
  position: relative;
  z-index: 0;
  width: 100%;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  text-align: center; }
  .box.box-small-image:before {
    display: block;
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.48;
    filter: alpha(opacity=48);
    background: #000000; }
    .box.box-small-image:before:before, .box.box-small-image:before:after {
      content: " ";
      display: table; }
    .box.box-small-image:before:after {
      clear: both; }
    .box.box-small-image:before {
      *zoom: 1; }
  .box.box-small-image .box-small-image-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    position: relative;
    z-index: 2; }
  .box.box-small-image .box-small-image-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
  .box.box-small-image h1, .box.box-small-image .h1 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 0 0;
    width: 100%;
    max-width: 240px;
    position: relative;
    z-index: 0; }
    .box.box-small-image h1:before, .box.box-small-image h1:after, .box.box-small-image .h1:before, .box.box-small-image .h1:after {
      content: " ";
      display: table; }
    .box.box-small-image h1:after, .box.box-small-image .h1:after {
      clear: both; }
    .box.box-small-image h1, .box.box-small-image .h1 {
      *zoom: 1; }
    @media (max-width: 767px) {
      .box.box-small-image h1, .box.box-small-image .h1 {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .box.box-small-image h1, .box.box-small-image .h1 {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px; } }
    .box.box-small-image h1 a, .box.box-small-image .h1 a {
      color: #ffffff; }
  .box.box-small-image p {
    display: inline-block;
    width: 100%;
    max-width: 240px;
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 5px 0; }
    @media (max-width: 767px) {
      .box.box-small-image p {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .box.box-small-image p {
        max-width: 100%;
        padding-left: 50px;
        padding-right: 50px; } }
    .box.box-small-image p a {
      display: inline-block;
      color: #ffffff;
      font-weight: 800; }
.box.box-simple-article .box-simple-article-thumb {
  position: relative;
  z-index: 0;
  margin: 0 0 18px 0;
  border: 1px solid #eeeeee; }
  .box.box-simple-article .box-simple-article-thumb:before, .box.box-simple-article .box-simple-article-thumb:after {
    content: " ";
    display: table; }
  .box.box-simple-article .box-simple-article-thumb:after {
    clear: both; }
  .box.box-simple-article .box-simple-article-thumb {
    *zoom: 1; }
  .box.box-simple-article .box-simple-article-thumb img {
    display: block;
    width: 100%;
    height: auto; }
.box.box-simple-article h2 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }
  .box.box-simple-article h2 a {
    color: #222222; }
.box.box-icon {
  position: relative;
  z-index: 0; }
  .box.box-icon .box-icon-circle {
    position: relative;
    z-index: 0;
    width: 62px;
    height: 62px;
    text-align: center;
    background: #007fe2;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%; }
    .box.box-icon .box-icon-circle:before, .box.box-icon .box-icon-circle:after {
      content: " ";
      display: table; }
    .box.box-icon .box-icon-circle:after {
      clear: both; }
    .box.box-icon .box-icon-circle {
      *zoom: 1; }
    .box.box-icon .box-icon-circle.box-icon-circle-document {
      background: #042844; }
    .box.box-icon .box-icon-circle i.icon {
      position: absolute;
      z-index: 1;
      line-height: 68px;
      display: block;
      color: #ffffff;
      width: 100%;
      font-size: 34px; }
    .box.box-icon .box-icon-circle span {
      position: absolute;
      z-index: 2;
      top: -5px;
      left: 0; }
.box.box-social-text {
  background: #ffffff; }
  .section-primary-darker .box.box-social-text {
    background: rgba(255, 255, 255, 0.2); }
  .box.box-social-text .box-social-text-header {
    position: relative;
    z-index: 0;
    padding: 30px;
    padding-top: 25px;
    padding-bottom: 25px; }
    .box.box-social-text .box-social-text-header:before, .box.box-social-text .box-social-text-header:after {
      content: " ";
      display: table; }
    .box.box-social-text .box-social-text-header:after {
      clear: both; }
    .box.box-social-text .box-social-text-header {
      *zoom: 1; }
    @media (max-width: 767px) {
      .box.box-social-text .box-social-text-header {
        padding: 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .box.box-social-text .box-social-text-header {
        padding: 20px; } }
    .box.box-social-text .box-social-text-header .social-card {
      position: relative;
      z-index: 0; }
      .box.box-social-text .box-social-text-header .social-card:before, .box.box-social-text .box-social-text-header .social-card:after {
        content: " ";
        display: table; }
      .box.box-social-text .box-social-text-header .social-card:after {
        clear: both; }
      .box.box-social-text .box-social-text-header .social-card {
        *zoom: 1; }
      @media (max-width: 767px) {
        .box.box-social-text .box-social-text-header .social-card {
          margin-bottom: 15px; } }
      .box.box-social-text .box-social-text-header .social-card img {
        width: 48px;
        height: 48px;
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
        border: 1px solid #eeeeee; }
      .box.box-social-text .box-social-text-header .social-card .social-card-content {
        position: relative;
        z-index: 0;
        padding: 4px 0 0 58px; }
        .box.box-social-text .box-social-text-header .social-card .social-card-content:before, .box.box-social-text .box-social-text-header .social-card .social-card-content:after {
          content: " ";
          display: table; }
        .box.box-social-text .box-social-text-header .social-card .social-card-content:after {
          clear: both; }
        .box.box-social-text .box-social-text-header .social-card .social-card-content {
          *zoom: 1; }
        @media (max-width: 767px) {
          .box.box-social-text .box-social-text-header .social-card .social-card-content {
            padding-top: 1px; } }
        .box.box-social-text .box-social-text-header .social-card .social-card-content h4, .box.box-social-text .box-social-text-header .social-card .social-card-content .h4 {
          font-size: 18px;
          font-weight: 700; }
          .section-primary-darker .box.box-social-text .box-social-text-header .social-card .social-card-content h4, .section-primary-darker .box.box-social-text .box-social-text-header .social-card .social-card-content .h4 {
            color: #ffffff; }
          @media (max-width: 767px) {
            .box.box-social-text .box-social-text-header .social-card .social-card-content h4, .box.box-social-text .box-social-text-header .social-card .social-card-content .h4 {
              font-size: 14px; } }
        .box.box-social-text .box-social-text-header .social-card .social-card-content p {
          font-size: 15px;
          font-style: italic; }
          .section-primary-darker .box.box-social-text .box-social-text-header .social-card .social-card-content p {
            color: #ffffff; }
          @media (max-width: 767px) {
            .box.box-social-text .box-social-text-header .social-card .social-card-content p {
              font-size: 12px; } }
  .box.box-social-text .box-social-text-content {
    background: #f2f2f2;
    padding: 30px;
    position: relative;
    padding-top: 22px;
    padding-bottom: 24px; }
    .box.box-social-text .box-social-text-content:before, .box.box-social-text .box-social-text-content:after {
      content: " ";
      display: table; }
    .box.box-social-text .box-social-text-content:after {
      clear: both; }
    .box.box-social-text .box-social-text-content {
      *zoom: 1; }
    @media (max-width: 767px) {
      .box.box-social-text .box-social-text-content {
        padding: 12px; } }
    .box.box-social-text .box-social-text-content:after {
      bottom: 100%;
      left: 54px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(242, 242, 242, 0);
      border-bottom-color: #f2f2f2;
      border-width: 10px;
      margin-left: -10px; }
    .section-primary-darker .box.box-social-text .box-social-text-content {
      background: rgba(4, 40, 67, 0.65); }
      .section-primary-darker .box.box-social-text .box-social-text-content:after {
        bottom: 100%;
        left: 54px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(21, 54, 80, 0);
        border-bottom-color: #153650;
        border-width: 10px;
        margin-left: -10px; }
    .box.box-social-text .box-social-text-content p {
      font-style: italic;
      font-size: 19px; }
      .section-primary-darker .box.box-social-text .box-social-text-content p {
        color: #ffffff; }
      @media (max-width: 767px) {
        .box.box-social-text .box-social-text-content p {
          font-size: 15px; } }
.box.box-social-video {
  position: relative;
  z-index: 0; }
  @media (max-width: 991px) {
    .box.box-social-video {
      margin-bottom: 20px; } }
  .box.box-social-video .box-social-video-button {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: right; }
    .box.box-social-video .box-social-video-button:before, .box.box-social-video .box-social-video-button:after {
      content: " ";
      display: table; }
    .box.box-social-video .box-social-video-button:after {
      clear: both; }
    .box.box-social-video .box-social-video-button {
      *zoom: 1; }
    @media (max-width: 767px) {
      .box.box-social-video .box-social-video-button {
        padding: 10px; } }
    .box.box-social-video .box-social-video-button .btn {
      display: inline-block; }
  .box.box-social-video .box-social-video-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px; }
    .box.box-social-video .box-social-video-content:before, .box.box-social-video .box-social-video-content:after {
      content: " ";
      display: table; }
    .box.box-social-video .box-social-video-content:after {
      clear: both; }
    .box.box-social-video .box-social-video-content {
      *zoom: 1; }
    @media (max-width: 767px) {
      .box.box-social-video .box-social-video-content {
        padding: 10px; } }
    .box.box-social-video .box-social-video-content span {
      font-size: 15px;
      line-height: 1;
      font-weight: 700;
      color: #ffffff; }
      @media (max-width: 767px) {
        .box.box-social-video .box-social-video-content span {
          font-size: 12px; } }
    .box.box-social-video .box-social-video-content h3 {
      color: #ffffff;
      font-size: 25px;
      font-style: italic; }
      @media (max-width: 767px) {
        .box.box-social-video .box-social-video-content h3 {
          font-size: 16px; } }
  .box.box-social-video a.link {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; }
    .box.box-social-video a.link img {
      position: absolute;
      z-index: 1;
      top: 50%;
      width: 74px;
      height: 74px;
      margin-top: -37px;
      margin-left: -37px;
      display: inline-block;
      opacity: 0.8;
      filter: alpha(opacity=80); }
      @media (max-width: 767px) {
        .box.box-social-video a.link img {
          width: 42px;
          height: 42px;
          margin-top: -21px;
          margin-left: -21px; } }
.box.box-social-photo {
  background: #ffffff; }
  .section-primary-darker .box.box-social-photo {
    background: rgba(255, 255, 255, 0.2); }
  .box.box-social-photo .box-social-photo-header {
    position: relative;
    z-index: 0;
    padding: 20px; }
    .box.box-social-photo .box-social-photo-header:before, .box.box-social-photo .box-social-photo-header:after {
      content: " ";
      display: table; }
    .box.box-social-photo .box-social-photo-header:after {
      clear: both; }
    .box.box-social-photo .box-social-photo-header {
      *zoom: 1; }
    .box.box-social-photo .box-social-photo-header:before {
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      content: " ";
      background: #f2f2f2; }
      .section-primary-darker .box.box-social-photo .box-social-photo-header:before {
        background: rgba(255, 255, 255, 0.2); }
  .box.box-social-photo .box-social-photo-content {
    padding: 30px;
    position: relative; }
    .box.box-social-photo .box-social-photo-content:before, .box.box-social-photo .box-social-photo-content:after {
      content: " ";
      display: table; }
    .box.box-social-photo .box-social-photo-content:after {
      clear: both; }
    .box.box-social-photo .box-social-photo-content {
      *zoom: 1; }
    .box.box-social-photo .box-social-photo-content a {
      display: block; }
    .box.box-social-photo .box-social-photo-content .box-social-photo-icon {
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      text-align: center;
      z-index: 1;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      background: #ffffff;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
      -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }
      .box.box-social-photo .box-social-photo-content .box-social-photo-icon i.icon {
        font-size: 20px;
        display: inline-block;
        line-height: 54px;
        color: #888888; }
.box.box-article-simple .box-article-simple-thumb {
  margin: 0 0 15px 0;
  border: 1px solid #eeeeee; }
  .box.box-article-simple .box-article-simple-thumb:before, .box.box-article-simple .box-article-simple-thumb:after {
    content: " ";
    display: table; }
  .box.box-article-simple .box-article-simple-thumb:after {
    clear: both; }
  .box.box-article-simple .box-article-simple-thumb {
    *zoom: 1; }
  .box.box-article-simple .box-article-simple-thumb img {
    display: block;
    width: 100%;
    height: auto; }
.box.box-article-simple span {
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  color: #9b9b9b;
  display: inline-block; }
  .box.box-article-simple span a {
    color: #9b9b9b; }
.box.box-article-simple h1 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #222222;
  line-height: 1.4; }
  .box.box-article-simple h1 a {
    color: #222222; }
.box.box-article-simple p {
  font-size: 14px;
  margin: 0 0 0 0;
  display: inline-block; }
.box.box-article-simple .box-article-simple-date-wrapper {
  margin: 0 0 25px 0;
  text-align: center; }
  .box.box-article-simple .box-article-simple-date-wrapper:before, .box.box-article-simple .box-article-simple-date-wrapper:after {
    content: " ";
    display: table; }
  .box.box-article-simple .box-article-simple-date-wrapper:after {
    clear: both; }
  .box.box-article-simple .box-article-simple-date-wrapper {
    *zoom: 1; }
  .box.box-article-simple .box-article-simple-date-wrapper .box-article-simple-date {
    min-width: 88px;
    padding: 18px 15px 18px 15px;
    background: #007fe2;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    position: relative; }
    .box.box-article-simple .box-article-simple-date-wrapper .box-article-simple-date p {
      font-weight: 800;
      margin: 0 0 2px 0;
      font-size: 20px;
      line-height: 1;
      display: block; }
    .box.box-article-simple .box-article-simple-date-wrapper .box-article-simple-date small {
      font-weight: 800;
      margin: 0 0 0 0;
      font-size: 12px;
      line-height: 1;
      display: block; }
    .box.box-article-simple .box-article-simple-date-wrapper .box-article-simple-date:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 127, 226, 0);
      border-top-color: #007fe2;
      border-width: 15px;
      margin-left: -15px; }
.box.box-article-simple .box-article-simple-content {
  position: relative;
  z-index: 0;
  padding: 20px;
  padding-top: 0px; }
  .box.box-article-simple .box-article-simple-content:before, .box.box-article-simple .box-article-simple-content:after {
    content: " ";
    display: table; }
  .box.box-article-simple .box-article-simple-content:after {
    clear: both; }
  .box.box-article-simple .box-article-simple-content {
    *zoom: 1; }
  .box.box-article-simple .box-article-simple-content .date {
    position: relative;
    z-index: 0;
    margin: 10px 0 0 0;
    padding-left: 25px;
    padding-top: 0px;
    color: #888888; }
    .box.box-article-simple .box-article-simple-content .date:before, .box.box-article-simple .box-article-simple-content .date:after {
      content: " ";
      display: table; }
    .box.box-article-simple .box-article-simple-content .date:after {
      clear: both; }
    .box.box-article-simple .box-article-simple-content .date {
      *zoom: 1; }
    .box.box-article-simple .box-article-simple-content .date:before {
      font-family: "fmi" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      z-index: 1;
      top: 3px;
      left: 0;
      font-size: 18px;
      content: "\66";
      color: #9b9b9b; }
.box.box-article-simple.box-article-simple-bg {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px; }
  .box.box-article-simple.box-article-simple-bg .box-article-simple-content h1.large {
    font-size: 120%;
    margin-bottom: 10px; }
  .box.box-article-simple.box-article-simple-bg .box-article-simple-content p.large {
    font-size: 105%; }
.box.box-channel {
  position: relative;
  z-index: 0;
  margin: 0 0 30px 0;
  background: #ffffff; }
  .box.box-channel:before, .box.box-channel:after {
    content: " ";
    display: table; }
  .box.box-channel:after {
    clear: both; }
  .box.box-channel {
    *zoom: 1; }
  .box.box-channel .box-channel-image {
    width: 370px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    background-attachment: scroll;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000; }
    .box.box-channel .box-channel-image:before, .box.box-channel .box-channel-image:after {
      content: " ";
      display: table; }
    .box.box-channel .box-channel-image:after {
      clear: both; }
    .box.box-channel .box-channel-image {
      *zoom: 1; }
    @media (max-width: 991px) {
      .box.box-channel .box-channel-image {
        width: 100%;
        position: relative;
        z-index: 0;
        top: auto;
        left: auto;
        height: 180px; } }
    .box.box-channel .box-channel-image:before {
      content: " ";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.38;
      filter: alpha(opacity=38);
      background: #000000; }
      .box.box-channel .box-channel-image:before:before, .box.box-channel .box-channel-image:before:after {
        content: " ";
        display: table; }
      .box.box-channel .box-channel-image:before:after {
        clear: both; }
      .box.box-channel .box-channel-image:before {
        *zoom: 1; }
    .box.box-channel .box-channel-image h3 {
      position: absolute;
      z-index: 2;
      top: 20px;
      left: 20px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 35px; }
      .box.box-channel .box-channel-image h3:before, .box.box-channel .box-channel-image h3:after {
        content: " ";
        display: table; }
      .box.box-channel .box-channel-image h3:after {
        clear: both; }
      .box.box-channel .box-channel-image h3 {
        *zoom: 1; }
      @media (max-width: 767px) {
        .box.box-channel .box-channel-image h3 {
          font-size: 28px;
          top: 10px;
          left: 12px; } }
    .box.box-channel .box-channel-image .box-channel-image-bottom {
      position: absolute;
      z-index: 1;
      bottom: 12px;
      left: 0px;
      width: 90%;
      margin-left: 5%;
      padding-top: 10px;
      font-size: 14px;
      font-weight: 700; }
      .box.box-channel .box-channel-image .box-channel-image-bottom:before, .box.box-channel .box-channel-image .box-channel-image-bottom:after {
        content: " ";
        display: table; }
      .box.box-channel .box-channel-image .box-channel-image-bottom:after {
        clear: both; }
      .box.box-channel .box-channel-image .box-channel-image-bottom {
        *zoom: 1; }
      @media (max-width: 991px) {
        .box.box-channel .box-channel-image .box-channel-image-bottom {
          width: 94%;
          margin-left: 3%; } }
      .box.box-channel .box-channel-image .box-channel-image-bottom:before {
        content: " ";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        opacity: 0.38;
        filter: alpha(opacity=38);
        background: #ffffff; }
        .box.box-channel .box-channel-image .box-channel-image-bottom:before:before, .box.box-channel .box-channel-image .box-channel-image-bottom:before:after {
          content: " ";
          display: table; }
        .box.box-channel .box-channel-image .box-channel-image-bottom:before:after {
          clear: both; }
        .box.box-channel .box-channel-image .box-channel-image-bottom:before {
          *zoom: 1; }
      .box.box-channel .box-channel-image .box-channel-image-bottom a {
        color: #ffffff; }
  .box.box-channel .box-channel-content {
    position: relative;
    z-index: 0;
    height: 100%;
    padding-left: 370px; }
    .box.box-channel .box-channel-content:before, .box.box-channel .box-channel-content:after {
      content: " ";
      display: table; }
    .box.box-channel .box-channel-content:after {
      clear: both; }
    .box.box-channel .box-channel-content {
      *zoom: 1; }
    @media (max-width: 991px) {
      .box.box-channel .box-channel-content {
        padding-left: 0px; } }
    .box.box-channel .box-channel-content .box-channel-content-services {
      position: relative;
      z-index: 0;
      padding: 20px;
      padding-top: 35px;
      clear: both; }
      .box.box-channel .box-channel-content .box-channel-content-services:before, .box.box-channel .box-channel-content .box-channel-content-services:after {
        content: " ";
        display: table; }
      .box.box-channel .box-channel-content .box-channel-content-services:after {
        clear: both; }
      .box.box-channel .box-channel-content .box-channel-content-services {
        *zoom: 1; }
      @media (max-width: 767px) {
        .box.box-channel .box-channel-content .box-channel-content-services {
          padding: 15px 15px 15px 15px; } }
      .box.box-channel .box-channel-content .box-channel-content-services .box-icon {
        float: left;
        width: 14.6666666666%;
        margin-left: 1%;
        margin-right: 1%;
        text-align: center; }
        @media (max-width: 767px) {
          .box.box-channel .box-channel-content .box-channel-content-services .box-icon {
            width: 31.3333333333%;
            margin-top: 10px;
            margin-bottom: 10px; } }
        @media (max-width: 380px) {
          .box.box-channel .box-channel-content .box-channel-content-services .box-icon {
            width: 48%;
            margin-top: 10px;
            margin-bottom: 10px; } }
        .box.box-channel .box-channel-content .box-channel-content-services .box-icon .box-icon-circle {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 5px; }
        .box.box-channel .box-channel-content .box-channel-content-services .box-icon p {
          font-size: 13px;
          color: #222222; }
          @media (max-width: 767px) {
            .box.box-channel .box-channel-content .box-channel-content-services .box-icon p {
              font-size: 12px; } }
          .box.box-channel .box-channel-content .box-channel-content-services .box-icon p a {
            color: #222222; }
    .box.box-channel .box-channel-content .box-channel-content-events {
      position: relative;
      z-index: 0;
      padding: 20px;
      padding-bottom: 35px;
      margin-top: 15px; }
      .box.box-channel .box-channel-content .box-channel-content-events:before, .box.box-channel .box-channel-content .box-channel-content-events:after {
        content: " ";
        display: table; }
      .box.box-channel .box-channel-content .box-channel-content-events:after {
        clear: both; }
      .box.box-channel .box-channel-content .box-channel-content-events {
        *zoom: 1; }
      @media (max-width: 767px) {
        .box.box-channel .box-channel-content .box-channel-content-events {
          padding: 15px 0 15px 0;
          margin: 0 0 0 0; } }
      .box.box-channel .box-channel-content .box-channel-content-events h4 {
        text-transform: uppercase;
        font-weight: 700;
        color: #9b9b9b;
        font-size: 14px;
        line-height: 1;
        margin: 0 0 20px 0; }
        @media (max-width: 767px) {
          .box.box-channel .box-channel-content .box-channel-content-events h4 {
            text-align: center;
            font-size: 13px; } }
      .box.box-channel .box-channel-content .box-channel-content-events:before {
        content: " ";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 3%;
        width: 94%;
        height: 1px;
        background: #e3e3e3; }
        .box.box-channel .box-channel-content .box-channel-content-events:before:before, .box.box-channel .box-channel-content .box-channel-content-events:before:after {
          content: " ";
          display: table; }
        .box.box-channel .box-channel-content .box-channel-content-events:before:after {
          clear: both; }
        .box.box-channel .box-channel-content .box-channel-content-events:before {
          *zoom: 1; }
.box.box-bg-simple {
  position: relative;
  z-index: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }
  .box.box-bg-simple:before, .box.box-bg-simple:after {
    content: " ";
    display: table; }
  .box.box-bg-simple:after {
    clear: both; }
  .box.box-bg-simple {
    *zoom: 1; }
  .box.box-bg-simple .box-bg-simple-title {
    padding: 25px; }
    .box.box-bg-simple .box-bg-simple-title h3 {
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
  .box.box-bg-simple h1, .box.box-bg-simple .h1 {
    display: block;
    padding: 20px;
    padding-top: 0px;
    font-size: 20px;
    padding-bottom: 0px; }
    .box.box-bg-simple h1:before, .box.box-bg-simple h1:after, .box.box-bg-simple .h1:before, .box.box-bg-simple .h1:after {
      content: " ";
      display: table; }
    .box.box-bg-simple h1:after, .box.box-bg-simple .h1:after {
      clear: both; }
    .box.box-bg-simple h1, .box.box-bg-simple .h1 {
      *zoom: 1; }
  .box.box-bg-simple .date {
    position: relative;
    z-index: 0;
    margin: 10px 20px 20px 20px;
    padding-left: 25px;
    padding-top: 0px;
    color: #888888; }
    .box.box-bg-simple .date:before, .box.box-bg-simple .date:after {
      content: " ";
      display: table; }
    .box.box-bg-simple .date:after {
      clear: both; }
    .box.box-bg-simple .date {
      *zoom: 1; }
    .box.box-bg-simple .date:before {
      font-family: "fmi" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      z-index: 1;
      top: 3px;
      left: 0;
      font-size: 18px;
      content: "\66";
      color: #9b9b9b; }
  .box.box-bg-simple .box-bg-simple-wrapper {
    position: relative;
    z-index: 0; }
    .box.box-bg-simple .box-bg-simple-wrapper:before, .box.box-bg-simple .box-bg-simple-wrapper:after {
      content: " ";
      display: table; }
    .box.box-bg-simple .box-bg-simple-wrapper:after {
      clear: both; }
    .box.box-bg-simple .box-bg-simple-wrapper {
      *zoom: 1; }
    .box.box-bg-simple .box-bg-simple-wrapper .box-bg-simple-bottom {
      padding: 20px 0 20px 0;
      border-top: 1px solid #e3e3e3;
      color: #9b9b9b;
      text-transform: uppercase; }
      .box.box-bg-simple .box-bg-simple-wrapper .box-bg-simple-bottom a {
        color: #9b9b9b; }
  .box.box-bg-simple.box-bg-simple-rounded {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden; }
  .box.box-bg-simple.box-bg-primary-darker {
    background: #042844; }
.box.box-article-small {
  position: relative;
  z-index: 0;
  padding-left: 120px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
  border-top: 1px solid #e3e3e3;
  min-height: 89px; }
  .box.box-article-small:before, .box.box-article-small:after {
    content: " ";
    display: table; }
  .box.box-article-small:after {
    clear: both; }
  .box.box-article-small {
    *zoom: 1; }
  .box.box-article-small .box-article-small-thumb {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 22px;
    display: block;
    width: 80px; }
    .box.box-article-small .box-article-small-thumb img {
      width: 100%;
      height: auto;
      display: block; }
  .box.box-article-small h2 {
    font-size: 15px;
    color: #222222;
    line-height: 1.4;
    display: block; }
    .box.box-article-small h2 a {
      color: #222222; }
  .box.box-article-small p {
    display: block;
    color: #888888;
    font-size: 13px;
    margin: 2px 0 0 0; }
    .box.box-article-small p a {
      color: #888888; }

.box-icons-wrapper {
  position: relative;
  z-index: 0; }
  .box-icons-wrapper:before, .box-icons-wrapper:after {
    content: " ";
    display: table; }
  .box-icons-wrapper:after {
    clear: both; }
  .box-icons-wrapper {
    *zoom: 1; }
  .box-icons-wrapper h3 {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 21px 0; }
    .box-icons-wrapper h3:before, .box-icons-wrapper h3:after {
      content: " ";
      display: table; }
    .box-icons-wrapper h3:after {
      clear: both; }
    .box-icons-wrapper h3 {
      *zoom: 1; }
  .box-icons-wrapper.box-icons-wrapper-bg {
    background: #ffffff;
    padding: 20px;
    padding-top: 16px !important;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }
    .box-icons-wrapper.box-icons-wrapper-bg .link {
      font-size: 14px;
      line-height: 1;
      color: #9b9b9b;
      text-decoration: underline; }
      .box-icons-wrapper.box-icons-wrapper-bg .link:hover {
        color: #4a4a4a; }
    .box-icons-wrapper.box-icons-wrapper-bg h3 {
      margin: 5px 0 0 0; }

.box-icons-title-bottom .box.box-icon {
  margin-bottom: 20px; }
  .box-icons-title-bottom .box.box-icon .box-icon-circle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px; }
  .box-icons-title-bottom .box.box-icon p {
    position: relative;
    z-index: 0;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 700; }
    .box-icons-title-bottom .box.box-icon p:before, .box-icons-title-bottom .box.box-icon p:after {
      content: " ";
      display: table; }
    .box-icons-title-bottom .box.box-icon p:after {
      clear: both; }
    .box-icons-title-bottom .box.box-icon p {
      *zoom: 1; }
    .box-icons-title-bottom .box.box-icon p a {
      color: #222222; }

.box-icons-title-right {
  position: relative;
  z-index: 0; }
  .box-icons-title-right:before, .box-icons-title-right:after {
    content: " ";
    display: table; }
  .box-icons-title-right:after {
    clear: both; }
  .box-icons-title-right {
    *zoom: 1; }
  @media (max-width: 767px) {
    .box-icons-title-right .box.box-icon {
      text-align: center; }
      .box-icons-title-right .box.box-icon .box-icon-circle {
        margin-left: auto;
        margin-right: auto; } }
  .box-icons-title-right .box.box-icon p {
    position: relative;
    z-index: 0;
    display: block;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    padding-left: 70px;
    font-weight: 700; }
    .box-icons-title-right .box.box-icon p:before, .box-icons-title-right .box.box-icon p:after {
      content: " ";
      display: table; }
    .box-icons-title-right .box.box-icon p:after {
      clear: both; }
    .box-icons-title-right .box.box-icon p {
      *zoom: 1; }
    @media (max-width: 767px) {
      .box-icons-title-right .box.box-icon p {
        padding-left: 0px;
        position: relative;
        z-index: 0;
        top: auto;
        left: auto;
        margin-top: 10px; } }
    .box-icons-title-right .box.box-icon p span {
      display: table;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 0; }
      @media (max-width: 767px) {
        .box-icons-title-right .box.box-icon p span {
          display: block; } }
    .box-icons-title-right .box.box-icon p a {
      color: #222222;
      display: table-cell;
      vertical-align: middle;
      height: 100%;
      width: 100%; }
      @media (max-width: 767px) {
        .box-icons-title-right .box.box-icon p a {
          display: block; } }

.tabs-container .box-icons-title-bottom .box.box-icon {
  width: 33.3333333333%;
  float: left; }
.tabs-container .box-icons-title-right .box.box-icon {
  width: 25%;
  float: left; }
  @media (max-width: 767px) {
    .tabs-container .box-icons-title-right .box.box-icon {
      width: 50%; } }

.box-icons-wrapper-bg.box-icons-title-right .box.box-icon {
  width: 31.3333333333%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  float: left; }
  @media (max-width: 767px) {
    .box-icons-wrapper-bg.box-icons-title-right .box.box-icon {
      width: 100%;
      margin-left: 0px;
      margin-right: 0px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-icons-wrapper-bg.box-icons-title-right .box.box-icon {
      width: 48%; } }

.box-adv {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 0;
  background: #ffffff; }
  .box-adv:before, .box-adv:after {
    content: " ";
    display: table; }
  .box-adv:after {
    clear: both; }
  .box-adv {
    *zoom: 1; }

.box-services {
  position: relative;
  z-index: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
  padding-top: 30px;
  padding-bottom: 20px; }
  .box-services:before, .box-services:after {
    content: " ";
    display: table; }
  .box-services:after {
    clear: both; }
  .box-services {
    *zoom: 1; }
  .box-services .box-icons-wrapper .box-icon {
    width: 14.6666666666%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .box-services .box-icons-wrapper .box-icon {
        width: 31.3333333333%; } }
    @media (max-width: 767px) {
      .box-services .box-icons-wrapper .box-icon {
        width: 48%; } }
  @media (min-width: 992px) {
    .box-services .box-icons-title-bottom .box.box-icon p {
      font-size: 14px; } }

.breadcrumbs {
  position: relative;
  z-index: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 18px 0 18px 0; }
  .breadcrumbs:before, .breadcrumbs:after {
    content: " ";
    display: table; }
  .breadcrumbs:after {
    clear: both; }
  .breadcrumbs {
    *zoom: 1; }
  .breadcrumbs a, .breadcrumbs span {
    color: #ffffff;
    display: block;
    float: left;
    position: relative;
    z-index: 0;
    padding: 0 0 0 24px;
    font-weight: 700; }
    .breadcrumbs a:before, .breadcrumbs a:after, .breadcrumbs span:before, .breadcrumbs span:after {
      content: " ";
      display: table; }
    .breadcrumbs a:after, .breadcrumbs span:after {
      clear: both; }
    .breadcrumbs a, .breadcrumbs span {
      *zoom: 1; }
    .breadcrumbs a:before, .breadcrumbs span:before {
      position: absolute;
      z-index: 1;
      top: 3px;
      left: 6px;
      display: block;
      width: 12px;
      height: 12px;
      background: transparent url("../img/icon-arrow-right.svg") no-repeat center center;
      overflow: hidden; }
    .breadcrumbs a.home, .breadcrumbs span.home {
      padding-left: 20px; }
      .breadcrumbs a.home:before, .breadcrumbs span.home:before {
        position: absolute;
        z-index: 1;
        top: 2px;
        left: 0px;
        display: block;
        width: 12px;
        height: 12px;
        background: transparent url("../img/icon-home.svg") no-repeat center center; }
  .breadcrumbs span {
    font-weight: 400; }

.article-wrapper {
  position: relative;
  z-index: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }
  .article-wrapper:before, .article-wrapper:after {
    content: " ";
    display: table; }
  .article-wrapper:after {
    clear: both; }
  .article-wrapper {
    *zoom: 1; }
  .article-wrapper .article-container {
    position: relative;
    z-index: 0;
    margin: 30px; }
    .article-wrapper .article-container:before, .article-wrapper .article-container:after {
      content: " ";
      display: table; }
    .article-wrapper .article-container:after {
      clear: both; }
    .article-wrapper .article-container {
      *zoom: 1; }
    @media (max-width: 767px) {
      .article-wrapper .article-container {
        margin: 15px; } }
  .article-wrapper .article-sharer-wrapper {
    width: 102px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%; }
    .article-wrapper .article-sharer-wrapper:before, .article-wrapper .article-sharer-wrapper:after {
      content: " ";
      display: table; }
    .article-wrapper .article-sharer-wrapper:after {
      clear: both; }
    .article-wrapper .article-sharer-wrapper {
      *zoom: 1; }
    @media (max-width: 991px) {
      .article-wrapper .article-sharer-wrapper {
        position: relative;
        z-index: 0;
        top: auto;
        left: auto;
        height: 68px !important;
        width: 100%;
        margin: 0 0 30px 0; }
        .article-wrapper .article-sharer-wrapper .article-sharer {
          position: relative !important;
          z-index: 0 !important;
          top: auto !important;
          left: auto !important;
          height: auto !important;
          width: 100% !important; }
        .article-wrapper .article-sharer-wrapper .jssocials-shares:before, .article-wrapper .article-sharer-wrapper .jssocials-shares:after {
          content: " ";
          display: table; }
        .article-wrapper .article-sharer-wrapper .jssocials-shares:after {
          clear: both; }
        .article-wrapper .article-sharer-wrapper .jssocials-shares {
          *zoom: 1; }
        .article-wrapper .article-sharer-wrapper .jssocials-shares .jssocials-share {
          width: 68px;
          float: left;
          clear: none; } }
  .article-wrapper .article-content {
    position: relative;
    z-index: 0;
    padding-left: 102px; }
    .article-wrapper .article-content:before, .article-wrapper .article-content:after {
      content: " ";
      display: table; }
    .article-wrapper .article-content:after {
      clear: both; }
    .article-wrapper .article-content {zoom: 1;min-height: 215px; }
    @media (max-width: 991px) {
      .article-wrapper .article-content {
        padding-left: 0px; } }
    .article-wrapper .article-content p {
      line-height: 1.68;
      margin: 0 0 30px 0; }
  .article-wrapper .article-main-photo img {
    display: block;
    width: 100%;
    height: auto; }
  .article-wrapper .article-top {
    position: relative;
    z-index: 0;
    padding-left: 60px;
    padding-right: 60px; }
    .article-wrapper .article-top:before, .article-wrapper .article-top:after {
      content: " ";
      display: table; }
    .article-wrapper .article-top:after {
      clear: both; }
    .article-wrapper .article-top {
      *zoom: 1; }
    @media (max-width: 991px) {
      .article-wrapper .article-top {
        padding-left: 30px;
        padding-right: 30px; } }
    .article-wrapper .article-top .article-top-nav {
      position: absolute;
      z-index: 1;
      top: 0;
      height: 100%;
      width: 60px; }
      .article-wrapper .article-top .article-top-nav:before, .article-wrapper .article-top .article-top-nav:after {
        content: " ";
        display: table; }
      .article-wrapper .article-top .article-top-nav:after {
        clear: both; }
      .article-wrapper .article-top .article-top-nav {
        *zoom: 1; }
      @media (max-width: 991px) {
        .article-wrapper .article-top .article-top-nav {
          width: 30px; } }
      .article-wrapper .article-top .article-top-nav:before {
        display: block;
        content: " ";
        position: absolute;
        z-index: 1;
        top: 0;
        width: 1px;
        background: #ededed;
        height: 100%; }
      .article-wrapper .article-top .article-top-nav i.icon {
        top: 50%;
        left: 50%;
        margin: -14px 0 0 -14px;
        font-size: 28px;
        line-height: 1;
        position: absolute;
        z-index: 1;
        color: #888888; }
        @media (max-width: 991px) {
          .article-wrapper .article-top .article-top-nav i.icon {
            font-size: 20px;
            margin-top: -10px;
            margin-left: -10px; } }
      .article-wrapper .article-top .article-top-nav.article-top-prev {
        left: 0; }
        .article-wrapper .article-top .article-top-nav.article-top-prev:before {
          right: 0; }
      .article-wrapper .article-top .article-top-nav.article-top-next {
        right: 0; }
        .article-wrapper .article-top .article-top-nav.article-top-next:before {
          left: 0; }
      .article-wrapper .article-top .article-top-nav.inactive i.icon {
        opacity: 0.4;
        filter: alpha(opacity=40); }
    .article-wrapper .article-top .article-title {
      padding: 30px; }
      .article-wrapper .article-top .article-title h1, .article-wrapper .article-top .article-title .h1 {
        font-weight: 700; }
      @media (max-width: 991px) {
        .article-wrapper .article-top .article-title {
          padding: 20px; }
          .article-wrapper .article-top .article-title h1, .article-wrapper .article-top .article-title .h1 {
            font-size: 28px;
            line-height: 1.4; } }
      @media (max-width: 767px) {
        .article-wrapper .article-top .article-title {
          padding: 10px; }
          .article-wrapper .article-top .article-title h1, .article-wrapper .article-top .article-title .h1 {
            font-size: 18px;
            line-height: 1.4; } }
  .article-wrapper .article-utilities {
    position: relative;
    z-index: 0;
    font-size: 14px;
    line-height: 1.1;
    border-bottom: 1px solid #ededed;
    margin: 0 0 30px 0; }
    .article-wrapper .article-utilities:before, .article-wrapper .article-utilities:after {
      content: " ";
      display: table; }
    .article-wrapper .article-utilities:after {
      clear: both; }
    .article-wrapper .article-utilities {
      *zoom: 1; }
    .article-wrapper .article-utilities .article-utility {
      float: left;
      position: relative;
      z-index: 0;
      margin: 0 30px 15px 0;
      color: #888888; }
      .article-wrapper .article-utilities .article-utility:before, .article-wrapper .article-utilities .article-utility:after {
        content: " ";
        display: table; }
      .article-wrapper .article-utilities .article-utility:after {
        clear: both; }
      .article-wrapper .article-utilities .article-utility {
        *zoom: 1; }
      .article-wrapper .article-utilities .article-utility a {
        color: #888888; }
      .article-wrapper .article-utilities .article-utility.article-tags {
        padding-left: 25px; }
        .article-wrapper .article-utilities .article-utility.article-tags:before {
          font-family: "fmi" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: block;
          position: absolute;
          z-index: 1;
          top: -1px;
          left: 0;
          font-size: 19px;
          content: "\42";
          color: #9b9b9b; }
      .article-wrapper .article-utilities .article-utility.article-date {
        padding-left: 25px; }
        .article-wrapper .article-utilities .article-utility.article-date:before {
          font-family: "fmi" !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          speak: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: block;
          position: absolute;
          z-index: 1;
          top: -1px;
          left: 0;
          font-size: 18px;
          content: "\66";
          color: #9b9b9b; }

.page-content p {
  font-size: 18px;
  line-height: 1.8; }

/* TIMELINE */
.timeline {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px 0;
  background-image: url("../img/bg_timeline-line.png");
  background-size: 2px auto;
  background-repeat: repeat-y;
  background-position: center top; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .timeline {
    background-image: url("../img/bg_timeline-line@2x.png");
    background-size: 2px auto; } }
.timeline:before,
.timeline:after {
  content: " ";
  display: table; }

.timeline:after {
  clear: both; }

.timeline ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 1em 0 6em 0;
  overflow: hidden; }

.timeline ul:before,
.timeline ul:after {
  content: " ";
  display: table; }

.timeline ul:after {
  clear: both; }

.timeline-breaker {
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  line-height: 1;
  display: block;
  position: relative; }

.timeline-breaker:after,
.timeline-breaker:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.timeline-breaker:after {
  border-top-color: #000000;
  border-width: 10px;
  left: 50%;
  margin-left: -10px; }

.timeline-breaker:before {
  border-top-color: rgba(0, 0, 0, 0.01);
  border-width: 11px;
  left: 50%;
  margin-left: -11px; }

.timeline-end {
  text-align: center; }

.timeline-end .timeline-breaker {
  width: auto;
  background-color: transparent;
  color: #000000; }

.timeline-end .timeline-breaker:after,
.timeline-end .timeline-breaker:before {
  display: none; }

.timeline-end h3.timeline-breaker {
  background: #000000;
  width: 200px;
  color: #ffffff; }

.timeline-item {
  float: none;
  left: auto;
  right: auto;
  width: auto;
  padding: 1em;
  margin: 72px auto 0 auto;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #042844;
  color: #ffffff; }

.timeline-item:before,
.timeline-item:after {
  content: " ";
  display: table; }

.timeline-item:after {
  clear: both; }

.timeline-item:after,
.timeline-item:before {
  top: -18px;
  right: 50%;
  left: 50%;
  position: absolute;
  pointer-events: none;
  display: block;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  margin-top: 0;
  margin-left: -15px; }

.timeline-item:before {
  font-family: "fmi" !important;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: "\4a";
  color: #042844; }

.timeline-item:after {
  font-family: "fmi" !important;
  font-style: normal;
  speak: none;
  display: inline-block;
  content: "\45";
  top: -50px;
  background: #ededed;
  color: #042844; }

.timeline-item-date {
  text-transform: uppercase;
  margin: 0 0 4px 0;
  font-size: 20px; }

.timeline-item-role {
  margin: 0 0 10px 0;
  font-weight: bold; }

.timeline-item-description {
  font-size: 15px;
  line-height: 1.4; }

.highlight.timeline-item:after {
  color: #007fe2; }

.highlight.timeline-item {
  background: #007fe2;
  color: #ffffff; }

.highlight.timeline-item:before {
  color: #007fe2; }

/* Large Size */
@media only screen and (min-width: 1200px) {
  .timeline ul {
    padding-top: 2em; }

  .timeline-item {
    width: 42%;
    padding: 2%;
    margin-top: -80px;
    right: 29px;
    margin-left: 7%;
    clear: both; }

  .timeline-item:after,
  .timeline-item:before {
    top: 50%;
    bottom: auto;
    right: -20px;
    left: auto;
    position: absolute;
    pointer-events: none;
    margin: 0;
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-top: -15px; }

  .timeline-item:before {
    font-family: "fmi" !important;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: "\47";
    color: #042844; }

  .timeline-item:after {
    font-family: "fmi" !important;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: "\45";
    right: -55px;
    background: #ededed; }

  .timeline-item:first-child {
    margin-top: 0; }

  .timeline-item.right {
    float: right;
    left: 29px;
    right: 0;
    margin-right: 7%;
    margin-left: 0; }

  .timeline-item.right:after,
  .timeline-item.right:before {
    left: -20px; }

  .timeline-item.right:before {
    font-family: "fmi" !important;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: "\46"; }

  .timeline-item.right:after {
    left: -55px; } }
@media only screen and (min-width: 996px) and (max-width: 1199px) {
  .timeline ul {
    padding-top: 2em; }

  .timeline-item {
    width: 41%;
    padding: 2%;
    margin-top: -80px;
    right: 30px;
    margin-left: 5%;
    clear: both; }

  .timeline-item:after,
  .timeline-item:before {
    top: 50%;
    bottom: auto;
    right: -20px;
    left: auto;
    position: absolute;
    pointer-events: none;
    margin: 0;
    display: block;
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-top: -15px; }

  .timeline-item:before {
    font-family: "fmi" !important;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: "\47";
    color: #042844; }

  .timeline-item:after {
    font-family: "fmi" !important;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: "\45";
    right: -45px;
    background: #ededed; }

  .timeline-item:first-child {
    margin-top: 0; }

  .timeline-item.right {
    float: right;
    left: 30px;
    right: 0;
    margin-right: 5%;
    margin-left: 0; }

  .timeline-item.right:after,
  .timeline-item.right:before {
    left: -20px; }

  .timeline-item.right:before {
    font-family: "fmi" !important;
    font-style: normal;
    speak: none;
    display: inline-block;
    content: "\46"; }

  .timeline-item.right:after {
    left: -45px; } }
.logo-partner-wrapper {
  background: #ededed;
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0; }
  .logo-partner-wrapper .logo-partner-container {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: 20px; }

.lead-icon {
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 0 0 30px 0; }
  .lead-icon:before, .lead-icon:after {
    content: " ";
    display: table; }
  .lead-icon:after {
    clear: both; }
  .lead-icon {
    *zoom: 1; }
  .lead-icon i.icon {
    font-size: 98px;
    width: 98px;
    line-height: 1;
    height: 98px;
    display: inline-block;
    margin: 0 0 5px 0; }
  .lead-icon h3 {
    display: block;
    text-align: center;
    color: #4a4a4a;
    line-height: 1.4; }
  .lead-icon a {
    display: block; }
    .lead-icon a:hover {
      text-decoration: none; }

.article-content-frame {
  position: relative;
  z-index: 0; }
  .article-content-frame:before, .article-content-frame:after {
    content: " ";
    display: table; }
  .article-content-frame:after {
    clear: both; }
  .article-content-frame {
    *zoom: 1; }
  .article-content-frame p {
    line-height: 1.68;
    margin: 0 0 30px 0; }
  .article-content-frame h1, .article-content-frame .h1, .article-content-frame h2, .article-content-frame .h2, .article-content-frame h3, .article-content-frame .h3 {
    margin-bottom: 20px; }
  .article-content-frame .search-filters-wrapper .search-filters .select-styled-wrapper {
    width: 19% !important; }
    @media (max-width: 767px) {
      .article-content-frame .search-filters-wrapper .search-filters .select-styled-wrapper {
        width: 100% !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .article-content-frame .search-filters-wrapper .search-filters .select-styled-wrapper {
        width: 19% !important; } }
    @media (min-width: 992px) and (max-width: 1169px) {
      .article-content-frame .search-filters-wrapper .search-filters .select-styled-wrapper {
        width: 19% !important; } }
  .article-content-frame .search-filters-wrapper .search-filters {
    margin-left: -5px !important;
    margin-right: -5px !important; }
    @media (max-width: 767px) {
      .article-content-frame .search-filters-wrapper .search-filters {
        margin-left: 0px !important;
        margin-right: 0px !important; } }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 999999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  text-align: left;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 38px 0 0 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }
  .remodal .documents-categories-list ul li {
    width: 25%; }
    @media (max-width: 767px) {
      .remodal .documents-categories-list ul li {
        width: 50%; } }
    @media (max-width: 420px) {
      .remodal .documents-categories-list ul li {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .remodal .documents-categories-list ul li {
        width: 50%; } }
    @media (min-width: 992px) and (max-width: 1169px) {
      .remodal .documents-categories-list ul li {
        width: 25%; } }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s; }

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media (min-width: 1170px) {
  .remodal {
    max-width: 920px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.cbp-spmenu {
  -webkit-transition: all 0.10s ease-out;
  -moz-transition: all 0.10s ease-out;
  -ms-transition: all 0.10s ease-out;
  -o-transition: all 0.10s ease-out;
  transition: all 0.10s ease-out;
  background: #ffffff none repeat scroll 0 0;
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 60px;
  width: 300px;
  z-index: 99998; }
  @media (min-width: 1170px) {
    .cbp-spmenu {
      width: 450px; } }

html.lt-ie9 .cbp-spmenu {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none; }

.cbp-spmenu-left {
  left: -300px; }
  @media (min-width: 1170px) {
    .cbp-spmenu-left {
      left: -450px; } }

.cbp-spmenu-left.menu-open {
  left: 0; }

.cbp-spmenu-right {
  right: -300px; }
  @media (min-width: 1170px) {
    .cbp-spmenu-right {
      right: -450px; } }

.cbp-spmenu-right.menu-open {
  right: 0; }

@media (min-width: 992px) {
  .push-body {
    -webkit-transition: all 0.10s ease-out;
    -moz-transition: all 0.10s ease-out;
    -ms-transition: all 0.10s ease-out;
    -o-transition: all 0.10s ease-out;
    transition: all 0.10s ease-out;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    left: 0; }

  .push-body-toright {
    left: 300px; }

  .push-body-toleft {
    left: -300px; } }
@media (min-width: 1170px) {
  .push-body-toright {
    left: 450px; }

  .push-body-toleft {
    left: -450px; } }
.push-body-toright:after, .push-body-toleft:after {
  background: #000000;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9995;
  cursor: pointer; }

html.lt-ie9 .push-body-toright:after, html.lt-ie9 .push-body-toleft:after {
  background: none; }

.cbp-spmenu {
  padding-bottom: 60px; }

.main-menu-transport {
  position: relative;
  z-index: 0; }
  .main-menu-transport:before, .main-menu-transport:after {
    content: " ";
    display: table; }
  .main-menu-transport:after {
    clear: both; }
  .main-menu-transport {
    *zoom: 1; }
  .main-menu-transport .col-md-6 {
    position: relative;
    z-index: 0;
    padding: 0;
    width: 100%; }
    .main-menu-transport .col-md-6:before, .main-menu-transport .col-md-6:after {
      content: " ";
      display: table; }
    .main-menu-transport .col-md-6:after {
      clear: both; }
    .main-menu-transport .col-md-6 {
      *zoom: 1; }
  .main-menu-transport .main-menu {
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px; }
    .main-menu-transport .main-menu:before, .main-menu-transport .main-menu:after {
      content: " ";
      display: table; }
    .main-menu-transport .main-menu:after {
      clear: both; }
    .main-menu-transport .main-menu {
      *zoom: 1; }
    .main-menu-transport .main-menu li {
      border-top: 1px solid #eeeeee; }
      .main-menu-transport .main-menu li a {
        position: relative;
        z-index: 0;
        display: block;
        padding: 8px 15px 8px 15px;
        text-transform: uppercase;
        color: #4a4a4a;
        font-size: 15px;
        font-weight: 700; }
        .main-menu-transport .main-menu li a:before, .main-menu-transport .main-menu li a:after {
          content: " ";
          display: table; }
        .main-menu-transport .main-menu li a:after {
          clear: both; }
        .main-menu-transport .main-menu li a {
          *zoom: 1; }
        .main-menu-transport .main-menu li a.toggle-dropdown {
          padding-right: 35px; }
          .main-menu-transport .main-menu li a.toggle-dropdown:before {
            position: absolute;
            z-index: 1;
            top: 12px;
            right: 15px;
            content: "\61";
            display: block;
            font-family: "fmi" !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            color: #4a4a4a; }
          .main-menu-transport .main-menu li a.toggle-dropdown.active {
            background: #007fe2;
            color: #ffffff; }
            .main-menu-transport .main-menu li a.toggle-dropdown.active:before {
              content: "\64";
              color: #ffffff; }
      .main-menu-transport .main-menu li .header-dropdown {
        display: none;
        background: #007fe2; }
        .main-menu-transport .main-menu li .header-dropdown ul li {
          border-top: 1px solid #0062af; }
          .main-menu-transport .main-menu li .header-dropdown ul li a {
            color: #afdcff;
            font-size: 12px; }
            .main-menu-transport .main-menu li .header-dropdown ul li a:before {
              top: 10px;
              color: #005AA1; }
            .main-menu-transport .main-menu li .header-dropdown ul li a.active {
              background: #005AA1; }
              .main-menu-transport .main-menu li .header-dropdown ul li a.active:before {
                color: #002f55; }
        .main-menu-transport .main-menu li .header-dropdown .header-dropdown {
          background: #005AA1; }
          .main-menu-transport .main-menu li .header-dropdown .header-dropdown ul li {
            border-top: 1px solid #004c88; }
            .main-menu-transport .main-menu li .header-dropdown .header-dropdown ul li a {
              padding-top: 5px;
              padding-bottom: 5px;
              font-size: 11px;
              color: #6ebfff; }

.header-top-transport {
  position: relative;
  z-index: 0;
  background: #4a4a4a; }
  .header-top-transport:before, .header-top-transport:after {
    content: " ";
    display: table; }
  .header-top-transport:after {
    clear: both; }
  .header-top-transport {
    *zoom: 1; }
  .header-top-transport .header-top-menu {
    position: relative;
    z-index: 0;
    width: 100%;
    float: none;
    margin-bottom: 0px; }
    .header-top-transport .header-top-menu:before, .header-top-transport .header-top-menu:after {
      content: " ";
      display: table; }
    .header-top-transport .header-top-menu:after {
      clear: both; }
    .header-top-transport .header-top-menu {
      *zoom: 1; }
    .header-top-transport .header-top-menu li {
      border-top: 1px solid #5e5e5e; }
      .header-top-transport .header-top-menu li a {
        position: relative;
        z-index: 0;
        display: block;
        padding: 8px 15px 8px 15px;
        text-transform: uppercase;
        color: #eeeeee;
        font-size: 15px;
        font-weight: 700; }
        .header-top-transport .header-top-menu li a:before, .header-top-transport .header-top-menu li a:after {
          content: " ";
          display: table; }
        .header-top-transport .header-top-menu li a:after {
          clear: both; }
        .header-top-transport .header-top-menu li a {
          *zoom: 1; }
        .header-top-transport .header-top-menu li a.toggle-dropdown {
          padding-right: 35px; }
          .header-top-transport .header-top-menu li a.toggle-dropdown:before {
            position: absolute;
            z-index: 1;
            top: 12px;
            right: 15px;
            content: "\61";
            display: block;
            font-family: "fmi" !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-variant: normal !important;
            text-transform: none !important;
            speak: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            color: #9b9b9b; }
          .header-top-transport .header-top-menu li a.toggle-dropdown.active {
            background: #333333;
            color: #eeeeee; }
            .header-top-transport .header-top-menu li a.toggle-dropdown.active:before {
              content: "\64";
              color: #9b9b9b; }
      .header-top-transport .header-top-menu li .header-dropdown {
        display: none;
        background: #333333; }
        .header-top-transport .header-top-menu li .header-dropdown li {
          border-top: 1px solid #555555; }
          .header-top-transport .header-top-menu li .header-dropdown li a {
            color: #888888;
            font-size: 12px; }

.hamburger {
  display: inline-block;
  cursor: pointer;
  width: 26px;
  height: 26px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 12px 0 0 12px;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 4px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #9b9b9b;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -8px; }

.hamburger-inner::after {
  bottom: -8px; }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.menu-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.menu-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

.hamburger--spin.menu-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger-container {
  position: relative;
  z-index: 0;
  height: 100%; }
  .hamburger-container:before, .hamburger-container:after {
    content: " ";
    display: table; }
  .hamburger-container:after {
    clear: both; }
  .hamburger-container {
    *zoom: 1; }
  .hamburger-container p {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: -1px;
    width: 100%;
    font-size: 9px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
    color: #9b9b9b; }

/* Carousel */
/*
 * 	Default theme - Owl Carousel CSS File
 */
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

.carousel-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .carousel-theme .owl-nav [class*='owl-'] {
    color: #007fe2;
    font-size: 1.68em;
    margin: 0px;
    padding: 0px;
    background: none;
    display: inline-block;
    cursor: pointer; }
    .carousel-theme .owl-nav [class*='owl-']:hover {
      background: none;
      color: #007fe2;
      text-decoration: none; }
  .carousel-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.carousel-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }
.carousel-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 30px; }
  .carousel-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .carousel-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      margin: 0px 5px 0px 5px;
      background: transparent;
      border: 2px solid #9b9b9b;
      display: block;
      -webkit-backface-visibility: visible;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .carousel-theme .owl-dots .owl-dot.active span, .carousel-theme .owl-dots .owl-dot:hover span {
      background: #9b9b9b;
      opacity: 1;
      filter: alpha(opacity=100); }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0; }
.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }
.wobble {
  animation-name: wobble; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }
.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  animation-name: rollOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px; }

.owl-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.owl-dots {
  text-align: center;
  margin-top: 20px; }

.owl-dot {
  display: inline-block; }

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px; }

.owl-dot.active span {
  background-color: #000; }

.owl-carousel.carousel-theme.carousel-featured, .owl-carousel.carousel-theme.carousel-featured-video {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .owl-carousel.carousel-theme.carousel-featured:before, .owl-carousel.carousel-theme.carousel-featured:after, .owl-carousel.carousel-theme.carousel-featured-video:before, .owl-carousel.carousel-theme.carousel-featured-video:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-featured:after, .owl-carousel.carousel-theme.carousel-featured-video:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-featured, .owl-carousel.carousel-theme.carousel-featured-video {
    *zoom: 1; }
  @media (max-width: 991px) {
    .owl-carousel.carousel-theme.carousel-featured, .owl-carousel.carousel-theme.carousel-featured-video {
      margin-bottom: 20px; } }
  .owl-carousel.carousel-theme.carousel-featured .owl-item, .owl-carousel.carousel-theme.carousel-featured-video .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s; }
  .owl-carousel.carousel-theme.carousel-featured .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-featured .owl-nav .owl-next, .owl-carousel.carousel-theme.carousel-featured-video .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-featured-video .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 100%;
    top: 0;
    background: transparent; }
    @media (max-width: 991px) {
      .owl-carousel.carousel-theme.carousel-featured .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-featured .owl-nav .owl-next, .owl-carousel.carousel-theme.carousel-featured-video .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-featured-video .owl-nav .owl-next {
        width: 55px; } }
    .owl-carousel.carousel-theme.carousel-featured .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-featured .owl-nav .owl-next i.icon, .owl-carousel.carousel-theme.carousel-featured-video .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-featured-video .owl-nav .owl-next i.icon {
      top: 50%;
      left: 50%;
      margin: -15px 0 0 -15px;
      font-size: 30px;
      line-height: 1;
      position: absolute;
      z-index: 1;
      color: #ffffff; }
      @media (max-width: 991px) {
        .owl-carousel.carousel-theme.carousel-featured .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-featured .owl-nav .owl-next i.icon, .owl-carousel.carousel-theme.carousel-featured-video .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-featured-video .owl-nav .owl-next i.icon {
          font-size: 20px;
          margin: -10px 0 0 -10px; } }
  .owl-carousel.carousel-theme.carousel-featured .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-featured-video .owl-nav .owl-prev {
    left: 0px; }
  .owl-carousel.carousel-theme.carousel-featured .owl-nav .owl-next, .owl-carousel.carousel-theme.carousel-featured-video .owl-nav .owl-next {
    right: 0px; }

.owl-carousel.carousel-theme.carousel-featured-small, .owl-carousel.carousel-theme.carousel-featured-small-slow {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .owl-carousel.carousel-theme.carousel-featured-small:before, .owl-carousel.carousel-theme.carousel-featured-small:after, .owl-carousel.carousel-theme.carousel-featured-small-slow:before, .owl-carousel.carousel-theme.carousel-featured-small-slow:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-featured-small:after, .owl-carousel.carousel-theme.carousel-featured-small-slow:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-featured-small, .owl-carousel.carousel-theme.carousel-featured-small-slow {
    *zoom: 1; }
  .owl-carousel.carousel-theme.carousel-featured-small .owl-item, .owl-carousel.carousel-theme.carousel-featured-small-slow .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s; }
  .owl-carousel.carousel-theme.carousel-featured-small .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-featured-small .owl-nav .owl-next, .owl-carousel.carousel-theme.carousel-featured-small-slow .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-featured-small-slow .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 100%;
    top: 0;
    background: transparent; }
    .owl-carousel.carousel-theme.carousel-featured-small .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-featured-small .owl-nav .owl-next i.icon, .owl-carousel.carousel-theme.carousel-featured-small-slow .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-featured-small-slow .owl-nav .owl-next i.icon {
      top: 50%;
      left: 50%;
      margin: -7px 0 0 -7px;
      font-size: 14px;
      line-height: 1;
      position: absolute;
      z-index: 1;
      color: #ffffff; }
  .owl-carousel.carousel-theme.carousel-featured-small .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-featured-small-slow .owl-nav .owl-prev {
    left: 0px; }
  .owl-carousel.carousel-theme.carousel-featured-small .owl-nav .owl-next, .owl-carousel.carousel-theme.carousel-featured-small-slow .owl-nav .owl-next {
    right: 0px; }

.owl-carousel.carousel-theme.carousel-simple-articles {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .owl-carousel.carousel-theme.carousel-simple-articles:before, .owl-carousel.carousel-theme.carousel-simple-articles:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-simple-articles:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-simple-articles {
    *zoom: 1; }
  .owl-carousel.carousel-theme.carousel-simple-articles .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s; }
  .owl-carousel.carousel-theme.carousel-simple-articles .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-simple-articles .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 100%;
    top: 0;
    background: transparent; }
    .owl-carousel.carousel-theme.carousel-simple-articles .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-simple-articles .owl-nav .owl-next i.icon {
      top: 50%;
      left: 50%;
      margin: -7px 0 0 -7px;
      font-size: 14px;
      line-height: 1;
      position: absolute;
      z-index: 1;
      color: #ffffff; }
  .owl-carousel.carousel-theme.carousel-simple-articles .owl-nav .owl-prev {
    left: 0px; }
  .owl-carousel.carousel-theme.carousel-simple-articles .owl-nav .owl-next {
    right: 0px; }

.owl-carousel.carousel-theme.carousel-social-feed-text {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .owl-carousel.carousel-theme.carousel-social-feed-text:before, .owl-carousel.carousel-theme.carousel-social-feed-text:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-social-feed-text:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-social-feed-text {
    *zoom: 1; }
  .owl-carousel.carousel-theme.carousel-social-feed-text .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 991px) {
      .owl-carousel.carousel-theme.carousel-social-feed-text .owl-item {
        padding-left: 50px;
        padding-right: 50px; } }
  .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 100%;
    top: 0;
    background: #ffffff; }
    .section-primary-darker .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-prev, .section-primary-darker .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-next {
      background: rgba(255, 255, 255, 0.2); }
    @media (max-width: 991px) {
      .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-next {
        width: 50px; } }
    .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-next i.icon {
      top: 50%;
      left: 50%;
      margin: -7px 0 0 -7px;
      font-size: 14px;
      line-height: 1;
      position: absolute;
      z-index: 1;
      color: #9b9b9b; }
      .section-primary-darker .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-prev i.icon, .section-primary-darker .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-next i.icon {
        color: #ffffff; }
    .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-prev:before, .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-next:before {
      position: absolute;
      z-index: 1;
      top: 0;
      width: 1px;
      height: 100%;
      content: " ";
      background: #f2f2f2; }
      .section-primary-darker .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-prev:before, .section-primary-darker .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-next:before {
        background: rgba(255, 255, 255, 0.2); }
  .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-prev {
    left: 0px; }
    .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-prev:before {
      right: 0; }
  .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-next {
    right: 0px; }
    .owl-carousel.carousel-theme.carousel-social-feed-text .owl-nav .owl-next:before {
      left: 0; }

.owl-carousel.carousel-theme.carousel-social-feed-video {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .owl-carousel.carousel-theme.carousel-social-feed-video:before, .owl-carousel.carousel-theme.carousel-social-feed-video:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-social-feed-video:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-social-feed-video {
    *zoom: 1; }
  .owl-carousel.carousel-theme.carousel-social-feed-video .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s; }
  .owl-carousel.carousel-theme.carousel-social-feed-video .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-social-feed-video .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 100%;
    top: 0;
    background: transparent; }
    @media (max-width: 991px) {
      .owl-carousel.carousel-theme.carousel-social-feed-video .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-social-feed-video .owl-nav .owl-next {
        width: 55px; } }
    .owl-carousel.carousel-theme.carousel-social-feed-video .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-social-feed-video .owl-nav .owl-next i.icon {
      top: 50%;
      left: 50%;
      margin: -15px 0 0 -15px;
      font-size: 30px;
      line-height: 1;
      position: absolute;
      z-index: 1;
      color: #ffffff; }
      @media (max-width: 991px) {
        .owl-carousel.carousel-theme.carousel-social-feed-video .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-social-feed-video .owl-nav .owl-next i.icon {
          font-size: 20px;
          margin: -10px 0 0 -10px; } }
  .owl-carousel.carousel-theme.carousel-social-feed-video .owl-nav .owl-prev {
    left: 0px; }
  .owl-carousel.carousel-theme.carousel-social-feed-video .owl-nav .owl-next {
    right: 0px; }

.owl-carousel.carousel-theme.carousel-social-feed-photo {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .owl-carousel.carousel-theme.carousel-social-feed-photo:before, .owl-carousel.carousel-theme.carousel-social-feed-photo:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-social-feed-photo:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-social-feed-photo {
    *zoom: 1; }
  .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s; }
  .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    width: 74px;
    height: 40px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    background: #f2f2f2; }
    .section-primary-darker .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav {
      background: rgba(255, 255, 255, 0.2); }
    .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav:before {
      display: block;
      content: " ";
      width: 1px;
      height: 20px;
      position: absolute;
      z-index: 1;
      top: 10px;
      left: 50%;
      background: #eeeeee; }
      .section-primary-darker .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav:before {
        background: rgba(255, 255, 255, 0.2); }
    .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav .owl-next {
      position: absolute;
      z-index: 1;
      width: 37px;
      height: 100%;
      top: 0;
      background: transparent; }
      .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav .owl-next i.icon {
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -7px;
        font-size: 14px;
        line-height: 1;
        position: absolute;
        z-index: 1;
        color: #9b9b9b; }
        .section-primary-darker .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav .owl-prev i.icon, .section-primary-darker .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav .owl-next i.icon {
          color: #ffffff; }
    .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav .owl-prev {
      left: 0px; }
    .owl-carousel.carousel-theme.carousel-social-feed-photo .owl-nav .owl-next {
      right: 0px; }

.owl-carousel.carousel-theme.carousel-simple {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .owl-carousel.carousel-theme.carousel-simple:before, .owl-carousel.carousel-theme.carousel-simple:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-simple:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-simple {
    *zoom: 1; }
  .owl-carousel.carousel-theme.carousel-simple .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s; }
  .owl-carousel.carousel-theme.carousel-simple .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-simple .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 100%;
    top: 0;
    background: transparent; }
    @media (max-width: 991px) {
      .owl-carousel.carousel-theme.carousel-simple .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-simple .owl-nav .owl-next {
        width: 55px; } }
    .owl-carousel.carousel-theme.carousel-simple .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-simple .owl-nav .owl-next i.icon {
      top: 50%;
      left: 50%;
      margin: -15px 0 0 -15px;
      font-size: 30px;
      line-height: 1;
      position: absolute;
      z-index: 1;
      color: #ffffff; }
      @media (max-width: 991px) {
        .owl-carousel.carousel-theme.carousel-simple .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-simple .owl-nav .owl-next i.icon {
          font-size: 20px;
          margin: -10px 0 0 -10px; } }
  .owl-carousel.carousel-theme.carousel-simple .owl-nav .owl-prev {
    left: 0px; }
  .owl-carousel.carousel-theme.carousel-simple .owl-nav .owl-next {
    right: 0px; }

.owl-carousel.carousel-theme.carousel-magazine {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: -30px; }
  .owl-carousel.carousel-theme.carousel-magazine:before, .owl-carousel.carousel-theme.carousel-magazine:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-magazine:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-magazine {
    *zoom: 1; }
  @media (max-width: 767px) {
    .owl-carousel.carousel-theme.carousel-magazine {
      margin-bottom: 40px; } }
  .owl-carousel.carousel-theme.carousel-magazine .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    opacity: 0.2;
    filter: alpha(opacity=20);
    padding-top: 30px;
    padding-bottom: 30px;
    transform: rotate(0deg) scale(0.85) skew(0deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(0.85) skew(0deg) translate(0px);
    -moz-transform: rotate(0deg) scale(0.85) skew(0deg) translate(0px);
    -o-transform: rotate(0deg) scale(0.85) skew(0deg) translate(0px);
    -ms-transform: rotate(0deg) scale(0.85) skew(0deg) translate(0px); }
    .owl-carousel.carousel-theme.carousel-magazine .owl-item .item p {
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      z-index: 1;
      bottom: 0;
      color: #ffffff;
      width: 250px;
      left: 50%;
      margin-left: -125px;
      text-align: center;
      font-weight: 700;
      font-size: 15px; }
    .owl-carousel.carousel-theme.carousel-magazine .owl-item.center {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
      -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
      -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
      -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
      -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px); }
      .owl-carousel.carousel-theme.carousel-magazine .owl-item.center .item p {
        opacity: 1;
        filter: alpha(opacity=100); }
  .owl-carousel.carousel-theme.carousel-magazine .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-magazine .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 46px;
    height: 46px;
    top: 50%;
    background: #ffffff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-top: -23px; }
    @media (max-width: 767px) {
      .owl-carousel.carousel-theme.carousel-magazine .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-magazine .owl-nav .owl-next {
        width: 32px;
        height: 32px;
        margin-top: -16px; } }
    .owl-carousel.carousel-theme.carousel-magazine .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-magazine .owl-nav .owl-next i.icon {
      top: 50%;
      left: 50%;
      margin: -7px 0 0 -7px;
      font-size: 14px;
      line-height: 1;
      position: absolute;
      z-index: 1;
      color: #888888; }
  .owl-carousel.carousel-theme.carousel-magazine .owl-nav .owl-prev {
    left: 35px; }
    .owl-carousel.carousel-theme.carousel-magazine .owl-nav .owl-prev i.icon {
      margin-left: -8px; }
  .owl-carousel.carousel-theme.carousel-magazine .owl-nav .owl-next {
    right: 35px; }
    .owl-carousel.carousel-theme.carousel-magazine .owl-nav .owl-next i.icon {
      margin-left: -6px; }

.owl-carousel.carousel-theme.carousel-events {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .owl-carousel.carousel-theme.carousel-events:before, .owl-carousel.carousel-theme.carousel-events:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-events:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-events {
    *zoom: 1; }
  .owl-carousel.carousel-theme.carousel-events .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s; }
    .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-wrapper {
      width: 82px;
      text-align: left;
      margin: 0 0 0 0;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0; }
      .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-wrapper:before, .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-wrapper:after {
        content: " ";
        display: table; }
      .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-wrapper:after {
        clear: both; }
      .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-wrapper {
        *zoom: 1; }
      .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-wrapper .box-article-simple-date {
        position: relative;
        min-width: 70px;
        max-width: 70px;
        width: 70px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center; }
        .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-wrapper .box-article-simple-date p {
          font-size: 18px; }
        .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-wrapper .box-article-simple-date:after {
          left: 100%;
          top: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(0, 127, 226, 0);
          border-top-color: rgba(0, 127, 226, 0);
          border-left-color: #007fe2;
          border-width: 12px;
          margin-top: -12px;
          margin-left: 0px; }
    .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-content {
      position: relative;
      z-index: 0;
      padding: 0 0 0 92px;
      text-align: left;
      line-height: 1;
      display: flex;
      align-items: center; }
      .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-content:before, .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-content:after {
        content: " ";
        display: table; }
      .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-content:after {
        clear: both; }
      .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-content {
        *zoom: 1; }
      .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-content .box-article-simple-date-content-text {
        position: relative;
        z-index: 0; }
      .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-content h1 {
        font-size: 12px;
        text-align: left;
        margin: 0 0 0 0;
        line-height: 1.4; }
      .owl-carousel.carousel-theme.carousel-events .owl-item .item .box-article-simple .box-article-simple-date-content p {
        font-size: 11px;
        text-align: left;
        margin: 0 0 0 0;
        line-height: 1.4;
        display: block;
        clear: both; }
  .owl-carousel.carousel-theme.carousel-events .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-events .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 100%;
    top: 0;
    background: transparent; }
    .owl-carousel.carousel-theme.carousel-events .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-events .owl-nav .owl-next i.icon {
      top: 50%;
      left: 50%;
      margin: -7px 0 0 -7px;
      font-size: 14px;
      line-height: 1;
      position: absolute;
      z-index: 1;
      color: #9b9b9b; }
  .owl-carousel.carousel-theme.carousel-events .owl-nav .owl-prev {
    left: 0px; }
  .owl-carousel.carousel-theme.carousel-events .owl-nav .owl-next {
    right: 0px; }

.owl-carousel.carousel-theme.carousel-menu {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: #042844; }
  .owl-carousel.carousel-theme.carousel-menu:before, .owl-carousel.carousel-theme.carousel-menu:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-menu:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-menu {
    *zoom: 1; }
  .owl-carousel.carousel-theme.carousel-menu .item {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; }
    @media (max-width: 991px) {
      .owl-carousel.carousel-theme.carousel-menu .item {
        font-size: 13px; } }
    .owl-carousel.carousel-theme.carousel-menu .item a {
      color: #ffffff;
      line-height: 74px;
      display: block;
      position: relative;
      z-index: 0; }
      .owl-carousel.carousel-theme.carousel-menu .item a:before, .owl-carousel.carousel-theme.carousel-menu .item a:after {
        content: " ";
        display: table; }
      .owl-carousel.carousel-theme.carousel-menu .item a:after {
        clear: both; }
      .owl-carousel.carousel-theme.carousel-menu .item a {
        *zoom: 1; }
      @media (max-width: 991px) {
        .owl-carousel.carousel-theme.carousel-menu .item a {
          line-height: 62px; } }
      .owl-carousel.carousel-theme.carousel-menu .item a:hover {
        background: #ededed;
        color: #222222;
        text-decoration: none; }
    .owl-carousel.carousel-theme.carousel-menu .item.start-item a {
      background: #ededed;
      color: #222222; }
      .owl-carousel.carousel-theme.carousel-menu .item.start-item a:before {
        content: " ";
        height: 10px;
        width: 100%;
        background: #007fe2;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0; }
  @media (min-width: 1170px) {
    .owl-carousel.carousel-theme.carousel-menu {
      display: block;
      text-align: center; }
      .owl-carousel.carousel-theme.carousel-menu .item {
        display: inline-block; }
        .owl-carousel.carousel-theme.carousel-menu .item a {
          padding-left: 15px;
          padding-right: 15px; } }
  .owl-carousel.carousel-theme.carousel-menu .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s; }
  .owl-carousel.carousel-theme.carousel-menu .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-menu .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 100%;
    top: 0;
    background: transparent; }
    .owl-carousel.carousel-theme.carousel-menu .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-menu .owl-nav .owl-next i.icon {
      top: 50%;
      left: 50%;
      margin: -7px 0 0 -7px;
      font-size: 14px;
      line-height: 1;
      position: absolute;
      z-index: 1;
      color: #ffffff; }
  .owl-carousel.carousel-theme.carousel-menu .owl-nav .owl-prev {
    left: 0px; }
  .owl-carousel.carousel-theme.carousel-menu .owl-nav .owl-next {
    right: 0px; }

.owl-carousel.carousel-theme.carousel-article-gallery {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .owl-carousel.carousel-theme.carousel-article-gallery:before, .owl-carousel.carousel-theme.carousel-article-gallery:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-article-gallery:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-article-gallery {
    *zoom: 1; }
  .owl-carousel.carousel-theme.carousel-article-gallery .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    opacity: 0.4;
    filter: alpha(opacity=40); }
    .owl-carousel.carousel-theme.carousel-article-gallery .owl-item.active {
      opacity: 1;
      filter: alpha(opacity=100); }
  .owl-carousel.carousel-theme.carousel-article-gallery .owl-nav {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    width: 74px;
    left: 50%;
    right: auto;
    height: 40px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    background: #f2f2f2;
    margin-left: -37px; }
    .owl-carousel.carousel-theme.carousel-article-gallery .owl-nav:before {
      display: block;
      content: " ";
      width: 1px;
      height: 20px;
      position: absolute;
      z-index: 1;
      top: 10px;
      left: 50%;
      background: #dddddd; }
    .owl-carousel.carousel-theme.carousel-article-gallery .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-article-gallery .owl-nav .owl-next {
      position: absolute;
      z-index: 1;
      width: 37px;
      height: 100%;
      top: 0;
      background: transparent; }
      .owl-carousel.carousel-theme.carousel-article-gallery .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-article-gallery .owl-nav .owl-next i.icon {
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -7px;
        font-size: 14px;
        line-height: 1;
        position: absolute;
        z-index: 1;
        color: #9b9b9b; }
        .section-primary-darker .owl-carousel.carousel-theme.carousel-article-gallery .owl-nav .owl-prev i.icon, .section-primary-darker .owl-carousel.carousel-theme.carousel-article-gallery .owl-nav .owl-next i.icon {
          color: #ffffff; }
    .owl-carousel.carousel-theme.carousel-article-gallery .owl-nav .owl-prev {
      left: 0px; }
    .owl-carousel.carousel-theme.carousel-article-gallery .owl-nav .owl-next {
      right: 0px; }

.owl-carousel.carousel-theme.carousel-articles {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .owl-carousel.carousel-theme.carousel-articles:before, .owl-carousel.carousel-theme.carousel-articles:after {
    content: " ";
    display: table; }
  .owl-carousel.carousel-theme.carousel-articles:after {
    clear: both; }
  .owl-carousel.carousel-theme.carousel-articles {
    *zoom: 1; }
  .owl-carousel.carousel-theme.carousel-articles .owl-item {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s; }
  .owl-carousel.carousel-theme.carousel-articles .owl-dots {
    margin: 0 0 0 0;
    padding: 20px 0px 20px 0px;
    border-top: 1px solid #e3e3e3; }
  .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    bottom: 10px;
    background: transparent; }
    .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-prev:before, .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-prev:after, .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-next:before, .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-next:after {
      content: " ";
      display: table; }
    .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-prev:after, .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-next:after {
      clear: both; }
    .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-prev, .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-next {
      *zoom: 1; }
    .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-prev i.icon, .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-next i.icon {
      bottom: 0px;
      left: 50%;
      margin: -7px 0 0 -7px;
      font-size: 14px;
      line-height: 40px;
      position: absolute;
      z-index: 1;
      color: #9b9b9b; }
  .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-prev {
    left: 5px; }
  .owl-carousel.carousel-theme.carousel-articles .owl-nav .owl-next {
    right: 5px; }

/* perfect-scrollbar v0.6.11 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.2;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.2;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

.perfect-scrollbar-menu, .perfect-scrollbar-menu-wrapper {
  position: relative;
  z-index: 0;
  height: 100%; }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 0px;
  display: none;
  padding-left: 0px;
  padding-right: 0px; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }

  .r-tabs .r-tabs-accordion-title {
    display: block;
    background: #042844;
    position: relative;
    z-index: 0; }
    .r-tabs .r-tabs-accordion-title a {
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase;
      display: block;
      padding: 15px;
      padding-right: 45px;
      position: relative;
      z-index: 0; }
      .r-tabs .r-tabs-accordion-title a:before {
        content: "\61";
        font-family: "fmi" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 20px;
        margin-top: -7px; }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active {
      background: #007fe2; }
      .r-tabs .r-tabs-accordion-title.r-tabs-state-active a:before {
        content: "\64"; } }
.tabs-wrapper {
  margin: 0 0 0 0;
  position: relative;
  z-index: 0;
  background: #ffffff; }
  .tabs-wrapper:before, .tabs-wrapper:after {
    content: " ";
    display: table; }
  .tabs-wrapper:after {
    clear: both; }
  .tabs-wrapper {
    *zoom: 1; }
  @media (max-width: 767px) {
    .tabs-wrapper {
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tabs-wrapper {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .tabs-wrapper .box-icons-wrapper {
      margin-top: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tabs-wrapper .box-icons-wrapper {
      margin-top: 30px; } }
  .tabs-wrapper ul.r-tabs-nav {
    position: relative;
    z-index: 0;
    text-align: center;
    background: #042844;
    font-size: 14px; }
    .tabs-wrapper ul.r-tabs-nav:before, .tabs-wrapper ul.r-tabs-nav:after {
      content: " ";
      display: table; }
    .tabs-wrapper ul.r-tabs-nav:after {
      clear: both; }
    .tabs-wrapper ul.r-tabs-nav {
      *zoom: 1; }
    .tabs-wrapper ul.r-tabs-nav li {
      display: inline-block; }
      .tabs-wrapper ul.r-tabs-nav li:before, .tabs-wrapper ul.r-tabs-nav li:after {
        content: " ";
        display: table; }
      .tabs-wrapper ul.r-tabs-nav li:after {
        clear: both; }
      .tabs-wrapper ul.r-tabs-nav li {
        *zoom: 1; }
      .tabs-wrapper ul.r-tabs-nav li a {
        display: block;
        line-height: 76px;
        padding: 0 22px 0 22px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700; }
      .tabs-wrapper ul.r-tabs-nav li.r-tabs-state-active a {
        background: #ffffff;
        color: #222222;
        position: relative;
        z-index: 0; }
        .tabs-wrapper ul.r-tabs-nav li.r-tabs-state-active a:before, .tabs-wrapper ul.r-tabs-nav li.r-tabs-state-active a:after {
          content: " ";
          display: table; }
        .tabs-wrapper ul.r-tabs-nav li.r-tabs-state-active a:after {
          clear: both; }
        .tabs-wrapper ul.r-tabs-nav li.r-tabs-state-active a {
          *zoom: 1; }
        .tabs-wrapper ul.r-tabs-nav li.r-tabs-state-active a:before {
          content: " ";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 100%;
          height: 10px;
          background: #007fe2; }
  .tabs-wrapper .tabs-container {
    padding: 20px; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .tabs-wrapper-simple.r-tabs .r-tabs-nav {
    display: block !important; }

  .tabs-wrapper-simple.r-tabs .r-tabs-accordion-title {
    display: none !important; } }
.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 25px;
  height: 25px;
  line-height: 1;
  vertical-align: middle;
  font-size: 25px; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0px;
  padding-top: 0px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  padding-right: 12px; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00cdff; }

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #00cdff; }

.jssocials-share-facebook .jssocials-share-link {
  background: #1f69bf; }

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #1f69bf; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #f80e27; }

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #f80e27; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #f5a623; }

.jssocials-share-email .jssocials-share-link:hover {
  background: #f5a623; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box:hover {
  background: gainsboro; }

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent; }

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444; }

.jssocials-shares {
  display: block;
  margin: 0 0 0 0;
  position: relative;
  z-index: 0; }
  .jssocials-shares .jssocials-share {
    display: block;
    clear: both;
    float: none;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 0; }
    .jssocials-shares .jssocials-share .jssocials-share-link {
      padding: 0;
      height: 40px;
      display: block;
      position: relative;
      z-index: 0;
      text-align: left;
      padding: 0 0 0 40px;
      line-height: 36px; }
      .jssocials-shares .jssocials-share .jssocials-share-link:hover {
        text-decoration: none !important;
        border: none; }
      .jssocials-shares .jssocials-share .jssocials-share-link .jssocials-share-logo {
        width: 24px;
        height: 24px;
        position: absolute;
        z-index: 10;
        top: 8px;
        left: 8px;
        display: block; }
    .jssocials-shares .jssocials-share .jssocials-share-count-box {
      height: 40px;
      padding: 0;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      width: 80px;
      line-height: 36px;
      padding-left: 8px;
      font-size: 14px; }
      .jssocials-shares .jssocials-share .jssocials-share-count-box:after {
        top: 14px; }

.article-sharer .jssocials-share-label {
  display: none !important; }
.article-sharer .jssocials-share-link {
  padding: 0 0 0 0 !important;
  width: 68px !important;
  height: 68px !important; }
  @media (max-width: 991px) {
    .article-sharer .jssocials-share-link {
      width: 29px !important;
      height: 29px !important; } }
  .article-sharer .jssocials-share-link .jssocials-share-logo {
    top: 21px !important;
    left: 21px !important; }
    @media (max-width: 991px) {
      .article-sharer .jssocials-share-link .jssocials-share-logo {
        top: 6px !important;
        left: 6px !important; } }
@media (max-width: 991px) {
  .article-sharer .jssocials-share {
    margin: 0 2px 0 0 !important;
    width: 29px !important; } }
@media (max-width: 991px) {
  .article-sharer .jssocials-share-logo {
    font-size: 18px; } }

@media (max-width: 991px) {
  .article-wrapper .article-sharer-wrapper {
    height: 29px !important; } }

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.vbox-overlay {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  transform-style: preserve-3d; }

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050; }

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050; }

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }

.vbox-next {
  right: 15px; }

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left; }

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh; }

.venoframe.vbvid {
  height: 260px; }

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh; }

  .venoframe.vbvid {
    width: 640px;
    height: 360px; } }
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh; }

  .venoframe.vbvid {
    width: 960px;
    height: 540px; } }
/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial; }

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

.vbox-content.swipe-left {
  margin-left: -200px !important; }

.vbox-content.swipe-right {
  margin-left: 200px !important; }

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out; }

.animate-in {
  opacity: 1; }

.animate-out {
  opacity: 0; }

/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.sk-double-bounce {
  position: relative; }

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-doubleBounce {
  0%,100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto; }

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%,100%,40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
@keyframes sk-waveStretchDelay {
  0%,100%,40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }
.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center; }

.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-cube-grid, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

@-webkit-keyframes sk-three-bounce {
  0%,100%,80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-three-bounce {
  0%,100%,80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,100%,70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%,100%,70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
table.dataTable {
  clear: both;
  margin-top: -1px !important;
  margin-bottom: -1px !important;
  max-width: none !important;
  border-collapse: separate !important; }

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
  padding: 10px; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 15px; }

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_info label,
div.dataTables_wrapper div.dataTables_paginate label {
  margin: 0 0 0 0; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 12px;
  white-space: nowrap;
  padding-left: 15px; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5; }

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */ }

table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */ }

table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */ }

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box; }

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 30px;
  padding: 0 5px 0 5px;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered {
  border: none;
  font-size: 14px; }

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none; }

.documenti-lista {
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important; }

.documents-categories-list {
  position: relative;
  z-index: 0;
  background: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }
  .documents-categories-list:before, .documents-categories-list:after {
    content: " ";
    display: table; }
  .documents-categories-list:after {
    clear: both; }
  .documents-categories-list {
    *zoom: 1; }
  .documents-categories-list ul {
    position: relative;
    z-index: 0;
    margin: 0px 0 -2px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3; }
    .documents-categories-list ul:before, .documents-categories-list ul:after {
      content: " ";
      display: table; }
    .documents-categories-list ul:after {
      clear: both; }
    .documents-categories-list ul {
      *zoom: 1; }
    .documents-categories-list ul li {
      position: relative;
      z-index: 0;
      width: 20%;
      float: left;
      padding: 8px 10px 8px 10px;
      min-height: 62px; }
      .documents-categories-list ul li:before, .documents-categories-list ul li:after {
        content: " ";
        display: table; }
      .documents-categories-list ul li:after {
        clear: both; }
      .documents-categories-list ul li {
        *zoom: 1; }
      @media (max-width: 767px) {
        .documents-categories-list ul li {
          width: 50%;
          padding-top: 2px;
          padding-bottom: 2px;
          min-height: 42px; } }
      @media (max-width: 420px) {
        .documents-categories-list ul li {
          width: 100%;
          min-height: 42px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .documents-categories-list ul li {
          width: 50%;
          min-height: 52px; } }
      @media (min-width: 992px) and (max-width: 1169px) {
        .documents-categories-list ul li {
          width: 25%;
          min-height: 54px; } }
      .documents-categories-list ul li:after {
        display: block;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        height: 1px;
        background: #e3e3e3;
        position: absolute;
        z-index: 1; }
        .documents-categories-list ul li:after:before, .documents-categories-list ul li:after:after {
          content: " ";
          display: table; }
        .documents-categories-list ul li:after:after {
          clear: both; }
        .documents-categories-list ul li:after {
          *zoom: 1; }
      .documents-categories-list ul li:before {
        display: block;
        content: " ";
        width: 1px;
        top: 0;
        right: 0;
        height: 100%;
        background: #e3e3e3;
        position: absolute;
        z-index: 1; }
        .documents-categories-list ul li:before:before, .documents-categories-list ul li:before:after {
          content: " ";
          display: table; }
        .documents-categories-list ul li:before:after {
          clear: both; }
        .documents-categories-list ul li:before {
          *zoom: 1; }
  .documents-categories-list .document-category {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0; }
  .documents-categories-list .document-category-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%; }
    .documents-categories-list .document-category-content p {
      position: relative;
      z-index: 0;
      padding: 0 0 0 52px;
      font-size: 14px;
      font-weight: 700;
      color: #222222;
      line-height: 1.32; }
      .documents-categories-list .document-category-content p:before, .documents-categories-list .document-category-content p:after {
        content: " ";
        display: table; }
      .documents-categories-list .document-category-content p:after {
        clear: both; }
      .documents-categories-list .document-category-content p {
        *zoom: 1; }
      @media (max-width: 767px) {
        .documents-categories-list .document-category-content p {
          padding-left: 42px;
          font-size: 13px; } }
    .documents-categories-list .document-category-content span {
      position: relative;
      z-index: 0;
      background: #f5a623;
      color: #ffffff;
      line-height: 30px;
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 0;
      height: 30px;
      margin: -15px 0 0 0;
      width: 42px;
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      text-align: center;
      font-weight: 700; }
      .documents-categories-list .document-category-content span:before, .documents-categories-list .document-category-content span:after {
        content: " ";
        display: table; }
      .documents-categories-list .document-category-content span:after {
        clear: both; }
      .documents-categories-list .document-category-content span {
        *zoom: 1; }
      @media (max-width: 767px) {
        .documents-categories-list .document-category-content span {
          width: 32px;
          margin: -12px 0 0 0;
          height: 24px;
          border-top-right-radius: 12px;
          border-top-left-radius: 12px;
          border-bottom-right-radius: 12px;
          border-bottom-left-radius: 12px;
          font-size: 12px;
          line-height: 24px; } }

.change-category:before, .change-category:after {
  content: " ";
  display: table; }
.change-category:after {
  clear: both; }
.change-category {
  *zoom: 1; }
.change-category .change-category-button {
  line-height: 1.2; }
  .change-category .change-category-button:before, .change-category .change-category-button:after {
    content: " ";
    display: table; }
  .change-category .change-category-button:after {
    clear: both; }
  .change-category .change-category-button {
    *zoom: 1; }
@media (max-width: 1169px) {
  .change-category {
    margin-bottom: 25px;
    text-align: center; } }



/* style mod*/

.section-white{
  background-color:#fff;
}

.heading-bottom-row{
 padding-bottom:20px;
  border-bottom: 1px solid #cacaca;
  margin: 0 15px !important;
}

.box-icons-wrapper-bg.box-icons-title-right .box.box-icon.sidebar-box-icon{
  width: 100% !important;
  text-align: left;
}

.box-icons-title-right .box.box-icon.sidebar-box-icon p{
  padding-left:80px;
}

h3.doc-sidebar{
  text-align: left;
  color:#000;
  margin-bottom:20px !important;;
}

.box-icons-wrapper.box-icons-wrapper-bg {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
}

.box.comunicati {
  text-align: center;
}

.col-md-4.sidebar .box-adv{
  padding-bottom: 0px !important;
}

.box-icons-wrapper.box-icons-wrapper-bg {
  padding-top: 19px !important;
}


ul.pagination {
  display: inline-block;
}

ul.pagination li{
  float: left;
  width: 36px;
  height: 36px;
  background-color: #0059a1;
  text-align: center;
  margin-right: 4px;
  border: 1px solid #fff;
}
div.pagination_content{
  text-align: center;
}

ul.pagination a{
  color: #fff;
  line-height: 36px;
  width: 100%;
  text-align: center;
  font-weight: 700;
}
ul.pagination span{
  color: #fff;
  line-height: 36px;
  width: 100%;
  text-align: center;
}

.box-article-simple-thumb.archive-video-container{
  position: relative;
}
.video-overlays {
  background-image: url('../img/video-icon.png');
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 30000;
  transform: translate(-50%, -50%);
}
.video-overlays.sidebar {
  background-image: url('../img/video-icon32.png');
  width: 32px;
  height: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 30000;
  transform: translate(-50%, -50%);
}

.article-wrapper .article-top {
  padding-left: 0px;
  padding-right: 0px;
}

.form-group.form-newsletter.sidebar{
   width: 90%;
}

.box.box-article-simple.box-article-simple-bg.gallery img{
  max-width: 100%;
}
.loghi-istituzionali-row img{
  width: 100%;
}

.logo-wrapper .logo {
  /*width: 250px !important;*/
    /*padding-top:10px;*/
}

@media (max-width: 767px){
    .logo-wrapper .logo {
      width: 130px !important;
        padding-top:0px;
      top:0;

    }
  .box-icons-title-right .box.box-icon.sidebar-box-icon .box-icon-circle {
    margin-left: 0 !important;
    margin-right: auto;
    float: left;
  }

  .box-icons-title-right .box.box-icon.sidebar-box-icon p a {
    color: #222222;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
  }
  .box-icons-title-right .box.box-icon.sidebar-box-icon p {
  margin-top:0px;
  }
  .box-icons-title-right .box.box-icon.sidebar-box-icon p span {
    display: table;
  }
  h3.doc-sidebar {
    text-align: center;
  }
}
@media (min-width: 768px){
  .box.box-article-simple.archive{
    height: 330px;
  }
}


@media (max-width: 991px){
    .logo-container {
        width: 68px;
        left: 50%;
        margin-left: -34px;
        padding: 0 0 0 0;
        z-index: 100;
        transform: translateX(-50%);
    }
}


.box.box-article-simple.archive{
  background-color: #ffffff;
}
.box.box-article-simple.archive span{
  margin: 0 0 10px 10px;
}


.box.box-icon.archive {
  min-height: 42px;
}

.box.box-icon.archive a{
  display: table-cell;
  vertical-align: middle;
}
.box.box-icon.archive span{
  display: table;
  min-height: 42px;
}

.btn.docs-filters:hover, .btn.docs-filters:focus, .btn.docs-filters.focus {
  color: #ada8a8;
  text-decoration: none;
}


.box.search-results {
  background-color: #fff;
  padding: 25px 20px;
}
.box.search-results p{
  color: #222222;
  text-transform: none !important;
  font-weight: 100;
}

h1.title.search-results{
  margin: 5px 0;
}

.article-utility.article-date.search-results:before {
  font-family: "fmi" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  z-index: 1;
  /*top: 86px;*/
  left: 33px;
  font-size: 18px;
  content: "\66";
  color: #9b9b9b;
  margin-top: 3px;
}

span.search-results.date{
  margin-left: 22px;
}


.article-container img{max-width: 100%; height: auto;}

h3.channel {
  margin: 15px 0 !important;
  font-weight: 600;
}
h3.channel.headerch a{
  text-transform: uppercase;
  color: #000;
}

.box-adv.container-youtube{
  padding-top: 0px !important;
}

.box-article-simple-title h1{
  margin: 0 0 10px 10px;
}

div.article-content ul {
    list-style: inherit;
    margin: -1em 0 1em 2em;
}

.banner-sub-header:hover{color:#fff}

.banner-sub-header{
    position: relative;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    background-image:var(--banner-sub-header-desktop);
    display: block;
    background-color:#3333FF;
    color:#fff;
    background-size: cover;
    height:80px;
    display: flex;
    justify-content: center;
    align-items:center;
    text-align:center;
}
.banner-sub-header .position{
    position: absolute;
    top: 0;
    left: 60%;
}
.banner-sub-header span.edited{
    display:var(--banner-sub-span-desktop);
    font-family: 'Revalia', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
}




@media (max-width: 767px){
    .banner-sub-header{
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        background-image:var(--banner-sub-header-mobile);

    }
    .banner-sub-header .position {
        position: initial;
        margin-top:37%
    }
    .banner-sub-header span.edited{
        display:var(--banner-sub-span-mobile);
        font-size: 14px;
        line-height: 17px;}
}

@media (min-width: 768px) and (max-width: 962px){
    .banner-sub-header{
        background-image:var(--banner-sub-header-tablet);

    }
    .banner-sub-header span.edited{ display:var(--banner-sub-span-tablet)}
}